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

.good-offer-bullon {
    border: none;
    width: 100px;
    left: 90px;
    height: 100px;
    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 */ /* Internet Explorer/Edge */
    user-select: none;
}

.good-offer185 {
    position: fixed;
    left: 5px;
    overflow: hidden;
    bottom: 0;
    width: 295px;
    z-index: 100;
    background-color: #eeeeee;
    font-family: 'apercu_pro', sans-serif;
    display: block;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

.good-offer185 .good-offer185__cross:hover {
    opacity: 1;
}

.good-offer185 .good-offer185__cross {
    width: 50px;
    height: 50px;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
    line-height: 34px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.44);
    text-align: right;
    padding-right: 11px;
}

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

.good-offer185 .good-offer185__info {
    padding: 5px 10px;
}

.good-offer185 .good-offer185__bottom button {
    font-family: 'apercu_pro', sans-serif;
    background-color: #ff0000;
    font-size: 14px;
    font-weight: normal;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 35px;
    width: 100%;
    border-radius: 7px;
    transition: 0.2s;
    margin: 10px 10px 5px 10px;
}

.good-offer185 .good-offer185__bottom {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.good-offer185 .good-offer185__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-offer185 .good-offer185__erid.active::before {
    content: '\f00d';
}

.good-offer185 .good-offer185__erid::before {
    content: "\f142";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 15px;
    border-radius: 100%;
    text-align: center;
    height: 15px;
    display: inline-block;
    font-size: 8px;
    vertical-align: top;
    background: #ffffff;
    color: #666666;
}

.good-offer185 .good-offer185__erid:hover {
    color: #484747;
}

.good-offer185 .good-offer185__erid, .good-offer185 .good-offer185__info {
    color: #666666;
    font-size: 9px;
    background: #fff;
}

.good-offer185 .good-offer185__erid {
    padding: 5px 10px;
    line-height: 15px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

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

    .fixed-stock--sun {
        left: 10px;
    }
}

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

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

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

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

    .good-offer185 .good-offer185__erid, .good-offer185 .good-offer185__info {
        font-size: 6px;
    }

    .good-offer185 .good-offer185__erid {
        line-height: 10px;
    }

    .good-offer185 {
        width: 200px;
    }

    .good-offer185 .good-offer185__cross {
        font-size: 8px;
        width: 30px;
        height: 30px;
        line-height: 19px;
        padding-right: 8px;
    }

    .good-offer185 .good-offer185__bottom button {
        font-size: 12px;
        line-height: 25px;
    }

    .good-offer185 .good-offer185__erid::before {
        width: 10px;
        height: 10px;
        font-size: inherit;
    }
}