@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900&subset=cyrillic');
@import url("form.css");
@import url("content.css");


html, body {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 15px 0;
	padding: 0;
}




/*Loading*/
.posts {
	position: relative;
}
.post-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(255,255,255,0.8);
	left: 0;
	top: 0;
	text-align: center;
	padding: 50px;
	display: block;
	z-index: 50;
}
.post-loading i {
	position: absolute;
	top: 30px;
	left: calc(50% - 25px);
	color: #09427d;
	font-size: 4.5rem;
}
/*Loading End*/



/*Other*/
.t-color {
	color: #09427d;
}
.bg-color {
	background: #09427d;
}
.main-title {
	width: 100%;
	display: block;
	color: #09427d;
	text-transform: uppercase;
	font-size: 2.2rem;
	margin-bottom: 35px;
	font-weight: normal;
}
.alert {
	border-width: 2px;
	border-radius: 0px;
}
.alert .close {
	outline: none;
}
/*Other End*/



/*Breadcrumb*/
.breadcrumb {
	background: none;
	padding: 0;
	margin-bottom: 20px;
	color: #75828c;
	font-size: 1.5rem;
}
.breadcrumb a {
	color: #09427d;
	text-decoration: none;
	transition: all 0.3s ease;
}
.breadcrumb a:hover {
	opacity: 0.7;
}
.breadcrumb > li+li:before {
    padding: 0 3px;
    color: #75828c;
    content: "-";
}
/*Breadcrumb*/


/*Pagination*/
.pagination-block {
	text-align: right;
}
.pagination {
	letter-spacing: normal;
	margin-bottom: 60px;
	
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a, 
.pagination>li>span {
    color: #9E9E9E;
    border: 1px solid #E0E0E0;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 2px 3px;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 2;
    color: #333;
    background-color: #eee;
    border-color: #E0E0E0;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #09427d;
    border-color: #09427d;
}
/*Pagination End*/



/*Sub pages*/
.sub-pagesRow {
	margin: 0 -8px;
}
.sub-pages {
	width: 100%;
	display: block;
	margin: 40px 0 50px;
	padding: 0;
	list-style: none;
	letter-spacing: -0.3em;
	text-align: center;
}
.sub-pages > li {
	display: inline-block;
	width: calc(20% - 20px);
	margin: 0 10px 20px;
	letter-spacing: normal;
	vertical-align: top;
}
.sub-pages > li a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	box-shadow: 0 5px 16px rgba(000,000,000,0.2);
	border: 4px solid #fff;

}
.sub-pages > li a:hover {
	transform: translateY(-5px);
}
.sub-pages > li a img {
	width: 100%;
	border: none;
	background: #9c1549;
	transition: all 0.3s ease;
}
.sub-pages > li a b {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3rem;
	position: absolute;
	bottom: 25px;
	left: 0;
	padding: 10px;
	background: rgba(9, 66, 125, 0.8);
}

.all-pages {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}
.all-pages ul.sub-menu {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0;
	margin: 0;
}
.all-pages ul.sub-menu > li {
	display: inline-block;
	font-size: 1.4rem;
	width: 100%;
}
.all-pages ul.sub-menu > li a {
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
	color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.4rem;
}
.all-pages ul.sub-menu > li a:hover {
	color: #be1c5a;
	text-shadow: 0 0 5px rgba(104,20,52,0.1);
}
.all-pages ul.sub-menu ul {
	width: 100%;
	padding-left: 35px;
}
.all-pages ul.sub-menu ul li {
	border-left: 1px solid #ccc;
	padding-left: 15px;
}
/*Sub pages End*/


/*Header*/
.header-block {
	position: relative;
	height: 152px;
}
.header-block.inside {
	margin-bottom: 70px;
}
.fixed-block {
	width: 100%;
	position: fixed;
	z-index: 10;
}
.header {
	width: 100%;
	padding: 10px 0;
	display: inline-block;
	vertical-align: top;
	background: #fff;
}
.header > div {
	letter-spacing: -0.3em;
}
.header .logo {
	width: 350px;
	display: inline-block;
	vertical-align: middle;
}
.header .logo a {
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
	vertical-align: top;
}
.header .logo img {
	border: 0px;
	text-decoration: none !important;
	display: inline-block;
	vertical-align: middle;	
	text-transform: uppercase;
}
.header .logo span {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #09427d;
}

