@font-face {
    font-family: 'Century-Gothic';
    font-display: auto;
    src: url('https://tophotels.ru/csstx/fonts/Century-Gothic/11528.woff2');
    font-weight: normal;
    font-style: normal;
}

.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-offer100 span::before {
    content: "\f3c5";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
}

.good-offer100 span {
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 15px;
    font-family: 'Century-Gothic', sans-serif;
    font-size: 13px;
}

.good-offer100 {
    position: fixed;
    left: 5px;
    bottom: 0;
    width: 295px;
    padding: 30px 0 20px 0;
    background: #0093dc url(https://tophotels.ru/csstx/images/good-offer/go100.png) right/cover no-repeat;
    z-index: 99;
    color: #ffffff !important;
    display: block;
    overflow: hidden;
    font-family: 'apercu_pro', sans-serif;
    -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-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.53);
}

.good-offer100::before {
    content: '';
    width: 100%;
    height: 308px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 96, 147, 0.66), transparent);
}

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

.good-offer100 b {
    font-size: 28px;
    font-family: 'Century-Gothic', sans-serif;
    display: block;
    letter-spacing: 1px;
    line-height: 35px;
}

.good-offer100 div p:first-child {
    margin-bottom: 5px;
}

.good-offer100 div {
    font-size: 16px;
    line-height: 26px;
    color: #0053ab;
    background: rgba(255, 255, 255, 0.83);
    padding: 10px 0;
    text-shadow: 0 0 20px #ffffff;
    font-family: 'Century-Gothic', sans-serif;
    font-weight: bold;
}

.good-offer100 .good-offer100__cross:hover {
    opacity: 0.7;
}

.good-offer100 .good-offer100__cross {
    width: 45px;
    height: 45px;
    z-index: 4;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    text-shadow: none;
    top: 0;
    line-height: 45px;
    font-size: 14px;
    color: #ffff;
}

.good-offer100:hover button {
    background: #0063c9;
}

.good-offer100 p {
    font-size: 10px;
    margin: 20px 0 25px 0;
    line-height: 18px;
}

.good-offer100 button {
    font-family: 'apercu_pro', sans-serif;
    background-color: #0053ab;
    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: 40px;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 120px auto 0 auto;
}

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

@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-offer100 button {
        line-height: 30px;
        width: 170px;
        font-size: 9px;
        margin-top: 60px;
    }

    .good-offer100 span {
        font-size: 7px;
    }

    .good-offer100 b {
        font-size: 19px;
        line-height: 26px;
    }

    .good-offer100 div {
        font-size: 11px;
        line-height: 17px;
        background: rgba(255, 255, 255, 0.7);
    }

    .good-offer100 p {
        font-size: 6px;
        line-height: 12px;
        margin: 15px 0 20px 0;
    }

    .good-offer100 {
        width: 200px;
        padding: 20px 0 15px 0;
        background-size: 229px;
    }

    .good-offer100 span {
        margin-top: 10px;
    }

    .good-offer100 .good-offer100__cross {
        font-size: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}