* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span[title='Шаблон сайта: webizi_school'] {
	display: none!important;
} 

html {
    background: #f3f5f7 url('../images/background.png') center center;
}

body {
    font-family: Roboto, sans-serif;
    width: 100%;
}

strong {
    font-family: RobotoBold;
}

input {
    outline: none;
}

a {
    text-decoration: none;
}

.content-child img {
    padding: 15px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.hidden {
    overflow: hidden;
}

.right-align {
    text-align: right;
}

.no-visible {
    display: none
}

.header {
    background: #fff;
    padding: 10px 360px 10px 140px;
    box-shadow: 0 3px 20px #edeff1;
    z-index: 3;
    min-height: 90px;
}

.logo {
    position: absolute;
    left: 33px;
    top: 9px;
}

.logo_desc {
    font-family: RobotoSlabRegular;
    font-size: 18px;
    color: #536283;
}

.header_nav {
    position: absolute;
    top: 16px;
    right: 15px;
    background: #f7f8fd;
    width: 300px;
    border-radius: 4px;
    padding: 12px 16px 6px;
    font-family: RobotoRegular;
    color: #a1a7bd;
}

.header_auth,
.header_search,
.header_drop,
.contact_adr,
.contact_phone,
.contact_mail {
    background: url(../images/ico.png);
}

.header_auth {
    height: 20px;
    width: 15px;
    background-position: 0 -79px;
}

.header_auth_block {
    display: inline-block;
    padding: 7px 11px;
    margin-right: 5px;
}

.header_auth_block:hover,
.header_search_block:hover,
.header_lang:hover {
    background: #fff;
    border-radius: 5px;
}

.header_search {
    height: 16px;
    width: 16px;
    background-position: -15px -79px;
}

.header_search_block {
    display: inline-block;
    padding: 9px 11px;
    margin-right: 4px;
    position: relative;
}

.header_search_form {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    height: 50px;
    width: 263px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
    padding: 10px;
}

.header_search_form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #dee5e8;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-family: RobotoRegular;
    color: #bbcad9;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 2px 5px;
}

.header_search_block:hover>.header_search_form,
.header_lang:hover>.header_lang_form {
    display: block;
}

.header_lang {
    position: relative;
    padding: 5px 11px;
    font-size: 13px;
    cursor: pointer;
    display: none;
}

.header_lang_form {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
    padding: 10px 20px;
}

.header-lang-line {
    margin: 10px 0;
    font-family: RobotoRegular;
    text-align: center;
}

.header-lang-line a {
    font-size: 14px;
    color: #a1a7bd;
}

.header_drop {
    display: inline-block;
    margin-left: 4px;
    height: 6px;
    width: 9px;
    background-position: -30px -79px;
}

.header_vers {
    margin-top: 6px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 9px;
}

.wis-content {
    position: relative;
    padding-left: 140px;
}

.main_info {
    overflow: hidden;
}

.main_info_left_slider {
    width: 54%;
}

.main_info_left_slider>.relative>.uk-slidenav,
.main_info_left_slider>div>.relative>.uk-slidenav {
    position: absolute;
    top: 0;
    line-height: 310px;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, .5);
}

.main_info_left_slider:hover>.relative>.uk-slidenav,
.main_info_left_slider:hover>div>.relative>.uk-slidenav {
    opacity: 1;
}

.main_info_left_slider>.relative>.uk-slidenav-previous,
.main_info_left_slider>div>.relative>.uk-slidenav-previous {
    left: 0;
}

.main_info_left_slider>.relative>.uk-slidenav-next,
.main_info_left_slider>div>.relative>.uk-slidenav-next {
    right: 0;
}

.main_info_right {
    width: 46%;
}

