@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('https://tophotels.ru/csstx/fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('https://tophotels.ru/csstx/fonts/Montserrat/Montserrat-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

.bh24 {
    font-size: 14px;
    color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    font-family: Montserrat, 'sans-serif';
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    margin-top: 15px;
    user-select: none;
}

.bh24 .bh24__in {
    height: 240px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh24/bh24v2.jpg) bottom right/cover no-repeat;
}

.bh24 .bh24__link {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.bh24 .bh24__in span {
    text-transform: lowercase;
    color: white;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    right: 245px;
}

.bh24 .bh24__in-abs-block b {
    text-transform: uppercase;
    color: #e0fe8c;
    font-size: 22px;
    width: 300px;
}

.bh24 .bh24__in-abs-block {
    position: absolute;
    right: 45px;
    bottom: 60px;

}

.bh24 .bh24__in button {
    display: none;
}

.bh24 .bh24__in-abs-block > * {
    display: inline-block;
    vertical-align: middle;
}

.bh24 .bh24__logo {
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh24/bh17-logo.svg) center/contain no-repeat;
    border-right: 2px solid white;
    width: 230px;
    height: 60px;
    margin-right: 30px;
    padding-right: 30px;

}

@media screen and (max-width: 1023px) {
    .bh24 .bh24__in {
        height: 180px;
        background-size: 1200px;
    }
}

@media screen and (max-width: 767px) {
    .bh24 .bh24__in span {
        position: static;
        width: auto;
        font-size: 13px;
        margin-top: 5px;
        display: block;
    }

    .bh24 .bh24__in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 20px 12px 20px;
        background: url(https://tophotels.ru/csstx/images/big-horizont/bh24/bh24-mobile.jpg) center/cover no-repeat;
    }

    .bh24 .bh24__in button::after {
        content: '\f0a9';
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-left: 10px;
    }

    .bh24 .bh24__in button {
        border: none;
        background: transparent;
        margin: auto 0 0 auto;
        font-family: inherit;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.8);
        display: block;
    }

    .bh24 .bh24__in-abs-block {
        position: static;
    }

    .bh24 .bh24__in-abs-block b {
        font-size: 13px;
        width: auto;
    }

    .bh24 .bh24__in-abs-block > * {
        display: block;
    }

    .bh24 .bh24__logo {
        border: none;
        background-position: left;
        margin: 0 0 10px 0;
        padding: 0;
        height: 40px;
        width: 100%;
    }

}