.big-horizont129 {
    position: relative;
    display: block;
}

.big-horizont129__inn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh129/sequins.gif) top/contain;
}

.big-horizont129__inn:hover button {
    border-color: rgba(255, 255, 255, 0.53);
}

.big-horizont129__inn {
    border-radius: 5px;
    height: 240px;
    display: -webkit-box;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #ffffff !important;
    background: #040039;
    position: relative;
    padding: 30px 60px 20px 60px;
}

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

.big-horizont129__inn::before {
    content: '';
    height: 100%;
    background: url(https://tophotels.ru/csstx/images/big-horizont/bh129/logo.gif) center/contain no-repeat;
    width: 270px;
    position: absolute;
    right: 70px;
    top: 0;
    z-index: 2;
}

.big-horizont129 span {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
}

.big-horizont129 b + b {
    font-size: 32px;
    font-family: 'Trebuchet MS', sans-serif;
}

.big-horizont129 b {
    font-size: 22px;
}

.big-horizont129 button {
    background: -o-linear-gradient(68deg, #ba6e1b, #f1e370);
    background: linear-gradient(22deg, #ba6e1b, #f1e370);
    background-size: 200%;
    color: #ffffff;
    border: initial;
    display: inline-block;
    padding: 12px 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    font-family: 'Trebuchet MS', sans-serif;
    width: 300px;
    font-weight: bold;
    margin-top: 10px;
    border: 3px solid #ffffff;
}

@media screen and (max-width: 1346px) {
    .big-horizont129__inn {
        padding: 30px;
    }

    .big-horizont129__inn::before {
        width: 190px;
        background-position-y: 120px;
        right: 40px;
    }
}

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

    .big-horizont129 b + b {
        font-size: 23px;
    }

    .big-horizont129 b {
        font-size: 13px;
    }

    .big-horizont129 button {
        padding: 5px 0;
        font-size: 13px;
        width: 190px;
    }

    .big-horizont129__inn {
        padding: 15px 30px;
        height: 180px;
    }

    .big-horizont129__inn::before {
        width: 131px;
        background-position: center;
        right: 30px;
        height: 113px;
        top: auto;
        bottom: 0;
    }

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

}

@media screen and (max-width: 767px) {
    .big-horizont129__inn::before {
        position: relative;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 2;
        margin-bottom: 5px;
        background-position: center;
    }

    .big-horizont129__inn {
        padding: 15px 10px 0 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }


    .big-horizont129 button {
        margin-top: auto;
        border-radius: 5px 5px 0 0;
        border-bottom: none;
    }

    .big-horizont129 b {
        font-size: 10px;
        margin: 10px 0;
        font-weight: normal;
    }

    .big-horizont129 b + b {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }

    .big-horizont129 span {
        display: none;
    }
}

@media screen and (max-width: 413px) {
    .big-horizont129 b + b {
        font-size: 12px;
    }
}

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

    .big-horizont129 b {
        font-size: 9px;
        margin: 14px 0;

    }
}