.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-offer158 {
    position: fixed;
    left: 5px;
    bottom: 0;
    width: 290px;
    z-index: 100;
    color: #ffffff !important;
    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;
    padding: 180px 15px 0 15px;
    background: #000000 url(https://tophotels.ru/csstx/images/good-offer/158.jpg) top/400px no-repeat;
    height: 440px;
    line-height: normal;
}

.good-offer158 .good-offer158__txt {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 25px;
}

.good-offer158 .good-offer158__ttl {
    display: block;
    font-size: 19px;
    line-height: 19px;
    color: #b4a269;
    margin: 20px 0 5px 0;
}

.good-offer158 > * {
    position: relative;
    z-index: 2;
}

.good-offer158 .good-offer158__logo {
    width: 142px;
    height: 105px;
    margin-right: 10px;
    background: url(https://tophotels.ru/csstx/images/good-offer/158-logo.svg) center/contain no-repeat;
    display: inline-block;
    vertical-align: bottom;
}

.good-offer158 .good-offer158__cross:hover {
    opacity: 0.7;
}

.good-offer158 .good-offer158__cross {
    width: 35px;
    height: 35px;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.69);
}

.good-offer158 .good-offer158__geo::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.good-offer158 .good-offer158__geo {
    font-size: 10px;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 8px;
    font-weight: bold;
}

.good-offer158 .good-offer158__info {
    font-size: 9px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.good-offer158:hover button {
    background: rgba(255, 255, 255, 0.08);
}

.good-offer158 button {
    font-family: 'apercu_pro', sans-serif;
    background: transparent;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #b4a269;
    border-radius: 5px;
    color: #b4a269;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    line-height: 30px;
    width: 170px;
    vertical-align: middle;
    margin-right: 10px;
}

.good-offer158 .good-offer158__link {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

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

.good-offer158 .good-offer158__erid.active::after {
    content: '\f00d';
}

.good-offer158 .good-offer158__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: rgba(255, 255, 255, 0.19);
}

.good-offer158 .good-offer158__erid {
    padding: 10px 15px;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 10;
    font-size: 9px;
    line-height: 15px;
    color: #ffffff;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.69);
}

@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-offer158 {
        width: 195px;
        padding: 148px 10px 0 10px;
        height: 335px;
        background-position: center -30px;
    }

    .good-offer158 .good-offer158__erid {
        padding: 7px 5px;
        font-size: 7px;
        line-height: 10px;
    }

    .good-offer158 .good-offer158__ttl {
        display: block;
        margin: 10px 0 5px 0;
        font-size: 12px;
        line-height: 12px;
    }

    .good-offer158 .good-offer158__logo {
        width: 110px;
        height: 80px;
    }

    .good-offer158 .good-offer158__txt {
        font-size: 10px;
        margin-bottom: 10px;
        line-height: 16px;
    }

    .good-offer158 .good-offer158__erid::after {
        width: 10px;
        font-size: 5px;
        height: 10px;
    }

    .good-offer158 .good-offer158__cross {
        font-size: 10px;
        line-height: 30px;
        width: 32px;
    }

    .good-offer158 button {
        line-height: 25px;
        font-size: 10px;
        width: 120px;
    }

    .good-offer158 .good-offer158__info {
        font-size: 7px;
    }

    .good-offer158 .good-offer158__geo::before {
        margin: 0;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .good-offer158 .good-offer158__geo span {
        display: none;
    }

    .good-offer158 .good-offer158__geo {
        font-size: 8px;
        width: 50px;
        position: relative;
        padding-left: 13px;
    }
}