.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-offer152 {
    position: fixed;
    left: 5px;
    bottom: 0;
    width: 295px;
    z-index: 100;
    color: #ffffff;
    background: #959cc2 url(https://tophotels.ru/csstx/images/good-offer/152.jpg) top/cover no-repeat;
    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);
    height: 4;
}

.good-offer152 .good-offer152__bottom {
    text-align: center;
    padding: 10px 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0 0 20px 20px;
    background: rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.49);
    width: 260px;
    margin: 0 auto 195px auto;
}

.good-offer152 .good-offer152__bottom > b {
    display: block;
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0 2px 0;
}

.good-offer152 .good-offer152__bottom > div {
    font-size: 19px;
    line-height: 30px;
}

.good-offer152 .good-offer152__bottom > p {
    font-size: 14px;
    line-height: 25px;
}

.good-offer152 .good-offer152__cross {
    width: 30px;
    height: 30px;
    z-index: 5;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    right: 30px;
    cursor: pointer;
    display: block;
    top: 3px;
}

.good-offer152 .good-offer152__cross:hover {
    color: #ffffff;
}

.good-offer152 button {
    font-family: inherit;
    background-color: #c83831;
    font-size: 13px;
    padding: 0 20px;
    display: block;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    line-height: 35px;
    margin: 160px auto 5px auto;
    height: 35px;
}

.good-offer152 .good-offer152__bottom::before {
    content: '';
    display: block;
    height: 44px;
    background: url(https://tophotels.ru/csstx/images/good-offer/144-logo.svg) center  /contain no-repeat;
}

.good-offer152:hover .good-offer152__bottom {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.good-offer152 .good-offer152__link {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 4;
    width: 100%;
    height: 100%;
}

.good-offer152 .good-offer152__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    top: -55px !important;
    line-height: 17px !important;
    right: 10px;
}

.good-offer152 .good-offer152__erid.active::after {
    content: '\f00d';
}

.good-offer152 .good-offer152__erid::after {
    content: "\f142";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 15px;
    border-radius: 100%;
    margin-left: 10px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    font-size: 8px;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.29);
    color: #ffffff;
}

.good-offer152 .good-offer152__flex {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    z-index: 6;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 25px;
    padding-left: 10px;
}

.good-offer152 .good-offer152__erid {
    position: relative;
    cursor: pointer;
    padding: 0 15px;
    height: 100%;
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@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-offer152 .good-offer152__flex {
        font-size: 7px;
        padding-left: 5px;
    }

    .good-offer152 .good-offer152__erid {
        padding: 0 5px;
    }

    .good-offer152 .good-offer152__bottom {
        width: 100%;
        margin-bottom: 100px;
    }

    .good-offer152 {
        width: 185px;
        background-position: center 35px;
    }

    .good-offer152 .good-offer152__erid::after {
        width: 10px;
        height: 10px;
        line-height: 10px;
        margin-left: 5px;
        font-size: 5px;
    }

    .good-offer152 .good-offer152__erid.active .hint {
        right: 0;
    }

    .good-offer152 .good-offer152__bottom > p.fz13 {
        font-size: 10px !important;
        margin-top: 5px;
    }

    .good-offer152 .good-offer152__bottom > p {
        line-height: 17px;
        font-size: 13px;
        padding: 0 5px;
    }

    .good-offer152 .good-offer152__bottom::before {
        height: 40px;
    }

    .good-offer152 .good-offer152__bottom > b {
        font-size: 14px;
        margin: 7px 0 0 0;
        line-height: 18px;
    }

    .good-offer152 .good-offer152__cross {
        width: 30px;
        height: 25px;
        right: 0;
        top: 0;
        font-size: 9px;
        line-height: 25px;
    }

    .good-offer152 button {
        margin-top: 13px;
        font-size: 9px;
        line-height: 25px;
        height: 25px;
    }
}