@font-face {
    font-family: 'ProximaNova';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/ProximaNova/ProximaNova-Semibold.woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/ProximaNova/ProximaNova-Regular.woff');
    font-weight: normal;
    font-style: normal;
}

.container .big-horizont165, .index-chooser .big-horizont165 {
    margin: 0 !important;
}

.big-horizont165 {
    margin: 15px 25px 0 25px;
    border-radius: 5px;
    height: 240px;
    background: #c4bcac url(https://tophotels.ru/csstx/images/big-horizont/bh165/bg.png) bottom right/cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 25px 60px;
    font-family: 'ProximaNova', sans-serif;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
}

.big-horizont165 p {
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.big-horizont165 .big-horizont165__tx {
    background: url("https://tophotels.ru/csstx/images/logotypes/tophotels-white.svg") bottom/129px no-repeat;
    height: 56px;
    width: 100%;
    margin-bottom: 38px;
    line-height: 5px;
}

.big-horizont165::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#763e0f47), to(#0000000d));
    background: -o-linear-gradient(left, #763e0f47, #0000000d);
    background: linear-gradient(90deg, #763e0f47, #0000000d);
}

.big-horizont165 b {
    font-size: 36px;
    line-height: 45px;
    position: relative;
    z-index: 2;
}

.big-horizont165 .big-horizont165__onexhibit {
    background: url(https://tophotels.ru/csstx/images/logotypes/on-exhibit-white.svg) bottom/159px no-repeat;
    height: 42px;
    width: 100%;
    line-height: 5px;
}

.big-horizont165 button::after {
    content: '\f30b';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-left: 15px;
}

.big-horizont165:hover button {
    background: rgba(255, 171, 53, 0.58);
}

.big-horizont165 span:hover {
    opacity: 0;
}

.big-horizont165 mark {
    padding: 0 8px;
    background: #0000001f;
    color: #ffffff;
    margin-left: 5px;
}

.big-horizont165 span {
    top: 17%;
    left: 55%;
    color: #000000;
    font-size: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 140px;
    height: 125px;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh165/cloud.svg) center/contain no-repeat;
    position: absolute;
    font-style: italic;
    padding: 48px 18px;
    text-shadow: -1px 1px 20px #ffffff;
    line-height: 15px;
}

.big-horizont165 ul {
    width: 200px;
    z-index: 2;
    position: absolute;
    right: 60px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.big-horizont165 button {
    background: #ffab35;
    text-align: center;
    color: #ffffff;
    width: 320px;
    font-size: 14px;
    font-family: inherit;
    border-radius: 5px;
    display: block;
    border: 1px solid #ffffff;
    font-weight: bold;
    position: relative;
    line-height: 41px;
    z-index: 2;
}

.big-horizont165 p br {
    display: none;
}

@media screen and (max-width: 1100px) {
    .big-horizont165 {
        padding-left: 40px;
        background-position: center;
    }

    .big-horizont165 ul {
        right: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .big-horizont165 {
        height: 180px;
        margin: 15px 15px 0 15px;
        background-position: left;
        padding: 20px 0 20px 40px;
    }

    .big-horizont165 b {
        font-size: 22px;
        line-height: 33px;
    }

    .big-horizont165 p {
        font-size: 12px;
    }

    .big-horizont165 ul {
        right: 0;
        font-size: 8px;
    }

    .big-horizont165 .big-horizont165__onexhibit {
        background-size: 100px;
        height: 28px;
    }

    .big-horizont165 span {
        width: 100px;
        left: 58%;
        padding: 39px 16px 0 13px;
        height: 100px;
        font-size: 7px;
        line-height: 10px;
        bottom: 50px;
    }

    .big-horizont165 button {
        line-height: 30px;
        width: 275px;
        font-size: 11px;
    }

    .big-horizont165 .big-horizont165__tx {
        background-size: 80px;
        height: 40px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont165 span {
        display: none;
    }

    .big-horizont165 ul {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
    }

    .big-horizont165 {
        background-image: url(https://tophotels.ru/csstx/images/big-horizont/bh165/mobile.png);
        padding: 15px 0;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .big-horizont165 b {
        font-size: 15px;
        line-height: 25px;
    }

    .big-horizont165 p {
        font-size: 9px;
    }

    .big-horizont165 .big-horizont165__onexhibit {
        background-image: url(https://tophotels.ru/csstx/images/logotypes/on-exhibit.svg);
    }

    .big-horizont165 .big-horizont165__tx {
        display: none;
    }

    .big-horizont165 button {
        line-height: 25px;
        width: 225px;
        font-size: 9px;
    }
}

@media screen and (max-width: 359px) {
    .big-horizont165 p {
        font-size: 8px;
    }

    .big-horizont165 b {
        font-size: 14px;
        line-height: 22px;
    }
}