@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir.ttc") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Avenir Black";
    src: url("../fonts/AvenirLTStd-Black.otf") format("truetype");
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.post-container {
    max-width: 904px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.single-post {
    padding-top: 164px;
    padding-bottom: 80px;
}

.post-thumbnail {
    margin-bottom: 48px;
}

.post-categories {
    margin-bottom: 12px;
}

.post-categories a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #6357FF;
    text-decoration: none;
}

.post-categories {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #6357FF;
    text-decoration: none;
    text-transform: uppercase;
}

.post-date-time {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #161616;
    margin-bottom: 30px;
}

.post-title {
    margin: 0 0 12px 0;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
}

body {
    font-family: 'Avenir', sans-serif;
    position: relative;
}

.title {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 135%;
    color: #161616;
}

.title span {
    color: #6357FF;
}

#heroVideo {
    object-fit: cover;
    width: 100%;
    object-position: top;
    aspect-ratio: 16 / 8;
    display: block;
}

.header-promo, .section1 {
    position: relative;

}

.main-header {
    width: 100%;
    background: transparent;
    z-index: 100;
    position: absolute;
    top: 0;
}

.main-header__container {
    box-sizing: border-box;
    max-width: 1440px;
    width: 100%;
    padding: 0 64px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 116px;
}

.main-header__user-panel {
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-left: auto; */
}

.main-header__search-input {
    display: none;
}

.main-header__search {
    margin-right: 36px;
}

.main-header__search-btn {
    width: 18px;
    height: 18px;
    border: none;
    background-color: inherit;
    background-image: url('../img/search-icon.svg');
    cursor: pointer;
}

.main-header__user-panel-login {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    padding-right: 16px;
}

.main-header__user-panel-login .title{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #161616;
}
.main-header__user-panel-login:hover .title{
    color: #6357FF;
}

/* .main-header__user-panel-login:hover {
    background-color: #6357FF;
    color: #ffffff;
} */

.main-header__user-panel-login::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-image: url('../img/arrow-icon.svg');
    position: absolute;
    right: 0;
    top: 6px;
    background-repeat: no-repeat;
}
.main-header__user-panel-login:hover::after {
    background-image: url('../img/arrow-icon-purple.svg');
}

.promo-hero {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 236px;
}

.container {
    box-sizing: border-box;
    max-width: 1440px;
    width: 100%;
    padding: 0 64px;
    margin: 0 auto;
}

.promo-hero__title {
    text-align: center;
    font-family: 'Avenir', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #161616;
    max-width: 724px;
    margin: 0 auto 64px;
}

.promo-hero__title span {
    color: #6357FF;
}

.promo-hero__text {
    text-align: center;
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #161616;
    margin: 0 auto 113px auto;
    max-width: 497px;
}

.advantages__title {
    margin-top: 80px;
    margin-bottom: 80px;
    font-family: 'Avenir', sans-serif;
    font-size: 38px;
    line-height: 38px;
    font-weight: 900;
    color: #161616;;
}

.advantages__title span {
    color: #6357FF;
}

.advantages-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 72px;
}

.advantages-list__item {
    max-width: 526px;
    width: 100%;
    margin-bottom: 70px;
}

.advantages-list__icon {
    margin-bottom: 20px;
}

.advantages-list__title {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: 'Avenir', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
}

.advantages-list__text {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.advantages-text {
    margin: 80px auto 177px;
    text-align: center;
    max-width: 745px;
    font-size: 64px;
    line-height: 96px;
    font-family: 'Avenir', sans-serif;
    font-weight: 900;
}

.advantages-text span {
    color: #6357FF;
}

.advantages-img {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
}

.advantages-img {
    width: 100%;
    object-fit: cover;
}

.technology {
    position: relative;
    min-height: 2000px;
}

.technology .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 2000px;
}

.technology__title {
    margin-top: 80px;
    margin-bottom: 64px;
    font-family: 'Avenir', sans-serif;
    font-size: 36px;
    line-height: 49px;
}

.technology__title span {
    color: #6357FF;
}

.technology__subtitle {
    margin-top: 0;
    margin-bottom: 112px;
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    max-width: 528px;
}

.technology__scroll {
    position: sticky;
    top: 0;
    /* width: 1028px;
    min-height: 495px;
    background-image: url('../img/scroll-2.jpg'); */
}

.techonology__video {
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 16 / 8;
}

.second-advantages {
    background-color: #161616;
    padding-top: 80px;
    padding-bottom: 80px;
}

.second-advantages .container {
    display: grid;
    grid-template-columns: 528px 641px;
    grid-template-rows: repeat(4, 112px);
    column-gap: 144px;
    row-gap: 80px;
}

.second-advantages__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.second-advantages__item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}

.second-advantages__item:nth-child(3) {
    margin-top: -10px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
}

.second-advantages__item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
}

