
.good-offer23-bell::before {
    content: '\f0f3';
    display: block;
    animation: bell ease-in-out 1s infinite;
}

.good-offer23-bell:hover {
    background: #2383c9;
    font-weight: normal;
}

.good-offer23-bell {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    background: #2794e3;
    color: #ffffff;
    border: none;
    line-height: 50px;
    width: 50px;
    z-index: 22;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 22px;
    transition: all .2s;
    right: 30px;
    bottom: 25px;
    position: fixed;
    text-align: center;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes bell {
    0% {
        transform: rotate(35deg);
    }

    50% {
        transform: rotate(-35deg);
    }

    100% {
        transform: rotate(35deg);
    }
}

.good-offer23 {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 310px;
    z-index: 100;
    color: #000000 !important;
    background-color: #ffffff;
    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;
}

.good-offer23__bottom b {
    font-size: 22px;
    line-height: 32px;
}

.good-offer23__bottom {
    padding: 25px 15px 15px 15px;
}

.good-offer23__cross {
    background: url(/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-offer23__img {
    background: #2794e3 url(/images/big-horizont/bh131.png) -75px center/190px no-repeat;
    color: #ffffff;
    text-align: left;
    padding: 45px 35px 10px 140px;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 18px;
    height: 115px;
}


.good-offer23__top {
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
    color: red;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 29px;
    font-family: 'apercu_pro', sans-serif;
}

.good-offer23 .good-offer23__btn:hover {
    background-color: #cd0202;
}

.good-offer23__btn {
    font-family: 'apercu_pro', sans-serif;
    background-color: #ff0000;
    width: 100%;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    line-height: 35px;
    margin-top: 25px;
}