@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800&subset=cyrillic');
@import url("content.css");
@import url("form.css");
html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, 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;
}



/*Other*/
.breadcrumb {
	background: none;
	padding: 0 15px;
	margin: 0;
	color: #999;
	font-size: 1.3rem;
	text-align: left;
	position: absolute;
	top: -70px;
	left: 0;
	display: block;
	width: 100%;
}
.breadcrumb > .active {
    color: #999;
}
.breadcrumb a {
	color: #401577;
	text-decoration: none;
	transition: all 0.3s ease;
}
.breadcrumb a:hover {
	color: #888;
}
.breadcrumb > li+li:before {
    padding: 0 3px;
    content: "/";
}


.alert {
	border-width: 2px;
	border-radius: 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.3rem;
}
.alert .close {
	outline: none;
}
/*Other End*/


/*Sub pages*/
.sub-pagesRow {
	margin: 0 -10px 30px;
}
.sub-pages {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	letter-spacing: -0.3em;
	text-align: center;
}
.sub-pages > li {
	display: inline-block;
	width: calc(25% - 20px);
	margin: 0 10px 10px;
	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;
	color: #fff;	
	background: #484848;
	padding: 10px;
	line-height: 18px;
	font-weight: normal;
	font-size: 1.3rem;	
}
.sub-pages > li a:hover {
	background: #757474;
}
/*Sub pages End*/



/*Pagination*/
.pagination-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.pagination {
	width: auto;
	display: inline-block;
}
.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;
}
.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: #401677;
    border-color: #401677;
}
/*Pagination End*/



/*Loading*/
.posts {
	position: relative;
}
.post-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding: 50px;
	display: block;
	z-index: 50;
}
.post-loading i {
	position: absolute;
	top: 42px;
	left: calc(50% - 28px);
	color: #401677;
	font-size: 4.5rem;
}
.post-loading::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	left: calc(50% - 35px);
	top: 30px;
	background: rgba(255,255,255,0.8);
	border-radius: 100%;
}
/*Loading End*/



/*Header*/
header {
	width: 100%;
	background: url(../images/bg.png) -30px center no-repeat;
}
header > div {
	letter-spacing: -0.3em;
	text-align: left;
	padding: 25px 15px 40px;
}
.logo {
	width: 220px;
	height: 137px;
	background: url(../images/logo.png) center no-repeat;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.info {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 220px);
	letter-spacing: normal;
	margin-top: 15px;
}
.contact {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
}
.contact ul {
	width: auto;
	padding: 0;
	margin: 0 0 25px;
	list-style: none;
	letter-spacing: -0.3em;
}
.contact ul li {
	display: inline-block;
	vertical-align: top;
}
.contact ul li span {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;	
}
.contact ul li span.phone {
	background: url(../images/ico/phone.svg) center no-repeat;
}
.contact ul li span.email {
	background: url(../images/ico/email.svg) center no-repeat;
}
.contact ul li div {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 48px);
	text-align: left;
	letter-spacing: normal;
	color: #a0a0a0;
	font-size: 1.4rem;
	padding-left: 10px;
	text-transform: uppercase;
}
.contact ul li div strong {
	display: block;
	width: 100%;
	color: #401577;
	font-size: 1.8rem;
	text-transform: none;
}
.contact ul li:last-child {
	margin-left: 40px;
	cursor: pointer;
}
/*Header End*/




