@import "fonts.css";

/* #region Общие настройки */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --height-header: 74px; /*Высота шапки*/
    --logo-color: #002299; /*Цвет лого*/
    --nav-color: #969696; /*Цвет навигации в шапке*/
    --main-background-color: #FFFFFF; /*Цвет фона*/
    --text-color: #00063A; /*Цвет текста в выделении*/
    --bacground-color-button: #f8e207;; /*Цвет фона в кнопке*/
    --bacground-hover-color-button: #184296; /*Цвет фона в кнопке*/
    --text-color-button: #002299; /*Цвет текста в кнопке*/
    --text-hover-color-button: #FFFFFF; /*Цвет текста в кнопке*/
    --bacground-color-gradient-1: #001D8F; /*Цвет фона в градиенте начало*/
    --bacground-color-gradient-2: #1040DE; /*Цвет фона в градиенте конец*/
    --first-text-color: #FFFFFF;
    --second-text-color: #002299;
}

html {
    font-size: 16px;
}

body {
    font-family: "Gilroy", sans-serif;
    color: var(--first-text-color);
}

div.modal-main {
    color: #000;
}

a {
    text-decoration: none;
}

button {
    font-family: inherit;
    font-size: 1em;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

section {
    overflow: hidden;
}

h2{
    font-size: 60px !important;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.btn{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bacground-color-button);
    height: 71px;
    border-radius: 63px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: var(--text-color-button);
}

.btn:hover {
    background-color: var(--bacground-hover-color-button);
    color: var(--text-hover-color-button);
    transition: all 0.5s ease;
}

model-viewer {
    --progress-bar-color: transparent;
}

.main-section-model {
    height: 504px;
    width: 656px;
    /* position: absolute; */
    bottom: 1px;
    top: 15%;


    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    object-fit: scale-down;
    z-index: 3;
}


@media (max-width: 1300px) {
    html {
        font-size: 14px;
    }
    .container {
        padding-left: 40px;
        padding-right: 30px;
    }
    
}

@media (max-width: 500px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    html {
        font-size: 10.6px;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 10px;
    }
}
/* #endregion */

/* #region header */
/* Header-bottom */
.section-header-wrapper {
    padding-top: 10px;
  }
  
  .header_bottom {
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 49;
    left: 0px;
    margin-top: 0px;
    top: 0px;
    padding-top: 14.5px;
    padding-bottom: 13px;
    background: #FFFFFF;
    border-top: 0.8px solid #EFEFEF;
    border-bottom: 0.8px solid #EFEFEF;
    transition: 0.3s ease;
  }
  .header_bottom.active {
    position: fixed;
    top: 0px;
    margin-top: 0px;
    transition: 0.3s ease;
  }
  .header_bottom .btn {
    min-height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    /*
    box-shadow: none;
    */
    /*
    &:hover {
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    }
    */
  }
  .header_bottom .btn span {
    font-size: 17px;
  }
  
  .logoi80 {
    color: #0030DA !important;
    font-family: "Gilroy-Bold", sans-serif;
    margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap;
    font-size: 20px;
  }
  
  .landing-menu {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
  }
  .landing-menu ul {
    display: flex;
    padding-left: 27px;
  }
  .landing-menu li {
    display: inline-block;
    margin-right: 25px;
  }
  .landing-menu .ref {
    display: inline-block;
    font-size: 16px;
    color: #969696;
  }
  .landing-menu .ref:hover {
    color: #0030DA;
  }
  
  .action-buttons {
    display: inline-flex;
    justify-content: space-between;
    width: 198px;
  }
  .action-buttons .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
    color: #0030DA;
    border-color: #0030DA;
  }
  .action-buttons .btn span {
    font-size: 18px;
    padding-top: 1px;
    font-family: "Gilroy-Bold", sans-serif;
    color: #0030DA;
  }
  .action-buttons .btn:hover {
    background: #0030DA;
    color: #fff;
  }
  .action-buttons .btn:hover span {
    color: #fff;
  }
  
  @media (max-width: 1380px) {
    .logoi30, .logoi80 {
      font-size: 18px;
    }
    .landing-menu ul {
      padding-left: 1.7vw;
    }
    .landing-menu li {
      margin-right: 1.7vw;
    }
    .landing-menu .ref {
      font-size: 15px;
    }
    .action-buttons {
      width: 160px;
    }
    .action-buttons .btn {
      height: auto;
      min-height: 40px;
      line-height: 40px;
    }
    .action-buttons .btn span {
      font-size: 15px;
      padding-top: 0px;
    }
  }
  @media (max-width: 1199px) {
    .header_bottom {
      padding-top: 10px;
      padding-bottom: 9px;
    }
    .header_bottom .btn span {
      font-size: 14px;
    }
    .logoi30, .logoi80 {
      font-size: 16px;
    }
    .landing-menu ul {
      padding-left: 1.5vw;
    }
    .landing-menu li {
      margin-right: 1.5vw;
    }
    .landing-menu .ref {
      font-size: 13px;
    }
    .action-buttons {
      width: 140px;
    }
  }
  @media (max-width: 991px) {
    .header_bottom {
      display: none;
    }
    .section-header-wrapper {
      display: none;
    }
  }

.header-buy--button {
    background: #FFF;
    color: #029 !important;
    border: 1px solid #029 !important;

}

.header-buy--button:hover {
    background: #029 !important;
}

/* #endregion */

/* #region main-section */
/* Main section */

.main-section {
    position: relative;
    display: flex;
    padding-top: calc(126px + var(--height-header));
    width: 100%;
    min-height: calc(832px + var(--height-header));
    background-image: linear-gradient(
        90deg, var(--bacground-color-gradient-1) 0%, var(--bacground-color-gradient-2) 100%);
    z-index: 2;
}

.main-section__wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
/* 
.main-section__text {
    min-width: 472px;
} */

.main-section__subtitle{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.main-section__subtitle div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 55px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}

.content {
    font-size: 1.5625rem;
    font-weight: 500;
}

.main-section__text>h1 {
    font-size: 7.5rem;
}

.main-section__text>h2 {
    margin-bottom: 50px;
    font-size: 3.625rem;
    font-weight: 800;
    color: #FFFFFF
}

.main-section__text>p{
    font-size: 1.875rem;
    font-weight: 500;
    /* word-break: break-all; */
}

.main-section__img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-section__shadow{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    aspect-ratio: 1/1;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 100%;
    background-color: #0084ffa4;
    /* filter: blur(354px); */
    box-shadow: 0px 0px 100px 100px #0084ffa4;
}

.main-section-model--icons {
    position: absolute;
    left: 90%;
    bottom: -40%;
}

.main-section__order{    
    position: absolute;
    bottom: 138px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.main-section__order>p{
    font-size: 2.1875rem;
    font-weight: 400;
}

.main-section__button{
    width: 181px;
    font-size: 18px;
    font-family: Inter;
    font-weight: 800;
    text-align: center;
}

.main-section div.special_offer {
    margin-top: 45px;
}


@media (max-width: 1300px) {
    
}

@media (max-width: 1150px) {
    .main-section {
        height: 1000px;
    }
    .main-section__text>h2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 1000px) {
    .main-section {
        padding-top: 60px;
        padding-bottom: 81px;
        height: calc(1071px);
    }
    .main-section__wrapper {
        flex-flow: row wrap;
        /* gap: 75px; */
        justify-content: center;
    }

    .main-section__order{    
        width: 100%;
        bottom: 81px;
        left: 50%;
        transform: translateX(-50%);

    }
    .main-section__img{
        max-width: 500px;
        position: absolute;
        top: 75%;
        width: 100%;
    }

    .main-section__subtitle div{
        width: 136px;
        height: 41px;
    }
    .main-section__shadow {
        box-shadow: 0px 0px 50px 50px #0084ffa4;
    }

    .main-section-model--icons {
        position: absolute;
        left: 63%;
        bottom: -25%;
        max-height: 200px;
    }
}   
/* #endregion */

/* #region technic-section */
.technic-section {
    max-height: 100%;
    padding-top: 130px;
    overflow: hidden;
}

.technic-section__wrapper {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}

.technic-section__title {
    max-width: 1061px;
    font-size: 3.75rem;
    font-weight: 800;
    text-align: center;
    color: #1040DE;
    margin-bottom: 104px;
}

.technic-section__title span {
    color: #E33C3B;
}

.technik-section__content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -1px;
}

.content-item-1{
    position: relative;
    /* flex: 1; */
    align-self: center;
    z-index: 2;
    max-width: 20%;
}
    
.content-item-3 {
    max-width: 20%;
}

.content-item-2 {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    /* height: 817px; */
    /* width: auto; */
    max-width: 653px;
    z-index: 1;
}

.content-item-2 > img {
    margin-top: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/*----------------------------------*/
.content-item__text {
    position: absolute;
    bottom: 5%;
    left: 56%;
    height: 208px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 286px;
    height: 185px;
    background: #fff;
}

.video-btn-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
    aspect-ratio: 1 / 1;
    height: 100%;
}

.img-btn{
    cursor: pointer;
    position: relative;
    max-width: 57px;
    height: 57px;
    z-index: 3;
    border: none;
    background: transparent;
}

.img-btn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bg-color {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 80px 30px #0084ff50;
}

.bg-color::after{
    content: "\200B";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #00C2FF;
}


.video-btn-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.article {
    max-width: 175px;
    min-width: 175px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    list-style: none;
}

.article > li > span{
    font-weight: 700;
    color: #002299;
}

.article > li:nth-child(1) span{
    font-size: 25px;
}

.article > li:nth-child(1)::before {
    content: "+";
    font-size: 25px;
    font-weight: 700;
    color: #002299;
    position: absolute;
    margin-left: -20px;
}

.article > li:nth-child(2){
    margin-top: 30px;
}

/*----------------------------------*/
.content-item__list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 105px;
    color: var(--second-text-color);
    list-style-type: none;  
}

.content-item__list> li {
    position: relative;
    padding-left: 20px;
}

.content-item__list> li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00063A;
}

