@charset "UTF-8";


html {font-size: 16px; overflow-x: hidden; }
body {position: relative;font-size: 1em;font-family: "Roboto", Tahoma, Arial, sans-serif; color: #151515; background: #fff /*url("/files/00118/img/Abstract-Background-White.jpg")url("/files/00118/img/Medical-Background-5.jpg") */repeat;  }

a {transition: background-color .3s ease, color .3s ease; }

a:link {color: #C41f3F; }
a:visited {color: #C41f3F; }
a:hover {color: #C41f3F; }



#header {margin-bottom: 10px;background:# 85% 0 no-repeat;}

	#header_top {text-align: right; padding: 5px 0 0;}
	#header_body {padding: 15px 0 30px;}



#logo {padding: 10px 0;margin-left: 15px;}
	#logo .emblem {max-width: 130px;text-align: center;display: inline-block;vertical-align: middle;margin-right: 10px;border-radius: 100%;/* border: solid 8px #02646f; */}
		#logo .emblem img {display: inline-block;max-width: 100%;height: auto;width: auto;border-radius: 100%;}

	#logo .content {display: inline-block; vertical-align: middle; }
		#logo .content h1 {font-size: 1.3em; font-weight: 700; margin: 0 auto 10px;}
		#logo .content .address {font-size: 0.9em; }




#header_info {font-size: 0.9em; color: #555; }
	#header_info .item {}
	
	#header_info p {margin: 0 0 5px; }
	#header_info .item u, #header_info .item strong {display: inline-block; }

	#header_info .item u {}



#hot_order {display: block; position: relative; background: #C41F3F;margin-bottom: 20px;padding: 15px;color: #fff;border-bottom: solid 5px #788898;text-decoration: none;font-size: 1.1em;}
	#hot_order:hover {background:  #C41F3F ; color: #000; border-color: #02646f; }
	#hot_order:hover:before {border-color: transparent transparent transparent #02646f; }
	
#hot_order:after {content: ""; width: 0;height: 0; position: absolute;border-style: solid; z-index: 2; top: 0;right: 0;border-width: 0 20px 20px 0;border-color: transparent #ffffff transparent transparent;}
#hot_order:before {content: "";width: 0;height: 0;position: absolute;border-style: solid;z-index: 3;top: 0;right: 0;border-width: 20px 0 0 20px;border-color: transparent transparent transparent #ffab66;}




#main_menu {clear: both;padding: 0;margin: 0;position: relative;transition: background-color .5s ease;}
	#main_menu .menu_container {background: #C41F3F;color: #;padding-right: 60px;position: relative;z-index: 10; text-align:center;}

	#main_menu ul {margin: 0; padding: 0; list-style: none; }
	#main_menu li {display: inline-block; position: relative; }
	#main_menu ul a {display: block; color:#ffffff; text-decoration: none; }


#main_menu .level_0 > li:hover > a,
		#main_menu .level_0 > li.active > a,
		#main_menu .level_0 > li.parent_active > a {color: #C0C0C0; }
	




#search_toggle,
#mobile_menu_toggle {background: none;border: none; padding: 15px; display: inline-block; position: absolute; text-align: center; outline: none;}
	#search_toggle i,
	#mobile_menu_toggle i {display: inline-block;vertical-align: middle;font-size: 24px;}
	
	#search_toggle:hover,
	#mobile_menu_toggle:hover {color: ; }



#search_toggle {right: 0; top: 0; }
#search_box {opacity: 0; visibility: hidden; z-index: 2000; position: fixed; top: 0;right: 0;bottom: 0;left: 0; transition: opacity 1s ease, visibility 1s linear;}

.search_toggled #search_box {display: block;background: rgba(0, 43, 47, 0.81);opacity: 1;visibility: visible;}


#mobile_menu_toggle,
#mobile_caption {display: none; }



	
@media screen and (min-width: 768px) {
	#main_menu .level_0 {display: inline-block !important;text-align: left;}
		#main_menu .level_0 > li {/* padding: 4px 0; *//* float: left; */}
		#main_menu .level_0 > li > a {padding: 15px 15px;/* font-weight: 500; */position: relative;font-size: 1.2em;}
			#main_menu .level_0 > li > a span {display: inline-block; vertical-align: middle; }
			#main_menu .level_0 > li.parent > a:after {content: "\f078";display: inline-block;font-family: "FontAwesome";font-size: 10px;vertical-align: middle; margin-left: 5px;}
		
		

	#main_menu .level_0 ul {display: none;position: absolute;top: 100%;left: 0;width: 300px;background: #C41F3F;color: #FFFFFF;font-size: .85em;z-index: 100;border-radius: 2px;padding: 10px 0 20px;box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.15);max-width: 300px;}
	#main_menu .parent:hover > ul {display: block; }

	#main_menu .level_1 {border-bottom: solid 2px #555;}
		#main_menu .level_1 > li {display: block; }
		#main_menu .level_1 > li > a {padding: 5px 25px;padding-right: 25px;line-height: 1.15em;transition: padding-left .25s ease;}
		
		#main_menu .level_1 > li > a:before {content: "\f054";display: block;height: 10px;line-height: 10px;opacity: 0;position: absolute;left: 5px;font-family: "FontAwesome";font-size: 10px;top: 50%;margin-top: -5px;color: #FFAB67;transition: opacity .35s linear, left .25s ease;}
			#main_menu .level_1 > li > a:hover {padding-left: 30px;color: #FFAB67;padding-right: 25px;}
			#main_menu .level_1 > li > a:hover:before {opacity: 1;left: 17px;}			
}


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

	#main_menu {background: #02646f; margin: 0 -15px; }
		.menu_toggled.menu-fixed #main_menu {bottom: 0; background: rgba(0,0,0,0.5);}
		
		.menu-fixed #main_menu {}
		.menu-fixed #main_menu:before,
		.menu-fixed #main_menu:after {content: none; }
		
	#mobile_menu_toggle {display: block; position: static;}

	#mobile_caption {float: left;display: inline-block;color: #fff;opacity: 0;transition: opacity .5s ease;/* font-size: 0.9em; */text-transform: uppercase;margin-left: 30px;}
		#mobile_caption span {display: inline-block;vertical-align: middle;line-height: 1.1em;padding: 10px 0;}
	.menu-fixed #mobile_caption {opacity: 1; }

	#search_toggle {float: right; }
	#mobile_menu_toggle {float: left; }

	#main_menu .menu_container {padding-right: 0;border-bottom: solid 4px #f7a63d;overflow: hidden;}

	#main_menu .level_0 {display: none;clear: both;padding: 0 5px 30px;}
		#main_menu .level_0 li {display: block; clear: both; }
		#main_menu .level_0 > li > a {padding: 10px 10px; }
	
	.menu_toggled #main_menu .level_0 {display: block;max-height: 90vh;overflow-y: auto;border-top: solid 3px #f7a63d;/* background: #fff; *//* color: #000; */}


	#main_menu .level_1 {display: block; }
		#main_menu .level_1 {padding-left: 30px;font-size: 0.9em;}
}

#main_menu:before,
#main_menu:after {content: ""; display: block;top: 0;left: 50%;right: 50%;bottom: 0;background: #C41F3F;position: absolute;z-index: 0;transition: left .15s ease, right .15s ease;}


.menu-fixed #main_menu {position: fixed;top: 0;left: 0;right: 0;z-index: 2000; background: #C41F3F; box-shadow: 0 0 30px -10px #000; }

.menu-fixed #main_menu:before {left: 0; }
.menu-fixed #main_menu:after {right: 0; }


@media screen and (max-width: 1200px) {
	#main_menu .level_0 > li > a {font-size: 1em; padding: 10px; }
}

@media screen and (max-width: 360px) {
	#mobile_caption {display: none;}
}









/* Главный Слайдер */
#main_slider {position: relative; }
	#main_slider .item {background-color: #f2f4ff;background-position: center center;background-repeat: no-repeat;background-size: cover;padding-bottom: 44%;position: relative;min-height: 220px;overflow: hidden;}
		#main_slider .item .content {opacity: 0;position: absolute;top: 60%;left: 60px;padding: 15px 30px;max-width: 50%;transform: translateY(-50%);transition: opacity 2s ease 1s;}
			#main_slider .item .content h3 {font-size: 2.3em;margin: 0 0 30px;text-shadow: 0 0 5px #000, 0 0 20px #000;color: #fff;}

			#main_slider .item .content .button {padding: 12px 30px;display: inline-block;background: #C41f3F;color: #fff;text-transform: uppercase;text-decoration: none;}
			#main_slider .item .content .button:hover {background: #424243; }
			
	#main_slider .owl-item.active .item .content {opacity: 1; } 


	#main_slider .owl-nav {top: 50%;left: 5px;right: 5px;position: absolute;margin-top: -36px;/* padding: 0 15px; */}
		#main_slider .owl-nav > div {font-family: "Glyphicons Halflings";/* content: "\e257"; */position: absolute;height: 48px;width: 48px;line-height: 48px;text-align: center;color: #fff;font-size: 36px;opacity: .3;background: none;}
		#main_slider .owl-prev {left: 0; }
			#main_slider .owl-prev:before {content: "\e257";}
		#main_slider .owl-next {right: 0;}
			#main_slider .owl-next:before {content: "\e258";}

	#main_slider .owl-nav > div:hover {color: #f8a63d;opacity: .85;}

#main_slider .owl-dots {position: absolute;bottom: 20px;left: 0;right: 50%;text-align: center;}
	#main_slider .owl-dot {display: inline-block;width: 16px;height: 16px;border: solid 3px #fff;border-radius: 1000%;margin: 0 5px;opacity: 0.8; transition: background-color .5s ease, opacity .5s ease; }
	#main_slider .owl-dot.active {background-color: #f8a63d; }
	#main_slider .owl-dot:hover {opacity: 1; background-color: #f8a63d; }



#main_slider_buttons {position:absolute;top: 0;right: 0;z-index: 1;padding: 15px;}
	#main_slider_buttons > a {display: inline-block;background: rgba(255,255,255,0.75); text-decoration: none; margin: 0 3px 5px;text-transform: uppercase;padding: 10px;line-height: 1.1em;clear: both;text-align: center;min-width: 130px;border-left: solid 7px #02646f;}
	#main_slider_buttons > a:hover {opacity: 1; border-color: #f8a63d; }

#main_slider_banners {position:absolute;bottom: 0;right: 0;z-index: 1;padding: 15px;left: 50%;text-align: right;}
	#main_slider_banners > a {display: inline-block;margin: 0 3px 0;border-bottom: solid 4px #02646f;border-radius: 3px;overflow: hidden;opacity: .85;}
	#main_slider_banners img {display: inline-block; max-width: 240px; }

	#main_slider_banners > a:hover {opacity: 1; border-color: #f8a63d; }


	

/* owl-banners */
#banners_slider {position: relative;padding: 30px 30px 30px;}
	#banners_slider .owl-stage-outer {height: 64px; }
#banners_slider .item {margin: 0 15px; max-height: 64px; text-align: center; }
	#banners_slider .owl-item {float: none; display: inline-block; vertical-align: middle; overflow: hidden; opacity: 0.9; transition: opacity 0.3s ease; }
		#banners_slider .owl-item:hover {opacity: 1; }
	#banners_slider .owl-item img {display: inline-block; max-height: 64px; width: auto; max-width: 100%; }

.owl-banners .owl-nav {position: absolute; margin-top: -24px; top: 50%; left: -15px; right: -15px; }
	.owl-banners .owl-prev, .owl-banners .owl-next {position: absolute;height: 36px;font-family: "Glyphicons Halflings";font-size: 36px;color: #ffffff;opacity: 0.5;}
	
	.owl-banners .owl-prev {left: 0; }
	.owl-banners .owl-next {right: 0; }
	
	.owl-banners .owl-prev:hover,
	.owl-banners .owl-next:hover {opacity: 1;}
	
	.owl-banners .owl-prev:before {content: "\e251"; }
	.owl-banners .owl-next:before {content: "\e250"; }



.categories_slider {}
	.categories_slider .item {text-align: center;}

	.categories_slider .item strong {display: block; margin-bottom: 15px; }




.section_title {position: relative;text-align: center;font-size: 2em;line-height: 1.2em;padding-bottom: 15px;margin: 0 auto 45px;}
	.section_title:after {display: inline-block; content: ""; position: absolute; left: 50%; bottom: 0; width: 200px; margin-left: -100px; height: 3px; background: #719498; }



#hot_announcements {margin: 30px 0 45px;}
	#hot_announcements .item {padding: 15px;background: #f2f3f8;position: relative;margin: 0 0 15px;clear: both;overflow: hidden;}
		#hot_announcements .item:after {content: "";width: 0;height: 0;position: absolute;border-style: solid;z-index: 2;top: 0;right: 0;border-width: 0 20px 20px 0;border-color: transparent #ffffff transparent transparent;}
	
	#hot_announcements .item .preview {text-align: center;padding: 0;margin-bottom: 10px;}
		#hot_announcements .item .preview img {display: inline-block; }
		
	#hot_announcements .item h3 {margin: 0 0 10px;}


#hot_links {margin: 45px 0 45px; }	
	#hot_links > div {padding: 0 15px 30px;}
	#hot_links .item {height: 100%; position: relative; }
		#hot_links .item > a {display: block;background: #719498;text-align: center;padding: 50px 15px 60px;height: 100%;color: #fff;text-decoration: none;}
		#hot_links .preview {padding: 0 15px;margin-bottom: 30px;}
		#hot_links .preview img {max-height: 48px;height: auto;width: auto;display: inline-block;}
	
		#hot_links .content {padding: 0 15px;font-size: 1.25em;font-weight: 500;word-wrap: break-word;}

		#hot_links .item > a:hover {background: #424243 !important;}



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

#hot_links .item:before {left: 0; bottom: 0; border-width: 40px 0 0 40px;border-color: transparent transparent transparent #ffffff;}
#hot_links .item:after {top: 0;right: 0;border-width: 0 40px 40px 0;border-color: transparent #ffffff transparent transparent;}


@media screen and (max-width: 1199px) {
	#hot_links .item > a {padding: 30px 15px 30px; }
}


#hot_links .item.highlighted > a {background: #02646f; }








#hot_links_v2 {margin: 45px 0 45px; }
	#hot_links_v2 .row-eq-height > div {padding-bottom: 30px; }

	#hot_links_v2 .item {height: 100%;padding: 0;overflow: hidden;position: relative;text-align: center;display: block;}
		#hot_links_v2 .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_links_v2 .item .content {position: absolute; left: 0; right: 0; bottom: 25px; z-index: 1; transition: background-color .3s ease; }
			#hot_links_v2 .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_links_v2 .item a {color: inherit; transition: none; text-decoration: none; }


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

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


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








#hot_news {	padding: 0 0 60px;}
	#hot_news .row-eq-height > div {padding-bottom: 30px; }

	#hot_news .item {background: #f2f3f8;height: 100%;padding: 0;overflow: hidden;position: relative; transition: background-color .3s ease; }
		#hot_news .item .preview {display: block;padding-bottom: 44%;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat; transform-origin: 50% 100%; transition: transform .7s ease .1s; }
		#hot_news .item .content {padding: 15px 15px 40px; line-height: 1.1em; color: #151515; position: relative; z-index: 10; }
			#hot_news .item h3 {margin: 0 0 15px; }
			#hot_news .item .anno {opacity: 0.8; font-size: 0.85em; margin-bottom: 15px; }
			#hot_news .item .date {display: inline-block; margin-right: 20px; vertical-align: middle; font-weight: 500;}
			#hot_news .item a {color: inherit; transition: none; }
			#hot_news .item .read_more {font-size: 0.9em; display: inline-block; vertical-align: middle; opacity: 0.8; }


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

#hot_news .item:before {left: 0; bottom: 0; border-width: 40px 0 0 40px;border-color: transparent transparent transparent #ffffff;}
#hot_news .item:after {top: 0;right: 0;border-width: 0 40px 40px 0;border-color: transparent #ffffff transparent transparent;}


	#hot_news .item:hover {background: #C41f3F; }
		#hot_news .item:hover .preview {transform: scale(1.05);}
		#hot_news .item:hover .content {color: #fff; }

@media screen and (min-width: 1200px) {
	#hot_news .item .content {padding: 20px 30px 40px;}
}






	.news_preview .item {background: #f2f3f8;height: 100%;padding: 0;overflow: hidden;position: relative; transition: background-color .3s ease; margin-bottom: 30px; }
		.news_preview .item .preview {padding: 0;position: relative;/* display: block; *//* height: 100%; */}
		.news_preview .item .preview_img {display: block;/* position: absolute; */top: 0;bottom: 0;left: 0;right: 0;padding-bottom: 66%;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;transform-origin: 50% 100%;transition: transform .7s ease .1s;}
		.news_preview .item .content {padding: 15px 15px 40px; line-height: 1.1em; color: #151515; position: relative; z-index: 10; }
			.news_preview .item h3 {margin: 0 0 15px; }
			.news_preview .item .anno {opacity: 0.8; font-size: 0.85em; margin-bottom: 15px; }
			.news_preview .item .date {display: inline-block; margin-right: 20px; vertical-align: middle; font-weight: 500;}
			.news_preview .item a {color: inherit; transition: none; }
			.news_preview .item .read_more {font-size: 0.9em; display: inline-block; vertical-align: middle; opacity: 0.8; }


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

.news_preview .item:before {left: 0; bottom: 0; border-width: 40px 0 0 40px;border-color: transparent transparent transparent #ffffff;}
.news_preview .item:after {top: 0;right: 0;border-width: 0 40px 40px 0;border-color: transparent #ffffff transparent transparent;}








#doctors_slider {margin-bottom: 60px; }
#doctors_slider .owl-doctors {background: #f2f3f8;padding: 50px 63px;}
	#doctors_slider .item {width: 200px;background: #fff;height: 100%;color: inherit;transition: background-color .3s ease, color .2s ease;}
		#doctors_slider .preview {display: block;overflow: hidden;position: relative;padding-bottom: 90%;background: #eee;text-align: center;background-position: 50% 0;background-size: cover;background-repeat: no-repeat;}
			#doctors_slider .preview img {display: block;position: absolute;top: 0;width: 100%;height: auto;}

		#doctors_slider .content {padding: 20px 15px 45px;}
			#doctors_slider .content .category {display: block; margin-bottom: 10px; opacity: 0.8; font-size: 0.9em;}
			#doctors_slider .content h3 {font-size: 1em;margin: 0 auto 15px;padding-bottom: 10px;border-bottom: solid 1px #7890b8;}
				#doctors_slider .content h3 a {color: inherit; text-decoration: none; transition: none; }
			#doctors_slider .content .anno {font-size: 0.8em;opacity: 0.75;}

	#doctors_slider .item:hover {background: #778899; color: #fff; }
		#doctors_slider .item:hover .content h3 {border-color: #fff; }


#doctors_slider .owl-stage {display: flex; }



#info_for_clients {margin-bottom: 60px;}





#hot_phone_support {margin-bottom: 60px;}
	#hot_phone_support .item {margin-bottom: 30px;padding: 15px;background-color: #aaa;position: relative;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;color: #fff;text-align: center;width: 100%;}
		#hot_phone_support .item .content {position: relative; }

	#hot_phone_support .item-1 {height: 500px; text-align: right; background: none; padding: 0; }
		#hot_phone_support .item-1 img {max-height: 100%; display: inline-block;}
		
		@media screen and (max-width: 768px) {
			#hot_phone_support .item-1 {text-align: center; }
		}
	#hot_phone_support .item-2 {height: 290px; background-image: url("/files/00866/obj/110/47623/img/ban7.jpg"); }
	
	#hot_phone_support .item-3 {height: 180px;background-image: url("/files/00866/obj/110/47623/img/ban8.jpg");}
	#hot_phone_support .item-4 {height: 180px; background-image: url("/files/00866/obj/110/47623/img/ban9.jpg"); }
	
	
#hot_phone_support .item:before {content: ""; position: absolute; background: #000; opacity: 0; top: 0; right: 0; bottom: 0; left: 0; transition: opacity 1s ease; }
	#hot_phone_support .item:hover:before {opacity: 0.5; }

	#hot_phone_support .item-1:before {display: none; }






.categories_slider .owl-nav {top:auto;}
.categories_slider .owl-nav > div {width: 24px;height: 24px;line-height: 24px;font-size: 20px;}


.categories_slider .all_categories {margin-top: 15px; }





.owl-nav {position:absolute;top: 50%;margin-top: -26px;left: 0;right: 0;}
	.owl-nav > div {position: absolute;width: 52px;height: 52px;line-height: 52px;background: #fff;color: inherit;font-size: 24px;text-align: center;transition: background-color .3s ease, color .2s ease;}
		.owl-nav > div:hover {background: #f8a63d; color: #fff; }
	.owl-nav .owl-prev {left: 0; }
	.owl-nav .owl-next {right: 0; }

.map_wrapper {min-height: 450px; background: #fdfaf1; }



.page_index #main {margin-bottom: 45px; }




.page_title {padding: 80px 15px 90px; background: #778899 50% 50% no-repeat;/* background-attachment: fixed; */background-size: cover;color: #fff;text-align: center;font-size: 2.4em;line-height: 1.2em;margin: 0;}
	.page_title > span {display: inline-block;position: relative;}
	.page_title > span:after {margin: 15px auto 0;display: block;content: "";background: #fff;width: 80px;height: 3px;}

.breadcrumbs {font-size: 1em;padding: 15px 5px;margin-bottom: 45px;letter-spacing: 0.02em;color: #151515;border-bottom: 1px solid #ebebeb;}
	.breadcrumbs ul {margin: 0; padding: 0; list-style: none; }
		.breadcrumbs ul li {display: inline-block; }
		
	.breadcrumbs a {display: inline-block; color: #151515; }
		.breadcrumbs .parent_active > li:last-child a {color:  #C41F3F;}
		.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; }


#sidebar {}
	#sidebar .widget {background: #f2f3f8;overflow: hidden;padding: 40px 20px 45px;margin: 0 0 40px;}
	#sidebar .widget h3 {margin: 0 0 30px;text-align: center;}





.small_preview .item { }
	.small_preview .item .preview {display: inline-block; width: 96px; height: 78px;background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;float: left;margin-right: 10px;}
	.small_preview .item .content {/* display: inline-block; *//* margin-left: auto; */overflow: hidden;line-height: 1.1em;}
		.small_preview .item .date {display: inline-block;font-size: 0.9em;line-height: 1em;color: #666;}
		.small_preview .item strong {display: block;font-weight: 500;}




#side_news {}
	#side_news .item {clear: both; margin: 0 0 30px; overflow: hidden; }
		#side_news .item .preview {width: 72px; height: 60px;}

	@media screen and (max-width: 1300px) {
		#side_news .item .preview {display: none; }
	}


.hot_items {}
	.hot_items h3 {}
	.hot_items [class*=col-] {margin-bottom: 15px; }
	
	.hot_items .item {background: #f2f3f8;overflow: hidden;height: 100%;}
		.hot_items .item .preview {width: 150px;height: 120px;margin-right: 0;}
		.hot_items .item .content {padding: 15px; }
			.hot_items .item h3 {font-size: 1.2em;margin: 0 auto;}
			.hot_items .item a {color: #555; text-decoration: none; }







/* карточка сотрудника */
.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;}


.entry {/* margin-bottom: 30px; */overflow-x: auto;padding-bottom: 30px;}
	.entry img {max-width: 100%; height: auto; }



/* Фотогалереи */
.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 {/*opacity: 1;*/ }

	.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;
	}
		




.spoiler_well {/* margin-bottom: 15px; */}
	.spoiler > .content {display: none; }

.spoiler {overflow: hidden; clear: both; }

.spoiler_toggle {display: block;padding: 10px 15px;/* border-radius: 3px; */background: #778899;border-radius: 0;cursor: pointer;text-decoration: none;color: #ffffff;}
	.spoiler_toggle:hover {background: #C41f3F;color: #fff;text-decoration: none;}

	.spoiler_toggle h3 {margin: 0; font-size: 1.2em; }
	.spoiler_well > .content {padding: 15px; }


.content .spoiler_toggle {display: inline-block;float: right;padding: 5px 10px;}



/* опросы */
#polls {margin: 30px 0 15px;overflow:  hidden;}
.poll_answers label {display: block; margin: 0; font-weight: normal; }
.poll_answers > span {display: block; clear: both; }
.poll_answers input {margin-right: 0.3em; }

.poll_submit {margin-top: 15px; }








#footer {}

	#footer_body {background: #C41F3F;;padding: 45px 15px 60px;color: #fff;}
	#footer_bottom {background: #323942;padding: 15px;text-align: center;color: #8d96a2;/* font-size: 0.9em; */}

	#footer_body a {color: #fff; }

#footer .info_block {padding: 0 20px; position: relative; font-size: 0.95em; }
	#footer .info_block span {display: inline-block; min-width: 160px; color: #f8a63d; margin-right: 3px;}
	#footer .info_block a {color: #fff; }

#footer .section_title {font-size: 1.2em;text-align: left;margin-bottom: 30px;font-weight: 500;color: #eee;text-transform: uppercase;}
	#footer .section_title:after {margin-left: 0;left: 0;width: 100%;height: 1px; background: #4f5c6e; }

#footer #last_mod {font-size: 0.9em;/* text-align: right; */color: #aaa;margin-bottom: 25px;}
	#footer #last_mod .date {color: #fff; font-size: 1.2em; }
	
.footer_pages {float: right;margin: 0 0 45px;}

#footer .site_by {clear: both; font-weight: 600; float: right; color: #fff; text-decoration: none; opacity: 0.5; }
	#footer .site_by:hover {opacity: 1; }

	

/* *********** */
.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; }
	
	.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 #bdbdbd;line-height: 1.6em;background: #fafafa;}

	.ww_form input[type="text"]:focus,
	.ww_form input[type="email"]:focus,
	.ww_form select:focus,
	.ww_form textarea:focus {border-color: #3da8c7;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: 1em;max-width: 100%;padding: 5px 0.2em;min-height: 28px;}
	
	.ww_form input[type="radio"],
	.ww_form input[type="checkbox"] {}
	
	[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%; }
	}
	
	.ww_form .er {margin-left: 1em; color: darkred; font-size: 0.9em; font-weight: bold; display: inline-block; }
	
	
	
/* тип 2: закладки */
.archive_header {margin-bottom: 30px;clear: both;overflow:  hidden;}
.archive_header .MapTabs {}
	.archive_header .MapTabs .tabSelect {font-weight: 600;background-color: #02646f;padding: 5px 15px;overflow:  hidden;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 {/* padding: 2px; */}
	.archive_header .MapTabsBody > span {/* line-height: 32px; */margin-right: 0.3em;}

	.archive_header .MapTabsBody > span > span {display: inline-block;font-weight: 600;/* padding: 0 0.4em; */overflow: hidden;background: #02646f;margin-right: 10px;vertical-align:  middle;color: #fff;padding: 5px 10px;}
	.archive_header .MapTabsBody > span > a {display: inline-block;text-decoration: underline;margin-right: 10px;}
		.archive_header .MapTabsBody > span > a:hover {/* text-decoration: none; *//* background-color: #f5f5f5; */}

/* */

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

.archive_list .date,
.archive_list h3 {font-weight: bold; }


	
	


.pagination {text-align: center; display: block; margin: 15px 0; padding: 15px; font-weight: bold; }
	.pagination span {border: solid 2px #ccc;display: inline-block;line-height: 24px;height: 28px;width: 28px;margin: 0 3px;padding: 0;/* background-color: #ccc; */border-radius: 10px 3px;overflow:  hidden;}
		.pagination span:hover {border-color: orange; }
		.pagination span:hover a {/* background-color: #ffa501; *//* color: #fff; */}
	.pagination .page_hidden {margin: 3px; background: none; }
	.pagination span a {color: inherit; display: block; text-decoration: none; }
	.pagination .page_current {border: solid 2px #ffa501;background: #ffa501;margin: 0 5px;color:  #fff;}

span.page_current {}



/* поиск */
.search_field {text-align: left;padding: 0 15px;position: relative;top: 20%;/* left: 50%; */width: 600px;margin: 0 auto;/* background: #fff; */display: block;}
	.search_field:hover {border-color: #777; }
		
    .search_form {line-height: 1em;display: block;width: 100%;border-bottom: solid 1px #eee;position: relative;}
	.search_form input[type="search"] {background: none;color: #fff;border: none;height: 80px;line-height: 80px;padding: 0;margin: 0;outline: none;font-size: 2em;width: 100%;padding-right: 110px; }

.search_form input:-internal-autofill-previewed,
.search_form input:-internal-autofill-selected {background: none!important;color: #fff !important;}

	.search_form button {background: none;text-align: center;border: 0;position: absolute;cursor: pointer;width: 50px;height: 80px;right: 0;top: 0;margin: 0;line-height: 80px;color: #fff;text-align: center;border-radius: 0 3px 3px 0;padding: 0;outline: none;}
		
		.search_form button.submit {right: 60px;}
		
		.search_form button:hover {color: #ffa501; }
		.search_form button:hover:before {border-radius: 0; border-left: 0; }

		.search_form button i {display: inline-block;vertical-align: middle;font-size: 32px;}


@media only screen and (max-width: 620px) {
	.search_field {width: 100%;}
}


.button {padding: 7px 15px;display: inline-block;background: #C41F3F;color: #fff !important;text-transform: uppercase;text-decoration: none !important;}
	.button:hover {background: #424243; }

			


/* языки */
.lng_select {display: inline-block;vertical-align: middle;}
	.lng_select a {text-decoration: none; }
	.lng_select img {height: 24px;display: inline-block;}
	

#vi_mode {display: inline-block;margin-right: 45px;vertical-align: middle;}
	#vi_mode .wep_toggle {color: #555;cursor: pointer;display: inline-block;vertical-align: middle;}
	#vi_mode .wep_toggle:before {font-size: 22px !important; }


#scroll_up_button {display: block; position: fixed; bottom: -50px;right: 40px; border-radius: 50%;width: 50px;height: 50px;font-size: 24px;line-height: 50px;opacity: 0.7;background: #f8a63d;text-align: center;cursor: pointer;color: #fff;z-index: 999; transition: bottom .5s ease, opacity .5s ease; }
	#scroll_up_button:hover {opacity: 1;transition: opacity 0.5s ease;}

.downscrolled #scroll_up_button {bottom: 40px; }


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



.onscroll {visibility: hidden; }
.visible {visibility: visible !important; }

/* bootstrap ext */
.container.row,
.no-gutter {margin-right: auto; margin-left: auto; }

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

.row-eq-height {flex-wrap: wrap;display: flex;/* justify-content: center; */}

span.icon:before { 
  font-family: FontAwesome; 
  content: "\f015"; 
}



/* ***** */
.cool-table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	overflow-x: auto;
	font-size: .9em;
	border-bottom: solid 1px #ccc;
}

.cool-table td {
	padding: 10px 15px;
	border: solid 1px #f2f3f8;
}

.cool-table tr:nth-child(even) td {
	background: #f2f3f8;
}

.cool-table tr:first-child,
.cool-table thead td,
.cool-table th
 {
	background: #f8a63d;
	color: #fff;
	text-transform: uppercase;
}

.cool-table tr:first-child td,
.cool-table th {
	padding: 15px 10px;
}

.cool-table tr:hover {background: #fafafa;color: #000;}
