

/* Start:/local/templates/educator/components/bitrix/menu/top/style.css?16776225092730*/
.top_menu_first_level {
    display: flex;
}

.top_menu_first_level a {
    text-decoration: none;
}

.top_menu_first_level > li {
    display: inline;
    list-style: none;
    position: relative;
}

.top_menu_first_level > li > a {
    padding: 15px;
}

.top_menu_first_level > li > a {
    color: #000;
}

.top_menu_first_level > li:hover a {
    background-color: #fff;
}

.top_menu_second_level {
    flex-flow: column nowrap;
    justify-content: flex-start;
    position: absolute;
    display: none;
    opacity: 1;
    transition: all .3s;
}

.top_menu_second_level > li {
    display: block;
    list-style: none;
    font-weight: 500;
    font-size: 13px;
    color: #999;
    transition: all .3s;
    background-color: #fff;
    margin-bottom: 3px;
    padding: 10px 15px;
    text-align: center;
}

.top_menu_second_level > li:first-child {
    margin-top: 3px;
}

.top_menu_second_level > li:last-child {
    margin-bottom: 3px;
}

.top_menu_second_level > li > a {
    color: #999;
    transition: all .3s;
    display: block;
}

a.root-item-selected {
    background-color: #fff;
}

.top_menu_second_level > li:hover > a {
    color: #000;
    transition: all .3s;
}

.top_menu_second_level > li:hover a {
    color: #000;
    font-weight: 500;
    transition: all .3s;
}

.top_menu_second_level > li.item-selected  > a{
    color: #000;
    transition: all .3s;
    font-weight: 500;
    display: block;
}


@media (min-width: 320px) {
    .top_menu_first_level {
        flex-flow: column nowrap;
        justify-content: flex-start;
        width: auto;
        position: absolute;
        top: 60px;
        background: #fff;
        transition: all .3s;
    }
    .top_menu_first_level.hide {
        right: -300px;
    }
    .top_menu_first_level.show {
        right: 0px;
    }
    .top_menu_first_level > li > a {
        display: block;
        border-bottom: 1px solid #ffd200;
    }
    .top_menu_first_level > li:last-child > a {
        /*border-bottom: 0;*/
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .top_menu_first_level {
        flex-flow: row nowrap;
        justify-content: space-between;
        width: 100%;
        position: relative;
        background: none;
        top: 0;
        transition: all .3s;
    }
    .top_menu_first_level.hide {
        right: auto;
    }
    .top_menu_first_level.show {
        right: 0px;
    }
    .top_menu_first_level > li > a {
        display: inline;
        border-bottom: 0;
    }
    .top_menu_item_has_sub:hover > .top_menu_second_level {
        display: flex;
        top: 34px;
        min-width: 100%;
    }
}

@media (min-width: 1368px) {

}

/* End */


/* Start:/local/templates/educator/components/bitrix/menu/mobile_left_menu/style.css?16776225091411*/
.mobile_left_menu span {
	display: block;
	padding: 10px 0 5px 0;
	font-weight: 500;
	/*text-transform: uppercase;*/
	font-size: 13px;
	color: #555;
	text-align: center;
}

.mobile_left_menu_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
}

.mobile_left_menu_ul li {
	display: inline-block;
	text-align: center;
	border-right: 1px solid #ffd200;
	margin-right: 2px;
	margin-bottom: 2px;
}

.mobile_left_menu_ul li a {
	display: block;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	transition: all .3s;
	font-weight: 500;
	font-size: 12px;
}

.mobile_left_menu_ul li a.selected {
	background-color: #fff;
	color: #000;
	font-weight: 700;
}

.mobile_left_menu_ul li {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	border: 1px solid #fff;
	background-color: #fff;
}

.mobile_left_menu_ul li a {
	display: inline-block;
	margin: auto;
	background-color: #fff;
}

.mobile_left_menu_ul li.selected_li {
	background-color: #fff;
	color: #000;
}


@media (min-width: 320px) {
	.mobile_left_menu {
		display: block;
	}
}

