@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

*,
*::before,
*::after {
    font-family: Montserrat;
    line-height: 1;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

a,
a:hover {
    text-decoration: none;
}

.container {
    padding: 0 90px;
    margin: 0 auto;
}

.app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ffffff;
    /*   max-width: 1920px; */
    margin: 0 auto;
}

.app__sidebar {
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 307px;
}

.app__content {
    width: calc(100% - 307px);
}

[data-mask] {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
}

.h2-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.h2-title>img {
    margin-right: 28px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    border-right: 1px solid #e1e1e1;
}

@media (max-height: 630px) and (min-width: 768px) {
    .header {
        overflow-y: scroll;
        max-height: 100vh;
        height: auto;
    }
}

@media (max-width: 768px) {
    .header {
        overflow-y: scroll;
        height: 100vh;
    }
    @media (max-height:545px) {
        .header {
            max-height: 100vh;
            height: auto;
        }
    }
}

.header::-webkit-scrollbar {
    width: 0;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__logo {
    width: 212px;
}

.header__logo>img {
    width: 100%;
}

.header__btn {
    display: none;
}

.header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: 38px;
    border-left: 1px solid #e1e1e1;
}

@media (min-width: 768px) {
    .header__menu {
        padding: 20px 0px;
    }
}

.header__menu>ul {
    padding: 0;
    margin: 0;
}

.header__menu>ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 20px;
}

.header__menu>ul>li::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #43a046;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.header__menu>ul>li.active::before,
.header__menu>ul>li:hover::before {
    opacity: 1;
}

.header__menu>ul>li.active>a,
.header__menu>ul>li:hover>a {
    color: #43a046;
}

.header__menu>ul>li.active>a>span,
.header__menu>ul>li:hover>a>span {
    background-color: #43a046;
}

.header__menu>ul>li:not(:last-child) {
    margin-bottom: 30px;
}

.header__menu>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.header__menu>ul>li>a>span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background-color: #9f9f9f;
    margin-right: 10px;
}

.header__bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__lang>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65px;
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    color: #9f9f9f;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.header__lang>a:not(:last-child) {
    border-right: 1px solid #e1e1e1;
}

.header__lang>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #43a046;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__lang>a:hover {
    color: #ffffff;
}

.header__lang>a:hover::after {
    top: 0;
    height: 100%;
}

.header__lang>a.active {
    color: #43a046;
}

.header__lang>a.active:hover {
    color: #ffffff;
}

.banner {
    position: relative;
}

.banner__wrapper {
    position: relative;
    z-index: 9;
}

.banner__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 200px;
    height: 100vh;
}

.banner__slide>h1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.banner__slide>h1>span {
    font-size: 85px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    opacity: 0;
}

.banner__slide>h1>span:nth-child(1) {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: 0.3s opacity 0.5s, 0.5s -webkit-transform 0.5s;
    transition: 0.3s opacity 0.5s, 0.5s -webkit-transform 0.5s;
    -o-transition: 0.5s transform 0.5s, 0.3s opacity 0.5s;
    transition: 0.5s transform 0.5s, 0.3s opacity 0.5s;
    transition: 0.5s transform 0.5s, 0.3s opacity 0.5s, 0.5s -webkit-transform 0.5s;
}

.banner__slide>h1>span:nth-child(2) {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: 0.3s opacity 0.7s, 0.5s -webkit-transform 0.7s;
    transition: 0.3s opacity 0.7s, 0.5s -webkit-transform 0.7s;
    -o-transition: 0.5s transform 0.7s, 0.3s opacity 0.7s;
    transition: 0.5s transform 0.7s, 0.3s opacity 0.7s;
    transition: 0.5s transform 0.7s, 0.3s opacity 0.7s, 0.5s -webkit-transform 0.7s;
}

.banner__slide>h1>span:nth-child(3) {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: 0.3s opacity 0.9s, 0.5s -webkit-transform 0.9s;
    transition: 0.3s opacity 0.9s, 0.5s -webkit-transform 0.9s;
    -o-transition: 0.5s transform 0.9s, 0.3s opacity 0.9s;
    transition: 0.5s transform 0.9s, 0.3s opacity 0.9s;
    transition: 0.5s transform 0.9s, 0.3s opacity 0.9s, 0.5s -webkit-transform 0.9s;
}

.banner__slide.swiper-slide-active>h1>span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.banner__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner__img--mobile {
    display: none;
}

.banner__arrow {
    position: absolute;
    border: none;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 10;
    -webkit-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
}

.banner__arrow>img {
    width: 15px;
}

.banner__arrow--next {
    left: auto;
    right: 0;
}

.banner__arrow--next>img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner__arrow:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.banner__pagination {
    position: absolute;
    left: 50% !important;
    bottom: 25px !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.banner__pagination>.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff !important;
    background: transparent !important;
    margin: 0 !important;
    opacity: 1 !important;
}

