.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;
}

.good-offer87 {
    position: fixed;
    left: 5px;
    bottom: 0;
    width: 295px;
    padding: 25px 0 15px 19px;
    background: #ffffff url(https://tophotels.ru/csstx/images/good-offer/go87.jpg) right/cover no-repeat;
    z-index: 99;
    color: #ffffff !important;
    font-family: 'apercu_pro', sans-serif;
    display: block;
    overflow: hidden;
    -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;
    text-shadow: 0 0 20px black;
}

.good-offer87 .good-offer87__cross {
    width: 40px;
    height: 40px;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffff;
}

.good-offer87:hover button {
    background: #1cd378;
}

.good-offer87 button {
    font-family: 'apercu_pro', sans-serif;
    background-color: #35b073;
    width: 230px;
    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;
    font-size: 11px;
    letter-spacing: 1px;
}

.good-offer87 b::before {
    content: '';
    background: url(https://tophotels.ru/csstx/images/good-offer/go87-logo.png) left/contain no-repeat;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 26px;
}

.good-offer87 b {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    display: block;
}

.good-offer87 p {
    font-size: 10px;
    line-height: 23px;
}

.good-offer87 .good-offer87__info {
    margin: 20px 0 20px -20px;
    padding: 15px 0 15px 20px;
    background: rgba(40, 40, 40, 0.41);
}

.good-offer87 span {
    font-size: 18px;
    display: block;
    margin: 10px 0;
}

.good-offer87 .italic {
    font-size: 10px;
}

.good-offer87 .good-offer87__link {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.good-offer87 .good-offer87__geo::before {
    content: '\f3c5';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.good-offer87 .good-offer87__geo {
    position: absolute;
    right: 70px;
    top: 51px;
    font-size: 11px;
}

@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;
    }

    .good-offer87 .good-offer87__geo {
        font-size: 7px;
        left: 122px;
        top: 36px;
        width: 50px;
    }

    .good-offer87 button {
        line-height: 23px;
        font-size: 9px;
        font-weight: normal;
        width: 150px;
        border-radius: 2px;
        letter-spacing: 0;
        margin: 0 auto;
    }

    .good-offer87 b {
        font-size: 12px;
        line-height: 12px;
    }

    .good-offer87 {
        width: 195px;
        padding: 20px 0 15px 0;
        text-align: center;
    }

    .good-offer87 .fz10 {
        font-size: 7px !important;
    }

    .good-offer87 .good-offer87__cross {
        font-size: 13px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

    .good-offer87 span {
        font-size: 11px;
        margin: 7px 0;
    }

    .good-offer87 .italic {
        font-size: 6px;
    }

    .good-offer87 .good-offer87__info {
        margin: 15px 0;
        padding: 5px 0;
    }

    .good-offer87 b::before {
        height: 40px;
        background-position: 22px center;
        margin-bottom: 20px;
    }

    .good-offer87 p {
        font-size: 6px;
        line-height: 14px;
    }
}