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

.good-offer182 {
    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-offer182 .good-offer182__cross:hover {
    opacity: 1;
}

.good-offer182 .good-offer182__cross {
    width: 50px;
    height: 50px;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
    line-height: 45px;
    font-size: 11px;
    color: #ffff;
    text-align: right;
    padding-right: 17px;
}

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

.good-offer182 .good-offer182__info {
    padding: 5px 10px;
}

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

.good-offer182 .good-offer182__top {
    color: rgba(255, 255, 255, 0.96);
    padding: 14px 0 20px 0;
    background: #000 url(https://tophotels.ru/csstx/images/good-offer/182.jpg) top/contain no-repeat;
    height: 413px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.good-offer182 .good-offer182__bottom {
    padding: 13px 15px 5px 15px;
    background: #fff;
}

.good-offer182 .good-offer182__hotel {
    font-size: 12px;
}

.good-offer182 .good-offer182__txt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.good-offer182 .good-offer182__date {
    font-weight: bold;
    font-size: 27px;
    margin-top: auto;
}

.good-offer182 .good-offer182__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666666;
    font-size: 9px;
    background: #fff;
}

.good-offer182 .good-offer182__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-offer182 .good-offer182__erid.active::before {
    content: '\f00d';
}

.good-offer182 .good-offer182__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: #666666;
}

.good-offer182 .good-offer182__erid:hover {
    color: #484747;
}

.good-offer182 .good-offer182__erid {
    padding: 5px 10px;
    color: #666666;
    font-size: inherit;
    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-offer182 .good-offer182__flex {
        font-size: 6px;
    }

    .good-offer182 .good-offer182__erid {
        line-height: 10px;
    }

    .good-offer182 {
        width: 200px;
    }

    .good-offer182 .good-offer182__cross {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 9px;
        padding: 0;
        text-align: center;
    }

    .good-offer182 .good-offer182__date {
        font-size: 18px;
    }

    .good-offer182 .good-offer182__txt {
        font-size: 12px;
        margin-top: 3px;
    }

    .good-offer182 .good-offer182__top {
        height: 290px;
        padding-bottom: 15px;
    }

    .good-offer182 .good-offer182__hotel {
        font-size: 8px;
    }

    .good-offer182 .good-offer182__bottom {
        padding: 10px 10px 5px 10px;
    }

    .good-offer182 .good-offer182__bottom button {
        font-size: 12px;
        line-height: 30px;
    }

    .good-offer182 .good-offer182__erid::before {
        width: 10px;
        height: 10px;
        font-size: inherit;
    }
}