.banner__pagination>.swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px !important;
}

.banner__pagination>.swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.section {
    background-color: #fff;
}

.section--dark {
    background-color: #fafafa;
}

.section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 90px 85px 90px 95px;
}

.section__title--technology {
    font-size: 36px;
}

.section__title+.section__subtitle {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #222222;
    margin: 30px 0 0;
}

.section__desc {
    margin-top: 10px;
}

.section__desc>p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #222222;
    margin: 0;
}

.section__desc>p:not(:last-child) {
    margin-bottom: 10px;
}

.section__hint {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #222222;
    padding: 40px 28px;
    border: 1px solid #e1e1e1;
    margin: 40px 0 0;
}

.section__hint::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #43a046;
}

.section__title+.accordeon {
    margin-top: 70px;
}

.section__subtitle+.accordeon {
    margin-top: 50px;
}

.section .accordeon__item:not(:last-child) {
    margin-bottom: 45px;
}

.section .accordeon__item--active .accordeon__head {
    color: #43a046;
}

.section .accordeon__item--active .accordeon__head>span::before,
.section .accordeon__item--active .accordeon__head>span::after {
    background-color: #43a046;
}

.section .accordeon__item--active .accordeon__head>span::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.section .accordeon__item--active .accordeon__head>span::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.section .accordeon__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    color: #222222;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
    cursor: pointer;
}

.section .accordeon__head:hover {
    color: #43a046;
}

.section .accordeon__head>span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 6px;
}

.section .accordeon__head>span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s ease-in-out, color 0s;
    -o-transition: 0.5s ease-in-out, color 0s;
    transition: 0.5s ease-in-out, color 0s;
    margin: 0 0 0 -6px;
    background-color: #43a046;
}

.section .accordeon__head>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.5s ease-in-out, color 0s;
    -o-transition: 0.5s ease-in-out, color 0s;
    transition: 0.5s ease-in-out, color 0s;
    width: 2px;
    height: 100%;
    margin: -6px 0 0 0;
    background-color: #43a046;
}

.section .accordeon__body {
    display: none;
    margin-top: 20px;
}

.section .accordeon__body>p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #222222;
    margin: 0;
}

.section .accordeon__body>p:not(:last-child) {
    margin-bottom: 20px;
}

.section__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 39.8%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 1280px) {
    .section__img {
        width: 100%;
        height: 100%;
    }
}

.document {
    padding: 80px 0 45px;
    margin-bottom: 30px;
}

.document__title {
    margin-bottom: 65px;
}

.document__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 60px;
}

.document__item {
    position: relative;
    padding: 30px 55px;
    background-color: #fafafa;
}

.document__item>span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 21px;
    color: #222222;
    z-index: 2;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.document__item>span>i {
    background-color: #43a046;
    width: 18px;
    height: 24px;
    margin-right: 7px;
}

.document__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #43a046;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.document__item:hover::after {
    top: 0;
    height: 100%;
}

.document__item:hover>span {
    color: #ffffff;
}

.document__item:hover>span>i {
    background-color: #ffffff;
}

.contacts {
    padding: 45px 0 85px;
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__column {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc((100% - 75px) / 2);
}

.contacts-item__title {
    margin-bottom: 60px;
}

.contacts-item__title>img {
    margin-right: 24px;
}

.contacts-item--main .contacts-item__info {
    background-image: url(../img/logo_bg1.svg);
    background-size: 225px;
    background-position: 90% 120%;
}

.contacts-item__info {
    position: relative;
    background-image: url(../img/logo_bg2.svg);
    background-size: 255px;
    background-position: 95% 400%;
    background-repeat: no-repeat;
    background-color: #fafafa;
    padding: 50px 55px 60px;
}

.contacts-item__info>h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #222222;
    margin: 0 0 20px;
}

.contacts-item__info>p {
    font-weight: 500;
    color: #222222;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.contacts-item__info>p>a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.contacts-item__info>p>a:hover {
    color: #43a046;
}

.contacts-item__arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.contacts-item__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(34, 34, 34, 0.15);
    width: 90px;
    height: 90px;
    z-index: 10;
    -webkit-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
}

.contacts-item__arrow>img {
    width: 15px;
}

.contacts-item__arrow--next {
    left: auto;
    right: 0;
}

.contacts-item__arrow--next>img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contacts-item__arrow:hover {
    background-color: rgba(34, 34, 34, 0.5);
}

.footer {
    padding: 40px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background-color: #43a046;
}