.content-item__list img.special_offer {
    margin-top: 20px;
}


.list-item-1, .list-item-2, .list-item-3 {    
    vertical-align: text-top;
}
.offset {
    transform: translateX(55px);
}

.list-item-1 span {
    font-weight: 800;
    color: var(--text-color);
}

.item-title {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    margin-bottom: 14px;
}

.item-title:first-child {
    font-weight: 400;
}

.item-title__main{
    /* font-weight: 700; */
    color: var(--text-color);
    font-size: 16px;
}

.item-title__content {
    font-weight: 400;
    font-size: 16px;
    color: #00063a;
}


.wrapper-title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.help-icon {
    position: absolute;
    top: 25px;
    right: 25px;
}

.help-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}


.content-item-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 250px;
}

.content-item-3__title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #00063a;
}

.item-3__content-list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 45px;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #00063a;
    text-align: center;
    list-style-type: none;  
}

.item-3__content-list> li {
    position: relative;
    padding-left: 20px;
}

.item-3__content-list> li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00063A;
}


.item-3__content-item {
    position: relative;
}

.item-3__content-item > svg {
    position: absolute;
    top: -15px;
    right: -15px;
}

@media (max-width: 1300px) {
    /*----------------------------------*/
    .content-item__text {
        bottom: 5%; 
        height: 190px;
    }

    .img-btn{
        position: relative;
        max-width: 57px;
        height: 57px;
        z-index: 3;
    }

    .article {
        max-width: 160px;
        font-size: 1.25rem;
    }

    /*----------------------------------*/
}

@media (max-width: 1200px) {
    .content-item-2 {
        flex: 1;
        max-width: 600px;
    }
    .content-item__list {
        gap: 50px
    }

    /*----------------------------------*/
    .content-item__text {
        bottom: 5%;
        left: 48%; 
        height: 140px;
        gap: 12px;
    }

    .img-btn{
        position: relative;
        max-width: 43px;
        height: 43px;
        z-index: 3;
    }

    .article {
        max-width: 160px;
        min-width: 160px;
        font-size: 1.25rem;
    }

    /*----------------------------------*/
}

@media (max-width: 1100px) {
    /*----------------------------------*/
    .main-section__order {
        bottom: 140px;
    }
    .main-section div.special_offer {
        margin-top: 80px;
    }
    .content-item__text {
        bottom: 5%;
        left: 48%; 
        height: 150px;
    }

    .img-btn{
        position: relative;
        max-width: 47px;
        height: 47px;
        z-index: 3;
    }

    .article {
        min-width: 120px;
        font-size: 1.25rem;
    }

    .article > li:nth-child(2) {
        margin-top: 15px;
    }

    /*----------------------------------*/
}

@media (max-width: 1000px) {
    .main-section {
        height: calc(1110px);
    }
    .main-section__wrapper .main-section__text{
        margin-bottom: 50px;
    }
    .main-section__order {
        bottom: 110px;
    }
    .main-section div.special_offer {
        position: absolute;
        max-width: 100%;
        width: 100%;
        left: 0;
        bottom: 10px;
        text-align: center;
    }
    .technic-section__wrapper {
        padding-bottom: 0;
    }

    .technic-section {
        padding-top: 71px;
    }

    .technic-section__title {
        /* font-size: 40px; */
    }

    .offset {
        transform: translateX(0);
    }

    .content-item__list {
        gap: 50px;
    }
    .technik-section__content{
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column;
        gap:70px;
        flex-direction: row; 
        flex-wrap: wrap;
        gap: 40px; /* Настройте отступ под ваш дизайн */
        justify-content: center;
    }

    .content-item-1 {
        display: flex;
        order: 1;
        max-width: calc(50% - 20px);
        align-self: flex-start;
        justify-content: center;
    }

    .content-item-3 {
        order: 2;
        max-width: calc(50% - 20px); /* Занимает вторую половину ряда */
        align-items: stretch;
        align-self: flex-start;
    }

    .content-item-2 {
        order: 3;
        width: 100%; /* Занимает всю ширину и уходит под низ */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* .content-item-1 {
        align-self: flex-start;
    }

    .content-item-2 {
        align-self: flex-start;
        position: relative;
        height: 521px;
        min-height: 521px;
    }

    .content-item-3 {
        gap: 70px;
        align-items: flex-start;
        align-self: flex-start;
    } */

    .content-item__list> li::before {
        margin-top: 13px;
    }

     /*----------------------------------*/

    .article {
        max-width: 160px;
        min-width: 160px;
    }

    /*----------------------------------*/

}

@media (max-width: 800px) {
    .main-section {
        height: 1150px;
    }
}


@media (max-width: 600px) {
    .content-item-2 {
        position: relative;
        width: 100%;
        height: 521px;
        min-height: 521px;
    }

    .content-item-2 > img {
        display: block;
        position: absolute;
        height: 521px;
        min-height: 521px;
        min-width: 402px;
    }

     /*----------------------------------*/
     .content-item__text {
        bottom: 5%;
        left: 30%; 
        height: 133px;
    }

    .img-btn{
        position: relative;
        max-width: 37px;
        height: 37px;
        z-index: 3;
    }

    .article {
        min-width: 120px;
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text-color);
    }

    /*----------------------------------*/
}

@media (max-width: 550px) {
    .technic-section {
        padding-bottom: 50px;
    }
    .technik-section__content {
        gap: 26px;
    }
    .content-item-1,
    .content-item-3 {
        max-width: 100%;
        align-items: flex-start;
        align-self: flex-start;
        justify-content: flex-start;
    }
    .content-item__list {
        gap: 26px;
        width: 100%;
    }
    .content-item__text {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    .main-section {
        height: calc(1070px);
    }
    .main-section__wrapper .main-section__text{
        margin-bottom: 0;
    }
}

@media (max-width: 413px) {
    .item-title {
        font-size: 20px;
    }
    .help-icon {
        transform: translateY(-20px);
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%
    }
    .content-item-2 {
        position: relative;
        width: 100%;
        height: 471px;
        min-height: 471px;
    }

    .content-item-2 > img {
        display: block;
        position: absolute;
        left: -15%;
        height: 471px;
        min-height: 471px;
        min-width: 352px;
    }
}

@media (max-width: 360px) {
    .item-title {
        font-size: 15px;
    }
    .help-icon {
        transform: translateY(-20px);
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%
    }

    .content-item-2 {
        position: relative;
        width: 100%;
        height: 421px;
        min-height: 421px;
    }

    .content-item-2 > img {
        display: block;
        position: absolute;
        left: -25%;
        height: 421px;
        min-height: 421px;
        min-width: 302px;
    }

    
     /*----------------------------------*/

    .img-btn{
        position: relative;
        max-width: 30px;
        height: 30px;
        z-index: 3;
    }

    .article {
        max-width: 120px;
        min-width: 120px;
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text-color);
    }

    /*----------------------------------*/
}
/* #endregion */

/* #region acceleration-section */
.acceleration-section {
    background-image: linear-gradient(45deg, var(--bacground-color-gradient-1) 100%, var(--bacground-color-gradient-2) 0%);
    padding-top: 190px;
    padding-bottom: 157px;
    /* display: none; */
}


.acceleration-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 41px;
}

.acceleration-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 25.875rem;
}

.acceleration-text>h2 {
    font-weight: 800;
    font-size: 3.75rem;
    color: var(--first-text-color);
}

.acceleration-text>h2 span{
    color: var(--text-color);
}

.acceleration-text>h4 {
    font-weight: 400;
    font-size: 1.875rem;
    color: #fff;
}

.acceleration__button {
    width: 296px;
    height: 71px;  
    display: flex;
    align-items: center; 
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: var(--text-color-button);
}

.acceleration-slider-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    padding-left: 3.875rem;
    padding-right: 3.875rem;
    position: relative;
}

.acceleration-slider__isolate{
    position: relative;
}

.acceleration-slider-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;   
}

.acceleration-slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
    transform: translateX(-00);
}

/*доп слайды*/
.acceleration-slider-wrapper .carousel {
    position: relative;
    width: 100%;
    /* max-height: 658px; */
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    overflow: hidden;
  }
  .acceleration-slider-wrapper .carousel .item {
    opacity: 0;
    width: 100%;
    min-height: 100%;
    display: none;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    transition: opacity 0.5s ease-in-out;
  }

  .acceleration-slider-wrapper .carousel .item.active {
    opacity: 1;
    display: flex;
  }
  
  .acceleration-slider-wrapper .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .acceleration-slider-wrapper .dots .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    background-color: #242421;
    transition: background-color 0.2s ease;
  }
  .acceleration-slider-wrapper .dots .dot.active, .acceleration-slider-wrapper .dots .dot:hover {
    background-color: #ffffe6;
  }
/**/

.slide {
    min-width: calc(50% - 0.5rem);
}

.acceleration-slider-item {
    border-radius: 21px;
    overflow: hidden;
    width: 100%;
}

.acceleration-slider-item__image {
    width: 100%;
    height: 100%;
}

.acceleration-slider-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acceleration-slider-text {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.acceleration-slider-text p {
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
}

.acceleration-slider-container::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 40%;
    width: 50%;
    aspect-ratio: 1/1;
    transform: translateY(-15%) translateX(-30%);
    border-radius: 100%;
    background-color: #0084ffa4;
    box-shadow: 0px 0px 100px 100px #0084ffa4;
}

.video-observ-section__body::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 40%;
    width: 50%;
    aspect-ratio: 1/1;
    transform: translateY(-15%) translateX(-30%);
    border-radius: 100%;
    background-color: #0084ffa4;
    box-shadow: 0px 0px 100px 100px #0084ffa4;
}

.controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 3.875rem * 2);
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.control {
    width: 49px;
    height: 49px;
    border-radius: 50%;    
    box-shadow: 1px 2px 7px 0 #838383;
}

.control svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.object-svg {
    fill: #0030DA;
}
.control svg:hover .object-svg {
    fill: #fff;
    transition: all 0.2s ease;
}

.control svg:hover {
    cursor: pointer;
    fill: #184296;
    transition: all 0.5s ease;
}

