@charset "UTF-8";

html {font-size: 16px; overflow-x: hidden; }
body {position: relative;font-family: "Roboto", Tahoma, Arial, sans-serif;font-size: 1em;line-height: 1.2em;color: #444;background: #fff repeat;}

a {/* transition: background-color .2s ease, color .2s ease; */}
a:link {color: #015ba0;}
a:visited {color: #777; }
a:hover {color: #1369ab;}


#layout {padding-top: 40px;/* display: flex; */flex-flow: column;min-height: 100vh;}

#header {}
.header_body {flex-flow: column;padding: 15px 0 0;}
.header_body > .container {position: relative;}


.homepage #header {background: #fff url(/files/01049/img/header_bg.png) 50% 100% no-repeat;}
.homepage .header_body {flex-flow: column;padding: 30px 0 80px;text-shadow: -1px -1px 1px #fff, 0 0 4px #fff;font-weight: 500;min-height: 400px;}

.contacts {font-size: .8em;}
.contacts .item {margin: 0 auto 5px;line-height: 1.2em;}
.contacts .item a {font-size: 1.2em;}
.contacts .group_title {margin: 15px auto 5px;font-size: 1.2em;font-weight: 500;}


 #header .contacts {margin-bottom: 15px;}
.homepage #header .contacts {margin: 30px auto 15px;background: rgba(255,255,255,.6);backdrop-filter: blur(2px);padding: 10px 10px 10px;border-radius: 10px;}

.logo {display: block;text-align: center;margin: 0 auto 30px;/* padding-left: 18%; */}
.logo .pre_caption {margin: 0 auto 7px;color: #636363;text-transform: uppercase;font-size: .8em;}
.logo .title {color: #0168ad;font-size: 1.2em;font-weight: 500;margin: 0 auto 10px;line-height: 1.2em;}
.logo .title strong {display: inline-block;font-weight: 600;font-size: 1.2em;text-transform: uppercase;}
.logo .address {color: #606060;}


.hot_links {position: relative;/* margin-top: 15px; */text-align: center;}
.hot_links:before {content: "";display: block;bottom: 0;left: 0;right: 0;height: 12px;background: #fff;position: absolute;}

.hot_links .container {position: relative;padding: 0;}
.hot_links .container:after {display: block;margin-top: 5px;border-bottom: 10px solid #0179c9;z-index: 20;}

.hot_links ul {padding: 0;margin: 0 auto;list-style-type: none;display: flex;position: relative;z-index: 1;max-width: 100%;overflow: auto;/* flex-wrap: wrap; */align-items: stretch;justify-content: center;}
.hot_links li {display: block;padding: 0;max-width: 120px;flex-grow: 1;}
.hot_links li:last-child {}

.hot_links a {display: block;/* display: flex; */height: 100%;padding: 10px 5px;color: #6f6e6e;line-height: 1em;font-size: .8em;font-weight: 600;text-transform: uppercase;text-decoration: none;align-items: center;justify-content: center;word-break: break-word;border: 4px solid;border-top-color: #fafafa;border-right-color: #bad2e1;border-bottom-color: #bad2e1;border-left-color: #fafafa;background-image: -moz-linear-gradient( 90deg, rgb(230, 245, 255) 0%, rgb(255,255,255) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(230, 245, 255) 0%, rgb(255,255,255) 100%);background-image: -ms-linear-gradient( 90deg, rgb(230, 245, 255) 0%, rgb(255,255,255) 100%);box-shadow: inset 3.441px 4.915px 0px 0px rgb(255 255 255 / 59%);}
.hot_links img {margin: 0 auto 10px;filter: grayscale(1);}

.hot_links a:hover {background: #98d4fa;border-color: #98d4fa;color: #0168ad;box-shadow: none;}
.hot_links a:hover img {filter: none;}


@media only screen and (max-width: 992px) {
	.hot_links ul {flex-wrap: wrap;}
}

@media only screen and (max-width: 767px) {
	
	.hot_links li {max-width: 100%;}
	.contacts {text-align: center;}
}



.mobile_bar {position: absolute;text-align: right;line-height: 28px;right: 15px;top: 60px;}
.mobile_bar .emblem {display: block;max-height: 100px;margin: 0 auto 0;}

.search_field {position: relative;outline: 1px solid #d3d5d5;display: inline-block;height: 28px;line-height: 28px;vertical-align: top;max-width: 220px;overflow: hidden;transition: outline .5s ease;margin-top: 15px;}
.search_field form {position: relative;display: block;padding-right: 28px;}

.search_field:hover {outline: 1px solid #d3d5d5;}

.search_field.toggled {background: #fff;width: 250px;}
.search_field.toggled .search_form {}

.search_field input[type="search"] {display: block;border: none;line-height: 28px;width: 100%;outline: none;padding: 0 5px;font-size: 0.7em;}

.search_field .button {display: block;position: absolute;height: 28px;line-height: 28px;border: none;border-radius: 0;cursor: pointer;width: 28px;text-align: center;padding: 0;z-index: 1;right: 0;top: 0;margin: 0;background: transparent;color: #626e79;}




#main_menu_toggle {border-radius: 0;border: none;background: #1369ab;color: #fff;width: 40px;height: 40px;line-height: 40px;font-size: 28px;overflow: hidden;margin: 0;padding: 0;position: absolute;z-index: 2000;left: 0;top: 0;}
#main_menu_toggle i {display: inline-block; }

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

.wep_toggle {display: inline-block;position: relative;padding-left: 30px;height: 28px;line-height: 28px;color: #555;text-align: left;cursor: pointer;vertical-align: top;}
.wep_toggle i {display: block;width: 24px;height: 24px;line-height: 24px;left: 0;top: 50%;margin-top: -12px;font-size: 20px;position: absolute;text-align: center;}
.wep_toggle span {display: inline-block;line-height: 10px;font-size: 10px;text-transform: uppercase;vertical-align: middle;}


.lng_select {display: block;font-size: .86em;vertical-align: top;height: 28px;line-height: 28px;font-weight: 500;margin: 10px auto 10px;}
.lng_select a {display: inline-block;vertical-align: middle;min-width: 28px;height: 28px;line-height: 28px;text-decoration: none;text-align: center;color: #555;cursor: pointer;}
.lng_select a:hover {background: #d1eeff;}




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

	#main_menu {width: 320px;position: fixed;left: -320px;top: 0;bottom: 0;background: #333;z-index: 1100;transition: none;padding: 15px 0;max-height: 100vh;overflow-y: auto;}
	#main_menu > .container {width: auto; padding: 0; margin: 0 auto;}
	
	#main_menu ul {padding: 0 0 30px;}
	#main_menu li {display: block;}
	
	#main_menu .level_0 > li > a {padding: 10px 15px; }
	#main_menu .level_0 > .active > a {background: #222; color: #fff; }

	#main_menu .level_1 {padding: 0 15px 10px 15px;font-size: 0.85em;margin-bottom: 10px;}
	#main_menu .parent.active > ul {padding-top: 5px;}
	#main_menu .level_1 > li {border-bottom: solid 1px #666; }
	#main_menu .level_1 > li > a {padding: 3px 10px;}

	#main_menu a {display: block; text-decoration: none; color: #ccc; }
	#main_menu a:hover {color: #fff; }


	#main_menu_overlay {content: ""; display: block; position: fixed; top: 0; bottom: 0; left: 0; right: 100%; background: #000; opacity: 0; z-index: 1000; transition: opacity 1s ease; }

	.menu_toggled #main_menu {left: 0;transition: left .5s ease;}
	.menu_toggled #main_menu_overlay {right: 0; opacity: 0.15; }

	#layout {width: 100%;margin-bottom: 0;transition: margin-left .5s ease;}
	body {overflow-x: hidden; }
	.menu_toggled {overflow: hidden; }
	.menu_toggled #layout {margin-left: 320px; }



	#bar {position: relative;}

	#header {padding-top: 0;background: #fff;}
	.header_body {background: none;padding-bottom: 0;}
	.mobile_bar {display: flex;align-items: stretch;justify-content: space-between;margin: 0 auto 0;height: 40px;padding: 6px 10px;width: 100%;position: fixed;top: 0;left: 0;right: 0;background: #e7f5fe;padding-left: 50px;z-index: 20;box-shadow: 0 0 6px 0 rgba(0,0,0,.25);}
	
	.search_field {margin-top: 0;width: 100%;/* flex-shrink: 0; */}
	
	.wep_toggle {margin-right: 0;padding-left: 0;width: 24px;background-size: 32px;flex-shrink: 0;}
	.wep_toggle span {display: none; }

	.lng_select {margin: 0 15px;white-space: nowrap;flex-shrink: 0;}
}		


@media screen and (min-width: 991px) {
	
	#main_menu {margin: 0 auto 0;padding: 0;position: fixed;left: 0;width: 100%;top: 0;z-index: 200;background: #e7f5fe;box-shadow: 0 5px 5px rgb(0 0 0 / 10%);}
	#main_menu .wrapper {/* text-align: center; */}

	#main_menu a {display: block;}
	
	#main_menu .level_0 {text-align: center;margin: 0 auto 0;padding: 0;}
	#main_menu .level_0 > li {display: inline-block;position: relative;vertical-align: top;padding: 0 12px;}
	#main_menu .level_0 > li > a {display: block;padding: 12px 0 12px;line-height: 1em;color: #444;font-size: 1rem;text-transform: uppercase;text-decoration: none;}
	#main_menu .level_0 > li:after {content: "";position: absolute;height: 1.2rem;right: 0;width: 1px;background: #777;top: 50%;margin-top: -0.6rem;} 
	#main_menu .level_0 > li:last-child:after {content: none;} 

	#main_menu .level_0 > .parent:hover:before {opacity: 1; }
	#main_menu .level_0 > .parent:hover > a, #main_menu .level_0 > .active > a, #main_menu .level_0 > li > a:hover {color: #0179c9;}

	#main_menu .level_0 ul {display: none;position: absolute;box-shadow: 0px 5px 20px -10px rgb(0 0 0 / 15%);top: 100%;left: -20px;background: #e7f5fe;width: 320px;z-index: 100;text-align: left;font-size: .875em;padding: 10px 10px 15px;backdrop-filter: blur(1px);}
	#main_menu .level_0 ul:before {content: "";display: block;position: absolute;background: #95d3fa;left: 20px;width: 35%;top: 0;height: 3px;}
	
	#main_menu .parent:hover > ul {display: block; }

	#main_menu .level_1 {}
	#main_menu .level_1 li {display: block;margin-top: 5px;}
	
	#main_menu .level_1 a {padding: 0 10px;color: #444;}
	#main_menu .level_1 a:hover {text-decoration: underline; }


	#main_menu.default > .container {/* width: auto; *//* padding: 0 5px; *//* margin: 0; */}	
	
	.menu_fixed #main_menu {position: fixed;top: 0;left: 0;right: 0;background: #fff;z-index: 1000;box-shadow: 0 2px 10px rgba(0,0,0,0.3);margin-top: 0;padding: 8px 0;z-index: 100;transition: padding .5s linear, box-shadow .5s linear, background-color .5s ease;}
	.menu_fixed #main_menu > .container {}

}



#main {/* padding-top: 10px; */flex-grow: 1;}

.breadcrumbs {font-size: 1em;margin: 15px 0;}
.breadcrumbs ul {margin: 0; padding: 0; list-style: none; }
.breadcrumbs ul li {display: inline-block; }

.breadcrumbs a {display: inline-block;color: #0179c9;}
.breadcrumbs .parent_active > li:last-child a {color: #555;}
.breadcrumbs .parent_active > li:not(:last-child):after {content: "\f105";font-family: "FontAwesome";display: inline-block;font-size: 16px;vertical-align: middle;margin: 0 10px; }

.page_title {font-size: 1.8em;color: #0179c9;line-height: 1.1em;margin: 0 auto 30px;}
.page_title h1 {margin: 0 auto;padding: 0;font-size: inherit;}

.page_content {padding: 0 0 30px;color: #222;font-size: 1.1em;line-height: 1.4em;}
.page_side {padding: 15px 5px 15px;margin: 0 auto 30px;position: sticky;top: 15px;background: #fafafa;}

@media only screen and (min-width: 991px) {
	.page_side {margin-left: -15px;}
}

.section_menu ul {padding: 0;margin: 0;list-style: none;}
.section_menu li {display: block;border-top: 1px solid #e9edef;}
.section_menu li:first-child {border-top-color: transparent;}
.section_menu li:hover {background: #e7f5fe;border-top: 1px solid #187ac6;}
.section_menu a {display: block;padding: 8px 10px 8px;text-decoration: none;line-height: 1.1em;color: inherit;}




.info_box {background: #e8f5f9;padding: 20px 15px 25px;}
.info_box p {margin: 0 auto 20px;}

.section_title {font-size: 1.3em;color: #0179c9;font-weight: 600;text-align: center;line-height: 1.1em;}


.section {position: relative;padding: 45px 0 45px;overflow: hidden;}
.section .section_title {margin: 0 auto 40px;}
.section .section_anno {margin: -20px auto 30px;}


.services_links {background: #ffe5c7;margin: 30px auto 0;padding: 10px 0 0;}
.services_links .item {padding: 15px;text-align: center;margin: 0 auto 10px;}
.services_links .preview {margin: 0 auto 12px;}


.section.feedback {text-align: center;background: #e7f5fd;position: relative;/* min-height: 446px; *//* overflow: visible; */}
.section.feedback:before {content: "";display: block;width: 746px;height: 446px;bottom: 0;left: 50%;margin-left: -100px;position: absolute;background: url(/files/01049/img/form_bg.png) 50% 100% no-repeat;}
.section.feedback .container {position: relative;}
.section.feedback .button {text-transform: uppercase;}


.section.map {padding-bottom: 0;}
.section.map .section_title {margin-top: 0;/* margin-bottom: 0; */}


.home_tabs {padding-top: 60px;}
.home_tabs .tab_row {border-bottom: 2px solid #247bc3;}
.home_tabs .tab_row .container {padding: 0 2px;}

.home_tabs .nav-tabs {display: flex; border-bottom: none;}
.home_tabs .nav-tabs li {flex-grow: 1;/* flex-shrink: 0; */text-align: center;}
.home_tabs .nav-tabs li.active {text-transform: uppercase;border-color: #337dbd;border-bottom-color: #fff;font-weight: 600;}
.home_tabs .tab-content {padding-top: 45px;}


hr {border-color: #247bc3; }

/* *********** */
.ww_form {list-style-type: square; padding: 15px; }
.ww_form li {padding: 15px 0; border-bottom: dotted 1px #ccc; clear: both; color: #000; }
.ww_form li:last-of-type {border-bottom: none; }

.ww_form label {display: block;margin: 0;font-weight: 400;}

.ww_form .radio_group label {font-weight: normal; }

.ww_form input[type="text"],
.ww_form input[type="email"],
.ww_form select,
.ww_form textarea {border: solid 2px #cccccc;line-height: 1.1em;background: #fafafa;}

.ww_form input[type="text"]:focus,
.ww_form input[type="email"]:focus,
.ww_form select:focus,
.ww_form textarea:focus {border-color: #b2d66e;outline: none;}

.ww_form input[type="text"],
.ww_form input[type="email"],
.ww_form select,
.ww_form textarea,
.ww_form .Captcha {width: 100%;font-size: 0.9em;max-width: 100%;padding: 5px 0.2em;min-height: 31px;}

.ww_form input[type="radio"],
.ww_form input[type="checkbox"] {}

.ww_form .er {margin-left: 1em; color: darkred; font-size: 0.9em; font-weight: bold; display: inline-block; }

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


@media screen and (min-width: 768px) {		
	.ww_form input[type="text"],
	.ww_form input[type="email"],
	.ww_form select {min-width: 260px;/* width: 50%; */}
}



#footer {background: #bae4ff;margin-top: auto;}

#footer_body {background: #fff;padding: 30px 0;}

#footer_body .logo {margin-bottom: 15px;text-align: left;}
#footer_body .logo .contacts .address {display: none;}
#footer_body .logo .contacts .email {display: block;}

#footer_body .contacts {}

#footer_menu {background: #e7f5fd;padding: 10px 0 5px;}
#footer_menu .menu {text-align: center;}
#footer_menu .menu ul {margin: 0 -12px;padding: 0;}

#footer_menu li {display: inline-block;position: relative;vertical-align: top;padding: 0 12px;margin-bottom: 5px;}
#footer_menu li > a {display: block;padding: 7px 0;line-height: 1.1em;color: #444;font-size: 1rem;text-transform: uppercase;text-decoration: none;}
#footer_menu li:after {content: "";position: absolute;height: 1.2rem;right: 0;width: 1px;background: #777;top: 50%;margin-top: -0.6rem;} 
#footer_menu li:last-child:after {content: none;} 


#footer_bottom {padding: 15px 0 30px;}


#last_mod {font-size: .9em; margin: 0 auto 10px; opacity: .9;}


.button, button, input[type="button"], input[type="submit"] {/* border: 2px solid #33a15b; */outline: none;line-height: 1.1em;display: inline-block;font-size: 0.9em;text-decoration: none;padding: 10px 15px;border-radius: 3px;color: #fff;cursor: pointer;background: rgb(94,163,209);background: -moz-linear-gradient(top, rgb(94,163,209) 0%, rgb(0,125,209) 100%);background: -webkit-linear-gradient(top, rgb(94,163,209) 0%,rgb(0,125,209) 100%);background: linear-gradient(to bottom, rgb(94,163,209) 0%,rgb(0,125,209) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea3d1', endColorstr='#007dd1',GradientType=0 );}

.button.ww_disabled, button.ww_disabled, input[type="button"].ww_disabled, input[type="submit"].ww_disabled {opacity: .6; pointer-events: none;}

a.button.read_more {}
.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {background: rgb(0,125,209);background: -moz-linear-gradient(top, rgb(0,125,209) 0%, rgb(94,163,209) 100%);background: -webkit-linear-gradient(top, rgb(0,125,209) 0%,rgb(94,163,209) 100%);background: linear-gradient(to bottom, rgb(0,125,209) 0%,rgb(94,163,209) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dd1', endColorstr='#5ea3d1',GradientType=0 );color: #fff;}
.button:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus {border-color: #197bc7;background: #197bc7;color: #fff;outline: none;}

a.button {text-decoration: none;color: #fff;}







/* карточка сотрудника */
.item_card {overflow: hidden;padding: 15px 0 30px;margin-bottom: 15px;border-bottom: dotted 1px #ccc;}
.item_card:last-child {border-bottom: none; }
.item_card h3 {margin-top: 5px; }
.item_card .preview {display: block;float: left;background-position: 50%;background-repeat: no-repeat;background-size: contain;/*width: 128px; height: 128px; */margin-right: 15px;padding: 0;border-radius: 0;overflow:  hidden;}
.item_card .preview img {border-radius: 50%;}

.item_card ul strong {font-weight: 500;}


.entry {overflow-x: auto;padding-bottom: 20px;}
.entry img {max-width: 100%; height: auto; }
.entry iframe {max-width: 100%; border: none;}



.spoiler_caption {border-left: 5px solid #247bc3;}
.spoiler_caption .spoiler_toggle {display: block;padding: 10px 15px;background: #e7f5fe;cursor: pointer;text-decoration: none;color: #555;}


.spoiler_caption h3 {margin: 0; font-size: 1.2em; }
.spoiler_content .spoiler_toggle {display: inline-block;}
.spoiler_content {display: none; }
.spoiler_content .body {background: #e7f5fe; border-left: 5px solid #247bc3; padding: 15px 15px 15px;}

.spoiler_slideup {padding-top: 5px;text-align: right;}

.spoiler.opened .spoiler_caption .spoiler_toggle, .spoiler_caption .spoiler_toggle:hover {background: #187ac6;color: #fff;text-decoration: none;}





/* Фотогалереи */
.gallery {clear: both;/* overflow-x: hidden; *//* float: left; */padding: 15px;text-align: center;}
.gallery > .item {display: inline-block;/* float: left; */margin: 5px;position: relative;overflow: hidden;width: 160px;height: 100px;/* border-radius: 10px; */text-align: center;}

.gallery > .item img {display: inline-block;/* border-radius: 10px; */max-width: 100%;max-height: 100%;}

.gallery > .item > span {opacity: 0;	position: absolute;	bottom: 0; left: 0;	right: 0; height: 22px;	line-height: 22px; background: rgba(61, 168, 199, 0.7);	color: #fff; font-size: 12px; overflow: hidden;	text-align: center; transition: opacity 0.3s ease-in; }
.gallery > .item:hover > span {}

.gallery > .item:hover {	
box-shadow: 5px 5px 10px rgba(0,0,0,0.4); z-index: 5; position: relative;

-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);

-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}






/* Архивы по датам (новости, фотогалереи) */
.archive_header {margin: 0 0 30px;}
.archive_header.item {overflow: hidden; padding: 15px 0; }
.archive_list .item {overflow: hidden; margin-bottom: 30px; }
.archive_list .item .preview {display: block; float: left;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;width: 180px;height: 135px;margin-right: 15px;}
.archive_list .item .content {line-height: 1.2em; }

.archive_list .item .date {color: #777;font-size: 0.85em;}
.archive_list .item h3 {margin-top: 0;font-size: 1.2em;font-weight: 500;}
.archive_list .item .anno {text-align: justify; font-size: 0.9em; margin-bottom: 10px; }

.archive_list {}



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

.archive_header .MapTabsBody {font-size: .9em;}
.archive_header .MapTabsBody > span {line-height: 32px;margin-right: 2px;}

.archive_header .MapTabsBody > span > span {display: inline-block;padding: 0px 8px;background: #187ac6;color: #fff;}
.archive_header .MapTabsBody > span > a {display: inline-block; text-decoration: underline; padding: 0 0.4em; }
.archive_header .MapTabsBody > span > a:hover {text-decoration: none;background-color: #e7f5fe;color: #555;}
/* */

.year_hidden .archive_header .MapTabs {display: none; }




.pagination {text-align: center;display: block;margin: 15px 0;padding: 0 15px;}
.pagination span {display: inline-block;line-height: 28px;height: 28px;width: 28px;border-radius: 14px;overflow:  hidden;vertical-align: top;margin: 0 2px;}
.pagination a:hover {background: #33a15b;color: #fff;}
.pagination span:hover a {/* background-color: #ffa501; *//* color: #fff; */}
.pagination .page_hidden {background: none;}
.pagination span a {color: inherit; display: block; text-decoration: none; }
.pagination .page_current {background: #33a15b;color:  #fff;}


#hot_announcements {margin-top: 30px; background: #e6f5ff;}
#hot_announcements .w {padding-bottom: 30px;}

/* v1:
#hot_announcements .item {background: #fff;margin: 0 auto 15px;padding: 20px 15px 20px;min-height: 100%;}
#hot_announcements .item .preview {text-align: center;}
#hot_announcements .item .preview img {display: inline-block;}
#hot_announcements .item h3 {margin: 0 auto 15px;}
*/


#hot_announcements .item {padding: 0;overflow: hidden;position: relative;text-align: center;display: block;}
#hot_announcements .item .preview {display: block;padding-bottom: 66%;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;/* transform-origin: 50% 100%; */transition: transform .7s ease .1s;}
#hot_announcements .item .content {position: absolute; left: 0; right: 0; bottom: 25px; z-index: 1; transition: background-color .3s ease;}
#hot_announcements .item h3 {margin: 0; background: rgba(255, 255, 255, 0.7); padding: 10px 10px 10px; line-height: 1.1em; color: #151515; font-size: 1.3em; font-weight: 600; text-shadow: 0 1px 1px #fff, 0 0 5px #fff; }

#hot_announcements .item a {color: inherit; transition: none; text-decoration: none; }

#hot_announcements .item:hover {}
#hot_announcements .item:hover .preview {transform: scale(1.03);}

/*
#hot_announcements .item:before,
#hot_announcements .item:after {content: "";width: 0;height: 0;position: absolute;border-style: solid; z-index: 2;}

#hot_announcements :before {left: 0; bottom: 0; border-width: 20px 0 0 20px;border-color: transparent transparent transparent #ffffff;}
#hot_announcements .item:after {top: 0;right: 0;border-width: 0 20px 20px 0;border-color: transparent #ffffff transparent transparent;}
*/




.hot_items {}
.hot_items .item {margin-bottom: 30px;}
.hot_items .preview {display: block;padding-bottom: 66%;position: relative;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;margin-bottom: 10px;}
.hot_items h3 {margin: 0 auto 5px;; font-size: 1em; font-weight: 500; }
.hot_items .anno {font-size: .8em; line-height: 1.2em; margin-bottom: 10px;}
.hot_items .date {display: block;color: #777;}
.hot_items .read_more {float: right;}

@media only screen and (min-width: 768px) {
	.hot_items .preview {margin-top: 0;}
	.hot_items .content {margin-left: -10px;}
}



.tile_preview .row > [class*=col-] {padding-bottom: 30px; }
.tile_preview .item {background: #e7f5fe;height: 100%;text-align: center;padding: 0;display: block;}

.tile_preview .preview {position: relative;display: block;padding-bottom: 66%;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;}
.tile_preview .preview img {display: inline-block; max-height: 100%; max-width: 100%; height: auto; width: auto; }

.tile_preview .content {clear: both;padding: 15px 15px 15px;}
.tile_preview .content h3 {font-size: 1em;font-weight: 400;color: inherit;margin: 0;}

.tile_preview a {text-decoration: none; }
.tile_preview .item:hover {background: #187ac6 !important;color: #fff;}
.tile_preview .item:hover a {color: inherit;}



.preview_with_hover .preview {}
.preview_with_hover .preview:before {content: "";display: block;position: absolute;bottom: 0;left: 0;height: 0;width: 100%;background: #000;opacity: 0;transition: opacity 1s linear, height .5s ease;}
.preview_with_hover .preview:after {content: "\f002";display: block;position: absolute;top: 50%;left: 50%;height: 64px;line-height: 64px;width: 64px;margin-top: -32px;margin-left:-32px;text-align: center;color: #fff;font-family: FontAwesome;font-size: 48px;opacity: 0;transition: opacity 1s ease;}

.tile_preview a:hover .preview:before,
.tile_preview a:hover .preview:after,
.preview_with_hover .preview:hover:before {opacity: .4;height: 100%;}
.preview_with_hover .preview:hover:after {opacity: .8;}




.owl-carousel {padding-left: 60px; padding-right: 60px;}
.owl-nav {position:absolute;top: 50%;margin-top: -23px;left: 0;right: 0;}
.owl-nav > div {position: absolute;width: 46px;height: 46px;line-height: 46px;/* background: #fff; */color: inherit;font-size: 24px;text-align: center;transition: background-color .3s ease, color .2s ease;}
.owl-nav > div:hover {background: #187ac6;color: #fff;}
.owl-nav .owl-prev {left: 0; }
.owl-nav .owl-next {right: 0; }



#banners_slider {position: relative;margin: 0 auto 30px;}

#banners_slider .title {padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #738590;text-align: center;line-height: 1;font-size: .9em;}

#banners_slider .owl-carousel {padding: 0 50px;}
#banners_slider .owl-stage-outer {height: 60px; line-height: 60px; }

#banners_slider .item img {max-height: 60px;width: auto;display: inline-block;vertical-align: middle;}



.entry a[href^="tel:"] {display: inline-block;position: relative;padding-left: 20px;}
.entry a[href^="tel:"]:before {content: "\f095";display: block;text-align: center;height: 16px;line-height: 16px;width: 16px;position: absolute;left: 0;top: 50%;margin-top: -9px;color: inherit;font-family: "FontAwesome";font-size: 16px;}

.entry a[href$=".zip" i],
.entry a[href$=".rar" i],
.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: 20px;padding: 0;padding-left: 20px;}

.entry a[href$=".zip" i]:before,
.entry a[href$=".rar" i]:before,
.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: 16px;height: 18px;top: 50%;margin-top: -9px;left: 0;position: absolute;background: url('/files/01049/img/Xdoc.png') 50% 50% no-repeat;background-size: contain;}

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

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

.entry a[href$=".zip" i]:before,
.entry a[href$=".rar" i]:before {background-image: url('/files/01049/img/Xzip.png');}





.container.row,
.no-gutter {margin-right: auto; margin-left: auto; }

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

@media (max-width: 768px) {
	.no-gutter > [class*="col-"] {padding-right: 15px; padding-left: 15px; }
}

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

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

	
.no_select, .no_select > * {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }




/* GoogleTranslate hack */
body {top: 0 !important;}
#google_translate_element,
.skiptranslate,
.goog-te-banner-frame {display: none !important;}





#scroll_up_button {display: block;position: fixed;bottom: 24px;right: 30px;display: none;border-radius: 8px;width: 44px;height: 44px;color: #fff;opacity: 1;text-align: center;cursor: pointer;/* box-shadow: 0 0 30px -12px #333; */z-index: 999;background: rgb(82,167,223);background: -moz-linear-gradient(top, rgba(82,167,223,1) 0%, rgba(1,121,201,1) 100%);background: -webkit-linear-gradient(top, rgba(82,167,223,1) 0%,rgba(1,121,201,1) 100%);background: linear-gradient(to bottom, rgba(82,167,223,1) 0%,rgba(1,121,201,1) 100%);}
#scroll_up_button:hover {opacity: .8;}
#scroll_up_button i {position: absolute;top: 50%;left: 50%;width: 20px;height: 20px;margin-left: -10px;margin-top: -10px;font-size: 20px;line-height: 17px;height: 20px;}

.popup_layer {display: block;text-align: center;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);font-size: 0;z-index: 500;}
.popup_layer:before {content: "";display: inline-block;width: 0;height: 100%;vertical-align: middle;}

.popup_layer .popup_window {display: inline-block;vertical-align: middle;width: 100%;font-size: 1rem;max-width: 600px;background: #fff;padding: 15px;position: relative;text-align: left;box-shadow: 0 2px 20px 4px rgba(0,0,0,.5);}
.popup_layer .popup_window .caption {margin: -15px -15px 15px;height: 40px;background: #fda55f;position: relative;text-align: left;padding: 0 20px;line-height: 40px;}
.popup_layer .popup_window .caption .close {display: block;color: #fff;width: 30px;height: 30px;position: absolute;right: 5px;top: 5px;line-height: 30px;opacity: 1;font-weight: 400;text-align: center;}

.popup_layer .popup_window .title {/* text-align: center; */font-weight: 600;font-size: 1em;color: #fff;padding-right: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.popup_layer .popup_window .content {padding: 5px 5px 5px;}




.tbl,
.cool-table {border-collapse: collapse;border-spacing: 0;	max-width: 100%;font-size: 0.85em;overflow-x: auto;	margin: 0 auto 30px;}

.tbl td, .tbl th,
.cool-table td, .cool-table th {padding: 10px 10px;border: 1px solid #187ac6;background-color: #fff;}

.tbl thead td,
.cool-table thead td,
.tbl th,
.cool-table th {background-color: #187ac6;border: 1px solid #187ac6;color: #fff;}

.tbl tr:hover td,
.cool-table tr:hover td {background-color: #fafafa;}

/* Стили кнопки */
.prof1 {display: inline-block;cursor: pointer; font-size:16px;text-decoration:none;padding:28px 30px !important; color:#354251;background:#98d4fa;border-radius:26px;border:1px solid #0179c9;}
.prof1:hover{background:#0179c9;color:#ffffff;border:1px solid #0179c9;transition: all 0.6s ease;}



