@charset "UTF-8";

html {font-size: 18px; }
@media screen and (max-width: 768px) {html {font-size: 18px; }}
@media screen and (min-width: 1200px) {html {font-size: 18px;}}

body {font-family: 'Roboto', Tahoma, Arial, sans-serif;font-weight: 400;font-size: 1em;line-height: 1.2;color: #2a2a2a;background: #fff;}

a {transition: color 0.3s ease; }

a:link {color: #8b0b90; }
a:visited {color: #555;}
a:hover {color: #f8891c	/*#a35e1b*/; }

h1 {font-size: 2em; }


#layout {
	transition: margin-left 1s ease;
}



#header {}
.page_index #header {padding: 15px 0 45px; background: url("/files/00351/img/header_bg.jpg") 50% 0 no-repeat;/* background-size: 100%; */ }
.page_default #header {padding: 15px 0 30px;background: url("/files/00351/img/header_bg_default.jpg") 50% 0 no-repeat;background-size: cover;border-bottom: solid 3px #eee;}

#header_top {position: relative;padding: 0 15px; width: 100%;}
#header_body {position: relative; }




#mod_buttons {text-align: right; }
#mod_buttons a {text-decoration: none; color: #2ba6d8; vertical-align: middle;display: inline-block;opacity: 0.75;line-height: 25px;height: 25px; cursor: pointer; }
#mod_buttons a:hover {opacity: 1; color: #222; }

#mod_buttons .button {border: none;line-height: 1em;clear: both;margin: 15px 0 0;padding: 5px 10px 7px;font-size: 0.8em;max-width: 160px;background: #42b3e5;height: auto;color: #fff; opacity: 1;}
#mod_buttons .button:hover {background: #118fdb; color: #fff; }

#mod_buttons img {display: block; height: 25px; width: auto; }

#mod_buttons .wep_toggle {margin-right: 30px; font-size: 22px; opacity: 1; }




#main_menu {clear: both;position: relative;padding: 7px 15px;z-index: 1100;}
#main_menu .wrapper {position: relative; }

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





@media screen and (max-width: 1200px) {
	#header_top {/* margin-bottom: -30px; */padding-right: 64px;}

	#main_menu {width: 320px;position: fixed; left: -320px;top: 0;bottom: 0;background: #333;z-index: 1100;transition: left .5s ease;padding: 15px 0; max-height: 100vh;overflow-y: auto;}

	#main_menu .level_0 > li > a {padding: 10px 15px; }
	#main_menu .level_0 > .active > a {background: #222; color: #fff; }

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

	#main_menu a {color: #ccc; }
	#main_menu a:hover {color: #fff; }


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

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


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

	.header-fixed-top #header_top {position: fixed;top: 0;left: 0;right: 0;background: rgba(255,255,255,0.93);z-index: 1000; /* padding: 7px 15px; */ box-shadow: 0 2px 10px rgba(0,0,0,0.3);}
	#header_body {padding-top: 30px;}

	#main_menu .level_0 {text-align: center; }
	#main_menu .level_0 > li {display: inline-block; }
	#main_menu .level_0 > .parent:before {position: absolute;content: "";left: 30px;/* margin-left: -10px; */top: 100%;width: 0;height: 0;border-style: solid;border-width: 10px 12px 0 12px;border-color: transparent;border-top-color: #9eca4c;opacity: 0;transition: .2s;z-index: 101;margin-top: 3px;}

	#main_menu .level_0 > li > a {padding: 0 10px;border-right: solid 2px #e1c0ad;line-height: 1.2em;font-size: 1.05em;color: #666;}
	#main_menu .level_0 > li:last-child > a {border-right: none; } 

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





	#main_menu .level_0 ul {display: none;position: absolute; box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.5); top: 100%;left: 0;/* background: #fff; */width: 220px;z-index: 100;text-align: left;font-size: 0.85em; /* margin-top: 15px; */}
	#main_menu li:hover > ul {display: block; }

	#main_menu .level_1 {padding-top: 12px; }
	#main_menu .level_1 li {display: block; background: #fff; padding: 0px 0; }
	#main_menu .level_1 li:first-child {padding-top: 10px; }
	#main_menu .level_1 li:last-child {padding-bottom: 15px; }
	#main_menu .level_1 a {padding: 3px 15px;color: #666;}
	#main_menu .level_1 a:hover {color: #528000; }


	.header-fixed-top #main_menu .level_0 > li {/* padding: 7px 10px; */}

	.page_index #header {max-height: 770px; }

}




#header .logo {text-align: center;line-height: 1em; margin: 15px auto 15px; }
#header .logo .emblem {display: inline-block;vertical-align: middle;margin-right: 10px;width: 180px;text-align: center;}
#header .logo .emblem img {display: inline-block; max-width: 100%; width: auto; height: auto; }
#header .logo .caption {color: #525252;display: inline-block;vertical-align: middle;}
#header .logo a {color: inherit;text-decoration: none;}

#header .logo .subtitle {font-size: 0.8em;text-transform: uppercase;font-weight: 500;color: #333;margin-bottom: 10px;display: inline-block;}
#header .logo .title {display: block;color: #8b0b90;font-weight: 600;font-family: "Roboto Condensed", sans-serif;font-size: 1.8em;line-height: 1em;margin-bottom: 20px;}
#header .logo .title .number {font-size: 1.55em;/* display: inline-block; */}
#header .logo .address {font-size: 0.95em; }



.page_index #header .logo {margin: 20px auto 60px; }
.page_index #header .logo .emblem {margin-right: auto; width: auto; margin-bottom: 20px; }
.page_index #header .logo .caption {display: block; }






#main_menu_toggle {float: right;border-radius: 0;border: none;background: #eee;color: green;width: 48px;height: 48px;font-size: 24px;overflow: hidden;margin: 0;padding: 0;position: absolute;z-index: 2000;right: 10px;top: 0;}
#main_menu_toggle i {display: inline-block; }



.lng_select {display: inline-block;position: relative;margin-right: 20px;}
.lng_select .select {position: relative;z-index: 500;cursor: pointer;padding: 0 4px;}
.lng_select:hover .select {background: #e6f9c4;color: #000;}
.lng_select:hover .select span {opacity: 0.3; }

.lng_select:hover .select:hover {background: rgba(255, 255, 255, 0.85); }

.lng_select .select img {height: 22px;width: auto;opacity: 0;transition: opacity .3s ease;}

.lng_select .dropdown {display: none;z-index: 1000;position:absolute;top: 100%;right: 0;left: 0;padding: 5px 0;/* border-radius: 3px; *//* background: #e6f9c4; *//* width: 34px; */padding-top: 3px;}
.lng_select:hover .dropdown {display: block; }
.lng_select .dropdown a {cursor: pointer;clear: both;display: block;padding: 1px 5px 4px;text-align: left;background: #feeaff;margin: 3px 0;/* border-radius: 2px; */}
.lng_select .dropdown img {height: 22px;width: auto;display: inline-block;vertical-align: middle;}
.lng_select .dropdown a.active {display: none;}
.lng_select .dropdown a:hover {background: #c780c9;}

.lng_select i {font-size: 12px; }


	
#header_info {background: rgba(255,255,255,0.6);position: static;}

#top_bar {text-align: right; margin-bottom: 15px; }


.wep_toggle {display: inline-block;position: relative;padding-left: 36px;background: url("/files/00351/img/vi_icon.png") 0 50% no-repeat;line-height: 28px;color: #555;text-align: left;cursor: pointer;vertical-align: middle;margin-right: 30px;}
	.wep_toggle span {display: inline-block;line-height: 14px;font-size: 11px;text-transform: uppercase;}


.mod_buttons {
	vertical-align: middle;
	text-align: right;
}

	
@media screen and (min-width: 1200px) {
	#header_info {position: absolute; right: 0; top: 25px; background: none; text-align: right; }
	#main_menu_toggle {display: none; }

	#header_top .mod_buttons {display: none; }

	#header_body .mod_buttons {margin-bottom: 15px; }
}

@media screen and (max-width: 1200px) {
	#top_bar {position: fixed;top: 0;left: 0;right: 0;padding: 10px 15px;text-align: center;margin: 0;}

	#header_body .mod_buttons {display: none;text-align: center;}
	#header_top .mod_buttons {display: block;text-align: center;}
		#header_top .mod_buttons .wep_toggle {float: left;/* margin-right: -75px; */}
		.lng_select {margin-right: 45px; }
	.page_index #header .logo {margin-top: 0; }
}






#header_links {float: right;text-align: left;}
#header_links ul {font-size: 0.85em;padding-left: 0;margin: 0 0 30px;}
#header_links li {color: #9dca4c;margin-bottom: 10px;}
#header_links a {color: #555; }


.search_field {position: relative;outline: 1px solid transparent;display: inline-block;height: 32px;line-height: 32px;/* padding-right: 36px; */vertical-align: middle;max-width: 150px;/* margin-right: 30px; */overflow: hidden;transition: outline .5s ease;}
.search_field form {position: relative;display: block;padding-right: 32px;}

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

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

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

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






#main {min-height: 800px; }



.section_title {font-size: 1.55em;color: #7cb515;font-weight: 600;position: relative;margin: 0 0 50px;text-align: center;font-family: 'Roboto Condensed', sans-serif;text-transform: uppercase;}



.tile_preview .row > [class*=col-] {padding-bottom: 30px; }
.tile_preview .item {background: #eefbd7;height: 100%;text-align: center;border: solid 1px #7cb515;border-bottom-width: 3px;padding: 15px 15px 20px;display: block;}

.tile_preview .preview {/* height: 64px; */margin-bottom: 20px;}
.tile_preview .preview img {display: inline-block; max-height: 100%; max-width: 100%; height: auto; width: auto; }

.tile_preview .content {clear: both; }
.tile_preview .content h3 {font-size: 1em;font-weight: 500;color: #3c3c3c;margin: 0;}

.tile_preview a {text-decoration: none; }
.tile_preview .item:hover {background: #d8f6a2 !important;}

	
#hot_announcements {padding: 45px 0 30px; }
#hot_announcements .item {clear: both; margin: 0 auto 45px; }
#hot_announcements .item:after {display: table; content: ""; clear: both; }

#hot_announcements .anno {margin: 0 auto 5px; }
#hot_announcements .item .button {padding: 8px 10px; margin-bottom: 0; }
#hot_announcements .item .section_title {margin-bottom: 15px; }
#hot_announcements img {max-width: 100%; width: auto; height: auto;}



.hot_banners {padding: 45px 0 45px;background: #feeaff;}
.hot_banners .item_wrapper {margin-bottom: 30px;min-height: 100%;display: flex;}
.hot_banners .item {display: block;text-align: center;background: #fff;position: relative;overflow: hidden;text-decoration: none;display: flex;flex-flow: column;min-height: 100%;}

.hot_banners .preview {position: relative;/* width: 67%; *//* padding-bottom: 56%; */background-color: #fff;background-position: 50% 50%;background-repeat: no-repeat;background-size: contain;transition: transform .5s ease;flex-grow: 1;display: flex;align-items: center;justify-content: center;}
.hot_banners .preview:before {content: ""; display: block; top: 0; left: 0; right: 0; bottom: 0; background: #000; position: absolute; opacity: 0; transition: opacity .5s ease; }
.hot_banners .preview:after {display: block;color: #fff;width: 64px;height: 64px;line-height: 64px;content: "\f002";opacity: 0;position: absolute;top: 50%;left: 50%; margin-top: -48px;margin-left: -32px; font-size: 64px;font-family: "FontAwesome"; transition: opacity .5s ease, transform .5s ease; }

.hot_banners .preview img {max-width: 100%; max-height: 100%;}

.hot_banners .content {z-index: 10;padding: 15px 0 15px;flex-shrink: 0;}
.hot_banners .content h3 {font-size: 1em;text-transform: uppercase;font-weight: 600;margin: 0;}

.hot_banners .item:hover .preview {transform: scale(1.03);} 
.hot_banners .item:hover .preview:before {opacity: .5; }
.hot_banners .item:hover .preview:after {opacity: 1; transform: scale(0.7); }




#departments {background: #e6f9c4; padding: 45px 0 60px;min-height: 400px;text-align: center;}
#departments .row > [class*=col-] {padding-bottom: 0; }
#departments .row > [class*=col-]:first-child .item {border-left: solid 1px #7cb515; }

#departments .item {height: 100%;text-align: center;border: none;border-right: solid 1px #7cb515;padding: 20px;display: block;margin: 0 -15px;background-color: transparent;}

#departments .content h3 {font-size: 0.83em;font-weight: 400; }

#departments .read_more {margin-top: 50px;font-size: 0.9em;}




#hot_info {padding: 45px 0 45px;background: #feeaff;/* margin-top: 5px; *//* border-bottom: solid 15px #e6f9c4; */}
#hot_info .section_title {color: #8b0b90;}

#hot_info .item {margin-bottom: 30px; }
#hot_info .item > a {display: block;position: relative;overflow: hidden;text-decoration: none;}
#hot_info .preview {position: relative;/* width: 67%; */padding-bottom: 56%;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;transition: transform .5s ease;}
#hot_info .preview:before {content: ""; display: block; top: 0; left: 0; right: 0; bottom: 0; background: #000; position: absolute; opacity: 0; transition: opacity .5s ease; }
#hot_info .preview:after {display: block;color: #fff;width: 64px;height: 64px;line-height: 64px;content: "\f002";opacity: 0;position: absolute;top: 50%;left: 50%; margin-top: -48px;margin-left: -32px; font-size: 64px;font-family: "FontAwesome"; transition: opacity .5s ease, transform .5s ease; }

#hot_info .content {z-index: 10; padding: 15px 0 15px; }
#hot_info .content .date {font-size: 0.85em; font-weight: 600; }
#hot_info .content h3 {font-size: 1em;text-transform: uppercase;font-weight: 600;margin: 0;}

#hot_info .item:hover .preview {transform: scale(1.03);} 
#hot_info .item:hover .preview:before {opacity: .5; }
#hot_info .item:hover .preview:after {opacity: 1; transform: scale(0.7); }

#hot_info .sticky .item {margin: -10px -12px 40px;padding: 12px 12px 20px;background: #ffffff;}
#hot_info .sticky .item h3 {font-size: 1.1em; line-height: 1.2em; }


#paid_services {padding: 45px 0 60px; text-align: center; }
#paid_services .section_title {color: #8b0b90; }

#paid_services .item {margin-bottom: 30px; }
#paid_services .item > a {display: block;background: #eee;position: relative;padding-top: 64px;color: #fff;overflow: hidden;}
#paid_services .preview {position: relative; padding-bottom: 68%;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;transition: transform .5s ease;}
#paid_services .preview:before {content: ""; display: block; top: 0; left: 0; right: 0; bottom: 0; background: #000; position: absolute; opacity: 0; transition: opacity .5s ease; }
#paid_services .preview:after {display: block;color: #fff;width: 64px;height: 64px;line-height: 64px;content: "\f002";opacity: 0;position: absolute;top: 50%;left: 50%; margin-top: -48px;margin-left: -32px; font-size: 64px;font-family: "FontAwesome"; transition: opacity .5s ease, transform .5s ease; }

#paid_services .content {position: absolute;top: 0;left: 0;right: 0;z-index: 10;background-color: #c780c9; min-height: 64px;padding: 15px 5px 15px; transition: background-color .5s ease; }
#paid_services .content h3 {font-size: 0.9em;text-transform: uppercase;font-weight: 400; margin: 0;line-height: 1em;}

#paid_services .price_button {position: absolute;display: block;left: 0;right: 0;bottom: -18px;}
#paid_services .price_button > span {display: inline-block;background: #fff;line-height: 32px;height: 32px;padding: 0 20px;border-radius: 20px;color: #6eab00;text-transform: uppercase;font-size: 0.7em;font-weight: 500;}

#paid_services .item:hover .preview {transform: scale(1.1); } 
#paid_services .item:hover .preview:before {opacity: .5; }
#paid_services .item:hover .preview:after {opacity: 1; transform: scale(0.7); }

#paid_services .item:hover .content {background-color: #ac53ae; }
#paid_services .item:hover .price_button > span {box-shadow: 0 3px 15px rgba(0,0,0,0.3); }

#paid_services .read_more {margin-top: 20px;font-size: 0.9em;}


/* Бегущая строка */
#marquee {background: #e6f9c4;color:#8b0b90!important; padding: 10px 5px;line-height: 1em;font-size: 1.5em;font-style: italic;}
#marquee a:hover {color:darkred;}
#marquee a:visited {color:red;}



#service_offers {padding: 45px 0 30px;text-align: center;background: #e6f9c4;}
#service_offers .item {margin-bottom: 30px; padding: 0 20px 0;}
#service_offers .item > a {}

#service_offers .preview {display: block;background: #eee;padding-bottom: 100%;border-radius: 100%;overflow: hidden;position: relative;margin-bottom: 25px;}
#service_offers .preview_img {background-size: contain;background-repeat: no-repeat;background-position: 0 0;top: 0;left: 0;right: 0;bottom: 0;position: absolute;transition: transform .5s ease;transform-origin: center;/* outline: solid; */}


#service_offers .content {margin: 0 -20px;}
#service_offers h3 {font-size: 1em; margin: 0 0 20px; text-transform: uppercase; font-weight: 600; }
#service_offers p {font-size: 0.85em; margin-bottom: 25px; }

#service_offers .read_more {font-size: 0.9em; display: inline-block; }



#service_offers .item:hover .preview_img {transform: scale(1.1); }



#map {}
#map h2 {background: #c780c9; padding: 20px 15px; margin: 0; color: #fff; }
.map_wrapper {min-height: 450px;}






.info_block {text-align: right;font-size: 0.86em;font-weight: 400;line-height: 1.3em;/* margin-bottom: 30px; */}
.info_block p {color: #507c01; }
.info_block a, .info_block span, .info_block b {display: inline-block;font-size: 1.15em;color: #444;vertical-align: bottom;}
.info_block b, .info_block i {color: #c780c9;font-weight: 400; }

.info_block div > a {font-size: 1em; color: #c780c9; }

.info_phones {}
#header .info_phones {margin-bottom: 30px; }

@media only screen and (max-width: 1199px) {
	.page_default #header .info_phones {margin-top: 30px; text-align: left; }
	.page_default #header .info_phones p {display: inline-block;width: 50%;vertical-align: top;float: left;}
}


.info_working_days {}
.info_working_days .week {display: inline-block; }
.info_working_days .week > div {height: 6px;width: 18px;background: #9dca4c;float: left;margin-right: 3px;}
.info_working_days .week .off {background: #c780c9; }









#breadcrumbs {font-size: 0.85em;text-align: right;padding: 15px 0 15px;}
#breadcrumbs a, #breadcrumbs span {display: inline-block;margin: 0 0;}





#article {margin-bottom: 30px; }

.page_title {margin: 5px auto 45px;color: #8b0b90; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; font-weight: 600; }



#sidebar {background: #eefbd7;position: relative;border-radius: 10px;margin: 0 -15px 30px; padding: 15px 15px 30px 30px;}
#sidebar h3 {margin: 0 auto 15px; color: #c0291a; font-family: "Roboto Condensed", sans-serif; }



@media screen and (min-width: 1200px) {
	#sidebar {margin-right: 0; }
}






.entry {overflow-y: hidden;margin: 0 auto 45px;}
.entry img {max-width: 100%; height: auto; }
img[align=left] {margin-right: 10px; margin-bottom: 10px; float: left; }
img[align=right] {margin-left: 10px; margin-bottom: 10px; float: right; }

.entry table {font-size: 0.85em; }




.entry ul {list-style: none; padding-left: 30px; }
.entry ul > li {position: relative; padding-left: 5px;text-align: left; margin-bottom: 5px; }
.entry ul > li:before {display: inline-block; vertical-align: middle; content: ""; position: absolute; width: 15px; height: 15px; background: url("/files/00351/img/list_check.png") 50% 50% no-repeat; right: 100%; top: 3px; }

.entry ul ul > li:before {display: inline-block; vertical-align: middle; content: ""; position: absolute; width: 15px; height: 15px; background: url("/files/00351/img/list_check_2.png") 50% 50% no-repeat; right: 100%; top: 2px; }

/*
.entry ol > li {position: relative;padding-left: 5px;text-align: left; margin-bottom: 5px; }
.entry ol > li:before {display: inline-block; vertical-align: middle; content: ""; position: absolute; width: 24px; height: 24px; background: url("/files/00351/img/bubble.png") 50% 50% no-repeat; background-size: contain; right: 100%; top: 0; }
*/


.entry ol {list-style: none; padding-left: 30px; counter-reset: olCounter; }
.entry ol > li {position: relative;padding-left: 10px;text-align: left;counter-increment: olCounter;min-height: 32px;}
.entry ol > li:before {content: counter(olCounter); position: absolute; font-size: 0.9em; vertical-align: middle;display: inline-block; right: 100%; width: 24px; height: 24px; text-align: center; background: url("/files/00351/img/bubble.png") 50% 50% no-repeat; background-size: 100%; }



.entry .gallery {overflow: hidden;border-top: solid 2px #9dca4c;clear: both;padding: 5px 0 0;}
.entry .gallery > .item {display: inline-block; margin: 5px; position: relative; overflow: hidden; vertical-align: middle; }
.entry .gallery > .item img {transition: transform 1s 0.5s ease; }
.entry .gallery > .item:hover img {transform: scale(1.05); }
.entry .gallery > .item > span {opacity: 0;position: absolute;bottom: 0;left: 0;right: 0;height: 22px;line-height: 22px;background: rgba(139, 9, 144, 0.65);color: #fff;font-size: 12px;overflow: hidden;text-align: center;transition: opacity 0.3s ease-in;}
.entry .gallery > .item:hover > span {opacity: 1; }




.attention_box {background: #eefbd7;overflow: hidden;padding: 20px;border: solid 2px #7cb515;margin: 15px 0 30px;}



.item_card {margin: 0 0 45px; }
.item_card h3 {margin: 0 auto 15px;}
.item_card .preview {margin-bottom: 30px; }
.item_card .preview img {max-width: 200px;}
.item_card .position {color: #8b0b90;margin-bottom: 15px;font-size: 1.1em;font-weight: 500;}
.item_card .description {font-style: oblique; margin-top: 10px; }

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

.item_card.employee {padding-bottom: 20px; border-bottom: 1px solid #eeeeee;}
.item_card.employee h3 {margin-bottom: 10px;}


.spoiler {overflow: hidden;clear: both;margin-bottom: 30px;}

.spoiler_toggle {display: block;padding: 10px 15px;background: #eefbd7;cursor: pointer;text-decoration: none;color: #000;border-bottom: solid 4px #9dca4c;}
.spoiler_toggle:hover {background: #9dca4c;color: #fff;text-decoration: none;border-bottom-color: #75a224;}

.spoiler_toggle h3 {margin: 0; font-size: 1.2em; transition: font-size .7s ease; }

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


.spoiler.toggled {}
.spoiler.toggled h3 {font-size: 1.6em;color: #8b0b90;}
.spoiler.toggled .spoiler_toggle {color: #000;border-bottom-color: #9dca4c;border-bottom-width: 5px;background: none;}
.spoiler.toggled .spoiler_toggle:hover {/* background: #eee; */}

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




/* меню раздела */
.section_menu {font-size: 0.9em; word-break: break-word;line-height: 1.25em; color: #9dca4c; }
.section_menu li {margin-bottom: 5px; }

.section_menu .level_0 {padding: 0;/* list-style-type: none; */margin: 0;padding-left: 15px;}
.section_menu .level_1 {font-size: 0.85em; line-height: 1.2em; margin-bottom: 10px; padding-left: 20px; }






#hot_links {}

#hot_links .item {margin: 0 -10px 10px;overflow: hidden;}
#hot_links .item > a {display: block;text-decoration: none;background: #feeaff;color: #626262;padding: 10px 10px 10px 10px;position: relative;line-height: 36px;overflow: hidden;}
#hot_links .item > a:hover {background: #de9fe1; color: #fff; }

#hot_links .item .preview {display: inline-block;text-align: center;top: 0;width: 48px;bottom: 0;left: 10px;position: absolute;background-repeat: no-repeat;background-position: 50% 50%;}
#hot_links .item .preview > i {display: inline-block;width: 64px;height: 64px;line-height: 64px;font-size: 64px;vertical-align: middle;}
#hot_links .item .preview img {display: inline-block;max-width: 100%;max-height: 100%;width: auto;height: auto;}
#hot_links .item .content {display: block;font-size: 0.7em;font-weight: 600;text-transform: uppercase;margin-left: 58px;min-height: 36px;}
#hot_links .item .content .title {display: inline-block;line-height: 1.1em;vertical-align: middle;}





/*
#hot_news {margin: 0 auto 60px; }
	#hot_news .item {padding: 15px 0;overflow: hidden;margin-bottom: 15px;}
	#hot_news .preview {display: block;float: left;margin-right: 15px;width: 130px;height: 130px;background-position: 50% 5%;background-repeat: no-repeat;background-size: contain; }
	#hot_news h3 {margin: 0 auto 15px;line-height: 1.1em;font-weight: 400;font-size: 1.2em;}
	#hot_news .date {font-size: 0.9em; color: #aaa; margin: 0 auto 15px }
	#hot_news p {font-size: 0.8em; }
*/





/* defauilt item with preview */
.item_preview_style {border: solid 1px #fff;position: relative;transition: border-color 1s ease;margin-bottom: 30px;}
.item_preview_style .preview {position: relative;background-color: #ccc;padding-bottom: 75%; overflow: hidden; }
.item_preview_style .preview > a {display: block;position: absolute;top: 0;right: 0;left: 0;bottom: 0;background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;transition: transform 3s ease;}
.item_preview_style .preview > a:before {content: "";display: block;position: absolute;z-index: 1;background: #000;left: 0;right: 0;top: 0;bottom: 0;opacity: 0;transition: opacity 1s ease;}

.item_preview_style .content {position: absolute;bottom: 0;background: #fff;left: 0;right: 0;padding: 10px 15px;top: auto;transition: top 1s ease;border-color: #fff;}
.item_preview_style .content h3 {margin: 0;font-size: 0.9em;font-weight: 400;display: inline-block;}
.item_preview_style .content .anno {max-height: 0;overflow: hidden;height: 100%;transition: max-height 1s ease .3s, padding 1s ease .3s, opacity 1s ease 0.3s;font-size: 0.8em;opacity: 0;padding: 0;}


.item_preview_style:hover {border: solid 1px #ccc; }
.item_preview_style:hover .preview > a {transform: scale(1.2);}
.item_preview_style:hover .preview > a:before {opacity: 0.3;}


.item_preview_style:hover .content .anno {height: auto;max-height: 6em;padding: 12px 0 15px;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.5em 0 0.5em 0;font-weight: 500;}

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

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

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

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

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

}

.ww_form input[type="number"] {width: 5em;}

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


.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; margin-bottom: 30px; }
.archive_list .item .preview {display: block; float: left;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;width: 180px;height: 135px;margin-right: 15px;}
.archive_list .item .content {line-height: 1.2em; }

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

.archive_list .read_more {
	padding: 8px 15px 10px;
	margin-top: 10px;
}




/* тип 2: закладки */
.archive_header .MapTabs {border-bottom: solid 3px #9dca4c;}
.archive_header .MapTabs .tabSelect {font-weight: 500;background-color: #9dca4c;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: #eefbd7;/* 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 {text-align: center; display: block; margin: 15px 0; padding: 15px; font-weight: bold; }
.pagination span {display: inline-block;line-height: 30px;height: 30px;width: 30px;margin: 0 3px;padding: 0;border-radius: 0;overflow:  hidden;}

.pagination span:hover a {background-color: #9dca4c;color: #fff;}
.pagination .page_hidden {margin: 3px; background: none; }
.pagination span a {color: inherit; display: block; text-decoration: none; }
.pagination .page_current {background: #8b0b90;margin: 0 5px;color:  #fff;}




#section_banners {text-align: center;margin-bottom: 30px;}
#section_banners .item {display: inline-block; vertical-align: middle; margin: 0 3px 10px; }
#section_banners img {max-height: 128x; width: auto; height: auto; max-width: 250px; }





#banners_slider {position: relative; }
#banners_slider .owl-stage-outer {height: 64px; line-height: 64px; }

#banners_slider .item img {max-height: 64px; width: auto; }

#banners_slider .owl-nav {position: absolute; top: 50%; width: 100%; margin-top: -18px;}
#banners_slider .owl-nav button {display: inline-block;width: 36px;height: 36px;background: rgba(211, 216, 222, 0.7);border-radius: 0;border: none;position: absolute;text-align: center;line-height: 40px;overflow: hidden;}
#banners_slider .owl-nav button:hover {background: #56b0d2; color: #fff; }

#banners_slider .owl-prev {left: 0; text-indent: -2px; }
#banners_slider .owl-next {right: 0; text-indent: 2px; }







#footer {background: #f5f5f5;}
#footer_body {line-height: 1.5;padding: 45px 0 45px;background: #fff;}
#footer_bottom {padding: 45px 0 45px;overflow: hidden;line-height: 1.2em;}

#footer a {/* color: #ccc; */}


.page_default #footer {border-top: solid 3px #eee; }

#footer_menu {text-align: center;background: #9dca4c;padding: 15px;/* margin-bottom: 45px; */}
#footer_menu ul {list-style: none; margin: 0; padding: 0; }
#footer_menu li {display: inline-block; position: relative; }
#footer_menu li a {display: block; color: #fff; padding: 0 15px; }





#footer .logo {text-align: left;line-height: 1em;/* height: 150px; */line-height: 150px;}
#footer .logo .emblem {display: inline-block; width: 150px; text-align: center; margin-right: 10px; vertical-align: middle; }
#footer .logo .emblem img {max-width: 100%; width: auto; height: auto; }

#footer .logo .caption {display: inline-block; color: #555; vertical-align: middle; line-height: 1.2em; }
#footer .logo a {color: inherit;text-decoration: none;}

#footer .logo .subtitle {display: inline-block; font-size: 0.7em; text-transform: uppercase; margin-bottom: 5px; }
#footer .logo .title {display: block; color: #8b0b90; font-weight: 600; font-family: "Roboto Condensed", sans-serif; font-size: 1.2em; line-height: 1em; margin-bottom: 5px;}
#footer .logo .title .number {font-size: 1.4em; }
#footer .logo .address {font-size: 0.8em; }

#footer .logo .caption br {display: none; }



@media only screen and (max-width: 768px) {
	#footer .logo {text-align: center; margin-bottom: 30px;}
}



.site_by {display: inline-block; font-size: 0.8em; color: #aaa;opacity: 0.75; vertical-align: middle;}


#site_update {font-size: 0.85em; margin-top: 10px;}
#site_update span {font-size: 0.8em; }


/* кнопки */
.button, button, input[type="button"], input[type="submit"] {padding: 14px 36px;border: 2px solid #9dca4c;outline: none;color: #c780c9;line-height: 1.1em;border-radius: 35px;display: inline-block;font-size: 0.85em;text-decoration: none;margin-bottom: 5px;text-transform: lowercase;cursor: pointer;}

a.button.read_more {}
.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {background: #feeaff;/* color: #fff; */}
.button:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus {border-color: #7cb515;background: #7cb515;color: #fff;}

a.button {text-decoration: none; }


#scroll_up_button {position: fixed;bottom: 64px;right: 0;display: none;width: 55px;height: 55px;font-size: 28px;background: #e6f9c4;/* color: #fff; */line-height: 55px;opacity: 0.75;text-align: center;cursor: pointer;}
#scroll_up_button:hover {opacity: 1;transition: opacity 0.5s ease;color: #fff;background: #9dca4c;}


/* Красивые таблицы в содержании */
.tbl, .cool-table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	font-size: 0.85em;
	overflow-x: auto;
}

.cool-table td,
.cool-table th {
	padding: 10px 10px;
	border: 1px solid #7cb515;
	background-color: white;
}

.tbl thead td, .cool-table thead td,
.tbl th, .cool-table th {
	background-color: #e0f2c1;
	border-bottom: 4px solid #7CB515;
}

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


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



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

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


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



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

/* Стилизация картинок */
.main-img {border-top: 7px solid #de9fe1; border-bottom: 7px solid #de9fe1;}


#attention_banners {}
#attention_banners .item {/* margin: 0 auto; *//* text-align: center; *//* padding: 3px; */}
#attention_banners .item > a {display: block; position: relative; overflow: hidden; }

#attention_banners .preview {padding-bottom: 90%;background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;overflow: hidden;background-color: #ccc;position: relative;transition: transform 1s ease 0.2s;}
#attention_banners .preview:after {position: absolute; content: ""; left: 0; top: 0; right: 0; bottom: 0; background-color: #fff; opacity: 0.5; transition: background-color 1s ease; }
#attention_banners .content {position: absolute;top: 15px;/* transform: translateY(-50%); */padding: 0 15px;overflow: hidden;left: 0;right: 0;color: #000;transition: color 0.6s ease;font-size: 1.6em;line-height:  1.1em;}
#attention_banners .content strong {font-weight: normal; }

#attention_banners a {color: inherit; }
#attention_banners .item:hover .content {background: transparent; }


#attention_banners .item:hover .preview {transform: scale(1.3); }
#attention_banners .item:hover .preview:after {background-color: #000; transition: background-color 1s ease; }
#attention_banners .item:hover .content {color: #fff; }

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

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

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



/* ******************** */


.main1 {font-size: 26px; line-height: 30px; font-weight: normal; color: #8b0b90; }

/* Вертикальный текст */
div.pin {
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  writing-mode: lr-tb;
  width: 1.5em;
  
}

/* Стили кнопки */
.iksweb1{display: inline-block;cursor: pointer; font-size:16px;text-decoration:none;padding:22px 16px; color:#626262;background:#feeaff;border-radius:1px;border:1px solid #626262;}
.iksweb1:hover{background:#8f0d94;color:#ffffff;border:1px solid #626262;transition: all 0.2s ease;}


.zagl {text-transform: uppercase;}
/* кнопки для эл.обращений*/

.iksweb {
	display: inline-block;
	cursor: pointer; 
	font-size:16px;
	text-decoration:none;
	padding:16px 32px; 
	color:#000  !important;
	background:#eefbd7;
	border-radius:32px;
	border:2px solid #003d71;
	display: inline-block;
	margin:5px auto;
}

.iksweb:hover {
	background:#9dca4c;
	color:#ffffff !important;
	border:2px solid #ffffff;
	transition: all 0.2s ease;
	display: inline-block;
	margin:5px auto;
}
