.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-offer144 {
    position: fixed;
    left: 5px;
    bottom: 0;
    width: 295px;
    z-index: 100;
    color: #ffffff;
    background: #999999 url(https://tophotels.ru/csstx/images/good-offer/144.png) 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);
    padding-top: 136px;
}

.good-offer144 .good-offer144__bottom {
    text-align: center;
    padding: 15px 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    border-radius: 20px 20px 0 0;
    text-shadow: 0 0 20px #000000;
    position: relative;
    z-index: 1;
}

.good-offer144 .good-offer144__bottom > b {
    display: block;
    font-size: 18px;
}

.good-offer144 .good-offer144__bottom > span {
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.good-offer144 .good-offer144__bottom > p {
    margin: 6px 0 13px 0;
    font-size: 19px;
    line-height: 28px;
}

.good-offer144 .good-offer144__bottom > span::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.good-offer144 .good-offer144__cross::before {
    content: "\f057";
}

.good-offer144 .good-offer144__cross {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 35px;
    height: 30px;
    z-index: 5;
    color: #fff;
    font-size: 13px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    right: 0;
    font-style: normal;
    cursor: pointer;
    display: block;
    top: 0;
}

.good-offer144:hover button {
    color: #ffffff;
}

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

.good-offer144 .good-offer144__bottom::before {
    content: '';
    display: block;
    height: 50px;
    background: url(https://tophotels.ru/csstx/images/good-offer/144-logo.svg) center  /contain no-repeat;
    margin-bottom: 15px;
}

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

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

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

.good-offer144 .good-offer144__erid.active::after {
    content: '\f00d';
}

.good-offer144 .good-offer144__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: #ffffff;
    color: #999999;
}

.good-offer144 .good-offer144__flex {
    font-size: 9px;
    color: #666666;
    background: #eeeeee;
    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-offer144 .good-offer144__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: 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-offer144 {
        width: 185px;
        padding-top: 100px;
        background-position: -30px center;
    }

    .good-offer144 .good-offer144__flex {
        font-size: 7px;
        padding-left: 5px;
    }

    .good-offer144 .good-offer144__erid {
        padding: 0 5px;
    }

    .good-offer144 .good-offer144__bottom {
        padding: 10px 0;
    }

    .good-offer144 .good-offer144__bottom::before {
        height: 40px;
    }

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

    .good-offer144 .good-offer144__erid.active .hint {
        right: 0;
    }

    .good-offer144 .good-offer144__bottom > b {
        font-size: 11px;
    }

    .good-offer144 .good-offer144__cross {
        width: 30px;
        height: 25px;
        font-size: 11px;
        line-height: 25px;
    }

    .good-offer144 .good-offer144__bottom > p br {
        display: none;
    }

    .good-offer144 .good-offer144__bottom > p {
        margin: 6px 0 8px 0;
        font-size: 11px;
        line-height: 18px;
    }

    .good-offer144 button {
        margin-top: 13px;
        font-size: 10px;
        line-height: 30px;
        height: 30px;
        padding: 0 11px;
    }

    .good-offer144 .good-offer144__bottom > span {
        font-size: 9px;
    }
}