@media (min-width: 1900px) {
  .cover {
    overflow: hidden;
    max-width: 1589px;
    margin-left: auto;
  }
  .desctop-hero {
    width: 100%;
    height: 100%;
    min-height: 657px;
  }
}
@media (max-width: 1900px) {
  .cover {
    max-width: 100%;
    margin-left: 0;
  }
  .content.cover__content {
    max-width: 1268px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-right {
    min-width: 920px;
    margin-right: -400px;
  }
  .hero-right img {
    min-width: 920px;
    /* margin-right: -400px; */
    object-fit: cover;
  }
  .right-btn {
    display: flex;
    margin-left: 30%;
    margin-right: auto;
    margin-top: -15%;
  }
}
@media (max-width: 1600px) {
  .hero-right img,
  .hero-right {
    min-width: 870px;
    margin-right: -400px;
  }
}
@media (min-width: 1500px) {
  .main__arrow {
    right: 9%;
  }
}
@media (max-width: 1470px) {
  .hero-right img,
  .hero-right {
    min-width: 812px;
    margin-right: -200px;
  }
}
@media (max-width: 1360px) {
  .hero-right img,
  .hero-right {
    min-width: 782px;
    margin-right: -200px;
  }
  .cover-center {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1320px) {
  .content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-right img,
  .hero-right {
    min-width: 688px;
    margin-right: -15px;
  }
  .content.cover__content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header__menu > ul a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .header__logo {
    margin-right: 90px;
  }
  .content.nav ul {
    gap: 10.56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1300px) {
  .content.header__content {
    width: 97%;
  }
  .content.article.touch {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1250px) {
  .header__menu {
    display: none;
  }
  .cover__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content.cover__content {
    padding-top: 158px;
  }
  .hero-left {
    max-width: 57%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  h1,
  .title.general {
    max-width: 100%;
    text-align: center;
  }
  .hero-right img,
  .hero-right {
    min-width: 100%;
    margin-right: 0;
  }
  .hero-right {
    margin-top: 80px;
  }
  .hero-right img {
    object-fit: contain;
  }
  .right-btn {
    margin-top: -82px;
  }
  .right-btn p:last-child {
    margin-top: -40px;
  }
  .right-btn p {
    height: max-content;
  }
  .button.cover__button {
    margin-left: auto;
  }
  .hero-left p,
  .hero-left .title-text {
    max-width: 100%;
    text-align: center;
  }
  .header__content > .header__buttons {
    display: none;
  }
  .header__expand-menu > *:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .menu.header__expand-menu.active {
    background:
      url("../img/bg.webp") center center / cover no-repeat,
      linear-gradient(0deg, #001020, #001020),
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.03) 1.67%,
        rgba(255, 255, 255, 0) 1.67%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.03) 1.67%,
        rgba(255, 255, 255, 0) 1.67%
      );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .header.active {
    background:
      url(../img/bg.webp) center center / cover no-repeat,
      linear-gradient(0deg, #200000, #200000),
      linear-gradient(90deg, rgb(255 255 255) 1.67%, rgb(255 255 255) 1.67%),
      linear-gradient(180deg, rgb(255 255 255) 1.67%, rgb(255 255 255) 1.67%);
  }
  .header__content.content {
    min-height: 70px;
    height: 80px;
    margin: 0;
  }
  .content.header__content {
    width: 100%;
  }
  .logo.header__logo {
    margin-left: 20px;
  }
  body {
    padding-top: 0;
  }

  .header__languages {
    margin-right: 40px;
  }

  .header__content > .header__buttons > * {
    margin-right: 0;
  }

  .header__buttons {
    flex: 1;
  }

  .header__logo {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }
  .content.cover__content {
    margin-left: 0;
    margin-right: 0;
  }
  .cover-center {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header__button {
    box-shadow: none;
  }

  .header__menu-button {
    position: absolute;
    display: inline-block;
    top: 24.5px;
    right: 24px;
  }

  .header__expand-menu {
    position: fixed;
    top: -300vh;
    overflow-y: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    background: #1c2741;
    z-index: 4;
    font-size: 15px;
    padding: 25px 10px 100px;
    transition: all 0.4s linear;
    display: block;
  }

  .header__expand-menu.active {
    top: 90px;
  }

  .header__expand-menu > *:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__menu-button svg {
    overflow: visible;
  }

  .header__menu-button.active .rect1 {
    transform: rotate(45deg) scaleX(1.32);
    transform-origin: 15px 15px;
  }

  .header__menu-button.active .rect2 {
    display: none;
  }

  .header__menu-button.active .rect3 {
    transform: rotate(-45deg) scaleX(1.32);
    transform-origin: 12.5px 35px;
  }
  .desctop-hero {
    display: none;
  }
  .mob-hero {
    display: block;
  }
  .cover__image {
    left: 62%;
  }

  .header__buttons {
    margin-right: 40px;
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 1050px) {
  .right-btn {
    margin-top: -44px;
  }
}
@media screen and (max-width: 1000px) {
  .article__block {
    flex-direction: column;
    align-items: center;
  }

  .cover__button.button {
    margin-top: 20px;
  }

  .cover__image {
    left: auto;
    right: 0;
  }
  .do__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .partner__image {
    position: relative;
    flex: 0 0 463px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .cover__content.content {
    min-height: 350px;
  }
  .right-btn {
    margin-left: 44%;
    max-width: 26%;
  }
}

@media screen and (max-width: 800px) {
  .content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .content.cover__content {
    padding-top: 142px;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.2px;
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .hero-left p {
    font-size: 16px;
    line-height: 26px;
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-left p,
  .hero-left .title-text {
    font-size: 18px;
    line-height: 24px;
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cover-top {
    width: 100%;
  }
  .button.cover__button {
    font-weight: 400;
  }
  .main > * + * {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .right-btn {
    margin-left: 38%;
    max-width: 32%;
  }
  .why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 700px) {
  .cover__button.button {
    margin-top: 20px;
  }

  .article ul li:before,
  article ul li:before {
    line-height: 20px;
  }
}

@media screen and (max-width: 650px) {
  .header__content.content {
    justify-content: space-between;
  }

  .header__language {
    margin-left: 0;
  }

  .header__content > .header__buttons {
    display: none;
  }

  .header__expand-menu > *:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .header__expand-menu > *:first-child a.button {
    padding: 12px;
    min-width: 0;
    width: 100%;
    max-width: 300px;
  }

  .header__buttons {
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .header__buttons .button,
  .header__buttons > .button:first-child {
    min-width: 300px;
    margin: auto;
  }

  .header__buttons > .button:nth-child(2) {
    margin-left: auto;
  }

  .header__buttons {
    flex-direction: column;
  }

  .header__button:last-child {
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
  .content {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 600px) {
  .cover__content.content {
    min-height: 320px;
  }

  .cover__image {
    bottom: 0;
    height: 100%;
    max-height: none;
    right: -500px;
    width: calc(100% + 1000px);
  }
  .right-btn {
    margin-left: 23%;
    max-width: 51%;
  }
  .right-btn {
    margin-top: -22px;
  }
  .right-btn p:last-child {
    margin-top: -31px;
  }
  .cover-center {
    padding: 20px;
  }
  .cover-center {
    margin-top: 40px;
  }
  .right-btn p {
    font-size: 7.8px;
    line-height: 8px;
  }
  .right-btn {
    margin-left: 36%;
    max-width: 43%;
  }

  .pros__list {
    display: block;
  }
  .partner__body.policy,
  .partner__body.terms {
    margin-top: 80px;
  }
  .bg-main.policy {
    padding-top: 80px;
  }
}

@media screen and (max-width: 500px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 15px * 4) / 4);
  }
}

@media screen and (max-width: 450px) {
  .header-languages__list li {
    flex: 0 1 calc((100% - 60px) / 3);
  }

  .header-languages__list li {
    margin-top: 24px;
    margin-left: 15px;
    flex: 0 1 calc((100% - 15px * 3) / 3);
  }
  .terms-info__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 380px) {
  .right-btn {
    margin-left: 26%;
    max-width: 56%;
  }
}
@media (max-width: 900px) {
  .do,
  .partner {
    padding: 96px 0;
  }

  .partner__body {
    display: block;
  }

  .partner__info {
    max-width: 100%;
  }

  .partner__label {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 12px;
  }

  .partner__label::before {
    width: 22px;
  }

  .partner__title {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 45px;
  }

  .partner__info p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .partner__image {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .partner__image::before {
    right: -10px;
    top: -10px;
    border-radius: 10px;
  }
}
/* do */
@media (max-width: 900px) {
  .do__label {
    margin-bottom: 10px;
    padding: 0 28px;
    font-size: 12px;
  }

  .do__label::before,
  .do__label::after {
    width: 20px;
  }

  .do__title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .do__card {
    width: 100%;
    min-height: auto;
    padding: 32px;
    border-radius: 16px;
  }

  .do__icon {
    margin-bottom: 10.8px;
  }
}
/* why */
@media (max-width: 900px) {
  .bg-main-center {
    padding: 96px 0;
  }

  .why__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .why__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* work */
@media (max-width: 900px) {
  .bg-main-work {
    padding: 96px 0;
  }

  .work {
    padding: 0 20px;
  }

  .work__header {
    margin-bottom: 50px;
  }

  .work__title {
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 40px;
  }

  .work__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .work__steps::before {
    content: none;
  }

  .work__step {
    width: 100%;
    max-width: 230px;
  }

  .work__icon {
    margin-bottom: 18px;
  }

  .work__step h3 {
    margin-bottom: 10.85px;
  }

  .work__step p {
    max-width: 266px;
  }
}
/* industries */
@media (max-width: 900px) {
  .bg-main-support {
    padding: 96px 0;
  }

  .support__header {
    margin-bottom: 38px;
  }

  .support__label::before,
  .support__label::after {
    width: 24px;
  }

  .support__title {
    max-width: 260px;
    margin: 0 auto 48px;
    font-size: 36px;
    line-height: 40px;
  }

  .support__tags {
    max-width: 100%;
    gap: 11px 12px;
  }

  .support__tags span {
    min-height: 30.5px;
    padding: 5.5px 12px;
    font-size: 11px;
    line-height: 16.5px;
  }

  .support__cards {
    display: block;
    border-radius: 9px;
  }

  .support__card {
    min-height: auto;
    padding: 40px;
  }

  .support__card-label {
    margin-bottom: 24px;
  }

  .support__card h3 {
    margin-bottom: 16px;
  }
}
/* touch */
@media (max-width: 900px) {
  .bg-main-touch {
    padding: 96px 0;
  }

  .touch {
    padding: 0 16px;
  }

  .touch__title {
    max-width: 340px;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 24px;
  }

  .touch__button {
    width: 100%;
    max-width: 325px;
    height: 68px;
  }

  .touch__contacts {
    margin-top: 36px;
    padding-top: 24px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
/* footer */
@media (max-width: 900px) {
  .footer {
    padding: 33px 0 28px;
  }

  .content.footer__content {
    padding: 0 16px;
  }

  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;

    padding-bottom: 32px;
  }


  .footer__links {
    gap: 18px;
    flex-wrap: wrap;
  }

  .footer__menu {
    gap: 30px 12px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
/* popup form */
@media (max-width: 600px) {
  .consultation-overlay {
    padding: 12px;
    align-items: center;
  }

  .consultation-popup {
    max-width: 360px;
    max-height: calc(100svh - 24px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .consultation-popup__header {
    min-height: 78px;
    padding: 18px 16px;
  }
  .consultation-popup__body {
    padding: 18px 16px 16px;
  }

  .consultation-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .consultation-form__field {
    margin-bottom: 12px;
  }

  .consultation-form__field input {
    height: 40px;
  }

  .consultation-form__field textarea {
    min-height: 90px;
  }

  .consultation-success {
    min-height: 180px;
  }
}
@media (max-width: 600px) {
  .cover.error .content.cover__content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .error-btn {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .do__slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 42px 35px;
    box-sizing: border-box;
  }

  .do__grid.swiper-wrapper {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    align-items: stretch;
  }

  .do__card.swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    height: auto !important;

    flex: 0 0 100% !important;
    flex-shrink: 0;

    box-sizing: border-box;
  }

  .do__arrow {
    position: absolute;
    top: 50%;
    z-index: 20;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;
    padding: 0;

    color: #0073db;
    background: transparent;
    border: 0;

    cursor: pointer;
    transform: translateY(-50%);
  }

  .do__arrow--prev {
    left: 5px;
  }

  .do__arrow--next {
    right: 5px;
  }

  .do__arrow.swiper-button-disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
  }

}
@media(max-width:1250px){
  .hero-top__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
    align-items: center;
}
h1,
.title-text,
.hero-text{
          max-width: 57%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
}
}
@media screen and (max-width: 800px) {
h1,
.title-text,
.hero-text{
          max-width: 97%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
}
}
@media (max-width: 650px) {

  .do__slider {
    padding-bottom: 42px;
  }

  .do__pagination {
    position: relative;
    margin-top: 18px;
    text-align: center;
  }

  .do__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #B8B8B8;
    opacity: 1;
    margin: 0 5px !important;
    transition: .3s;
  }

  .do__pagination .swiper-pagination-bullet-active {
    background: #001020;
    transform: scale(1.2);
  }
}
@media (max-width: 650px) {

    .hero-top__grid > .flex-1{
        width:85vw;
        max-width:85vw;
        margin:0 auto;
        height:420px !important;
    }

    #scene{
        transform: scale(.68);
        transform-origin:center center;
    }

}
@media (max-width: 650px) {
    .hero-top__grid > .flex-1 {
             width: 320px;
        max-width: 320px;
        margin: 0 auto;
        height: 380px !important;
    }
        #scene {
        transform: scale(.68);
        display: flex;
        transform-origin: center center;
        justify-content: center;
    }
    #sphere-icon{
      transform: scale(.58) !important;
    }
    #scene > .icon-slot{
left: 12% !important;
    }
}
@media (max-width: 392px) {
    .hero-top__grid > .flex-1 {
        width: 283px;
        max-width: 258px;
        margin: 0 auto;
        height: 380px !important;
    }
}