fieldset .request-popup__btn, input[type="submit"] {
    width: 100%;
    padding: 14px 0 11px;
    background-color: #1e936d;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: none;
    border-radius: 0 !important;
    outline: none;
}

.wpcf7 .ajax-loader {
    position: absolute;

}

.checkbox:checked + .wpcf7-list-item-label::before {
    background-color: #3ab19d;
}

.wpcf7-list-item-label::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #979797;
    background-color: #ffffff;
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.news__item .single__date {
    width: 125px;
}

.openlesson_form_wrapper input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    left: -100000px;
}

.openlesson_form_wrapper input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #3ab19d;
}