@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 repeat;line-height: 1.4em;}

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

a:link {color: #b45500; }
a:visited {color: #777; }
a:hover {color: #da7525; }


#layout {display: flex;flex-grow: 1;flex-direction: column;min-height: 100vh;}
#main {flex-grow: 1;}

#header {/* box-shadow: 0 0 30px -10px #000; */position: relative;flex-shrink: 0;}

#header_top {border-bottom: 1px solid #eee;text-align: right;padding: 5px 0;}
#header_top a {color: #00a6d0;}


#page_header .logo {padding: 30px 0;}
#page_header .emblem {max-width: 240px;display: inline-block;vertical-align: bottom;padding: 0 10px;}
#page_header .emblem img {max-width: 100%;}
#page_header .caption {display: inline-block;vertical-align: bottom;padding: 0 15px;margin-top: 15px;}
#page_header .caption h1 {font-size: 2em; font-weight: 600; margin: 0 auto 10px; }

#main_menu {clear: both;padding: 0;margin: 0;position: relative;background: #fff;transition: background-color .5s ease;}
#main_menu .menu_container {/* padding: 0 60px; */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: inherit; 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: #00a6d0;}




#search_toggle,
#mobile_menu_toggle {background: none;border: none;padding: 12px;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: #FFAB67; }



#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: rgb(0 111 139 / 90%);opacity: 1;visibility: visible;}


#mobile_menu_toggle,
#mobile_caption {display: none; }




@media screen and (min-width: 992px) {
	#main_menu .level_0 {display: inline-block !important;text-align: left;padding: 10px 0;}
	#main_menu .level_0 > li {}
	#main_menu .level_0 > li > a {padding: 3px 12px;/* font-weight: 500; */position: relative;font-size: 1.2em;border-right: solid 1px #dadada;text-transform: uppercase;}
	#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 > li:last-child > a {border-right: none; } 


	#main_menu .level_0 ul {display: none;position: absolute;top: 100%;left: 0;width: 300px;background: #fff;color: #000;z-index: 100;border-radius: 0 0 12px 12px;padding: 10px 0 15px;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 5px #00a6d0;}
	#main_menu .level_1 > li {display: block; }
	#main_menu .level_1 > li > a {padding: 7px 20px;padding-left: 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: #000;transition: opacity .35s linear, left .25s ease;}
	#main_menu .level_1 > li > a:hover {/* padding-left: 30px; *//* color: #fc9501; *//* padding-right: 25px; */background: #c7f1ff;}
	#main_menu .level_1 > li > a:hover:before {opacity: .35;left: 10px;}			
}


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

	#main_menu {margin: 0 -15px;}
	.menu_toggled.menu-fixed #main_menu {bottom: 0;}

	.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;opacity: 0;color: #00a6d0;transition: opacity .5s ease;font-size: 0.9em;font-weight: 500;text-transform: uppercase;margin-left: 15px;}
	#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;overflow: hidden;text-align: left;}

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


	#page_header .logo {text-align: center;}
}


@media screen and (max-width: 900px) {
	#page_header .emblem {max-width: 200px;}
}

.menu-fixed #main_menu {position: fixed;top: 0;left: 0;right: 0;z-index: 2000;/* background: rgba(255,255,255,.92); */background: #fff;box-shadow: 0 0 30px -10px #000;/* backdrop-filter: blur(2px); */}

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





#intro {padding: 60px 0; color: #fc9501; background: url("/files/01506/img/intro_bg.jpg") 50% 0 no-repeat;background-size: cover;text-align: center;}

#intro .logo {text-align: center;/* margin: 0 auto 60px; */}
#intro .logo img {max-width: 100%;transform: translateX(-21%);}
#intro h1 {margin: 0 auto 10px;font-size: 2.8em;font-weight: 700;}
#intro .address {font-size: 1.4em; font-weight: 500;}


.intro_phones {color: #444;padding: 30px 0;/* font-size: .9em; *//* text-align: right; */}
.intro_phones .item {margin: 0 auto 12px;line-height: 1.2em;position: relative;}
.intro_phones .item br {display: none;}
.intro_phones .item s {display: inline; text-decoration: none;}
.intro_phones .title {font-size: .9em; font-weight: 500;}
.intro_phones i {display: none;}
.intro_phones a {display: inline-block;color: inherit;}

#intro .intro_phones {color: #00a6d0; padding: 0; font-size: 1em;}
#intro .intro_phones {margin: 45px auto 0;color: #00a6d0;font-size: 1.3em;font-weight: 500;}
#intro .intro_phones .item {margin: 0 auto 30px;line-height: 1.4em;}
#intro .intro_phones .item s {display: none;}
#intro .intro_phones .item br {display: inline;}

#intro .intro_phones .title {font-size: 1em; font-weight: 400;}
#intro .intro_phones i {display: inline-block; font-size: 40px;color: #ffa811;text-shadow: 0px 2px 3px rgb(0 0 0 / 20%), 0px -2px 3px #fff;margin: 0 auto 10px;}
#intro .intro_phones a {font-weight: 700;font-size: 1.5em;}


@media screen and (max-width: 991px) {
	#page_header .intro_phones {text-align: center; }
}


/* Главный Слайдер */
#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: #f8a63d;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;margin: 0 auto 15px;}
#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;margin: 0 auto 30px;color: #00a6d0;text-transform: uppercase;}




#sidebar .section_title {font-size: 1.4em;margin-bottom: 30px;padding-bottom: 12px;}


.section_menu {margin: 0 auto 60px;}



#hot_announcements {padding: 60px 0 60px;}
#hot_announcements .item {padding: 15px;background: #f2f3f8;position: relative;margin: 0 0 15px;clear: both;overflow: hidden;}

#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 {background: #e9f9fe;padding: 45px 0 30px;}


.hot_buttons {
	margin: 0 auto 60px;
	max-width: 800px;
}
.hot_buttons .item {
    background: -webkit-linear-gradient(top, #fca92c 3%, #fc9400 97%);
    background: -moz-linear-gradient(top, #fca92c 3%, #fc9400 97%);
    background: -o-linear-gradient(top, #fca92c 3%, #fc9400 97%);
    background: -ms-linear-gradient(top, #fca92c 3%, #fc9400 97%);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgb(119 119 119 / 50%);
    color: #fff;
    padding: 10px 15px;
    padding-left: 88px;
    transition: 0.3s;
    width: 100%;
    margin-left: 0px;
    border: solid 1px #b3b3b3;
    display: block;
    position: relative;
}

.hot_buttons .item:hover {
	background: #fff;
	color:#fc9400;
	text-decoration:none;
}

.hot_buttons .item + .item {margin-top: 20px;}

.hot_buttons .item .preview {position: absolute;left: 18px;top: 10px;width: 52px;height: 52px;background-repeat: no-repeat;background-position: 50% 50%;}
.hot_buttons .item .content {min-height: 52px;display: flex;align-items: center;text-align: left;}
.hot_buttons .item h3 {margin: 0 0;display: inline-block;font-size: 1.2em;}




#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;border-radius: 15px;}
#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: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:hover {background: #f7a63d; }
#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;}








.specialists .item {margin: 0 auto;width: 100%;max-width: 240px;background: #fff;height: 100%;color: inherit;transition: background-color .3s ease, color .2s ease;border-radius: 10px;overflow: hidden;}
.specialists .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;}
.specialists .preview img {display: block;position: absolute;top: 0;width: 100%;height: auto;}

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





#doctors_slider {margin-bottom: 60px;background: #e9f9fe;padding: 45px 0 60px;text-align: center;}

#doctors_slider h2 {margin-bottom: 10px;}
#doctors_slider h2 + p {margin: 0 auto 30px;}

#doctors_slider .owl-doctors {padding: 0 47px;}
#doctors_slider .owl-stage {display: flex; }

#doctors_slider .item .content {padding: 20px 15px 45px;}
#doctors_slider .item:hover {background: #f8a63d; color: #fff; }
#doctors_slider .item:hover .content h3 {border-color: #fff; }






#info_for_clients {margin-bottom: 60px;}
#info_for_clients .item {margin-bottom: 15px;}
#info_for_clients .row h3 {text-align:center;margin: 0 auto 15px;}
#info_for_clients .title {font-weight: 500;}
#info_for_clients .anno {margin-top: 10px;}


.rss_news {padding: 30px 15px 30px;}
.rss_news .section_title {font-size: 1.4em;padding-bottom: 10px;text-align: left;margin-bottom: 30px;}
.rss_news .section_title:after {left: 0; margin-left: 0; width: 60px;}
.rss_news .item {margin: 0 0 10px;}
.rss_news a {display: block;font-weight: 400;margin: 0 0 2px;text-decoration: none;line-height: 1.1em;}
.rss_news .date {color: #777; font-size: .9em;}
.rss_news .date i {margin-right: 3px;}




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


#hot_phone_support .item-2 {height: 290px; background-image: url("/files/00209/obj/110/47623/img/ban7.jpg"); }

#hot_phone_support .item-3 {height: 180px;background-image: url("/files/00209/obj/110/47623/img/ban8.jpg");}
#hot_phone_support .item-4 {height: 180px; background-image: url("/files/00209/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; }


@media screen and (max-width: 768px) {
	#hot_phone_support .item-1 {text-align: center; }
}



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




#article {margin-bottom: 30px;}




.owl-nav {position:absolute;top: 50%;margin-top: -18px;left: 0;right: 0;}
.owl-nav > div {position: absolute;width: 36px;height: 36px;line-height: 36px;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: 60px 0 45px;background: url("/files/01506/img/intro_bg.jpg") 50% -3px no-repeat;/* background-attachment: fixed; */background-size: cover;color: #222;text-align: center;font-size: 2.4em;line-height: 1.2em;margin: 0;}
.page_title h1 > span {display: inline-block;position: relative;}
.page_title h1 > span:after {margin: 15px auto 0;display: block;content: "";background: #00a6d0;width: 80px;height: 4px;}

.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 ul li:first-child {display: none;}

.breadcrumbs a {display: inline-block;color: #00a6d0;}
.breadcrumbs .parent_active > li:last-child a {color: #151515;}
.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: #e9f9fe;overflow: hidden;padding: 40px 20px 45px;margin: 0 0 40px;border-radius: 10px;}
#sidebar .widget h3 {margin: 0 0 30px;text-align: center;}



#hot_order {display: block;position: relative;background: #00a6d0;margin-bottom: 20px;padding: 15px;color: #fff;border-bottom: solid 5px #fc9501;text-decoration: none;font-size: 1.1em;border-radius: 10px 0 0 0;}
#hot_order:hover {background: #c7f1ff;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 #fc9501;}




.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 {display: block;background: #e9f9fe;overflow: hidden;height: 100%;clear: both;}
.hot_items .item .preview {width: 150px;height: 120px;margin-right: 0;}
.hot_items .item .content {padding: 15px; }
.hot_items .item h3,
.hot_items .item .title {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; color: #ff8502;
    padding-bottom: 3px;}
.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: 50px;overflow:  hidden;}


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



.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/01506/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/01506/img/xls.png');}

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

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


.entry ul {list-style: none;padding: 5px 0;margin-left: 40px;border-left: 20px solid #c7f1ff;border-radius: 16px 0 0 16px;}
.entry ul > li {position: relative;padding-left: 15px;}
.entry ul > li:before {content: "";display: block;width: 12px;height: 12px;top: 6px;left: -6px;position: absolute;background: #fff;border-radius: 50%;box-shadow: inset 0 -1px 2px #00a6d0, 0 0 1px 1px rgb(0 0 0 / 15%);}


.entry ol {counter-reset: li; list-style: none;}
.entry ol li::before {content: counter(li)""; counter-increment: li; position: absolute; left: 0; top: -2px; height: 26px; width: 26px; line-height: 24px; text-align: center; border-radius: 50%; background-color: #c7f1ff; z-index: 2; font-size: .9em; font-weight: 500;}

.entry ol li {position: relative; display: block; padding-left: 34px; text-decoration: none; border-radius: 50%;margin: 4px auto 6px;}






/* Фотогалереи */
.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: #e9f9fe;border-radius: 0;cursor: pointer;text-decoration: none;color: #151515;}
.spoiler_toggle:hover {background: #c7f1ff;text-decoration: none;color: #000;}

.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 {
	flex-shrink: 0;
}

#footer_body {background: #c7f1ff;padding: 45px 15px 60px;border-top: 5px solid #fc9501;}
#footer_bottom {background: #fc9501;padding: 15px;text-align: center;color: #222;/* 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: #000;margin-right: 3px;}
#footer .info_block a {/* color: #fff; */}

#footer .section_title {font-size: 1.2em;text-align: left;margin-bottom: 15px;font-weight: 500;color: #222;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 {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; }





.social_networks {margin: 0 auto 30px; }
.social_networks a {display: inline-block; width: 26px; height: 26px; line-height: 26px; color: inherit; font-size: 20px; text-align: center; opacity: .75;}
.social_networks a: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; }

	



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

.archive_list {}
.archive_list .item {overflow: hidden;padding: 0 0 15px;margin-bottom: 15px;border-bottom: 1px solid #eee;}
.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 .read_more {/* padding: 8px 15px 10px; *//* margin-top: 10px; */}




/* тип 2: закладки */
.archive_header .MapTabs {border-bottom: solid 3px #00a6d0;}
.archive_header .MapTabs .tabSelect {font-weight: 500;background-color: #00a6d0;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 { }
.archive_header .MapTabsBody > span {line-height: 32px;margin-right: 0.3em;}

.archive_header .MapTabsBody > span > span {display: inline-block;padding: 0 0.4em;background: #c7f1ff;/* 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: #eeeeee;color: #000;}



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




	



.pagination {clear: both;text-align: center;display: block;margin: 30px 0;padding: 15px 0;}
.pagination span {border: solid 2px #eee;display: inline-block;line-height: 24px;height: 28px;width: 28px;margin: 0 3px;padding: 0;/* background-color: #ccc; */border-radius: 5px;overflow:  hidden;}
.pagination span:hover {border-color: #fc9501;}
.pagination span:hover a {/* background-color: #ffa501; *//* color: #fff; */}
.pagination .page_hidden {/* margin: 3px; */background: none;pointer-events: none;border-color: transparent;}
.pagination span a {color: inherit; display: block; text-decoration: none; }
.pagination .page_current {border: solid 2px #fc9501;background: #fc9501;margin: 0 5px;color:  #fff;}




/* поиск */
.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: #00a6d0;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;padding: 3px 5px;font-size: .9em;}
.lng_select a + a {margin-left: 0;}
.lng_select a.active {background: #c7f1ff;}

#vi_mode {display: inline-block;margin-right: 45px;vertical-align: middle;}
#vi_mode .wep_toggle {color: #00a6d0;cursor: pointer;display: inline-block;vertical-align: middle;font-size: .9em;}
#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; }



.popup_layer {display: block;text-align: center;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.4);font-size: 0;z-index: 500;padding: 0 10px;}
.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;max-height: 100vh;background: #fff;padding: 40px 0 0;position: relative;text-align: left;box-shadow: 0 5px 25px 0 rgba(0,0,0,.5);}
.popup_layer .popup_window .caption {position: absolute;height: 40px;top: 0;left: 0;right: 0;background: #fc9501;text-align: left;padding: 0 15px;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;cursor: pointer;}

.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 .body {height: 100%;max-height: calc(100vh - 55px);overflow: hidden;overflow-y: auto;padding: 15px 15px 15px;background-repeat: no-repeat;background-position: 50%;background-size: cover;text-shadow: 0 -0 3px #fff;}






/* 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;}