@media (min-width: 1000px) {
    .acceleration-wrapper>button {
        display: none;
    }
}

@media (max-width: 1000px) {
    .acceleration-section {
        padding-top: 90px;
        padding-bottom: 118px;
    }

    .acceleration-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .acceleration-text {
        max-width: 100%;
        align-items: center;
    }
    
    .acceleration-text>h2 {
        text-align: center;
    }

    .acceleration-text>h4 {
        text-align: center;
    }

    .acceleration-slider-container {
        gap: 28px;
    }

    .control {
        width: 40px;
        height: 40px;
    }

    .acceleration-wrapper>a {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .hidden{
        display: none;
    }

    .acceleration-slider-item {
        border-radius: 10px;
    }
}

@media (max-width: 430px) {
    .acceleration-slider-text p {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .acceleration__button {
        width: 100%;
        height: 71px;  
    }

    .controls {
        width: calc(105% + 3.875rem * 2);
    }
}



/* #endregion */

/* #region icons-section */
.icons-section {
    padding-top: 123px;
    padding-bottom: 140px;
    background-image: linear-gradient(45deg, #001D8F 0%, #1040DE 100%);
}

.icons-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 61px;
    max-width: 62.3125rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.icons-section__title> h2{
    font-weight: 800;
    font-size: 3.75rem;
    text-align: center;
    color: #FFFFFF;
}

.icons-section__title span {
    color: var(--text-color);
}

.icons-section__title> h4{
    max-width: 30rem;
    font-weight: 400;
    font-size: 1.875rem;
    text-align: center;
    color: #00063a;
}

.icons-section__body {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.icons-section__grid-icons {
    padding-left: 26px;
    padding-right: 26px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.icons-section__icon {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 12.5%;
    padding: 10px;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    line-height: 1.2em;
    border-left: 1px solid #7392FF;
}

.icons-section__icon:nth-child(1){
    border-left: none;
}

.icons-section__icon:nth-child(9){
    border-left: none;
}

.icons-section__icon:nth-child(8){
    border-right: 1px solid #7392FF;
}

.icons-section__icon:nth-child(16){
    border-right: 1px solid #7392FF;
}

.icon-image {
    display: inline-flex;
    width: 100%;
    height: 80px;
}

.icon-image>img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
}

.icons-section__icon>p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 38px;
}

.icons-section__icon:nth-child(1n+9)::before {
    content: "";
    display: inline-block;
    /* width: 100%; */
    position: absolute;
    right: 0px;
    top: -30px;
    width: 100%;
    height: 1px;
    background: #7392FF;
}

@media (max-width: 1680px) {
    .icons-section__icon>p {
        font-size: 16px;
    }
}
@media (max-width: 1380px) {
    .icons-section__icon>p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .icons-section__icon {
        width: 25%
    }

    .icons-section__icon:nth-child(4){
        border-right: 1px solid #7392FF;
    }

    .icons-section__icon:nth-child(12){
        border-right: 1px solid #7392FF;
    }

    .icons-section__icon:nth-child(1n+5)::before {
        content: "";
        display: inline-block;
        /* width: 100%; */
        position: absolute;
        right: 0px;
        top: -30px;
        width: 100%;
        height: 1px;
        background: #7392FF;
    }
}

@media (max-width: 1000px) {
    .icons-section {        
        padding-top: 90px;
    }

    .icons-section__icon:nth-child(1){
        border-left: 1px solid #7392FF;
    }
    
    .icons-section__icon:nth-child(9){
        border-left: 1px solid #7392FF;
    }
}

@media (max-width: 991px) {
    .icons-section__icon {
        border-right: 1px solid #7392FF;
    }
}

@media (max-width: 700px) {
    .icons-section__icon {
        width: 50%;
    }
    .icons-section__icon>p {
        font-size: 12px;
    }
    
    .icons-section__icon:nth-child(1n+3)::before {
        content: "";
        display: inline-block;
        /* width: 100%; */
        position: absolute;
        right: 0px;
        top: -30px;
        width: 100%;
        height: 1px;
        background: #7392FF;
    }
}
/* #endregion */

/* #region haracteristic-section */
.haracteristic-section {
    background-color: #ffffff;
    padding-top: 112px;
    padding-bottom: 0px;
    /* display: none; */
}

.haracteristic-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 58.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.haracteristic-section__title> h2{
    font-weight: 800;
    font-size: 3.75rem;
    text-align: center;
    color: #1040DE;
}

.haracteristic-section__title span {
    color: #E33C3B;
}

.haracteristic-section__body {
    display: flex;
    justify-content: space-between;
    gap: 45px;
}

.body__img {
    position: relative;
    width: 50%;
    height: 818px;
    position: relative;
}

.body__img::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 30%;
    width: 50%;
    aspect-ratio: 1/1;
    transform: translateY(-15%) translateX(-30%);
    border-radius: 100%;
    background-color: #0084ffa4;
    /* filter: blur(354px); */
    box-shadow: 0px 0px 100px 100px #0084ffa4;
}

.body__img img {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: auto;
}

.body__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.4375rem;
    width: 50%;
    padding-top: 68px;
}


.body__text-content {
    padding-bottom: 48px;
}

.list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
}

.list> li {
    position: relative;
    width: calc(50% - 15px);
    max-width: 240px;    
    padding-left: 28px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.list> li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 6px;
    background: #00063A;
}

.list> li:nth-child(1n+3){
    margin-top: 54px;
} 

.list> li> span {
    color: #1040DE;
    font-weight: 700;
}

.haracteristic-section__button {
    width: 294px;
    height: 71px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: var(--text-color-button);
}

@media (max-width: 1680px) {
    .body__img {
        height: 690px;
    }
}

@media (max-width: 1380px){
    .body__img {
        margin-top: auto;
        height: 606px;
    }

    .body__img::before {
        content: "";
        position: absolute;
        top: 10%;
        left: 45%;
        width: 50%;
        aspect-ratio: 1/1;
        transform: translateY(-15%) translateX(-30%);
        border-radius: 100%;
        /* background-color: #0082ff; */
        /* filter: blur(354px); */
        box-shadow: 0px 0px 100px 100px #0084ffa4;
    }
    .body__text {
        padding-bottom: 50px;
    }
}

@media (max-width: 1199px){
    .body__img {
        width: calc(50% + 15px);
        height: 568px;
        margin-top: auto;
    }

    .list> li:nth-child(1n+3) {
        margin-top: 34px;
    }
}

@media (max-width: 1100px) {
    .body__img {
        height: 500px;
    }
}

@media (max-width: 1000px) {
    .haracteristic-section {
        padding-bottom: 100px;
    }

    .haracteristic-section__body {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /* gap: 5.375rem; */
    }

    .body__img {
        width: 100%;
        max-width: 50%;
        height: auto;
        margin-top: 0px;
    }

    .body__img img {
        position: relative;
        height: auto;
        width: 100%;
    }

    .body__text {
        width: 100%;
        align-items: center;
        padding-top: 28px;
    }

    .list> li {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-top: 25px;
    }
}

@media (max-width: 650px) {
    .body__img {
        width: 100%;
        max-width: 80%;
    }
}

@media (max-width: 400px) {
    .list> li {
        width: 100%;
        max-width: 100%;
    }
}
/* #endregion */

/* #region convenience-section */
.convenience-section {
    padding-top: 154px;
    padding-bottom: 134px;
    background-image: linear-gradient(45deg, #001D8F 0%, #1040DE 100%);
}

.convenience-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 59.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.convenience-section__title> h2{
    font-weight: 800;
    font-size: 3.75rem;
    text-align: center;
    color: #fff;
}

.convenience-section__title span {
    color: #0EF1FF;
}

.convenience-section__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.convenience-section__body li {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 28px;
}

.convenience-section__body li span {
    font-weight: 700;
    color: #0EF1FF;
}

.convenience-section__item-1, .convenience-section__item-3 {
    max-width: 260px;
    width: 100%;
    display: flex;
    align-items: center;
}

.item-list {
    display: flex;
    flex-direction: column;
    gap: 46px;
    list-style-type: none;     
}

.item-list> li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.convenience-section__item-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.convenience-section__slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;   
}

/*доп слайды*/
.convenience-section__slider-wrapper .carousel {
    position: relative;
    width: 100%;
    /* max-height: 658px; */
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    overflow: hidden;
  }
  .convenience-section__slider-wrapper .carousel .item {
    opacity: 0;
    width: 100%;
    min-height: 100%;
    display: none;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    transition: opacity 0.5s ease-in-out;
  }

  .convenience-section__slider-wrapper .carousel .item.active {
    opacity: 1;
    display: flex;
  }
  
  .convenience-section__slider-wrapper .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .convenience-section__slider-wrapper .dots .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    background-color: #242421;
    transition: background-color 0.2s ease;
  }
  .convenience-section__slider-wrapper .dots .dot.active, .convenience-section__slider-wrapper .dots .dot:hover {
    background-color: #ffffe6;
  }
/**/

.convenience-section__slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    transform: translateX(-00);
}

.convenience-section__slider-item {
    border-radius: 21px;
    overflow: hidden;
    min-width: 100%;
}

