.promo .text {
    position: absolute;
    top: 95px;
    left: 136px;
    right: 130px;
    text-align: left;
}

.promo .text .text-before {
    margin-bottom: 15px;
}

.promo .text .text-before,
.promo .text .text-after {
    font-family: RobotoRegular;
    font-size: 14px;
    color: white;
    line-height: 20px;
}

.promo .title {
    font-family: RobotoCondensedBoldItalic, sans-serif;
    font-size: 72px;
    line-height: 81px;
    color: white;
    text-transform: uppercase;
}

.swiper-container-main-slider {
    height: 420px;
}

@media (max-width: 998px) {
    .swiper-container-main-slider {
        height: 320px;
    }
}


@media (max-width: 769px) {
    .swiper .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .swiper.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0;
    }

    .swiper-container-main-slider {
        padding-bottom: 8px;
    }
    .swiper-container-main-slider {
        height: 260px;
    }
}

@media (max-width: 480px) {
    .swiper-container-main-slider {
        height: 150px;
    }
}