html,
body {
    height: 100%;
}

body {
    background: #fff;
    color: #666666;
}

h2 {
    color: #333333;
    font-size: 28px;
}

#downloadProfileImage {
    display: none;
}

.table-irregular-verbs tbody tr td,
.table-irregular-verbs thead tr th {
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

.table-irregular-verbs thead tr:last-child th {
    padding: 0;
    height: 25px;
}

.table-irregular-verbs thead tr th input {
    width: 100%;
    height: 100%;
    border: 0;
    text-align: center;
    font-weight: normal;
}

a {
    color: #159f54;
}

a:hover,
a:focus,
a:active {
    color: #02830f;
}

.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #141412;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: none;
}

.form-control:focus {
    color: #141412;
    background-color: #f2f2f2;
    border-color: #d0cece;
    outline: 0;
    box-shadow: none;
}

.has-error .form-control {}

button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn-green {
    background-color: #159f54;
    border-radius: 2px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    border: 0px solid #159f54;
    color: #fff;
    padding: 15px 24px 15px 24px;
    text-transform: normal;
    white-space: normal
}

button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.btn-green:hover {
    background-color: #02830f;
    border: 0px solid #02830f;
    color: #fff
}

.btn-white {
    background-color: #fff;
    color: #159f54;
    border: 1px solid #159f54 !important;
}

form label {
    line-height: 2em;
    margin-bottom: 0;
}

.field-loginform-recaptcha,
.field-forgotpasswordform-recaptcha,
.field-studentform-recaptcha {
    padding-top: 5px;
}

.field-studentform-gender label:not(.control-label) {
    margin-right: 15px;
    color: #141412;
}

.iti {
    width: 100%;
    display: flex;
    flex-direction: row;
    color: #141412;
}

.iti .iti__flag-container {
    position: relative;
    display: flex;
    left: auto;
    right: auto;
    padding: 0;
    margin-right: 10px;
}

.iti .iti__selected-flag {
    padding: 0.375rem 0.75rem;
    background: #f2f2f2;
    border: 0!important;
    outline: 0!important;
}

.iti .form-control {
    padding: 0.375rem 0.75rem!important;
}

.help-block {
    color: red;
    font-size: 0.8rem;
}

.hour {
    cursor: pointer;
}

.activeHour {
    background-color: lightseagreen;
}

#loginform-rememberme {
    margin-top: 6px;
}

.reviews .review-wrap .testimonial-img img {
    border-radius: 50%;
}

ul.b-menu>li ul {
    z-index: 999999;
}

footer {
    padding-top: 40px;
}

.users-users-register-content {
    margin: 70px 0px 50px 0px;
}

.user-register-confirm_text {
    margin-left: 50px;
}

.user-register-confirm_text .register-confirm__alert {
    color: #27AE60;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.user-register-confirm_text .register-confirm__text {
    font-size: 18px;
}

.user-regiser-confirm_image {
    flex-shrink: 0;
    max-width: 100px;
    width: 100%
}

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

.main-footer .pay,
.main-footer .mailto {
    text-align: center;
}

.footer-politics a {
    margin: 0 5px;
}


@media(max-width: 1200px) {
    ul.b-menu>li ul {
        padding: 0;
        /*width: 150px;*/
    }
    ul.b-menu>li ul li {
        padding: 10px;
    }
}

@media(max-width: 910px) {
    div.sidebar {
        padding-left: 15px;
    }
}

@media(max-width: 798px) {
    .inwork-wrap p {
        margin-bottom: 12px;
        text-align: center;
    }

    .footer-politics a {
        display: block;
    }
}

@media(max-width: 768px) {
    .user-forgot-pass-wrap {
        width: auto !important;
        max-width: initial;
        flex: 0 0 auto;
    }
    .users-users-register-content {
        margin: 50px 0px 30px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .user-register-confirm_text {
        margin-top: 30px;
        margin-left: 0px;
        text-align: center;
    }
}

@media(max-width: 370px) {
    .user-forgot-pass-wrap {
        width: 100% !important;
        max-width: initial;
        flex: 0 0 100%;
    }
    .user-register-confirm_text .register-confirm__alert {
        font-size: 22px;
    }
    .user-register-confirm_text .register-confirm__text {
        font-size: 17px;
    }
}

@media(max-width: 340px) {
    .header-mobile .social-block {
        width: 100px;
    }
}

.linear-checkmark-circle:before {
    position: relative;
    top: 3px;
}

@media(min-width: 991px) {
    .users-users-register-content {
        height: 32vh;
    }
}
.tiled-menu .box-link h3 {
    font-size: 19px;
}
.individual-curs .title-box h2 {
    font-size: 38px;
    color: #57585a;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
}
.useful-materials-item .item-data h4 a {
    font-family: Roboto;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    color: #333333;
    font-size: 16px;
} 
.you_get-list li h4 {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 600;
}
.achievements-info h4 {
    width: 267px;
    font-size: 17px;
}
.galerey-item h2 {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    font-size: 22px;
}

.b-menu .sub-menu {
    padding: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.b-menu .sub-menu > li {
    position: relative;
    padding: 0;
}

.b-menu .sub-menu > li a {
    display: block;
    padding: 15px;
}

.b-menu .sub-menu > li > ul {
    position: absolute;
    top: 0;
    left: auto;
    right: -182px;
    border-top: none;
    display: none !important;
}

.b-menu .sub-menu > li > ul > li > a {
    color: #666 !important;
}

.b-menu .sub-menu > li > ul > li:hover > a {
    color: #fff !important;
}

.b-menu .sub-menu > li:hover > ul {
    display: block !important;
}

@media(max-width: 500px) {
    .individual-curs .title-box h2 {
        font-size: 25px;
    }
}

.course-form-wrap {
    padding: 20px;
    color: #fff;
    background-color: #21b162;
}

.course-form-wrap > p {
    font-size: 18px;
}

.course-form-wrap .iti__selected-flag {
    background: #f2f2f2 !important;
}

.course-form-wrap input[type="submit"] {
    background-color: #fab262;
}

.course-form-wrap input[type="submit"]:hover {
    background-color: #fca43c;
}

#courseModal .modal-content,
#courseModal .modal-header,
#courseModal .modal-body {
    padding: 0;
}

#courseModal input[type="submit"] {
    width: 100%;
}

#courseModal .modal-header {
    border: none;
}

#courseModal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    opacity: 1;
}

#courseModal .modal-header .close:hover {
    background-color: transparent;
    opacity: .7;
}

.rigth-menu .social-block {
    padding: 0;
}

.rigth-menu .social-block .social-link {
    justify-content: center;
}

.payment__links {
    display: flex;
    @media(max-width: 1024px) {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
}

.payment__image {
    display: block;
    height: 44px;
}

.payment__image--mir {
    margin-top: 4px;
    @media(max-width: 1024px) {
        margin-left: -4px;
    }
}