@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('../fonts/CenturyGothicRegular/CenturyGothicRegular.eot');
    src: url('../fonts/CenturyGothicRegular/CenturyGothicRegular.eot?#iefix")format("embedded-opentype'),
    url('../fonts/CenturyGothicRegular/CenturyGothicRegular.woff') format('woff'),
    url('../fonts/CenturyGothicRegular/CenturyGothicRegular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: 'FloraC';
	src: url('../fonts/FloraC/FloraC.eot');
	src: url('../fonts/FloraC/FloraC.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FloraC/FloraC.woff') format('woff'),
		url('../fonts/FloraC/FloraC.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@media screen and (max-width: 1099px) {
	.site-name { position: relative !important; display: inline-block !important; width: 70% !important; line-height: 40px !important; z-index: 1 !important; }
	.block-slider-small { display: none !important; }
	.block-content { padding: 20px 0 0 0 !important; }
	.block-center { width: 94% !important; padding: 0 3% !important; }
	.m-menu2 nav {
		position: absolute !important;
		top: 0 !important;
		display: block !important;
		padding: 60px 0 0 0;
		width: 100%;
		z-index: -1;
	}
	#mobile-menu { display: block !important; }
	#mobile-menu.active { background-color: #5a78aa; }
	.m-menu2 nav .menu.down { top: 60px; }
	.m-menu2 nav .menu {
		position: absolute;
		top: -1000px;
		width: 100%;
		max-height: 1000px;
		overflow-y: auto;
		padding: 0 0 9px 0;
		background: transparent url('../images/m_border.png') 0 bottom repeat-x;
		text-align: left !important;
		transition: all 0.5s ease 0s;
		z-index: 2 !important;
	}
	.m-menu2 nav .menu > li { display: block !important; padding-left: 20px; border-top: 1px solid #5a78aa; }
	.m-menu2 .menu > li.deeper.parent:hover { background-color: #3b5c94 !important; }
	.m-menu2 .menu > li.deeper.parent:hover > a { border-bottom: 1px solid #fff !important; }
	.m-menu2 nav .menu > li.deeper.parent > div.child-menu > ul.nav-child { display: none !important; }
}
@media screen and (max-width: 950px) {
	.block-slider { height: 0 !important; overflow: hidden !important; }
	.block-about4 { padding-top: 40px !important; }
	.news-item { width: 100% !important; height: auto !important; padding: 0 0 30px 0 !important; }
	.bottom-in .b-col1 { float: left; width: 40% !important; }
	.bottom-in .b-col2 { float: left; width: 60% !important; }
	.bottom-in .b-col3, .bottom-in .b-col4 { display: none; }
	.l-col, .r-col { float: none !important; width: 100% !important; margin: 0 !important; }
	.l-col-in, .r-col-in { padding: 0 0 20px 0 !important; }
	.categories-module { height: auto !important; }
	.categories-module > li { display: inline-block; padding: 10px !important; }
}
@media screen and (max-width: 860px) {
	.block-content img, .about-content img { margin: 0 !important; padding: 10px 0 !important; max-width: 100% !important; height: auto !important; float: none !important; clear: both !important; }
	.site-name { line-height: 20px !important; }
	#mobile-menu { width: 60px !important; text-indent: -300px !important; }
	.news-item-image { display: none !important; }
	.news-item-info { width: 100% !important; }
	.news-item-info-in { padding: 0 !important; }
}
@media screen and (max-width: 500px) {
	body { font-size: 16px !important; }
	.site-name { width: 60% !important; line-height: 16px !important; font-size: 12px !important; }
	.m-menu2 nav .menu > li { height: 30px !important; line-height: 26px !important; font-size: 14px !important; }
	.m-menu2 nav .menu > li a { padding: 0 !important; margin: 2px 0 !important; }
	.bottom-in .b-col1 { display: none !important; }
	.bottom-in .b-col2 { float: none !important; width: 100% !important; }
}

* {
    margin: 0;
    padding: 0;
}

html {height: 100%;}

* html body {height: 100%;}

body {
    position: relative;
    font-family: CenturyGothicRegular, Arial, Tahoma, Sans;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #363b3b;
    line-height: 120%;
    background-color: #3b5c94;
}
a {
	color: #3b5aa1;
}
a:hover {
	color: #264a9b;
}
p { padding: 10px 0px; }
img { border: 0 none; }
ul, ol {
	padding: 10px 20px;
}
h1, h2, h3 { font-family: FloraC; font-weight: normal; }

/* Classes */
.clr {
	clear: both;
}
.container {
	position: relative;
	padding: 0 0 30px 0;
	background: #fff;
}
.block-center {
	position: relative;
	margin: auto;
	max-width: 1100px;
}
.m-menu {
	position: fixed;
	top: 0;
	padding: 0 0 9px 0;
	width: 100%;
	background: transparent url('../images/m_border.png') 0 bottom repeat-x;
	z-index: 99;
}
.m-menu2 {
	position: relative;
	min-height: 60px;
	background-color: #3b5c94;
	z-index: 1;
}
.site-name {
	display: none;
	padding: 10px 20px;
	line-height: 20px;
	background-color: #3b5c94;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.site-name a { text-decoration: none; color: #fff; }
.m-menu2 nav { position: relative; }
#mobile-menu {
	display: none;
	position: absolute !important;
	right: 20px;
	top: 0px;
	width: 130px;
	height: 60px;
	line-height: 60px;
	background: transparent url('../images/mobile_menu_icon.png') 0 center no-repeat;
	text-indent: 60px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	z-index: 2;
	overflow: hidden;
}
.m-menu2 .menu {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #3b5c94;
	text-align: center;
}
.m-menu2 .menu > li {
	top: 0;
	display: inline-block;
	padding: 0;
	height: 60px;
	background-color: #3b5c94;
	text-transform: uppercase;
	font-size: 16px;
}
.m-menu2 .menu > li a {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #3b5c94;
	margin: 15px 7px 0 7px;
	padding: 3px 0;
	text-decoration: none;
	color: #e5e8ed;
	transition: all 0.5s ease 0s;
	z-index: 2;
}
.m-menu2 .menu > li a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.m-menu2 .menu > li.deeper.parent { transition: all 0.5s ease 0s; }
.m-menu2 .menu > li.current { background: #5a78aa url('../images/b_border.png') 0 bottom repeat-x; }
.m-menu2 .menu > li.deeper.parent:hover { background: #5a78aa; }
.m-menu2 .menu > li.deeper.parent:hover, .m-menu2 .menu > li.current > a { border-color: #5a78aa; background-position: 0 150% !important; }
.m-menu2 .menu > li.deeper.parent:hover > a { border-color: #5a78aa; }
.m-menu2 .menu > li.deeper.parent:hover > div.child-menu {
	top: 60px;
}
.m-menu2 .menu > li.deeper.parent > div.child-menu {
	display: block;
	position: absolute;
	left: 0;
	top: -600px;
	width: 100%;
	padding: 0;
	background-color: #3b5c94;
	border-top: 1px solid #5a78aa;
	z-index: -1;
	transition: all 0.5s ease 0s;
}
.m-menu2 .menu > li.deeper.parent > div.child-menu > ul.nav-child {
	position: relative;
	display: block;
	list-style: none;
	width: 950px;
	max-height: 400px;
	overflow-y: auto;
	margin: auto;
	text-align: left;
	text-transform: none;
	font-size: 14px;
}
.m-menu2 .menu > li.deeper.parent > div.child-menu > ul.nav-child > li {
	display: inline-block;
	width: 280px;
	padding: 0 30px 0 0;
}
.m-menu2 .menu > li.deeper.parent > div.child-menu > ul.nav-child > li a.outlink {
	padding-right: 16px;
	background: transparent url('../images/link_out.png') right center no-repeat;
}
.m-menu2 .menu > li.deeper.parent > div.child-menu > .child-menu-bottom {
	display: block;
	width: 100%;
	padding: 30px 0 9px 0;
	margin: 0 0 -9px 0;
	background: transparent url('../images/m_border.png') 0 bottom repeat-x;
}
.top { height: 60px; }
.block-slider-small {
	position: relative;
	background: transparent url('../images/slider/slide_bg.jpg') 0 0 no-repeat;
	background-size: cover;
}
.block-slider-small-in {
	position: relative;
	height: 260px;
	background: transparent url('../images/bevel_white.png') 0 bottom no-repeat;
	background-size: 100%;
	text-align: center;
	z-index: 1;
	overflow: hidden;
}
#tohome {
	display: inline-block;
	height: 220px;
	line-height: 220px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 3px 3px #000;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
}
.block-slider {
	position: relative;
	height: 450px;
	overflow: hidden;
	background: #fff;
	z-index: 1;
}
.slider.owl-carousel {
	position: relative;
	width: 100%;
	z-index: 2;
}
.slider .owl-stage-outer {
	position: relative;
}
.owl-item {
	position: relative;
	width: 1920px;
}
.slider .owl-controls {
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 60px;
}
.slider .owl-controls .owl-dots {
	display: block;
	text-align: center;
}
.slider .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	padding: 0 7px;
}
.slider .owl-controls .owl-dots .owl-dot span {
	display: inline-block;
	width: 12px !important;
	height: 12px !important;
	background: #dbe3f1 !important;
	border: 2px solid #fff;
	border-radius: 8px;
	box-shadow: 0 1px 5px #3b5c94;
	opacity: 1 !important;
}
.slider .owl-controls .owl-dots .owl-dot.active span {
	background: #3b5c94 !important;
}

.block-about {
	position: relative;
	margin-top: -27px;
	z-index: 2;
}
.block-about-top {
	position: relative;
	padding: 27px 0 0 0;
	width: 100%;
	background: transparent url('../images/bevel_gray.png') 0 bottom no-repeat;
	background-size: 100%;
}
.block-about2 {
	position: relative;
	padding: 0;
	background: transparent url('../images/about_bg.jpg') 0 0 no-repeat;
	background-size: cover;
	z-index: 3;
}
.block-about3 {
	position: relative;
	min-height: 500px;
	background: transparent url('../images/bevel_white.png') 0 bottom no-repeat;
	background-size: 100%;
}
.block-about4 {
	background: transparent url('../images/about_grad.png') 0 0 repeat-x;
}

.about-content {
	padding: 50px 0;
}
.button-more {
	display: inline-block;
	width: 264px;
	height: 46px;
	line-height: 46px;
	background: transparent url('../images/button_more.png') center 0 no-repeat;
	text-align: center;
	text-decoration: none;
}
.button-more.gray {
	color: #363b3b;
}
.button-more.gray:hover {
	background-position: center -46px;
	color: #1b2525;
}
.button-more.blue {
	background-position: center -92px;
}
.button-more.blue:hover {
	background-position: center -138px;
}

.block-news {
	padding: 30px 0;
}

.news-item {
	float: left;
	width: 50%;
	height: 300px;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.news-item-image {
	position: relative;
	float: left;
	width: 150px;
	margin-right: -150px;
	overflow: hidden;
	z-index: 1;
}
.news-item-image img {
	width: 150px;
}
.news-item-info {
	position: relative;
	float: right;
	width: 100%;
	z-index: 0;
}
.news-item-info-in {
	padding: 0 40px 0 170px;
}
.news-item-time {}
.news-item-time > time {
	display: inline-block;
	width: 105px;
	height: 31px;
	line-height: 31px;
	background: #dbdbdb url('../images/time_bg.jpg') center center no-repeat;
	text-align: center;
	font-size: 18px;
	color: #808080;
}
.news-item-title {
	padding: 10px 0;
	font-family: FloraC;
	font-size: 18px;
}
.news-item-intro {
	font-size: 14px;
}

.news-item-main {
	padding: 20px 0 40px 0;
	margin: 0 0 40px 0;
	background: transparent url('../images/spliter_shadow.jpg') center bottom no-repeat;
}
.news-item-main .news-item-image {
	width: 210px;
	height: 210px;
	margin-right: -210px;
	overflow: hidden;
}
.news-item-main .news-item-image img { min-width: 210px; }
.news-item-main .news-item-info-in {
	padding: 0 0 0 230px;
}
.news-item-main .news-item-title { line-height: 120%; font-weight: bold; font-size: 22px; }

.block-content { padding: 0; }
.block-content .block-center { padding: 0 0 50px 0; }

.block-partners {
	text-align: center;
}
.block-partners ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.block-partners ul > li {
	display: inline-block;
	padding: 5px;
}
.block-partners ul > li img { height: 50px; }

.bottom {
	position: relative;
}
.bottom-line {
	padding: 9px 0 0 0;
	margin: -9px 0 0 0;
	background: transparent url('../images/b_border.png') 0 0 repeat-x;
}
.bottom-in {
	padding: 50px 0;
	line-height: 160%;
	font-size: 14px;
	color: #fff;
}
.bottom-in a { color: #fff; }
.bottom-in h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;
}
.bottom-in .menu {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
.bottom-in .menu > li { padding: 3px 0; }
.bottom-in .b-col1 { float: left; width: 17%; text-align: center; }
.bottom-in .b-col2 { float: left; width: 33%; }
.bottom-in .b-col3, .bottom-in .b-col4 { float: left; width: 25%; }
.b-copy { padding: 0 0 10px 0; font-size: 16px; }
.b-info {}
.soc-links { padding: 20px 0; }
.dev { font-size: 12px; }
.other {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
}

/* Other classes */
.custom p { padding: 0; }
.page-header > h2 { text-transform: uppercase; padding: 0 0 30px 0; }
h1.title, .content-category > h1, .categories-list > h1, .page-header > h1 {
	display: inline-block;
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	margin: 0 0 30px 0;
	background: transparent url('../images/title_bg.png') center center repeat-x;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
}
.about-title, .news-title {
	display: block !important;
	position: relative;
	left: 50%;
	margin: 0 0 30px -142px;
	width: 284px;
	height: 65px;
	line-height: 70px;
	background: transparent url('../images/about_title.png') center top no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	color: #fff;
	overflow: hidden;
}
.news-title {
	padding: 0 0 0 20px;
	background: transparent url('../images/news_title.png') center top no-repeat;
	font-size: 22px;
}
.line-more {
	padding: 30px 0 50px 0;
	text-align: center;
}

.social-block2 { padding: 0; margin: 0; }
.social-block2 a {
	display: inline-block;
	margin: 2px 4px 0 0;
	width: 36px;
	height: 36px;
	background: transparent url('../images/social_icons.png') 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	transition: all 0.2s ease 0s;
}
.social-block2 a.vk { background-position: 0 0; }
.social-block2 a.vk:hover { background-position: 0 -36px; }
.social-block2 a.youtube { background-position: -36px 0; }
.social-block2 a.youtube:hover { background-position: -36px -36px; }
.social-block2 a.facebook { background-position: -72px 0; }
.social-block2 a.facebook:hover { background-position: -72px -36px; }
.social-block2 a.instagram { background-position: -108px 0; }
.social-block2 a.instagram:hover { background-position: -108px -36px; }

ul.breadcrumb {
	list-style: none;
	padding: 5px 10px 35px 10px;
	background: transparent url('../images/spliter_shadow.jpg') center bottom no-repeat;
	margin: 0 0 20px 0;
	color: #808080;
}
ul.breadcrumb > li { display: inline-block; font-size: 16px; font-weight: bold; }
ul.breadcrumb > li.active { display: none; }
ul.breadcrumb > li a { text-decoration: none; color: #808080; }
ul.breadcrumb > li a:hover { text-decoration: none; color: #808080; }
ul.breadcrumb > li .divider { display: inline-block; padding: 0 3px; }

.pagination { padding: 0 0 20px 0; clear: both; text-align: center; }
.pagination > .counter { display: none; }
.pagination > ul { list-style: none; padding: 0px; margin: 10px 0px; color: #808080; }
.pagination > ul > li { position: relative; display: inline-block; margin: 10px 3px; padding: 5px 10px; border: 1px solid #dbdbdb; font-size: 16px; }
.pagination > ul > li.pagination-start:before { content: '« '; }
.pagination > ul > li.pagination-prev:before { content: '‹ '; }
.pagination > ul > li.pagination-next:after { content: ' ›'; }
.pagination > ul > li.pagination-end:after { content: ' »'; }

.pagination-start, .pagination-end { display: none !important; }

.ymaps-2-1-45-inner-panes { border: 1px dotted #c0c0c0; }

.category.table {
	margin: 10px 0;
}
.categories-list > h1 { margin: 0 0 20px 0; }
.category.table td, .categories-list > div, .items-more > ol > li { padding: 10px 0; font-size: 22px; }

.l-col {
	position: relative;
	float: left;
	width: 240px;
	margin-right: -240px;
	z-index: 2;
}
.r-col {
	position: relative;
	float: right;
	width: 100%;
	z-index: 1;
}
.l-col-in { padding: 0; }
.r-col-in {
	padding: 0 0 0 260px;
}
.categories-module {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	height: 400px;
	background-color: #eee;
	overflow-y: auto;
}
.categories-module > li {
	padding: 10px;
}
.categories-module > li a { text-decoration: none; color: #3d3d3d; }
.categories-module > li.active { background-color: #3b5c94; }
.categories-module > li.active a { color: #fff; }

.item-page .item-image img { max-width: 600px; }
