html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}
.badge {
    box-sizing: border-box;
    max-width: 100%!important;
}
a:hover {
    text-decoration: none;
}

body {
    margin: 0;
    
}
.bx-auth {
    margin: 0 auto;
    width: 70%;
    background: #018370;
    color: white;
    padding: 2em 5em;
}
.bx-auth-input, .data-table input[type="text"] {
    border: 1px solid;
    margin-bottom: 1rem;
}
.data-table input[type="submit"] {
    padding: 0.8vh 0;
    display: block;
    box-sizing: border-box;
    border-radius: 0.3vw;
    background: #ffe600;
    color: #000000;
    font-size: 0.95vw;
    font-weight: 400;
    text-align: center;
}
main {
    display: block;
}

a:hover {
    text-decoration: none
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

aside, nav, footer, header, section, main {
    display: block;
}

h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

p {
    font-size: 1vw;
}

h1 {
    font-size: 1.6vw;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-align: left;
    margin-bottom: 3vh;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */
input, textarea, button, select {
    font-family: "Times New Roman";
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}
.index {
    padding: 0 0 3vh 0;
}
button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active, button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

@media (max-width: 768px) {
    .direction__title {
        text-align: center
    }

    .direction__prof-list {
        border: none
    }

    .direction__content-img {
        width: 220px;
        overflow: hidden;
        margin: 0 auto
    }

    .direction__content-img--direction {
        width: 100%
    }

    .direction__img {
        height: 100%;
        max-width: none
    }

    .direction__img--direction {
        width: auto;
        height: auto
    }
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input {
    overflow: visible;
    border-width: 0;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

button, select, input {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Сброс стилей */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr {
    margin: 0;
    padding: 0;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}



body {
    margin: 0;
    font-size: 1vw;
    line-height: 1.5;
    background-color: #fff;
}

/* Основные элементы */
main {
    display: block;
}

.direction_section {
    padding-top: 2em;
}

.page__main.main {
    width: 70%;
    margin: 3vh auto;
    color: #6E7082;
    font-size: 0.8vw;
    align-content: center;
}

h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

body {
    font-family: "Times New Roman", sans-serif;
    color: black;
}

body a {
    color: black;
}

.about-text-top {
    margin: 0;
    padding: 66px 0 49px;
    background: url(../../img/ux/about-text-top-bg.png) 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    line-height: 1.4
}

.about-text-top p {
    margin: 0 0 24px
}

.about-text-top__col {
    margin: 0 auto;
    max-width: 720px
}

.direction__main-content {
    padding-top: 15px;
    padding-bottom: 90px;
    border-bottom: solid 1px #fff
}

.direction__main-content--learning {
    padding: 3vh 0;
}

.direction__main-content--about {
    padding-bottom: 0;
    border: none
}

.about-text-top__btn {
    text-align: center
}

.about-content__article-desc p a:hover {
    text-decoration: none
}

.about-content__article-more a:hover {
    text-decoration: none
}


div .about-content__article-desc * {
    color: inherit
}

.container {
    margin: 0 auto;
    max-width: 70%;
}

body a:hover {
    transition: 300ms;
    color: white;
}

.header {
    background: white;
    width: 100%;
    z-index: 120;
}

.header_container {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
    padding: 1vh 0 1vh;
    display: flex;
    justify-content: space-between;
}


.header li a:hover {
    color: #854385;
}

.header_info_wrap {
    display: flex;
    align-items: center;
}

.header_logo img {
    width: 9.7vw;
    margin-right: 7vw;
}

.header_adress_wrap {
    max-width: 21vw;
    margin-right: 2vw;
}

.header_adress_wrap p {
    color: #000000;
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.5vw;
    text-align: left;
}

.header_adress_wrap p:last-child {
    margin-bottom: 0;
}

.header_phones_wrap {
    box-sizing: border-box; /* Yellow */
    border: 0.15vw solid #ffe600;
    border-radius: 0.4vw;
    padding: 1vh 1vw;
}

.header_phones_wrap a {
    color: #000000;
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.2vw;
    text-align: left;
    margin-bottom: 0;
}

.header_btns_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.header_btn_wrap a {
    color: #6e7082;
    justify-content: space-between;
    font-size: 1vw;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.8vw;
}

.header_btn_wrap img {
    width: 1.15vw;
}

.section_licenses {
    padding: 3vh 0 3vh;
}


.documents_circle_yellow {
    position: absolute;
    top: 45vh;
    right: 15vw;
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    filter: blur(7vw);
    background: #ffe600;
    z-index: -1;
}

.documents_circle_red {
    position: absolute;
    top: 26vh;
    right: -5vw;
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    filter: blur(7vw);
    background: #f6785c;
    z-index: -1;
}

.section_documents {
    overflow: hidden;
    position: relative;
}

.documents_container {
    max-width: 70%;
    margin: 0 auto;
}

.documents_text {
    color: #000000;
    font-size: 1vw;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 2vh;
}

.documents_btn {
    display: block;
    text-align: center;
    padding: 3vh 0;
}

.documents_btn a {
    display: inline-block;
    margin: 0 auto;
    color: #000000;
    font-size: 1vw;
    font-weight: 500;
    border-radius: 5px;
    background: #ffe600;
    padding: 0.7vh 1vw;
}

.documents_btn a:hover {
    color: #ffffff;
    background: #018370;
}

.footer {
    background: #018370;
    color: #ffffff;
    padding: 3vh 0;
    font-weight: 400;
    font-size: 0.8vw;
    z-index: 2;
    position: sticky;
}

.footer_info_contact_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2vh;
}

.footer_logo img { /* position: absolute;*/
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 12.5vw;
}

.footer_adress_wrap {
    max-width: 25vw;
    margin-top: 1vh;
}

.footer_adress_wrap p {
    color: #ffffff;
    font-size: 1vw;
    font-weight: 500;
    text-align: left;
}

.footer_contact_us_wrap {
    display: block;
}

.footer_phones_wrap {
    box-sizing: border-box; /* Yellow */
    border: 0.15vw solid #ffe600;
    border-radius: 0.4vw;
    padding: 1vh 1vw;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.8vw;
    margin-bottom: 1.3vh;
}

.footer_adress_wrap p:last-child {
    margin-bottom: 0;
}

.footer_phones_wrap p a {
    font-size: 1vw;
    font-weight: 500;
    line-height: 2.7vh;
    text-align: left;
    margin-bottom: 0;
    color: white;
}

.footer_contact_us_btn {
    padding: 0.8vh 0;
    display: block;
    box-sizing: border-box;
    border-radius: 0.3vw;
    background: #ffe600;
    color: #000000;
    font-size: 0.95vw;
    font-weight: 400;
    text-align: center;
}

.footer_info_wrap {
    display: grid;
    grid-template-rows: 15em 7em 1fr;
    grid-template-columns: 23vw 1vw 20vw 3vw 1fr;
    color: #ffffff;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1vw;
    text-align: left;
}

.footer_training_info {
    grid-column: 3/4;
    grid-row: 1/2;
}

.footer_information {
    grid-column: 5/6;
    grid-row: 1/4;
    border-radius: 0.4vw; /*  background: #ffe600; color: #000000;*/
    color: white;
    padding: 1.7vh;
    border: 0.15vw solid #ffe600;
    height: max-content;
}

.footer_information h3 {
    font-size: 1vw;
    font-weight: 700;
    line-height: 2.7vh;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.7vh;
}

.footer_information p {
    margin-bottom: 0.5vw;
    line-height: 1.2vw;
}

.footer_information_p {
    font-weight: 600;
}

.footer_pay_info a {
    color: white;
    display: block;
    font-size: 1vw;
    line-height: normal;
}

.footer_pay_info a:hover {
    color: #ffe600;
}

.footer_pay_info {
    grid-column: 1/2;
    grid-row: 2/4;
    display: block;
    margin-top: 2vw;
}
.footer_information span {
    display: block;
    margin-bottom: 1vw;
}
.footer_info_ul h3 {
    color: #ffffff;
    font-size: 1vw;
    font-weight: 700;
    line-height: 2.7vh;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 2vh;
}

.footer_info_ul ul {
    padding: 0;
}

.footer_info_ul li {
    text-transform: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 1vw;
    margin-left: 1vw;
    list-style-type: disc;
    line-height: 1.3vw;
    text-align: left;
}

.footer_info_ul li a {
    color: #ffffff;
}

.footer_legal_info p {
    margin-bottom: 0.2vh;
}

.footer_helper {
    margin-top: 1vh; /*margin-right: 5.8%;*/
    text-align: right;
    margin-bottom: 1vh;
    color: #ffffff;
    font-size: 1vw;
    font-weight: 400;
    text-transform: none;
}

.footer_helper a {
    color: yellow;
}

.footer_end {
    text-align: center;
    color: #ffffff;
    font-size: 1vw;
    font-weight: 400;
    text-transform: none;
    display: flex;
    justify-content: space-between;
}
.sitemap {
    overflow: hidden;

}
.sitemap a:hover {
    color: #854385;
}
.sitemap .circle {
    z-index: -1;
    top: 20%;
    position: fixed;
}
.sitemap .circle_yellow {
    z-index: -1;
    filter: blur(7vw);
    background: #ffe600;
    position: absolute;
    width: 20vw;
    height: 20vw;
    left: 45vw;
    top: 26vh;
    transform: rotate(9.00deg);
}
.sitemap .circle_green {
    position: absolute;
    width: 15vw;
    height: 15vw;
    left: 65vw;
    top: 25vh;
    transform: rotate(9.00deg);
    filter: blur(5vw);
    background: #018370;
    z-index: -1;
}
.header_nav_container {
    max-width: 70%;
    margin: 0 auto;
}

.header_btn_wrap_search img {
    width: 1.15vw;
}

.header_btn_wrap_search input {
    color: #6e7082;
    font-size: 1vw;
    font-weight: 500;
    max-width: 9vw;
    text-align: left;
    border-bottom: 0.1vw solid #d9d9d9
}

.form_header_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form_header_search img {
    width: 1.15vw;
}

.form_info ul {
    padding-left: 0;
}

.yellow_btn_standart:hover {
    transition: 300ms;
    background: #018370;
}

.purple_btn_standart:hover {
    transition: 300ms;
    background-color: #018370;
}

.main-footer__link:hover, .header_phones_wrap a:hover, .contacts-page__info-item a:hover {
    color: #854385;
}

.footer_info_ul li a:hover {
    color: #ffe600;
}

.dropdown_btn {
    color: #018370;
}

.header_menu_1 {
    background: #ffe600;
    width: 100%;
    z-index: 120;
}

h1 {
    font-size: 2.2vw;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 2.6vw;
    text-align: left;
    margin-bottom: 1.1vw;
}

h2 {
    font-size: 2em;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 2.2vw;
    text-align: left;
    margin-bottom: 3vh;
}

.contacts-page__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3vh;
    align-items: center;
}

.contacts-page__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 3vh;
    width: 49%;
    font-size: 4vh;
    font-weight: 700;
    line-height: 1.15;
    color: black;
    text-transform: uppercase;
}

.contacts-page__info h2 {
    text-transform: uppercase;
}

.contacts-page__info {
    font-size: 1vw;
    width: 50%;
}

.program-consult-form {
    padding: 3vh;
    background: linear-gradient(248deg, #018370, #FFE600);
    border-radius: 1vh;
    color: #fff;
    text-align: center;
    margin: 3vh 0;
}

.contacts-page__info-item_1 {
    margin-bottom: 2vh;
    display: flex;
    align-items: center;
}

.contacts-page__info-item-heading svg {
    width: 2.5vh;
    margin-right: 1vw;
}

.contacts-page__info_requisites .requisites-cols {
    display: flex;
    flex-wrap: wrap;
}

.contacts-page__info_requisites .requisites-col:nth-child(1) {
    margin-right: 2%;
    width: 62%;
}

.contacts_map .map-background {
    width: 100%;
    background-color: white;
    position: relative;
    border: 1px solid #018370;
    max-width: 40vh;
    border-radius: 5px;
    padding: 6vh 10vh;
    text-align: center;
}

.ux-input {
    display: block;
    width: 100%;
    height: 4vh;
    margin: 0;
    padding: 0 2vh;
    background: #fff;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    font-family: inherit;
    font-weight: 400;
    color: #000;
    text-align: left;
    appearance: none;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.ux-input-container {
    padding-right: 5px;
}

.col-md-6 {
    width: 45%;
    padding: 2vh;
}

.contacts-page.contact-bg {
    margin-top: 3vh;
}

.contacts_map {
    z-index: 1;
    margin-left: 15%;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    height: 16vw;
    top: 8.5vh;
}

.contacts_map_conteiner {
    padding-bottom: 16vh;
    position: relative;
}

.contacts-page__top .contacts-page__info {
    margin-bottom: 0;
}

.contacts-page.contact-bg .container {
    margin-bottom: 3vh;
}

.ubtn.ubtn_default.js-form-submit-btn {
    border-radius: 0.3vw;
    background: #fff;
    padding: 1vh 3.2vw;
    color: black;
    font-size: 1vw;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    gap: 1vh;
    align-items: center;
}

.field-3.program-consult-form__btn.mt-3 {
    display: flex;
    justify-content: space-between;
    max-width: 60%;
    margin: auto;
    align-items: center;
}

.contact_circle {
    position: absolute;
    left: -1vw;
    top: -2vh;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    filter: blur(50px);
    background: #018370;
    z-index: 1;
}

.program-consult-section.program-consult-section_inner {
    display: none
}

.details__req-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details__req {
    flex-direction: column;
    width: max-content;
    display: flex;
}

.details__address {
    border-right: solid 1px #fff;
}

.details__legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    width: 90%;
}

.details__fact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2vh;
}

.about__details.details {
    background: #FFE600;
}

.about__details.details .details__links {
    padding-left: 0;
    padding-right: 0;
    width: 30%;
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;;
}

.about__details.details .details__link-list a:hover {
    color: #018370;
}

.licenses-upper-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*.documents-section {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    padding-top: 40px;
}*/

.single-document-link {
    display: flex;
    text-decoration: none;
    padding: 20px 10px;
    padding: 34px;
    -webkit-transition: color 350ms;
    -moz-transition: color 350ms;
    -ms-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
    color: #333;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
}

.direction__main-content p {
    letter-spacing: normal;
    text-align: justify;
}

.licenses-upper-text {
    width: 50%;
    line-height: 2;
}

.ubtn.ubtn_default {
    border-radius: 0.3vw;
    background: #FFE600;
    padding: 1vh 3.2vw;
    color: black;
    font-size: 1vw;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.ubtn.ubtn_default:hover {
    background: #018370;
    color: white;
}

.details__link.text-white {
    font-weight: 600;
    text-decoration: underline;
}

.oplata {
    box-sizing: border-box;
    border: 0.1vw solid #F4F4F4;
    border-radius: 0.3vw;
    padding: 2vh 1.5vw;
    position: relative;
    margin-bottom: 3vh;
    background: #ffffff4f;
}

.pay {
    margin: 3vh 0;
}

.oplata p, .pay p {
    margin-bottom: 1vh;
}

.pay .top3vh {
    margin-bottom: 3vh;
}

.pay li {
    position: relative;
    padding-left: 1.3vw;
    margin-bottom: 2vh;
    color: #000000;
    font-size: 1vw;
    font-weight: 400;
    line-height: 2.5vh;
    text-align: left;
}

.pay li::before {
    content: ''; /* Обязательное свойство для псевдоэлемента */
    position: absolute; /* Абсолютное позиционирование относительно родителя */
    left: 0; /* Выравнивание слева */
    top: 1vh; /* Выравнивание по вертикали (по центру) */
    transform: translateY(-50%); /* Коррекция для выравнивания по центру */
    width: 0.9vw; /* Ширина изображения */
    height: 1.2vw; /* Высота изображения */
    background: url(/images/marker.svg) left center no-repeat; /* Устанавливаем фоновое изображение */
    background-size: contain
}

.circle_yellow {
    z-index: -1;
    filter: blur(7vw);
    background: #ffe600;
    position: absolute;
    width: 20vw;
    height: 20vw;
    left: 55vw;
    top: 90vh;
    transform: rotate(9.00deg);
}

.otziv .circle_yellow {
    filter: blur(5vw);
    border-radius: 50%;
    right: 15vw;
    width: 35vw;
    height: 35vw;
    top: 45vh;
}

.circle_red {
    position: absolute;
    top: 26vh;
    right: -5vw;
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    filter: blur(7vw);
    background: #f6785c;
    z-index: -1;
}
.page-content__text .text a:hover {
    color: #854385;
    border-bottom: .1em solid #854385;
}
.circle_purple { /* Purple */
    position: absolute;
    width: 15vw;
    height: 15vw;
    left: 75vw;
    top: 80vh;
    transform: rotate(9.00deg);
    filter: blur(5vw); /* Purple */
    background: #854385;
    z-index: -1;
}

.circle_green {
    position: absolute;
    filter: blur(5vw);
    background: #018370;
    border-radius: 50%;
    width: 35vw;
    height: 35vw;
    right: -5vw;
    top: 40vh;
    z-index: -1;
}

.footer_info_ul span {
    display: block;
    margin-bottom: 1vw;
}

.reviews_text {
    margin-bottom: 3vh;
    box-sizing: border-box;
    border: 0.1vw solid #F4F4F4;
    border-radius: 0.3vw;
    padding: 2vh 1.5vw;
    position: relative;
    background: #ffffff4f;
}

.otzivi-yandex-block {
    display: flex;
    justify-content: center;
}

.issued-documents__item {
    box-sizing: border-box;
    border: 0.1vw solid #6e7082;
    border-radius: 0.3vw;
    padding: 2vh;
    position: relative;
    margin-bottom: 3vh;
    background: #ffffff4f;
    overflow: hidden;
    display: flex;
}

.issued-documents__item-img {
    width: 35%;
    padding: 0 3vh 0 0;
}

.portal_wrapper {
    display: flex;
}

section {
    padding: 5vh 0;
}

.about_header {
    display: flex;
    align-items: center;
}

.about_header_img {
    width: 100%;
}

.about_btn {
    color: #000000;
    font-size: 1.1vw;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 20vw;
    padding: 0.9vh 0;
    box-sizing: border-box;
    border-radius: 0.4vw;
    background: #ffe600;
    margin: 3vh 0;
}

.about_btn:hover {
    background: #018370;
}

.about_text h3 {
    font-size: 1vw;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 2.7vh;
    text-align: left;
    margin: 3vh 0;
}

.about_text li {
    position: relative;
    padding-left: 1.3vw;
    margin-bottom: 2vh;
    color: #000000;
    font-size: 1vw;
    font-weight: 400;
    line-height: 2.5vh;
    text-align: left;
}

.about_text li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1vh;
    transform: translateY(-50%);
    width: 0.9vw;
    height: 1.2vw;
    background: url(/images/marker.svg) left center no-repeat;
    background-size: contain;
}

.about_text ul {
    margin-top: 2vh;
}

.about_body {
    display: flex;
    justify-content: space-between;
    margin-top: 3vh;
    gap: 3em;
}

.about_body .about_text {
    width: 67%;
}

.about-content__article {
    border: 0.25vh solid #F4F4F4;
    min-width: 20vw;
    max-width: 20vw;
    margin-bottom: 3vh;
    border-radius: 0.3vw;
    padding: 3vh 2vh;
    font-size: 0.9vw;
}

.about-content__article .ubtn.ubtn_default {
    color: #000000;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 100%;
    padding: 1.3vh 0;
    box-sizing: border-box;
    border-radius: 0.4vw;
    background: #ffe600;
    margin-top: 3vh;
}

.about-content__article-heading a {
    font-weight: 700;
}

.about-content__article-desc img {
    max-width: 2.5vh;
    float: left;
    margin-right: 1vh;
}

.about-content__article-desc p {
    display: flex;
    color: #6E7082;
    align-items: flex-start;
}

.about-content__article-heading a:hover, .about-content__article-desc a:hover {
    color: #018370;
    transform: scale(1.03);
}

.about-content__article-desc a {
    color: #6E7082;
}

.about-content__article-heading {
    margin-bottom: 1vh;
    font-size: 1.3vw
}

.requvizit_img {
    width: 50%;
    padding-right: 3vh;
}

.section_professional_development_contact {
    position: relative;
    overflow: visible;
}

.professional_development_contact_yellow_circle {
    position: absolute;
    filter: blur(5vw);
    background: #ffe600;
    border-radius: 50%;
    width: 20vw;
    height: 20vw;
    right: 20vw;
    top: -10vh;
    z-index: -1;
}

.professional_development_contact_green_circle {
    position: absolute;
    filter: blur(7vw);
    background: #018370;
    border-radius: 50%;
    width: 20vw;
    height: 20vw;
    right: 5vw;
    top: 5vh;
    z-index: -2;
}

.section_professional_development_contact {
    padding: 3vh 0;
}

.professional_development_contact {
    padding: 3vh 2vw;
    box-sizing: border-box; /* Light grey */
    border: 1px solid #d9d9d9;
    border-radius: 5px; /* White */
    background: #ffffff;
}

.professional_development_contact p {
    color: #000000;
    font-size: 1vw;
    font-weight: 400;
    line-height: 2.4vh;
    text-align: left;
    margin-bottom: 1.5vh;
}

.professional_development_contact p:last-child {
    margin-bottom: 0;
}

.professional_development_contact p span {
    line-height: 4vh;
    box-sizing: border-box;
    border: 0.1vw solid #ffe600;
    padding: 0.5vh 1vw;
    border-radius: 0.3vw;
    background: #ffffff;
    margin: 0 0.5vw;
    font-weight: 700;
}

.advanced_training_form input[type="submit"]:hover {
    background: #854385;
    color: white;
}

main a:hover {
    color: #854385;
}

.footer_contact_us_btn:hover {
    background: #854385;
}


.footer_phones_wrap p a:hover {
    color: #ffe600;
}

.b24-widget-button-position-bottom-right {
    bottom: 5.5vw !important;
    right: 2vw!important;
}

.professional_development_contact p span a:hover {
    color: #854385;
    transform: scale(1.5);
}

.page__modal .modal {
    display: none;
}

.mfp-hide {
    display: none;
}

@media screen and (orientation: landscape) {
    .mobile {
        display: none;
    }
}

/*header_mob*/
.header_mobile {
    display: none;
    padding: 4vh 0;
}

.header_mobile_top_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6vw;
}

.header_mobile_top_logo {
    position: absolute;
    top: 4vw;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 30vw;
}

.header_mobile_top_logo img {
    width: 100%;
}

.header_mobile_top_btn {
    display: flex;
    align-items: center;
    gap: 3vw;
}

.header_mobile .visible {
    display: flex;
}

.header_mobile .unvisible {
    display: none;
}

.header_mobile_top_btn img {
    width: 6vw;
}

.header_mobile_top_input {
    box-sizing: border-box;
    border: 0.5vw solid rgb(217, 217, 217);
    border-radius: 1vw;
    background: rgb(255, 255, 255);
    padding: 1vw 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_mobile_top_input_btns {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.header_mobile_top_input_btn_active img {
    width: 5.5vw;
    color: rgb(133, 67, 133);
}

.header_mobile_top_input_close {
    position: absolute;
    right: 13vw;
    width: 4vw;
    z-index: 1;
}

.header_mobile_top_input input {
    width: 100%;
}

.header_mobile_top_input input {
    color: rgb(110, 112, 130);
    font-size: 4vw;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.header_mobile_dop_info_wrap {
    display: none;
    margin-top: 5vw;
}

.header_mobile_dop_info_adress {
    color: rgb(0, 0, 0);
    font-size: 4.5vw;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-bottom: 2vw;
}

.header_mobile_phones {
    margin: 4vw 0;
    box-sizing: border-box; /* Yellow */
    border: 0.5vw solid rgb(255, 230, 0);
    border-radius: 1.3vw;
    padding: 2vw 0;
}

.header_mobile_phones a {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 4.5vw;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 1vw;
}

.header_mobile_phones a:last-child {
    margin-bottom: 0;
}

.header_mobile .visible_block {
    display: block;
}

.header_mobile_nav {
    background: rgb(255, 230, 0);
    padding: 4vw 2vw;
}

.header_mobile_nav_link_start {
    margin-bottom: 3vw;
}

.header_mobile_nav_link_start_content {
    display: flex;
    align-items: center;
    gap: 3vw;
}

.header_mobile_nav_link_start:last-child {
    margin-bottom: 0;
}

.header_mobile_nav_link_start_p {
    color: rgb(0, 0, 0);
    font-size: 4.4vw;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.header_mobile_nav_link_start_img {
    width: 3vw;
}

.header_mobile_nav_link_second_nav {
    display: none;
    margin-top: 3vw;
}

.header_mobile_nav_link_second {
    display: flex;
    align-items: center;
    gap: 3vw;
    justify-content: space-between;
    margin-bottom: 2vw;
}

.header_mobile_nav_link_second:last-child {
    margin-bottom: 0;
}

.header_mobile_nav_link_second_p {
    color: rgb(0, 0, 0);
    font-size: 4.5vw;
    font-weight: 600;
    text-align: left;
}

.header_mobile_nav_link_second_img {
    transform: rotate(-90deg);
    width: 3vw;
}

.header_mobile_nav_link_last_nav {
    position: fixed; /* или absolute, если не нужно фиксированное позиционирование */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white; /* Пример фона с прозрачностью */
    z-index: 9999;
    display: none;
}

.header_mobile_nav_link_last_nav {
    padding: 3vh 0;
}

.header_mobile_nav_link_last_title {
    display: flex;
    align-items: flex-start;
    gap: 1vw;
    margin-bottom: 3vw;
}

.header_mobile_nav_link_last_img {
    transform: rotate(90deg);
    margin-top: 1vw;
}

.header_mobile_nav_link_last_title p {
    color: rgb(0, 0, 0);
    font-size: 4.4vw;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.header_mobile_nav_link_last_nav ul {
    padding: 0 1vw;
    overflow-y: auto;
    height: 90vh;
    position: sticky;
    z-index: 100000;
}

.header_mobile_nav_link_last_nav ul li {
    margin-bottom: 2vw;
}

.header_mobile_nav_link_last_nav ul li a {
    color: rgb(110, 112, 130);
    font-size: 4.5vw;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.section_bottom_banner_mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #FFE600;
    padding: 3vw 0;
    z-index: 10000;
}

.bottom_banner_wrap {
    display: flex;
    gap: 2vw;
    justify-content: center;
    align-items: center;
}

.bottom_banner_wrap p {
    color: rgb(0, 0, 0);
    font-size: 4.5vw;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.table_mobile {
    display: none;
}

.dot {
    display: inline-block;
    width: 0.7vw;
    height: 0.7vw;
    margin: 0 0.5vw;
    border-radius: 50%;
    border: 0.1vw solid black;
    cursor: pointer;
}

.dot.active, .dot:hover {
    transition: background-color 1s ease;
    background-color: black;
}

.slider-dots {
    margin-top: 1vh;
    text-align: center;
}

.search_link_title:hover {
    color: grey !important;
}

div.title-search-result {
    padding: 1vw 1vw;
}

/*form*/
.call-back-modal__footer {
    padding-bottom: 8px;
}

.thnx {
    min-height: 397.38px;
    display: flex;
    align-items: center;
}

table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th, table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}

table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon_warn.gif);
}

.mfp-close {
    position: absolute;
    font-size: 1vw;
    z-index: 99999999;
    width: 1.5vw;
    top: 1.5vh;
    right: 1vw; /* padding: 0.5vw; */
    background: #D9D9D9B2;
    height: 1.5vw;
    border-radius: 50%;
}

.mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(110, 112, 130, 0.75);;
    z-index: 100000;
}

.mfp-content {
    margin: 0 auto;
    height: 97vh;
    max-width: 70%;
    position: relative;
    overflow: hidden;
}

#zapros-plana, #agcallmemodal, #form-bpla, #agordersalemodal, #fixed-form-modal, #nujnaya_programma, #standart-online {
    border-radius: 0.3vw;
    background: white !important;
    padding: 4vh 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;

}


.contacts-page__info-item-desc a:hover {
    color: #854385;
}

.contacts-page__info-item-desc a {
    font-size: 1vw;
}

.mfp-content .section_bottom_banner_mobile {
    display: none;
}

.contacts_map .map-background p a:hover {
    color: #854385;
}

.note {

    margin: 1.5vw 0;
    background: #fffce5;
    padding: 1.5vw 2vw;
   border-radius: .3em;
}

.anchor:hover, .form_check_box a:hover {
    color: #854385;
}

.grey {
    background: #f4f4f4;
}

.red {
    background: #fccdc3;
}

.green {
    background: #b0d9d3;
}

.purple {
    background: #b994b9;
}

.note_green {
    border-radius: 0 0.3vw 0.3vw 0;
    margin: 1.5vw 0;
    background: #b0d9d3;
    padding: 1.5vw 2vw;
}

.blockquote {
    border: 2px solid #018370;
    font-style: italic;
    margin: 1vw 1vw 2vw 0;
    padding: 1vw 1.5vw;
    position: relative;
    box-shadow: 1vw 1vw 0 0 #018370;
}

.blockquote cite {
    color: #018370;
    font-size: 0.9vw;
    padding-top: 0.5vw;
    display: block;
    text-align: right;
}

.small {
    font-size: 0.7vw;
    color: #6E7082;
}

.small a {
    color: #d9d9d9;
}

.small a:hover {
    color: #6E7082;
}

ol li p:first-child:before {
    content: counter(num) '.';
    counter-increment: num;
    display: inline-block;
    color: #6E7082;
    padding-right: 0.3vw;
}

ol {
    list-style-type: none;
    counter-reset: num;
    font-size: 1vw;
    margin-top: 1vw;
}

ol li p:first-child {
    font-weight: 700;
}

ol li p:last-child {
    font-weight: 300;
}

.flex_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
}

.flex_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
}