.convenience-section__slider-item  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.convenience-section__controls{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.convenience-section__control{
    width: 49px;
    height: 49px;
    border-radius: 50%;    
    box-shadow: 1px 2px 7px 0 #838383;
}

.convenience-section__control svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.object-svg {
    fill: #0030DA;
}
.convenience-section__control svg:hover .object-svg {
    fill: #fff;
    transition: all 0.2s ease;
}

.convenience-section__control svg:hover {
    cursor: pointer;
    fill: #184296;
    transition: all 0.5s ease;
}

@media (max-width: 1000px) {
    .convenience-section {
        padding-top: 77px;
        padding-bottom: 88px;
        /* display: none; */
    }

    .convenience-section__title {
        margin-bottom: 60px;
    }

    .convenience-section__body {
        flex-wrap: wrap;
        gap: 25px 0;
    }

    .convenience-section__item-2 {
        order: 2;
        margin: auto;
    }

    .convenience-section__item-1{
        max-width: calc(50% - 20px);
        align-self: flex-start;
        justify-content: center;
    }
    .convenience-section__item-3 {
        max-width: calc(50% - 20px);
        align-self: flex-start;
        justify-content: center;
        align-items: stretch;
    }
    
}

@media (max-width: 550px) {
    .convenience-section__item-1,
    .convenience-section__item-3{
        max-width: 100%;
        align-items: flex-start;
        align-self: flex-start;
        justify-content: flex-start;
    }

}
/* #endregion */

/* #region video-observ-section */
.video-observ-section {
    /* background-image: linear-gradient(45deg, var(--bacground-color-gradient-1) 100%, var(--bacground-color-gradient-2) 0%); */
    background-color: #1040DD;
    padding-top: 99px;
    padding-bottom: 105px;
    /* display: none; */
}

.video-observ-section__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 804px;
    margin-left: auto;
    margin-right: auto;
}

.video-observ-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 50.25rem;
}

.video-observ-section__title> h2{
    font-weight: 700;
    font-size: 3.75rem;
    text-align: center;
    color: var(--first-text-color);
}

.video-observ-section__title span {
    color: var(--text-color);
}

.video-observ-section__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;    
    border-radius: 15px;
    overflow: hidden;
}

.video-observ-section__body iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.video-observ-section__button {
    width: 315px;
    height: 71px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: var(--text-color-button);
}

.video-previwe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    /* filter: brightness(50%); */
    cursor: pointer;
}

.video-previwe::before {
    /* content: ""; */
    position: absolute;
    top: 15%;
    left: 30%;
    width: 50%;
    aspect-ratio: 1/1;
    transform: translateY(-15%) translateX(-30%);
    border-radius: 100%;
    background-color: #0084ffa4;
    /* filter: blur(354px); */
    box-shadow: 0px 0px 100px 100px #0084ffa4;
}


.video-observ-section__body:hover .video-previwe {
    filter: brightness(80%);
}

.previewe__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.video-previwe__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 127px;
    max-height: 127px;
    height: auto;
    z-index: 2;
}

.previewe__btn {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .video-observ-section {
        padding-top: 84px;
        padding-bottom: 116px;
        /* display: none; */
    }
}
/* #endregion */

/* #region software-section */
.software-section {
    padding-top: 120px;
  }
  
  .software-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 58.4375rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 111px;
  }
  
  .software-section__title > h2 {
    font-weight: 800;
    font-size: 3.75rem;
    text-align: center;
    color: #1040DE;
  }
  
  .software-section__title span {
    color: #E33C3B;
  }
  
  .software-section__body {
    width: 100%;
    min-width: 100%;
    min-height: 863px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
  }
  
  .software-section__body-content {
    align-self: flex-start;
    width: 390px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .body-content__text {
    margin-bottom: 43px;
  }
  
  .body-content__text > p {
    font-weight: 400;
    font-size: 1.125rem;
    color: #00063a;
  }
  
  .body-content__text span {
    font-weight: 800;
    color: #00c1ff;
  }
  
  .body-content__text p:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .body-content__opportunity {
    align-self: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 43px;
    margin-bottom: 54px;
  }
  
  .opportunity-content {
    position: relative;
    width: 100%;
    max-width: 322px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
  }
  
  
  .opportunity-text__img {
    width: 100%;
    max-width: 68px;
    height: 100%;
    max-height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 3px 4px 2px rgba(61, 61, 61, 0.25);
    cursor: pointer;    
    transition: transform 0.3s ease-in;
  }
  
  .opportunity-text__img svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .opportunity-text__img svg line{
    stroke: #002299;
  }

  .opportunity-text__img svg circle{
    fill: #fff;
  }

  .opportunity-text__img svg:hover circle{
    fill: #002299;
    transition: all 0.3s ease;
  }

  .opportunity-text__img svg:hover line{
    stroke: #fff;
    transition: all 0.3s ease;
  }
  
  .opportunity-text__text p {
    font-weight: 400;
    font-size: 1.125rem;
    color: #00063a;
  }
  
  .body-content__video {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.5);
  }
  
  .body-content__video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  
  .body-content__video > .video-previwe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    filter: brightness(50%);
    cursor: pointer;
  }

  .body-content__video:hover .video-previwe {
    filter: brightness(80%);
  }
  
  .body-content__video > .previewe__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }
  
  .body-content__video > .video-previwe__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 127px;
    max-height: 127px;
    height: auto;
    z-index: 2;
  }
  
  .body-content__video > .previewe__btn {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  
  .software-section__body-img {
    align-self: stretch;
    display: inline-block;
    position: relative;
    width: calc(100% - 390px);
    padding-bottom: 248px;
    padding-left: 28px;
  }
  
  .software-section__body-img > img {
    display: inline-block;
    position: absolute;
    right: -74px;
    right: -94px;
    bottom: 0px;
    max-width: 100%;
    max-height: 724px;
    z-index: 0;
    user-select: none;
  }
  
  /*----------------MEDIA----------------*/
  .phone {
    display: inline-block;
    position: relative;
    width: 294px;
    height: 632px;
    box-shadow: 20px 20px 45px rgba(0, 0, 0, 0.4);
    border-radius: 40px;
    margin-top: 40px;
    z-index: 2;
  }
  .phone .controls {
    position: absolute;
    z-index: 10;
    width: calc(100% + 60px);
    left: 50%;
    top: calc(50% + 15px);
    transform: translate(-50%, -50%);
    justify-content: space-between;
  }
  
  .software-section__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  
  .software-section__control {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    box-shadow: 1px 2px 7px 0 #838383;
  }
  
  .software-section__control svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  .object-svg {
    fill: #0030da;
  }
  .software-section__control svg:hover .object-svg {
    fill: #fff;
    transition: all 0.2s ease;
  }
  
  .software-section__control svg:hover {
    cursor: pointer;
    fill: #184296;
    transition: all 0.5s ease;
  }
  
  .phone__bg {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  
  .phone__slider {
    z-index: 4;
    position: relative;
    /* display: block; */
    width: calc(100% - 26px);
    left: calc(50% + 1px);
    transform: translateX(-50%);
    height: 598px;
    border-radius: 25px;
    margin-top: 32px;
    margin-top: 18px;
    overflow: hidden;
  }
  
  .software-section__slider-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .software-section__slider {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateX(-00);
  }

  /*доп слайды*/
.software-section__slider-wrapper .carousel {
    position: relative;
    width: 100%;
    /* max-height: 658px; */
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    overflow: hidden;
  }
  .software-section__slider-wrapper .carousel .item {
    opacity: 0;
    width: 100%;
    min-height: 100%;
    display: none;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    transition: opacity 0.5s ease-in-out;
  }

  .software-section__slider-wrapper .carousel .item.active {
    opacity: 1;
    display: flex;
  }
  
  .software-section__slider-wrapper .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .software-section__slider-wrapper .dots .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    background-color: #242421;
    transition: background-color 0.2s ease;
  }
  .software-section__slider-wrapper .dots .dot.active, .software-section__slider-wrapper .dots .dot:hover {
    background-color: #ffffe6;
  }
/**/
  
  .software-section__slider-item {
    /* border-radius: 21px; */
    overflow: hidden;
    min-width: 100%;
  }
  
  .software-section__slider-item__image {
    width: 100%;
    height: 100%;
  }
  
  .software-section__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  /* .phone__slide {
      display: inline-block;
      height: 598px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: calc(100% + 3px) auto;
      margin-left: 0px !important;
      margin-right: 0px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      border-left: 0px !important;
      margin-right: 0px !important;
    } */
  /*----------------MEDIA----------------*/
  
  /*----------------Modal----------------*/

  .opportunity-modal {
    width: 367px;
    position: absolute;
    top: 0;
    left: 75px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background-color: #fff;
    z-index: -1;
    box-shadow:1px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 33px;
    opacity: 0;
    transition: opacity 0.2s ease-in;  
}

.opportunity-modal p {
    font-weight: 400;
    font-size: 1rem;
    color: #00063a;
}


  .modal-animate {
    transform: rotate(45deg);
  }
  
  
  /*----------------Modal----------------*/
  
  @media (max-width: 1400px) {
    .software-section__body-img > img {
      width: 430px;
      right: 4%;
    }
  }
  
  @media (max-width: 1280px) {
    .software-section__body-img {
      width: calc(100% - 400px);
    }
  }
  
  @media (max-width: 1200px) {
    /* .software-section__body-img > img {
          width: 400px;
          right: 0px;
      } */
  
    .phone {
      width: 238px;
      height: 504px;
    }
  
    .phone__slider {
      height: 470px;
    }
  
    .software-section__body {
      gap: 0px;
    }
  
    .opportunity-modal {
      width: 300px;
    }
  }
  
  @media (max-width: 1000px) {
    .software-section {
      padding-top: 84px;
    }
  
    .software-section__body {
      width: 100%;
      min-width: 100%;
      min-height: 863px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
    .body-content__text {
      text-align: center;
    }
    .software-section__body-content {
      align-self: center;
      width: 390px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .software-section__body-img {
      width: 460px;
      align-self: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-left: 0px;
    }
    .software-section__body-img > img {
      display: none;
    }
  
    .phone {
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media (max-width: 500px) {
    .software-section__body-content {
      align-self: flex-start;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .software-section__body-img {
      padding-bottom: 60px;
    }
    .software-section__title {
      margin-bottom: 43px;
    }
  
    
  }
  
  
  @media (max-width: 450px) {
      .opportunity-modal {
          width: 200px;
        }
        .body-content__text > p {
            font-size: 16px;
        }
  }


/* #endregion */

/* brand_section */

.brand_section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 161px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-image: url(/local/templates/i35xr/img/brand-section-bg.png);
    background-repeat: no-repeat;
    border-top: 1px solid #929292;
    z-index: 2;
    overflow: visible;
}

.brand_section h2 {
    font-weight: 800;
    font-size: 3.75rem;
    text-align: center;
    color: #1040DE;
}

.brand_section h2 span{
    color: #E33C3B;
}

.brand_section_list {
    margin-top: 120px;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.brand_section_list > li {
    width: 340px;
    background-image: url(/local/templates/i35xr/img/checkmark-2.svg);
    background-repeat: no-repeat;
    
    /* 1. Позиционируем по центру горизонтально и в самый верх */
    background-position: left top; 
    
    /* 2. Задаем размер иконки, чтобы она не была огромной или слишком мелкой */
    background-size: 44px 44px; 
    
    /* 3. Убираем левый отступ и делаем верхний, чтобы текст ушел под картинку */
    padding-left: 0; 
    padding-right: 67px;
    padding-top: 60px; /* Размер иконки + небольшой зазор до текста */
    
    text-wrap: balance;
    color: #000;
}

.brand_section_list > li > span{
    color: #0064EE;
    font-weight: 700;
}

.brand_section_card {
    display: flex;
    align-items: center;
    gap: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -73px;
    color: #ffffff;
    background: linear-gradient(180deg, #1c86ff 0%, #0060ce 100%);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 25%);
    font-size: 18px;
    font-weight: 500;
    padding: 42px 36px;
    border-radius: 20px;
    width: 452px;
}

.brand_section_card span{
    font-weight: 700;
}

@media (max-width: 1500px){
    .brand_section {
        padding-top: 260px;
    }
}

@media (max-width: 991px){
    .brand_section {
        padding-top: 430px;
    }
    .brand_section_list {
        flex-wrap: wrap;
        gap: 45px 0;
    }
    
}

@media (max-width: 780px){
    .brand_section {
        background-size: 334px;
        padding-top: 330px;
    }
    .brand_section_list > li{
        padding-right: 10px;
        max-width: 50%;
    }
}

@media (max-width: 580px){
    .brand_section_list > li {
        padding-right: 0;
        max-width: 100%;
    }
    .brand_section_card {
        bottom: -55px;
        font-size: 12px;
        padding: 25px 25px;
        width: 330px;
    }
}

@media (max-width: 414px){
    .brand_section {
        background-size: 222px;
        padding-top: 230px;
    }
    .brand_section_list {
        margin-top: 75px;
    }
    .brand_section_list {
        font-size: 16px;
    }
}

/* #region trend-section */

.section-history{
    position: relative;
    z-index: 1;
}

.section-history .container {
    max-width: 100%;
}

.trend-section,
.section-history {
    background-image: linear-gradient(90deg, var(--bacground-color-gradient-1) 0%, var(--bacground-color-gradient-2) 100%);
    padding-top: 113px;
    padding-bottom: 0px;
    /* display: none; */
}

.trend-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 96.5px;
    margin-left: auto;
    margin-right: auto;
}

.history-info,
.trend-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* max-width: 58.5rem; */
}

div.history-info> h2,
.trend-section__title> h2{
    max-width: 1000px;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 3.125rem;
    text-align: center;
    color: var(--first-text-color);
    margin-bottom: 45px;
}

.history-info span,
.trend-section__title span {
    color: var(--text-color);
}

.trend-section__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.body-isolate {
    position: relative;
    width: 100vw;
}



.trend-section__slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;   
}

.trend-section__slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    transform: translateX(-00);
}

  /*доп слайды*/
  .trend-section__slider-wrapper .carousel {
    position: relative;
    width: 100%;
    /* max-height: 658px; */
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    overflow: hidden;
  }
  .trend-section__slider-wrapper .carousel .item {
    opacity: 0;
    width: 100%;
    min-height: 100%;
    display: none;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    transition: opacity 0.5s ease-in-out;
  }

  .trend-section__slider-wrapper .carousel .item.active {
    opacity: 1;
    display: flex;
  }
  
  .trend-section__slider-wrapper .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .trend-section__slider-wrapper .dots .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    background-color: #242421;
    transition: background-color 0.2s ease;
  }
  .trend-section__slider-wrapper .dots .dot.active, .trend-section__slider-wrapper .dots .dot:hover {
    background-color: #ffffe6;
  }
/**/

.trend-section__slider-item {
    overflow: hidden;
    min-width: 100%;
}

.slider-item__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
}

.slider-item__img {
    width: 100%;
    max-height: 250px;
}

.slider-item__img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: fill;
}