.header .contacts {
	display: inline-block;
	width: calc(100% - 350px);
	text-align: right;
	vertical-align: middle;
}
.header .contacts > div,
.header .contacts > span {
	display: inline-block;
	width: auto;
	letter-spacing: normal;
	vertical-align: middle;
	margin-left: 45px;
}
/*.header .contacts > div:last-child {
	margin-left: 45px;
}*/
.header .contacts > div i {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 15px;
}
.header .contacts > div div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #757575;
	text-transform: uppercase;
	font-size: 1.1rem;
}
.header .contacts > div div strong {
	display: block;
	width: auto;
	font-size: 2.0rem;
	font-weight: 900;
	letter-spacing: -0.5px;
	line-height: 24px;
	margin-top: 4px;
	text-transform: none;
}
/*Header End*/




/*Banner*/
.banner {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    height: 570px;
    z-index: 1;
    margin-bottom: 50px;
    background-color: #09427d;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}
.banner .swiper-slide > div {
	text-align: center;
	position: relative;
	height: 100%;
	letter-spacing: -0.3em;
	z-index: 15;
}
.banner .swiper-slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	opacity: 0.5;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );	
}
.banner .swiper-slide > div::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 100%;
}
.banner .swiper-slide .banner-text {
	width: 100%;
	max-width: 900px;
	color: #fff;
	font-weight: 900;
	padding: 0;
	margin: 0;
	letter-spacing: -1px;
	font-size: 3.0rem;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	transition: all 0.6s ease;
}
.banner .swiper-slide .banner-text p {
	padding: 0;
	margin: 0;
}
.banner .swiper-slide .banner-text .more {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
	font-size: 1.5rem;
	transition: all 0.9s ease;
}
.banner .swiper-slide  .banner-text .more > .button {
	display: inline-block;
	width: auto;
	min-width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: #09427d;
	border: none;
	color: #fff;
	outline: none;
	font-size: 1.3rem;
	font-weight: 100;
	text-transform: uppercase;
	transition: all 0.3s ease;
	letter-spacing: normal;
	border-radius: 0px;
	outline: none !important;
	text-decoration: none;
	transition: all 0.6s ease;
}
.banner .swiper-slide  .banner-text .more > .button:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	background-color: #0b5bae;
}
.banner .swiper-slide-next .banner-text,
.banner .swiper-slide-prev .banner-text {
	transform: translateY(200px);
	opacity: 0;
}
.banner .swiper-slide-active .banner-text.
.banner .swiper-slide-active .banner-text .more {
	opacity: 1;
	transform: translateY(0);
}
.banner .swiper-slide-next .banner-text .more,
.banner .swiper-slide-prev .banner-text .more {
	transform: translateY(100px);
	opacity: 0;
}


/*Arrow*/
.banner-button-prev,
.banner-button-next {
	position: absolute;
	width: 44px;
	height: 44px;
	top: calc(50% - 22px);
	z-index: 10;
	cursor: pointer;
	border-radius: 100%;
	background: url(../images/ico/banner-arrow.svg) 17px center no-repeat;
	transition: all 0.3s ease;
}
.banner-button-next {
	right: 100px;
	left: auto;
}
.banner-button-prev {
	left: 100px;
	right: auto;
	transform: rotate(180deg);
}
.banner-button-prev:hover,
.banner-button-next:hover {
	opacity: 0.5;
} 
/*.banner .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );	
}*/

/*pagination*/
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
	position: absolute;
	z-index: 20;
	bottom: 25px;
	left: 0;
	padding: 0;
	text-align: center;
	z-index: 55;
}
.banner-pagination > span,
.banner-pagination > span:hover {
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.5);
	opacity: 1;
	transition: all 0.3s ease;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
.banner-pagination > span.swiper-pagination-bullet-active {
	background: rgba(255,255,255,0.9);
	opacity: 1;
	transform: scale(1.3);
}
/*Banner End*/



/*Blocks*/
.inText {
	border-bottom: 2px solid #09427d;
	border-top: 2px solid #09427d;
	margin-bottom: 50px;
	padding: 45px 15px 10px;
}
/*Blocks End*/