.idpage_4128972108 .news_detail_links_wrap {
    display: none;
}

.back-to-top {
    position: fixed;
    bottom: 1vw;
    right: 2.49vw;
    background-color: #854385;
    color: white;
    border-radius: 0.3vw;
    cursor: pointer;
    font-size: 1vw;
    display: none;
    z-index: 10000;
    line-height: 1.3vw;
}

.back-to-top img{
    width: 2vw;
    height: 2vw;
    aspect-ratio: 1/1;
    transform: rotate(90deg);
}
/* При наведении меняем цвет */
.back-to-top:hover {
   background-color: #F6785C;
}
.back-to-top:visited {
    background-color: #018370;
}

/* Показать кнопку при необходимости */
.back-to-top.show {
    display: block;
}



.gallery-image {
    cursor: pointer;
}
.b24-crm-button-icon {
    width: 1.5vw;
}




/* Кнопка закрытия */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.b24-widget-button-inner-mask {
    top: -0.45vw!important;
    left: -0.49vw!important;
    height: 4vw !important;
    min-width: 4vw !important;
    width: 100%!important;
}
.b24-widget-button-inner-block {
    height: 3vw!important;
    border-radius: 50%!important;
}
.b24-widget-button-block {
    width: 3vw!important;
    height: 3vw!important;

}
.iti__country-list span {
  font-weight: 300;
    font-size: .8em;
}
.photo__modal-block {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: block;
margin: auto;
height: 70vh;
}