.trend-section__slider-item  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trend-section__controls{
    position: absolute;
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.trend-section__control{
    width: 57.6px;
    height: 57.6px;
    border-radius: 50%;    
    box-shadow: 1px 2px 7px 0 #838383;
}

.trend-section__control svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.object-svg {
    fill: #0030DA;
}
.trend-section__control svg:hover .object-svg {
    fill: #fff;
    transition: all 0.2s ease;
}

.trend-section__control svg:hover {
    cursor: pointer;
    fill: #184296;
    transition: all 0.5s ease;
}

@media (max-width: 1900px) {
    div.history-info> h2{
        max-width: 900px;
    }
}

@media (max-width: 1000px) {
    .trend-section__control{
        width: 40px;
        height: 40px;
        border-radius: 50%;    
        box-shadow: 1px 2px 7px 0 #838383;
    }

    .slider-item__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(10, 1fr);
    }
}

@media (max-width: 991px){
    .section-history .container {
        padding-left: 0;
    }
    div.history-info> h2 {
        max-width: calc(100% - 70px);
    }
}

@media (max-width: 575px) {
    .section-history {
        padding-top: 105px !important;
    }
    div.history-info> h2 {
        max-width: calc(100% - 20px);
    }
}

/* #endregion */

/* #region ecosystem-section */
.ecosystem_section {
    padding-top: 159px;
    padding-bottom: 152px;
    color: #ffffff;
    background: #1a84fe;
    background: url("/local/templates/i35xr/img/ecosystem-bg-img.png") no-repeat right -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
    /* background: linear-gradient(45deg, #001d8f 0%, #0073f6 100%); */
}
  
.ecosystem_section_small_img_container {
    max-width: 100%;
    overflow: hidden;
}
  
.ecosystem_section_small_img {
    display: none;
}
  
.ecosystem_section > .container {
    position: relative;
}
  
.ecosystem_section_title {
    font-size: 80px;
    font-weight: 800;
    text-wrap: balance;
    text-align: center;
    margin-bottom: 104px;
}
  
.ecosystem_section_list {
    display: grid;
    grid-template-columns: 251px 217px;
    column-gap: 46px;
    row-gap: 41px;
}
  
.ecosystem_section_list > li {
    text-wrap: balance;
}
  
.ecosystem_section_list > li > h2 {
    font-size: 20px;
    font-weight: 800;
}
  
.ecosystem_section_list > li > h3 > span {
    text-decoration: underline;
    text-decoration-color: #ffffff;
}

@media (max-width: 1800px) {
    .ecosystem_section {
      background: url(/local/templates/i35xr/img/ecosystem-bg-img.png) no-repeat 100px -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
    }
  }

@media (max-width: 1600px) {
    .ecosystem_section {
        background: url(/local/templates/i35xr/img/ecosystem-bg-img.png) no-repeat 0px -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
    }
    
    .ecosystem_section > .container {
        padding-inline: 40px;
    }
    
    .ecosystem_section_card {
        right: 3%;
    }
}

@media (max-width: 1440px) {
    .ecosystem_section {
      background: url(/local/templates/i35xr/img/ecosystem-bg-img.png) no-repeat -80px -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
    }
}

@media (max-width: 1350px) {
    .ecosystem_section {
      background: url(/local/templates/i35xr/img/ecosystem-bg-img.png) no-repeat -100px -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
    }
}

@media (max-width: 1300px) {
    .ecosystem_section {
      background: url(/local/templates/i35xr/img/ecosystem-bg-img.png) no-repeat -125px -390px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
    }
}

@media (max-width: 1250px) {
    .ecosystem_section {
      background: url(/local/templates/i35xr/img/ecosystem-bg-img.png) no-repeat -125px -390px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
    }
}

@media (max-width: 1200px) {
    .ecosystem_section {
        background: linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
        position: relative;
    }
    
    .ecosystem_section > .container {
        max-width: 640px;
    }
    
    .ecosystem_section_title {
        font-size: 60px;
        margin-bottom: 0;
    }
    
    .ecosystem_section_small_img {
        display: block;
        max-width: 200%;
        margin: auto;
        transform: translateX(-25%);
        margin-top: -165px;
    }
    
    .ecosystem_section_list_container {
        margin-top: -85px;
    }
    
    .ecosystem_section_list {
        grid-template-columns: 1fr 1fr;
        padding-left: 20px;
    }
}

@media (max-width: 639px) {
    .ecosystem_section {
        padding-top: 108px;
        padding-bottom: 94px;
    }
    
    .ecosystem_section > .container {
        max-width: 375px;
        padding-inline: 30px;
    }
    
    .ecosystem_section_title {
        font-size: 34px;
        margin-bottom: 0;
    }
    
    .ecosystem_section_small_img {
        margin-top: -105px;
    }
    
    .ecosystem_section_list_container {
        margin-top: -50px;
    }
    
    .ecosystem_section_list {
        font-size: 12px;
    }
}

@media (max-width: 540px) {
    .ecosystem_section > .container {
        padding-inline: 0;
    }
      
    .ecosystem_section_list_container {
        padding-inline: 30px;
    }
    
    .ecosystem_section_small_img_container {
        max-width: 100%;
        width: 375px;
        overflow: hidden;
    }
    
    .ecosystem_section_small_img {
        max-width: 176%;
        transform: translateX(-22%);
    }
}


/* #endregion */

/* #region contacts-section */
.contacts-section {
    padding-top: 160px;
    padding-bottom: 0;
    /* display: none; */
}

.contacts-section__wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.contacts-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 52.5625rem;
    margin-bottom: 75px;
}

.contacts-section__wrapper h2,
.section-community h2{
    font-weight: 800;
    font-size: 3.75rem;
    text-align: center;
    color: #1040DE;
}

.contacts-section__title span,
.section-community h2 span {
    color: #E33C3B;
}

.contacts-section__body {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 173px;
}