.second-advantages__item:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.second-advantages__item:nth-child(5) .second-advantages__title,
.second-advantages__item:nth-child(5) .second-advantages__text {
    max-width: 430px;
}

.second-advantages__video {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5;
    border-radius: 15px;
}

.second-advantages__video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
    display: block;
    border-radius: 15px;
}


/*.second-advantages__item:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

.second-advantages__title {
    margin: 0 0 24px 0;
    font-family: 'Avenir', sans-serif;
    font-size: 28px;
    line-height: 135%;
    color: #ffffff;
    position: relative;
    font-weight: 900;
}

.second-advantages__title::before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #6357FF;
    position: absolute;
    left: -20px;
    top: 8px;
}


.second-advantages__text {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 430px;
}

.feature__scroll .top_info .title {
    font-weight: 900;
    font-size: 38px;
    line-height: 145%;
    color: #161616;
    margin-bottom: 24px;
}

.feature__scroll .top_info .subtitle {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #161616;
    text-align: center;
}

.download {
    min-height: 174px;
    background-color: #212121;
    padding-top: 68px;
}

.download--gray {
    background-color: #F9F9F9;
}

.download .container {
    display: flex;
    justify-content: space-between;
}

.download__title {
    font-family: 'Avenir', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    margin: 0;
}

.download--gray .download__title {
    color: #161616;
}

.download__button {
    display: block;
    font-family: 'Avenir', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    width: 172px;
    border: 1px solid #ffffff;
    border-radius: 60px;
    padding: 12px 0;
}

.download__button:hover {
    background-color: #6357FF;
    border-color: #6357FF;
}

.download--gray .download__button {
    border-color: #161616;
    color: #161616;
}

.download__button::after {
    content: '';
    width: 17px;
    height: 15px;
    display: inline-block;
    background-image: url('../img/download.svg');
}

.download--gray .download__button::after {
    background-image: url('../img/download-black.svg');
}

@media (max-width: 768px) {
    .download {
        padding: 48px 0;
    }

    .download .container {
        flex-direction: column;
        align-items: center;
    }

    .download__title {
        margin-bottom: 48px;
    }
}

.contacts {
    min-height: 591px;
    background-color: #161616;
}

.contacts .container {
    display: flex;
}

.contacts__left-wrapper,
.contacts__right-wrapper {
    width: 50%;
}

.contacts__form-title {
    font-family: 'Avenir', sans-serif;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    max-width: 278px;
    margin-top: 72px;
    margin-bottom: 40px;
}

.contacts-offices {
    list-style: none;
    margin: 0;
    margin-top: 110px;
    padding: 0;
    padding-left: 114px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts-offices__item {
    max-width: 250px;
    margin-bottom: 40px;
    background-color: #212121;
    border-radius: 10px;
    padding: 18px 12px 22px 18px;
}

.contacts-offices__wrapper {
    display: flex;
    align-items: center;
}

.contacts-offices__icon {
    margin-right: 7px;
}

.contacts-offices__location {
    font-family: 'Avenir', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin-top: 6px;
    margin-bottom: 9px;
}

.contacts-offices__address {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 12px;
}

.contacts-offices__phone {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: underline;
}

.footer {
    min-height: 177px;
    background-color: #212121;
}

.footer .container {
    display: flex;
    flex-direction: column;
}

.footer__top-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    margin-top: 42px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 520px;
    justify-content: space-between;
    margin-top: 48px;
    width: 100%;
}

.footer-links__link {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.footer-links__link:hover {
    color: #6357FF;
}

.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    max-width: 90px;
    width: 100%;
    margin-top: 42px;
}

.footer-social__item {
    width: 24px;
    height: 24px;
}

.footer-social__item_linked {
    background-image: url('../img/linked.svg');
}

.footer-social__item_twitter {
    background-image: url('../img/twitter.svg');
}

.footer-social__item_inst {
    background-image: url('../img/instagram_icon.svg');
}

.footer-social__link {
    width: 24px;
    height: 24px;
    display: block;
}

.footer__bottom-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0 80px;
}

.footer-bottom-menu a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    opacity: 0.7;
    text-decoration: none;
}

.footer-bottom-menu a + a {
    border-left: 1px solid #fff;
    margin-left: 16px;
    padding-left: 16px;
}

.footer-bottom-menu a:hover {
    color: #6357FF;
    opacity: 1;
}

.footer-copyright {
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    margin: 0;
    opacity: 0.7;
}

.main-header__hamb {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
}

.main-header__hamb .top-line {
    position: absolute;
    top: 8px;
    left: 3px;
    transition: 0.2s;
}

.main-header__hamb .center-line {
    position: absolute;
    top: 15px;
    left: 3px;
    transition: 0.2s;
}

.main-header__hamb .bottom-line {
    position: absolute;
    bottom: 7px;
    left: 3px;
    transition: 0.2s;
}

.main-header__hamb.opened-humb .top-line {
    top: 13px;
    left: 3px;
    transform: rotate(45deg);
}

.main-header__hamb.opened-humb .center-line {
    display: none;
}

.main-header__hamb.opened-humb .bottom-line {
    bottom: 16px;
    left: 3px;
    transform: rotate(-45deg);
}

.main-header__hamb {
    display: none;
}

.mobile-nav {
    display: none;
}

.item-block .item-icon {
    width: 50px;
    height: 50px;
}

.item-block .item-icon img {
    width: 100%;
    object-position: center;
}

.item-block .item-title {
    margin: 20px 0 16px;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 175%;
    color: #161616;
}

.item-block .item-info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #161616;
}

.mounting {
    background: linear-gradient(179.74deg, #F5F5F5 0.22%, #FFFFFF 25.05%);
}

.mounting .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 128px;
}

.mounting__left-wrapper {
    max-width: 420px;
    align-items: center;
}

.mounting__title {
    font-family: 'Avenir', sans-serif;
    font-size: 38px;
    line-height: 49.4px;
    font-weight: 900;
    color: #6357FF;
    margin-bottom: 48px;
}

.mounting__title span {
    color: #161616;
}

.mounting__sub-title {
    font-family: 'Avenir', sans-serif;
    font-size: 24px;
    line-height: 33px;
    font-weight: 900;
    color: #161616;
    margin-bottom: 24px;
    margin-top: 0;
}

.mounting__text {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #161616;
    margin: 0;
}

.wpcf7-list-item-label {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

.main-header__navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    position: relative;
}

.main-header__navigation .menu-title {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #161616;
    cursor: pointer;
    text-decoration: none;
}
.main-header__navigation .menu-title.has_submenu {
    padding-right: 18px;
}

.main-header__navigation .menu-title:hover {
    color: #6357FF;
}

.main-header__navigation .menu-title.has_submenu:after {
    content: url("../img/arrow-icon.svg");
    position: absolute;
    top: -1px;
    right: 0;
}

.main-header__navigation .menu-title.has_submenu:hover:after {
    content: url("../img/arrow-icon-purple.svg");
}

.has_submenu .submenu {
    position: absolute;
    top: 30px;
    transform: translateX(-13%);
    background: #FFFFFF;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 17px 16px;
    z-index: 1;
    grid-auto-flow: row;
    gap: 16px;
    display: none;
    cursor: default;
}
.has_submenu .submenu.complex {
    grid-auto-flow: column;
}

.has_submenu.main-header__user-panel-login .submenu {
    top: 35px;
    transform: translateX(-32%);
    text-align: left;
}

.has_submenu.open-submenu .submenu, .has_submenu.timer-submenu .submenu {
    display: grid;
}

.has_submenu .submenu .submenu-button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #161616;
    text-decoration: none;
    min-width: max-content;
    text-transform: capitalize;
    cursor: pointer;
}

.has_submenu .submenu .submenu-button:hover {
    color: #6357FF;
}

.has_submenu .complex {
    padding: 30px 32px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 72px;
    transform: translateX(-50%);
}

.has_submenu .complex .submenu-list {
    display: flex;
    flex-direction: column;
}

.has_submenu .complex .submenu-list-title {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #161616;
    margin-bottom: 24px;
}

.has_submenu .complex .submenu-button {
    margin-bottom: 16px;
}

.has_submenu .complex .submenu-button:last-child {
    margin-bottom: 0;
}

.has_submenu .complex .submenu-lastpost {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 10px;
}

.has_submenu .complex .submenu-lastpost-img {
    width: 280px;
    height: auto;
}

.has_submenu .complex .submenu-lastpost-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.has_submenu .complex .submenu-lastpost-info {
    background: #F9F9F9;
    padding: 20px;
    display: grid;
    grid-auto-flow: row;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 440px;
}

.has_submenu .complex .submenu-lastpost-category {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #6357FF;
}

.has_submenu .complex .submenu-lastpost-title {
    margin: 12px 0 17px;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #161616;
    text-transform: none;
    max-width: 440px;
}

.has_submenu .complex .submenu-lastpost-more {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-decoration: none;
    color: #161616;
    padding-right: 23px;
    max-width: max-content;
}
.has_submenu .complex .submenu-lastpost-more:hover {
    color: #6357FF;
}

.mobile-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav-list__item {
    margin: 10px 0;
}

.mobile-nav-list__link {
    list-style: none;
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    color: #161616;
}

#technology {
    width: 100%;
    height: 500vh;
    position: relative;
}

#technology .technology__scroll {
    height: 100vh;
    position: sticky;
}

#technology_canvas {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 1px;
}

#technology .technology_info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.technology_info .title {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 130%;
    color: #161616;
    margin-bottom: 60px;
}

.technology_info .title span {
    color: #6357FF;
}

.technology_info .subtitle {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    max-width: 528px;
    margin: 0 auto;
}

.technology_info .subtitle span {
    font-weight: 900;
}

#technology_info {
    display: none;
    transform: translateY(120px);
}

#technology_info.active {
    display: block;
}

.section4 .sticky-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.section4 .sticky-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 100px;
    padding-top: 80px;
}

.section4 .sticky-section .left-block {
    position: sticky;
    top: 80px;
    width: 60%;
    height: fit-content;
}

.section4 .sticky-section .left-block img {
    object-fit: contain;
    width: 100%;
}

.section4 .sticky-section .right-block {
    width: 40%;
    padding: 30vh 0 45px 144px;
}

.section4 .title {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 135%;
    color: #161616;
    margin-bottom: 50px;
}

.section4 .vertical-blocks {
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.section4 .item-icon {
    width: 40px;
    height: 40px;
}

.section4 .item-icon img {
    object-position: left;
}

.section4 .item-block .item-title {
    margin: 15px 0 0;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 175%;
    color: #161616;
}

#feature {
    width: 100%;
    height: 350vh;
    position: relative;
    margin-top: -1px;
}

#feature .feature__scroll {
    height: 100vh;
    position: sticky;
    top: 0;
}

#feature_canvas {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 1px;
}

#feature_info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 80px 0 60px;
    display: none;
}

#feature .feature_info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#feature .feature_info_blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.feature_info_blocks .item-title {
    margin: 15px 0 8px;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 175%;
    color: #161616;
}

.feature_info_blocks .item-info {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #161616;
}

.feature_info_blocks .item-icon {
    width: 40px;
    height: 40px;
}

.feature_info_blocks .item-icon img {
    width: 100%;
    object-position: center;
}

.feature_info_blocks .item-block {
    max-width: 284px;
    width: 100%;
}

#feature_info.active {
    display: block;
}

.contacts-form p {
    margin: 0;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.contacts-form p label {
    background-color: #212121;
    padding: 6px 16px 3px 16px;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #f6f6f6;
    max-width: 592px;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.contacts-form p span input {
    max-width: 592px;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #212121;
    padding: 3px 16px 6px 16px;
    font-family: 'Avenir', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    border: none;
}

.contacts-form .form-contacts__check p span input {
    width: 18px;
}

.contacts-form p span input:focus {
    outline: none;
}

.contacts-form p span input::placeholder {
    font-family: 'Avenir', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

#check_confirm {
    accent-color: #212121;
}

.wpcf7-checkbox span input {
    width: 18px;
    height: 18px;
}

.wpcf7-checkbox span {
    margin-left: 0;
}

.contacts-form .wpcf7-submit {
    max-width: 111px;
    width: 100%;
    background-color: #161616;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 12px 0;
    margin-top: 28px;
    cursor: pointer;
}

.contacts-form .wpcf7-submit:hover {
    border: 1px solid #6357FF;
    background-color: #6357FF;
}

.wpcf7 .form-contacts__check .wpcf7-list-item {
    display: inline-flex;
    gap: 15px;
}

.mob-img{
    display: none;
}

.wpcf7-spinner{
    margin-top: 28px;
}
.wpcf7-not-valid-tip{
    margin-top: 4px;
}
.contacts-form p:last-of-type{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    margin: 0 0 40px 0;
    padding: 0;
    color: #ffffff;
    display: block;
}

.globehopper-crossmodal .promo-hero .promo-hero__text {
    transform: translateY(100%);
    opacity: 0;
}

.globehopper-crossmodal .promo-hero .promo-hero__title {
    transform: translateY(-100%);
    opacity: 0;
}

.animation-top-hero-gc {
    animation: topAnimationFadeGC ease-out 1s;
    animation-fill-mode: forwards;
}

.fixed_scroll{
    position: fixed;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.fixed_scroll .main-header__container{
    min-height: 70px;
}

.scroll_up{
    position: fixed;
    bottom: 120px;
    right: 120px;
    display: none;
    align-items: center;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    min-height: 40px;
    min-width: 40px;
    padding: 12px;
    gap: 7px;
    cursor: pointer;
    z-index: 24;
}
.scroll_up .scroll_text{
    font-weight: 900;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
    display: none;
}
.scroll_up .scroll_icon{
    width: 16px;
    height: 16px;
}
.scroll_up:hover .scroll_text{
    display: block;
}

.right-menu-button {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.right-menu-button:after {
    content: "";
    width: 14px;
    height: 6px;
    background: url("../img/header-submenu-icon.svg") center no-repeat;
}
.right-menu-button .title{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #161616;
}
.right-menu-button:hover .title{
    color: #6357FF;
}
.right-menu-button:hover:after {
    background: url("../img/header-submenu-icon-purple.svg") center no-repeat;
}

.right-sidebar{
    transform: translateX(360px);
    width: 360px;
    height: 100vh;
    background: #212121;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .4s;
}
.right-sidebar.open{
    transform: translateX(0);
    transition: .4s;
}
.right-sidebar .close-right-sidebar{
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("../img/header-submenu-close.svg") center no-repeat;
    top: 16px;
    right: 16px;
    background-size: cover;
    cursor: pointer;
}
.right-sidebar-menus{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.right-sidebar-menu .title{
    font-weight: 900;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.right-sidebar-menu .list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.right-sidebar-menu .list a.link{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
}
.right-sidebar-menu .list a.link:hover{
    color: #6357FF;
}
.right-sidebar-social{
    display: flex;
    gap: 16px;
}
.right-sidebar-social a{
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
}
.right-sidebar-social a.linked-button{
    background: url("../img/linkedin-new.svg") center no-repeat;
}
.right-sidebar-social a.twitter-button{
    background: url("../img/twitter-new.svg") center no-repeat;
}
.right-sidebar-social a.linked-button:hover{
    background: url("../img/linkedin-white.svg") center no-repeat;
}
.right-sidebar-social a.twitter-button:hover{
    background: url("../img/twitter-white.svg") center no-repeat;
}
.footer .wrapper{
    padding: 80px 0 0;
    display: flex;
    justify-content: space-between;
}
.footer .wrapper .left-block{
    width: 151px;
}
.footer .wrapper .left-block .footer-logo{
    margin: 0 0 40px;
}
.footer .wrapper .left-block .social {
    display: flex;
    gap: 16px;
}
.footer .wrapper .left-block .social a {
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
}
.footer .wrapper .left-block .social a.linked-button {
    background: url("../img/linkedin-white.svg") center no-repeat;
}
.footer .wrapper .left-block .social a.twitter-button{
    background: url("../img/twitter-white.svg") center no-repeat;
}
.footer .wrapper .right-block{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 80px;
    max-width: 940px;
}
.footer-menu .title{
    font-weight: 800;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.footer-menu .list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-menu .list a{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-menu .list a:hover{
    color: #6357FF;
}

.n-banner .container{
    display: block;
    flex-direction: unset;
    justify-content: unset;
    align-items: unset;
    padding-top: 0;
    padding-bottom: 124px;
}

.n-banner .wrapper{
    width: 100%;
    height: 448px;
    display: flex;
    align-items: center;
    border-radius: 16px;
}
.globehopper.n-banner .wrapper{
    background-image: url("../img/banners/gl-fon.png");
    background-position: center right;
    background-size: cover;
}
.connect.n-banner .wrapper{
    background-image: url("../img/banners/cn-fon.png");
    background-position: center right;
    background-size: cover;
}
.n-banner .content{
    margin-left: 48px;
    max-width: 393px;
}
.n-banner .banner-title{
    font-weight: 900;
    font-size: 48px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.n-banner .banner-title span{
    color: #6357FF;
}
.n-banner .banner-info{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.n-banner .banner-link{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 16px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: .2s;
}
.n-banner .banner-link:hover{
    background-color: #6357FF;
    border: 1px solid #6357FF;
    transition: .2s;
}

.n-banner .banner-mob-img{
    display: none;
}

.connect.n-banner .banner-title {
    font-size: 38px;
}
.connect.n-banner .content {
    max-width: 440px;
}
.connect.n-banner .banner-info {
    max-width: 365px;
}
.connect.n-banner .container {
    padding-bottom: 0;
    padding-top: 101px;
}

@-webkit-keyframes topAnimationFadeGC {
    0% {
        -webkit-transform: translateY(100%);
    }
    40% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes topAnimationFadeGC {
    0% {
        -webkit-transform: translateY(100%);
    }
    40% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes topAnimationFadeGC {
    0% {
        -webkit-transform: translateY(100%);
    }
    40% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes topAnimationFadeGC {
    0% {
        -webkit-transform: translateY(100%);
    }
    40% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

.animation-bottom-hero-gc {
    animation: bottomAnimationFadeGC ease-out 1s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bottomAnimationFadeGC {
    0% {
        -webkit-transform: translateY(-100%);
    }
    40% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes bottomAnimationFadeGC {
    0% {
        -webkit-transform: translateY(-100%);
    }
    40% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes bottomAnimationFadeGC {
    0% {
        -webkit-transform: translateY(-100%);
    }
    40% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bottomAnimationFadeGC {
    0% {
        -webkit-transform: translateY(-100%);
    }
    40% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

.animation-fade-hero-gc {
    animation: fadeAnimationGC ease-out .8s;
    animation-fill-mode: forwards;
}

@keyframes fadeAnimationGC {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1440px) {
    .promo-hero {
        top: 176px;
    }
}

@media (max-width: 1440px) {
    .second-advantages .container {
        grid-template-columns: 36% calc( 64% - 144px );
    }
    .has_submenu .complex {
        transform: translateX(-60%);
    }
}

@media (max-width: 1240px) {
    .footer .wrapper {
        flex-direction: column;
        gap: 48px;
    }
    .footer .wrapper .right-block {
        gap: 65px;
        max-width: unset;
    }
    .globehopper.n-banner .wrapper {
        background-position: center center;
    }
    .connect.n-banner .wrapper {
        background-position: center center;
    }
}

@media (max-width: 1024px) {
    .right-menu-button {
        display: none;
    }

    .main-header__navigation {
        display: none;
    }

    .main-header__user-panel {
        display: none;
    }

    .main-header__hamb {
        display: block;
    }

    .mobile-nav .container {
        padding-top: 10px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .mobile-nav .menu-title {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #161616;
        text-decoration: none;
        display: inline-block;
    }

    .mobile-nav .submenu {
        margin-top: 20px;
        display: none;
    }

    .mobile-nav .submenu a {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        color: #161616;
        text-decoration: none;
        text-transform: capitalize;
        display: block;
        margin-bottom: 20px;
    }

    .mobile-nav .submenu a:last-child {
        margin-bottom: 0;
    }

    .mobile-nav .has-mob-submenu {
        position: relative;
    }

    .mobile-nav .has-mob-submenu.purple {
        color: #6357FF;
        font-weight: 900;
    }

    .mobile-nav .has-mob-submenu:after {
        content: url("../img/arrow-icon.svg");
        position: absolute;
        right: 6px;
        top: -2px;
        transition: 0.2s;
    }

    .mobile-nav .has-mob-submenu.open-submenu:after {
        content: url("../img/arrow-icon-purple.svg");
        transform: rotate(180deg);
    }

    .mobile-nav .has-mob-submenu.open-submenu {
        color: #6357FF;
    }

    .main-header__container {
        min-height: 78px;
    }
    .fixed_scroll .main-header__container {
        min-height: 78px;
    }

    .main-header {
        background: #FFFFFF;
        position: fixed;
    }

    .mobile-nav {
        position: fixed;
        top: 78px;
        width: 100%;
        z-index: 100;
        background: #FFFFFF;
    }

    .promo-hero {
        top: 122px;
    }

    .promo-hero__title {
        font-size: 32px;
        margin: 0 auto 38px;
    }

    .promo-hero__text {
        font-size: 20px;
    }

    .advantages__title {
        font-size: 32px;
    }

    .advantages-list__title {
        font-size: 20px;
    }

    .advantages-text {
        max-width: 715px;
        font-size: 52px;
        line-height: 80px;
        margin: 80px auto 120px;
    }

    #technology {
        width: 100%;
        height: unset;
        position: relative;
        background-image: url("../img/globehopper-crossmodal/gc-s3-tablet-img.png");
        aspect-ratio: 16/9;
        background-size: cover;
    }

    #technology .technology__scroll {
        height: unset;
        position: relative;
    }

    #technology_canvas {
        display: none;
    }

    #technology_info {
        display: block;
        transform: none;
    }

    .technology_info .title {
        font-size: 42px;
        margin-bottom: 40px;
        margin-top: 60px;
    }

    .section4 .sticky-section .right-block {
        width: 50%;
        padding: 170px 0 45px 70px;
    }

    .second-advantages .container {
        grid-template-columns: 45% calc( 55% - 50px );
        grid-template-rows: repeat(4, auto);
        column-gap: 50px;
        row-gap: 40px;
    }

    .second-advantages__title {
        margin: 0 0 14px 0;
        font-size: 24px;
    }

    .second-advantages__title::before {
        top: 6px;
    }

    #feature {
        height: unset;
    }

    #feature .feature__scroll {
        height: unset;
        position: relative;
    }

    #feature_canvas {
        display: none;
    }

    #feature_info {
        position: relative;
        display: block;
        padding: 80px 0 80px;
    }

    .section4 .mob-img{
        display: none;
    }

    .mob-img{
        display: block;
        width: 100%;
        text-align: center;
        padding: 40px 0;
    }

    .mob-img img{
        width: 60%;
        object-fit: cover;
    }

    .feature__scroll .top_info .title {
        font-size: 32px;
    }

    .feature__scroll .top_info .subtitle {
        font-size: 16px;
    }

    .mounting__title {
        font-size: 32px;
        max-width: 420px;
    }

    .mounting__sub-title {
        font-size: 20px;
        max-width: 420px;
    }

    .mounting .container {
        gap: 50px;
    }

    .scroll_up{
        display: none;
    }

    .connect.n-banner .container {
        padding-top: 48px;
    }
}

@media (max-width: 1023px) {
    .container {
        padding: 0 24px;
    }

    .main-header__container {
        min-height: 78px;
        padding: 0 24px;
    }
    .fixed_scroll .main-header__container {
        min-height: 78px;
    }

    .footer .wrapper {
        gap: 60px;
        padding: 48px 0 16px;
    }

    .footer .wrapper .left-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto;
    }

    .footer .wrapper .left-block .footer-logo {
        margin: 0;
        width: 100px;
    }

    .footer .wrapper .left-block .social {
        gap: 12px;
    }

    .footer .wrapper .left-block .footer-logo img {
        display: block;
    }

    .footer .wrapper .right-block {
        flex-direction: column;
        gap: 0;
        margin: 0 -24px;
    }

    .footer-menu {
        border-top: 1px solid rgb(255 255 255 / 50%);
        padding: 16px 24px;
    }

    .footer .wrapper .right-block .footer-menu:last-child {
        border-bottom: 0.5px solid rgb(255 255 255 / 50%);
    }

    .footer-menu .title {
        font-size: 14px;
        line-height: 19px;
        margin: 0;
        position: relative;
    }

    .footer-menu .title::after {
        content: '';
        background: url("../img/arrow-icon.svg") no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 6px;
        filter: invert(1);
        transition: 0.2s;
        width: 11px;
        height: 7px;
    }

    .footer-menu.open .title::after {
        transform: rotate(180deg);
        transform-origin: center 2px;
    }

    .footer-menu .list {
        display: none;
        margin-top: 16px;
    }

    .footer-menu .list a {
        display: block;
        font-size: 14px;
        line-height: 19px;
        opacity: 0.8;
    }

    .footer-menu .list a + a {
        margin-top: 16px;
    }

    .footer-menu .list a:hover {
        opacity: 1;
    }

    .footer__bottom-wrapper {
        flex-direction: column;
        gap: 60px;
        padding: 0 0 48px;
    }

    .footer-bottom-menu {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .footer-bottom-menu a {
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
    }

    .footer-bottom-menu a + a {
        border: none;
        margin: 0;
        padding: 0;
    }

    .footer__top-wrapper {
        flex-wrap: wrap;
    }

    .footer-links {
        order: 3;
        flex-direction: column;
    }

    .footer-links__item {
        margin-bottom: 24px;
    }

    .footer-links__item:last-of-type {
        margin-bottom: 0;
    }

    .footer-links__link {
        font-size: 16px;
        line-height: 22px;

    }

    .footer-logo {
        margin-top: 48px;
    }

    .footer-social {
        margin-top: 48px;
    }

    .contacts .contacts__right-wrapper {
        display: none;
    }

    .contacts .contacts__left-wrapper {
        width: 100%;
    }

    #heroVideo {
        object-position: bottom;
        aspect-ratio: 16 / 12;
    }

    .advantages-list {
        gap: 40px;
    }

    .advantages__title {
        margin-bottom: 60px;
    }

    .advantages-list__item {
        margin-bottom: 20px;
    }

    .advantages-text {
        max-width: 605px;
        font-size: 44px;
        line-height: 68px;
        margin: 40px auto 100px;
    }

    #technology {
        aspect-ratio: 16/12;
        background-size: cover;
        background-position: center;
    }

    .technology_info .title {
        font-size: 32px;
    }

    .technology_info .subtitle {
        font-size: 20px;
    }

    .section4 .sticky-section .right-block {
        padding: 150px 0 35px 40px;
    }

    .section4 .title {
        font-size: 22px;
    }

    .section4 .item-block{
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .section4 .item-block .item-title {
        margin: 0;
    }

    .section4 .vertical-blocks {
        gap: 55px;
    }

    .second-advantages .container {
        grid-template-columns: 1fr;
        row-gap: 40px;
        padding: 0 48px;
    }

    .second-advantages .container > div {
        grid-column-start: unset;
        grid-column-end: unset;
        grid-row-start: unset;
        grid-row-end: unset;
    }

    .second-advantages__item:nth-child(3) {
        margin-top: 0;
    }

    .second-advantages__text {
        max-width: unset;
    }

    #feature .feature_info_blocks {
        gap: 30px;
    }

    .feature_info_blocks .item-title {
        font-size: 15px;
    }

    .feature_info_blocks .item-info {
        font-size: 13px;
    }

    .mounting .container {
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mounting .container {
        gap: 50px;
    }
    .n-banner .wrapper {
        height: 338px;
    }

    .n-banner .banner-title {
        font-size: 28px;
        line-height: 135%;
    }

    .n-banner .banner-info {
        font-size: 18px;
        line-height: 25px;
    }

    .n-banner .banner-link {
        padding: 12px 37px;
    }

    .n-banner .content {
        max-width: 283px;
    }

    .connect.n-banner .content {
        max-width: 300px;
    }
    .connect.n-banner .wrapper {
        height: 378px;
    }
}

@media (max-width: 767px) {
    .contacts-form .wpcf7-submit {
        max-width: unset;
    }
    .globehopper-crossmodal.header-promo{
        margin-top: 78px;
    }
    #heroVideo {
        aspect-ratio: 16 / 15;
    }
    .promo-hero {
        top: 40px;
    }
    .promo-hero__title {
        font-weight: 900;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 32px;
    }
    .promo-hero__text {
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        max-width: 340px;
    }
    .advantages__title {
        margin-top: 48px;
        margin-bottom: 48px;
        font-weight: 900;
        font-size: 28px;
        line-height: 135%;
    }
    .advantages-list {
        flex-direction: column;
        gap: 48px;
    }
    .advantages-list__item {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
    }
    .advantages-list__title {
        font-weight: 900;
        font-size: 20px;
        line-height: 128%;
    }
    .advantages-img {
        margin-top: 48px;
    }
    .advantages-text {
        font-weight: 900;
        font-size: 28px;
        line-height: 150%;
    }
    #technology {
        background-image: url("../img/globehopper-crossmodal/gc-s3-mob-img.png");
        aspect-ratio: 375/422;
    }
    .technology_info .title {
        margin: 48px auto 40px;
        font-weight: 900;
        font-size: 28px;
        line-height: 38px;
        max-width: 260px;
    }
    .technology_info .subtitle {
        font-weight: 500;
        font-size: 16px;
        line-height: 175%;
    }
    .section4 .sticky-section .left-block {
        display: none;
    }
    .section4 .sticky-section {
        padding-bottom: 48px;
        padding-top: 48px;
    }
    .section4 .sticky-section .right-block {
        padding: 0;
        width: 100%;
    }
    .section4 .title {
        font-weight: 900;
        font-size: 28px;
        line-height: 135%;
        margin-bottom: 0;
    }
    .section4 .mob-img{
        display: block;
        padding: 18px 0;
    }
    .section4 .mob-img img {
        width: 100%;
        object-fit: cover;
    }
    .section4 .item-block .item-title {
        font-weight: 900;
        font-size: 18px;
        line-height: 150%;
    }
    .second-advantages {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .second-advantages__title {
        font-weight: 900;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px;
        padding-left: 12px;
    }
    .second-advantages__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 175%;
    }
    .second-advantages .container {
        row-gap: 48px;
        padding: 0 24px;
    }
    .second-advantages__title::before {
        left: 0;
    }
    #feature_info {
        padding: 48px 0 40px;
    }
    .feature__scroll .top_info .title {
        font-weight: 900;
        font-size: 28px;
        line-height: 135%;
        text-align: center;
        max-width: 200px;
        margin: 0 auto 32px;
    }
    .feature__scroll .top_info .subtitle {
        font-weight: 900;
        font-size: 14px;
        line-height: 19px;
    }
    .feature_info .mob-img {
        padding: 72px 0 48px;
    }
    .feature_info .mob-img img {
        width: 100%;
    }
    #feature .feature_info_blocks {
        gap: 40px;
        flex-direction: column;
    }
    .feature_info_blocks .item-block {
        max-width: unset;
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
    }
    .feature_info_blocks .item-icon {
        width: 50px;
        height: 50px;
    }
    .feature_info_blocks .item-info {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 175%;
    }
    .feature_info_blocks .item-title {
        margin: 0;
        font-weight: 900;
        font-size: 20px;
        line-height: 150%;
        width: calc(100% - 62px);
    }
    .mounting .container {
        padding-top: 48px;
        padding-bottom: 48px;
        gap: 78px;
    }
    .mounting__title {
        font-weight: 900;
        font-size: 28px;
        line-height: 135%;
        margin-bottom: 32px;
    }
    .mounting__sub-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .wpcf7-spinner{
        display: none;
    }
    .download__button{
        width: 100%;
    }

    .n-banner .banner-mob-img{
        display: block;
    }

    .n-banner .content {
        margin-left: 0;
        max-width: unset;
    }

    .globehopper.n-banner .wrapper {
        background: linear-gradient(135deg, rgb(22, 22, 22) 90%, rgb(99, 87, 255));
        height: auto;
    }

    .n-banner .banner-title {
        margin: 37px 29px 16px;
    }

    .n-banner .banner-info {
        margin: 0 29px 25px;
    }

    .n-banner .banner-link {
        padding: 12px 37px;
        margin: 0 29px 42px;
    }

    .n-banner .banner-mob-img img{
        width: 100%;
        height: auto;
        display: block;
    }

    .connect.n-banner .content {
        max-width: unset;
    }
    .connect.n-banner .wrapper {
        background: linear-gradient(135deg, rgb(22, 22, 22) 90%, rgb(99, 87, 255));
        height: auto;
    }
    .connect.n-banner .banner-info {
        max-width: unset;
    }
    .connect.n-banner .banner-title {
        font-size: 28px;
    }
}