.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-offer136 {
    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-offer136 .good-offer136__img {
    height: 175px;
    position: relative;
    background: url(https://tophotels.ru/csstx/images/good-offer/136.png) center/cover no-repeat;
}

.good-offer136 .good-offer136__top {
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
    color: #FF9C00;
    font-size: 14px;
    line-height: 29px;
}

.good-offer136 .good-offer136__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-offer136 button::after {
    content: '\f061';
    margin-left: 10px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
}

.good-offer136:hover button {
    background-color: #ec9102;
}

.good-offer136 button {
    font-family: 'apercu_pro', sans-serif;
    background-color: #FF9C00;
    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-offer136 .good-offer136__bottom b {
    font-size: 28px;
    display: block;
    line-height: 38px;
}

.good-offer136 .good-offer136__bottom {
    padding: 20px 15px;
    text-align: center;
}

.good-offer136 .good-offer136__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-offer136 {
        width: 185px;
    }

    .good-offer136 .good-offer136__img {
        height: 115px;
    }

    .good-offer136 .good-offer136__bottom b {
        font-size: 17px;
        line-height: 24px;
    }

    .good-offer136 .good-offer136__bottom {
        padding: 10px;
    }

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

    .good-offer136 button::after {
        font-size: 9px;
    }

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

    .good-offer136 .good-offer136__cross {
        width: 30px;
        background-size: 6px;
    }
}