@font-face {
    font-family: 'arabian';
    src: url('https://tophotels.ru/csstx/fonts/arabian/arabian.ttf');
}

.big-horizont42 {
    width: 100%;
    margin-top: 15px;
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    background-color: #3f0f63;
    border-radius: 5px;
    position: relative;
    background-position: right;
    overflow: hidden;
    font-size: 14px;
    height: 240px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 69px;
}

.big-horizont42 .big-horizont42__ttl {
    font-size: 35px;
    display: block;
    color: #dfa918;
    font-family: 'arabian', sans-serif;
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
    text-transform: capitalize;
}

.big-horizont42 .big-horizont42__sub-ttl {
    font-size: 20px;
    position: relative;
    z-index: 2;
    text-transform: uppercase
}

.big-horizont42 .big-horizont42__logo {
    position: absolute;
    right: 80px;
    top: 0;
    text-align: center;
    z-index: 2;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh42/bh42-logo.png) center/contain no-repeat;
    width: 250px;
    height: 100%;
    display: block;
}

.big-horizont42 .big-horizont42__gif1 {
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 1;
    top: 0;
    display: block;
    background-image: url(https://tophotels.ru/csstx/images/big-horizont/bh42/fireworks-1.gif);
    background-size: cover;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

.big-horizont42 br {
    display: none;
}

@media screen and (max-width: 1200px) {
    .big-horizont42 .big-horizont42__logo {
        width: 200px;
        right: 50px;
    }

    .big-horizont42 {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .big-horizont42 {
        height: 180px;
        padding-left: 30px;
    }

    .big-horizont42 .big-horizont42__ttl {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .big-horizont42 .big-horizont42__logo {
        width: 150px;
        right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .big-horizont42 .big-horizont42__logo {
        position: static;
        width: 100%;
        height: 50px;
    }

    .big-horizont42 br {
        display: block;
    }

    .big-horizont42 {
        text-align: center;
        padding: 0;
    }

    .big-horizont42 .big-horizont42__ttl {
        font-size: 25px;
        line-height: normal;
        margin: 10px 0;
    }

    .big-horizont42 .big-horizont42__sub-ttl {
        font-size: 14px;
    }
}