/*Catalog*/
.catalog-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 80px 0;	
	background: rgba(9,66,125,1);
}
.catalog-block > div {
	padding: 0 60px;
}
.catalog-block::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.3;
	background: url(../images/1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;			
}
.catalog-block::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 70%;
	left: 0;
	top: 0;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );		
}
.catalog-block h1 {
	width: 100%;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	font-size: 3.6rem;
	margin-bottom: 50px;
	padding: 0;
	letter-spacing: normal;
}
.catalog-block > div {
	position: relative;
	z-index: 3;
}
.catalog-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 15px;
}
.catalog-slide .swiper-slide {
	display: block;
	text-align: center;
	width: 25%;
}
.catalog-slide .swiper-slide > div {
	transition: all 0.3s ease;
}
.catalog-slide .swiper-slide span {
	width: 250px;
	height: 320px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	background-color: #06315c;
	box-shadow: 0 5px 16px rgba(000,000,000,0.5);
	transition: all 0.3s ease;
	position: relative;
	border: 8px solid #fff;
}
/*.catalog-slide .swiper-slide span::before {
	content: "";
	width: 94%;
	height: 94%;
	left: 3%;
	top: 3%;
	position: absolute;
	border: 3px solid rgba(255,255,255,0.7);
	border-radius: 6px;
	z-index: 3;
}*/
.catalog-slide .swiper-slide:hover span {
	transform: translateY(-5px);
	opacity: 0.8;
}
.catalog-slide .swiper-slide h2 {
	width: 100%;
	display: block;
	color: #fff;
	font-weight: bold;
	bottom: 20px;
	text-transform: uppercase;
	font-size: 1.8rem;
	padding: 10px 20px;
	font-weight: lighter;
	transition: all 0.3s ease;
	line-height: 24px;
	position: absolute;
	background: rgba(9,66,125,1);
	z-index: 15;
}
.catalog-slide .swiper-slide:hover div h2 {
	transform: translateY(-10px);
}


/*Arrows*/
.catalog-button-prev,
.catalog-button-next {
	position: absolute;
	top: calc(50% - 35px);
	width: 44px;
	height: 70px;
	z-index: 10;
	cursor: pointer;
	border-radius: 100%;
	background-image: url(../images/ico/banner-arrow.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
}
.catalog-button-next {
	right: 0;
	left: auto;
}
.catalog-button-prev {
	left: 0;
	right: auto;
	transform: rotate(180deg);
}
.catalog-button-prev:hover,
.catalog-button-next:hover {
	opacity: 0.5;
} 
/*Catalog End*/




/*Hubs*/
.hubs {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 60px 0;
	position: relative;
}
.hubs::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.1;
	background: url(../images/2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;			
}
/*.hubs::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0;
	top: 0;
	opacity: 0.2;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );		
}*/
.hubs > div {
	position: relative;
	z-index: 5;
}
.hubs .news > div,
.hubs .photo > div {
	width: 100%;
	height: 310px;
	padding: 5px;
	border: 3px solid rgba(255,255,255,0.5);
	box-shadow: 0 0 17px rgba(000,000,000,0.4);
	background: #fff;
}

.hubs > div h2 {
	width: 100%;
	color: rgba(9,66,125,1);
	display: inline-block;
	vertical-align: top;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	font-size: 3.0rem;
	margin-bottom: 30px;
	padding: 0;
	letter-spacing: normal;
}
/*Hubs End*/


/*Photogallery*/
.photogallery-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: rgba(255,255,255,0.2);
}

.photogallery-slide .swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.photogallery-slide .swiper-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
	transition: all 0.3s ease;
	opacity: 0;
}
.photogallery-slide .swiper-slide:hover::before {
	opacity: 1;
}

