.good-offer55 {
    position: fixed;
    bottom: 0;
    width: 296px;
    z-index: 100;
    left: 5px;
    color: #000000 !important;
    font-family: 'apercu_pro', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    background: #bbd0ef url(https://tophotels.ru/csstx/images/good-offer/go55-v2.svg) top/contain no-repeat;
    padding: 108px 15px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.good-offer55 .fz20.mb15 {
    color: #0078c4;
}

.good-offer55 .mt5 {
    margin-top: 7px !important;
}

.good-offer55__cross {
    background: url(https://tophotels.ru/csstx/i/cross-thin.svg) center/14px no-repeat;
    width: 45px;
    height: 100%;
    z-index: 3;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    top: 0;
}

.good-offer55 button {
    font-family: 'apercu_pro', sans-serif;
    background-color: #ffffff;
    width: 100%;
    font-size: 13px;
    display: block;
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    line-height: 35px;
    height: 35px;
    font-weight: bold;
    color: #ef3535;
}

.good-offer55__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.good-offer55 p {
    border-left: 5px solid #ffffff;
    padding: 0 7px 0 10px;
    margin-bottom: 20px;
    width: 270px;
    font-size: 14px;
    line-height: 22px;
}

.good-offer55-icon {
    display: none;
}

html .good-offer55 .fa-times-circle:hover {
    color: #010101;
}

html .good-offer55 .fa-times-circle {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    color: #ffffff;
    font-size: 19px;
}

html .good-offer55::before {
    content: '';
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: url(https://tophotels.ru/csstx/images/good-offer/go55.svg) left/contain no-repeat;
    position: absolute;
    top: 13px;
    width: 100%;
    left: 0;
    -webkit-animation: paper-plane-soaring 5s forwards infinite;
    animation: paper-plane-soaring 5s forwards infinite;
    height: 80px;
    display: block;
}

@-webkit-keyframes paper-plane-soaring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 13px;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        top: 17px;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 13px;
    }
}
html .good-offer55-icon {
    width: 40px;
    height: 40px;
    left: 100px;
    text-align: center;
    bottom: 15px;
    background: #229ed9;
    line-height: 40px;
    position: fixed;
    border-radius: 100%;
    display: none;
    border: none;
    color: #ffffff;
    z-index: 10;
}

@media screen and (max-width: 1700px) {
    html .good-offer55-icon {
        left: 25px;
        bottom: 25px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1200px) {
    html .good-offer55-icon {
        left: 0;
        height: 35px;
        width: 18px;
        line-height: 35px;
        border-radius: 0 5px 5px 0;
        font-size: 13px;
    }

    .good-offer55 .fz20 {
        font-size: 15px !important;
    }

    .good-offer55 .fz14 {
        font-size: 11px !important;
    }

    .good-offer55 .fz20.mb15 {
        font-size: 17px !important;
    }

    .good-offer55 {
        left: 0;
        width: 233px;
        padding: 90px 10px 10px 15px;
    }

    .good-offer55 .mb15 {
        margin-bottom: 10px !important;
    }

    .good-offer55 p {
        width: 100%;
        font-size: 11px;
        padding-right: 0;
        margin-bottom: 15px;
        line-height: 18px;
    }

    .good-offer55 button {
        line-height: 30px;
        height: 30px;
        font-size: 11px;
    }

    html .good-offer55 .fa-times-circle {
        font-size: 13px;
    }

    html .good-offer55::before {
        height: 63px;
    }
}