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

.big-horizont74 {
    cursor: pointer;
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    user-select: none;
}

.big-horizont74__video.big-horizont74__video--mobile {
    display: none;
}

.big-horizont74__in {
    height: 240px;
    position: relative;
    display: block;
    color: white !important;
    background-position: center;
    background-color: white;
    border-radius: 5px;
    background-position-x: center;
    background-size: auto;
    overflow: hidden;
}


.big-horizont74__video > video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}


.big-horizont74__video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: white;
    right: 0;
    top: 0;
}

.big-horizont74__sub-ttl {
    line-height: 14px;
    text-align: right;
    text-shadow: 0 0 20px black;
    font-size: 14px;
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
}

.big-horizont74__ttl {
    text-shadow: 0 0 20px black;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Poiret One', cursive;
    font-size: 21px;
    margin-top: 23px;
}

.big-horizont74__txt {
    color: white;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(2, 191, 193, 0.8)), to(transparent));
    background-image: -o-linear-gradient(right, rgba(2, 191, 193, 0.8), transparent);
    background-image: linear-gradient(to left, rgba(2, 191, 193, 0.8), transparent);
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 0;
    padding: 40px;
    letter-spacing: 2px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.big-horizont74__video.big-horizont74__video--mobile {
    display: none;
}


@media screen and (max-width: 1200px) {

    .big-horizont74__video > video {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        z-index: -1;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {

    .big-horizont74__video.big-horizont74__video--mobile {
        display: block;
    }


    .big-horizont74__video.big-horizont74__video--desctop {
        display: none;
    }

    .big-horizont74__ttl {
        line-height: 27px;
        font-weight: bold;
        font-size: 17px;
    }


    .big-horizont74__sub-ttl i {
        font-size: 9px;
    }

    .big-horizont74__sub-ttl {
        font-size: 13px;
    }

    .big-horizont74__txt {
        border-radius: 0;
        padding: 30px;
        width: 300px;
        text-align: right;
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(2, 191, 193, 0.3)), to(transparent));
        background-image: -o-linear-gradient(right, rgba(2, 191, 193, 0.3), transparent);
        background-image: linear-gradient(to left, rgba(2, 191, 193, 0.3), transparent);
    }

}


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

    .big-horizont74__txt {
        padding: 20px;
        width: 270px;
    }

    .big-horizont74__sub-ttl {
        font-size: 11px;
    }


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