@media screen and (min-width: 1920px) {
    .app {
        border-right: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        padding: 0 60px;
    }
    .h2-title {
        font-size: 32px;
    }
    .banner__slide>h1>span {
        font-size: 60px;
    }
    .section__info {
        padding: 60px;
    }
    .section__title--technology {
        font-size: 32px;
    }
    .section__title+.section__subtitle {
        font-size: 20px;
    }
    .section .accordeon__head {
        font-size: 18px;
    }
    .section__img {
        width: 50%;
    }
}

@media screen and (max-width: 1380px) {
    .contacts-item__info {
        padding: 30px;
        background-position: right bottom;
    }
    .contacts-item__arrow {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1340px) {
    .container {
        padding: 0 30px;
    }
    .section__info {
        padding: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .section__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0px;
    }
    .section__info {
        padding: 0;
        margin-bottom: 30px;
        padding: 0px 30px;
    }
    .document__grid {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 30px;
    }
    .document__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 1280px) {
    .section__img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .banner__slide {
        padding: 0 70px;
    }
    .banner__slide>h1>span {
        font-size: 45px;
    }
    .banner__arrow {
        width: 50px;
        height: 50px;
    }
    .contacts__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts__column {
        width: 100%;
    }
    .contacts__column:not(:last-child) {
        margin-bottom: 60px;
    }
    .contacts-item__title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
    .contacts__column:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    .section__info {
        padding: 0px 0px;
    }
    .app {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .app__sidebar {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    .app__content {
        width: 100%;
    }
    .h2-title {
        font-size: 20px;
    }
    .h2-title>img {
        width: 26px !important;
        margin-right: 14px;
    }
    .header__top {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #ffffff;
        z-index: 1;
        padding: 10px 15px;
        -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.03);
        border-bottom: none;
    }
    .header__logo {
        width: 112px;
    }
    .header__btn {
        display: block;
        width: 28px;
    }
    .header__middle {
        background-color: #ffffff;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 15px;
        margin-left: 0;
        border: none;
        /* height: calc(100vh - 118px); */
        display: none;
        pointer-events: none;
    }
    .header__middle.active {
        height: calc(100vh - 118px);
        display: block;
        pointer-events: all;
    }
    .header__menu {
        width: 100%;
    }
    .header__menu>ul>li {
        padding: 0;
        border-bottom: 1px solid #ebebed;
    }
    .header__menu>ul>li::before {
        display: none;
    }
    .header__menu>ul>li:not(:last-child) {
        margin-bottom: 0;
    }
    .header__menu>ul>li>a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        padding: 20px 0;
        width: 100%;
    }
    .header__menu>ul>li>a>span {
        display: none;
    }
    .header__bottom {
        background-color: #ffffff;
        display: none;
    }
    .header__bottom.active {
        display: block;
    }
    .header__lang>a {
        padding: 16.5px 0;
        height: auto;
        font-size: 14px;
        font-weight: 500;
    }
    .banner__slide {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 100px 15px 50px;
    }
    .banner__slide>h1>span {
        font-size: 27px;
        line-height: 1.2;
        text-align: center;
    }
    .banner__img {
        display: none;
    }
    .banner__img--mobile {
        display: block;
    }
    .banner__arrow {
        display: none;
    }
    .banner__pagination>.swiper-pagination-bullet {
        width: 13px !important;
        height: 13px !important;
    }
    .banner__pagination>.swiper-pagination-bullet:not(:last-child) {
        margin-right: 6px !important;
    }
    .section__row {
        padding: 30px 15px;
    }
    .section__info {
        margin-bottom: 15px;
    }
    .section__title--technology {
        font-size: 20px;
    }
    .section__title+.section__subtitle {
        font-size: 15px;
        line-height: 21px;
        margin-top: 15px;
    }
    .section__desc>p {
        font-size: 14px;
        line-height: 21px;
    }
    .section__hint {
        font-size: 14px;
        line-height: 21px;
        padding: 20px;
        margin-top: 20px;
    }
    .section__title+.accordeon {
        margin-top: 40px;
    }
    .section__subtitle+.accordeon {
        margin-top: 30px;
    }
    .section .accordeon__item:not(:last-child) {
        margin-bottom: 25px;
    }
    .section .accordeon__head {
        font-size: 16px;
        line-height: 24px;
    }
    .section .accordeon__head>span {
        margin-top: 3px;
    }
    .section .accordeon__body {
        margin-top: 20px;
    }
    .section .accordeon__body>p {
        font-size: 14px;
        line-height: 21px;
    }
    .document {
        padding: 40px 0 30px;
    }
    .document__title {
        margin-bottom: 40px;
    }
    .document__item>span {
        font-size: 16px;
    }
    .document__item>span>i {
        width: 14px;
        line-height: 20px;
    }
    .contacts {
        padding: 30px 0 40px;
    }
    .contacts-item__info>h3 {
        font-size: 18px;
    }
    .contacts-item__info>p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 425px) {
    .header {
        height: auto;
    }
    .footer {
        padding: 30px 15px;
    }
}