.section-reviews-wrap .section-reviews-last {
    padding-top: 0px;
}
.section-reviews-wrap {
    padding-top: 70px;
}
.section-reviews-wrap .load-page {
    z-index: 0;
    position: relative;
}
.section-reviews-wrap h3 {
    margin-bottom: 50px;
}
.load-page_work.ajax-block .section-white:first-of-type {
    padding-bottom: 40px;
}
.container>.bonus {
    margin-bottom: 20px;
}
body .bonus span.bonus__date {
    color: #EE7347;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
}

.sale-page-detail {
    margin-bottom: 50px;
}

.container-remove-reviews {
    margin-top: 50px;
}


.sale-page-detail .sale-page-detail__form-btn{
    margin-top: 106px;
    margin-left: 96px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Geologica", Helvetica, Arial, sans-serif;
    padding: 20px 45px;
    line-height: 18px;
    width: auto;
    height: auto;
    font-weight: 500;
    border-radius: 13px;
    letter-spacing: normal;
    background-color: #2bacef;
    border: none;
    transition: 0.3s ease-out;
    color: #fff;
}

.sale-page-detail .sale-page-detail__form-btn:hover {
    background-color: #0c77c5;
}

@media (max-width: 767px) {
    body .bonus span.bonus__date {
        font-size: 22px;
        line-height: 28px;
    }

    .sale-page-detail .sale-page-detail__form-btn {
        margin-top: 60px;
        margin-left: 18px;
        font-size: 16px;
        padding: 14px 25px;
    }

    .section-reviews-wrap{
        padding-top: 30px;
    }

    .container-remove-reviews {
        margin-top: 32px;
    }
}
