.good-offer-bullon {
    border: none;
    width: 100px;
    height: 100px;
    left: 90px;
    position: fixed;
    z-index: 100;
    display: block;
    background: url(https://tophotels.ru/csstx/images/good-offer/bullon.gif) center/contain no-repeat;
}

.fixed-stock--sun {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 100px;
}

.good-offer129 {
    position: fixed;
    left: 5px;
    bottom: 0;
    width: 295px;
    z-index: 100;
    color: #232323 !important;
    background-color: #ffffff;
    font-family: 'apercu_pro', sans-serif;
    display: block;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
}

.good-offer129:hover .good-offer129__img span {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.good-offer129 .good-offer129__img span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fe9d00;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 10px;
    font-size: 13px;
    font-weight: bold;
    left: 10px;
}

.good-offer129 .good-offer129__img {
    height: 175px;
    position: relative;
    background: url(https://tophotels.ru/csstx/images/good-offer/129.png) center/cover no-repeat;
}

.good-offer129 .good-offer129__top {
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
    color: #1f3bcb;
    font-size: 14px;
    line-height: 29px;
}

.good-offer129 .good-offer129__cross {
    background: url(https://tophotels.ru/csstx/i/cross-thin-grey.svg) center / 10px no-repeat;
    width: 45px;
    height: 100%;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
}

.good-offer129 button::after {
    content: '\f061';
    margin-left: 10px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.good-offer129:hover button {
    background-color: #1d36b9;
}

.good-offer129 button {
    font-family: 'apercu_pro', sans-serif;
    background-color: #1f3bcb;
    width: 100%;
    font-size: 14px;
    display: block;
    font-weight: normal;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    line-height: 35px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.good-offer129 .good-offer129__bottom b {
    font-size: 27px;
    display: block;
    line-height: 41px;
}

.good-offer129 .good-offer129__bottom {
    padding: 20px 15px 15px 15px;
    text-align: center;
}

.good-offer129 .good-offer129__link {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 2;
    height: 100%;
}

@media screen and (max-width: 1700px) {
    .good-offer-bullon {
        left: 5px;
        width: 60px;
        height: 60px;
    }

    .fixed-stock--sun {
        width: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .good-offer-bullon {
        width: 35px;
        height: 35px;
    }

    .fixed-stock--sun {
        width: 35px;
    }

    .good-offer129 {
        width: 185px;
    }

    .good-offer129 .good-offer129__img {
        height: 120px;
    }

    .good-offer129 .good-offer129__img span {
        font-size: 8px;
        width: 55px;
        height: 55px;
        top: 5px;
        left: 5px;
        line-height: 11px;
    }

    .good-offer129 .good-offer129__bottom b {
        font-size: 17px;
        line-height: 24px;
    }

    .good-offer129 .good-offer129__bottom {
        padding: 10px;
    }

    .good-offer129 .good-offer129__top {
        padding: 0 10px;
        line-height: 25px;
        font-size: 9px;
    }

    .good-offer129 button {
        line-height: 20px;
        margin-top: 10px;
        letter-spacing: 0;
        font-size: 9px;
    }

    .good-offer129 .good-offer129__cross {
        width: 30px;
        background-size: 6px;
    }
}