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

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

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



#layout {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100vw;
}


#header {/* margin-bottom: 20px; */}

#header_top {text-align: right;background: #148A8A;color: #fff;min-height: 46px;line-height: 28px;padding: 9px 0 8px;}
#header_top a {color: inherit; }


#header_top .item {display: inline-block;vertical-align: middle;}
#header_top .item i.fa {opacity: .5; font-size: 16px;width: 28px;height: 28px;border-radius: 14px;background: #fff;color: #222;text-align: center;line-height: 28px;}
#header_top .item:hover  i.fa {opacity: 1;}

.header_contacts {float: left;/* font-size: .9em; */}
.header_contacts p {display: inline-block; margin: 0 auto;}
.header_contacts i {display: inline-block; margin-right: 4px; margin-left: 10px; color: #222; opacity: .5; }




.lng_select {margin-left: 20px;}


#header_body {padding: 15px 0 15px;}



#logo {padding: 10px 10px;text-align: center;display: flex;margin: 0 auto;justify-content: center;align-items: center;flex-wrap: wrap;width: 100%;}
#logo .emblem {display: inline-block;vertical-align: middle;text-align: center;text-decoration: none;}
#logo .emblem img {display: inline-block;max-width: 100px;height: auto;width: auto;border-radius: 100%;}
#logo .emblem img + img {margin-left: 10px;}
#logo .content {display: inline-block;vertical-align: middle;padding: 10px 20px;/* flex-grow: 1; *//* flex-shrink: 0; */max-width: 100%;}
#logo .content h1 {font-size: 1.6em;font-weight: 600;margin: 0 auto 0;line-height: 1.2em;color: #323942;}
#logo .content .address {font-size: 0.9em; }

	
@media screen and (min-width: 1000px) {
	#logo .content h1 {font-size: 2.0em;}
}

@media screen and (max-width: 768px) {
	#logo .content h1 {font-size: 1.6em;}
	
	#header_top {text-align: center;line-height: 24px;}
	.header_contacts {float: none;text-align: center;line-height: 1.4em;}
}

#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: #148A8A;margin-bottom: 20px;padding: 15px;color: #fff;border-bottom: solid 5px #3c4450;text-decoration: none;font-size: 1.1em;}
#hot_order:hover {background: #ffab66; 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 #3c4450;}




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



#search_toggle,
#mobile_menu_toggle {background: none;border: none;padding: 0;display: inline-block;position: absolute;text-align: center;outline: none;color: #fff !important;z-index: 10;}
#search_toggle i,
#mobile_menu_toggle i {display: inline-block;vertical-align: middle;font-size: 24px;}

#search_toggle:hover,
#mobile_menu_toggle:hover {color: #148A8A;}



#search_toggle {right: 0;top: 50%;margin-top: -18px;height: 36px;width: 36px;text-align: center;}
#search_box {opacity: 0;visibility: hidden;z-index: 2000;position: fixed;top: 0;right: 0;bottom: 0;left: 0;transition: opacity 1s ease, top 1s ease;}

.search_toggled #search_box {display: block;background: rgb(19 37 39 / 81%);opacity: 1;visibility: visible;}
.menu-fixed.search_toggled #search_box {top: 0;}

#mobile_menu_toggle,
#mobile_caption {display: none;}


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

	#main_menu li.cloned {display: none !important;}

	#main_menu .stage {display: none; }
	#main_menu .stage_0 {display: block;}
	
	#main_menu .level_0 {display: 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.1em;color: #fff;}
	#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_1 li.parent > a:after {content: "\f054";position: absolute;right: 15px;}



	#main_menu .level_0 ul {display: none;position: absolute;top: 100%;left: 0;width: 300px;background: #fff;color: #777;font-size: 1rem;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_0 > li:hover > a {background: #6ac1bf; }

	#main_menu .level_1 {border-bottom: solid 5px #148A8A;}
	#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: #148A8A;transition: opacity .35s linear, left .25s ease;}
	#main_menu .level_1 li:hover > a {padding-left: 30px;color: #148A8A;padding-right: 25px;}
	#main_menu .level_1 li:hover > a:before {opacity: 1;left: 17px;}

	#main_menu .level_1 ul {top: -15px;left: 100%;border-bottom: solid 4px #afd6d5;}		
}


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

	#main_menu {margin: 0 auto 10px;overflow: hidden; overscroll-behavior: none;}
	#main_menu > .container {padding-left: 0; padding-right: 0; }
	.menu_toggled #main_menu {position: fixed;top: 0;left: 0;right: 0; bottom: 0;z-index: 2000;background: #148A8A;color: #fff;box-shadow: 0 0 30px -10px #000;}

	.menu_toggled.menu-fixed #main_menu {bottom: 0;background: rgb(31 137 137);}

	.menu-fixed #main_menu {}
	.menu-fixed #main_menu:before,
	.menu-fixed #main_menu:after {content: none; }

	#mobile_menu_toggle {display: block;position: absolute;height: 44px;width: 44px;text-align: center;top: 0;left: 0;}

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

	.menu_toggled #mobile_caption,
	.menu-fixed #mobile_caption {opacity: 1; }

	#search_toggle {margin-top: 0;top: 3px;}
	#mobile_menu_toggle {}


	
	#main_menu .menu_container {padding-right: 0;overflow: hidden;min-height: 44px;text-align: left;width: 100vw;color: #fff;background: #148A8A;}

	#main_menu .wrapper {display: none;position: relative;/* top: 0; *//* left: 0; */max-height: 90vh;height: calc(100vh - 48px);flex-flow: row;flex-wrap: nowrap;transform: translateX(0);transition: transform .25s ease;font-size: .86rem;}
	#main_menu .level_0 {font-size: 1rem;}
	
	#main_menu[data-stage="1"] .wrapper {transform: translateX(-100vw);}
	#main_menu[data-stage="2"] .wrapper {transform: translateX(-200vw);}
	#main_menu[data-stage="3"] .wrapper {transform: translateX(-300vw);}
	#main_menu[data-stage="4"] .wrapper {transform: translateX(-400vw);}
	#main_menu[data-stage="5"] .wrapper {transform: translateX(-500vw);}
	
	#main_menu ul ul {display: none !important;}

	#main_menu li {display: block;clear: both;margin: 0 auto 0;border-bottom: 1px solid rgba(255,255,255,.5);}
	#main_menu li:last-child,
	#main_menu li.back {border-bottom: none;}
	
	#main_menu li a {display: block;clear: both;color: #fff;padding: 10px 15px;width: 100vw;}
	#main_menu li a span {line-height: 1.2em;}
	
	#main_menu li.parent > a {position: relative;padding-right: 44px;}
	#main_menu li.parent > a:after {content: "\f054";position: absolute;top: 50%;margin-top:-12px;width: 24px;height: 24px;line-height: 24px;right: 15px;font-family: 'FontAwesome';font-size: 12px;text-align: right;}

	#main_menu li.back > a {background: rgba(255,255,255,.25);padding-left: 44px;font-size: 1rem;}
	#main_menu li.back > a:before {content: "\f053";position: absolute;top: 50%;margin-top:-12px;width: 24px;height: 24px;line-height: 24px;left: 15px;font-family: 'FontAwesome';font-size: 16px;}
	
	
	#main_menu .stage {flex-grow: 1;width: 100vw;flex-shrink: 0;overflow-x: hidden;overflow-y: auto;padding: 0 0 5px;overscroll-behavior: none;}
	
	.menu_toggled #main_menu .wrapper {display: block;display: flex;top: 48px;}
}