.contacts-section__items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 20px;    
    max-width: 903px;
    width: 100%;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

.contacts-section__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 70px;
    min-height: 100%;
}

.contacts-section__item:nth-child(2){
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
}

.item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contacts-section__item>p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #00063a;
}

.contacts-section__item>p:nth-child(3){
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #00063a;
}

.item-btn {
    width: 100%;
    /* margin-top: 92px; */
    margin-top: auto;
}

.contacts-section__button {
    width: 197px;
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #00063a;
    cursor: pointer;    
    background-color: #fff;
    border-radius: 63px;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    padding-left: 20px;
    padding-right: 20px;
}

.contacts-section__button:hover {
    background-color: #1040DE;;
    color: #fff;
}

.prin-logo {
    position: absolute;
    top: 28px;
    right: 30px;
    width: 77px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.prin-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contacts-section__text {
    margin-bottom: 47px;
}

.marquee-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    max-height: 320px;
    overflow: hidden;
}

.mariquee-line__scroll {
    min-width: 100%;
    position: relative;
    display: flex;
    min-width: 100%;
    overflow: hidden;
    color: #000000;
}

.mariquee-line__scroll>div {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    animation: animate 50s linear infinite;
    /* animation-delay: calc(10s / -5); */
    /* transform: translateX(-100%); */
}


.mariquee-line__scroll>div:nth-child(2) {
    /* animation: animate2 50s linear infinite; */
    /* animation-delay: calc(50s / -2); */
}


.imgbx>div div{
    width: 320px;
    max-width: 320px;
    height: 320px;
    max-height: 320px;
}

.imgbx div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes animate {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(-300%);
    }
}

@media (max-width: 1000px) {

    .contacts-section {
        padding-top: 84px;
        align-items: center;
    }

    .contacts-section__items {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        border-radius: 20px;    
        max-width: 520px;
        box-shadow: none;
    }

    .contacts-section__item {
        width: 100%;
        min-height: auto;
        border-radius: 20px;
        box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
        padding-top: 38px;
        padding-bottom: 35px;
        gap: 0px;
    }

    .item-btn {
        margin-top: 25px;
    }

    .contacts-section__button {
        width: 100%;
        height: 65px;
    }

    .contacts-section__item br {
        display: none;
    }

    .item-title {
        margin-top: 16px;
    }
}

@media (max-width: 575px) {
    .contacts-section__button {
        font-size: 13px;
    }

    .contacts-section__item>p:nth-child(1n) {
        font-size: 13px;
    }

    .prin-logo {
        top: 20px;
        right: 20px;
        width: 70px;
        height: 15px;
    }
}

@media (max-width: 321px) {
    .contacts-section__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* #endregion */

/* #region specification-section */
.specification-section {
    background-image: linear-gradient(45deg, var(--bacground-color-gradient-1) 0%, var(--bacground-color-gradient-2) 100%);
    padding-top: 143px;
    padding-bottom: 197px;
    /* display: none; */
}

.specification-section__wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.specification-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 35.5rem;
    margin-bottom: 100px;
}

.specification-section__wrapper h2{
    font-weight: 800;
    font-size: 3.75rem;
    text-align: center;
    color: var(--first-text-color);
}

.specification-section__body {
    /* max-height: 513px; */
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 72px;
    padding-bottom: 72px;
    gap: 57px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}

.body-img {
    /* min-width: 420px; */
    height: auto;
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-img > img {
    min-width: 100%;
    height: 100%;
    object-fit: contain;
}

.body-text {
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.body-text > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
    padding-bottom: 58px;
    border-bottom: 1px solid #c0c0c0;
}

.body-text > ul > li {
    position: relative;
    width: calc(50% - 15px);
    /* max-width: 220px; */
    padding-left: 28px;
    font-weight: 400;
    font-size: 18px;
    color: #272727;
    white-space: nowrap;
}

.body-text > ul > li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00063A;
    top: 6px;
}

.body-text > ul > li:nth-child(1n+3) {
    margin-top: 40px;
}

.body-text > p {
    align-self: flex-start;
    margin-top: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #272727;
}

.body-text__bonus {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 27px;
}

.bonus-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 21px;
}

.item-img {
    min-width: 45px;
    min-height: 45px;
}

.item-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bonus-item > p {
    max-width: 136px;
    font-weight: 400;
    font-size: 18px;
    color: #272727;
}

