.h-slider_text {
    line-height: 1.2;
}

/*.button_slider {
    font-family: 'Aeroport', sans-serif;
}*/

.banner_text_mob {
    font-family: 'AeroportFont', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 14px;
    text-transform: none;
    line-height: 1.2;
    margin-top: 4px;
}
.banner_text_mob ul li{
    font-family: 'AeroportFont', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 14px;
    text-transform: none;
    line-height: 1.2;
    margin-top: 4px;
}
.slide-mobile .h-slider_text {
    width: unset;
    line-height: 24px;
}

.h-slider_title span {
    font-family: unset;
}

.slide-mobile .h-slider_text span {
    font-family: unset;
    letter-spacing: 0px !important;
}
#bottom
{
    position: absolute;
    bottom: -310px;
    font-size:12px;
}
@media(max-width: 390px) {
    #bottom
    {
        bottom: -280px;
    }
}
@media (max-width: 576px) {
    .banner---10 {
        bottom: 255px !important;
    }

    .banner---10-img {
        bottom: 266px;
    }

    .h-slider_descr {
        position: relative;
        overflow: hidden;
    }

    .h-slider_bg_img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .h-slider_descr_wrapper {
        z-index: 1;
    }
    .btn.btn_yellow_dark.btn_big_y.button_slider{
        background: #ececec;
    }
}