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

.big-horizont161 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    color: #ffffff !important;
    height: 240px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    background: #003c3a;
    padding-left: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 15px;
}

.big-horizont161 p {
    font-size: 44px;
    letter-spacing: 1px;
    font-family: 'PoiretOne', sans-serif;
    line-height: 55px;
}

.big-horizont161 .big-horizont161__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 600px);
}

.big-horizont161:hover .big-horizont161__right::after {
    opacity: 0.7;
}

.big-horizont161:hover button {
    background: #ffffff;
    color: #003c3a;
}

.big-horizont161 button {
    display: block;
    width: 200px;
    line-height: 40px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    background: transparent;
    font-family: 'apercu_pro', sans-serif;
    margin-top: 20px;
}

.big-horizont161 .big-horizont161__left {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.big-horizont161 .big-horizont161__slider {
    width: 65%;
    height: 100%;
}

.big-horizont161 .slick-track, .big-horizont161 .slick-list {
    height: 100%;
}

.big-horizont161 .big-horizont161__right::after {
    content: '';
    height: 100%;
    width: 35%;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh161/logo.png) center/150px no-repeat;
}

@media screen and (max-width: 1440px) {
    .big-horizont161 {
        padding-left: 40px;
    }

    .big-horizont161 .big-horizont161__right {
        width: calc(100% - 460px);
    }

    .big-horizont161 p {
        font-size: 33px;
        line-height: 43px;
    }

    .big-horizont161 .big-horizont161__right::after {
        background-size: 100px;
    }

    .big-horizont161 button {
        margin-top: 30px;
        width: 230px;
    }
}

@media screen and (max-width: 1023px) {
    .big-horizont161 {
        height: 180px;
    }

    .big-horizont161 p {
        font-size: 25px;
        line-height: 30px;
    }

    .big-horizont161 .big-horizont161__right {
        width: calc(100% - 360px);
    }

    .big-horizont161 .big-horizont161__right::after {
        background-size: 70px;
    }

    .big-horizont161 button {
        margin-top: 25px;
        width: 200px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont161 {
        padding: 0 30px;
        background: url(https://tophotels.ru/csstx/images/big-horizont/bh161/1.jpg) center/cover no-repeat;
    +
    }

    .big-horizont161 .big-horizont161__slider {
        display: none;
    }

    .big-horizont161 .big-horizont161__left {
        position: relative;
        z-index: 2;
    }

    .big-horizont161::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 60, 58, 0.9);
    }

    .big-horizont161 button i {
        font-size: 8px;
    }

    .big-horizont161 button {
        width: 155px;
        line-height: 25px;
        font-size: 10px;
    }

    .big-horizont161 .big-horizont161__right {
        height: 100%;
        width: 110px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        right: 20px;
    }

    .big-horizont161 .big-horizont161__right::after {
        z-index: 2;
        position: relative;
        background-size: contain;
        width: 100%;
    }

    .big-horizont161 .big-horizont161__right img {
        display: none;
    }

    .big-horizont161 p {
        font-size: 19px;
        line-height: 31px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 414px) {
    .big-horizont161 {
        padding: 0 15px;
    }

    .big-horizont161 p {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 15px;
        width: 187px;
    }
}

@media screen and (max-width: 359px) {
    .big-horizont161 .big-horizont161__right {
        width: 90px;
        right: 15px;
    }
}