@import url('fonts/fonts.css');
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
::-webkit-input-placeholder {
color:#0084ad;
}
::-moz-placeholder {
color:#0084ad;
}
:-moz-placeholder {
color:#0084ad;
}
:-ms-input-placeholder {
color:#0084ad;
}
body {
	font-family: Arial;
	font-size: 16px;
	line-height: 145%;
	max-width: 1920px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 30px rgba(4, 5, 5, 0.2);
	-webkit-box-shadow: 0 0 30px rgba(4, 5, 5, 0.2);
	box-shadow: 0 0 30px rgba(4, 5, 5, 0.2);
	    color: #757575;
}
b, strong {
	font-family: Arial;
	font-weight: bold;
}
i, em {
	font-family: Arial;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'DINPro-Bold', Arial;
	line-height: 145%;
	color: #0084ad;
	margin-bottom: 15px;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {font-family: 'DINPro-Bold', Arial;}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 31px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
}
a {
	color: #000;
}
a:hover {
	color: #0084ad;
}
input, textarea {
	height: 44px;
	border: 1px solid #0084ad;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	line-height: 41px;
	font-family: Arial;
	font-size: 16px;
	color: #0084ad;
}
input[type=submit] {
	width: auto;
	border: 0;
	padding: 0 15px;
}
textarea {
	min-height: 120px;
}
a, input, textarea {
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.wrapper {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}
.btn {
	font-family: 'DINPro-Regular', Arial;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20px !important;
	cursor: pointer;
}
.btn-blue {
	background-color: #0084ad;
	color: #FFF;
}
.btn-blue:hover {
	background-color: #0F4D64;
}
.header {
	padding: 7px 0;
}
.header .logo {
	float: left;
	width: 290px;
	height: 124px;
	background-image: url(../img/logo_header.svg);
	background-repeat: no-repeat;
}
.header .logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}
.header .right {
	float: right;
	margin-top: 12px;
}
.socials {
	width: 100%;
	text-align: center;
}
.socials ul {
	margin: 0;
	padding: 0;
}
.socials ul li {
	display: inline-block;
	list-style: none;
	margin: 0 3px;
}
.socials ul li a {
	display: block;
	color: #555555;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #555555;
}
.socials ul li a:hover {
	color: #FFF;
	background-color: #0084ad;
	border-color: #0084ad;
}
.header .search {
	width: 380px;
	margin-top: 15px;
	position: relative;
}
.header .search .search-inp {
	height: 41px;
	border-color: #c7c7c7;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.header .search .search-inp:hover {
	border-color: #333;
}
.header .search .search-inp:focus {
	border-color: #0084ad;
}
.header .search .search-btn {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #8b8b8b;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	color: #FFF;
	cursor: pointer;
	background-image: url(../img/fa-search.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	top: 6px;
	right: 6px;
}
.header .search .search-btn:hover {
	background-color: #0084ad;
}
/*Первый уровень*/
.top-menu {
	background-color: #d4dfe3;
	position: relative;
	z-index: 101;
}
.top-menu-wrapper {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}
.top-menu-wrapper ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.top-menu-wrapper ul li {
	list-style: none;
	width: auto;
	min-width: 65px;
	display: table-cell;
	text-align: center;
	font-family: 'DINPro-Medium', Arial;
	text-transform: uppercase;
	font-size: 17px;
	border-left: 1px solid #FFF;
	position: relative;
}
.top-menu-wrapper ul li:nth-child(1) {
	border: 0;
}
.top-menu-wrapper ul li a {
	display: block;
	color: #FFF;
	height: 43px;
	line-height: 48px;
	background-color: #97b2bc;
	border-bottom: 7px solid #97b2bc;
}
.top-menu-wrapper ul li a:hover, .top-menu-wrapper ul li.current-menu-item a, .top-menu-wrapper ul li:hover > a, .top-menu-wrapper ul li.current_page_ancestor a, .top-menu-wrapper ul li.current-category-ancestor a, .top-menu-wrapper ul li.current-page-ancestor a {
	border-color: #0084ad;
}
/*Второй уровень*/
.top-menu-wrapper ul li ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 230px;
	background-color: #007194;
	position: absolute;
}
.top-menu-wrapper ul ul li {
	display: block;
	width: auto;
	text-align: left;
	border: 0;
	font-size: 13px;
	margin: 0;
}
.top-menu-wrapper ul ul li a {
	display: block;
	color: #FFF;
	height: auto;
	line-height: normal;
	background-color: transparent;
	border-bottom: 0;
	padding: 10px 20px;
}
.top-menu-wrapper ul ul li a:hover, .top-menu-wrapper ul ul li.current-menu-item a {
	background-color: #006280;
}
.top-menu-wrapper ul li:hover ul {
	display: block;
}
.top-menu-wrapper ul ul li.menu-item-has-children a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	right: 12px;
	top: 12px;
}
.top-menu-wrapper ul ul li:hover > a, .top-menu-wrapper ul ul li.current-menu-ancestor, .top-menu-wrapper ul ul li.current-page-ancestor {
	background-color: #006280;
}
/*Третий уровень*/
.top-menu-wrapper ul li.current-menu-item ul a {
	background-color: #007194;
}
.top-menu-wrapper ul li.current-menu-item ul a:hover {
	background-color: #006280;
}
.top-menu-wrapper ul ul ul li.menu-item-has-children > a:before {
	display: none;
}
.top-menu-wrapper ul ul ul {
	display: none !important;
}
.top-menu-wrapper ul ul li:hover ul {
	display: block !important;
	position: absolute;
	top: 0;
	left: 230px;
}
.top-menu-wrapper ul ul ul li a:before {
	display: none !important;
}
.top-menu-wrapper ul ul ul li ul.sub-menu {
	display: none !important;
}
/*Footer*/
.footer {
	background-color: #eeeeee;
	border-top: 1px solid #dadada;
	padding: 40px 0;
	font-family: 'DINPro-Regular', Arial;
	font-size: 14px;
}
.footer .left {
	float: left;
	width: 35%;
}
.footer .logo {
	width: 244px;
	height: 116px;
	background-image: url(../img/logo_header.svg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.footer .logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}
.footer .right {
	float: right;
	width: 65%;
}
.footer .right .col3 {
	float: left;
	width: 27%;
	padding: 0 3%;
}
.footer .right .col3 .header-link {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'DINPro-Bold', Arial;
}
.footer .right .col3 ul {
	margin: 0;
	padding: 0;
}
.footer .right .col3 ul li {
	list-style: none;
	font-size: 13px;
	line-height: 145%;
	margin: 5px 0;
}
.footer .socials {
	text-align: left;
	margin-top: 15px;
}
.footer .right .col3.margin {
	margin-top: 30px;
}
/*Main slider*/
.main-slider {
	border-bottom: 30px solid #0084ad;
}
.main-slider .slide {
	background-position: center center;
	background-size: cover;
}
.main-slider .slide, .main-slider .slide .pattern {
	height: 500px;
}
.pattern {
	background-image: url(../img/slider-bg.png);
	background-position: center center;
	width: 100%;
	z-index: 2;
	color: #FFF;
	position: relative;
}
.main-slider .slide .text {
	position: absolute;
	z-index: 3;
	bottom: 110px;
	max-width: 560px;
}
.main-slider.owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	max-width: 1140px;
	margin: 0 auto;
	margin-top: -75px;
	margin-bottom: 49px;
	position: relative;
	z-index: 3;
	padding: 0 20px;
}
.main-slider .slide .big-title {
	font-family: 'DINPro-Light', Arial;
	font-size: 46px;
	line-height: 125%;
}
.main-slider .slide .big-title a {
	color: #FFF;
}
.main-slider .slide .big-title a:hover {
	color: #D4DFE3;
}
.main-slider .slide .cat-item {
	margin-bottom: 15px;
}
.main-slider .slide .cat-item a {
	background-color: #0084ad;
	color: #FFF;
	padding: 5px 10px;
	font-family: 'DINPro-Bold', Arial;
	font-size: 13px;
	text-transform: uppercase;
}
.main-slider .slide .cat-item a:hover {
	background-color: #0F4D64;
}
.main-slider .owl-dots .owl-dot span {
	margin: 0;
	margin-right: 14px;
	cursor: pointer;
	width: 11px;
	height: 11px;
}
.main-slider .owl-dots .owl-dot.active span, .main-slider .owl-dots .owl-dot:hover span {
	background: #0084AD;
}
.main-slider .owl-dots .owl-dot span {
	background-color: #FFF;
}
/*Grey block*/
.grey-wrapper {
	background-color: #ededed;
	padding: 40px 20px;
}
.grey-wrapper .col-x4 .col-x1 {
	float: left;
	width: 22%;
	margin: 0 1.5%;
}
.big-block-image img {
	width: 100%;
	height: auto;
}
.big-block-image .image-block {
	position: relative;
}
.big-block-image .image-block-title {
	width: 100%;
	position: absolute;
	display: block;
	bottom: 0;
	font-family: 'DINPro-Regular', Arial;
	font-size: 21px;
	text-transform: uppercase;
}
.big-block-image .image-block-title a {
	background-color: #004c63;
	padding: 18px 30px;
	line-height: 125%;
	display: block;
	color: #FFF;
	text-decoration: none;
}
.big-block-image:hover .image-block-title a {
	background-color: #0084AD;
}
/*absolute-block*/
.absolute-block {
	position: absolute;
	border-top: 5px solid #0084ad;
	bottom: 0;
	z-index: 2;
	background-color: #f3f3f3;
	width: inherit;
}
.absolute-block .header-block {
	font-family: 'DINPro-Bold', Arial;
	line-height: 125%;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	padding: 30px;
}
.grey-wrapper .col-x4 {
	position: relative;
}
.absolute-block .post-list {
	margin: 0;
	padding: 0;
}
.absolute-block .post-list li:nth-child(2n+1) {
	background-color: #FFF;
}
.absolute-block .post-list li {
	list-style: none;
	text-align: center;
	padding: 30px 10%;
}
.absolute-block .post-list .post-cat {
	font-family: 'DINPro-Bold', Arial;
	font-size: 13px;
	text-transform: uppercase;
}
.absolute-block .post-list .post-cat a {
	color: #0084ad;
	margin-bottom: 5px;
}
.absolute-block .post-list .post-name {
	font-family: 'Noto Serif', serif;
	font-size: 21px; line-height:145%;
}
.absolute-block .readmore {
	padding: 20px;
	text-align: center;
	font-family: 'DINPro-Bold', Arial;
	font-size: 17px;
}
.absolute-block .readmore a {
	text-decoration: underline;
}
.absolute-block .readmore i {
	display: block;
	margin-top: 5px;
	font-size: 23px;
}
/*Scroll block*/
.scroll-block {
	margin: 40px 0;
	position: relative;
}
.scroll-block .easy-scroll {
	margin-top: 25px;
}
.scroll-block .title {
	float: left;
	font-size: 23px;
	color: #535353;
	text-transform: uppercase;
	font-family: 'DINPro-Regular', Arial;
}
.scroll-block .scroll-dots {
	right: 0;
	top: 2px;
	position: absolute;
}
.scroll-block .readmore {
	float: left;
	margin-left: 35px;
}
.scroll-block .readmore a {
	font-family: 'DINPro-Bold', Arial;
	font-size: 17px;
}
.scroll-block .readmore a span {
	text-decoration: underline;
}
.scroll-block .readmore a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 13px;
	font-size: 24px;
	margin-top: 1px;
	position: absolute;
}
.block-full-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*.block-full-img .shadow {
	height: 250px;
	color: #FFF;
	position: relative;
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
}*/
.block-full-img .shadow {
	height: 250px;
	color: #FFF;
	position: relative;
	background-color: rgba(0, 76, 99, 0.6);
}
.block-full-img .shadow .down {
	padding: 25px;
	bottom: 0;
	position: absolute;
	text-shadow: 0 1px 0 #000;
}
.block-full-img .post-title a {
	color: #FFF;
	font-family: 'PetersburgC-Italic', Arial;
	font-size: 18px;
	text-decoration: none;
}
.block-full-img .post-title a:hover {
	color: #EEE;
}
.block-full-img .date {
	margin-top: 10px;
	font-family: 'DINPro-Bold', Arial;
	font-size: 13px;
	text-transform: uppercase;
}
.scroll-block .owl-dot {
	display: inline-block;
	zoom: 1;
}
.scroll-block .owl-dot.active span, .scroll-block .owl-dot:hover span {
	background: #0084ad;
}
.scroll-block .owl-dot span {
	cursor: pointer;
	width: 11px;
	height: 11px;
	margin-left: 14px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/*block-img-top*/
.block-img-top .descr {
	background-color: #ededed;
	padding: 25px;
	border-bottom: 5px solid #004c63;
	color: #004c63;
}
.block-img-top:hover .image {
	opacity: 0.8;
}
.block-img-top .image {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.block-img-top .post-title {
	margin: 10px 0;
}
.block-img-top .post-title a {
	color: #004c63;
	font-family: 'PetersburgC-Italic', Arial;
	font-size: 18px;
	text-decoration: none;
}
.block-img-top .post-title a:hover {
	color: #000;
}
.block-img-top .date {
	margin-top: 10px;
	font-family: 'DINPro-Bold', Arial;
	font-size: 13px;
	text-transform: uppercase;
}
.block-img-top .category a {
	color: #004c63;
	font-family: 'DINPro-Medium', Arial;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-right: 8px;
	display: inline-block;
}
.block-img-top .category a:hover {
	color: #000;
}
.videoblock .quote {
	color: #FFF;
	font-size: 41px;
	font-family: 'PetersburgC-Italic', Arial;
	text-align: center;
	max-width: 500px;
	line-height: 125%;
	margin: 0 auto;
	padding: 120px 0;
}
/*Page preloader*/
.js div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #FFF url('../img/preloader.gif') no-repeat center center;
}
/*category page*/
.cat-header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cat-header .pattern {
	padding: 45px 0;
	padding-top: 100px;
}
.cat-header .pattern .wrapper {
	position: relative;
}
.cat-header .cat-left {
	float: left;
	width: 60%;
}
.cat-header .cat-right {
	float: right;
	width: 35%;
}
.cat-header .cat-descr, .marquee-mask .cat-descr {
	font-family: 'PetersburgC-Italic', Arial;
	font-size: 21px;
	line-height: 125%;
	margin-top: 20px;
	color: #FFF;
}
.cat-header .cat-name, .cat-header .cat-name h1 {
	font-family: 'DINPro-Regular', Arial;
	font-size: 52px;
	line-height: 120%;
	color: #FFF;
	margin: 0;
}
.cat-header .cat-right ul {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.cat-header .cat-right ul li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
}
.cat-header .cat-right ul li a {
	font-family: 'DINPro-Bold', Arial;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	border-bottom: 2px solid transparent;
	padding-bottom: 15px;
}
.cat-header .cat-right ul li.current a, .cat-header .cat-right ul li a:hover {
	border-bottom-color: #FFF;
}
/*columns*/
.columns {
	padding: 50px 0;
}
.column-left {
	float: left;
	width: 65%;
}
.column-left.full {
	width: 100%;
}
.column-right {
	float: right;
	width: 30%;
}
/*post*/
.post {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.post a, .single-page a {
	text-decoration: underline;
}
.post .post-title {
	font-family: 'DINPro-Bold', Arial;
	font-size: 21px;
	line-height: 145%;
}
.post .post-title a {
	color: #0084ad;
	text-decoration: none;
}
.post .post-title a:hover {
	color: #000;
}
.post .post-info {
	color: #475862;
	font-size: 12px;
	font-family: 'DINPro-Bold', Arial;
	text-transform: uppercase;
	margin: 10px 0;
}
.post .post-date {
	margin-right: 15px;
}
.post .post-info span a {
	margin-right: 8px;
}
.post .post-image {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
}
/*PAGE NAVIGATION*/
.wp-pagenavi {
	line-height: 50px;
	font-family: 'DINPro-Bold', Arial;
	font-size: 16px;
	margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin-right: 8px;
	height: 100%;
	padding: 12px 18px;
	color: #FFF;
	text-decoration: none;
	background-color: #0f4d64;
}
.wp-pagenavi span.current {
	background-color: #0084ad;
	color: #FFF;
}
.wp-pagenavi a:hover {
	background-color: #00ade3;
}
/*single page*/
.page-header {
	margin-top: -10px;
	padding-top: 0;
	margin-bottom: 15px;
}
/*sub list*/
.sub-list {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.sub-list li {
	display: inline-block;
	list-style: none;
	margin-right: 7px;
	margin-bottom: 10px;
}
.sub-list li a {
	text-decoration: none;
	border: 2px solid #d4dfe3;
	padding: 0 15px;
	line-height: 40px;
	display: block;
	color: #106c8e;
}
.sub-list li a:hover, .sub-list li.current a {
	background-color: #d4dfe3;
}
/*banner blocks*/
.column-right .banner-block {
	margin-bottom: 30px;
}
.column-right .banner-block .block-full-img .post-title a {
	font-size: 24px;
}
/*right menu*/
.right-menu {
	margin-bottom: 30px;
}
.right-menu ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d4dfe3;
}
.right-menu ul.children li a {
	padding-left: 40px;
}
.right-menu li > ul.children {
	display: none;
}
.right-menu li.current_page_item > ul.children {
	display: block;
}
.right-menu ul.children ul li a {
	padding-left: 60px;
}
.right-menu ul ul {
	border: 0;
}
.right-menu ul li {
	list-style: none;
	margin: 0;
}
.right-menu ul li a {
	font-family: 'DINPro-Medium', Arial;
	text-transform: uppercase;
	font-size: 17px;
	color: #0084ad;
	background-color: #FFF;
	display: block;
	text-decoration: none;
	padding: 15px;
	border-bottom: 1px solid #d4dfe3;
}
.right-menu ul li a:hover, .right-menu ul li.current_page_item a, .right-menu ul li.current-menu-item a, .right-menu ul li.current-post-ancestor a, .right-menu ul li.current-menu-item a {
	color: #000;
	background-color: #d4dfe3;
}
.right-menu ul ul li a {
	font-size: 15px;
	padding: 10px 25px;
	padding-left: 40px;
}
.right-menu ul.children .children {
	display: none;
}
.right-menu ul ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	margin-left: -15px;
}
.right-menu ul li.current_page_item li a, .right-menu li.current-menu-item li a {
	color: #0084ad;
	background-color: #FFF;
}
.right-menu ul li.current_page_item li a:hover, .right-menu li.current-menu-item li a:hover {
	color: #000;
	background-color: #d4dfe3;
}
/*banners bottom*/
.banners-bottom {
	margin: 0 -2%;
	margin-top: 30px;
}
.banners-bottom .block-img-top {
	float: left;
	width: 21%;
	margin: 0 2%;
	margin-bottom: 4%;
}
.banners-bottom .block-img-top .descr {
	padding: 10px 25px;
}
/*image links*/
.image-links ul {
	margin: 0;
	padding: 0;
}
.image-links {
	margin: 0 -20px;
}
.image-links ul li {
	list-style: none;
	padding: 8px;
	font-family: 'DINPro-Regular', Arial;
}
.image-links ul li a {
	text-decoration: none;
}
.image-links ul li:nth-child(2n+1) {
	background-color: #f3f3f3;
}
.image-links .link-image {
	float: left;
	width: 20%
}
.image-links .link-name {
	float: right;
	width: 75%;
	padding: 10px 0;
	font-size: 20px;
	margin-bottom: 10px;
}
.image-links.incontent .link-image {
	width: 18%;
}
.image-links.incontent .link-image img {
	width: 100%;
	height: auto;
}
.image-links.incontent ul li {
	padding: 20px;
}
.image-links.incontent .link-info {
	float: right;
	width: 79%;
}
.image-links.incontent .link-name {
	float: none;
	width: auto;
	padding: 0;
}
.image-links.incontent .link-descr {
	font-family: Arial;
	/*font-size: 14px;*/
	color: #7c7c7c;
	line-height: 135%;
	margin-top: 5px;
}
/*single post*/
.singlepost .cat-name {
	margin-bottom: 15px;
}
.singlepost .postinfo, .column-left .postinfo {
	font-family: 'DINPro-Bold', Arial;
	font-size: 14px;
	text-transform: uppercase;
}
.column-left .postinfo {
	margin-bottom: 15px;
}
.singlepost .postinfo span, .column-left .postinfo span {
	padding-right: 15px;
}
.singlepost .postinfo a {
	color: #FFF;
	text-decoration: underline;
	margin-right: 15px;
}
.column-left .postinfo a {
	color: #000;
	text-decoration: underline;
	margin-right: 15px;
}
.singlepost .postinfo a:hover {
	color: #CECECE;
}
.column-left .postinfo a:hover {
	color: #0084ad;
}
/*contact page*/
.cat-header.contactpage .pattern {
	padding: 290px 0;
}
.cat-header.contactpage .cat-name {
	margin: 0;
}
.contact-info .sub-title {
	margin-bottom: 10px;
	color: #0084ad;
	font-family: 'DINPro-Bold', Arial;
	font-size: 19px;
}
.contact-form-title, .contact-title {
	margin-bottom: 30px;
	font-size: 23px;
	color: #535353;
	font-family: 'DINPro-Bold', Arial;
	text-transform: uppercase;
}
.contact-form .inp-line {
	margin-bottom: 20px;
}
.wpcf7-not-valid {
	border: 1px solid #f00;
}
.wpcf7-not-valid-tip {
	background-color: #f00;
	font: 11px Arial !important;
	padding: 5px 10px;
	color: #FFF !important;
}
.your-message .wpcf7-not-valid-tip {
	margin-top: -7px;
}
div.wpcf7-response-output {
	margin: 0 !important;
	margin-top: 15px !important;
	padding: 7px 15px !important;
}
.your-message {
	margin-bottom: -5px;
	display: block;
}
.wpcf7-recaptcha iframe {
	width: 100%;
}
.alert-message {
	background-color: #FFBABA;
	border: 1px solid #FFA4A5;
	padding: 8px 15px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #FFF;
}
.alert-message i {
	margin-right: 10px;
}
/*upd 15.04.2016*/
blockquote {
	color: #0084AD;
	font-size: 24px;
	font-family: 'PetersburgC-Italic', Arial;
	line-height: 125%;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #0084AD;
	border-bottom: 1px solid #0084AD;
	margin-bottom: 15px;
}
blockquote p {
	margin: 0;
	padding: 0;
}
.marquee-mask {
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.marquee {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.marquee-mask, .marquee {
	max-height: 640px;
	min-height: 180px;
}
.marquee-item, a.marquee-item {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	background-size: cover;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 500px;
}
.no-videopreload .marquee-mask.with-video .marquee-img {
	display: block;
}
.marquee-img {
	display: block;
	width: 100%;
}
.marquee-oneliner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
}
.vjack:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
/*.marquee-oneliner .vcenter {
	max-width: 79em;
	text-align: left;
}*/
.marquee-oneliner .vcenter {
	margin: 0 auto;
	text-align: left;
}
.vcenter {
	/*	display: inline-block;
	vertical-align: middle;
	width: 99%;
	position:absolute;
	bottom:10%;*/
	width: 99%;
	position: absolute;
	bottom: 25%;
	margin: 0 auto;
	text-align: left;
}
.marquee h1 {
	font-family: 'DINPro-Regular', Arial;
	font-size: 62px;
	line-height: 120%;
	color: #FFF;
	margin: 0;
}
.marquee-mask .marquee-item:after {
	background-image: url(../img/slider-bg.png);
	background-position: center center;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.page-content ul, .page-content ol {
	margin-bottom: 20px;
}
.page-content ul ul, .page-content ol ol {
	margin-bottom: 0;
}
/*UPD 25.04.2016*/
.btn.pdf-download {
	background-color: #0084ad;
	color: #FFF;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	padding-left: 40px !important;
	position: relative;
}
.btn.pdf-download:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	margin-left: 13px;
	font-size: 18px;
	margin-top: 1px;
	left: 2px;
	position: absolute;
}
.btn.pdf-download:hover {
	background-color: #0F4D64;
}
/*HMI Tabs*/
.su-tabs.hmi-tabs {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.su-tabs.hmi-tabs .su-tabs-pane {
	padding: 0;
}
.su-tabs.hmi-tabs .su-tabs-nav span.su-tabs-current {
	background-color: #0084ad;
	color: #FFF;
}
.su-tabs.hmi-tabs .su-tabs-nav span {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.su-tabs.hmi-tabs .su-tabs-nav span {
	background-color: #d4dfe3;
	margin-right: 15px;
}
.su-tabs.hmi-tabs .su-tabs-nav {
	margin-bottom: 10px;
}
/*color banners*/
.color-banners {
	display: block;
	padding-bottom: 20px;
	padding-top: 5px;
	margin: -1.5%;
}
.color-banner {
	float: left;
	width: 30.33%;
	margin: 1.5%;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.color-banners .banner-block {
	float: left;
	width: 30.33%;
	margin: 1.5%;
}
.color-banners .big-block-image .image-block-title {
	position: relative;
}
.color-banners .banner-block .big-block-image .image-block-title {
	font-family: Arial;
	font-size: inherit;
	text-transform: none;
}
.color-banners .banner-block .big-block-image .image-block-title a {
	padding: 18px;
}
.color-banner table {
	height: 200px;
	margin: 0;
}
.color-banner tbody tr {
	border: 0;
}
.color-banner td {
	border: 0;
}
.color-banner a {
	display: block;
	text-decoration: none;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	line-height: 125%;
	color: #FFF;
}
.color-banner:hover {
	background-color: #006280 !important;
}
.column-left.full .color-banner table {
	height: 300px;
}
.column-left.full .color-banner table td, .column-left.full .color-banner table th {
	padding: 30px;
}
.column-left.full .color-banner a {
	font-size: 33px;
}
img.alignnone.size-full {
	width: 100%;
	height: auto;
}
.color-banners .banner-block .big-block-image .image-block-title a {
	font-family: 'Noto Serif', serif;
}
.right-menu ul li.current_page_ancestor a:before {
	content: "\f148";
	font-family: 'FontAwesome';
	margin-left: -25px;
	font-size: 24px;
	margin-top: 1px;
	position: absolute;
}
.right-menu ul li.current_page_ancestor a {
	padding-left: 40px;
}
a.btn.btn-blue {
	line-height: 135%;
	display: inline-block;
	text-decoration: none;
	margin: 5px 0;
	padding: 6px 15px !important;
}
a.btn.btn-blue:hover {
	color: #FFF;
}
.su-spoiler-title {
	font-size: inherit !important;
}
.su-spoiler-style-default > .su-spoiler-content {
	padding: 0 !important;
	margin-top: 20px;
}
.page-content ol {
	margin-left: 20px;
}
.playvideo {
	font-family: 'DINPro-Bold', Arial;
	font-size: 18px;
	margin-top: 15px;
	text-transform: uppercase;
}
.playvideo a {
	border: 1px solid #FFF;
	padding: 7px 25px;
	color: #FFF;
}
.playvideo a:hover {
	color: #38c1cf;
	border-color: #38c1cf;
}
/*donate btn*/
.donate {
	margin-top: -16px !important;
}
.donate input {
	border: 0;
	height: auto;
	padding: 0;
	line-height: inherit;
	width: auto;
}
/*select donation block*/
.select-donation-block {
	background-color: #d4dfe3;
	font-size: 21px;
	font-family: 'DINPro-Bold', Arial;
	color: #0084ad;
	line-height: 135%;
	text-align: center;
	padding: 23px;
	margin-top: 20px;
}
.select-donation-block input[type=image] {
	width: auto;
	height: auto;
	border: 0;
}
.select-donation-block .jq-selectbox {
	width: 100% !important;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: left !important;
}
.select-donation-block h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
.js {
	position: relative;
}
.donate_btn {
	position: absolute;
	top: 10px;
	right: 10px;
}

@media screen and (max-width: 1600px) {
.donate_btn {
	left: 36%;
}
}

@media screen and (max-width: 1100px) {
.donate_btn {
	left: 30%;
}
}

@media screen and (max-width: 950px) {
.donate_btn {
	display: none;
}
}
.donate_btn input {
	border: 0;
	height: auto;
	width: auto;
}
hr {
	height: 1px;
	width: 100%;
	border: 0;
	background-color: #d4dfe3;
	margin: 30px 0;
}
.su-spoiler-icon {
	top: 3px !important;
	width: 23px !important;
	height: 23px !important;
	line-height: 25px !important;
	border: 1px solid #e72d32;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #e72d32;
	color: #FFF;
	font-size: 14px !important;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-ms-transform: rotate(45deg); /* IE9 */
	-moz-transform: rotate(45deg);  /* FF3.5/3.6 */
	-o-transform: rotate(45deg);  /* Opera 10.5 */
	-webkit-transform: rotate(45deg);  /* Saf3.1+ */
	transform: rotate(45deg);  /* Newer browsers */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7, but produces nasty results, so I disabled it */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}
.su-spoiler-closed .su-spoiler-icon {
	background-color: #0084ad;
	border-color: #0084ad;
	font-size: 11px !important;
	-ms-transform: rotate(0deg); /* IE9 */
	-moz-transform: rotate(0deg);  /* FF3.5/3.6 */
	-o-transform: rotate(0deg);  /* Opera 10.5 */
	-webkit-transform: rotate(0deg);  /* Saf3.1+ */
	transform: rotate(0deg);  /* Newer browsers */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); *//* IE6,IE7, but produces nasty results, so I disabled it */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}
.su-spoiler-style-default > .su-spoiler-title {
	padding-left: 38px !important;
}
.su-spoiler-icon-plus .su-spoiler-icon:before {
	content: "\f067" !important;
}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f067" !important;
}
ul, ol {
	margin: -7px 0;
}
ul li, ol li {
	margin: 7px 0;
}
.grid_blocks {
	margin: 30px 0;
}
.grid_blocks .item {
	float: left;
	width: 50%;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.grid_blocks .item .title {
	margin: 25px 0;
	font-family: 'DINPro-Bold', Arial;
}
.grid_blocks .item .title a {
	text-decoration: none;
	color: #FFF;
	font-size: 24px;
	line-height: 145%;
}
.grid_blocks .item .padding {
	padding: 50px;
}
.grid_blocks .item:hover {
	opacity: 0.9;
}
.grid_blocks .link a {
	color: #FFF;
}
