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

.good-offer-bullon {
    border: none;
    width: 100px;
    height: 100px;
    left: 90px;
    position: fixed;
    z-index: 90;
    display: block;
    background: url(https://tophotels.ru/csstx/images/good-offer/bullon.gif) center/contain no-repeat;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.good-offer189 {
    position: fixed;
    left: 5px;
    overflow: hidden;
    bottom: 0;
    width: 295px;
    z-index: 100;
    background-color: #eeeeee;
    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;
}

.good-offer189 .good-offer189__cross:hover {
    opacity: 1;
}

.good-offer189 .good-offer189__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: 16px;
    color: #ffff;
}

.good-offer189 .good-offer189__link {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}

.good-offer189 .good-offer189__info {
    padding: 5px 10px;
}

.good-offer189 .good-offer189__flex {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
}

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

.good-offer189 .good-offer189__erid.active::before {
    content: '\f00d';
}

.good-offer189 .good-offer189__erid::before {
    content: "\f142";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 10px;
    height: 15px;
    display: inline-block;
    font-size: 8px;
    vertical-align: top;
}

.good-offer189 .good-offer189__erid {
    padding: 5px 10px;
    font-size: inherit;
    line-height: 15px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

@media screen and (max-width: 1800px) {
    .fixed-stock--sun, .good-offer-bullon {
        left: 10px;
    }
}

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

    .fixed-stock--sun, .good-offer-bullon {
        left: 5px;
    }

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

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

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

    .good-offer189 .good-offer189__flex {
        font-size: 6px;
    }

    .good-offer189 .good-offer189__erid {
        line-height: 10px;
    }

    .good-offer189 {
        width: 200px;
    }

    .good-offer189 .good-offer189__cross {
        width: 27px;
        height: 27px;
        line-height: 24px;
        font-size: 9px;
    }

    .good-offer189 .good-offer189__erid::before {
        width: 10px;
        height: 10px;
        font-size: inherit;
    }
}