.main_info_left {
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 320px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.main_info_left_link {
    display: inline-block;
    padding: 35px;
}

.main_info_left_link p {
    font-family: RobotoBlack;
    font-size: 43px;
    line-height: 43px;
    color: #fff;
    text-shadow: 0 0 35px rgba(0, 0, 0, .75);
}

.main_info_left_link p:after {
    content: "\f138";
    font-family: FontAwesome;
    margin-left: 15px;
}

.main_contacts {
    margin: 12px 0 0 18px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}

.main_contacts_title {
    font-family: RobotoBold;
    font-size: 14px;
    color: #8d95a8;
    text-transform: uppercase;
}

.main_contacts_map {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.main_contacts_info {
    padding-right: 122px;
    font-family: RobotoRegular;
    font-size: 14px;
    color: #a8adc2;
}

.main_contacts_info_item {
    margin-top: 9px;
}

.main_contacts_info_item1 {
    margin-top: 9px;
}

.contact_adr {
    height: 17px;
    width: 10px;
    background-position: -30px 63px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: -3px;
}

.contact_phone {
    height: 14px;
    width: 14px;
    background-position: -15px 63px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -2px;
}

.contact_mail {
    height: 10px;
    width: 13px;
    background-position: 0 59px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -1px;
}

.main_contacts_info_mess {
    position: absolute;
    font-family: RobotoLight;
    font-size: 14px;
    color: #3db8db;
    padding: 7px 12px;
    border: 1px solid #3db8db;
    border-radius: 2px;
    bottom: 0;
    right: 0;
}

.main_contacts_info_mess:hover {
    background: #3db8db;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 153, 255, .3);
    text-decoration: none;
}

.main_block {
    padding-left: 14px;
}

.main_menu {
    background: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: -8px;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}

.main_menu::after {
    content: "";
    clear: both;
    display: table;
}

.main_menu div {
    display: block;
    1overflow: auto;
}

.main_menu div:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.main_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main_menu ul li {
    float: left;
    margin-right: 17px;
    position: relative;
}

.main_menu ul li:nth-last-child(1) {
    margin-right: 0 !important;
}

.main_menu ul li a {
    display: block;
    font-family: RobotoRegular;
    font-size: 14px;
    color: #9a9a9a;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 2px solid #fff;
}

.main_menu ul li a:hover,
.main_menu ul .active a {
    color: #2196f3;
    text-decoration: none;
    border-bottom: 2px solid #2196f3;
}

.main_menu ul li ul {
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    background: #fff;
    z-index: 4;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden;
}

.main_menu ul a {
    white-space: nowrap;
    display: block;
}

.main_menu ul li:hover ul {
    display: block;
}

.main_menu ul li ul li {
    float: none;
    text-align: left;
    margin-right: 0;
}

.main_menu ul li ul li a {
    padding: 10px 20px;
    margin-right: 0;
    text-transform: none;
    border: 0;
    color: #667f87 !important;
    border: 0 !important;
}

.main_menu ul li ul .item-selected a,
.main_menu ul li ul li a:hover {
    background: #eff5f7;
    border: 0;
    color: #667f87;
}

.main_director {
    margin-top: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
}

.main_director_img {
    text-align: center;
    width: 25%;
}

.main_director_content {
    width: 75%;
    padding: 14px;
    font-family: RobotoRegular;
    color: #98a0b3;
}

.main_director_position {
    color: #435579;
    font-size: 14px;
    line-height: 14px;
}

.main_director_name {
    margin-top: 5px;
    color: #435579;
    font-size: 18px;
    line-height: 18px;
}

.main_director_text {
    margin-top: 10px;
}

.news_block {
    padding: 23px 24px;
    background: #fff;
    border-top: 1px solid #e3ecee;
    border-bottom: 1px solid #e3ecee;
    min-height: 100px;
    margin-top: 58px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    border-radius: 6px;
}

.news_title {
    font-family: RobotoSlabLight;
    color: #1b283b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 26px !important;
    padding-left: 11px;
}

.news_title::after {
    content: "";
    clear: both;
    display: table;
}

.news_title span {
    color: #cccccc;
}

.news_title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news_title ul li {
    float: left;
}

.news_title ul li::after {
    content: '/';
    margin: 0 15px;
    color: #cccccc;
}

.news_title ul li:nth-last-child(1)::after {
    content: '';
    margin: 0;
}

.news_title ul li a {
    font-family: RobotoSlabLight;
    color: #cccccc;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news_title ul li a:hover {
    color: #1b283b;
}

.news_title ul .uk-active a {
    color: #1b283b;
}

.news_item {
    display: block;
    margin-bottom: 18px !important;
    padding: 11px;
}

.news_item:hover {
    background: #f6f8fa;
    border-radius: 3px;
    text-decoration: none;
}

.news_date {
    font-family: RobotoBold;
    color: #8d95a8;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.news_name {
    font-family: RobotoLight;
    font-size: 16px;
    color: #42547c;
}

.link_all {
    font-family: RobotoLight;
    color: #8d95a8;
    font-size: 14px;
    border: 1px solid #8d95a8;
    border-radius: 4px;
    padding: 5px 19px 7px 19px;
    float: right;
}

.link_all:hover {
    background: #8d95a8;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 153, 255, .3);
    text-decoration: none;
}

.services_block {
    margin-top: 30px;
}

.services_title {
    font-family: RobotoSlabLight;
    font-weight: bold;
    font-size: 24px;
    color: #90a4ae;
    margin-bottom: 30px;
}

.services_item {
    padding-right: 2px;
}

.services_item_li {
    display: block;
    background: #fff;
    border-radius: 3px;
    border: 3px solid #fff;
    height: 250px;
    margin-bottom: 3px;
    overflow: hidden;
}

.services_item_li:hover {
    border: 3px solid #81ccf4;
}

.services_item_li div {
    font-family: RobotoSlabRegular;
    padding: 0 10px;
    color: #1b283b;
    font-size: 12px;
}

.services_item_li div img {
    padding-bottom: 11px;
}

.services_con {
    padding-right: 98px;
}

.services-slidenav {
    position: absolute;
    height: 100%;
    width: 46px;
    background-color: #fff;
    border-radius: 3px;
    top: 0;
    padding: 103px 10px 110px 17px;
    font-size: 45px;
}

.services-prev,
.services-next {
    color: #28d1cb;
}

.services-prev:hover,
.services-next:hover {
    color: #81ccf4;
}

.services-prev {
    right: 50px;
}

.services-next {
    right: 0;
}

.slider_block {
    padding: 30px 0 40px;
}

.slider_con {
    padding: 0 30px;
}

.slider_item {
    display: block;
    margin: 8px 0;
    text-align: center;
    height: 180px;
    overflow: hidden;
}

.slider_item img {
    max-height: 150px;
}

.main_arrow {
    position: absolute;
    top: 50%;
    padding: 5px 6px;
    background-color: #e3ecee;
    width: 20px;
    height: 23px;
    border-radius: 4px;
    margin-top: -12px;
}

.main_arrow:hover {
    background-color: #01365d;
}

.left_arrow {
    background-image: url(../images/slider_left.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
}

.right_arrow {
    background-image: url(../images/slider_right.png);
    background-position: center center;
    background-repeat: no-repeat;
    right: 0;
}

@media all and (max-width: 580px) {
    .main_arrow {
        width: 60px;
        height: 60px;
    }
    .main_info_left_slider>.relative>.uk-slidenav,
    .main_info_left_slider>div>.relative>.uk-slidenav {
        opacity: 1;
        color: rgba(50, 50, 50, .9);
    }
    .news_title ul li {
        width: 100%;
    }
    .news_title ul li::after {
        content: '';
        margin: 0;
    }
    .news_title ul li a {
        display: block;
        text-align: center;
        color: #fff;
        background: #ccc;
        font-size: 20px;
        font-weight: bold;
        padding: 15px 5px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .news_title ul li a:hover {
        color: #1b283b;
    }
    .news_title ul .uk-active a {
        color: #1b283b;
        text-decoration: none;
    }
    .services_title {
        text-align: center;
    }
}

.useful_block {
    padding: 30px 0 0;
}

.useful_item {
    display: block;
    height: 120px;
    background-position: center center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    padding: 0 10px;
    margin-bottom: 10px !important;
}

.useful_item_name {
    position: relative;
    z-index: 2;
    font-family: RobotoRegular;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.useful_over {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.small_menu_button {
    background: #fff;
    margin: 15px 0;
    border-radius: 5px;
}

.left_sidebar {
    z-index: 2;
    position: absolute;
    width: 140px;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    box-shadow: 0 3px 30px #edeff1;
    padding-top: 29px;
}

.left_button {
    text-align: center;
    height: 84px;
    width: 90px;
    display: inline-block;
    margin-bottom: 38px;
    padding: 14px 3px 0 3px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #e0e2e5;
}

.left_button:hover {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
}

.left_button_name {
    font-family: RobotoRegular;
    font-size: 12px;
    color: #98a0a6;
    margin-top: 5px;
}

.left_menu_button {
    text-align: center;
    height: 84px;
    width: 87px;
    display: inline-block;
    margin-bottom: 38px;
    padding: 18px 3px 0 3px;
    border-radius: 3px;
    cursor: pointer;
    display: none !important;
}

.left_menu_button:hover,
.wi-lmenu-active {
    background: #f2fafe;
}

.left_menu_button_name {
    font-family: RobotoRegular;
    font-size: 12px;
    color: #0399e9;
    margin-top: 10px;
}

.online-mess {
    margin-top: 38px;
    padding: 21px 5px 17px;
    background: #f4f8fe;
    cursor: pointer;
    display: block;
}

.online-mess:hover {
    text-decoration: none;
}

.online-mess-img {
    display: inline-block;
    width: 36px;
    height: 32px;
    background: url(../images/online-mess.png);
    background-position: 0 32px;
    margin-bottom: 10px;
}

.online-mess:hover>.online-mess-img {
    background-position: -36px 32px;
}

.online-mess-name {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #378cdd;
}

.online-mess:hover>.online-mess-name {
    color: #28d1cb;
}

.right_sidebar {
    position: relative;
    z-index: 1;
}

.footer {
    z-index: 2;
    background: #313d43;
    padding: 10px;
}

.copyright {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #becacf;
    margin-top: 20px;
}

.footer_menu {
    margin-top: 20px;
}

.footer_menu ul {
    margin: 0;
    padding: 0;
}

.footer_menu ul li {
    list-style: none;
}

.footer_menu ul li a {
    font-family: RobotoRegular;
    text-decoration: none;
    color: #becacf;
    font-size: 14px;
}

.footer_menu ul li a:hover {
    text-decoration: underline;
}

.main_menu_button {
    display: none;
}

.content-child {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    margin: 30px 0;
    min-height: 600px;
}

.menu-margin {
    height: 20px;
}

.popup_menu {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.popup_menu ul {
    padding: 50px 0 0 10px;
    margin: 0;
    list-style: none;
    width: 240px;
    background: #ffffff;
    box-shadow: inset -1px 0 0 0 #e5e5e5;
    height: 100%;
}

.popup_menu ul li {
    display: block;
}

.popup_menu ul li:hover {
    display: block;
    background: rgba(0, 0, 0, .05);
    border-radius: 4px 0 0 4px;
}

.popup_menu ul li a {
    display: block;
    position: relative;
    font-family: RobotoRegular;
    color: #667f87;
    font-size: 14px;
    padding: 7px 15px 8px 10px;
}

.popup_menu ul li a i {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7px;
}

.popup_menu ul li ul {
    list-style: none;
    position: absolute;
    width: 240px;
    display: none;
    background: #f7f9fa;
    box-shadow: inset -1px 0 0 0 #e5e5e5;
}

.popup_menu ul li ul li ul {
    background: #f1f4f8;
}

.popup_menu ul li ul li ul li ul {
    background: #edf0f4;
}

.popup_menu ul li ul li {
    padding-top: 1px;
    float: none;
}

.popup_menu ul li ul a {
    display: block;
}

.popup_menu ul li:hover ul li ul li ul,
.popup_menu ul li:hover ul li ul {
    display: none;
}

.popup_menu ul li:hover ul {
    top: 0;
    display: block;
}

.popup_menu ul li ul li:hover ul,
.popup_menu ul li ul li ul li:hover ul {
    right: 0;
    top: 0;
    display: block;
}

@media all and (min-width: 1220px) {
    .popup_menu ul {
        width: 240px;
    }
    .popup_menu ul li ul {
        width: 240px;
    }
    .popup_menu ul li:hover ul {
        left: 240px;
    }
}

@media all and (min-width: 953px) and (max-width: 1219px) {
    .popup_menu ul {
        width: 190px;
    }
    .popup_menu ul li ul {
        width: 190px;
    }
    .popup_menu ul li:hover ul {
        left: 190px;
    }
}

@media all and (min-width: 850px) and (max-width: 952px) {
    .popup_menu ul {
        width: 162px;
    }
    .popup_menu ul li ul {
        width: 162px;
    }
    .popup_menu ul li:hover ul {
        left: 162px;
    }
}

.uk-offcanvas .uk-search {
    display: block;
    margin: 20px 15px;
}

.uk-search {
    display: inline-block;
    position: relative;
    margin: 0;
}

.uk-offcanvas .uk-search-field {
    width: 100%;
    border-color: transparent;
    background: #1a1a1a;
    color: #ccc;
}

.uk-search-field {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: #666;
    -webkit-appearance: none;
    width: 120px;
    height: 30px;
    padding: 0 0 0 30px;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle;
}

.uk-search:before {
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: #ccc;
}

.uk-offcanvas-bar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.main-modal {
    background: #f3f5f7 url('../images/background.png') center center;
    border-radius: 3px;
}

.main-modal-title {
    font-family: RobotoLight;
    font-size: 30px;
    line-height: 30px;
    padding: 20px 15px;
    color: #435579;
}

.main-modal-content,
.main-modal-content a {
    font-family: RobotoRegular;
    font-size: 20px;
    line-height: 30px;
    color: #435579;
}

@media all and (min-width: 981px) {
    .mini-menu {
        display: none;
    }
}

@media all and (min-width: 851px) and (max-width: 980px) {
    .mini-menu-menu {
        1display: none !important;
    }
}

@media all and (max-width: 980px) {
    .header_nav {
        display: none;
    }
    .header {
        padding: 10px 10px 10px 140px;
    }
    .mini-menu {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 3;
    }
    .mini-menu a {
        float: left;
        display: block;
        width: 25%;
        background: #0399e9;
        padding: 7px 5px;
        text-align: center;
        font-size: 20px;
        color: #f2fafe;
        border-right: 1px solid #f2fafe;
    }
    .mini-menu a:nth-last-child(1) {
        border-right: 0;
    }
    .main_info_left_link a {
        font-size: 26px;
        line-height: 26px;
    }
    .footer {
        padding-bottom: 35px;
    }
}

@media all and (max-width: 850px) {
    .left_sidebar {
        display: none;
    }
    .mini-menu a {
        display: block;
    }
    .wis-content,
    .main_block {
        padding-left: 0;
    }
    .main_menu ul {
        display: none;
    }
    .main_menu_button {
        display: block;
        font-family: RobotoRegular;
        font-size: 14px;
        color: #9a9a9a;
        text-transform: uppercase;
        padding: 22px 0;
        border-bottom: 2px solid #fff;
        text-align: center;
    }
    .main_menu_button:hover {
        color: #2196f3;
        text-decoration: none;
        border-bottom: 2px solid #2196f3;
    }
}

@media all and (max-width: 750px) {
    .main_info_left_slider,
    .main_info_right,
    .main_director_img,
    .main_director_content,
    .main_info_left {
        width: 100%;
    }
    .main_contacts {
        margin: 12px 0 20px 0;
    }
}

@media all and (max-width: 549px) {
    .main_contacts_info {
        padding-right: 0;
        padding-bottom: 45px;
    }
    .header {
        padding: 10px;
    }
    .logo {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        left: 0;
    }
    .logo img {
        max-width: 250px;
    }
    .news_block {
        padding: 15px 10px;
    }
    .news_title {
        font-size: 20px;
        line-height: 20px;
    }
}

.news_detail_dopimg {
    display: block;
    height: 120px;
    background-position: center center;
    background-size: cover;
    margin: 15px 0 !important;
}

.news_detail_del {
    font-family: RobotoRegular;
    font-size: 19px;
    border-top: solid 1px rgba(130, 130, 130, 0.3);
    border-bottom: solid 1px rgba(130, 130, 130, 0.3);
    margin: 15px 0;
    padding: 8px 10px;
}

.news_detail_doc {
    margin: 10px 0 !important;
}

.news_detail_doc a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #7b7b7b;
    word-break: break-word;
    text-align: center;
    padding: 35px 5px 5px 5px;
    transition-duration: 0.5s;
}

.news_detail_doc a:hover {
    background: #f4f8fe;
    border-radius: 5px;
    text-decoration: none;
    transition-duration: 0.5s;
}

.news_detail_doc_abs {
    position: absolute;
    height: 100%;
    width: 23px;
    top: 5px;
    left: 0;
    width: 100%;
    font-size: 20px;
}

.news_nav_string {
    margin: 30px 0 20px;
}

.content-child h1 {
    font-family: RobotoLight;
    font-size: 30px;
    line-height: 30px;
}

.to_top {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, .08);
    bottom: 50px;
    right: 30px;
    position: fixed;
    font-size: 24px;
    line-height: 45px;
    color: #378cdd;
    text-align: center;
    display: inline-block;
    z-index: 10;
}

.auth_form input[type="text"],
.auth_form input[type="password"] {
    width: 100%;
    background: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #b4c0c5;
    margin: 20px 0;
    padding-bottom: 5px;
    font-family: RobotoRegular;
    font-size: 18px;
    color: #b4c0c5;
    text-align: center;
}

.bx-auth-reg input[type="submit"],
.bx-auth input[type="submit"],
.auth_form input[type="submit"],
input[name="send_account_info"] {
    cursor: pointer;
    width: 200px;
    padding: 20px 10px;
    background: #2196f3;
    margin: 20px 0;
    border-radius: 5px;
    border: 0;
    font-family: RobotoBold;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.bx-auth-reg input[type="text"],
.bx-auth-reg input[type="password"],
.bx-auth input[type="text"],
.bx-auth input[type="password"],
.bx-forgotpass-table input[type="text"],
.bx-forgotpass-table input[type="password"] {
    width: 100%;
    background: 0;
    border: 2px solid #b4c0c5;
    margin: 20px 0;
    padding-bottom: 5px;
    font-family: RobotoRegular;
    font-size: 18px;
    color: #b4c0c5;
    padding: 5px;
}

.authorize-submit-cell {
    text-align: center !important;
}

.bx-auth td,
.bx-forgotpass-table td,
.bx-auth-reg td {
    text-align: left;
    display: block !important;
}

.bx-auth,
.bx-auth table,
.bx-forgotpass-table,
.bx-auth-reg,
.bx-auth-reg table {
    max-width: 100% !important;
    width: 100% !important;
}


/* ==========================================================================
NEWS-LIST */


/* ========================================================================== */

@media (min-width: 768px) {
    .news-item-image {
        float: left;
        margin-right: 30px;
        max-width: 40%;
    }
    .news-list .news-item-image+.news-item-text {
        overflow: hidden;
    }
    .news-list .news-item-image+.news-item-text .news-item-header {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .news-item-image {
        float: none;
        overflow: hidden;
    }
}

.news-detail .news-item-text {
    font-size: 16px;
    line-height: 25px;
    margin-top: 40px;
}

.news-item {
    margin: 20px 0;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(130, 130, 130, 0.3);
}

.news-item:before,
.news-item:after {
    content: " ";
    display: table;
}

.news-item:after {
    clear: both;
}

.news-item:first-child {
    margin-top: 0;
}

.news-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.news-item-header {
    text-transform: none;
    font: normal 16px/25px "RobotoRegular", OpenSans, Arial, sans-serif;
    margin: 0;
}

.news-item-header p {
    color: #07D;
}

.news-item-header a {
    display: inline-block;
}

.news-item-date {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: lowercase;
}

.news-item-main {
    font-size: 16px;
}

.news-item-main .news-item-header {
    font: normal 22px/30px "RobotoRegular", OpenSans, Arial, sans-serif;
    margin: 1em 0;
}

.news-item-main .news-item-date {
    margin-bottom: 20px;
}

.news-detail h2 {
    font: normal 22px/30px "RobotoLight", OpenSans, Arial, sans-serif;
    margin: 35px 0;
}

.wi-back i {
    margin-right: 7px;
}


/* Breadcrumb
-----------------------------------------------------------------------------*/

.breadcrumb_block {
    padding: 25px 0 0 5px;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #828282;
    margin-bottom: 20px;
}

.breadcrumb ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.breadcrumb ul li a {
    color: #828282;
}


/* ==========================================================================
FORMS */


/* ========================================================================== */

.input {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 11px;
    color: #1c1c1c;
    vertical-align: middle;
    border: solid 1px transparent;
    outline: none;
    background-color: #dcecf6;
    -webkit-appearance: none;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.input:hover {
    background-color: #157fc4;
    color: #ffffff;
}

.input:hover:-moz-placeholder {
    color: #ffffff;
}

.input:hover:-ms-input-placeholder {
    color: #ffffff;
}

.input:hover::-webkit-input-placeholder {
    color: #ffffff;
}

.input:focus {
    outline: none;
    border-color: #157fc4;
    background-color: transparent;
    color: #157fc4;
}

.input:focus:-moz-placeholder {
    color: #828282;
}

.input:focus:-ms-input-placeholder {
    color: #828282;
}

.input:focus::-webkit-input-placeholder {
    color: #828282;
}

textarea.input {
    padding: 10px 20px;
    height: auto;
}

select.input {
    padding: 0;
    cursor: pointer;
    -webkit-appearance: menulist;
}

select.input[multiple],
select.input.multiple {
    -webkit-appearance: inherit;
}

.input[type="number"],
.input[type="date"],
.input[type="time"] {
    padding: 0 0 0 20px;
}

.input[type="color"] {
    padding: 0;
}

.input[type="file"] {
    padding: 7px;
}

.input-required,
.input:required {
    border-color: #ea5600;
}

.input.disabled,
.input-disabled,
.input:disabled {
    opacity: .5;
}

.input.disabled:hover,
.input-disabled:hover,
.input:disabled:hover {
    background-color: #dcecf6;
    color: #1c1c1c;
}

.white-inputs .input,
.input.input-white {
    background-color: #ffffff;
    border-width: 2px;
}

.white-inputs .input:hover,
.input.input-white:hover {
    color: #157fc4;
    background-color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.white-inputs .input:focus,
.input.input-white:focus {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
    box-shadow: none;
}

.white-inputs .input:focus:-moz-placeholder,
.input.input-white:focus:-moz-placeholder {
    color: #d9d9d9;
}

.white-inputs .input:focus:-ms-input-placeholder,
.input.input-white:focus:-ms-input-placeholder {
    color: #d9d9d9;
}

.white-inputs .input:focus::-webkit-input-placeholder,
.input.input-white:focus::-webkit-input-placeholder {
    color: #d9d9d9;
}

.white-inputs .input.disabled,
.input.input-white.disabled,
.white-inputs .input-disabled,
.input.input-white-disabled,
.white-inputs .input:disabled,
.input.input-white:disabled {
    opacity: .5;
}

.white-inputs .input.disabled:hover,
.input.input-white.disabled:hover,
.white-inputs .input-disabled:hover,
.input.input-white-disabled:hover,
.white-inputs .input:disabled:hover,
.input.input-white:disabled:hover {
    color: #1c1c1c;
    background-color: #ffffff;
    box-shadow: none;
}

.white-inputs .input:-moz-placeholder,
.input.input-white:-moz-placeholder {
    color: #ededed;
}

.white-inputs .input:-ms-input-placeholder,
.input.input-white:-ms-input-placeholder {
    color: #ededed;
}

.white-inputs .input::-webkit-input-placeholder,
.input.input-white::-webkit-input-placeholder {
    color: #ededed;
}

.white-inputs select.input:focus,
.white-inputs select.input:hover,
select.input-white:focus,
select.input-white:hover {
    color: #157fc4 !important;
    background-color: #ffffff !important;
}

.input-block-level,
.input-block {
    width: 100%;
}

.checkbox {
    position: absolute;
    left: -9999px;
}

.checkbox+label {
    cursor: pointer;
    margin-top: 4px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox+label>span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
    border: solid 1px #d4d4d4;
    border-radius: 2px;
    position: relative;
}

.checkbox+label:hover>span {
    border-color: #d4d4d4;
}

.checkbox:checked+label>span {
    border-color: #d4d4d4;
}

.checkbox:checked+label>span:before {
    content: ' ';
    position: absolute;
    border: solid #157fc4;
    border-width: 0 0 2px 2px;
    height: 4px;
    width: 9px;
    left: 3px;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox:focus+label>span {
    border-color: #157fc4;
}

.checkbox:focus+label {
    color: #157fc4;
}

.checkbox:checked:disabled+label>span,
.checkbox:checked:disabled+label:hover>span {
    border-color: #1c1c1c;
    background-color: #4f4f4f;
    cursor: default;
}

.checkbox:checked:disabled+label>span:before,
.checkbox:checked:disabled+label:hover>span:before {
    border-color: #1c1c1c;
}

.checkbox:disabled+label>span,
.checkbox:disabled+label>span:hover,
.checkbox:disabled+label:hover>span {
    border-color: #1c1c1c;
    background-color: #363636;
    cursor: default;
}

.checkbox:disabled+label>span:before,
.checkbox:disabled+label>span:hover:before,
.checkbox:disabled+label:hover>span:before {
    border-color: #1c1c1c;
}

.checkbox:disabled+label,
.checkbox:disabled+label:hover {
    color: #1c1c1c;
    cursor: default;
}

.radio {
    position: absolute;
    left: -9999px;
}

.radio+label {
    cursor: pointer;
    margin-top: 4px;
    display: inline-block;
}

.radio+label>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
    border: solid 1px #d4d4d4;
    position: relative;
    border-radius: 10px;
}

.radio+label:hover>span,
.radio+label:focus>span {
    border-color: #d4d4d4;
}

.radio:checked+label>span {
    border-color: #d4d4d4;
}

.radio:checked+label>span:before {
    content: ' ';
    position: absolute;
    height: 12px;
    width: 12px;
    background: #157fc4;
    left: 3px;
    top: 3px;
    background-image: -webkit-linear-gradient(left, #000000 0%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #000000 0%, #ffffff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 15px;
}

.radio:focus+label>span {
    border-color: #157fc4;
}

.radio:focus+label {
    color: #157fc4;
}

.radio:checked:disabled+label>span,
.radio:checked:disabled+label:hover>span {
    border-color: #1c1c1c;
    background-color: #4f4f4f;
    cursor: default;
}

.radio:checked:disabled+label>span:before,
.radio:checked:disabled+label:hover>span:before {
    background: #1c1c1c;
}

.radio:disabled+label>span,
.radio:disabled+label>span:hover,
.radio:disabled+label:hover>span {
    border-color: #1c1c1c;
    background-color: #363636;
    cursor: default;
}

.radio:disabled+label>span:before,
.radio:disabled+label>span:hover:before,
.radio:disabled+label:hover>span:before {
    background: #1c1c1c;
}

.radio:disabled+label,
.radio:disabled+label:hover {
    color: #1c1c1c;
    cursor: default;
}

.bx-auth-reg .alert p {
    margin: 0 !important;
}

.form-control {
    margin: 1em 0;
}

.form-control .input {
    margin: 0;
}

.form-label {
    padding-bottom: 8px;
    display: inline-block;
}

@media (min-width: 768px) {
    .form-label {
        text-align: right;
        line-height: 40px;
        vertical-align: middle;
        padding-bottom: 0;
    }
}

.required {
    color: #a42338;
}

blockquote {
    background: none;
    border-left: 5px solid #fff;
    margin: 0 0 0 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    position: relative;
    font-style: normal;
}

blockquote cite {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #828282;
}

.button_submit {
    cursor: pointer;
    padding: 10px 10px;
    background: #2196f3;
    margin: 20px 0;
    border-radius: 3px;
    border: 0;
    font-family: RobotoBold;
    color: #fff;
    font-size: 14px;
}

.wi_ib_error {
    font-family: RobotoSlabRegular;
    font-size: 18px;
    margin: 50px 0;
    color: #ca2e2e;
    text-align: center;
}

.mfeedback textarea {
    width: 100%;
    max-width: 100%;
}

.scrollup {
    display: none;
}

.wi-menu-show {
    display: block;
}

.uk-lightbox-content>.uk-slidenav {
    height: 65px;
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 5px;
    display: block !important;
}

.other_resources_name {
    font-size: 15px;
    color: #828282;
    margin-top: 10px;
}

.search_line {
    position: relative;
    width: 100%;
    height: 40px;
    background: #f0f2f6;
    border-radius: 4px;
    padding-right: 65px;
    overflow: hidden;
}

.search_line input[type="submit"] {
    position: absolute;
    height: 40px;
    right: 0;
    top: 0;
    width: 65px;
    text-align: center;
    background: #a6adc1;
    color: #f9fafe;
    border: 0;
    cursor: pointer;
}

.search_line input[type="submit"]:hover {
    background: #999fb1;
}

.search_line input[type="text"] {
    height: 40px;
    padding-left: 15px;
    color: #999fb1;
    background: 0;
    border: 0;
    width: 100%;
}

.wi-fb-err {
    border: 1px solid red;
}

.uk-nav-offcanvas .uk-nav-header {
    color: #777;
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, .3);
    background: #404040;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}


/*
/	WI.help
*/

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wi-blink {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.wi-pp-block {
    width: 600px;
    position: fixed;
    z-index: 99999999;
    left: 50%;
    margin-left: -300px;
    top: 15%;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #317b9f;
    color: #fff;
    overflow: auto;
    max-height: 70%;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    font-family: 'Roboto-Light';
}

.wi-pp-block .wi-zk-listtitle {
    text-decoration: underline;
}

.wi-pp-block .wi-pp-mess .wi-zk-structure {
    text-align: left;
}

.wi-pp-mess a {
    text-decoration: underline;
    color: #a6f1f9;
}

.wi-blink {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.wi-pp-ico {
    margin-bottom: 10px;
    padding: 0 5px;
}

.wi-pp-mess {
    margin-bottom: 40px;
    padding: 5px;
    font-size: 16px;
}

.wi-pp-close {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    width: 100px;
    background-color: #009ed2;
    border-radius: 3px;
    font-size: 12px;
    opacity: .8;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.wi-pp-close:hover {
    opacity: 1;
}

.wi-pp-ico-cross,
.wi-pp-ico-check,
.wi-pp-ico-warning {
    width: 29px;
    height: 29px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}

.wi-pp-ico-cross {
    background-image: url(../images/cross.png);
}

.wi-pp-ico-check {
    background-image: url(../images/check.png);
}

.wi-pp-ico-warning {
    background-image: url(../images/warning.png);
}

.news-foto-block {
    display: block;
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-foto-h3 {
    margin: 10px 0 30px !important;
}

.news-item-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

select option[value="top"] {
    display: none;
}

*[title="Двойной щелчок - Редактировать включаемую область раздела"],
*[title="Двойной щелчок - Изменить элемент"],
*[title="Двойной щелчок - Добавить элемент"],
[title="Двойной щелчок - Добавить элемент"]>div,
*[title="Двойной щелчок - Редактировать пункты меню"],
[title="Двойной щелчок - Изменить элемент"] {
    background-color: #befaff !important;
}


/*
.bxhtmled-taskbar-cnt {
	display: none;
	}*/

#bx-panel-buttons-inner [data-group-id] .bx-panel-button .bx-panel-button-inner a:nth-last-child(1) span span:nth-last-child(1) {
    1display: none!important;
}

.header_auth_login {
    height: 20px;
    width: 15px;
    background: url(../images/ico2.png);
}


/*
/	dir-img
*/

[data-imgajax] {
    display: none;
}

.main_director_img {
    position: relative;
}

.main_director_img.wi-editmode {
    border: 3px solid #befaff;
    cursor: pointer;
}

.main_director_img img {
    background-color: rgb(190, 250, 255) !important;
    display: inline-block;
}

.main_director_img img {
    display: inline-block;
}

.wi-dir-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTQ4MC4xMjUsNDVsLTQxLTQxYy0zLTMtNS00LTktNHMtNywxLTEwLDRsLTI0MCwyNDBjLTEsMS0yLDMtMyw1bC0yNiw2N2MtNCw5LDMsMTksMTIsMTkgICAgIGMyLDAsMywwLDUtMWw2OC0yN2MyLTEsMy0yLDQtM2wyNDAtMjQwQzQ4NS4xMjUsNTksNDg1LjEyNSw1MCw0ODAuMTI1LDQ1eiBNMjIzLjEyNSwyODNsLTM2LDE0bDE0LTM2bDIyOS0yMjhsMjIsMjJMMjIzLjEyNSwyODMgICAgIHoiIGZpbGw9IiMwMDAwMDAiLz4KCQkJPHBhdGggZD0iTTM3My4xMjUsMjM4Yy0xMiwwLTIyLDEwLTIyLDIydjIwN2gtMjgyVjc5aDIxNmMxMiwwLDIyLTksMjItMjFzLTEwLTIyLTIyLTIyaC0yMzggICAgIGMtMTIsMC0yMSwxMC0yMSwyMnY0MzBjMCwxMiw5LDIyLDIxLDIyaDMyNmMxMiwwLDIxLTEwLDIxLTIyVjI2MEMzOTQuMTI1LDI0OCwzODUuMTI1LDIzOCwzNzMuMTI1LDIzOHoiIGZpbGw9IiMwMDAwMDAiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
    background-color: rgba(255, 255, 255, .4);
    z-index: 5;
}

.main_director_img:hover .wi-dir-bg {
    display: block;
}

.wi-in-progress .wi-dir-bg,
.wi-in-progress:hover .wi-dir-bg {
    display: none;
}

.wi-loader-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    z-index: 10;
    background-color: rgb(190, 250, 255, .8);
    overflow: hidden;
    text-align: center;
}


/*
/	ajax-loader
*/

.wi-ajaxloader-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
    border-radius: 5px;
}

.wi-container-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all 1s linear .1ms;
    -moz-transition: all 1s linear .1ms;
    -o-transition: all 1s linear .1ms;
    transition: all 1s linear .1ms;
}

.wicssload-spin-box {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 9999;
    box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    -o-box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    -ms-box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    -webkit-box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    -moz-box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    animation: wicssload-spin ease infinite 3.4s;
    -o-animation: wicssload-spin ease infinite 3.4s;
    -ms-animation: wicssload-spin ease infinite 3.4s;
    -webkit-animation: wicssload-spin ease infinite 3.4s;
    -moz-animation: wicssload-spin ease infinite 3.4s;
}

@keyframes wicssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    }
    25% {
        box-shadow: -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221);
    }
    50% {
        box-shadow: -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-o-keyframes wicssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    }
    25% {
        box-shadow: -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221);
    }
    50% {
        box-shadow: -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-ms-keyframes wicssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    }
    25% {
        box-shadow: -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221);
    }
    50% {
        box-shadow: -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-webkit-keyframes wicssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    }
    25% {
        box-shadow: -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221);
    }
    50% {
        box-shadow: -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-moz-keyframes wicssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254);
    }
    25% {
        box-shadow: -15px 15px rgb(244, 248, 254), -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221);
    }
    50% {
        box-shadow: -15px -15px rgb(55, 141, 221), 15px -15px rgb(244, 248, 254), 15px 15px rgb(55, 141, 221), -15px 15px rgb(244, 248, 254);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

.bx-core-adm-dialog .bx-core-editor-dialog-buttons {
    padding-top: 32px !important;
}

div[title="Двойной щелчок - Редактировать страницу в визуальном редакторе"] {
    background-color: #befaff !important;
}

.wi-green {
    padding: 20px;
    border: 1px solid #00ce10;
    color: #009206;
    background: #dfffdd;
}

.news-detail td {
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .4);
}

.table-page {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.table-page tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table-page td,
.table-page th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.table-page th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.table-page td:first-child,
.table-page th:first-child {
    border-left: none;
}

.table-page th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.table-page th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.table-page th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.table-page tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.table-page tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.banner_ruinform {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}

@media all and (min-width: 981px) {
    .banner_ruinform .min {
        display: none;
    }
}

@media all and (max-width: 980px) {
    .banner_ruinform {
        flex-flow: row;
    }
    .banner_ruinform .big {
        display: none;
    }    
    .banner_ruinform .min { 
        display: inline;
    }
    .banner_ruinform .min img {
        height: 100%;
    }
}

@media all and (max-width: 515px) {
    .banner_ruinform {
        flex-flow: column;
    }
}

.parent_items {
    position: relative;
    background: #34a3e8;
    border-radius: 4px 0 0 4px; 
    margin-bottom: 3px;
    color: #fff !important;
    padding: 7px 15px 8px 52px !important;
}

.parent_items::after {
    content: '';
    display: block;
    height: 100%;
    width: 31px;
    position: absolute;
    top: 0;
    left: 9px;
    background-image: url(/bitrix/templates/webizi_school/images/parents_link.png);
    background-position: center;
    background-repeat: no-repeat;
} 

.main_contacts_social { 
    position: absolute;
    top: 0;
    right: 0;
}

.main_contacts_social img {
    width: 36px;
}

span[title='Шаблон сайта: webizi_school'] { 
	display: none!important;
}  

.banner_1class {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.banner_1class a img{
    max-height: 200px;
    border-radius: 10px;
}

.game_c {
    position: relative;
  }

.game_c .banner_info {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 5px;
    top: 20%;
    text-align: center;
    font-size: 1rem;
    color: rgb(247, 2, 2);
  }
  .game_c:hover .banner_info{
    display: block;
  }