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

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

.good-offer196 {
    position: fixed;
    left: 5px;
    overflow: hidden;
    bottom: 0;
    width: 295px;
    z-index: 100;
    font-family: 'apercu_pro', sans-serif;
    display: block;
    color: #2E2E32;
    background: #fff;
    -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-offer196 .good-offer196__cross:hover {
    opacity: 1;
}

.good-offer196 .good-offer196__cross {
    width: 35px;
    height: 35px;
    z-index: 9;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
}

.good-offer196 .good-offer196__link {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.good-offer196 .good-offer196__erid.active .hint {
    display: block !important;
    color: #666666 !important;
    font-size: 10px !important;
    top: 30px !important;
    line-height: 17px !important;
    right: auto;
    left: 10px;
}

.good-offer196 .good-offer196__erid.active::before {
    content: '\f00d';
}

.good-offer196 .good-offer196__erid::before {
    content: "\f142";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    width: 10px;
    height: 15px;
    display: inline-block;
    font-size: 8px;
    vertical-align: top;
}

.good-offer196 .good-offer196__erid {
    padding: 5px 15px;
    line-height: 15px;
    z-index: 5;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.good-offer196 .good-offer196__ttl {
    line-height: 23px;
    font-size: 23px;
    font-weight: bold;
    margin-top: 20px;
}

.good-offer196 .good-offer196__txt {
    font-size: 20px;
    margin: 10px 0 15px 0;
    line-height: 28px;
}

.good-offer196 .good-offer196__logo {
    height: 51px;
    display: block;
    width: 100%;
    background: url(https://tophotels.ru/csstx/images/fh-kit//177-logo.svg) left/contain no-repeat;
}

.good-offer196::before {
    content: '';
    height: 200px;
    width: 100%;
    display: block;
    background: #eee url(https://tophotels.ru/csstx/images/fh-kit/177.jpeg) -105px center  / cover no-repeat;
}

.good-offer196 .good-offer196__bg {
    padding: 20px 15px 15px 15px;
}

.good-offer196 button {
    background-color: #E73C3E;
    line-height: 33px;
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'apercu_pro', sans-serif;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: 100%;
}

.good-offer196 .good-offer196__geo::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 10px;
}

.good-offer196 .good-offer196__geo {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
}

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

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

    .fixed-stock--sun, .good-offer-bullon {
        left: 5px;
    }

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

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

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

    .good-offer196 .good-offer196__erid {
        line-height: 10px;
        font-size: 6px;
        padding-left: 10px;
    }

    .good-offer196 {
        width: 200px;
    }

    .good-offer196 .good-offer196__cross {
        width: 27px;
        height: 27px;
        line-height: 24px;
        font-size: 9px;
    }

    .good-offer196::before {
        height: 150px;
        background-position: -66px center;
    }

    .good-offer196 .good-offer196__ttl {
        font-size: 16px;
        margin-top: 15px;
        line-height: 16px;
    }

    .good-offer196 .good-offer196__bg {
        padding: 15px 13px;
    }

    .good-offer196 .good-offer196__logo {
        height: 40px;
    }

    .good-offer196 .good-offer196__erid::before {
        width: 10px;
        height: 10px;
        font-size: inherit;
    }

    .good-offer196 button {
        line-height: 30px;
        letter-spacing: 0.5px;
        font-size: 11px;
    }

    .good-offer196 .good-offer196__txt {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 19px;
    }


}