/*Arrows*/
.photos-button-prev,
.photos-button-next {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 70px;
	top: calc(50% - 35px);
	z-index: 10;
	cursor: pointer;
	border-radius: 100%;
	background-image: url(../images/ico/banner-arrow.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
}
.photos-button-next {
	right: 0;
	left: auto;
}
.photos-button-prev {
	left: 0;
	right: auto;
	transform: rotate(180deg);
}
.photos-button-prev:hover,
.photos-button-next:hover {
	opacity: 0.5;
} 

.photogalleryBox {
	letter-spacing: -0.3em;
	margin: 0 -10px 50px;
}
.photogalleryBox a {
	display: inline-block;
	width: calc(20% - 20px);
	margin: 0 10px 20px;
	letter-spacing: normal;
	position: relative;
	border: 4px solid #fff;
	box-shadow: 0 5px 16px rgba(000,000,000,0.2);
}
.photogalleryBox a img {
	width: 100%;
	background: #082d52;
}
.photogalleryBox a strong {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 25px;
	left: 0;
	padding: 10px;
	background: rgba(9, 66, 125,0.9);
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	z-index: 5;
}
/*Photogallery End*/



/*Product*/
.productRow {
	margin: 40px -10px 40px;
	letter-spacing: -0.3em;
	text-align: center;
}
.productGrid {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: calc(25% - 20px);
	margin: 0 10px 20px;
	text-align: center;
	position: relative;
	text-decoration: none !important;
    box-shadow: 0 5px 16px rgba(000,000,000,0.2);
    border: 4px solid #fff;
	transition: all 0.4s ease;
}
.productGrid:hover {
	transform: translateY(-5px);
	opacity: 0.8;
}
.productGrid > img {
	width: 100%;
	background: #082d52;
}

.productGrid > b {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.3rem;
	text-transform: none;
	position: absolute;
	bottom: 25px;
	left: 0;
	padding: 10px;
	font-weight: normal;
	background: rgba(9, 66, 125,0.9);
}
/*Product End*/




/*News*/
.last-news {
	width: 100%;
	display: block;
	margin-bottom: 70px;
}
.last-news .more {
	width: 100%;
	display: block;
	margin-top: 15px;
	text-align: center;
}
.last-news .row,
.allNews {
	letter-spacing: -0.3em;
}
.last-news h2 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.newsList {
	letter-spacing: -0.3em;
}
.newsGrid {
	display: inline-block;
	width: calc(33.333% - 30px);
	margin: 0 15px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	letter-spacing: normal;
	vertical-align: top;
}
.newsGrid.full {
	width: 100%;
	margin: 0;
}
.newsGrid.full .newsImg {
	height: 294px;
}

.newsImg {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.newsImg > span {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.newsImg > span::before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
.newsGrid:hover .newsImg > span::before {
	background: rgba(0,0,0,0.6);
}
.newsImg > div {
	position: absolute;
	width: 100%;
	padding: 100px 15px 20px;
	bottom: 0;
	left: 0;
	z-index: 3;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );		
}
.newsImg > div > h3 {
	margin: 0;
	padding: 0;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;	
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.newsGrid:hover .newsImg > div > h3 {
	transform: translateY(-130px);
}
.newsImg > b {
	position: absolute;
	z-index: 3;
	top: 15px;
	left: 15px;
	background: #09427d;
	color: #fff;
	font-size: 1.2rem;
	padding: 7px 10px;
	transition: all 0.3s ease;
}
.newsGrid:hover .newsImg > b {
	opacity: 0;
}

.newsImg > p {
	position: absolute;
	z-index: 3;
	color: #fff;
	text-transform: uppercase;
	width: 150px;
	display: inline-block;
	margin: 0;
	font-size: 1.3rem;
	padding: 10px;
	text-align: center;
	left: calc(50% - 75px);
	bottom: -50px;
	transition: all 0.4s ease;
	background: #09427d;
	opacity: 0;
}
.newsGrid:hover .newsImg > p {
	transform: translateY(-135px);
	opacity: 1;
}

.other-news {
	margin-top: 50px;
	padding-top: 50px;
	width: 100%;
	display: block;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.other-news > h2 {
	font-size: 2.0rem;
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 40px;
	color: #09427d;
}
/*News End*/




/*Contacts*/
.map {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-height: 400px;
	padding: 30px 0;
}
.object-location {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}
.object-location.full-map {
	position: relative;
	height: 450px;
}
.object-location i {
	position: absolute;
	font-size: 4.5rem;
	color: #09427d;
	width: 50px;
	height: 50px;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
}
.object-location::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	top: 0;
	left: 0;
	opacity: 0.4;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 2;	
}
.map .container {
	height: 100%;
	letter-spacing: -0.3em;
}
.map .container::before {
	content: "";
	width: 0;
	position: relative;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.map .container > ul {
	display: inline-block;
	vertical-align: middle;
	background: rgba(9,66,125,0.9);
	width: 430px;
	padding: 30px 20px;
	margin: 0;
	letter-spacing: normal;
	list-style: none;
	position: relative;
	z-index: 3;
	border: 8px solid #fff;
	box-shadow: 0 0 17px rgba(000,000,000,0.4);
}
.map .container > ul > li h2 {
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 1.8rem;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.map .container > ul > li {
	width: 100%;
	display: block;
	padding: 3px 10px;
	color: #fff;
	letter-spacing: -0.3em;
	/*border-bottom: 1px solid rgba(255,255,255,0.1);*/
}
.map .container > ul > li:last-child {
	border-bottom: 0px;
}
.map .container > ul > li i {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.7rem;
	text-align: center;
}
.map .container > ul > li span,
.map .container > ul > li div {
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	letter-spacing: normal;
	font-size: 1.3rem;
	font-weight: lighter;
}
.map .container > ul > li div {
	width: 100%;
	padding: 0;
	font-size: 1.3rem;
}
/*Contacts*/



/*Partners*/
.partners {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 60px 0;
}
.partners-slide {
	position: relative;
	overflow: hidden;	
}
.partners-slide .swiper-slide {
	width: 50%;
	display: inline-block;
	height: 150px;
	border: 2px solid rgba(0,0,0,0.05);
	border-left-width: 0;
	border-right-width: 0;
	background-color: rgba(0,0,0,0.03);
}
.partners-slide .swiper-slide > div {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;	
}
.partners-slide .swiper-slide:hover div {
	transform: translateY(-5px);
}
.partners-slide .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.s-next,
.s-prev {
	position: absolute;
	width: 25px;
	height: 46px;
	line-height: 46px;
	font-size: 4.5rem;
	z-index: 4;
	left: 0;
	top: calc(50% - 23px);
	cursor: pointer;
	text-align: center;
	transition: all 0.3s ease;
}
.s-next {
	right: 0;
	left: auto;
}
.s-next:hover,
.s-prev:hover {
	opacity: 0.7;
}
/*Partners End*/




/*Footer*/
footer {
	width: 100%;
	padding: 30px 0;
	background: #09427d;
}
.copyright .alt {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	opacity: 0.5;
	transition: all 0.3s ease;
}
.copyright .alt:hover {
	opacity: 0.8;
}
.copyright .alt img {
	border: none;
}
.copyright > span {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding-left: 10px;
	color: rgba(255,255,255,0.5);
	font-size: 1.3rem;
}
.copyright > span > span,
.copyright > span > a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.social {
	text-align: right;
}
.social ul {
	width: auto;
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.social ul li {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	color: rgba(255,255,255,0.5);
	font-size: 1.3rem;
	margin-left: 10px;	
}
.social ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	opacity: 1;
	margin-left: 5px;
	transition: all 0.3s ease;
}
.social ul li a:hover {
	opacity: 0.5;
}
.social ul li i {
	color: #fff;
	font-size: 2.9rem;
}
/*Footer End*/


/*Top btn*/
.top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 60;
	background: url(../images/ico/banner-arrow.svg) 20px center no-repeat #09427d;
	transform: translateY(70px) rotate(-90deg);
	box-shadow: 0 5px 15px rgba(000,000,000,0.3);
	cursor: pointer;
	transition: all 0.5s ease;
}
.top.show {
	transform: translateY(0px) rotate(-90deg);
}
.top:hover {
	opacity: 0.7;
}
/*Top btn End*/


/* ==========================================================================
   01. PC
   ========================================================================== */
@media screen and (min-width: 991px) {
	/*Menu*/
	.mobile-menu-btn {
		display: none;
	}
	.menu {
		width: 100%;
		height: 60px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		letter-spacing: -0.3em;
		background: #09427d;
		text-align: center;
		box-shadow: 0 10px 15px rgba(0,0,0,0.15);
	}
	.top-menu {
		height: 60px;
		display: inline-block;
		letter-spacing: -0.3em;
		text-align: center;
		padding:  0;
		margin: 0 -15px;
	}	
	.top-menu > li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		letter-spacing: normal;
		padding: 0 25px;
		transition: all 0.3s ease;
	}
	.top-menu > li > a {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		text-transform: uppercase;
		color: #fff;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
		padding: 0 0;
		font-weight: 500;
		letter-spacing: -0.6px;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	.top-menu > li:hover > a,
	.top-menu > li > a.active {
		color: rgba(255,255,255,0.7);
	}
	.top-menu > li.has-dropdown::before {
		font-family: "FontAwesome";
		content: "\f105";
		position: absolute;
		top: calc(50% - 8px);
		right: 10px;
		font-size: 1.1rem;
		color: #fff;
		transition: all 0.2s ease;
	}
	.top-menu > li.has-dropdown:hover::before {
		top: calc(50% - 8px);
		opacity: 0.7;
		transform: rotate(90deg);
	}
	.subsection > li.has-dropdown > a {
		position: relative;
	}
	.subsection > li.has-dropdown > a::before {
		font-family: "FontAwesome";
		content: "\f105";
		position: absolute;
		top: calc(50% - 8px);
		right: 10px;
		font-size: 1.3rem;
		color: #09427d;
		transition: all 0.2s ease;
	}
	.top-menu li .subsection {
		width: 230px;
	    position: absolute;
	    top: 60px;
	    left: 50%;
	    z-index: -1;
	    padding: 5px 0;
	    margin-left: -115px;
	    background-color: #FFF;
	    opacity: 0;
	    list-style: none;
	    display: none;
	    box-shadow: 0 5px 45px rgba(0,0,0,0.3);
	    text-align: left;
	}
	.top-menu li:hover > .subsection {
		display: block;
	    transform: translateY(0);
	    z-index: 5;
	}		
	.top-menu > li > .subsection::before {
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		top: -6px;
		left: 50%;
		margin-left: -4px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #FFF;
	}
	.top-menu .subsection li {
		width: 100%;
		position: relative;
	}
	.top-menu .subsection li a {
		width: 100%;
		display: inline-block;
		padding: 7px 15px;
		font-size: 1.4rem;
		color: #212121;
		border-bottom: 1px solid #f1f4fb;
		transition: all 0.2s ease;
	}
	.top-menu .subsection li:nth-last-child(1) a {
		border-bottom: none;
	}
	.top-menu .subsection li:hover > a {
		background: #f3f4f4;
		text-decoration: none;
	}
	.top-menu li.has-dropdown:hover .subsection {
		visibility: visible;
	    z-index: 5;
	    opacity: 1;
	    transform: translateY(0);
	}	

	.top-menu li > .subsection > li .subsection {
		left: 90%;
		top: 5px;
		margin: 0;
	}	
	.top-menu li > .subsection li > ul li a {
		padding: 7px 15px;
	}
	/*Menu panel End*/

}



/* ==========================================================================
   03. PC: Notebook
   ========================================================================== */
@media screen and (max-width: 1440px) {

}


/* ==========================================================================
   04. Tablet: Landscape
   ========================================================================== */
@media screen and (max-width: 1279px) {
	
	/*Header*/
	.header-block.inside {
		margin-bottom: 50px;
	}
	.fixed-block {
		position: relative;
	}

	.header-block {
		height: auto;
	}
	.header .logo {
		width: 300px;
	}
	.header .logo img {
		width: 80%;
	}

	.header .contacts {
		width: calc(100% - 300px);
	}
	.header .contacts > div {
	    margin-left: 35px;
	}	
	.header .contacts > div i {
		width: 51px;
		height: 51px;
		background-size: 20px;
		margin-right: 10px;
	}
	.header .contacts > div div strong {
		font-size: 1.7rem;
		line-height: 20px;
		margin-top: 2px;
	}

}


/* ==========================================================================
   04. Tablet: Portrait
   ========================================================================== */
@media screen and (max-width: 991px) {



	/*Header*/
	.fixed-block {
		width: 100%;
		position: relative;
		z-index: 10;
		background-image: url(../images/bg.jpg);
		background-attachment: fixed;	
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;			
	}
	.header {
		padding: 15px 0 0;
		background: rgba(255,255,255,0.9);
	}
	.header .logo {
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 2px solid #09427d;
	}
	.header .logo a {
		width: auto;
		margin-bottom: 10px;
	}
	.header .logo span {
		width: 100%;
	}

	.header .contacts {
		display: inline-block;
		width: 100%;
		text-align: right;
		vertical-align: middle;
	}
	.header .contacts > div {
		width: 50%;
		margin: 0 0 15px;
		text-align: center;	
		padding: 10px 0;
		border-bottom: 1px solid rgba(0,0,0,0.05);	
		border-top: 1px solid rgba(0,0,0,0.05);
	}



	/*Menu*/
	.mobile-menu-btn {
		display: block;
		width: 46px;
		height: 46px;
		border: none;
		outline: none;
		padding: 0;
		margin: 0;
		z-index: 555;
		top: 15px;
		left: 15px;
		background: #09427d;
		position: fixed;
		transition: all 0.2s ease;
		box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	}	
	.mobile-menu-btn.in {
		left: 400px;
		box-shadow: none;
	}
	.mobile-menu-btn::before {
		content: "";
		position: absolute;
		top: 2px;
		left: 0;
		width: 46px;
		height: 44px;
		background: url(../images/ico/menu.svg) center no-repeat;
		transition: all 0.2s ease;
	}
	.mobile-menu-btn.in::before {
		background: url(../images/ico/menu-close.svg) center no-repeat;
		transform: rotate(-90deg);
	}	
	.menu-mask {
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		display: none;
		position: fixed;
		opacity: 1;
		z-index: 554;
		background: rgba(0,0,0,0.8);
	}

	.menu-panel {
		height: 100%;
		padding: 0;
		position: fixed;
		z-index: 555;
		left: 0;
		top: 0;
		width: 400px;
		background: #09427d;
		opacity: 0;
		overflow-x: scroll;
		transform: translateX(-100%);
		transition: all 0.2s ease;
	}
	.menu-panel.in {
		opacity: 1;
		transform: translateX(0);		
	}

	.top-menu {
		width: 100%;
		padding: 0 20px;
		margin: 50px 0 0;
		list-style: none;
		display: inline-block;
		vertical-align: top;
	}
	.top-menu > li {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		vertical-align: top;
	}
	.top-menu > li > a {
		display: inline-block;
		width: 100%;
		text-align: left;
		color: #fff;
		padding: 16px 0;
		font-size: 1.4rem;
		line-height: normal;
		text-decoration: none;
		text-transform: uppercase;
		vertical-align: top;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.top-menu > li:last-child > a {
		border-bottom: 0px;
	}

	.top-menu > li > a.active {
		opacity: 0.7;
	}
	li.has-dropdown {
		position: relative;
	}
	li.has-dropdown a {
		padding-right: 50px;
	}
	li.has-dropdown > div {
		position: absolute;
		width: 36px;
		height: 36px;
		right: 0;
		top: 8px;
		z-index: 2;
		cursor: pointer;
	}
	li.has-dropdown > div::before {
		font-family: "FontAwesome";
		content: "\f196";
		position: absolute;
		top: 2px;
		right: 0;
		font-size: 2.5rem;
		color: #fff;
	}
	li.has-dropdown > div.open::before {
		content: "\f147";
	}
	li.has-dropdown .subsection {
		width: 100%;
	    padding: 0 0 0 20px;
	    margin: 0;
	    display: none;
	    list-style: none;
	    text-align: left;
	    vertical-align: top;
	    border-left: 1px solid rgba(255,255,255,0.1);
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.top-menu .subsection li {
		width: 100%;
	}
	.top-menu .subsection li a {
		width: 100%;
		display: block;
		padding: 16px 0;
		font-size: 1.5rem;
		color: rgba(255,255,255,0.7);
		text-decoration: none;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.top-menu .subsection li:last-child a {
		border-bottom: none;
	}

	/*Banner*/
	.banner {
	    margin: 0 0 50px;
	    height: 350px;
	}
	.banner .swiper-slide > div {
		height: 350px;
	}
	.banner .swiper-slide .banner-text {
		font-size: 2.0rem;
		line-height: 28px;
	}
	/*Arrow*/
	.banner-button-next {
		right: 0px;
	}
	.banner-button-prev {
		left: 0px;
	}	


	/*Catalog*/
	.catalog-block > div {
		padding: 0 15px;
	}	
	.catalog-block h1 {
		font-size: 3.0rem;
	}
	.catalog-slide {
		padding-top: 0;
	}
	.catalog-slide .swiper-slide {
		display: block;
		text-align: center;
	}
	.catalog-slide .swiper-slide span {
		width: 100%;
		height: 280px;
	}
	.catalog-slide .swiper-slide h2 {
		font-size: 1.3rem;
	}


	/*Product*/
	.productGrid,
	.sub-pages > li {
		width: calc(33.333% - 20px);
	}


	/*Hubs*/
	.hubs .photo {
		margin-bottom: 35px;
	}	


	/*News*/
	.newsGrid {
		width: calc(50% - 30px);
	}	
	.other-news > .newsList > .newsGrid {
		width: calc(100% - 30px);
	}		


	/*Contacts*/
	.map {
		height: auto;
		background: #09427d;
		padding: 0;
	}
	.object-location,
	.object-location.full-map {
		position: relative;
		height: 350px;
		background: #fff;
	}
	.map .container::before {
		display: none;
	}
	.map .container > ul {
		background: #09427d;
		padding: 30px 0 30px;
		border: 0px;
		box-shadow: none;
		width: 100%;
	}

	/*Header*/
	.header-block {
		background: rgba(0,0,0,0.55);
	}
	.header-block.inside {
		box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	}


	/*Photogallry*/
	.photogalleryBox a {
		width: calc(25% - 20px);
	}	
}


/* ==========================================================================
   05. Mobile: Landscape
   ========================================================================== */
@media screen and (max-width: 767px) {
	/*Header*/
	.header .logo img {
		width: 100%;
		max-width: 220px;
	}	
	.header .contacts > div {
		width: 100%;
		border: 0;
		margin: 0;
	}
	.header .contacts > div i {
		margin-right: 0;
		display: none;
	}
	.header .contacts > div div {
		margin-top: 0;
		text-align: center;
	}

	/*Menu*/
	.mobile-menu-btn.in {
		left: 300px;
	}	
	.menu-panel {
		width: 300px;
	}	

	/*Banner*/
	.banner {
	    margin: 0 0 50px;
	    height: 300px;
	}
	.banner .swiper-slide .banner-text {
		font-size: 1.7rem;
		line-height: 22px;
	}	


	/*Catalog*/
	.catalog-block {
	    padding: 40px 0;
	}
	.catalog-block h1 {
		font-size: 2.5rem;
	}

	
	/*Product*/
	.productGrid,
	.sub-pages > li {
		width: calc(50% - 20px);
	}


	/*Hubs*/
	.hubs > div h2 {
	    font-size: 2.5rem;
	}	


	/*News*/
	.newsImg > div > h3 {
	    font-size: 1.4rem;
	}	

	/*Photogallry*/
	.photogalleryBox a {
		width: calc(33.333% - 20px);
	}	


	/*Footer*/
	footer {
		padding: 40px 0;
	}
	.social,
	.copyright {
		width: 100%;
		text-align: center;
	}
	.social ul {
		margin-bottom: 35px;
	}
	.social ul li {
		width: 100%;
		margin: 0 0 10px;
	}
	.social ul li br {
		display: none;
	}
	.social ul li a {
		margin: 5px 10px 0;
		width: 40px;
		height: 40px;
		background: rgba(255,255,255,0.1);
		padding: 5px;
	}
	.copyright > span {
		width: 100%;
		margin-top: 15px;
		padding: 0;
	}

}



/* ==========================================================================
   06. Mobile: Portrait
   ========================================================================== */
@media screen and (max-width: 550px) {

	/*Header*/
	.header .logo img {
		width: 100%;
		max-width: 150px;
	}	

	/*Menu*/
	.mobile-menu-btn.in {
		left: 250px;
	}	
	.menu-panel {
		width: 250px;
	}	


	/*Product*/
	.productGrid,
	.sub-pages > li {
		width: calc(100% - 20px);
	}



	/*News*/
	.newsGrid {
		width: calc(100% - 30px);
	}	


	/*Photogallry*/
	.photogalleryBox a {
		width: calc(50% - 20px);
	}	

}


/* ==========================================================================
   07. Mobile: Ultra Small
   ========================================================================== */
@media screen and (max-width: 340px) {


}