h2.cr-toggle-title {
    margin-bottom: 0;
}

.cr-toggle-title a {
    border-bottom: 1px dashed;
    font-size: 24px;
    font-weight: 100;
	color: #3f99d6 !important;
    text-decoration: none !important;
}

.cr-toggle-title span {
    margin-right: 10px;
}

.cr-toggle-content {
    display: none;
    margin-bottom: 100px;
}

#cr-big-overlay-1,
#cr-big-overlay,
#cr-big-overlay-f {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.96);
    display: none;
    z-index: 9999999;
}

.cr-big-form-1,
.cr-big-form,
.cr-big-form-f {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    display: none;
    overflow: auto;
    background-color: rgba(255, 255, 255, .95);
}

.cr-big-form-1 .wpcf7,
.cr-big-form .wpcf7,
.cr-big-form-f .wpcf7 {
    padding: 1% 15% !important;
}

.cr-big-form-1 .wpcf7-form-control-wrap,
.cr-big-form .wpcf7-form-control-wrap,
.cr-big-form-f .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.cr-big-form-1 .wpcf7-form-control,
.cr-big-form .wpcf7-form-control,
.cr-big-form-f .wpcf7-form-control {
    border: 2px solid #3f99d6;
    color: #222222;
    font-size: 24px;
    font-weight: 100;
    padding: 7px 15px;
    width: 100%;
}

.cr-big-form-1 .wpcf7-form-control:focus,
.cr-big-form .wpcf7-form-control:focus,
.cr-big-form-f .wpcf7-form-control:focus {
    border: 2px solid #ff0000;
}

.cr-big-form-head,
.cr-big-form-head-f {
    text-align: center;
}

.cr-big-form-head-1,
.cr-big-form-head h2,
.cr-big-form-head-f h2 {
    font-family: arial;
    font-size: 2rem;
    font-weight: normal;
    margin-top: 1rem;
}

.cr-big-close,
.cr-big-close-f {
    color: #fa456d;
    cursor: pointer;
    font-size: 42px;
    position: absolute;
    right: 27px;
    top: 10px;
}

.cr-big-close:hover,
.cr-big-close-f:hover {
    color: #b70f0d;
}

.cr-big-close:active,
.cr-big-close-f:active {
    color: #09b767;
}

.cr-big-form-1 span.wpcf7-list-item,
.cr-big-form span.wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
}

.cr-big-form-1 .wpcf7-form-control.wpcf7-checkbox,
.cr-big-form .wpcf7-form-control.wpcf7-checkbox {
    border: medium none;
}

.cr-big-form-1 input[aria-invalid="true"],
.cr-big-form input[aria-invalid="true"],
.cr-big-form-f input[aria-invalid="true"] {
    border-color: #b70f0d;
}

.cr-big-form-1 input[type=checkbox]
.cr-big-form input[type=checkbox]
.cr-big-close {
}

.cr-big-form .wpcf7-submit,
.cr-big-form-1 .wpcf7-submit,
.cr-big-form-f .wpcf7-submit {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
}

.hider {
    display: none;
    margin-bottom: 7px;
    margin-right: 5px;
    max-width: 50px;
    padding: 0 5px !important;
}

.hi {
    display: none;
    color: #716B6B;
    font-size: 18px;
}

.form-link,
.form-link-2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2;
    border: 1px solid;
    padding: 18px;
    background-color: #EC1E1E;
    text-align: center;
}

.form-link a,
.form-link-2 a {
    color: #fff !important;
    text-decoration: none !important;
}

.feed-form {
    text-align: center;
}

.form-link:hover,
.form-link-2:hover {
    cursor: pointer;
    background-color: #09b767;
}

.form-link:active,
.form-link-2:active {
    background-color: #00b5b7;
}

div#lesson-price, #lesson-price .summ-lesson i {
    font-size: 2rem;
    color: #716B6B;
    font-style: normal;
}

.summ-lesson {
    color: #09b767;
}

#summ-hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.cr-big-form-1 span.wpcf7-list-item,
.cr-big-form span.wpcf7-list-item {
    display: block;
    margin: 0 0 14px;
}

span.wpcf7-list-item.first {
    /* margin-top: -25px;*/
}

div#bi-inputs-cont {
    width: 10%;
    float: left;
    position: relative;
}

div#bi-check-cont {
    width: 90%;
    float: left;
    position: relative;
}

.bi-clear {
    clear: both;
}

@media (max-width: 768px) {

    div#lesson-price, #lesson-price .summ-lesson i {
        font-size: 1rem;
        color: #716B6B;
        font-style: normal;
        line-height: 2rem;
    }

    .cr-big-form-1 > *,
    .cr-big-form > *,
    .cr-big-form-f > *,
    .cr-big-form-1 .wpcf7-form-control,
    .cr-big-form .wpcf7-form-control,
    .cr-big-form-f .wpcf7-form-control {
        color: #000;
        font-weight: bold;
    }

    .cr-big-form-1 .wpcf7,
    .cr-big-form .wpcf7,
    .cr-big-form-f .wpcf7 {
        padding: 1% 13% 1% 1% !important;
    }

    h2.cr-toggle-title {
        line-height: 1.2;
    }

    .cr-big-form-head-1 h2,
    .cr-big-form-head h2 {
        font-family: arial;
        font-size: 1.3rem;
        font-weight: normal;
        margin-left: 10px;
        margin-top: 1rem;
        text-align: left;
    }

    .cr-big-form-1 span.wpcf7-list-item,
    .cr-big-form span.wpcf7-list-item {
        display: block;
        font-size: 15px;
        margin: 0 0 10px;
    }

    div#bi-inputs-cont {
        width: 30%;
        float: left;
        position: relative;
    }

    div#bi-check-cont {
        width: 70%;
        float: left;
        position: relative;
    }

    .hi {
        display: none;
        color: #716B6B;
        font-size: 14px;
    }

    .hider {
        display: none;
        font-size: 16px !important;
        margin-bottom: 0;
        margin-right: 5px;
        max-width: 35px;
        padding: 0 5px !important;
    }

    .cr-toggle-title a {
        border-bottom: 1px dashed;
        font-size: 24px;
        font-weight: 900;
        text-decoration: none !important;
        color: #22529e !important;
    }

}

.cr_before_post_ads img {
    height: auto;
    margin-bottom: 25px;
    width: 99%;
}

.cr_post_ads {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.cr_post_ads img {
    max-width: 100%;
    height: auto;
}

#topbanner img {
    max-width: 100%;
    height: auto;
}

.cr_button_button {
    border: 5px solid;
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.cr_button_button:hover {
    text-decoration: none !important;
}

.cr_button_button.warning {
    color: #ff0000 !important;
    font-size: 23px;
}

.cr_button_button.info {
    color: #0000ff !important;
}

.cr_button_button.game {
    color: #ff0000 !important;
}

.cr_button_button.warning:hover {
    background-color: #ff0000 !important;
    color: #fff !important;
}

.cr_button_button.info:hover {
    background-color: #0000ff !important;
    color: #fff !important;
}

a.cr_button_button.game:hover {
    color: #fff!important;
    background-color: #ff0000 !important;
}

a[class*=down-] {
    text-decoration: none!important;
}

a.cr_button_button.chat:hover {
    color: #fff!important;
    background-color: #4e5a77;
}

input[type="checkbox"][name="curs[]"] {
    width: 20px;
    height: 20px;
}

/**
 * Utility: prevent body scrollbars when modal is open.
 * Toggle via js
 */
.no-scroll {
    overflow: hidden;
}
