@charset "UTF-8";

html {font-size: 14px;}

body {background: #f6faff; font-size: 1em; font-family: 'Roboto', sans-serif; line-height: 1.42857143; color: #333; }

*:focus {outline: none; }

ul, li {padding: 0; margin: 0; list-style: none; }

body a,
body a:hover {color: #00aeff;}
body a:focus {text-decoration: none;}

/*
a {color: #0e60ab; }
a:hover, a:focus {color: #038acc;}
a:visited {color: #44515d; }
*/

#layout {background: #fff;/* padding-left: 0; *//* padding-right: 0; */}

#top_bar {background: #E5EEF9;padding: 3px 15px;line-height: 32px;}
#top_bar:after {content: ""; display: table; clear: both; }
.lng_menu {display: inline-block; vertical-align: middle; margin-right: 30px;}
.lng_menu li {display: inline-block; }
.lng_menu li + li {margin-left: 10px; }
.lng_menu li a {line-height: 1em;display: block;padding: 3px 5px;border-radius: 3px;}
.lng_menu li a.active {background: #fff;font-weight: 600;color: #007dca;text-decoration: none;cursor: default;pointer-events: none;}

#footer_bottom .lng_menu li.dev {display: inline-block !important;}

.wep_toggle {display: inline-block;padding: 3px 5px;border-radius: 3px;line-height: 1em;cursor: pointer;color: #00aeff;}
.wep_toggle:before {display: inline-block;content: "\f06e";font-family: "FontAwesome";margin-right: 4px;}
.wep_toggle:hover {background: #fff; color: #000; }
.wep_toggle._active:before {content: "\f070"; }



#header {padding: 0 15px;position: relative;}

.header_logo a {display: inline-block;color: #337ABB !important;font-size: 20px;font-weight: 600;height: 110px;line-height: 110px;padding-left: 156px;min-width: 260px;margin-top: 0;background: url('/files/00203/img/header_logo.png') 0 50% no-repeat;background-size: auto 72px;text-decoration: none;}
.header_logo a span {line-height: 1.1em; display: inline-block; vertical-align: middle; }

@media only screen and (max-width: 1100px) {
	.header_logo a {font-size: 17px;}
}

@media only screen and (max-width: 991px) {
	.header_logo a {margin-top: 0;margin-left: 60px; font-size: 20px;}
}

@media only screen and (max-width: 400px) {
	.header_logo a {width: auto;background-size: auto 44px;height: auto;line-height: initial;padding-top: 64px;padding-left: 0;background-position: 0 10px;text-align: left;font-size: 18px;padding-bottom: 10px;}
}

.header_contacts {background: #007dca;color: #fff;/* display: flex; */}
.header_contacts > .row {}
.header_contacts .phone_block {text-align: right;/* display: inline-block; */}
.header_contacts .phone_block .phone {font-size: 1.65em;font-weight: 500;}
.header_contacts .phone_block .prefix {color: #99dfff; }

.header_contacts .phone_block .descr {margin-top: -.25em;font-size: .9em;line-height: 1.2em;}

.header_contacts .caption {padding: 18px 10px 18px;/* min-height: 90px; *//* display: flex; *//* flex-grow: 1; *//* align-items: center; *//* justify-content: flex-end; */}


.header_contacts .hotline {background: #00aeff url('/files/00203/img/contacts_hotline.png') 0 100% no-repeat;}
.header_contacts .handshake {background: #007dca url('/files/00203/img/contacts_handshake.png') 0 100% no-repeat;/* padding: 0 10px; */height: 100%;}
.header_contacts .booking {background: #015a8f url('/files/00203/img/contacts_note.png') 0 100% no-repeat;}




/* строка поиска */
.search_field {float: right;text-align: left;padding: 0 32px 0 0;position: relative;max-width: 220px;display: inline-block;}
.search_field:hover {opacity: 1; }

.search_form {line-height: 1em; }
.search_form input[type="search"] {background: #fff;color: #222;border: none;width: 100%;padding: 0 2px;padding-left: 5px;margin: 0;outline: none;font-size: 0.9em;height: 32px;display: block;box-sizing: border-box;}

.search_form .button {border: 0;position: absolute;width: 32px;height: 32px;right: 0;top: 0;margin: 0;line-height: 32px;font-size: 18px;text-align: center;padding: 0;border-radius: 0;color: #fff;}




.dropdown_block {position: relative;min-height: 100%;}
.dropdown_block.opened {z-index: 10; }
.dropdown_block .caption {padding: 22px 15px 25px;padding-right: 45px;cursor: pointer;padding-left: 90px;}
.dropdown_block .caption:after {text-align: center;content: "\f0d7";display: block;width: 20px;height: 30px;position: absolute;top: 50%;margin-top: -15px;right: 15px;line-height: 30px;color: #fff;font-family: FontAwesome;font-size: 16px;transition: transform .3s ease .1s;}
.dropdown_block.opened .caption:after {transform: rotate(180deg);}

.dropdown_block .dropdown {display: block;position: absolute;top: 100%;left: 0;right: 0;height: auto;background-color: inherit;z-index: 10;padding: 0 30px 0;max-height: 0;overflow: hidden;opacity: 0;transition: max-height .25s ease, opacity .4s ease-out, padding .25s ease;}
.dropdown_block.opened .dropdown {max-height: 400px;padding: 15px 30px 30px;opacity: 1;}

.dropdown_block .phone_block .phone {/* font-size: 1.65em; */}


.dropdown_block .dropdown ul {font-size: .9em;}
.dropdown_block .dropdown ul li {margin-bottom: 8px;}
.dropdown_block .dropdown ul b {min-width: 60px; display: inline-block; font-weight: 400; }

.dropdown_block .dropdown ul + .phone_block {margin-top: 30px; margin-bottom: 30px; }

.dropdown_block .dropdown p {margin: 20px auto 0; font-size: .9em;}



#menu_toggle {width: 58px;height: 58px;line-height: 58px;padding: 0;font-size: 24px;border: none;position: absolute;top: 0;left: 0;z-index: 10;display: none;}


#main_menu {z-index: 200;position: relative;}
#main_menu ul {list-style: none; padding: 0; margin: 0 auto; }
#main_menu li {display: inline-block; position: relative; }
#main_menu a {display: block; color: #fff; }

#main_menu .level_0 {background: #00aeff; }
#main_menu .level_0 ul {}
#main_menu .level_0 a {text-decoration: none; display: block; }
#main_menu .level_0 a span {display: inline-block; position: relative; }


#main_menu .level_0 > li > a {position: relative;padding: 15px 10px;text-transform: uppercase;text-decoration: none;font-weight: 500;}



#main_menu .level_1 li {display: block; }
#main_menu .level_1 li.parent > a span {padding-right: 30px; }
#main_menu .level_1 a span {display: block; padding: 5px 15px; }









@media only screen and (max-width: 1199px) {
	.dropdown_block .caption {padding-left: 30px; text-align: right; }
	.header_contacts .caption {padding-left: 30px; }
}

@media only screen and (max-width: 991px) {

	.header_contacts .phone_block {text-align: left; }

	#menu_toggle {display: block; }
	
	#main_menu {display: none; }
	#main_menu .level_0 {border-bottom: 10px solid #fff; padding: 15px 0 30px; }
	#main_menu .level_0 > li {display: block;}
	
	#main_menu .level_0 li > a:hover {background: #007dca; }
	#main_menu .level_0 ul {display: block; }
	#main_menu .level_0 ul {padding-left: 20px;}
	
	#main_menu .level_1 ul {margin-top: 10px; margin-bottom: 10px;}
	#main_menu .level_1 a span {display: block; padding: 10px 15px; }

	.dropdown_block .caption,
	.header_contacts .caption {padding-top: 8px;padding-bottom: 12px;}
}


@media only screen and (max-width: 768px) {
	.header_contacts .phone_block .phone {font-size: 1.2em; }
	.dropdown_block .phone_block .phone {font-size: 1.4em; }

	.dropdown_block .caption {padding-left: 10px; }
	.header_contacts .caption {padding-left: 10px; }
}

@media only screen and (max-width: 360px) {
	.header_contacts .phone_block .prefix {display: inline-block; font-size: 0.8em; }
}




@media only screen and (min-width: 992px) {
	
	#main_menu {display: block; }
	#main_menu .level_0 {display: flex; align-items: center;}
	#main_menu .level_0 > li {flex-grow: 1;flex-basis: 0;}

	#main_menu .level_0 > li > a {padding: 15px 10px; text-align: center; line-height: 80px; text-align: center;}
	
	#main_menu .level_0 li:hover > a,
	#main_menu .level_0 li.parent_active > a,
	#main_menu .level_1 li.active > a {background: #007dca; }
	
	#main_menu .level_0 li:hover > ul {display: block; }
	
	#main_menu .level_0 li.parent > a span:after {text-align: center;content: "\f0d7";display: inline-block;height: 14px;position: absolute;top: 50%;margin-top: -7px;right: 10px;line-height: 14px;color: #fff;font-family: FontAwesome;font-size: 14px;}
	#main_menu .level_0 > li.parent > a span:after {margin-left: 6px;position: static;margin-top: 0;transition: transform .3s ease .1s;}
	#main_menu .level_0 > li.parent:hover > a span:after {/* content: "\f0d8"; */transform: rotate(180deg);}

	#main_menu .level_0 ul {display: none;position: absolute;top: 100%;left: 0;background: #00aeff;z-index: 1;width: 220px;padding: 6px 0 6px;box-shadow: 0px 6px 6px rgb(0 0 0 / 18%);}

	#main_menu .level_1 li.parent > a span:after {content: "\f0da";}
	
	#main_menu ul .level_2 {top: 0; left: 100%; }
	
	.dropdown_block .dropdown,
	.dropdown_block.opened .dropdown {padding-left: 30px;}

	.header_contacts .caption {padding-left: 10px; }
}

@media only screen and (min-width: 1200px) {
	
	.dropdown_block .dropdown,
	.dropdown_block.opened .dropdown {padding-left: 90px;}
}



#main {padding: 0 15px 60px;min-height: 600px;/* margin: 0 -15px; */}
.index_page #main {padding-bottom: 0;}


.breadcrumbs {background: #E5EEF9; margin: 0 -15px 20px; padding: 8px 15px; padding-left: 30px; color: #777;}
.breadcrumbs li {display: inline-block;}
.breadcrumbs li:nth-child(1) {display: none; }
.breadcrumbs li a, .breadcrumbs li span {display: inline-block;vertical-align: middle;}
.breadcrumbs i {font-style: normal;color: #bbb;margin: 0 10px;margin-top: -2px;vertical-align: middle;display: inline-block;}



.hot_announcements {margin: 0 auto 30px;}
.hot_announcements .row {margin-left: 0; margin-right: 0;}
.hot_announcements .w {height: 100%; padding-bottom: 15px;}
.hot_announcements .item {background: #f3f7fb;padding: 15px;border-left: 5px solid #e5eef8;height: 100%;}
.hot_announcements .item h3 {font-size: 1.2em;font-weight: 500;margin: 0 auto 15px;color: #23affc;}



.hot_news {margin: 0 auto 20px;}
.hot_news .item {margin: 0 auto 15px;padding: 15px 15px 25px;}
.hot_news .item .preview {display: block;padding-bottom: 66%;background-position: 50% 33%;background-size: cover;margin: 0 auto 12px;}
.hot_news .item h3 {font-size: 1.25em;font-weight: 500;margin: 0 auto 15px;}
.hot_news .item .date {color: #999;line-height: 1.1em;font-size: 1em;}
.hot_news .item .anno {margin-top: 20px;/* font-size: .9em; */}




.page_title {margin: 40px -15px 20px;padding: 0 30px 40px;border-bottom: 1px solid #eee;font-size: 2.1em;font-weight: 400;}
@media only screen and (max-width: 768px) {
	.page_title {padding-bottom: 20px;margin-top: 20px;margin-bottom: 20px;}
}

h2 {font-size: 1.75em;font-weight: 400;margin: 30px auto 30px;}
h3 {font-size: 1.5em; font-weight: 400; margin: 20px auto 20px;}


.entry {padding: 0 0 30px; margin-bottom: 15px; overflow-x: auto; word-break: break-word;}
.entry .date {color: #999;padding-left: 15px;margin: 0 auto 30px;display: block;}
.entry .anno {font-style: oblique;/* margin: 0 0 15px; */}

.entry ul {list-style-type: none;margin: 10px auto 30px;margin-left: 20px;}
.entry ul > li {position: relative;padding-left: 5px;}
.entry ul > li + li {margin-top: 10px; }
.entry ul > li:before {display: inline-block;vertical-align: middle;content: "";width: 7px;height: 7px;background: #00aeff;border-radius: 50%;margin-top: -1px;margin-right: 15px;}


.entry ol li {list-style-type: decimal;}

.entry img {max-width: 100%;/* height: auto; *//* width: auto; */}
.entry iframe {max-width: 100%; height: auto; width: auto; }

img[align="left"] {margin: 5px 10px 5px 0; }
img[align="right"] {margin: 5px 0 5px 10px; }




.entry a[href$=".doc" i],
.entry a[href$=".docx" i],
.entry a[href$=".xls" i],
.entry a[href$=".xlsx" i],
.entry a[href$=".pdf" i] {position: relative;display: inline-block;min-height: 32px;padding: 10px 0 10px;padding-left: 38px;}

.entry a[href$=".doc" i]:before,
.entry a[href$=".docx" i]:before,
.entry a[href$=".xls" i]:before,
.entry a[href$=".xlsx" i]:before,
.entry a[href$=".pdf" i]:before {display: inline-block;content: "";width: 22px;height: 28px;top: 50%;margin-top: -16px;left: 0;position: absolute;background: url('/files/00203/img/doc.png') 50% 50% no-repeat;background-size: contain;}

.entry a[href$=".xls" i]:before,
.entry a[href$=".xlsx" i]:before {background-image: url('/files/00203/img/xls.png');}

.entry a[href$=".pdf" i]:before {background-image: url('/files/00203/img/pdf.png');}




.info_box {background: #f6faff; padding: 15px; border: 1px solid #e5eef8; border-left: 5px solid #00aeff; }



.schedule {display: inline-block;text-align: center;margin: 10px auto 15px;text-decoration: none;height: 17px;line-height: 17px;padding: 0;font-size: 0;}
.schedule li {display: inline-block;position: relative;width: 17px;height: 17px;border-radius: 50%;background: #c6e0ff;overflow: hidden;/* cursor: pointer; */box-shadow: 0 0 0 0 #007dca;transition: box-shadow .5s ease;font-size: 1rem;opacity: 0;}
.schedule li:hover {box-shadow: 0 0 0 3px rgb(0 125 202 / 50%);}
.schedule li + li {margin-left: 6px;}
.schedule li.half::before {content: "";position: absolute;top: 0px;left: -5px;width: 20px;height: 10px;background: #00aeff;display: block;transform: rotate(-45deg);}
.schedule li.full {background: #00aeff; }





.employees {}
.employees .item {text-align: center; padding: 15px 15px 30px; }
.employees .item > a {text-decoration: none;}
.employees .preview {width: 100px;height: 100px; margin: 0 auto 20px; background-size: cover;background-repeat: no-repeat;border-radius: 50%;background-position: 50% 50%;display: inline-block;}

.employees h3 {display: inline-block;margin: 0 auto 15px;font-size: 1.2em;}
.employees .position {color: #999; margin: 0 auto 15px; }

.employees .schedule {/* margin: 0 auto 15px; */display: block;}


.employees .contacts {margin-top: 30px;}
.employees .contacts p {display: block; margin: 0 auto 0; }
.employees .contacts p + p {margin-top: 10px;}
.employees .contacts u {text-decoration: none;font-size: .96em;display: block;margin-top: -6px;color: #999;}
.employees .contacts p a {font-weight: 600; }



.employee_list {}
.employee_list .item {padding: 30px 15px 15px;margin: 0 -15px 0;border-bottom: 10px solid #f6faff;}
.employee_list .item > a {text-decoration: none;}
.employee_list .preview {display: block;width: 180px;height: 180px;margin: 0 auto 20px;background-size: cover;background-repeat: no-repeat;border-radius: 50%;background-position: 50% 50%;}

.employee_list .content {text-align: center;margin: 0 auto 30px;}
.employee_list h3 {display: inline-block;margin: 0 auto 0;font-size: 1.2em;color: #007dca;font-weight: 600;}
.employee_list h4 {font-size: 1.4em; font-weight: 400; margin: 0 auto 20px;}
.employee_list s {text-decoration: none; color: #999;}

.employee_list .item .timetable > div {overflow: hidden; margin-bottom: 15px; }

.employee_list .position {color: #999; margin: 0 auto 15px; }

.employee_list .contacts {}
.employee_list .contacts p {display: block; margin: 0 auto 0; }
.employee_list .contacts p + p {margin-top: 15px;}
.employee_list .contacts a {color: #000; font-weight: 600; font-size: 1.1em; text-decoration: none; }
.employee_list .contacts a:hover {color: #00aeff; }
.employee_list .contacts u {text-decoration: none;font-size: .96em;display: block;margin-top: -6px;color: #999;}

.employee_list ul {margin: 30px auto 30px;}
.employee_list ul li {display: block;position: relative;padding: 4px 0 4px;padding-left: 38px;margin: 20px auto 20px;}
.employee_list ul li:before {display: block;font-family: "FontAwesome";width: 26px;height: 26px;line-height: 26px;background: #03aeff;color: #fff;border-radius: 50%;position: absolute;top: 0;left: 0;text-align: center;font-size: 14px;}


.employee_list ul li.phone:before {content: "\f095";}
.employee_list ul li.clock:before {content: "\f017";}
.employee_list ul li.question:before {content: "\f128";}
.employee_list ul li.building:before {content: "\f0f8";}
.employee_list ul li.map:before {content: "\f041";}

.employee_list .timetable .toggle {cursor: pointer;float: right;text-decoration: none;position: relative;z-index: 10;}
.employee_list .timetable .toggle i {margin-left: 5px; }
.employee_list .timetable .toggle:hover span {text-decoration: underline; }
.employee_list .timetable .spoiler {padding-top: 15px;clear: both;margin: 0 auto 0;}





.poll_teaser {background: #007dca;margin: 0 auto 30px;padding: 0 30px;width: 100%;color: #fff;display: flex;align-items: center;min-height: 98px;}
.poll_teaser .content {overflow: hidden;/* display: flex; */flex-grow: 1;align-items: center;justify-content: space-between;/* margin-left: 100px; */text-align: center;}
.poll_teaser .content p {display: inline-block;font-size: 1.2em;margin: 0 15px 0;white-space: normal;}
.poll_teaser .content .button {/* float: right; */padding: 15px 20px;/* flex-grow: 1; */background: #00aeff;}

@media only screen and (max-width: 767px) {
	
	.poll_teaser {padding: 15px 15px 30px;/* background-position: -40px 0; */display: block;text-align: center;}
	.poll_teaser .content {display: block; margin-left: auto; }
	.poll_teaser .content .button {float: none; margin-top: 15px;}
}






.organization_list {margin: 0 auto 30px;position: relative;z-index: 1;}
.organization_list > .item {margin: 0 -15px 0;background: #fff;padding: 20px 30px 30px;border-bottom: 10px solid #f6faff;}
.organization_list > .item .title {margin: 5px auto 25px;font-weight: 400;font-size: 1.5em;}
.organization_list .preview {height: 300px;background: #f6faff;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;}
.organization_list .map {display: block;background: #fcfcf7;height: 300px;position: relative;text-align: center;overflow: hidden;}
.organization_list .map:before {content: "";position: absolute;z-index: 150;top: 0;left: 0;bottom: 0;right: 0;background: #ffffff;opacity: 0;pointer-events: none;transition: opacity .5s ease;}
.organization_list .map.switching:after {content: "\f1ce";font-family: "FontAwesome";font-size: 64px;text-align: center;line-height: 64px;position: absolute;z-index: 160;top: 50%;left: 50%;width: 64px;height: 64px;margin-left: -32px;margin-top: -32px;opacity: .75; color: #03aeff;
	-webkit-animation: fa-spin 1.6s linear infinite;
	animation: fa-spin 1.6s linear infinite;
}

.organization_list .map img {width: 100%;height: 100%;position: relative;z-index: 100;/* cursor: grab; */}
.organization_list .map iframe {position:absolute;top: 0;left: 0;right: 0;bottom: 0;display: block;z-index: 110;}

.organization_list .map.switching:before {opacity: .55;}

.organization_list .item .content {margin-top: 25px;}
.organization_list .item .anno {margin: 0 auto 15px; }

.organization_list .contacts {margin-bottom: 15px;}
.organization_list .contacts .item {position: relative;padding: 4px 0 4px;padding-left: 40px;margin: 0 auto 5px; line-height: 1.3em;}
.organization_list .contacts .item:before {display: block;font-family: "FontAwesome";width: 26px;height: 26px;line-height: 26px;background: #03aeff;color: #fff;border-radius: 50%;position: absolute;top: 0;left: 0;text-align: center;font-size: 14px;}

.organization_list .contacts .item h4 {margin: 0 auto 20px; font-size: 1.3em; font-weight: 500;}
/*
.organization_list .contacts .item a[href^="tel:"] {color: inherit; }
/**/
.organization_list .contacts .item p {margin: 0 auto 0;}
.organization_list .contacts .item p + p {margin-top: 16px;}
.organization_list .contacts .item u {display: block;text-decoration: none;font-size: .96em;color: #999;margin-top: -4px;}

.organization_list .contacts .item.address:before {content: "\f041";}
.organization_list .contacts .item.phone:before {/* content: "\f095"; */content: "\f0c1";}
.organization_list .contacts .item.timetable:before {/* content: "\f017"; */content: "\f006";}

.organization_list .item .schedule {margin-top: 20px; }

.organization_list .item .spoiler_toggle {/* font-size: 1.2em; */border: 3px solid #03aeff;}


@media only screen and (max-width: 767px) {
	.organization_list .map {height: auto;min-height: 200px;margin: 0 -30px 0;}
	.organization_list .map img {height: 100%;width: auto;}
}



.organization_list .links {padding: 20px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.organization_list .links .item {position: relative;padding: 15px 15px 15px;padding-left: 55px;margin: 0 auto 5px;}
.organization_list .links .item a {font-weight: 600; }
.organization_list .links .item:before {display: block;font-family: "FontAwesome";width: 26px;height: 26px;line-height: 26px;color: #03aeff;border-radius: 50%;position: absolute;top: 50%;margin-top: -13px;left: 15px;text-align: center;font-size: 26px;}
.organization_list .links .item.doctor:before {content: "\f0f0";}
.organization_list .links .item.building:before {content: "\f0f8";}
.organization_list .links .item.star:before {content: "\f006";}

.organization_list .links .item.disabled {pointer-events: none; color: #aaa;}
.organization_list .links .item.disabled:before {color: inherit; }
.organization_list .links .item.disabled a {color: inherit; font-weight: normal;}

/* */
@media only screen and (min-width: 768px) {
	.organization_list .links .item {float: left; width: 50%; }
}

@media only screen and (min-width: 992px) {
	.organization_list .links .item {width: 33.3333%; }
}
/**/



.organization_list > .item.search_hidden {display: none !important;}

.filters {position: relative; z-index: 10; margin: 0 -15px 0; background: #fff; padding: 20px 30px 30px;	border-bottom: 10px solid #f6faff;}

.filters .field {border-bottom: 2px solid #ccefff;position: relative;margin: 0 auto 10px;}

.filters .dropdown_box {position: relative; }
.filters .dropdown_box .field > input {cursor: pointer; }
.filters .dropdown_box .field:after {content: "\f0d7";display: inline-block;text-align: center;height: 14px;position: absolute;top: 50%;margin-top: -7px;right: 10px;line-height: 14px;color: #007dca;font-family: FontAwesome;font-size: 14px;}
.filters .dropdown_box.open .field:after {content: "\f0d8";}

.filters input[type="text"] {display: block;width: 100%;outline: none;-webkit-box-shadow: none;background: transparent !important;border: none;border-radius: 0;box-shadow: none;color: #007DCA;outline-offset: 0;padding: 5px 10px 5px;}

.filters .dropdown {display: none;position: absolute;z-index: 100;top: 100%;left: 0;min-width: 235px;width: 100%;max-width: 100%;padding: 5px 0;background: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);}
.filters .dropdown_box.open .dropdown {display: block; }

.filters .option_list label {display: block; }
.filters .option_list label input {display: none; }
.filters .option_list label div {display: block;padding: 5px 20px;padding-right: 32px;clear: both;color: #333;cursor: pointer;position: relative;line-height: 1.2em;margin: 0 auto 1px;}
.filters .option_list label input:checked + div {background: #f6faff;}

.filters .option_list label input:checked + div:after {content: "\f00c"; display: inline-block; text-align: center;	height: 14px; position: absolute;	top: 50%; margin-top: -7px; right: 10px; line-height: 14px; color: #007dca; font-family: FontAwesome; font-size: 14px; }

.filters .option_list label:hover div {background: #f6faff; color: #222; }
.filters .option_list label:active div {background: #e5eef8; color: #222; }


.list_empty {padding: 30px 30px 30px; color: #aaa; font-size: 1.2em;}




#banners_slider {padding: 30px 45px 40px;border-top: 1px solid #eff2f4;}
#banners_slider .item {text-align: center;color: #333;display: inline-block;max-width: 240px;padding: 0 15px;}
#banners_slider .item a {color: inherit; }
#banners_slider .item b {font-size: 1.2em; font-weight: 500; }
#banners_slider .item p {margin: 10px 0 20px;font-size: .9em;}

#banners_slider .owl-nav {position: absolute;top: 50%;margin-top: -26px;left: 0;right: 0;}
#banners_slider .owl-nav button {position: absolute; }
#banners_slider .owl-nav .owl-next {right: 0;}

#banners_slider .owl-dots {text-align: center;position: absolute;bottom: 30px;height: 20px;line-height: 20px;left: 0;right: 0;}



.section_title {border-bottom: 1px solid #eff2f4;font-size: 20px;font-weight: 400;line-height: 24px;margin: 30px -15px 30px;padding: 0 30px 30px;}


#services .item {padding: 50px 45px;color: #fff;height: 100%;display: block;margin: 0 -15px;text-decoration: none;min-height: 350px;}
#services .item img {height: 49px;width: auto;display: block;margin-bottom: 30px;}
#services .item h3 {margin: 0 auto 20px;font-size: 1.4em;font-weight: 400;}
#services .item .anno {font-size: .9em; }

@media only screen and (max-width: 767px) {
	#services .item {min-height: auto;}
}



.bg1 {background: #00aeff; }
.bg2 {background: #007dca; }
.bg3 {background: #015a8f; }




#footer {}
#footer_body {}


.footer_sitemap {padding: 40px 30px 15px;background: #007dca;color: #fff;}
.footer_sitemap .widget_title {font-weight: 500;font-size: 1.12em;} 
.footer_sitemap ul {font-size: .92em;padding: 10px 0 0;margin: 0 auto 45px;}
.footer_sitemap ul li {margin-bottom: 8px;}
.footer_sitemap ul a {text-decoration: underline; color: inherit; }


.footer_banners {background: #fff;padding: 10px 45px;}
.footer_banners a {display: inline-block;padding-left: 45px;position: relative;min-height: 40px;vertical-align: middle;margin: 10px auto;}
.footer_banners a img {display: block;max-height: 35px;width: auto;position: absolute;top: 50%;left: 0;max-width: 35px;height: auto;transform: translateY(-50%);}

#footer_bottom {background: #f6faff;padding: 10px 0 0;}
.disclaimer {padding: 10px 15px;color: #999;font-size: .86em;}
.footer_bottom_menu {text-align: center;color: #00aeff;font-size: .86em;padding: 10px 15px 20px;}


.tg_qr {border-radius: 3px; max-width: 120px; margin-top: 5px;}

.owl-carousel .owl-nav button {background: url('/files/00203/img/icon_prev.svg') !important; opacity: 1;width: 32px;height: 32px;margin: 0;padding: 0;}
.owl-carousel .owl-nav button:hover {opacity: .5;}
.owl-carousel .owl-nav .owl-next {background-image: url('/files/00203/img/icon_next.svg') !important;}
.owl-carousel .owl-dots button {display: inline-block;width: 20px;height: 20px;line-height: 20px;vertical-align: middle;text-align: center;}
.owl-carousel .owl-dots button + button {margin-left: 10px;}
.owl-carousel .owl-dots button span {display: inline-block;width: 12px;height: 12px;vertical-align: middle;background: #e5eef9;border-radius: 50%;}
.owl-carousel .owl-dots button.active span {background: #00aeff;}



#main_slider {margin: 0 auto 15px;/* z-index: 1; */}
#main_slider .item {display: block;background-color: #fff;background-position: center center;background-repeat: no-repeat;/* background-size: cover; */background-size: auto 100%;padding-bottom: 44%;position: relative;/* min-height: 300px; *//* opacity: .6; */}

#main_slider .content {position: absolute;left: 0;max-width: 75%;bottom: 32px;color: #fff;padding: 30px;background: #007dca;text-shadow: 0 1px 2px rgb(0 0 0 / 60%);}
#main_slider a {color: inherit; }
#main_slider h3 {font-size: 2.4em;margin: 0 auto 24px;display: inline-block;FONT-WEIGHT: 400;padding: 0 0 5px;border-bottom: solid 1px #fff;}
#main_slider p {margin: 0;line-height: 1.1em;font-size: 1rem;}


#main_slider .owl-nav {position: absolute;bottom: 40px;right: 70px;/* opacity: 0; */}
#main_slider:hover .owl-nav {opacity: 1;}
#main_slider .owl-nav button {font-size: 36px; opacity: 1;}
#main_slider .owl-nav button:hover {opacity: .5;}

#main_slider .owl-prev {left: 0; }
#main_slider .owl-nav .owl-next {right: 0;margin-left: 10px;}


#main_slider .owl-dots {position: absolute;bottom: 0;height: 32px;line-height: 32px;text-align: center;left: 0;right: 0;/* display: flex; *//* align-items: center; *//* justify-content: center; */}


@media only screen and (max-width: 767px) {

	#main_slider .item {height: 360px;padding-bottom: 0;}
}

@media only screen and (max-width: 500px) {

	#main_slider .item {height: 280px;}
}

@media only screen and (max-width: 380px) {

	#main_slider .item {height: 240px;}
}





.page_share_buttons {text-align: left;margin: 0 0 30px;padding: 30px 30px 0;}







.spoiler {overflow: hidden;clear: both;margin-bottom: 15px;padding-bottom: 0;}

.spoiler_toggle {display: block;position: relative;padding: 20px 20px;padding-right: 40px;cursor: pointer;text-decoration: none;color: #000;border-bottom: solid 1px #eee;display: flex;align-items: center;width: 100%;font-size: 1.2em;transition: border-color .25s ease;}
.spoiler_toggle:before {display: block;text-align: center;content: "\f078";display: inline-block;height: 24px;position: absolute;top: 50%;margin-top: -12px;right: 15px;line-height: 1em;color: #00aeff;font-family: FontAwesome;font-size: 18px;transition: color .25s ease, transform .3s ease .1s;}
.spoiler_toggle:after {display: table; clear: both; content: ""; }

.spoiler_toggle:hover {background: #f6faff;text-decoration: none;border-bottom-color: #00aeff;}
.spoiler_toggle:hover:before {color: #007dca; }
.spoiler_toggle:hover h3 {color: #007dca; }

.spoiler_toggle h3 {margin: 0;font-size: 1.2em;font-weight: 500;transition: font-size .7s ease;color: #00aeff;}

.spoiler .spoiler_content {padding: 20px 15px 20px;overflow-y: hidden;display: none;opacity: 0;transition: opacity .3s ease;}
.spoiler_content .toggle {display: inline-block;float: right;padding: 5px 10px;text-decoration: none;cursor: pointer;color: red;}


.spoiler.toggled {/* margin-bottom: 0; */}
.spoiler.toggled .spoiler_toggle:before {transform: rotate(180deg); }

.spoiler.toggled h3 {}
.spoiler.toggled .spoiler_toggle {border-bottom-color: #00aeff;border-bottom-width: 3px;/* background: none; */}
.spoiler.toggled .spoiler_toggle:hover {/* background: #d1f0fb; */}

.spoiler.toggled .spoiler_content {opacity: 1;} 


.spoiler_toggle .preview {display: inline-block;/* float: left; */background-position: 50%;background-repeat: no-repeat;background-size: cover;width: 96px;height: 64px;margin-right: 15px;vertical-align: middle;flex: 0 0 96px;}
.spoiler_toggle .preview + div {display: inline-block;vertical-align: middle;padding: 10px 0;/* margin: auto; */}


/* спойлеры в новостях */

details.gr1 {
  display: block;
  overflow: hidden;
  border: 1px solid #73D1FF;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, .2);
  padding: 10px 15px;
}
details.gr1 summary {
 padding: 10px 15px;background: #73D1FF;cursor: pointer;text-decoration: none;color: #000;;
}
details.gr1 summary a {
  font-size: 1.5em;
  vertical-align: middle;
  text-decoration: none;
}
details.gr1 summary:hover {background: #007dca;color: #fff;text-decoration: none;} 




/* ************************************** */
/* Архивы по датам (новости, фотогалереи) */
/* ************************************** */
.archive_header {margin: 15px auto 30px;padding: 0 15px;}
.archive_header.item {overflow: hidden; padding: 15px 0; }

.archive_list {padding: 0 15px; }
.archive_list .item {overflow: hidden; margin-bottom: 30px; }
.archive_list .item h3 {margin-top: 0;font-size: 1.2em;font-weight: 400;margin-bottom: 5px;}
.archive_list .item .preview {display: block; float: left; background-position: 50%; background-repeat: no-repeat; background-size: cover; width: 96px; height: 96px; margin-right: 15px; }
.archive_list .item .content {overflow: hidden;}

.archive_list .item .date {display: inline-block;color: #999;margin: 0 auto 15px;font-size: .9em;}
.archive_list .item .anno {font-size: 1em;}




/* тип 2: закладки */
.archive_header .MapTabs {border-bottom: 1px solid #eeeeee;}
.archive_header .MapTabs .tabSelect {font-weight: 600;background-color: #00aeff;color: #fff;}
.archive_header .MapTabs span {display: inline-block; line-height: 32px; padding: 0 0.4em; margin-right: 0.3em; cursor: pointer; }

.archive_header .MapTabsBody {text-transform: uppercase;font-size: .8em;}
.archive_header .MapTabsBody > span {line-height: 30px;margin-right: 5px;}

.archive_header .MapTabsBody > span > span {display: inline-block;margin-right: 15px;}
.archive_header .MapTabsBody > span > a {display: inline-block;margin-right: 15px;}
.archive_header .MapTabsBody > span > a:hover {text-decoration: underline;}

/* */



/* Фотогалереи */
.gallery {overflow: hidden; }
.gallery > .item {display: block;float: left;/* margin: 5px; */position: relative;overflow: hidden;border: solid 4px transparent;}
.gallery > .item:hover {border-color: #4a9cc5;}
.gallery > .item > span {opacity: 0;position: absolute;bottom: 0;left: 0;right: 0;height: 22px;line-height: 22px;background: rgba(74, 156, 197, 0.75);color: #fff;font-size: 12px;overflow: hidden;text-align: center;transition: opacity 0.3s ease-in;}
.gallery > .item:hover > span {opacity: 1; }



/* карточка сотрудника, учащегося, вакансия, продукция и т.п. */
.item_card {overflow: hidden; padding: 15px 0; }
.item_card h3 {margin-top: 0; }
.item_card .preview {text-align: center; display: inline-block;}
.item_card .preview img {}
.item_card .content {/* overflow: hidden; */}

.item_card .button {margin: 15px 0 0;}

@media only screen and (max-width: 768px) {
.item_card .preview {margin-bottom: 15px; }	
}


/* формы обратной связи */
.ww_form {list-style-type: square;/* padding: 15px; */}
.ww_form li {padding: 10px 0;clear: both;}
.ww_form li:last-of-type {border-bottom: none; }

.ww_form label {display: block;margin: 0 0 5px;}

.ww_form input[type="text"],
.ww_form input[type="email"],
.ww_form select,
.ww_form textarea {border: solid 1px #aaa;line-height: 1.6em;border-radius: 2px;}

.ww_form input[type="text"]:focus,
.ww_form select:focus,
.ww_form textarea:focus {border-color: #007dca;outline: solid 5px rgb(0 174 255 / 15%);outline-offset: 0;}

.ww_form input[type="text"],
.ww_form select,
.ww_form textarea,
.ww_form .Captcha {width: 100%;max-width: 100%;padding: 0 5px;min-height: 28px;font-family: inherit;font-size: .9em;}

.ww_form .er {padding: 0 5px;clear: both;font-size: .9em;color: #bb4545;font-weight: bold;line-height: 1em;vertical-align: middle;}

[data-bind="u"] {display: none; }
[field="captcha"] {display: block; width: 100%; clear: both; margin-top: 15px;  }

button.inactive {background: #e5eef8;color: #222;}

.ww_form .info {padding: 5px 0; color: #777; font-size: 1em; margin: 0 auto 15px;}

input[type="text"][readonly="readonly"],
textarea[readonly="readonly"] {background: #fefefe; color: #999; outline: none !important; border-color: #aaa !important; }


@media (min-width: 768px) {		
	.ww_form input[type="text"],
	.ww_form select,
	.ww_form textarea {min-width: 350px; width: 50%; }
}





.pagination {text-align: center; display: block; margin: 15px 0; padding: 15px; font-weight: bold; }
.pagination span {border: solid 1px #ccc;display: inline-block;line-height: 26px;height: 28px;width: 28px;margin: 0 3px;padding: 0; overflow:  hidden;}
.pagination span:hover {background: #dcb15d; border-color: #dcb15d; color: #fff;}
.pagination span:hover a { }
.pagination .page_hidden {margin: 3px; background: none; }
.pagination span a {color: inherit; display: block; text-decoration: none; }
.pagination .page_current {border: solid 1px #2265a4;background: #2265a4;margin: 0 5px;color:  #fff;}





button, .button {background: #007dca;outline: none;border: solid 2px transparent;text-decoration: none;color: #fff;padding: 6px 10px;display: inline-block;line-height: 1.2em;transition: background .3s ease, border-color 1.2s ease;}
button:hover, .button:hover {background: #4fb9ef;color: #fff;border-color: #2487b8;}
a.button:visited, a.button:hover {color: #fff; text-decoration: none; }



#scroll_up_button {display: none; height: 40px; line-height: 40px; position: fixed; width: 40px; bottom: 50px; right: 50px; cursor: pointer;}
#scroll_up_button img {width: 40px; height: 40px; display: block; }
	
/* Красивые таблицы в содержании */
.tbl, .cool-table {
	border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.tbl td, .cool-table td {
	border: 1px solid #007dca;
	border-bottom-width: 1px;
	padding: 8px;
}

.tbl thead td, .cool-table thead td,
.tbl th, .cool-table th {
	background: #007dca;
	color: #fff;
	border: 1px solid #007dca;
	padding: 12px 8px;
}

.tbl tr:hover, .cool-table tr:hover {background: #f6faff;color: #000;}
.tbl tr:hover td:hover, .cool-table tr:hover td:hover {/* color: #000; */}




/* mini-framework */
.no-list {list-style-type: none; }
.wrapper {position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%; width: 100%; }

.container.row {margin-left: auto; margin-right: auto; padding-left: 0 !important; padding-right: 0 !important; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

.no-gutters {margin-right: 0; margin-left: 0;}

.no-gaps > .col,
.no-gutters > .col,
.no-gaps > [class*="col-"],
.no-gutters > [class*="col-"] {padding-right: 0; padding-left: 0;}

.pre_wrap {white-space: pre-wrap; }



/* кнопка с оформлением */
.button-blue {
display: inline-block;
cursor: pointer; 
font-size:14px;
text-decoration:none;
padding:15px 23px; 
color:#ffffff;
background:#00aeff;
border-radius:2px;
border:1px solid #007dca;}

.button-blue:hover{
background:#007dca;
color:#ffffff;
font-size:14px;
border:1px solid #00aeff;
text-decoration:none;
transition: all 0.2s ease;
}
