.wrapper.main-page-banners {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: -269px;
    z-index: 19;
    overflow: hidden;
    height: 270px;
    max-width: 1230px;
}
.wrapper.main-page-banners--flex {
    display: flex;
}
.banner-row {
    display: flex;
    width: 100%;
}
.banner-row--static {
    width: 50%;
}
.swiper-container--half {
    width: 50%;
}
#swiper4 .swiper-slide {
    width: 100%;
}
.main-page-banner {
    background-size: cover;
    background-position: center;
    height: 270px;
    width: 100%;
}

.main-page-banner-arrows {
    z-index: 2;
}

.main-page-banner-arrows .main-page-banner-arrows-wrapper {
    width: calc(100% + 45px);
    height: 40px;
    margin-top: -152px;
    position: absolute;
    transform: translateX(-55px);
    z-index: 2;
}

.main-page-banner-arrows .arrow.left, .main-page-banner-arrows .arrow.right {
    background-image: url(/images/front/icons/arrow-left.svg);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.main-page-banner-arrows .arrow.right {
    background-image: url(/images/front/icons/arrow-right.svg);
    right: 0;
}

.swiper-container--full .main-page-banner.with-content {
    display: flex;
    align-items: center;
}

.main-page-banner.with-content .main-page-banner-content {
    width: 100%;
    padding: 0px 35px;
}

.main-page-banner.with-content .main-page-banner-content .arrow-icon {
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    background-image: url(/images/front/icons/arrow-lang.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.main-page-banner.with-content .main-page-banner-content h2 {
    font-size: 30px;
    font-family: 'cronospro-semibold';
    color: #ffffff !important;
    margin-top: 18px;
    margin-bottom: 0;
    width: 50%;
}

#swiper1 .swiper-slide .text_con {
    padding-left: 0;
    bottom: 290px;
}

@media (max-width: 1340px) {
    .main-page-banner-arrows {
        display: none;
    }

    .main-page-banner-arrows-wrapper {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .wrapper.main-page-banners{
        margin-left: 10px;
        margin-right: 10px;
        margin-top: -199px;
    }

    .main-page-banner {
        padding-bottom: 41%;
        height: 0;
    }

    .main-page-banner.with-content {
        padding-bottom: 0;
        height: 19.7vw;
    }

    .wrapper.main-page-banners {
        margin-top: -20.20%;
        height: auto !important;
    }

    #swiper4.swiper-container {
        height: auto !important;
    }

    #swiper4 .swiper-wrapper {
        height: auto !important;
    }

    #swiper4 .swiper-slide {
        height: auto !important;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper.main-page-banners

    .main-page-banner.with-content .main-page-banner-content h2 {
        width: 80%;
        max-width: 220px;
        font-size: 26px;
    }
}

@media screen and (max-width: 640px) {
    .wrapper.main-page-banners {
        display: none;
    }
}


.space-after-header {
    height: 20px;
}

.main-page-banner.with-content .main-page-banner-content h2.lang-rus {
    font-family: Arial;
}