@charset "UTF-8";
@media (max-width: 1665px) {
  .nav {
    width: 120px;
  }
  .nav__logo img {
    width: 55px;
  }
  .nav__flipped {
    max-width: 90px;
  }
  .nav__flipped-img2 {
    max-height: 67px;
  }
  .nav__social-item svg {
    width: 100%;
    height: 100%;
  }
  .nav__social-item {
    width: 23px;
  }
  .padding-left {
    padding-left: 120px;
  }
}
@media (max-width: 1536px) {
  .header__text {
    max-width: 852px;
  }
  .header__text img {
    height: 100%;
  }
  .header__subtitle {
    margin-top: 32px;
  }
  .header__arrow-down img {
    max-height: 100px;
  }
  .header__content {
    padding-top: 59px;
    padding-left: 180px;
  }
  .header__paralax-left {
    max-width: 410px;
    right: -230px;
  }
  .header__paralax-right {
    max-width: 420px;
  }
}
@media (max-width: 1326px) {
  .potential {
    overflow: hidden;
  }
  .potential__wrapp {
    gap: 34px;
  }
  .potential__right {
    margin-left: auto;
    max-width: 556px;
    width: 100%;
    height: clamp(70px, 11vw, 90px);
  }
  .potential__btn {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: clamp(14px, 3vw, 18px);
  }
  .potential__btn span {
    align-items: flex-end;
    width: 100%;
  }
  .potential__btn span svg {
    width: clamp(22px, 4vw, 30px);
  }
  .services__vertical-scroll-container {
    height: 531px;
  }
}
@media (max-width: 1199px) {
  .stages__list-swaiper-wrapp {
    width: 100%;
    height: 100%;
  }
  .stages__item.swiper-slide {
    min-width: 100%;
  }
  .bounce-in-left {
    right: 0;
    animation: bounce-in-left 1.1s infinite both;
    -webkit-animation: bounce-in-left 1.1s infinite both;
  }
  @keyframes bounce-in-left {
    0% {
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      animation-timing-function: ease-in;
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
    }
    38% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      animation-timing-function: ease-out;
    }
    55% {
      transform: translateX(-68px);
      animation-timing-function: ease-in;
    }
    72% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
    81% {
      transform: translateX(-28px);
      animation-timing-function: ease-in;
    }
    90% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
    95% {
      transform: translateX(-8px);
      animation-timing-function: ease-in;
    }
    98% { /* Колебание влево */
      transform: translateX(-4px);
      animation-timing-function: ease-in;
    }
    100% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
  }
  .bounce-in-right {
    left: 0;
    animation: bounce-in-right 1.1s infinite both;
    -webkit-animation: bounce-in-right 1.1s infinite both;
  }
  @keyframes bounce-in-right {
    0% {
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
      animation-timing-function: ease-in;
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
    }
    38% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      animation-timing-function: ease-out;
    }
    55% {
      transform: translateX(68px);
      -webkit-transform: translateX(68px);
      animation-timing-function: ease-in;
      -moz-transform: translateX(68px);
      -ms-transform: translateX(68px);
      -o-transform: translateX(68px);
    }
    72% {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      animation-timing-function: ease-out;
    }
    81% {
      transform: translateX(28px);
      -webkit-transform: translateX(28px);
      animation-timing-function: ease-in;
      -moz-transform: translateX(28px);
      -ms-transform: translateX(28px);
      -o-transform: translateX(28px);
    }
    90% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
    95% {
      transform: translateX(8px);
      -webkit-transform: translateX(8px);
      animation-timing-function: ease-in;
      -moz-transform: translateX(8px);
      -ms-transform: translateX(8px);
      -o-transform: translateX(8px);
    }
    98% {
      transform: translateX(4px);
      -webkit-transform: translateX(4px);
      animation-timing-function: ease-in;
      -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
      -o-transform: translateX(4px);
    }
    100% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
  }
  .services__vertical-scroll-container {
    height: 290px;
  }
  .services__vertical-scroll-item.swiper-slide {
    grid-template-columns: auto 1fr auto;
    padding: 25px 0;
  }
  .services__vertical-scroll-text {
    max-width: 100%;
  }
  .services__vertical-scroll-description-span {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    visibility: hidden;
  }
  .services__vertical-scroll-description-span.active {
    visibility: visible;
    background: #fff;
    color: #000 !important;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 2;
  }
}
@media (max-width: 1160px) {
  .header__span {
    margin-right: 34px;
  }
}
@media (max-width: 1144px) {
  .potential__wrapp {
    justify-content: center;
    gap: 60px;
  }
  .potential__left-content {
    position: relative;
    top: 0;
    max-width: 790px;
    max-height: 420px;
  }
  .potential__img-border {
    top: 20px;
  }
  .potential__center-content {
    max-width: 691px;
  }
  .potential__subtitle-wrapp {
    order: 2;
  }
  .potential__right {
    margin-left: auto;
    margin-right: auto;
  }
  .services__wrapp {
    gap: 30px;
  }
  .services__wrapp-scroll {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .services__vertical-scroll-description-wrapp {
    gap: 0;
  }
  .services__btn {
    font-size: clamp(16px, 2vw, 21px);
    width: 100%;
    height: clamp(70px, 9vw, 100px);
    z-index: 2;
  }
  .services__btn span {
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .services__btn svg {
    width: 25px;
  }
  .footer__bottom-wrapp {
    display: flex;
  }
  .footer__bottom {
    flex-wrap: wrap;
    gap: 12px;
    padding-right: 20px;
  }
  .footer__right-content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    gap: 35px;
    padding: 30px;
  }
}
@media (max-width: 995px) {
  .formclient{
    flex-direction: column;
  }
  .popup__description {
    max-width: 588px;
  }
  .popup__left-content {
    border-right-style: none;
    border-bottom-style: solid;
    border-width: 4px;
    -o-border-image: url(../img/svg/dashed-rotate.svg) 2 repeat;
       border-image: url(../img/svg/dashed-rotate.svg) 2 fill repeat;
    gap: 30px;
  }
  .popup__right-content::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -22px;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
  }
  .popup__right-content::after, .popup__left-content::before {
    content: none;
  }
  .popup__left-content::after {
    content: "";
    position: absolute;
    bottom: -22px;
    right: -22px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100%;
    z-index: 1;
  }
  .popup__span {
    width: 35px;
    height: 35px;
  }
  .popup__span::after {
    width: 35px;
    height: 35px;
  }
  .form {
    flex-direction: column;
  }
  .cases {
    overflow: hidden;
  }
  .cases__title {
    position: relative;
  }
  .cases__wrapp {
    grid-gap: 30px;
  }
  .cases__grid-wrapp {
    grid-template-columns: repeat(1, minmax(290px, 1fr));
    row-gap: 35px;
  }
  .cases__grid-item {
    grid-gap: 10px;
  }
  .cases__grid-item:nth-child(4n+1), .cases__grid-item:nth-child(4n+4) {
    grid-template-rows: auto;
  }
  .cases__grid-item:nth-child(4n+2), .cases__grid-item:nth-child(4n+3) {
    grid-template-rows: auto;
    grid-row: auto;
  }
  .cases__btn svg {
    width: 20px;
  }
}
@media (max-width: 949px) {
  .stages__circle {
    top: auto;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 932px) {
  .header__description {
    margin-left: 0;
  }
  .services__top-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  .services__title {
    width: 100%;
  }
  .services__description {
    max-width: 100%;
  }
  .footer__bottom-wrapp {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__bottom {
    padding-right: 0;
  }
  .footer__bottom-text-wrapp {
    gap: 12px;
  }
  .footer__bottom-security-wrapp {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .padding-left {
    padding-left: 0;
  }
  .nav {
    position: sticky;
    min-height: 64px;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    border-right: none;
    padding: 10px 0 10px 15px;
  }
  .nav__wrapp {
    gap: 10px;
}
  .nav__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 45px;
  }
  .nav__logo img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .nav__wrapp {
    flex-direction: row;
    align-items: center;
  }
  .nav__social {
    display: none;
  }
  .nav__flipped {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 52px;
    height: 50px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    order: 1;
  }
  .nav__flipped-open {
    height: 100%;
}
  .nav__flipped-img {
    width: 133px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .nav__language-btn-wrapp {
    flex-direction: row-reverse;
    width: auto;
    padding-right: 12px;
  }
  .nav__language-hover {
    width: 0;
    height: auto !important;
  }
  .header__wrapp {
    padding-left: 0;
  }
  .header__content {
    min-height: calc(100vh - 71px);
    padding-top: 50px;
    padding-left: 0;
    padding-bottom: 29px;
    gap: 20px;
  }
  .header__paralax-left {
    right: 0;
  }
  .header__contact-us {
    gap: 15px;
    font-size: 12px;
    width: 184px;
    padding-bottom: 6px;
    order: 1;
  }
  .header__span {
    font-size: 13px;
    margin-left: 14px;
    margin-right: 14px;
    width: 36px;
    height: 22px;
  }
  .header__description {
    line-height: 150%;
    margin-left: 0;
  }
  .header__subtitle {
    margin-top: 20px;
  }
  .header__arrow-down img {
    max-height: 69px;
  }
  .span-text__title {
    font-size: 30px;
  }
  .span-text__subtitle {
    font-size: 12px;
    width: 123px;
  }
  .form__list-text, .form label {
    font-size: 14px;
  }
  .form__input {
    font-size: 14px;
  }
  .iti .iti__selected-dial-code {
    font-size: 14px;
  }
  .form__comment-wrapp {
    margin-top: 25px;
  }
  .form__bottom-wrapp {
    margin-top: 30px;
  }
  .sucess__indicator-ok-circle {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .popup__title {
    max-width: 100%;
  }
  .popup__span::after {
    background-size: 26px;
  }
  .potential {
    padding-left: 0;
  }
  .potential__center-subtitle {
    font-size: 13px;
  }
  .potential__center-content {
    gap: 35px;
  }
  .potential .potential__wrapp {
    margin-top: 50px;
  }
  .stages__subtitle {
    font-size: 14px;
  }
  .stages__item-list {
    font-size: 16px;
  }
  .stages__text {
    font-size: 21px;
  }
  .stages__description {
    font-size: 14px;
  }
  .services__wrapp {
    gap: 15px;
  }
  .services__wrapp-scroll {
    gap: 15px;
  }
  .services__top-content {
    row-gap: 30px;
  }
  .services__subtitle {
    font-size: 14px;
  }
  .services__description {
    font-size: 14px;
  }
  .services__vertical-scroll-description-wrapp {
    gap: 15px;
  }
  .services__vertical-scroll-description-span {
    font-size: 12px;
    width: 100%;
  }
  .services__vertical-scroll-description-wrapp svg {
    min-width: 26px;
  }
  .fag__accordion-triggle {
    height: 2px;
  }
  .fag__accordion-triggle::after {
    width: 2px;
  }
  .footer__wrapp-content {
    flex-direction: column;
  }
  .footer__content-left {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 0;
  }
  .footer__contacts-wrapp {
    gap: 20px;
  }
  .footer__number, .footer__mail {
    font-size: 14px;
  }
  .footer .social svg {
    width: 20px;
    height: 100%;
  }
  .footer__img {
    width: 130px;
    height: 100%;
  }
  .footer__bottom-text {
    font-size: 14px;
  }
  .footer__services-wrapp {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer__contacts, .footer__services-wrapp {
    justify-content: space-between;
    gap: 30px;
  }
  .footer__btn {
    width: clamp(120px, 23vw, 150px);
    height: clamp(120px, 23vw, 150px);
  }
  .footer__bottom-info {
    font-size: 12px;
    width: 100%;
  }
  .footer__bottom-security {
    font-size: 12px;
  }
}
@media (max-width: 710px) {
  .header__span {
    margin-right: 0;
  }
}
@media (max-width: 511px) {
  .form__bottom-input {
    max-width: 100%;
  }
  .form__bottom-wrapp {
    justify-content: center;
  }
  .form__btn.btn {
    order: 1;
    width: 100%;
    height: 70px;
  }
  .services__vertical-scroll-container .swiper-pagination {
    display: inline-block;
  }
  .footer__contacts, .footer__services-wrapp {
    gap: 20px;
  }
  .footer__content-left {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .footer__bottom-text {
    max-width: 100%;
  }
  .footer__bottom-content {
    gap: 20px;
  }
  .footer__services-wrapp {
    padding-top: 30px;
  }
  .footer__services-wrapp-list {
    row-gap: 20px;
  }
  .footer__right-subtitle {
    font-size: 16px;
    text-align: center;
  }
  .footer__right-description {
    font-size: 14px;
  }
  .footer__bottom-text-wrapp {
    flex-direction: row;
    width: 100%;
  }
  .footer__bottom-info:nth-child(2) {
    text-align: right;
  }
  .footer__bottom-security-wrapp {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .footer__btn span {
    text-align: center;
  }
  .footer__btn svg {
    display: none;
  }
}
@media (max-width: 426px) {
  .form__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .services__vertical-scroll-description-wrapp {
    align-items: flex-start;
    flex-direction: column;
  }
  .services__vertical-scroll-text {
    text-align: center;
  }
  .footer__services-wrapp-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .sucess__indicator-ok {
    align-items: flex-end;
  }
  .sucess__indicator-ok::after {
      content: none;
  }
}
@media (max-height: 430px) {
    .nav__language-btn-wrapp {
    flex-direction: row-reverse;
    width: auto;
  }
  .nav__language-hover {
    width: 0;
    height: auto !important;
  }
}
@media (max-width: 392px) {
  .header__description {
    order: 1;
    margin-top: 20px;
    text-shadow: 0px 0px 6px #000, 0 0 1em #000, 0 0 0.2em #000;
  }
  .header__arrow-down {
    display: none;
  }
  .popup__title {
    font-size: 25px;
  }
  .footer__bottom-text-wrapp {
    flex-direction: column;
    text-align: center;
  }
  .footer__bottom-info:nth-child(2) {
    text-align: inherit;
  }
  .footer__bottom-security-wrapp {
    flex-direction: column;
    text-align: center;
  }
}
/*@media (max-width: 320px) {*/
/*  .nav__language-btn-wrapp {*/
/*    margin-left: 10px;*/
/*}*/
/*}*/