.specification-section__button {
    margin-top: 92px;
    min-width: 318px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specification-section__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.specification-section__button > p {
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: #029;
}

.btn:hover > p{
    color: var(--text-hover-color-button);
}

.icon-btn > svg >circle {
    stroke: #002299;
}

.icon-btn > svg >path {
    fill: #002299;
}

.btn:hover > .icon-btn > svg >circle {
    stroke: #fff;
}

.btn:hover > .icon-btn > svg >path {
    fill: #fff;
}

@media (max-width: 1380px) {
    .body-img {
        width: 390px;
    }
}

@media (max-width: 1200px) {
    .body-img {
        width: 320px;
    }
}

@media (max-width: 1155px) {
    .body-img {
        width: 280px;
    }

    .body-text__bonus {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {

    .specification-section {
        padding-top: 84px;
    }

    .specification-section__body {
        flex-wrap: wrap;
    }
    
    .body-img {
        width: 420px;
        height: auto;
    }

    .body-text > ul > li {
        white-space: wrap;
    }
}

@media (max-width: 575px) {

    .specification-section__body {
        padding-right: 21px;
        padding-left: 21px;
        padding-top: 50px;
    }

    .specification-main {
        margin-top: 28px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .body-img {
        width: 100%;
        height: auto;
    }

    .body-text > ul > li {
        font-size: 13px;
        padding-left: 20px;        
    }

    .body-text > ul > li:nth-child(1n+3) {
        margin-top: 30px;
    }
    
    .body-text > p {
        font-size: 12px;
    }

    .bonus-item > p {
        font-size: 13px;
    }

    .item-img {
        min-width: 35px;
        min-height: 35px;
    }
    
}
/* #endregion */

/* #region set-section */
.set-section {
    padding-top: 181px;
    padding-bottom: 199px;
    /* display: none; */
}

.set-section__wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.set-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 65.4375rem;
    margin-bottom: 69px;
}

.set-section__wrapper h2{
    font-weight: 800;
    font-size: 3.75rem;
    text-align: center;
    color: #1040DE;
}

.set-section__title span {
    color: #E33C3B;
}

.set-section__body {
    /* cursor: pointer; */
    margin-bottom: 73px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 15px;
    box-shadow: 1px 3px 8px 0 rgba(0, 0, 0, 0.25);
    padding-left: 61px;
    padding-right: 34px;
    padding-top: 50px;
    border: 1px solid transparent;
}

/* .set-section__body:hover {
    border: 1px solid var(--text-color);
} */

.set-section__body-title {
    width: 232px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.set-section__body-title h4 {
    font-weight: 700;
    font-size: 22px;
    color: #00063a;
    padding-bottom: 45px;
    border-bottom: 1px solid #d2d2d2;
}

.set-section__body-title p {
    font-weight: 400;
    font-size: 30px;
    color: #1040DE;
    padding-top: 28px;
}

.set-section__body-body {
    padding-left: 54px;
    max-width: 539px;
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.set-section__body-body > ul {
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
    padding-bottom: 88px;
}

.set-section__body-body > ul > li {
    position: relative;
    width: calc(50% - 15px);
    /* max-width: 220px; */
    padding-left: 28px;
    font-weight: 400;
    font-size: 17px;
    color: #00063a;
}

.set-section__body-body > ul > li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00063A;
    top: 6px;
}

.set-section__body-body > ul > li:nth-child(1n+3) {
    margin-top: 38px;
}

.set-section__body-img {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 222px;
    height: auto;

}

.set-section__body-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.set-section__text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 34.375rem;
    text-align: center;
}

.set-section__text p {
    font-weight: 400;
    font-size: 1.125rem;
    color: #00063a;
}

@media (max-width: 1100px) {
    .set-section__body-title {
        min-width: 150px;
    }
    .set-section__body {
        padding-left: 21px;
        padding-right: 24px;
        padding-top: 50px;
    }

    .set-section__body-title h4 {
        font-size: 20px;
    }
    
    .set-section__body-title p {
        font-size: 28px;
    }

    .set-section__body-body > ul > li {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .set-section {
        padding-top: 84px;
    }

    .set-section__body {
        max-width: 440px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap:30px;
    }

    .set-section__body-title {
        min-width: 100%;
        align-items: center;
        text-align: center;
    }

    .set-section__body {
        padding-left: 21px;
        padding-right: 21px;
        padding-top: 50px;
    }

    .set-section__body-body {
        padding-left: 0px;
    }
    
    .set-section__body-body > ul {
        padding-bottom: 0px;
    }

}

@media (max-width: 575px) {
    .set-section__body-body > ul > li {
        min-width: 100%;
    }
    
    .set-section__body-body > ul > li:nth-child(1n+2) {
        margin-top: 38px;
    }

    .set-section__body-body > ul {
        justify-content: center;
    }

    .set-section__text p {
        font-size: 14px;
    }
}
/* #endregion */

/* #region store-section */
.store-section {
    background-image: linear-gradient(45deg, var(--bacground-color-gradient-1) 0%, var(--bacground-color-gradient-2) 100%);
    padding-top: 178px;
    padding-bottom: 0px;
    /* display: none; */
}

.store-section__wrapper {
    max-height: 733px;
    position: relative;
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.store-section__content-img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    position: relative;
}

.store-section__content-img img {
    width: 100%;
    height: auto;
}

.store-section__content-img>img::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 30%;
    width: 50%;
    aspect-ratio: 1/1;
    transform: translateY(-15%) translateX(-30%);
    border-radius: 100%;
    background-color: #0084ffa4;
    /* filter: blur(354px); */
    box-shadow: 0px 0px 100px 100px #0084ffa4;
}

.store-section__content {
    margin-bottom: auto;
}

.store-section__content-box {
    /* margin-bottom: 168px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 55px;
    padding-left: 62px;
    padding-right: 62px;
    padding-top: 68px;
    padding-bottom: 84px;
    width: 100%;
    max-width: 495px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #ffffff86;
    border-radius: 20px;
}

.store-section__content-box p {
    font-weight: 800;
    font-size: 2.1875rem;
    text-align: center;
    color: #fff;
}

.store-section__content-box p span{
    color: var(--text-color);
}

.store-section__button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 270px;
    width: 100%;
    height: 67px;
    font-weight: 800;
    font-size: 22px;
    text-align: center;
}


@media (max-width: 1100px) {
    .store-section__content-box {
        width: auto;
    }
    
    .store-section__content {
        margin-bottom: 168px;
    }
}

@media (max-width: 1000px) {
    .store-section__wrapper{
        justify-content: center;
    }
    .store-section__content-img {
        display: none;
    }
}

@media (max-width: 575px) {
    .store-section__content-box {
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 28px;
        padding-bottom: 44px;
    }
}
/* #endregion */

/* #region family-section */
.family-section {
    padding-top: 114px;
    padding-bottom: 176px;
    /* display: none; */
}

.family-section .container {
    max-width: 1400px;
}

.family-section__wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.family-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    max-width: 65.4375rem;
    margin-bottom: 89px;
}

.family-section__wrapper h2{
    font-weight: 800;
    font-size: 3.125rem;
    text-align: center;
    color: var(--second-text-color);
}

.family-section__wrapper p {
    font-weight: 400;
    font-size: 1.125rem;
    text-align: center;
    color: #272727;
}

.family-section__body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 21px; */
}

.family-section__body-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: calc((100% - 126px) / 6);
    height: 100%;
    min-height: 220px;
    cursor: pointer;
    padding-top: 21px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 17px;
    background: linear-gradient(128deg, #0069ca 0%, #00398c 100%);
}

.family-section__body-card:first-child {
    padding-bottom: 25px;
}

.family-section__body-card:not(:nth-child(6))::before {
    content: "";
    /* display: inline-block; */
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 0.6s ease;
    border-radius: 16px;
    /* opacity: 0; */
    background: #fff
}

.family-section__body-card:hover::before {
    opacity: 0;
}

.family-section__body-card:hover h4 {
    font-weight: 800;
    color: #fff;
}

.family-section__body-card:first-child:hover svg {
    stroke: #fff;
}

.body-card__title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.body-card__title h4 {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #272727;
}

.family-section__body-card:nth-child(6) {
    background: linear-gradient(128deg, #0069ca 0%, #00398c 100%);
}

.family-section__body-card:nth-child(6) h4{
    font-weight: 800;
    color: #fff;
}

.body-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.family-section__body-card:first-child svg {
    stroke: #969696;
}

.body-card__body-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.body-card__body-img > img {
    margin-top: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}




@media (max-width: 1450px) {
    .family-section .container {
        max-width: 1300px;
    }
    
    .family-section__body-card {
        width: calc((100% - 70px) / 6);
    }
}

@media (max-width: 1300px) {
    .family-section__body {
        /* max-width: 800px; */
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* grid-template-columns: repeat(3, 1fr); */
        gap: 21px;
    }

    .family-section__body-card {
        width: 100%;
    }

    .family-section__body-card:first-child {
        /* grid-row: 1/3; */
        /* grid-column: 1/4; */
    }
}

@media (max-width: 1000px) {
    .family-section__body {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .family-section__body {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* #endregion */


/* #region modal-VR */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* overflow: hidden; */
}


.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;   
    display: none; 
}

.modal-window__content {
    position: relative;
    width: 1100px;
    height: calc(100vh - 50px);
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding: 90px 50px 80px 50px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal-window__content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.modal-window__title {
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    word-wrap: break-word;
    color: #00063a;
    padding-left: 145px;
    padding-right: 145px;
    padding-bottom: 52px;
} 

.modal-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.modal-header>h2,.modal-header>p {
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    font-size: 3.75rem;
    text-align: center;
    color: var(--second-text-color);
}
.modal-header>p{
    font-weight: 400;
}

.modal-window__title>h2 {
    margin-bottom: 30px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    font-size: 3.75rem;
    text-align: center;
    color: var(--second-text-color);
}

.modal-window__title>p:nth-child(2) {
    margin-bottom: 54px;
    font-weight: 400;
    font-size: 1.875rem;
    text-align: center;
    color: #00063a;
}

.modal-window__title>p:nth-child(2) span {
    font-weight: 800;
    color: var(--text-color);
}

.modal-window__title__img {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 3rem;
    margin-bottom: 16px;
}

.img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.modal-window__title__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-window__title__text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.modal-window__title__text p {
    flex: 1;
}

hr {
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 0px;
}

.modal-window__footer {
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    color: #00063a;
    margin-top: 45px;
}

.modal-window__close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    fill: #4343439c;
}

@media (max-width: 1000px) {
    .modal-window__title {
        padding-left: 0;
        padding-right: 0;
    } 
    
    .modal-window__content{
        padding: 30px;
        padding-bottom: 73px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 620px) {
    .modal-header>h2,.modal-header>p {
        font-size: 2.5rem;
    }
    .modal-window__title>h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 375px) {

    .modal-window__title>p:nth-child(2) {
        font-size: 1.5rem;
    }

    .modal-window__footer {
        font-size: 1rem;
    }

    .modal-window__content{
        padding: 20px;
        height: auto;
    }
    .modal-window__close {
        height: 20px;
        width: 20px;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 620px) {
    .modal-header>h2,.modal-header>p {
        font-size: 2rem;
    }
    .modal-window__title>h2 {
        font-size: 2rem;
    }
}
/* #endregion */

/* #region modal-videoSoftWare */
.video-softaware {
    padding: 10px;
}

.isolate-padding {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
}

.modal-window__video {

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.modal-window__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1000px) {
    .isolate-padding {
        width: 100%;
    }
}
/* #endregion */

/* #region modal-contacts */
.modal-contacts__content {
    width: 406px;
    display: flex;
    flex-direction: column;
    padding-left: 78px;
    padding-right: 78px;
    padding-top: 48px;
    padding-bottom: 42px;   
    background-color: #fff;
    border-radius: 20px;
}

.modal-contacts__content h6 {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 20px;
    line-height: 27px;
    font-family: "Gilroy", sans-serif;
    padding-bottom: 8px;
}
.modal-contacts__content p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #4D4D4D;
    margin-top: 20px;
    font-family: "Gilroy", sans-serif;
}

.modal-contacts__content ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 18px;
    list-style: none;
}

.modal-contacts__content ul li {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 18px;
    font-family: "Gilroy", sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.ref-link {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font: inherit;
    color: #000;
    padding-bottom: 1px;
    border-bottom: 1px dashed #000;
}

@media (max-width: 450px) {
    .modal-contacts__content {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 48px;
        padding-bottom: 42px; 
    }
}
/* #endregion */


.footer-content .modal-call_support {
    color: #272727;
  }
  
  .footer-content .modal-call_service {
    color: #272727;
  }

/* Section-lineup */
.section-lineup {
    position: relative;
    width: 100%;
    padding-top: 144px;
    padding-bottom: 170px;
    border-bottom: 1px solid #343536;
  }
  
  .section-lineup__anchor {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 550px;
    width: 100%;
    height: 100px;
    pointer-events: none;
    opacity: 0;
  }
  
  .lineup-info {
    width: 100%;
    display: block;
    padding-bottom: 2px;
  }
  .lineup-info h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #002299;
  }
  .lineup-info p {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.18em;
    margin-top: 14px;
    color: #272727;
  }
  
  .lineup {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 88px;
    pointer-events: none;
    position: relative;
    transform: translateX(-100vw);
    transition: transform 1.2s ease-in-out;
  }
  .lineup.active {
    pointer-events: auto;
    transform: translateX(0vw);
    transition: transform 1.2s ease-in-out;
  }
  
  .lineup__item {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - 104px) / 6);
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 17px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 22px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease;
    /*
    &:nth-child(3) {
        &::before {
            background: #0B376E;
        }
    }
    */
  }
  .lineup__item p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 1.22em;
    z-index: 2;
    transition: 0.3s ease;
  }
  .lineup__item img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 124px;
    margin-top: 40px;
    bottom: -1px;
    opacity: 1;
    pointer-events: auto;
  }
  .lineup__item img.active {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  .lineup__item::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    border-radius: 17px;
    opacity: 0;
    background: #fff;
  }
  .lineup__item:first-child {
    justify-content: flex-start;
  }
  .lineup__item:first-child::before {
    background: #00489D;
  }
  .lineup__item:first-child img {
    margin-top: auto;
    margin-bottom: 26px;
  }
  .lineup__item:nth-child(2)::before {
    background: linear-gradient(137.88deg, #001E8C 16.37%, #00135A 86.66%);
  }
  .lineup__item:nth-child(3)::before {
    background: linear-gradient(218.03deg, #4EDAEB 7.66%, #0075FF 78.05%), #E1E1E1;
  }
  .lineup__item:nth-child(4)::before {
    background: linear-gradient(52.4deg, #1C43D8 18.61%, #0E1A56 91.56%), #E1E1E1;
  }
  .lineup__item:nth-child(5)::before {
    background: #0c3a71;
  }
  .lineup__item:nth-child(6)::before {
    background: linear-gradient(139deg, #0069CA 30.47%, #00398C 78.92%);
  }
  .lineup__item:nth-child(7)::before {
    background: linear-gradient(135deg, #00063A 40.55%, #00135A 90.73%);
  }
  .lineup__item:nth-child(7) img {
    bottom: -1px;
  }
  .lineup__item.active {
    pointer-events: none;
    box-shadow: none;
  }
  .lineup__item.active p {
    color: #fff;
    font-family: "Gilroy-SemiBold", sans-serif;
    font-family: "Gilroy-Bold", sans-serif;
    font-weight: normal !important;
  }
  .lineup__item.active::before {
    opacity: 1;
  }
  .lineup__item.active img {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  .lineup__item.active img.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
  }
  .lineup__item:hover p {
    color: #fff;
  }
  .lineup__item:hover::before {
    opacity: 1;
  }
  .lineup__item:hover img {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  .lineup__item:hover img.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
  }
  .lineup__item:hover:first-child img.active {
    transition: opacity 0.3s ease;
  }
  
  @media (max-width: 1680px) {
    .section-lineup {
      padding-top: 80px;
      padding-bottom: 104px;
    }
    .section-lineup__anchor {
      top: 440px;
    }
    .lineup-info p {
      margin-top: 15px;
    }
    .lineup {
      margin-top: 66px;
    }
    .lineup__item img {
      margin-top: 28px;
    }
  }
  @media (max-width: 1380px) {
    .section-lineup {
      padding-top: 62px;
      padding-bottom: 84px;
    }
    .section-lineup__anchor {
      top: 410px;
    }
    .lineup {
      margin-top: 56px;
    }
    .lineup-info p {
      font-size: 16px;
      margin-top: 15px;
    }
    .lineup__item {
      width: calc((100% - 70px) / 6);
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 23px;
    }
    .lineup__item img {
      margin-top: 22px;
      max-height: 108px;
    }
    .lineup__item p {
      font-size: 15px;
    }
  }
  @media (max-width: 1199px) {
    .section-lineup {
      /*
      padding-top: 54px;
      padding-bottom: 82px;
      */
    }
    .section-lineup__anchor {
      top: 390px;
    }
    .lineup {
      margin-top: 46px;
      flex-wrap: wrap;
      margin-top: 0px;
      padding-top: 16px;
    }
    .lineup__item {
      width: calc((100% - 75px) / 6);
      padding-left: 15px;
      padding-right: 15px;
      width: calc((100% - 100px) / 3);
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 30px;
    }
    .lineup__item img {
      margin-top: 16px;
    }
  }
  @media (max-width: 991px) {
    .lineup-info h2 {
      font-size: 38px;
    }
    .lineup {
      position: relative;
      padding-top: 0px;
      margin-top: 30px;
      justify-content: center;
      width: calc(100% + 20px);
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
      flex-wrap: wrap;
      transform: none !important;
      pointer-events: auto !important;
      left: 10px !important;
    }
    .lineup__item {
      margin-top: 20px;
      width: calc(50% - 20px);
      margin-right: 20px;
    }
    .lineup__item img {
      margin-top: 22px;
      max-height: 122px;
    }
  }
  @media (max-width: 768px) {
    .section-lineup {
      padding-top: 46px;
      padding-bottom: 72px;
    }
    .lineup-info h2 {
      font-size: 32px;
    }
    .lineup {
      margin-top: 24px;
    }
  }
  @media (max-width: 575px) {
    .section-lineup {
      padding-top: 56px;
      padding-bottom: 68px;
    }
    .lineup-info {
      padding-bottom: 0px;
    }
    .lineup-info h2 {
      font-size: 20px;
    }
    .lineup-info p {
      font-size: 14px;
      margin-top: 10px;
    }
    .lineup {
      margin-top: 15px;
      max-width: 240px;
      margin-left: auto;
      margin-right: auto;
      left: 0px !important;
    }
    .lineup__item {
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 0px;
      margin-right: 0px;
      padding-top: 16px;
      margin-top: 16px;
      width: 100%;
    }
    .lineup__item p {
      font-size: 14px;
    }
    .lineup__item img {
      /*
      margin-left: 0px;
      margin-right: 0px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      */
      max-height: 108px;
    }
    .lineup__item:nth-child(1) {
      padding-bottom: 24px;
    }
    .lineup__item:nth-child(1) img {
      max-height: 80px;
      margin-top: 22px;
      margin-bottom: 0px;
    }
    .lineup__item:nth-child(4) img {
      max-width: calc(100% + 30px);
    }
  }
  
  
  /* Mobile-menu */
  .mobile-menu {
    display: none;
  }
  
  .overlay.overlay_white.active {
    background: #fff;
    opacity: 1;
    left: 0px;
    top: 100px;
    transition: opacity 0.4s ease, left 0.4s ease;
  }
  
  @media (max-width: 1199px) {
    .modal-menu {
      display: block;
      width: 100%;
      height: 100vh;
      padding-left: 30px;
      padding-right: 30px;
      position: fixed;
      opacity: 0;
      left: -2000px;
      top: 75px;
      pointer-events: none;
      transition: opacity 0.3s ease, left 0.9s ease;
    }
    .modal-menu.active {
      opacity: 1;
      z-index: 101;
      left: 0px;
      width: 100%;
      top: 100px;
      height: 100vh;
      overflow: visible;
      pointer-events: auto;
      transition: opacity 0.3s ease, left 0.4s ease;
    }
    .mobile-menu {
      display: block;
      width: 100%;
    }
    .mobile-menu ul {
      width: 100%;
      display: flex;
      flex-direction: column;
      width: 100%;
      z-index: 21;
      padding-top: 13px;
    }
    .mobile-menu ul li {
      display: block;
      width: 100%;
    }
    .mobile-menu ul li .ref {
      display: inline-block;
      height: 100%;
      text-align: left;
      text-decoration: none;
      line-height: 1.3em;
      color: #0030DA;
      margin-top: 21px;
      font-size: 38px;
      transition: opacity 0.4s ease-in-out;
    }
    .mobile-menu__ref:hover {
      text-decoration: none;
      transition: opacity 0.4s ease-in-out;
    }
  }
  @media (max-width: 991px) {
    .modal-menu {
      padding-left: 24px;
      padding-right: 24px;
    }
    .mobile-menu ul li .ref {
      margin-top: 16px;
      font-size: 34px;
    }
  }
  @media (max-width: 768px) {
    .modal-menu {
      padding-left: 20px;
      padding-right: 20px;
      top: 65px;
    }
    .modal-menu.active {
      top: 90px;
    }
    .mobile-menu ul {
      padding-top: 10px;
    }
    .mobile-menu ul li .ref {
      margin-top: 14px;
      font-size: 31px;
    }
  }
  @media (max-width: 575px) {
    .modal-menu {
      padding-left: 15px;
      padding-right: 15px;
      top: 51px;
    }
  
    .overlay.overlay_white.active {
      top: 90px;
    }
  
    .modal-menu.active {
      top: 85px;
    }
  }
  /* Contacts-bottom */
  .contacts-bottom {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0px;
    width: 100%;
    background: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #E4E4E4;
    display: none;
  }
  .contacts-bottom .action-buttons {
    justify-content: center;
    width: 292px;
    max-width: 100%;
  }
  .contacts-bottom .btn {
    width: 100%;
    max-width: 198px;
    min-height: 48px;
  }
  .contacts-bottom .btn span {
    font-size: 18px;
  }
  .contacts-bottom .btn::after {
    width: 21px;
    height: 21px;
  }
  
  @media (max-width: 991px) {
    .contacts-bottom {
      display: flex;
    }
  }
   /* Section-history */
   
  
  
  .connection__bg::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -90px;
    transform: translate(-50%, 0%);
    width: 1160px;
    height: 1160px;
    z-index: 1;
    opacity: 0.75;
    pointer-events: none;
    background: url(../img/safety-shadow.svg) no-repeat center center/100% auto;
  }
  
  .questions::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(50% - 27px);
    width: 1108px;
    height: 362px;
    top: 18px;
    pointer-events: none;
    transform: translateX(-50%);
    background: url(../img/questions-before.png) no-repeat center center/100% auto;
    pointer-events: none;
  }
  
  @media (max-width: 1380px) {
    .connection__bg::before {
      top: -120px;
      width: 920px;
      height: 920px;
    }
  }
  
  @media (max-width: 1199px) {
    .questions::before {
      display: none;
    }
  }
  
  
  /* Section-community */
.section-community {
    padding-top: 124px;
    overflow: hidden;
    flex-direction: column;
}

.section-community h2 {
    width: 100%;
    text-align: center;
}

.clients {
    width: 100%;
    display: block;
}

.clients h2 {
    display: block;
    width: 100%;
    text-align: center;
}

.linear-slider {
    width: 100%;
    margin-top: 108px;
    transition: all 0s linear !important;
    /*
  &:active {
  	.slick-track {
  		transition-timing-function: ease !important;
  		transition-duration: 0.2s !important;
  	}
  }
  */
}

.linear-slider__slide {
    display: inline-block;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    overflow: hidden;
}

.linear-slider__slide a {
    display: block;
    width: 100%;
    position: relative;
    height: 318px;
    overflow: hidden;
    transition: all 0s !important;
}

.linear-slider__slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0s !important;
}

.linear-slider__slide:focus, .linear-slider__slide a:focus {
    outline: none !important;
}

@media (max-width: 1680px) {
    .section-community {
        padding-top: 106px;
    }

    .section-community .linear-slider {
        margin-top: 82px;
    }

    .section-community .linear-slider__slide a {
        height: 264px;
    }
}

@media (max-width: 1320px) {
    .section-community {
        padding-top: 88px;
    }

    .section-community .linear-slider {
        margin-top: 68px;
    }

    .section-community .linear-slider__slide {
        width: 244px !important;
    }

    .section-community .linear-slider__slide a {
        height: 244px !important;
    }
}

@media (max-width: 1199px) {
    .section-community {
        padding-top: 78px;
    }

    .section-community .linear-slider {
        margin-top: 45px;
    }

    h2{
        font-size: 50px !important;
    }
}

@media (max-width: 767px) {
    .section-community {
        padding-top: 68px;
    }

    .section-community .linear-slider {
        margin-top: 40px;
    }

    .section-community .linear-slider__slide {
        width: 206px !important;
    }

    .section-community .linear-slider__slide a {
        width: 206px !important;
        height: 206px !important;
    }

    .section-community .linear-slider__slide a img {
        width: 206px !important;
        height: 206px !important;
    }

    h2{
        font-size: 45px !important;
    }
}

@media (max-width: 575px) {
    .section-community {
        padding-top: 62px;
    }

    .section-community .linear-slider {
        margin-top: 34px;
    }

    h2{
        font-size: 35px !important;
    }
}