@font-face {
	font-family: 'Roboto';
	src: url(/fonts/roboto-regular-webfont.eot);
	src: url(/fonts/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/roboto-regular-webfont.woff2) format('woff2'),
		 url(/fonts/roboto-regular-webfont.woff) format('woff'),
		 url(/fonts/roboto-regular-webfont.ttf) format('truetype'),
		 url(/fonts/roboto-regular-webfont.svg#robotoregular) format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #5E7479;
	text-decoration: none;
}
a:hover {
	color: #E17153;
	text-decoration: none;
}
.clr:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
/*.text img {
	float: left;
	margin: 0 10px 5px 0;
}*/
.text img {
	max-width: 100%;
	height: auto;
}
.text h1, .text h2, .text h3, .text h4, .text strong {font-weight: bold;}
.text ul {
	list-style-type: disc;
	padding: 18px 40px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text em {font-style: italic;}
/*********text********/
.fl-l {float: left;}
.fl-r {float: right;}
body, html {min-height: 100%;}
body {
	font-family: 'Tahoma', sans-serif;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background: #fff url(/images/111.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
h1 {
	color: #365F91;
	line-height: 30px;
	padding-bottom: 10px;
	font-size: 26px;
}
h3 {
	color: #365F91;
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	color: #ff0000;
	padding: 0 0 10px 0;
	font-size: 16px;
}
#page {
	position: relative;
	min-height: 100%;
}
#header {position: relative;}
.header-layout {position: relative;}
.slider-wrap {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.header-info-controller {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
}
.header-banner {
	text-align: left;
	position: relative;
	display: inline-block;
	padding: 1em;
	margin: 5em 10px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.header-banner img {
	position: absolute;
	left: -50px;
	top: -45px;
}
.header-banner > div {
	font: bold 17px/21px 'Roboto';
	text-transform: uppercase;
	color: #365f91;
	margin-bottom: 10px;
}
.header-banner > div:last-child {margin-bottom: 0;}
.header-banner > div span {
	color: #d03e3e;
}
.header-info {
	min-width: 300px;
	text-align: left;
	position: absolute;
	right: 20px;
	top: 30px;
	font: normal 15px/22px 'Roboto';
	text-transform: uppercase;
	color: #365f91;
}
.header-info-inner {
	margin-bottom: 30px;
}
.header-info-inner:last-child {margin-bottom: 0;}
.header-info-inner > div {
	padding-left: 20px;
}
.header-info-inner .address {
	background: url(/images/icon1.png) no-repeat left top;
}
.header-info-inner .phone {
	background: url(/images/icon2.png) no-repeat left top;
	color: #d03e3e;
}
#top-menu {
	display: table;
	width: 100%;
	margin: 0;
	position: relative;
	background: #fbfeff; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfeff 0%, #daf2f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfeff), color-stop(100%,#daf2f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfeff 0%,#daf2f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfeff 0%,#daf2f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfeff 0%,#daf2f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfeff 0%,#daf2f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfeff', endColorstr='#daf2f7',GradientType=0 ); /* IE6-9 */
}
#top-menu li {
	position: relative;
	display: table-cell;
	text-align: center;
	background: transparent;
	border-right: 1px solid #ccc;
}
#top-menu li:last-child {border-right: none;}
#top-menu li a {
	border-bottom: 4px solid #8CB6CD;
	display: block;
	margin-bottom: -5px;
	padding: 7px;
	font-weight: bold;
}
#top-menu li a:hover, #top-menu li.current a {
	border-color: #E17153;
	color: #E17153;
}
.slicknav_menu {display: none;}
@media (max-width: 991px) {
	.header-info-controller {
		text-align: left;
	}
	.header-banner {
		margin: 5em 6em;
	}
	.header-info {
		right: 10px;
		top: 10px;
		font: normal 14px/22px 'Roboto';
	}
	.header-info-inner {
		margin-bottom: 15px;
	}
}
@media (max-width: 670px) {
	.slicknav_menu {display: block;}
	#top-menu {display: none;}
}
@media (max-width: 490px) {
	.header-banner > div {
		font-size: 12px;
		line-height: 14px;
	}
}
#pageMain {
	position: relative;
	margin-top: 5px;
}
#pageMain > .container > .row > .col-sm-6, #pageMain > .container > .row > .col-sm-3 > div {
	background: #fff;
}
.heading {
	background: #b4e0ed; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4e0ed 0%, #d9ebf2 49%, #b4e0ed 50%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e0ed), color-stop(49%,#d9ebf2), color-stop(50%,#b4e0ed), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4e0ed 0%,#d9ebf2 49%,#b4e0ed 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4e0ed 0%,#d9ebf2 49%,#b4e0ed 50%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4e0ed 0%,#d9ebf2 49%,#b4e0ed 50%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4e0ed 0%,#d9ebf2 49%,#b4e0ed 50%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e0ed', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	padding: 10px 14px;
	color: #3F7EA7;
	border: 1px solid #9BC7EC;
}
.article-menu {
	/*border: 1px solid #477593;*/
	border-top: none;
	/*margin-bottom: 30px;*/
}
.article-menu ul li a {
	display: block;
	background: #fbfeff; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbfeff 0%, #daf2f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfeff), color-stop(100%,#daf2f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfeff 0%,#daf2f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfeff 0%,#daf2f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfeff 0%,#daf2f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbfeff 0%,#daf2f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfeff', endColorstr='#daf2f7',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #9BC7EC;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	position: relative;
}
.article-menu ul li.current > a {color: #E17153;}
.article-menu > ul > li > a {
	color: #6E90AB;
}
.article-menu > ul > li > a:hover {color: #E17153;}
.article-menu ul li a i {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	cursor: pointer;
}
.article-menu ul li a i.fa-angle-up:before {
	content: "\f106"!important;
}
.article-menu ul li a i.fa-angle-double-right:before {
	content: "\f101"!important;
}
.article-menu ul li a i.fa-angle-double-right {
	position: static;
	margin-right: 5px;
	font-size: 14px;
}
.article-menu > ul > li:last-child > a {
	border-bottom: none;
}
.article-menu > ul ul {
	display: none;
}
/*.article-menu > ul ul li:first-child a {
	border-top: 1px solid #477593;
}
.article-menu > ul ul li:last-child a {
	border-bottom: none;
}*/
.article-menu > ul ul li a {
	padding: 5px 0 5px 28px;
}
.contant-main {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #477593;
	/*border-width: 1px 0 0 0;*/
	border: 1px solid #CDE7F0;
}
.padding-right-none {padding-right: 0;padding-left: 0;}
.padding-left-none {padding-left: 0;padding-right: 0;}
@media (max-width: 767px) {
	/*.padding-left-none {padding-left: 15px;}
	.padding-right-none {padding-right: 15px;}*/
	.header-info-controller {
		position: static;
		text-align: center;
	}
	.header-info-controller > div {
		width: 100%;
		text-align: center;
	}
	.header-info {
		position: static;
		margin: 30px 0;
		width: auto;
	}
	.header-info-inner > div {display: inline-block;text-align: left;width: 210px;}
	.header-info-inner > div.block {display: block;}
	.header-info-controller .header-banner {margin: 5em 0 0;width: auto;}
	.contant-main {height: auto!important;}
}
.news-wrap {
	padding: 15px;
}
.news {margin-bottom: 30px;}
.news:last-child {margin-bottom: 0px;}
.news .photo {
	margin: 0 0px 5px 0;
	text-align: center;
}
.news .photo img {
	vertical-align: middle;
	max-width: 100%;
}
.news .desc span {
	display: block;
	font-size: 10px;
	color: #333;
	text-align: right;
}
.two-pages .photo {
	text-align: center;
}
.two-pages .photo img {
	vertical-align: middle;
	max-width: 100%;
}
.photos-wrap {
	padding: 15px;
	/*border: 1px solid #477593;*/
	border-bottom: none;
}
.photos-wrap .photos {
	text-align: center;
	margin-top: 30px;
}
.photos-wrap .photos:first-child {margin-top: 0;}
.photos-wrap .photos img {
	vertical-align: middle;
	max-width: 100%;
}
.photos-wrap .photos span {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}
.padding-block {padding: 40px;}
.footer-layout {
	background: #6B8597;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}
.licences {
	padding: 30px;
	/*border: 1px solid #477593;*/
	border-top: none;
}
.licences img {
	vertical-align: middle;
	max-width: 100%;
}
.gallery-inner img {
	vertical-align: middle;
	max-width: 100%;
}
.gallery-inner h3 {
	margin-bottom: 20px;
}
.date {
	display: block;
	font-size: 10px;
	color: #333;
	text-align: right;
}
.article img {
	max-width: 100%;
	vertical-align: middle;
}
.article {
	margin-bottom: 30px;
}
.article:last-child {margin-bottom: 0;}
#contactForm {width: 60%;}
#contactForm input[type="text"], #contactForm textarea {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #aaa;
	outline: none;
	padding: 4px 10px;
}
#contactForm textarea {
	height: 100px;
}
.map > div {
	padding: 20px 0;
}
.butt {
	background: #b4e0ed;
	background: -moz-linear-gradient(top, #b4e0ed 0%, #d9ebf2 49%, #b4e0ed 50%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e0ed), color-stop(49%,#d9ebf2), color-stop(50%,#b4e0ed), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top, #b4e0ed 0%,#d9ebf2 49%,#b4e0ed 50%,#7db9e8 100%);
	background: -o-linear-gradient(top, #b4e0ed 0%,#d9ebf2 49%,#b4e0ed 50%,#7db9e8 100%);
	background: -ms-linear-gradient(top, #b4e0ed 0%,#d9ebf2 49%,#b4e0ed 50%,#7db9e8 100%);
	background: linear-gradient(to bottom, #b4e0ed 0%,#d9ebf2 49%,#b4e0ed 50%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e0ed', endColorstr='#7db9e8',GradientType=0 );
	padding: 10px 14px;
	color: #fff;
	border: 1px solid #477593;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-shadow: 0 0 2px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.butt:hover {
	background: #477593;
}
@media (max-width: 991px) {
	#contactForm {width: 100%;}
}
@media (max-width: 690px) {
	.copyright p {
		font-size: 11px;
	}
}