#main_menu:before,
#main_menu:after {content: "";display: block;top: 0;left: 50%;right: 50%;bottom: 0;background: #148A8A;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: #148A8A;color: #fff;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: 360px) {
	#mobile_caption {display: none;}
}









/* Главный Слайдер */
#main_slider {position: relative;margin: 0 auto 30px;padding: 30px 0 30px;background: #f2f3f8 url(/files/01195/img/slider_bg.jpg) no-repeat;background-size: cover;}
#main_slider .item {/* background-color: #f2f4ff; */background-position: center center;background-repeat: no-repeat;background-size: cover;/* padding-bottom: 33%; */position: relative;min-height: 220px;overflow: hidden;display: flex;padding: 30px 90px;}
#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: 2em;margin: 0 auto 0;}

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

#main_slider .item .row {display: flex; align-items:center; }

#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: "FontAwesome";/* content: "\e257"; */position: absolute;height: 48px;width: 48px;line-height: 48px;text-align: center;color: #148A8A;font-size: 36px;opacity: .3;background: none;}
#main_slider .owl-prev {left: 0; }
#main_slider .owl-prev:before {content: "\f053";}
#main_slider .owl-next {right: 0;}
#main_slider .owl-next:before {content: "\f054";}

#main_slider .owl-nav > div:hover {color: #3c4450;opacity: 1;}