@media (min-width: 410px) {
	.mobile_left_menu_ul li {
		width: calc(50% - 4px);
	}
}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {
	.mobile_left_menu_ul li {
		width: auto;
	}
}

@media (min-width: 1280px) {
	.mobile_left_menu {
		display: none;
	}
}

@media (min-width: 1368px) {

}
/* End */


/* Start:/local/templates/educator/template_styles.css?167990949815960*/
.fontawe {
    font-family: FontAwesome;
}

.fontawe:after, .fontawe:before, .topbutton i:after, .topbutton i:before {
    font-family: FontAwesome;
}

.topbutton {
    /*width: 20px;*/
    display: inline-block;
    /*display: none;*/
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: -15px;
}

*, *:after, *:before {
    box-sizing: border-box;
}

body {
    background-color: #fff590;
}

body, *, *:after, *:before {
    box-sizing: border-box;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.main_wrapper {
    position: relative;
}

.wrapper {

}

.max_width_wrapper {
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff590;
}

.max_width_wrapper_simple {
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.header_logo {
    display: block;
}

.header_logo a:hover svg {
    /*fill: #fff;*/
    transition: all .3s
}

.header_logo a svg {
    fill: #000;
    width: 100%;
    height: auto;
}

.header_menu {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    position: relative;
    z-index: 999;
}

.page_title h1 {
    font-weight: 700;
    padding: 0;
    display: block;
    text-align: center;
    /*text-transform: uppercase;*/

}

@media (min-width: 320px) {
    .max_width_wrapper {
        width: 100%;
        min-height: calc(100vh - 120px);
    }

    .max_width_wrapper_simple {
        width: 100%;
    }

    .header_logo {
        width: 20%;
    }

    .header_menu {
        width: 55%;
    }

    .main_wrapper {
        padding: 30px 15px 50px 15px;
    }

    .bs_container {
        box-shadow: 0px 3px 68px 0px #f4cd2b;
        padding: 0 15px 15px 15px;
    }

    .page_title h1 {
        font-size: 26px;
        margin: 15px 0 15px 0;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .header_logo {
        width: 15%;
    }

    .header_menu {
        width: 80%;
    }

    .main_wrapper {
        padding: 30px 15px 50px 15px;
    }

    .page_title h1 {
        font-size: 32px;
        margin: 15px 0 15px 0;
    }
}

@media (min-width: 1024px) {
    .header_logo {
        width: 10%;
    }

    .header_menu {
        width: 85%;
    }

    .main_wrapper {
        padding: 30px 15px 50px 15px;
    }

    .page_title h1 {
        font-size: 36px;
        margin: 30px 0 30px 0;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {
    .max_width_wrapper {
        width: 1170px;
        min-height: calc(100vh - 260px);
    }

    .max_width_wrapper_simple {
        width: 1170px;
    }

    .header_logo {
        width: 10%;
    }

    .header_menu {
        width: 85%;
    }

    .main_wrapper {
        padding: 100px 15px 50px 15px;
    }

    .bs_container {
        padding: 0 30px 30px 30px;
    }
}


.dev_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}

.dev_container span {
    display: inline-block;
    margin: auto;
    padding-top: 50px;
}

.dev_container a {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.dev_container a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all .3s;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.dev_container a:hover:after {
    width: 100%;
}


@media (min-width: 320px) {
    .dev_container {
        width: 100%;
    }
}


@media (min-width: 1280px) {
    .dev_container {
        width: 1170px;
    }
}

.feedback_form_wrapper {
    padding: 0 15px 0 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.feedback_form {
    max-width: 800px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    margin: 0 auto 15px auto;
}

.form_row {

}

.form_row:last-child .form_col {
    padding-bottom: 0;
}

.feedback_form .form_row:nth-child(1) {
    display: flex;
}

.feedback_form .form_row:nth-child(2) .form_col {
    width: 100%;
}

.form_col {
    padding-bottom: 15px;
}

.form_col input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 40px;
    padding: 0 10px;
}

.form_col input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 0;
}

.form_col textarea {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
}

.form_col p {
    font-size: 12px;
    display: block;
    margin: 0 0 5px 0;
}

.form_col a {
    display: inline-block;
    font-size: 13px;
    color: #0077B6;
    text-decoration: none;
}

.form_col button {
    display: inline-block;
    box-shadow: none;
    padding: 10px 30px;
    cursor: pointer;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
}

.form_col button:hover {
    background: #ffdf00;
    box-shadow: 2px 2px 60px #ffbf08;
    transition: all .3s;
}

.form_checkbox_row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.form_checkbox_row input {
    margin: auto 10px auto 0;
}

.form_checkbox_row label {
    margin: auto auto auto 0;
    font-size: 13px;
}

@media (min-width: 320px) {
    .feedback_form .form_row:nth-child(1) {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .feedback_form .form_row:nth-child(1) .form_col {
        width: 100%;
    }
    .feedback_form {
        padding: 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .feedback_form .form_row:nth-child(1) {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .feedback_form .form_row:nth-child(1) .form_col {
        width: calc(50% - 7.5px);
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .feedback_form {
        padding: 30px;
    }
}

@media (min-width: 1368px) {

}

/*Min page visitcard*/

.main_page_wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 30px;
}

.main_page_wrapper_flex {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.main_page_pic_col img {
    display: block;
    width: 100%;
}

.greeting_flex {

}

.greeting_flex .greeting_flex_row:nth-child(1) {
    font-weight: 300;
    color: #000000;
}

.greeting_flex .greeting_flex_row:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    color: #000000;
}

.greeting_flex .greeting_flex_row:nth-child(3) {
    font-style: normal;
    font-weight: 300;
    color: #000000;
}

.greeting_flex .greeting_flex_row:nth-child(4) {
    font-style: normal;
    font-weight: 600;
    color: #000000;

}

.greeting_flex .greeting_flex_row:nth-child(5) {
    font-style: normal;
    font-weight: 300;
    color: #000000;
}

.greeting_flex_row_blockquote {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    text-align: left!important;
}

.greeting_flex_row_blockquote_icon {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 45px;
    border-right: 3px solid #fff;
}

.greeting_flex_row_blockquote_icon.yellow_border {
    border-right: 3px solid #fff590;
}

.greeting_flex_row_blockquote_icon img {
    display: block;
    width: 30px;
    margin: 0 auto auto 0;
}

.greeting_flex_row_blockquote_text {
    width: calc(100% - 60px);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 100%;
    padding: 5px 0;
}


.greeting_flex_row_blockquote_text_value {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 25px;
}

.greeting_flex_row_blockquote_text_author {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

@media (min-width: 320px) {
    .main_page_wrapper_flex {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .main_page_text_col {
        width: 100%;
        text-align: center;
    }

    .main_page_pic_col {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .greeting_flex .greeting_flex_row:nth-child(1) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .greeting_flex .greeting_flex_row:nth-child(2) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .greeting_flex .greeting_flex_row:nth-child(3) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .greeting_flex .greeting_flex_row:nth-child(4) {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .greeting_flex .greeting_flex_row:nth-child(5) {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 55px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .main_page_wrapper_flex {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .main_page_text_col {
        width: calc(60% - 15px);
        text-align: left;
    }

    .main_page_pic_col {
        width: calc(40% - 15px);
        text-align: left;
        margin-bottom: 0;
    }

    .greeting_flex .greeting_flex_row:nth-child(1) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .greeting_flex .greeting_flex_row:nth-child(2) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .greeting_flex .greeting_flex_row:nth-child(3) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .greeting_flex .greeting_flex_row:nth-child(4) {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .greeting_flex .greeting_flex_row:nth-child(5) {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 55px;
    }
}

@media (min-width: 1024px) {
    .main_page_wrapper_flex {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .main_page_text_col {
        width: calc(50% - 15px);
    }

    .main_page_pic_col {
        width: calc(50% - 15px);
    }

    .greeting_flex .greeting_flex_row:nth-child(1) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .greeting_flex .greeting_flex_row:nth-child(2) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .greeting_flex .greeting_flex_row:nth-child(3) {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .greeting_flex .greeting_flex_row:nth-child(4) {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 20px;

    }

    .greeting_flex .greeting_flex_row:nth-child(5) {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 55px;
    }
}

@media (min-width: 1280px) {

}

/*Abut page*/

.about_wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}

.about_wrapper_inner {
    display: flex;
}

.about_wrapper_inner_col {
    width: calc(50% - 7.5px);
}

.about_wrapper_inner_col img {
    display: block;
    width: 100%;
}

.about_wrapper_inner_full {
    width: 100%;
    padding-top: 15px;
}

.about_wrapper_inner_full h2 {
    font-weight: 700;
}

.about_wrapper_inner_full h3 {
    font-weight: 700;
}

.about_wrapper_inner_col_title {
    font-weight: 700;
    margin-bottom: 15px;
}

.about_wrapper_inner_full p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-weight: 300;
}

.about_wrapper_inner_full p b {
    font-weight: 700;
}

p.underline_style {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-weight: 400;
}

p.underline_style a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

p.underline_style a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_wrapper_inner_full p.italic_style {
    font-style: italic;
    font-weight: 700;
}

.about_wrapper_inner_col ul {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 18px;
}

.about_wrapper_inner_col ul li {
    margin-bottom: 10px;
}

.about_wrapper_inner_addition_mobile ul {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 18px;
}

.about_wrapper_inner_addition_mobile ul li {
    margin-bottom: 10px;
}

.about_wrapper_education_certs_flex_outer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 30px;
}

.about_wrapper_education_certs_flex_title {
    padding: 15px 0 15px 0;
    font-weight: 700;
}

.about_wrapper_education_certs_flex_inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.about_wrapper_education_certs_flex_inner a {
    padding: 15px;
    width: 300px;
    display: block;
}

.about_wrapper_education_certs_flex_inner img {
    display: block;
    width: 100%;
}

@media (min-width: 320px) {
    .about_wrapper_inner_addition_mobile {
        display: block;
    }
    .about_wrapper_inner {
        flex-flow: column wrap;
        justify-content: flex-start;
    }

    .about_wrapper_inner_col {
        width: 100%;
    }
    .about_wrapper_inner .about_wrapper_inner_col:nth-child(1) {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .about_wrapper_inner .about_wrapper_inner_col:nth-child(2) {
        display: block;
    }
    .about_wrapper_inner_full {
        margin-bottom: 30px;
    }
    .about_wrapper_inner_col_title {
        font-size: 23px;
    }
    .about_wrapper {
        padding: 15px;
    }
    .about_wrapper_education_certs_flex_inner a {
        padding: 15px;
        width: 50%;
        display: block;
    }
    .about_wrapper_education_certs_flex_title {
        font-size: 23px;
        text-align: center;
    }
    .mobile_align {
        text-align: left;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .about_wrapper_education_certs_flex_inner a {
        padding: 15px;
        width: 300px;
        display: block;
    }
}

@media (min-width: 1024px) {
    .about_wrapper_inner_addition_mobile {
        display: none;
    }
    .about_wrapper_inner {
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .about_wrapper_inner_col {
        width: calc(50% - 7.5px);
    }
    .about_wrapper_inner .about_wrapper_inner_col:nth-child(1) {
        padding-bottom: 0;
    }
    .about_wrapper_inner .about_wrapper_inner_col:nth-child(2) {
        display: block;
    }
    .about_wrapper_inner_full {
        margin-bottom: 0;
    }
    .about_wrapper_inner_col_title {
        font-size: 26px;
    }
    .about_wrapper_education_certs_flex_title {
        font-size: 26px;
        text-align: left;
    }
    .mobile_align {
        text-align: right;
    }
}

@media (min-width: 1280px) {
    .about_wrapper {
        padding: 30px;
    }
}

@media (min-width: 1368px) {

}
/* End */
/* /local/templates/educator/components/bitrix/menu/top/style.css?16776225092730 */
/* /local/templates/educator/components/bitrix/menu/mobile_left_menu/style.css?16776225091411 */
/* /local/templates/educator/template_styles.css?167990949815960 */
