.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-offer155 {
    position: fixed;
    left: 5px;
    bottom: 0;
    width: 290px;
    z-index: 100;
    color: #ffffff !important;
    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);
    border-radius: 2px;
    padding: 310px 15px 0 15px;
    background: #999999 url(https://tophotels.ru/csstx/images/good-offer/155.jpg) top/cover no-repeat;
    height: 440px;
    text-align: center;
    line-height: normal;
}

.good-offer155 b {
    display: block;
    font-size: 22px;
    line-height: 18px;
    color: #dda74c;
}

.good-offer155 > * {
    position: relative;
    z-index: 2;
}

.good-offer155::before {
    content: '';
    width: 100%;
    height: 190px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.69), transparent);
}

.good-offer155 .good-offer155__cross:hover {
    opacity: 0.7;
}

.good-offer155 .good-offer155__cross {
    width: 35px;
    height: 35px;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.69);
}

.good-offer155 > span {
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin: 8px 0;
}

.good-offer155 p {
    font-size: 9px;
    margin-top: 8px;
}

.good-offer155 button {
    font-family: 'apercu_pro', sans-serif;
    background: #dda74c;
    display: block;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-radius: 5px;
    color: #000000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    line-height: 35px;
    width: 200px;
    margin: 0 auto;
}

.good-offer155:hover button {
    background: #ecb14d;
}

.good-offer155 .good-offer155__link {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.good-offer155 .good-offer155__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    top: 35px !important;
    line-height: 17px !important;
    right: auto;
    left: 10px;
}

.good-offer155 .good-offer155__erid.active::before {
    content: '\f00d';
}

.good-offer155 .good-offer155__erid::before {
    content: "\f142";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 15px;
    border-radius: 100%;
    margin-right: 5px;
    text-align: center;
    height: 15px;
    display: inline-block;
    font-size: 8px;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.42);
    color: #ffffff;
}

.good-offer155 .good-offer155__erid {
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 9px;
    line-height: 15px;
    color: #ffffff;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.69);
}

@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-offer155 {
        width: 195px;
        height: 320px;
        padding: 205px 10px 10px 10px;
    }

    .good-offer155 .good-offer155__erid {
        padding: 7px 5px;
        font-size: 7px;
        line-height: 10px;
    }

    .good-offer155 b {
        font-size: 14px
    }

    .good-offer155 > span {
        line-height: 20px;
        font-size: 16px;;
        margin-top: 3px;
    }

    .good-offer155 .good-offer155__erid.active .hint {
        top: 20px !important;
    }

    .good-offer155 p {
        font-size: 8px;
        color: rgba(255, 255, 255, 0.74);
    }

    .good-offer155 .good-offer155__erid::before {
        width: 10px;
        font-size: 6px;
        height: 10px;
    }

    .good-offer155 .good-offer155__cross {
        font-size: 9px;
        line-height: 25px;
        width: 30px;
        text-align: right;
        padding-right: 9px;
    }

    .good-offer155 button {
        line-height: 20px;
        font-size: 10px;
        width: 160px;
    }
}