.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-offer143 {
    position: fixed;
    left: 5px;
    bottom: 0;
    width: 295px;
    z-index: 100;
    color: #232323;
    background-color: #ffffff;
    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);
}

.good-offer143 .good-offer143__img {
    height: 200px;
    background: url(https://tophotels.ru/csstx/images/good-offer/143.jpg) center/cover no-repeat;
}

.good-offer143 .good-offer143__top {
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
    color: #ff0000;
    font-size: 13px;
    line-height: 29px;
}

.good-offer143 .good-offer143__bottom > b {
    display: block;
    font-size: 25px;
    color: #ff0000;
}

.good-offer143 .good-offer143__bottom > b span {
    display: block;
    font-size: 17px;
    color: #232323;
}

.good-offer143 .good-offer143__bottom > span {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.good-offer143 .good-offer143__bottom > p {
    font-size: 18px;
    line-height: 27px;
}

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

.good-offer143 .good-offer143__cross {
    background: url(https://tophotels.ru/csstx/i/cross-thin.svg) center / 10px no-repeat;
    width: 45px;
    height: 100%;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
}

.good-offer143 button {
    font-family: 'apercu_pro', sans-serif;
    background-color: #ff0000;
    width: 100%;
    font-size: 14px;
    display: block;
    font-weight: normal;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
}

.good-offer143:hover button {
    background-color: #b60000;
}

.good-offer143 .good-offer143__bottom {
    padding: 15px;
}

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

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

.good-offer143 .good-offer143__erid.active::after {
    content: '\f00d';
}

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

.good-offer143 .good-offer143__erid span {
    text-shadow: 0 0 20px #000000;
}

.good-offer143 .good-offer143__erid {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 214px;
    z-index: 10;
    font-size: 9px;
    line-height: 15px;
    color: #ffffff;
    cursor: pointer;
}

@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-offer143 {
        width: 185px;
    }

    .good-offer143 .good-offer143__img {
        height: 125px;
    }

    .good-offer143 .good-offer143__erid {
        top: 130px;
        padding: 5px 10px;
        font-size: 7px;
        line-height: 10px;
    }

    .good-offer143 .good-offer143__erid::after {
        width: 10px;
        height: 10px;
        font-size: 5px;
    }

    .good-offer143 .good-offer143__bottom {
        padding: 10px;
    }

    .good-offer143 .good-offer143__top {
        padding: 0 10px;
        line-height: 25px;
        font-size: 7px;
    }

    .good-offer143 button {
        line-height: 20px;
        margin-top: 10px;
        letter-spacing: 0;
        font-size: 8px;
    }

    .good-offer143 .good-offer143__cross {
        width: 30px;
        background-size: 6px;
    }

    .good-offer143 .good-offer143__erid.active .hint {
        right: 0;
    }

    .good-offer143 .good-offer143__bottom > b {
        font-size: 16px;
    }

    .good-offer143 .good-offer143__bottom > b span {
        font-size: 12px;
        margin-bottom: 1px;
    }

    .good-offer143 .good-offer143__bottom > span::before {
        font-size: 10px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: top;
        line-height: inherit;
    }

    .good-offer143 .good-offer143__bottom > span {
        font-size: 12px;
        margin: 7px 0;
        line-height: 13px;
    }

    .good-offer143 .good-offer143__bottom > p {
        font-size: 13px;
        line-height: 20px;
    }
}