.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 */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.good-offer178 {
    position: fixed;
    left: 5px;
    overflow: hidden;
    bottom: 0;
    width: 295px;
    z-index: 100;
    background: #f7f7f0;
    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-offer178 .good-offer178__cross:hover {
    opacity: 1;
}

.good-offer178 .good-offer178__cross {
    width: 35px;
    height: 35px;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
    color: #ffff;
    opacity: 0.8;
}

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

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

.good-offer178 .good-offer178__erid.active::before {
    content: '\f00d';
}

.good-offer178 .good-offer178__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: #ffffff;
    color: inherit;
}

.good-offer178 .good-offer178__erid:hover {
    color: #666;
}

.good-offer178 .good-offer178__erid {
    padding-bottom: 10px;
    color: #999;
    line-height: 15px;
    font-size: 10px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    text-align: center;
}

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

@media screen and (max-width: 1500px) {
    .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-offer178 .good-offer178__erid {
        line-height: 10px;
        font-size: 6px;
        padding: 2px 0 6px 0;
    }

    .good-offer178 {
        width: 200px;
    }

    .good-offer178 .good-offer178__cross {
        font-size: 8px;
        width: 28px;
        line-height: 20px;
        height: 30px;
    }

    .good-offer178 .good-offer178__erid::before {
        width: 10px;
        height: 10px;
    }

    .good-offer178 .good-offer178__erid.active .hint {
        left: 43px;
    }
}