.contacts-ymaps-map .ymaps-map {
    touch-action: auto;
}
span.js_today_date {
    display: inline-block;
}
.nbu-courses-title {
    margin: auto;
    width: max-content;
}
.nbu-courses-title::before {
    width: 100px;
    left: -110px;
}
.nbu-courses-title::after {
    width: 100px;
    right: -110px;
}
.catalog-block, .choose-sphere__slide {
    padding: 20px 9px 10px;
}
.choose-sphere__slide img,
.catalog-block img {
    margin-bottom: 15px;
    max-height: 70px;
    width: auto !important;
}
.choose-sphere__slide.active {
    color: #fff;
    background: linear-gradient(to left, #69c925 0, #49984c 100%);
}
.choose-sphere__slide.active .fil1 {
    fill: white;
}
.login-form__form .form-input__span-agree {
    margin: -10px 0 5px;
}
.hidden {
    display: none!important;
}
.auth .contacts-form__girl {
    width: 380px;
    right: -380px;
}
div.testq-button:hover,
button.testq-button:hover,
input.testq-button:hover {
    padding: 22px 17px 22px 32px;
}
div.testq-button,
button.testq-button,
input.testq-button {
    padding: 20px 15px 20px 30px;
    background-color: #fff;
    min-height: 120px;
}
.video-site {
    position: relative;
}
.video-site .video-wrapper {
    z-index: 8;
}
.video-site .video-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
}
.video-site .video-inner video {
    height: 100%;
    width: 100%;
}
#video-site:focus {
    outline: none;
}
.reviews-block {
    align-items: flex-start;
}
.reviews-img {
    width: 142px;
    height: 142px;
    position: relative;
}
.reviews-img::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 155px;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #69c925;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reviews-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 142px;
    height: 142px;
}
.reviews-author span:first-child {
    color: #212529;
    padding-bottom: 1px;
    border-bottom: 1px solid #69c925;
}
.reviews-author::after {
    display: none;
}
.course-name-h1 {
    line-height: inherit;
    font-size: inherit;
}
.clients-img {
    height: 170px;
    line-height: 170px;
}
.owl-carousel .owl-item .clients-img img {
    display: inline-block;
    width: auto !important;
    height: auto;
}
.choose-course__descr {
    font-size: 18px;
}
.nbu-title {
    max-width: 100%;
}
.diploma-title.nbu-title {
    margin: 0 auto;
}
.diploma-img {
    justify-content: center;
}
.main-mail-unsubscribe-unsub button {
    background: #49984c;
    border: none;
    width: 300px;
    font-weight: bold;
    font-size: 18px;
    height: 45px;
    text-transform: none;
    font-family: sans-serif;
}
.main-mail-unsubscribe-unsub button:hover {
    background: #69c925;
}
.captcha-block {
    text-align: center;
    margin: 5px 0;
}
.captcha-block img {
    margin: 5px 0;
}
@media only screen and (max-width: 991px) {
    .auth .contacts-form__girl {
        width: 380px;
        right: -360px;
        top: -70px;
    }
    .nbu-courses-title {
        max-width: 600px;
    }
    .nbu-courses-title::before {
        width: 50px;
        left: -60px;
    }
    .nbu-courses-title::after {
        width: 50px;
        right: -60px;
    }
    .knowledge-img a {
        width: auto;
        margin: 0 2px;
    }
    .knowledge-img a img {
        width: auto;
        max-width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .auth .contacts-form__girl {
        width: 400px;
        right: auto;
        top: -400px;
    }
    .nbu-courses-title {
        max-width: 300px;
    }
    .knowledge-img a {
        margin: 5px;
    }
    .nbu-title {
        max-width: 300px;
    }
    .diploma-title.nbu-title {
        margin-bottom: 10px;
        max-width: 400px;
        width: auto;
    }
    .diploma-title.nbu-title::before {
        left: 35px;
    }
    .diploma-title.nbu-title::after {
        right: 35px;
    }
}
@media screen and (max-width: 575px) {
    .choose-course {
        padding: 0;
    }
    .nbu-courses-title::before {
        width: 25px;
        left: -30px;
    }
    .nbu-courses-title::after {
        width: 25px;
        right: -30px;
    }
    .choose-course__descr {
        font-size: 16px;
    }
}
@media only screen and (max-width: 506px) {
    .catalog-block {
        display: flex;
        width: 165px;
        height: 200px;
        font-size: 19px;
    }
    .catalog-block svg {
        height: 70px;
        width: 70px;
    }
    .knowledge-img a {
        width: 45%;
        text-align: center;
    }
    .knowledge-img a img {
        max-height: 190px;
        max-width: 150px;
    }
}
@media only screen and (max-width: 450px) {
    .auth .contacts-form__girl {
        width: 300px;
        top: -300px;
    }
    .nbu-courses-title {
        max-width: 250px;
    }
}
@media only screen and (max-width: 406px) {
    .catalog-block {
        display: block;
        width: 140px;
        height: 165px;
        font-size: 14px;
    }
    .catalog-block, .choose-sphere__slide {
        padding: 14px 9px 10px;
    }
    .catalog-block svg {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 390px) {
    .knowledge-img a img {
        width: 100%;
    }
}
@media only screen and (max-width: 365px) {
    .diploma-title.nbu-title::before {
        left: 15px;
    }
    .diploma-title.nbu-title::after {
        right: 15px;
    }
}
.testq .test-result__results-header::before{
    bottom: -19px;
}
.login-form__captcha {
    margin: 10px 0 15px;
    padding: 5px 10px;
    width: 350px;
    border: 1px solid #69c925;
}
.form-input__span.form-input__span-captcha {
    margin-bottom: 10px;
}

.cookies-modal {
    padding: 10px 20px;
    background: rgba(73,152,76,0.8);
    z-index: 1000;
    position: fixed;
    width: 400px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -20%);
    color: #fff;
    line-height: 1.1;
    font-size: 18px;
    text-align: center;
}
.cookies-modal p {
    margin-bottom: 8px;
}
.cookies-modal a {
    color: #fff;
    text-decoration: underline;
    transition: .3s;
}
.cookies-modal button {
    border-radius: 12px;
    padding: 5px 15px;
    background: #fff;
    border: 0;
    color: #49984c;
    font-size: 18px;
    font-weight: bold;
    transition: .3s;
}
.cookies-modal button:hover {
    background-color: #e8e8f0;
    border-color: #e8e8f0;
}
.cookies-modal a:hover {
    color: #e8e8f0;
}
@media screen and (max-width: 425px) {
    .cookies-modal {
        font-size: 14px;
        width: 100%;
    }
}

.form-control-city-check {
    display: block;
    width: 2px !important;
    height: 2px !important;
    margin-bottom: -2px !important;
    border: none !important;
    padding: 0 !important;
    opacity: 0.01 !important;
}

font.notetext font.errortext {
    color: green;
}