@font-face {
    font-family: 'GillSans';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/GillSans/GillSansProCyrillic-Medium.woff2');
    font-weight: normal;
    font-style: normal;
}

.big-horizont159::before {
    content: '';
    display: block;
    position: absolute;
    left: 60px;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 200px;
    background: url(https://tophotels.ru/csstx/images/top5/top9-logo.png) center/contain no-repeat;
}

.big-horizont159 div {
    font-size: 30px;
    font-family: 'GillSans', sans-serif;
    margin-bottom: 13px;
}

.big-horizont159::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(168deg, rgba(0, 0, 0, 0.47), transparent);
    background: linear-gradient(282deg, rgba(0, 0, 0, 0.47), transparent);
}

.big-horizont159 > * {
    position: relative;
    z-index: 2;
}

.big-horizont159 span {
    font-size: 16px;
}

.big-horizont159 {
    height: 240px;
    position: relative;
    color: #ffffff !important;
    text-shadow: 0 0 20px #000000;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #eeeeee url(https://tophotels.ru/csstx/images/top5/top9.jpg) center/cover no-repeat;
    border-radius: 5px;
}

@media screen and (max-width: 1300px) {
    .big-horizont159 div {
        font-size: 27px;
    }

    .big-horizont159 span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .big-horizont159 div {
        font-size: 24px;
    }

    .big-horizont159::before {
        width: 150px;
    }
}

@media screen and (max-width: 1023px) {
    .big-horizont159::before {
        position: relative;
        height: 60px;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .big-horizont159::after {
        background: rgba(0, 0, 0, 0.47);
    }

    .big-horizont159 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .big-horizont159 span {
        font-size: 10px;
    }

    .big-horizont159 div {
        margin: 50px 0 10px 0;
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont159 {
        height: 180px;
        padding: 30px 0;
    }

    .big-horizont159 div {
        margin: 20px 0 10px 0;
    }

    .big-horizont159::before {
        height: 50px;
    }
}

@media screen and (max-width: 560px) {
    .big-horizont159 div {
        font-size: 13px;
        margin: 35px 0 10px 0;
    }

    .big-horizont159::after {
        background: rgba(0, 0, 0, 0.1);
    }

    .big-horizont159::before {
        height: 40px;
    }

    .big-horizont159 {
        background-position: left;
    }

    .big-horizont159 span {
        font-size: 8px;
    }
}

@media screen and (max-width: 413px) {
    .big-horizont159 div {
        font-size: 12px;
        margin: 45px 0 10px 0;
    }
}

@media screen and (max-width: 359px) {
    .big-horizont159 div {
        font-size: 10px;
    }

    .big-horizont159 span {
        font-size: 6px;
    }
}