.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-offer103 {
    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: 290px 15px 15px 15px;
    text-shadow: 0 0 20px #000000;
    background: #999999 url(https://tophotels.ru/csstx/images/good-offer/go103.png) top/cover no-repeat;
}

.good-offer103::after {
    content: '';
    position: absolute;
    top: 115px;
    left: 15px;
    display: block;
    width: 100%;
    height: 100px;
    background: url(https://tophotels.ru/csstx/images/good-offer/go103-logo.svg) left/contain no-repeat;
}

.good-offer103 b {
    display: block;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 0 0 20px #000000;
}

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

.good-offer103::before {
    content: '';
    width: 100%;
    height: 190px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.69), transparent);
}

.good-offer103 .good-offer103__cross:hover {
    opacity: 0.7;
}

.good-offer103 .good-offer103__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: 16px;
    color: #ffffff;
}

.good-offer103 span {
    font-weight: bold;
    font-size: 19px;
    display: block;
    margin: 10px 0;
    color: #ffae3e;
}

.good-offer103 p {
    font-size: 7px;
    line-height: 17px;
}

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

.good-offer103:hover button {
    background-color: rgba(255, 255, 255, 0.9);
}

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

.good-offer103 p br {
    display: none;
}

@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-offer103 {
        width: 180px;
        padding: 160px 15px 10px 10px;
    }

    .good-offer103 p br {
        display: block;
    }

    .good-offer103 p {
        font-size: 7px;
        line-height: 14px;
    }

    .good-offer103 span {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .good-offer103 .good-offer103__cross {
        font-size: 9px;
        line-height: 25px;
        width: 40px;
        text-align: right;
        padding-right: 9px;
    }

    .good-offer103 button {
        margin-top: 10px;
        line-height: 20px;
        font-size: 9px;
    }

    .good-offer103::after {
        top: 63px;
        height: 60px;
        left: 10px;
    }

    .good-offer103 b {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}