/*Banner*/
.banner {
	width: 100%;
	height: 280px;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.banner::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	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::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	opacity: 0.6;
	background: rgb(63,19,120);
	background: -moz-linear-gradient(45deg, rgba(63,19,120,1) 0%, rgba(63,19,120,1) 31%, rgba(108,5,51,1) 72%, rgba(108,5,51,1) 72%, rgba(26,225,255,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(63,19,120,1) 0%,rgba(63,19,120,1) 31%,rgba(108,5,51,1) 72%,rgba(108,5,51,1) 72%,rgba(26,225,255,1) 100%);
	background: linear-gradient(45deg, rgba(63,19,120,1) 0%,rgba(63,19,120,1) 31%,rgba(108,5,51,1) 72%,rgba(108,5,51,1) 72%,rgba(26,225,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f1378', endColorstr='#1ae1ff',GradientType=1 );
}
.banner > div {
	position: relative;
	height: 100%;
	letter-spacing: -0.3em;
	z-index: 5;
}
.banner > div::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	position: relative;
}
.banner > div > h1 {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 4.0rem;
	line-height: 48px;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(000,000,000,0.5);
}
.banner > div::after {
	content: "";
	display: block;
	position: absolute;
	width: 500px;
	height: 363px;
	right: 0;
	top: -30px;
	background-image: url(../images/product.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/*Banner End*/



/*About*/
.content-block {
	width: 100%;
	padding: 80px 0 70px;
	background: url(../images/bg.png) center right -30px no-repeat;	
}
.content-block > div {
	position: relative;
}
.about > div {
	padding: 0 100px;
	font-size: 1.8rem;
	color: #686868;
	line-height: 30px;
}
.about > div h1,
.about > div h2,
.about > div h3,
.about > div h4,
.about > div h5,
.about > div h6,
.main-title,
.formBox h1 {
	color: #401577;
	font-size: 3.6rem;
	position: relative;
	text-transform: uppercase;
	padding: 0 0 15px;
	margin: 0 0 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.about > div h1::before,
.about > div h2::before,
.about > div h3::before,
.about > div h4::before,
.about > div h5::before,
.about > div h6::before,
.main-title::before,
.formBox h1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20%;
	display: block;
	width: 60%;
	height: 2px;
	background: #d1c0d5;
}
.main-title.mb-no {
	margin-bottom: 0;
}
.main-title.line-no::before {
	display: none;
}
/*About*/



/*Product*/
.product {
	width: 100%;
	position: relative;
}
.product > div {
	width: 100%;
	padding: 80px 0;
	position: relative;	
}
.product::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	display: block;
	position: absolute;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.product::after {
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	display: block;
	position: absolute;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.product > div::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/product-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;	
    opacity: 0.08;
    z-index: 1;
}
.product .container {
	position: relative;
	z-index: 5;
}
.product-slide {
	overflow: hidden;
	position: relative;
}
.swiper-slide {
	display: block;
	width: 100%;
	text-align: center;
}
.swiper-slide img {
	width: 100%;
	border: none;
	margin-bottom: 15px;
	background: rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.swiper-slide span {
	color: #535353;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease; 
}
.swiper-slide:hover img {
	transform: translateY(-5px);
}
.swiper-slide:hover span {
	transform: translateY(-13px);
	color: #401577;
} 

.product-button-next,
.product-button-prev {
	position: absolute;
	width: 40px;
	height: 60px;
	top: calc(50% - 55px);
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	background: url(../images/ico/arrow.svg) center no-repeat;
	background-size: 25px;
	transition: all 0.3s ease;
}
.product-button-next {
	right: 5px;
	left: auto;
}
.product-button-prev {
	left: 5px;
	right: auto;
	transform: rotate(180deg);
}
.product-button-prev:hover,
.product-button-next:hover {
	opacity: 0.5;
} 


.productRow {
	margin: 5px -8px 0;
	letter-spacing: -0.3em;
	text-align: center;
}
.productGrid {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: calc(25% - 16px);
	margin: 0 8px 30px;
	text-align: center;
	position: relative;
	text-decoration: none !important;
	transition: all 0.4s ease;
}
.productGrid:hover {
	transform: translateY(-5px);
	opacity: 0.8;
}
.productGrid > img {
	width: 100%;
	background: rgba(0,0,0,0.1);
}

.productGrid > b {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.3rem;
	text-transform: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-weight: normal;
	background: rgba(0,0,0,0.5);
}
/*Product End*/



/*Contacts*/
.contacts {
	width: 100%;
	height: 550px;
	position: relative;
}
.contacts .container {
	height: 100%;
	letter-spacing: -0.3em;
	text-align: right;
}
.contacts .container::before {
	content: "";
	width: 0;
	position: relative;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.contacts .container > ul {
	display: inline-block;
	vertical-align: middle;
	background: rgba(0,0,0,0.7);
	width: 430px;
	padding: 30px 10px;
	margin: 0;
	letter-spacing: normal;
	list-style: none;
	position: relative;
	z-index: 3;
	text-align: center;
}
.contacts .container > ul > li {
	width: 100%;
	display: block;
	padding: 15px 10px;
	color: #fff;
}
.contacts .container > ul > li h1 {
	font-size: 2.4rem;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.contacts .container > ul > li strong {
	font-size: 1.6rem;
}
.contacts .container > ul > li span {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 1.6rem;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.full-map {
	width: 100%;
	height: 400px;
	position: relative;
}
.map::before,
.full-map::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	display: block;
	position: absolute;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );	
}
/*Contacts End*/



/*Footer*/
footer {
	width: 100%;
	padding: 25px 0;
	background: #484848;
	text-align: center;
	line-height: 2.5rem;
	font-size: 1.3rem;
	color: rgba(255,255,255,0.7);
}
footer a,
footer span {
	color: rgba(255,255,255,1);
}
footer a:hover {
	color: rgba(255,255,255,0.7);
}
/*Footer End*/




/*Top btn*/
.top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 60;
	background: url(../images/ico/arrow.svg) 20px center no-repeat #401677;
	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-panel {
		width: 100%;
		display: inline-block !important;
		vertical-align: top;		
		text-align: right;
		padding: 0;
		margin: 0;
		position: relative;
		z-index: 55;
	}
	.top-menu {
		width: auto;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: -0.3em;
		text-align: center;
		padding: 0;
		margin: 0;
		border-bottom: 3px solid #ecebef;
	}	
	.top-menu > li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		letter-spacing: 0.1px;
		padding: 0 30px 0 0;
		transition: all 0.3s ease;
	}
	.top-menu > li:last-child {
		padding-right: 0;
	}
	.top-menu > li > a {
		display: block;
		width: 100%;
		font-size: 1.7rem;
		color: #040404;
		cursor: pointer;
		padding: 0 0 8px;
		text-decoration: none;
		transition: all 0.3s ease;
		position: relative;
	}
	.top-menu > li > a::before {
		content: "";
		content: "";
		width: 0%;
		height: 3px;
		background: #401577;
		position: absolute;
		left: 50%;
		bottom: -3px;
		transition: all 0.2s ease;		
	}
	.top-menu > li:hover > a,
	.top-menu > li > a.active {
		color: #401577;
	}
	.top-menu > li:hover > a::before,
	.top-menu > li > a.active::before {
		width: 100%;
		left: 0;
	}	
	.top-menu > li.has-dropdown::before {
		font-family: "FontAwesome";
		content: "\f105";
		position: absolute;
		top: calc(50% - 11px);
		right: 19px;
		font-size: 1.1rem;
		color: #ccc;
		transition: all 0.1s ease;
	}
	.top-menu > li.has-dropdown:hover::before {
		top: calc(50% - 11px);
		transform: rotate(90deg);
		color: #7a51b2;
	}
	.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: #ccc;
		transition: all 0.2s ease;
	}
	.top-menu li .subsection {
		width: 230px;
	    position: absolute;
	    top: 32px;
	    left: 50%;
	    z-index: -1;
	    padding: 0;
	    margin-left: -132px;
	    background-color: #fff;
	    border-top: 4px solid #401577;
	    opacity: 0;
	    list-style: none;
	    display: none;
	    box-shadow: 0 5px 45px rgba(0,0,0,0.3);
	}
	.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: -8px;
		left: 50%;
		margin-left: -4px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #401577;
	}
	.top-menu .subsection li {
		width: 100%;
		position: relative;
	}
	.top-menu .subsection li a {
		width: 100%;
		display: inline-block;
		padding: 10px 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: rgba(0,0,0,0.03);
		text-decoration: none;
		color: #401577;
	}
	.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) {

	/*Menu*/
	.top-menu > li {
		padding: 0 20px 0 0;
	}
	.top-menu > li > a {
		font-size: 1.5rem;
	}


	/*Banner*/
	.banner {
		height: 230px;
	}
	.banner > div > h1 {
		font-size: 3.0rem;
		line-height: 38px;
	}
	.banner > div::after {
		width: 400px;
		height: 303px;
	}
	/*Banner End*/
}


/* ==========================================================================
   04. Tablet: Landscape
   ========================================================================== */
@media screen and (max-width: 1279px) {
	


}


/* ==========================================================================
   04. Tablet: Portrait
   ========================================================================== */
@media screen and (max-width: 991px) {

	/*Header*/
	header {
		background: url(../images/bg.png) center center no-repeat;
	}
	header > div {
		text-align: center;
		padding-bottom: 0;
	}
	.info {
		width: 100%;
		text-align: center;
	}
	.contact {
		display: inline-block;
		width: 94%;
		text-align: center;
		margin-top: 25px;
		padding-top: 30px;
		border-top: 2px solid rgba(0,0,0,0.1);
	}
	.contact ul li {
		margin: 0 15px;
	}
	.contact ul li span {
		margin-bottom: 10px;
	}
	.contact ul li div {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.contact ul li div strong {
		width: 100%;
	}
	.contact ul li:last-child {
		margin-left: auto;
	}



	/*Menu*/
	.mobile-menu-btn {
		display: block;
		width: 46px;
		height: 46px;
		border: none;
		outline: none;
		padding: 0;
		margin: 0;
		color: #fff;
		font-size: 3.0rem;
		z-index: 555;
		top: 15px;
		left: 15px;
		background: #401577;
		position: fixed;
		transition: all 0.2s ease;
	}	
	.mobile-menu-btn.in {
		left: 400px;
		background: #484848;
	}
	.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(255,255,255,0.7);
	}

	.menu-panel {
		height: 100%;
		padding: 0;
		position: fixed;
		z-index: 555;
		left: 0;
		top: 0;
		width: 400px;
		background: #484848;
		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 15px;
		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 .open,
	.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;
	}
	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 {
		width: 100%;
		height: auto;
		padding: 35px 0 25px;
	}
	.banner > div {
		text-align: center;
	}
	.banner > div::before {
		display: none;
	}
	.banner > div > h1 {
		font-size: 2.0rem;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.banner > div::after {
		display: inline-block;
		position: relative;
		width: 400px;
		height: 303px;
		top: 0;
	}


	/*About*/
	.about > div {
		padding: 0 15px;
		font-size: 1.5rem;
		line-height: 25px;
	}
	.about > div h1,
	.about > div h2,
	.about > div h3,
	.about > div h4,
	.about > div h5,
	.about > div h6,
	.main-title,
	.formBox h1 {
		font-size: 2.6rem;
		padding: 0 0 10px;
		margin: 0 0 30px;
		line-height: 30px;
	}	


	/*Product*/
	.swiper-slide span {
		font-size: 1.3rem;
	}
	.productGrid {
		width: calc(33.333% - 16px);
	}	


	/*Sub pages*/
	.sub-pages > li {
		width: calc(33.333% - 20px);
	}


	/*Contacts*/
	.contacts {
		height: auto;
		background: #484848;
	}
	.contacts .container::before {
		display: none;
	}
	.contacts .container > ul {
		background: #484848;
		width: 100%;
	}
	.map {
		height: 400px;
		position: relative;
		background: #fff;
	}


	/*Footer*/
	footer {
		width: 100%;
		border-top: 2px solid rgba(255,255,255,0.1)
	}

}



/* ==========================================================================
   05. Mobile: Landscape
   ========================================================================== */
@media screen and (max-width: 767px) {
	/*Menu*/
	.mobile-menu-btn.in {
		left: 300px;
	}	
	.menu-panel {
		width: 300px;
	}	

	/*Product*/
	.productGrid {
		width: calc(50% - 16px);
	}		


	/*Sub pages*/
	.sub-pages > li {
		width: calc(50% - 20px);
	}

}



/* ==========================================================================
   06. Mobile: Portrait
   ========================================================================== */
@media screen and (max-width: 550px) {
	/*Menu*/
	.mobile-menu-btn.in {
		left: 250px;
	}	
	.menu-panel {
		width: 250px;
	}	


	/*Header*/
	.contact {
		padding-top: 0;
	}
	.contact ul li {
		margin: 30px 0 0;
		display: block;
		width: 100%;
	}


	/*Banner*/
	.banner > div > h1 {
		font-size: 1.6rem;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.banner > div::after {
		width: 100%;
		height: 230px;
		top: 0;
		background-size: contain;
	}

	/*Product*/
	.productGrid {
		width: calc(100% - 16px);
	}		


	/*Sub pages*/
	.sub-pages > li {
		width: calc(100% - 20px);
		margin-bottom: 5px;
	}


}


/* ==========================================================================
   07. Mobile: Ultra Small
   ========================================================================== */
@media screen and (max-width: 340px) {


}