.section .swiper-wrapper {
    height: auto;
}
@media (min-width: 1200px) {
    .review-group__list {
        width: calc(100% + 10px);
    }
}

.grecaptcha-badge {
    transform: scale(0.001);
}

.ws-quiz-container .ws-quiz-btn-el-container {
    inset: auto auto 58px 50px !important;
}

@media only screen and (max-width: 767px) {
    .page__body .b24-widget-button-position-bottom-right {
        right: 15px;
        bottom: 20px;
    }

    .ws-quiz-container .ws-quiz-btn-el-container {
        inset: auto auto 28px 20px !important;
    }
}