.banner {
  background: url(../img/logo-banner.svg) center/cover no-repeat !important;
}

.banner__item {
  height: auto;
  padding: 0;
}

.banner__title {
  font-size: 82px;
  max-width: 100%;
}
@media (max-width: 1332px) {
  .banner__title {
    font-size: 68px;
  }
}
@media (max-width: 991.98px) {
  .banner__title {
    font-size: 48px;
  }
}
@media (max-width: 479.98px) {
  .banner__title {
    font-size: 34px;
  }
}

.banner__body {
  flex: 1;
}
@media (max-width: 720.98px) {
  .banner__body {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.banner__inner {
  position: relative;
  padding: 140px 0px;
  display: flex;
  align-items: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (max-width: 1332px) {
  .banner__inner {
    padding: 70px 0px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner__inner {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 64px 0px;
  }
}
@media (max-width: 720.98px) {
  .banner__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

form.consult-form {
  position: static;
  border-radius: 12px;
  border: 1px solid #DDDDDD;
}
@media (max-width: 479.98px) {
  form.consult-form {
    max-width: calc(100% - 40px);
  }
}

.consult-form .radio-label:last-child {
  margin-right: 0;
}

@media (min-width: 1332px) {
  .banner__partners {
    margin: 0px calc((100vw - 1320px) / -2);
  }
}

.partners-banner {
  padding-bottom: 60px;
}
@media (max-width: 479.98px) {
  .partners-banner {
    padding-bottom: 40px;
  }
}
.partners-banner__slider {
  display: flex;
}
.partners-banner__slide {
  flex: 0 0 120px;
  width: 120px;
  aspect-ratio: 12/5;
  margin-right: 50px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .partners-banner__slide {
    margin-right: 20px;
  }
}
.partners-banner__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.services.home-services, section.projects.home_projects, section.review {
  background-color: #F0F0F0;
  padding: 100px 0px;
}
@media (max-width: 1332px) {
  section.services.home-services, section.projects.home_projects, section.review {
    padding: 80px 0px;
  }
}
@media (max-width: 991.98px) {
  section.services.home-services, section.projects.home_projects, section.review {
    padding: 60px 0px;
  }
}
@media (max-width: 479.98px) {
  section.services.home-services, section.projects.home_projects, section.review {
    padding: 40px 0px;
  }
}

.service_item_home {
  text-align: center;
  max-width: 280px;
  flex: 0 1 280px;
}

.service_title {
  max-width: 280px;
}

@media (any-hover: hover) {
  .service_more_info:hover {
    text-decoration: underline;
  }
}

.head-projects__more::after, .head-review__more::after {
  transition: transform 0.3s 0s;
}
@media (any-hover: hover) {
  .head-projects__more:hover::after, .head-review__more:hover::after {
    transform: translateX(10px);
  }
}

.head-footer__btn img {
  transition: transform 0.3s 0s;
}
@media (any-hover: hover) {
  .head-footer__btn:hover img {
    transform: translateX(10px);
  }
}

.projects-list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 720.98px) {
  .projects-list {
    row-gap: 0;
  }
}
.projects-list__item {
  background-color: #F0F0F0;
  padding: 60px;
  border-radius: 12px;
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 1332px) {
  .projects-list__item {
    padding: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .projects-list__item {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 720.98px) {
  .projects-list__item {
    background-color: transparent;
    border-radius: 0;
    padding: 30px 0px;
    border-bottom: 4px solid #F0F0F0;
  }
}
.projects-list__image {
  flex: 1;
  filter: drop-shadow(0 11px 22px rgba(0, 0, 0, 0.3));
  align-self: center;
}
.projects-list__image img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .projects-list__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.projects-list__body {
  flex: 0 0 390px;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
}
@media (max-width: 1332px) {
  .projects-list__body {
    flex: 0 0 340px;
    padding: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .projects-list__body {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 720.98px) {
  .projects-list__body {
    padding: 0;
    background-color: transparent;
  }
}
.projects-list__logo {
  width: 133px;
  max-width: 133px;
}
.projects-list__logo img, .projects-list__logo svg {
  max-width: 100%;
}
.projects-list__details {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  width: 100%;
}
.projects-list__details li {
  display: flex;
  font-size: 18px;
}
.projects-list__details li::after {
  content: "";
  flex: 1;
  border-bottom: 1px dashed #B9B9B9;
  display: inline-block;
  margin-bottom: 2px;
}
.projects-list__details li span:nth-child(1) {
  font-weight: 300;
}
.projects-list__details li span:nth-child(2) {
  order: 2;
}
.projects-list__description {
  line-height: 1.4;
  font-size: 15px;
  color: #1E0338;
}
.projects-list__footer {
  margin-top: auto;
}
.projects-list__more {
  font-size: 16px;
  color: #EF2936;
  font-weight: 500;
}
@media (any-hover: hover) {
  .projects-list__more:hover {
    text-decoration: underline;
  }
}

.projects__footer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 479.98px) {
  .projects__footer {
    margin-top: 30px;
  }
}
.projects__show-more {
  font-size: 20px;
  color: #EF2936;
  font-weight: 500;
}
@media (any-hover: hover) {
  .projects__show-more:hover {
    text-decoration: underline;
  }
}

section.projects.home_projects {
  background-color: transparent;
}

.review__item {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}
@media (max-width: 479.98px) {
  .review__item {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 479.98px) {
  .review__footer {
    margin-top: auto;
  }
}

.head-review__more {
  color: #EF2936;
}
.head-review__more::after {
  background: url(../img/icons/more.svg) center/cover no-repeat;
}

@media (max-width: 991.98px) {
  .review__content {
    margin-top: 30px;
  }
}

@media (max-width: 720.98px) {
  section.review.home_review {
    background: #F0F0F0;
  }
  section.review.home_review .head-review__title {
    color: #1E0338;
  }
}

.footer {
  background-color: #fff;
  color: #1E0338;
}

.head-footer__title, .head-footer__link, .list-footer__info, .list-footer__name, .list-footer__text, .bottom-footer__copy {
  color: #1E0338;
}

.bottom-footer {
  border-color: #1E0338;
}

.head-footer__btn {
  background: #EF2936;
  color: #fff;
}

.head-footer__list {
  margin-top: 0;
}
@media (max-width: 720.98px) {
  .head-footer__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
    width: 100%;
  }
}

.head-footer__link {
  opacity: 1;
  font-weight: 400;
}
@media (any-hover: hover) {
  .head-footer__link:hover {
    text-decoration: underline;
  }
}

@media (max-width: 720.98px) {
  .bottom-footer {
    align-items: flex-start;
    padding-top: 20px;
    row-gap: 20px;
  }
}

@media (max-width: 720.98px) {
  .footer__list {
    padding-bottom: 30px;
  }
}

@media (max-width: 720.98px) {
  .head-footer__right .head-footer__btn {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .footer__head {
    margin-bottom: 30px;
  }
}

@media (min-width: 720.98px) {
  .head-footer__left .head-footer__btn {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .footer {
    padding: 40px 0px;
  }
}

.steps-footer {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 479.98px) {
  .steps-footer {
    grid-template-columns: 100%;
  }
}
.steps-footer__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 479.98px) {
  .steps-footer__item {
    flex-direction: row;
  }
}
.steps-footer__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
.steps-footer__icon img, .steps-footer__icon svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.steps-footer__text {
  font-size: 14px;
  color: #1E0338;
  line-height: 1.4;
}

.about-service-page, .service-page__head {
  display: grid;
  grid-template-columns: 1fr 390px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 1332px) {
  .about-service-page, .service-page__head {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .about-service-page, .service-page__head {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}

.service-page__title,
.about-service-page__mini {
  align-self: center;
}

.service-page__content {
  margin-top: 30px;
}

.about-service-page__mini {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.about-service-page__count {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .about-service-page__body {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .service-page__content {
    margin-top: 20px;
  }
}

.about-service-page__description {
  margin-bottom: 0;
}

.about-service-page__right .consult-form {
  align-self: flex-start;
  max-width: 100%;
}

.decision-service-page__content {
  align-items: stretch;
}

@media (max-width: 479.98px) {
  .decision-service-page__name {
    hyphens: auto;
  }
}

.about-portfolio-page__count-text:hover {
  text-decoration: underline;
}

.header__logo {
  flex: 0 0 auto;
  width: auto;
}

.header__logo {
  display: flex;
  color: #1E0338;
}
.header__logo_img {
  width: 129px;
  flex: 0 0 129px;
}
@media (max-width: 479.98px) {
  .header__logo_img {
    width: 108px;
    flex: 0 0 108px;
  }
}
.header__logo_img img, .header__logo_img svg {
  width: 100%;
  max-width: 100%;
}
.header__logo_text {
  padding: 3px 0px 3px 14px;
  margin-left: 14px;
  border-left: 1px solid #C0C0C0;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  color: #1E0338;
  max-width: 123px;
  vertical-align: middle;
  align-self: center;
}
@media (max-width: 720.98px) {
  .header__logo_text {
    display: none;
  }
}
.header__logo_text span {
  color: #EF2936;
}

@media (max-width: 1440px) {
  .language-header {
    flex-direction: row;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .language-header .language-header__item._active::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.language-header._static {
  position: static;
  transform: unset;
  flex-direction: row;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.language-header._static .language-header__item._active::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.header__telegram {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #2AABEF;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .header__telegram:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .header__telegram {
    display: none;
  }
}
.header__telegram img, .header__telegram svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.header__container {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.menu {
  margin: 0;
}

.header__other {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.header__btn {
  margin-left: 0;
}

.menu__list {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

@media (max-width: 1440px) {
  .header__language {
    margin: 0 !important;
  }
}
@media (max-width: 720.98px) {
  .header__language {
    display: none;
  }
}

.header__menu {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1332px) {
  .header__menu {
    position: absolute;
  }
}

.icon-menu {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .header__tel {
    display: none;
  }
}

.header__logo-simple {
  flex: 0 0 153px;
}
.header__logo-simple img, .header__logo-simple svg {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 479.98px) {
  .header__logo-simple {
    flex: 0 0 108px;
  }
}

@media (min-width: 991.98px) {
  .head-projects__title {
    font-size: 36px;
  }
}/*# sourceMappingURL=new.css.map */