.photo__modal {
display: none;
position: fixed;
z-index: 100000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.seti {
    grid-column: 3;
    grid-row: 2 / 3;
}

.icon_seti {
display: flex;
margin: 1vw auto;
gap: 3vw;
}
.icon_seti a img:hover {
transform: scale(1.1);
color: #854385;
}
.icon_seti a {
width: 4vw;
}
.g-recaptcha {
margin-top: 1vw;
}

.__hidden{
position: absolute;
left: -1000vw;
}

.courses__search_input {
position: relative;
margin-bottom: 1em;
padding: 0.7em 2.5em 0.7em 1em;
border-radius: 0.3vw;
border: 0.1vw solid rgb(217, 217, 217);
background-image: url('/images/courses__search.svg');
background-repeat: no-repeat;
background-position: right 1em center;
background-size: 1.7em; /* Размер иконки */
    width: 70vw;

}
.success_popup_bpla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 39%;
    transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
    .courses__search_input {
        width: 100%;
    }

    .success_popup_bpla{
        width: 100%;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет */
    background: #e0e0e0;
    z-index: 1001;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader p{
    color:#43455d;
    font-size: 1.2em;
    font-weight: 600;

}
.preloader svg {
    width: 30em;
    height: auto;
}




.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}
.header_mobile_nav_link_start_p:hover {
    transition: 300ms;
    color: #854385;
}

.news__btn_course a{
    display: inline-block;
    margin-top: 1em;
    padding: 0.3em 1em;
    background: #FFE600;
    border-radius: 0.3em;
}

.news__btn_course{
    text-align: center;
}

/* Начальное состояние модального окна (увеличенный размер и прозрачность) */
.mfp-zoom-out .mfp-content {
    transform: scale(1.2); /* Начальный увеличенный размер */
    opacity: 0; /* Прозрачность */
    transition: none; /* Убираем любые переходы перед началом анимации */
    will-change: transform, opacity; /* Указание, что будут изменяться эти свойства */
    width: calc(100vw - 17px);
}

/* Анимация уменьшения при открытии */
.mfp-zoom-out.mfp-ready .mfp-content {
    animation: zoomOut 0.3s forwards ease-out; /* Анимация открытия */
}

/* Анимация затухания при закрытии */
.mfp-zoom-out.mfp-removing .mfp-content {
    animation: zoomIn 0.3s forwards ease-in; /* Анимация закрытия */
}

/* Анимация уменьшения (открытие) */
@keyframes zoomOut {
    0% {
        transform: scale(1.2); /* Увеличенный размер */
        opacity: 0; /* Прозрачность */
    }
    100% {
        transform: scale(1); /* Конечный нормальный размер */
        opacity: 1; /* Полная видимость */
    }
}

/* Анимация затухания при закрытии */
@keyframes zoomIn {
    0% {
        transform: scale(1); /* Нормальный размер */
        opacity: 1; /* Полная видимость */
    }
    100% {
        transform: scale(1.2); /* Увеличенный размер (можно уменьшить или оставить как есть) */
        opacity: 0; /* Прозрачность */
    }
}

/* Устранение скачков при закрытии окна */
.mfp-zoom-out.mfp-removing .mfp-content {
    transition: none; /* Убираем лишние переходы */
    will-change: none; /* Убираем указание на возможное изменение свойств */
}



.st0 {
    fill: none;
    stroke: #9D9D9C;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.st1 {
    fill: #FFD700;
    opacity: 1;
    clip-path: inset(0 0 0 0);
    animation: fillPolygon 1s ease-in-out 0.5s infinite alternate, showFull 0s ease 1.5s infinite;
    animation-iteration-count: infinite;
    animation-delay: 1s;

}
.grecaptcha-badge {visibility: hidden;}

.polygon-animated {
    fill: black;
    stroke: black;
    stroke-width: 1;
    stroke-linejoin: round;
    clip-path: inset(0 0 0 0);
    animation: fillPolygon 1s ease-in-out 0.5s infinite alternate, showFull 0s ease 1.5s infinite;
    animation-iteration-count: infinite;
    animation-delay: 1s;

}

.preloader__new_year {
    position: absolute;
    width: 15em;
    aspect-ratio: 1/1;
    opacity: 0;
    top: -10%;
    transform: translate(-50%, -50%);
    animation: snowfall 4s linear infinite, rotate 3s linear infinite;
}
@keyframes snowfall {
    0% {
        transform: translateY(-100px) translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) translateX(calc(100vw * (var(--x-pos) - 0.5)));
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.preloader__new_year:nth-child(1) {
    left: 70%;
    --x-pos: 1;
    animation-duration: 6s, 0.5s;
    animation-delay: 0.4s, 0s;
}

.preloader__new_year:nth-child(2) {
    left: 60%;
    --x-pos: 0.5;
    animation-duration: 5s, 0.5s;
    animation-delay: 0s, 0s;
}

.preloader__new_year:nth-child(3) {
    left: 50%;
    --x-pos: 0.1;
    animation-duration: 3s, 0.5s;
    animation-delay: 0.15s, 0s;
}

.preloader__new_year:nth-child(4) {
    left: 40%;
    --x-pos: 0.4;
    animation-duration: 4s, 0.5s;
    animation-delay: 0.3s, 0s;
}

.preloader__new_year:nth-child(5) {
    left: 30%;
    --x-pos: 0.2;
    animation-duration: 3.5s, 0.5s;
    animation-delay: 0.1s, 0s;
}

.preloader__new_year:nth-child(6) {
    left: 20%;
    --x-pos: 0.4;
    animation-duration: 4s, 0.5s;
    animation-delay: 0.2s, 0s;
}
.preloader__new_year:nth-child(7) {
    left: 10%;
    --x-pos: 0.3;
    animation-duration: 4s, 0.5s;
    animation-delay: 0s, 0s;
}
.preloader__new_year:nth-child(8) {
    left: 90%;
    --x-pos: 0.5;
    animation-duration: 3s, 0.5s;
    animation-delay: 0.05s, 0s;
}
.preloader__new_year:nth-child(9) {
    left: 80%;
    --x-pos: 0.4;
    animation-duration: 4s, 0.5s;
    animation-delay: 0.12s, 0s;
}

.preloader__new_year:nth-child(10) {
    left: 70%;
    --x-pos: 1;
    animation-duration: 6s, 0.5s;
    animation-delay: 1s, 0s;
}

.preloader__new_year:nth-child(11) {
    left: 60%;
    --x-pos: 0.5;
    animation-duration: 5s, 0.5s;
    animation-delay: 1.1s, 0s;
}

.preloader__new_year:nth-child(12) {
    left: 50%;
    --x-pos: 0.1;
    animation-duration: 3s, 0.5s;
    animation-delay: 0.9s, 0s;
}

.preloader__new_year:nth-child(13) {
    left: 40%;
    --x-pos: 0.4;
    animation-duration: 4s, 0.5s;
    animation-delay: 0.8s, 0s;
}

.preloader__new_year:nth-child(14) {
    left: 30%;
    --x-pos: 0.2;
    animation-duration: 3.5s, 0.5s;
    animation-delay: 1s, 0s;
}

.preloader__new_year:nth-child(15) {
    left: 20%;
    --x-pos: 0.4;
    animation-duration: 4s, 0.5s;
    animation-delay: 1.2s, 0s;
}
.preloader__new_year:nth-child(16) {
    left: 10%;
    --x-pos: 0.3;
    animation-duration: 4s, 0.5s;
    animation-delay: 1.3s, 0s;
}
.preloader__new_year:nth-child(17) {
    left: 90%;
    --x-pos: 0.5;
    animation-duration: 3s, 0.5s;
    animation-delay: 1.2s, 0s;
}
.preloader__new_year:nth-child(18) {
    left: 80%;
    --x-pos: 0.4;
    animation-duration: 4s, 0.5s;
    animation-delay: 1s, 0s;
}

.text-loading {
    animation: fadeIn 3s ease-in-out infinite alternate;
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.preloader__img {
    left: -15em;
    position: absolute;
    top: 0;
    width: 150vw;
    transform: rotate(-30deg);
}
.preloader__img2{
    position: absolute;
    top: 20%;
    width: 150vw;
    left: -26em;
    transform: rotate(-30deg);
}

.preloader__logo{
    z-index: 1;
}
.slider__item img {
    border-radius: 0.3vw;
}
.form_info span {
    font-size: 2vw;
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 2.2vw;
    text-align: left;
    margin-bottom: 3vh;
}


.advertisement_banner_img {
    background: url(/upload/image/mockup_tehstd.webp) center bottom 0 no-repeat;
    background-size: 76%;
}
.error-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
    align-items: center;
}
.error-box h2 {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 1vw;
}
.error-box h1 {
    color: #854385;
    text-transform: uppercase;
}
.error-box a {
    color: #000000;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0.9vh 0;
    box-sizing: border-box;
    border-radius: 0.4vw;
    background: #ffe600;
    margin: .5vw 0;
}
.error-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error-box a:hover {
    background: #854385;
}
.error-box p {
    margin-bottom: 1vw;
}
.title-search-result a:hover {
    color: #854385;
}
.otziv {
    overflow: hidden;
    position: relative;
}
form a {
    border-bottom: .1vw solid;
    margin-bottom: .1vw;
}
.sale_bpla {
margin-bottom: 3vh;
aspect-ratio: 3 / 1;
overflow: hidden;
border-radius: .3vw;
padding-top: 1vw;
background: url(/upload/23_desktop.webp) center center / cover no-repeat;
padding-left: 1vw;
}
.sale {
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    background: #018370;
    padding: .5vw;
    border-radius: 0.3vw;
    color: #ffffff;
    display: block;
    max-width: max-content;
    margin-bottom: 3vh;
}
.bpla {
    position: relative;
    bottom: 0;
    top: 80%;
    left: 70%;
    max-width: 25%;
}
.sale:hover {
    background: #854385;
}


.viewed_courses__widget{
    z-index: 999999;
    position: fixed;
    left: 0;
    bottom: 5.5vw;
    border-bottom-right-radius: 2em;
    border-top-right-radius: 2em;
    background: #854385;
}

.viewed_courses__widget_img{
    width: 2em;
}

.viewed_courses__widget_wrap{
    padding: 0.7em 1em;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 1.1em;
}

.viewed_courses__widget_wrap{
    font-size: 0.9em;
    line-height: normal;
}
.viewed_courses__widget a{
    color: white;
}
.viewed_courses__widget a:hover{
    color: white;
}

.viewed_courses__widget_text{
    max-width: 8em;
}

.iti-mobile .iti--container{
    z-index: 10000000;
}



.advanced_training_form{
    padding: 3vh 2vw;

    box-sizing: border-box;
    /* Light grey */
    border: 0.1vw solid rgb(237, 237, 237);
    border-radius: 0.6vw;
    margin: 0 0 3vh 5vh;
    /* Белый */
    background: rgb(255, 255, 255);
    width: 45%;
    float: right;

}

.advanced_training_form p{
    color: rgb(110, 112, 130);
    font-size: 1vw;
    font-weight: 400;
    line-height: 2.4vh;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 1.5vh;
}

.advanced_training_form form h4{
    color: rgb(0, 0, 0);
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -1%;
    text-align: left;
    margin-bottom: 2vh;
}

.advanced_training_form_label{
    margin-bottom: 2vh;
}

.advanced_training_form_label input{
    width: 100%;
    color: rgb(110, 112, 130);
    font-size: 1vw;
    font-weight: 500;
    letter-spacing: 0%;
    text-align: left;
    padding: 1vh 1vw;

    box-sizing: border-box;
    border: 0.1vw solid rgb(110, 112, 130);
    border-radius: 0.3vw;

}

.advanced_training_form_checkbox{
    display: flex;
    align-items: flex-start;
    gap: 0.5vw;
}

.advanced_training_form_checkbox a{
    color: rgb(0, 0, 0);
    font-size: 1vw;
    font-weight: 400;
    line-height: 2.7vh;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 1vh;
}

.advanced_training_form_checkbox input[type=checkbox]{
    margin-top: 0.4vh;
    width: 1vw;
    aspect-ratio: 1 / 1;
}

.advanced_training_form input[type="submit"]{
    margin-top: 1vh;
    display: block;
    text-align: center;
    padding: 1vh;

    box-sizing: border-box;
    /* Yellow */
    border-radius: 0.3vw    ;
    width: 100%;
    /* Yellow */
    background: rgb(255, 230, 0);


    color: rgb(0, 0, 0);
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 2.4vh;
    letter-spacing: 0%;
}


.advanced_training_form_label select{
    display: block;
    box-sizing: border-box;
    border: 0.1vw solid rgb(110, 112, 130);
    border-radius: 0.3vw;
    width: 100%;

    color: rgb(110, 112, 130);
    font-size: 1vw;
    font-weight: 500;
    line-height: 2.7vh;
    letter-spacing: 0%;
    text-align: left;


    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 3rem !important;
    background: url("images/advanced_training_arrow.svg") no-repeat;
    background-position: calc(100% - 0.9rem) center;

}
.advanced_training_form a:hover {
    color: #854385;
    transform: scale(1.1);

}
.privacy h3 {
    font-size: 1.5vw;
    font-weight: 600;
    margin-top: 2vw;
}
.privacy ul li {
    position: relative;
    margin-bottom: 2vh;
    font-size: 1vw;
    font-weight: 400;
    line-height: normal;
    padding-left: 1.7vw;
}
.privacy ul {
    margin: 2vh 0;
}
.privacy ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1vh;
    transform: translateY(-50%);
    width: 0.9vw;
    height: 1.2vw;
    background: url(/images/marker.svg) left center no-repeat;
    background-size: contain;
}
/*#multiple_form,*/
/*#form21,*/
/*#form20{*/
/*    width: 100%;*/
/*    border-radius: 0.3rem;*/
/*    background: white !important;*/
/*    padding: 1rem 4rem;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/

/*}*/

@media screen and (orientation: portrait){
    .form-step__info {
        display: none;
    }
    .form-step__content {
        flex: 1;
    }
    .privacy h3 {
        font-size: 6.4vw;
        font-weight: 600;
        margin-top: 4rem;
    }
    .privacy ul li {
        padding-left: 10.3vw;
        margin-bottom: 2vw;
        font-size: 4.5vw;
        line-height: normal;
    }
    .privacy ul {
        margin: 2vh 0;
    }
    .privacy ul li::before {
        top: 2.5vw;
        width: 3.9vw;
        height: 5.2vw;
    }
    .advanced_training_form {
        padding: 6vw 7vw;
        border: 0.5vw solid rgb(237, 237, 237);
        border-radius: 1.3vw;
        margin: 0 0 0 0;
        width: 100%;
        float: none;
    }
    .advanced_training_form p {
        font-size: 4.5vw;
        line-height: normal;
        margin-bottom: 3vw;
    }
    .advanced_training_form form h4 {
        font-size: 5vw;
        line-height: normal;
        margin-bottom: 3vw;
    }
    .advanced_training_form_label input {
        font-size: 4.5vw;
        line-height: normal;
        padding: 2vw 3vw;
        border-radius: 1vw;
    }
    .advanced_training_form_label {
        margin-bottom: 2vw;
    }
    .advanced_training_form_label select {
        border-radius: 1vw;
        font-size: 4.5vw;
        line-height: normal;
    }
    .advanced_training_form input[type="submit"] {
        margin-top: 3vw;
        padding: 1.5vw;
        border-radius: 1vw;
        font-size: 4.5vw;
        line-height: normal;
    }
    option {
        width: 50%;
    }
}



@media screen and (orientation: portrait) {
    .about-content__article-heading {
        font-size: 5vw
    }
    .back-to-top {
        position: fixed;
        bottom: 50vw;
        right: 5.5vw;
        border-radius: 1vw;
    }
    .back-to-top img {
        width: 9.5vw;
        height: 9.5vw;
    }

    .container {
        max-width: 100%;
        padding: 0 3vw;
    }
    .b24-crm-button-icon {
        width: 4.5vw;
    }
    p {
        font-size: 4.5vw
    }

    h2, h1 {
        font-size: 6.4vw;
        margin-bottom: 5vw;
        line-height: 8vw;
    }

    body {
        font-size: 4.5vw;
        line-height: 1.5;
    }

    .section_advertisement_banner img {
        display: none;
    }

    section {
        padding: 7vw 0;
    }

    .page__main.main {
        margin: 3vw auto;
        width: 100%;
        padding: 0 2vw;
        font-size: 3.25vw;
    }

    .header {
        display: none;
    }

    .header_mobile {
        display: block;
    }

    .section_bottom_banner_mobile {
        display: block;
    }

    .professional_development_contact p {
        font-size: 4.5vw;
    }

    .field-3.program-consult-form__btn.mt-3 {
        max-width: 88%;
        gap: 3vw;
    }

    .ubtn.ubtn_default.js-form-submit-btn {
        border-radius: 1.3vw;
        font-size: 4.5vw;
    }

    .professional_development_contact p span {
        border-radius: 1.3vw;
    }

    .program-consult-form__personal {
        font-size: 4.5vw;
    }
}



/*footer*/
@media screen and (orientation: portrait) {
    .footer_info_contact_wrap {
        flex-wrap: wrap;
        margin-bottom: 4vw;
        justify-content: left;
        gap: 4vw
    }
    .footer {
        z-index: 1000000;
    }

    .dot {
        width: 2vw;
        height: 2vw;
        margin: 0 1.5vw;
    }

    .slider-dots {
        margin-top: 5vw;
    }

    .footer_contact_us_wrap {
        flex: 1 1 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_logo img {
        width: 30vw;
    }

    .footer_adress_wrap {
        max-width: 55vw;
        font-size: 3vw;
        margin-top: 0;
    }

    .footer_adress_wrap p {
        font-size: 4.5vw;
        margin-bottom: 1vw;
        line-height: normal;
    }

    .footer_phones_wrap {
        border: none;
        margin-bottom: 0;
    }

    .footer_phones_wrap p a {
        font-size: 4.5vw;
        line-height: 5vw;
    }

    .footer_contact_us_btn {
        width: 60%;
        padding: 1vw 0;
        border-radius: 1.3vw;
        background: #ffe600;
        font-size: 4.5vw;
    }

    .footer_info_wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto auto;
        row-gap: 4vw;
        line-height: normal;
        font-size: 4.5vw;
    }

    .footer_training_info {
        grid-column: auto;
        grid-row: auto;
    }

    .footer_information {
        grid-column: 1 / 3;
        grid-row: auto;
        border-radius: 1.3vw;
    }

    .footer_pay_info {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .footer_info_ul span {
        font-size: 4.5vw;
        line-height: normal;
        margin-bottom: 2vw;
    }

    .footer_info_ul li {
        font-size: 4vw;
        margin-left: 3.2vw;
        margin-bottom: 1vw;
        line-height: 5vw;
    }

    .footer_information span {
        font-size: 5vw;
        line-height: normal;
        text-align: left;
        margin-bottom: 2vw;
    }

    .footer_information p {
        display: inline-block;
        margin-bottom: 1.5vw;
        line-height: 5vw;
    }

    .footer_pay_info a {
        font-size: 4.5vw;
        margin-bottom: 1vw;
    }

    .footer_helper {
        margin: 1vw 0 4vw;
        font-size: 4.5vw;
        text-align: left;
    }

    .footer_end {
        font-size: 4.5vw;
        justify-content: space-between;
        flex-direction: column;
    }
}

/*documents*/
@media screen and (orientation: portrait) {
    .documents_text {
        font-size: 4.5vw;
        line-height: 5vw;
        margin-bottom: 3vw;
    }
    .sitemap .circle_yellow, .sitemap .circle_green {
        width: 35vw;
        height: 35vw;
        filter: blur(15vw);
    }

    .documents_btn a {
        display: inline-block;
        font-size: 4.5vw;
        border-radius: 1.3vw;
        padding: 1vw 6vw;
    }

    .documents_circle_yellow {
        width: 200vw;
        height: 200vw;
    }

    .documents_circle_red {
        top: 13vh;
        right: -138vw;
        width: 200vw;
        height: 200vw;
    }
}

/*about us*/
@media screen and (orientation: portrait) {
    .about_header {
        display: block;
    }

    .about_header_text {
        font-size: 4.5vw;
        line-height: normal;
        margin-bottom: 3vw;
    }

    .about_header_text p:first-child {
        margin-bottom: 2vw
    }

    .about_btn {
        font-size: 4.5vw;
        width: 100%;
        padding: 2vw 0;
        border-radius: 1.3vw;
        margin: 4vw 0 0;
    }

    .about_body {
        flex-direction: column-reverse;
        gap: 3vw;
        margin-top: 3vw;
    }

    .about_body .about_text {
        width: 100%;
    }

    .about_text h3 {
        font-size: 5vw;
        line-height: 6vw;
        margin: 3vw 0;
    }

    .about_text p {
        font-size: 4.5vw;
        margin-bottom: 1vw;
    }

    .about_text ul {
        margin-top: 2vw;
    }

    .about_text li {
        margin-bottom: 2vw;
        font-size: 4.5vw;
        line-height: normal;
        padding-left: 5.3vw;
    }

    .about_text li::before {
        width: 3.9vw;
        height: 3.7vw;
        top: 2vw;
    }

    .about-content__article {
        border: 0.6vw solid #F4F4F4;
        max-width: 100%;
        margin-bottom: 3vw;
        border-radius: 1.3vw;
        padding: 3vw 2vw;
        font-size: 4.5vw;
    }

    .about-content__article-desc p:first-child {
        margin-bottom: 1vw;
    }

    .about-content__article .ubtn.ubtn_default {
        font-size: 4.5vw;
        padding: 1.5vw 0;
        border-radius: 1.3vw;
        margin-top: 3vw;
    }

    .sidebar-nav {
        border-radius: 1.3vw !important;
        max-width: 100% !important;
        padding: 3vw;
    }

    .sidebar-nav ul li {
        border-bottom: 0.1vw solid #d9d9d9 !important;
        padding: 3vw 1.5vw 2vw !important;
    }

    .sidebar-nav ul li:last-child {
        border-bottom: none !important;
    }

    .sidebar-nav a {
        font-size: 4.5vw;
        line-height: normal;
    }
}

/*реквизиты*/
@media screen and (orientation: portrait) {
    .details__req-wrapper {
        flex-direction: column;
        gap: 3vw;
    }

    .requvizit_img {
        width: 100%;
        padding-right: 0;
    }

    .details__req {
        width: 100%;
    }
}

/*banner*/
@media screen and (orientation: portrait) {
    .section_advertisement_banner {
        display: none;
    }
}

/* map */
@media screen and (orientation: portrait) {
    .contacts_map_conteiner {
        padding-bottom: 40vh;
        position: relative;
    }

    .contacts_map .map-background {
        margin: 0 auto;
        overflow: hidden;
        width: 80%;
        border-radius: 1vw;
        padding: 3vw 3vw;
        height: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    .contacts_map {
        text-align: center;
        margin-left: 0;
        height: auto;
        top: 29.5vw;
        left: 0;
        right: 0;
    }

    .map-background p, .map-background a {
        font-size: 4.5vw;
        font-weight: 600;
        z-index: 2;
    }

    .contact_circle {
        left: -7vw;
        top: -5vh;
        width: 32vw;
        height: 32vw;
        filter: blur(7vw);
    }
}

@media screen and (orientation: portrait) {
    .licenses-upper-content {
        display: block;
    }

    .licenses-upper-text {
        width: 100%;
        font-size: 4.5vw;
        line-height: normal;
        margin-bottom: 3vw;
    }

    .ubtn.ubtn_default {
        font-size: 4.5vw;
        font-weight: 500;
        line-height: normal;
        margin-top: 3vw;
        margin-bottom: 3vw;
        width: 100%;
        border-radius: 1.3vw;
        display: block;
        padding: 3vw 0;
        color: #fff;
        text-align: center;
        background: #854385;
    }

    .licenses-content .ubtn {
        display: flex;
        justify-content: center;
    }
}

@media screen and (orientation: portrait) {
    .oplata {
        border-radius: 1.3vw;
        padding: 4vw 2.5vw;
        margin-bottom: 3vw;
    }

    .oplata h2 {
        font-size: 6vw;
        line-height: 7vw;
    }

    .pay li {
        padding-left: 6vw;
        margin-bottom: 2vw;
        font-size: 4.5vw;
        line-height: normal;
    }

    .pay li::before {
        top: 2.5vw;
        width: 3.9vw;
        height: 5.2vw;
    }
}

@media screen and (orientation: portrait) {
    .direction {
        margin: -1.5vw 0;
    }

    .directions_sections_img {
        height: 10vw;
    }



    .contacts-page__top {
        flex-direction: column;
    }

    .contacts-page__info {
        width: 100%;
        font-size: 4.5vw;
    }

    .contacts-page__heading {
        width: 100%;
    }

    .contacts-page__info-item-heading svg {
        margin-right: 3vw;
    }

    .contacts-page__info-item-desc a {
        font-size: 4.5vw;
    }

    .details__legal {
        font-size: 4.5vw;
    }

    .professional_development_contact_yellow_circle, .professional_development_contact_green_circle {
        width: 38vw;
        height: 38vw;
        filter: blur(12vw);
    }

    .direction_section h2 {
        margin-bottom: 6vw;
    }

    .section_professional_development_contact {
        overflow: hidden;
    }

    .blockquote {
        border: 1vw solid #018370;
        margin: 2vw 2vw 5vw 0;
        padding: 3vw 5vw;
        position: relative;
        box-shadow: 3vw 2vw 0 0 #018370;
    }

    .blockquote cite {
        color: #018370;
        font-size: 4vw;
        padding-top: 0.5vw;
    }

    .small {
        font-size: 3vw;
        color: #6E7082;
    }
}

/*form*/
@media screen and (orientation: portrait) {
    #agcallmemodal, #form-bpla, #zapros-plana, #nujnaya_programma, #agordersalemodal, #fixed-form-modal, #standart-online {
        border-radius: 1.3vw;
        width: 100%;
        padding: 8vw 11vw;
    }

    .mfp-content {
        max-width: 95%;
    }

    .mfp-close {
        font-size: 4vw;
        width: 5.5vw;
        right: 3vw;
        height: 5.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #agformcalc {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .note, .note_green {
        margin: 5vw 0;
        padding: 5vw;
    }

    .grey {
        border-color: #43455D;
    }

    .red {
        border-color: #f6785c;
    }

    .green {
        border-color: #018370;
    }

    .purple {
        border-color: #854385;
    }

    .note_green {
        border-color: #018370;
        margin-bottom: 5vw;
    }

    .note li::before {
        top: 0.7vw;
        height: 3vw;
        width: 3vw;
    }

    ol {
        font-size: 4.5vw;
        margin-top: 3vw;
    }

    ol li p:first-child:before {
        padding-right: 1vw;
    }

    .flex_3, .flex_2 {
        display: flex;
        gap: 1vw;
        flex-direction: column;
    }
    .b24-widget-button-position-bottom-right {
        bottom: 20.5vw !important;
    }.b24-widget-button-inner-mask {
         top: -0.45vw!important;
         left: -0.49vw!important;
         height: 15vw !important;
         min-width: 15vw !important;
         width: 100%!important;
     }
    .b24-widget-button-inner-block {
        height: 15vw!important;
        border-radius: 50%!important;
    }
    .b24-widget-button-block {
        width: 15vw!important;
        height: 15vw!important;

    }
    .icon_seti a {
        width: 10vw;
    }
    .g-recaptcha {
        margin-top: 3vw;
    }
    .slider__item img {
        border-radius: 1.3vw;
    }
    .form_info span {
        font-size: 6.4vw;
        line-height: 1.2;
    }
    .error-box {
        display: flex;
        flex-direction: column;
        gap: 11vw;

    }
    .error-box h2 {
        font-size: 6vw;
        font-weight: 600;
    }
    .error-box a {
        font-size: 4.5vw;
        padding: 2vw 0;
        border-radius: 1.3vw;
        margin: 1.5vw 0;
    }
    .error-body {
        margin-bottom: 3vw;
        align-items: flex-start;
    }
    .error-body p {
        margin-bottom: 3vw;
    }
    .sale_bpla {
        margin: 9vw 0 2vw;
        aspect-ratio: 1;
        background-position: center;
        padding: 3vw;
        border-radius: 1.3vw;
        display: flex;
        background: url(/upload/23_mobile.webp) center center / cover no-repeat;
    }
    .sale {
        font-size: 4.5vw;
        display: block;
        border-radius: 1vw;
        padding: 1vw;
        margin-bottom: 9vw;
        width: 100%;
        height: max-content;
    }
    .bpla {
        position: relative;
        bottom: 0;
        top: 90%;
        left: 0;
        max-width: 100%;
    }
    .text-black p span{
        font-size: 3.5vw !important;
    }
    .page-nav-btn .ubtn.ubtn_default {
        border-radius: 1.3vw;
        padding: 1.5vw 3vw;
        font-size: 4.5vw;
        line-height: normal;
        width: 100%;
        margin: 3vw 0;
    }
    .b-course-inner-content {
        width: 100%;
        box-sizing: border-box;
        border: 0.1vw solid #F4F4F4;
        border-radius: 1.3vw;
        padding: 4vw 1.5vw;
        position: relative;
        margin-bottom: 3vw;
        background: #ffffff4f;
    }
    .b-course-inner {
        align-items: flex-start;
        flex-direction: column;
    }
    .b-course-inner-sidebar {
        width: 100%;
    }
    .b-course-inner-sidebar__title {
        font-size: 5.5vw;
        line-height: 7.5vw;
    }
    .testing__next.button {
        font-size: 4.5vw;
    }
    .viewed_courses__widget_text #full {
        display: none;
    }
    .viewed_courses__widget {
        bottom: 20.5vw;
    }
    .viewed_courses__widget_wrap {
        flex-direction: row-reverse;
    }
    .seti {
        grid-column: 1;
        grid-row: 3 / 3;
    }
}