#main_slider .owl-dots {position: absolute;bottom: -10px;left: 0;right: 0;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: #148A8A;}
#main_slider .owl-dot:hover {opacity: 1; background-color: #004f6b; }



#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: #004f6b; }

#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: #004F6B; }



@media only screen and (max-width: 990px) {
	#main_slider {padding: 15px 0 30px;}
	#main_slider .item {padding: 0 45px 15px;text-align: center;}
	#main_slider .item .content h3 {font-size: 1.2em;}
}


#main {/* display: flex; */flex-grow: 1;/* min-height: 100%; */}


#article {padding-bottom: 30px;}

.banners_slider {position: relative;padding: 30px 45px 30px;}
.banners_slider .owl-stage-outer {/* height: 80px; */}
.banners_slider .owl-stage {display: flex; flex-wrap: nowrap; align-items: center; }
.banners_slider .item {margin: 0 15px;/* max-height: 80px; */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;flex-shrink: 0;}
.banners_slider .owl-item:hover {opacity: 1; }
.banners_slider .owl-item img {display: inline-block;max-height: 80px;width: auto;max-width: 100%;}



/* owl-banners */
.owl-banners .owl-nav {position: absolute;margin-top: -18px;top: 50%;left: -45px;right: -45px;}
.owl-banners .owl-prev, .owl-banners .owl-next {position: absolute;height: 36px;font-family: "FontAwesome";font-size: 28px;line-height: 36px;width: 36px;color: #3c4450;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: "\f053";}
.owl-banners .owl-next:before {content: "\f054";}



#news_banner_slider .owl-item img {max-height: 200px;}


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

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




.section_title {position: relative;text-align: left;/* margin: 0 auto 30px; */padding: 15px 0;}
.section_title h3 {display: inline-block;font-size: 1.8em;line-height: 1.2em;margin: 0 auto;}
.section_title .read_more {float: right;margin-top: 15px;}



#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 .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; 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_links {padding: 60px 0 0;text-align: center;font-size: 0;margin: 0 auto 30px;}
#hot_links [class^="col-"] {float: none;display: inline-block;padding: 0;vertical-align: top;}
#hot_links .item {text-align: center;/* padding-bottom: 100%; */position: relative;/* background: #f2f3f8; *//* margin: 5px; */transition: background .5s ease;font-size: 1rem;border-radius: 5px;padding: 0 30px;margin: 0 auto 60px;}
#hot_links a {display: block;/* position: absolute; */top: 0;bottom: 0;left: 0;right: 0;/* padding: 30px 15px 45px; *//* display: flex; *//* flex-wrap: wrap; *//* align-items: center; */}

#hot_links .content {width: 100%;}

#hot_links .preview {display: block;width: 128px;position: relative;margin: 0 auto 15px;}
#hot_links .preview:before {display: block;content: "";padding-bottom: 100%;} 
#hot_links .preview .img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: #fff 50% 50% no-repeat;background-size: cover;border-radius: 50%;box-shadow: 0 0 0 50px rgb(255 255 255 / 0%);transition: .75s ease;}
#hot_links strong {display: inline-block;font-weight: 600;color: #323942;}

#hot_links .item:hover {}
#hot_links .item:hover .img {box-shadow: 0 0 0 5px rgb(2 100 111 / 60%);}
#hot_links .item:hover strong {}




#hot_news {padding: 15px 0 45px;background: #f2f3f8;}


#hot_announces {padding: 15px 0 60px;}
#hot_announces .date,
#video_gallery .date {position: relative;margin: 0;background: #777;height: 28px;line-height: 28px;border-radius: 14px;padding: 0 20px;/* top: 0; */margin-top: -64px;color: #fff;}


#video_gallery {padding: 15px 0 60px;background: #f2f3f8;}



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


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

.page_item_tiles {padding: 15px 15px; background: #f2f3f8;}

.section_preview .w {padding-bottom: 30px; }
.section_preview .item {display: block; background: #f2f3f8;}
.section_preview .item h3 {margin: 0 auto 0; }




#movies {background: #f2f3f8;padding: 15px 0 60px;}

#movies .item {height: 100%;padding: 0;overflow: hidden;position: relative;transition: background-color .3s ease;/* margin: 0 auto 30px; */padding: 10px 10px 10px;padding-left: 125px;min-height: 120px;border-radius: 4px;display: flex;align-items: center;} 
#movies .item:hover {background: #fff;}

#movies .item .preview {display: block;/* padding-bottom: 100%; */background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;transform-origin: 50% 100%;transition: transform .7s ease .1s;position: absolute;left: 10px;top: 10px;width: 100px;height: 100px;border-radius: 8px;}

#movies .item .content {line-height: 1.1em;color: #151515;position: relative;z-index: 10;}
#movies .item h3 {margin: 0 0 15px;font-size: 1.2em;}
#movies .item .anno {font-size: 0.86em;margin-bottom: 15px;color: #aaa;}
#movies .item .date {display: inline-block; margin-right: 20px; vertical-align: middle; font-weight: 500;}
#movies .item a {color: inherit; transition: none; }
#movies .read_more {font-size: 0.9em; display: inline-block; vertical-align: middle; opacity: 0.8; }


#movies .item.first {padding: 0;margin: 10px auto 0;display: block;}
#movies .item.first .preview {position: static; padding-bottom: 60%; width: auto; height: auto; top: 0; left: 0; }

#movies .item.first .content {position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.4); padding: 15px; color: #fff; }

#movies .preview:after {content:"\e029";position: absolute;top: 50%;left: 50%;width: 50px;height: 50px;margin-top: -25px;margin-left: -25px;font-size: 44px;line-height: 50px;font-family: "Glyphicons Halflings";text-align: center;color: #fff;opacity: .4;transition: opacity 1s ease;}
#movies .preview:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); opacity: 0; transition: opacity .3s ease; }

#movies .item.first .preview:after {margin-top: -50px; width: 100px; margin-left: -50px; height: 100px; line-height: 100px;	font-size: 88px;}

#movies .item:hover .preview:before,
#movies .item:hover .preview:after {opacity: .75;}




/* видео */
#section_movies {background: #f2f3f8 50% 50% no-repeat fixed;background-size: cover;text-align: center;padding: 60px;overflow: hidden;}
#section_movies .item {display: block;text-align: center;line-height: 1.1em;/*min-height: 260px;*/margin-bottom: 15px;overflow: hidden;border-radius: 4px;padding: 15px;transition: background-color .5s ease;color: #000;text-decoration: none;}

#section_movies a.button {background: #bd3c3c;outline: none;border-color: #bd3c3c;color: #fff;border-radius: 5px;padding: 8px 15px 8px;}
#section_movies a.button > img {margin: -10px 5px -8px 0; max-height: 1em; max-height: 24px; }

#section_movies a.button:hover {background: #e02f2f; }

#section_movies p {font-size: 1.2em;/* font-weight: bold; */word-break: break-word;}
#section_movies p:first-letter {text-transform: capitalize;}
#section_movies .preview {min-height: 160px;/*line-height: 160px;*/position: relative;margin-bottom: 15px;overflow: hidden;border-radius: 5px;}
#section_movies img {display: inline-block; max-width: 100%; max-height: 100%; vertical-align: middle; }

#section_movies .preview:after {content:"\e029"; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; font-size: 44px; line-height: 50px; font-family: "Glyphicons Halflings"; text-align: center; color: #fff; opacity: 0; transition: opacity 1s ease; }
#section_movies .preview:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); opacity: 0; transition: opacity .3s ease; }

#section_movies .item:hover .preview:before,
#section_movies .item:hover .preview:after {opacity: 1; }








#home_map {position: relative; }
#home_map .contacts_box {position: absolute;top: 0;left: 60px;background: #148A8A;background: rgb(37 154 151 / 75%);bottom: 0;width: 320px;backdrop-filter: blur(4px);padding: 30px 15px;color: #fff;}

@media only screen and (max-width: 990px) {
	#home_map .contacts_box {position: static; width: auto; margin: 15px auto 15px; }
}










.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: #004F6B; 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/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; }
/**/





.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;color: inherit;font-size: 24px;text-align: center;transition: background-color .3s ease, color .2s ease;}
.owl-nav > div:hover {color: #148A8A;}
.owl-nav .owl-prev {left: 0; }
.owl-nav .owl-next {right: 0; }


#home_map {}
#home_map > .container {position: absolute; top: 0; bottom: 0;}

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


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




.page_title {padding: 45px 15px 45px;background: #afd6d5 50% 50% no-repeat;background-size: cover;color: #000;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: #3c4450;width: 80px;height: 3px;}

.breadcrumbs {font-size: 1em;padding: 15px 5px;margin-bottom: 5px;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: #004F6B; }
.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: #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: left;}
.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.1);-o-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}





.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: #e7e5e5;border-radius: 0;cursor: pointer;text-decoration: none;color: #151515;}
.spoiler_toggle:hover {background: #02646f;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; }



.page_share_buttons {border-top: solid 2px #ddd;text-align: right;padding: 10px 0 0;margin: 30px 0 30px;clear: both;}



.other_items {margin: 0 auto 30px;}
.other_items h4 {font-size: 1.2em;margin: 0 auto 15px;}
.other_items .item .date {color: #8d96a2; font-size: .8em;}




#footer {}

#footer_body {background: #3c444f;padding: 45px 15px 60px;color: #fff;}
#footer_bottom {background: #323942;padding: 15px;color: #8d96a2;}

#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: # fff; margin-right: 3px;}
#footer .info_block a {color: #fff; }

#footer .section_title {font-size: 1.2em;text-align: left;margin: 0 auto 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 {margin: 0 0 45px;}
.footer_pages ul {margin-top: 20px; padding-left: 20px;}


#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: #148A8A;color: #fff !important;text-transform: uppercase;text-decoration: none !important;border: 2px solid transparent;}
.button:hover {background: #3c4450; }

button {/* border: 2px solid #bdbdbd; */}

button.inactive {opacity: .6;}
button.active {/* box-shadow: 0 0 0 3px #148A8A00; *//* border: 2px solid #148A8A; *//* background: #148A8A; *//* color: #fff; */}


/* языки */
.lng_select {display: inline-block;vertical-align: middle;}
.lng_select a {text-decoration: none;font-size: .9em;vertical-align: middle;display: inline-block;height: 28px;line-height: 28px;}
.lng_select a + a {margin-left: 5px;}


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




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

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

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

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

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

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

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

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



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



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

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

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

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


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

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

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

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

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

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

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

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

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

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


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






/* 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: #148A8A;
	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;}
