.sectionTitle{
	position:relative;
	margin:0 0 80px 0;
	z-index:2;
}
.sectionTitle i{
	display:block;
	width:67px;
	height:67px;
	background:url(../images/icon-title-1.png);
}
.sectionTitle h3{
	display:block;
	font-size:52px;
	font-weight:bold;
	text-transform:uppercase;
}
.sectionTitle p{
	display:block;
	font-size:20px;
	color:#c5c5c5;
}
/*START MEDIA*/@media only screen and (max-width: 1200px){
.sectionTitle h3{
	font-size:32px;
}
.sectionTitle p{
	font-size:16px;
}	
	
}
.colorWhite{
	color:#fff;
}
.button{
	display:inline-block;
	background:#ffcd21;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	border-radius:4px;
	transition:0.3s;
	border:none;
	outline:none;
	cursor:pointer;
}
.button:hover{
	background:#ffae21;
}
.buttonNormal{
	padding:10px 20px;
	font-size:14px;
}
.buttonBig{
	padding:20px 40px;
	font-size:16px;
}

.section{
	max-width:1400px;
	padding:0 10px;
	margin:0 auto;
}
/*START MEDIA*/@media only screen and (max-width: 960px){
.buttonBig{
	padding:10px 20px;
	font-size:14px;
}	
}

.relative{
	position:relative;
}

body{
	background:#181b1e url(../images/bg-banner.png) center top no-repeat;
	overflow-x:hidden;
}
.header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9;
	background:rgba(0,0,0,0.2);
	padding:20px 0;
}
.logo{
	display:block;
	width:153px;
}
.logo img{
	display:block;
	width:100%;
	height:auto;
}
/*START MEDIA*/@media only screen and (max-width: 960px){
.logo{
	width:100px;
	margin:0 auto;
}	
}



.lang{
	position:absolute;
	top:25px;
	right:850px;
}
.lang a, .lang span{
	font-size:16px;
	color:#ffcd21;
	text-decoration:none;
}
.infoPanel{
	position:absolute;
	top:12px;
	right:250px;
}
.infoPanelButton{
	position:absolute;
	top:12px;
	right:10px;
}
.infoPanelButton button{
	font-size:14px;
	padding:10px 10px;
}
.infoPanelItem{
	float:left;
	margin:0 0 0 30px;
}
.infoPanelItem:first-child .infoPanelItemIcon{
	width:50px;
	height:50px;
	float:left;
	margin:0 20px 0 0;
	background:url(../images/icon-map.png);
}
.infoPanelItem:last-child .infoPanelItemIcon{
	width:50px;
	height:50px;
	float:left;
	margin:0 20px 0 0;
	background:url(../images/icon-phone.png);
}
.infoPanelItemName{
	overflow:hidden;
}
.infoPanelItemName span{
	display:block;
	padding:0;
	line-height:100%;
	color:#999999;
	font-size:14px;
	font-weight:bold;
	margin:4px 0 8px 0;
}
.infoPanelItemName p{
	display:block;
	padding:0;
	line-height:150%;
	color:#fff;
	font-size:18px;
}
.infoPanelItemName p a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
/*START MEDIA*/@media only screen and (max-width: 960px){
.infoPanel{
	position:static;
}
.infoPanelItem{
	float:none;
	margin: 0;
	text-align:center;
	padding:30px 0 0 0;
}
.infoPanelItemIcon{
	display:none;
}	
.infoPanelButton{
	display:none;
}

.lang{
	position:absolute;
	top:-5px;
	right:10px;
}

}





.banner{
	position:relative;
	height:950px;
	margin:0 0 50px 0;
}
/*
.banner:after {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	width: 0;
	height: 0;
	border-bottom: 200px solid #181b1e; 
	border-left: 100vw solid transparent;
}
.banner:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width: 0;
	height: 0;
	border-bottom: 200px solid #181b1e; 
	border-right: 100vw solid transparent;
	overflow:hidden;
}
*/
.bannerContentA{
	width:45%;
}
.bannerContentTitle{
	
}
.bannerContentTitle span{
	color:#fff;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
}
.bannerContentTitle span:nth-child(1){
	font-size:92px;
	margin:0 0 75px 0;
}
.bannerContentTitle span:nth-child(2){
	font-size:57px;
	margin:0 0 60px 0;
}
.bannerContentTitle span:nth-child(3){
	font-size:73px;
	margin:0 0 50px 0;
}
.bannerContentTitle p{
	color:#cacae1;
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 30px 0;
}
.bannerContentB{
	width:55%;
}
/*
.bannerBg{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:url(../images/banner.jpg) center center;
	background-size:cover;
	z-index:0;
	opacity:0.2;
}
*/
.bannerContent{
	padding:200px 0 0 0;
	position:relative;
	z-index:3;
}
.bannerContentB img{
	display:block;
	width:100%;
	height:auto;
}
/*START MEDIA*/@media only screen and (max-width: 1200px){
.banner{
	margin:0 0 0px 0;
}
.bannerContentA{
	width:100%;
	text-align:center;
}
.bannerContentB{
	display:none;
}
.bannerContent{
	padding:320px 0 0 0;
}
}
/*START MEDIA*/@media only screen and (max-width: 960px){
.bannerContentTitle span:nth-child(1){
	font-size:38px;
	margin:0 0 30px 0;
}
.bannerContentTitle span:nth-child(2){
	font-size:38px;
	margin:0 0 30px 0;
}
.bannerContentTitle span:nth-child(3){
	font-size:38px;
	margin:0 0 30px 0;
}	
}



.adv{
	margin:0 0 200px 0;
	position:relative;
}
.advList{
	position:relative;
	z-index:1;
}
.advItem{
	width:16.6666666%;
	background:#323941;
	padding:50px 10px;
}
.advItem:nth-child(2),
.advItem:nth-child(4),
.advItem:nth-child(6),
.advItem:nth-child(7),
.advItem:nth-child(9),
.advItem:nth-child(11)
{
	background:#24282c;
}
.advItemIcon {
	width:80px;
	margin:0 auto 30px auto;
}
.advItemIcon img {
	-ms-transform: scale(1, 1); /* IE 9 */
	-webkit-transform: scale(1, 1); /* Safari */
	transform: scale(1, 1);
	transition:0.3s;
}
.advItem:hover .advItemIcon img {
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-webkit-transform: scale(1.2, 1.2); /* Safari */
	transform: scale(1.2, 1.2);
}
.advItemText{
	
}
.advItemText p{
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:100;
}


.adv .box1{
	position:absolute;
	top:-50px;
	left:0;
	width:100px;
	height:100px;
	background:url(../images/box1.png);
	z-index:0;
	opacity:0.5;
}
.adv .box2{
	position:absolute;
	top:100px;
	right:0;
	width:320px;
	height:100px;
	background:url(../images/box2.png);
	z-index:0;
	opacity:0.5;
}
.adv .box3{
	position:absolute;
	bottom:200px;
	left:0;
	width:210px;
	height:320px;
	background:url(../images/box3.png);
	z-index:0;
	opacity:0.5;
}
.adv .box4{
	position:absolute;
	bottom:100px;
	right:0;
	width:210px;
	height:320px;
	background:url(../images/box4.png);
	z-index:0;
	opacity:0.5;
}


/*START MEDIA*/@media only screen and (max-width: 1200px){
.adv{
	margin:0 0 100px 0;
}
.advItem{
	width:25%;
}	

.advItem:nth-child(1),
.advItem:nth-child(3),
.advItem:nth-child(6),
.advItem:nth-child(8),
.advItem:nth-child(9),
.advItem:nth-child(11)
{
	background:#323941;
}
.advItem:nth-child(2),
.advItem:nth-child(4),
.advItem:nth-child(5),
.advItem:nth-child(7),
.advItem:nth-child(10),
.advItem:nth-child(12)
{
	background:#24282c;
}

	
}

/*START MEDIA*/@media only screen and (max-width: 960px){
.advItem{
	width:50%;
}
.advItem:nth-child(1),
.advItem:nth-child(4),
.advItem:nth-child(5),
.advItem:nth-child(8),
.advItem:nth-child(9),
.advItem:nth-child(12)
{
	background:#323941;
}
.advItem:nth-child(2),
.advItem:nth-child(3),
.advItem:nth-child(6),
.advItem:nth-child(10),
.advItem:nth-child(11)
{
	background:#24282c;
}
	
	
}


.size{
	margin:0 0 200px 0;
	position:relative;
}
.sizeList{
	padding:100px 0 0 0;
	position:relative;
	z-index:1;
}
.sizeItem{
	
}
.sizeItem{
	width:31.3333333%;
	margin:0 0 0 2%;
	background:#7a8694;
	position:relative;
	padding:150px 0 90px 0;
	transition:0.3s;
}
.sizeItem:hover{
	background:#545d68;
}
.sizeItem:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	background:url(../images/icon-size-linear.png) center center;
}
.sizeItemIcon{
	position:absolute;
	top:-100px;
	left:0;
	width:100%;
	transition:0.3s;
}
.sizeItem:hover .sizeItemIcon{
	top:-120px;
}
.sizeItemIcon img{
	display:block;
	height:217px;
	width:auto;
	margin:0 auto;
}
.sizeItemArrow{
	display:block;
	height:154px;
	background:url(../images/icon-size-arrow.png) center center;
	text-align:center;
}
.sizeItemArrow > span{
	position:relative;
	color:#fff;
	font-size:42px;
	font-weight:bold;
}
.sizeItemArrow > span > span{
	position:absolute;
	top:4px;
	right:-10px;
	font-size:14px;
	font-weight:bold;
}
.sizeItemArrow > p{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.sizeItemOptions{
	margin:50px;
	padding:0 0 20px 0;
	border-bottom:1px solid #546170;
	transition:0.3s;
}
.sizeItem:hover .sizeItemOptions{
	border-bottom:1px solid #202327;
}
.sizeItemOptions > span{
	display:block;
	position:relative;
	color:#fff;
	font-size:18px;
	margin:0 0 16px 0;
	padding:0 0 0 25px;
}
.sizeItemOptions > span:before{
	content:'';
	position:absolute;
	display:block;
	top:4px;
	left:0px;
	width:12px;
	height:12px;
	background:#546170;
	transform: rotate(45deg);
	transition:0.3s;
}
.sizeItem:hover .sizeItemOptions > span:before{
	background:#202327;
}
.sizeItemPrice{
	padding:0 50px;
}
.sizeItemPriceMonth, .sizeItemPriceYear{
	width:50%;
}
.sizeItemPriceMonth span, .sizeItemPriceYear span{
	color:#fff;
	font-size:42px;
	font-weight:bold;
	position:relative;
}
.sizeItemPriceMonth span span, .sizeItemPriceYear span span{
	position:absolute;
	top:5px;
	right:-15px;
	color:#fff;
	font-size:24px;
	font-weight:normal;
}
.sizeItemPriceMonth span, .sizeItemPriceMonth span span{
	color:#ffcd21;
}
.sizeItemPriceMonth p, .sizeItemPriceYear p{
	color:#fff;
	font-size:14px;
	padding:0;
}
.sizeItemPriceMonth p{
	color:#ffcd21;	
}
.sizeItemButtom{
	text-align:center;
	padding:30px 0 0 0;
	opacity:0;
	transition:0.3s;
}
.sizeItem:hover .sizeItemButtom{
	opacity:1;
}


.size .box1{
	position:absolute;
	top:-150px;
	right:20%;
	width:320px;
	height:210px;
	background:url(../images/box5.png);
	z-index:0;
	opacity:0.5;
}
.size .box2{
	position:absolute;
	top:300px;
	left:0;
	width:210px;
	height:320px;
	background:url(../images/box4.png);
	transform: rotate(180deg);
	z-index:0;
	opacity:0.5;
}
.size .box3{
	position:absolute;
	bottom:0px;
	right:0;
	width:210px;
	height:320px;
	background:url(../images/box3.png);
	transform: rotate(180deg);
	z-index:0;
	opacity:0.5;
}
.size .box4{
	position:absolute;
	bottom:-100px;
	left:30%;
	width:100px;
	height:100px;
	background:url(../images/box1.png);
	z-index:0;
	opacity:0.5;
}


/*START MEDIA*/@media only screen and (max-width: 1200px){
.size{
	margin:0 0 100px 0;
}
.sizeItemPriceMonth span, .sizeItemPriceYear span{
	font-size:32px;
}
.sizeItemPriceMonth span span, .sizeItemPriceYear span span{
	font-size:20px;
}	
	
}

/*START MEDIA*/@media only screen and (max-width: 960px){
.sizeItem{
	width:98%;
	margin:0 0 160px 2%;
	padding:70px 0 90px 0;
}	
.sizeItemIcon img{
	height:150px;
}	
	
}



.params{
	position:relative;
	padding:0 0 200px 0;
}
.params:after{
	content:'';
	position:absolute;
	display:block;
	left:0;
	bottom:0;
	width:100%;
	height:1080px;
	background:url(../images/highlight1.png);
	opacity:0.1;
	z-index:0;
}
.paramsContent{
	position:relative;
	z-index:2;
}
.paramsList{
	width:50%;
	padding:70px 50px 0 0;
}
.paramsItem{
	margin:0 0 40px 0;
	overflow:hidden;
}
.paramsItemImage{
	float:left;
	width:70px;
	height:70px;
	background:#3d434a;
	padding:10px;
	margin:0 20px 0 0;
}
.paramsItemText{
	color:#fff;
	font-size:16px;
	padding:12px 0 0 0;
}
/*START MEDIA*/@media only screen and (max-width: 1200px){
.paramsList{
	margin: 0 0 100px 0;
}
.paramsItemImage{
	float:none;
	margin:0 auto;
}
.paramsItemText{
	text-align:center;
}	
.paramsImage{
	max-width:700px;
	margin:0 auto;
}	
}
.paramsImage{
	width:50%;
	position:relative;
}




.stepContent{
	position:relative;
	z-index:3;
}
.stepList{
	margin:0 0 0 -2%;
}
.stepItem{
	width:31.3333333%;
	margin:0 0 0 2%;

}
.stepItemIcon{
	width:50px;
	height:100px;
	margin:0 auto;
	position:relative;
	background:#ffcd21;
}
.stepItemIcon > span{
	position:absolute;
	top:50%;
	left:-25px;
	transform:translate(0, -50%);
	font-size:72px;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.stepItemIcon:after{
	content:'';
	position:absolute;
	top:0;
	left:50px;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-left: 50px solid #ffcd21;
	border-bottom: 50px solid transparent;

}
.stepItemName{
	padding:30px 20px 0 20px;
	text-align:center;
	font-size:18px;
	color:#fff;
}
.stepItemName a{
	color:#ffcd21;
	text-decoration:none;
}
.stepButton{
	padding:100px 0 0 0;
	text-align:center;
}

/*START MEDIA*/@media only screen and (max-width: 960px){
.stepList{
	margin:0;
}
.stepItem{
	width:100%;
	margin:0 0 50px 0;

}
.stepItemIcon{
	width:100px;
	height:50px;
	margin:0 auto;
	position:relative;
	background:#ffcd21;
}
.stepItemIcon:after{
	content:'';
	position:absolute;
	top:50px;
	left:0px;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #ffcd21;

}	
.stepItemIcon > span{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	text-align:center;
	font-size:72px;
	color:#fff;
	font-weight:bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.stepItemName{
	padding:60px 20px 0 20px;
	text-align:center;
	font-size:16px;
	color:#fff;
}	
	
}



.whels{
	border-top: 2px solid #292d31;
	padding:50px 0;
}
.whelsContent{
	position:relative;
	z-index:3;
}
.whelsContent p{
	font-size:16px;
	color:#f2f2f2;
	font-weight:500;
	line-height:170%;
}

.whelsList{
	display:flex;
	flex-wrap:wrap;
}
.whelsList > div{
	position:relative;
	width:33.33333%;
	margin:50px 0;
}
.whelsList > div p{
	position:relative;
	z-index:2;
	padding:0 0 0 30px;
    font-size: 18px;
    color: #fff;
}
.whelsList > div span{
	width:20px;
	height:20px;
	display:block;
	border-radius:25px;
	background:#ffcd21;
	position:absolute;
	top:50%;
	left:0%;
	transform:translate(0%, -50%);
}
.whelsButton{
	display:flex;
	align-items:center;
}
.whelsButton p{
	font-size:16px;
	font-weight:500;
	color:#fff;
	padding:0 0 0 20px;
}
.whelsButton p span{
	color:#ffcd21;
	font-size:22px;
}
/*START MEDIA*/@media only screen and (max-width: 960px){
.whelsList{
	margin:30px 0;
}
.whelsList > div{
	position:relative;
	width:100%;
	margin:10px 0;
}	

}






.infoDrop{
	
}
.infoDropIcon{
	display:block;
	width:57px;
	height:57px;
	background:url(../images/icon-plus.png);
	line-height:30px;
	text-align:center;
	cursor:pointer;	
	transition:0.3s;
	transform: scale(1, 1);
}
.infoDropIcon:hover{
	transform: scale(1.1, 1.1);
}
/*START MEDIA*/@media only screen and (max-width: 1200px){
.infoDropIcon{
	transform: scale(0.7, 0.7);
}
.infoDropIcon:hover{
	transform: scale(0.8, 0.8);
}	
}
.infoDropText{
	display:none;
	position:fixed;
	top:40%;
	left:50%;
	width:600px;
	margin-left:-300px;
	height:auto;
	padding:30px;
	background:#fff;
	border-radius:4px;
	z-index:91;
	opacity:0;
}
/*START MEDIA*/@media only screen and (max-width: 960px){
.infoDropText{
	
	top:50%;
	left:5%;
	width:90%;
	margin-left:0px;
	padding:20px;

}	
	
}
.infoDropText strong{
	display:block;
	font-size:24px;
	margin:0 0 20px 0;
}


#button-infoDrop-1{
	position:absolute;
	top:10%;
	left:40%;
}
#button-infoDrop-2{
	position:absolute;
	top:40%;
	left:30%;
}
#button-infoDrop-3{
	position:absolute;
	top:45%;
	left:88%;
}
#button-infoDrop-4{
	position:absolute;
	top:65%;
	left:13%;
}
#button-infoDrop-5{
	position:absolute;
	top:65%;
	left:40%;
}
#button-infoDrop-6{
	position:absolute;
	top:7%;
	left:77%;
}
#button-infoDrop-7{
	position:absolute;
	top:14%;
	left:0%;
}



#overlay{
	position:fixed;
	display:none;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:4;
	opacity:0;
}





.params .box1{
	position:absolute;
	top:150px;
	left:0;
	width:210px;
	height:320px;
	background:url(../images/box4.png);
	transform: rotate(180deg);
	z-index:0;
	opacity:0.5;
}
.params .box2{
	position:absolute;
	top:150px;
	right:0;
	width:320px;
	height:100px;
	background:url(../images/box2.png);
	z-index:0;
	opacity:0.5;
}
.params .box3{
	position:absolute;
	bottom:170px;
	left:10%;
	width:100px;
	height:100px;
	background:url(../images/box1.png);
	z-index:0;
	opacity:0.5;
}
.params .box4{
	position:absolute;
	bottom:50px;
	right:0%;
	width:320px;
	height:210px;
	background:url(../images/box5.png);
	z-index:0;
	opacity:0.5;
}




.what{
	padding:0 0 100px 0;
	position:relative;
	z-index:2;
}
.whatList{
	overflow:hidden;
	padding:20px 0;
}
.whatItem{
	position:relative;
	float:left;
	width:20%;
	margin:0 0 60px 0;
	transition:0.3s;
}

.whatItem img{
	display:block;
	margin:0 auto 0 auto;
	max-width:160px;
	transform:scale(1, 1);
	transition:0.3s;
}
.whatItem span{
	position:absolute;
	left:0;
	right:0;
	bottom:-25px;
	text-align:center;
	color:#fff;
}
/*START MEDIA*/@media only screen and (max-width: 1024px){
.whatItem{
	width:25%;
}		
}

/*START MEDIA*/@media only screen and (max-width: 960px){
.whatItem{
	width:33.3333333%;
}	
.whatItem img{
	max-width:120px;
}	
}

/*START MEDIA*/@media only screen and (max-width: 680px){
.whatItem{
	width:50%;
}	
.whatItem img{
	max-width:100px;
}	
}




.faq{
	padding:50px 0;
	background:#1c1f22;
	border-top:2px solid #292d31;
}
.faqItem{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #292d31;
}
.faqItemName{
	position:relative;
	font-size:20px;
	color:#dce9f5;
	padding:0 0 0 60px;
}
.faqItemName:hover{
	color:#ffcd21;
}
.faqItemName > span{
	display:block;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0, -50%);
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ffcd21;
	color:#333;
}
.faqItemText{
	color:#fff;
	padding:10px 0 0 60px;
}

.sp_title{cursor:pointer}
.sp_content{}



/*START MEDIA*/@media only screen and (max-width: 9600px){
.faqItemName{
	font-size:16px;
}	
	
	
}

/*START MEDIA*/@media only screen and (max-width: 1200px){
.paramsList{
	width:100%;
	padding:70px 0 0 0;
}	
.paramsImage{
	width:100%;
}	
}




.reviews{
	padding:150px 0;
	background:#141719;
	position:relative;
}
.reviews:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 1000px solid transparent;
    border-right: 1000px solid transparent;
    border-top: 100px solid #1c1f22;
    z-index: 8;
}
.reviewsContent{
	position:relative;
}
.reviewsItem{
	max-width:900px;
	margin:0 auto;
	text-align:center;
}
/*START MEDIA*/@media only screen and (max-width: 1224px){
.reviewsItem{
	max-width:80%;
	margin:0 10%;
}
.reviews:after{
	display:none;
}
}
.reviewsItemName{
	color:#fff;
	font-size:24px;
	font-weight:100;
	margin:0 0 30px 0;
}
.reviewsItemRange{
	margin:0 0 30px 0;
}
.reviewsItemRange i{
	color:#ffcd21;
	font-size:24px;
}
.reviewsItemComment p{
	color:#fff;
}

.reviewsButtonAdd{
	padding:100px 0 0 0;
	text-align:center;
}
.owl-buttons{
	text-align:center;
	padding:20px 0 0 0;
}
.owl-buttons .owl-prev{
	position:absolute;
	top:50%;
	left:0;
}
.owl-buttons .owl-prev i{
	color:#ffcd21;
	font-size:42px;
}
.owl-buttons .owl-next{
	position:absolute;
	top:50%;
	right:0;
}
.owl-buttons .owl-next i{
	color:#ffcd21;
	font-size:42px;
}

/*START MEDIA*/@media only screen and (max-width: 1224px){
.owl-buttons .owl-prev, .owl-buttons .owl-next{
	position:static;
	display:inline-block;
	margin:0 10px;
}	
	
}


.preorder{
	background:#7b8694;
	position:relative;
	padding:100px 0 100px 0;
}
.preorder:before{
	content:'';
	position:absolute;
	display:block;
	left:0;
	top:0px;
	width:100%;
	height:732px;
	background:url(../images/highlight2.png);
	opacity:0.5;
	z-index:0;
}
.preorderContent{
	position:relative;
	z-index:2;
}
.preorderContentInfo{
	width:50%;
}
.preorderContentInfoField{
	margin:0 0 30px 0;
}
.preorderContentInfoFieldIcon{
	width:60px;
	height:60px;
	float:left;
	margin:0 20px 0 0;
}
.preorderContentInfoFieldIconPhone{
	background:#6d7988 url(../images/icon-phone-form.png);
}
.preorderContentInfoFieldIconMap{
	background:#6d7988 url(../images/icon-map-form.png);
}
.preorderContentInfoFieldIconInsta{
	background:#6d7988 url(../images/icon-insta-form.png);
}
.preorderContentInfoFieldText{
	overflow:hidden;
	line-height:60px;
	color:#fff;
	font-size:18px;
}
.preorderContentInfoFieldText a{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
/*START MEDIA*/@media only screen and (max-width: 960px){
.preorderContentInfoFieldIcon{
	margin:0 10px 0 0;
}
.preorderContentInfoFieldText{
	font-size:14px;
}	
}
.preorderContentForm{
	width:50%;
}
/*START MEDIA*/@media only screen and (max-width: 1200px){
.preorderContentInfo{
	width:100%;
}
.preorderContentForm{
	width:100%;
}	
	
}





.formFields{
	
}
.formField{
	margin:0 0 30px 0;
}
.formFields > div{
	width:48%;
	margin:0 0 30px 2%;
}

#formStyle input, #formStyle textarea{
	display:block;
	width:100%;
	padding:10px;
	border:none; 
	background:#6d7988;
	border:1px solid #6d7988;
	border-radius:4px;
	outline:none;
	color:#fff;
	overflow:hidden;
}
#formStyle textarea{
	height:150px;
	resize:none;
}
#formStyle .help-block{
	display:none
}
#formStyle .has-error input{
	border:1px solid #ffcd21;
	border-radius:4px;
}


#formStyle input::-webkit-input-placeholder,
#formStyle textarea::-webkit-input-placeholder {
	color:#afb9c5;
	transition:0.3s;
}
#formStyle input::-moz-placeholder,
#formStyle textarea::-moz-placeholder{
	color:#afb9c5;
}
#formStyle input:-moz-placeholder,
#formStyle textarea:-moz-placeholder{
	color:#afb9c5;
}
#formStyle input:-ms-input-placeholder,
#formStyle textarea:-ms-input-placeholder {
	color:#afb9c5;
}


#formStyle input:focus::-webkit-input-placeholder,
#formStyle textarea:focus::-webkit-input-placeholder {
	padding:0 0 0 500px;
	opacity:0;
}




.developed{
	padding:20px 0;
}
.developed a{
	color:#fff;
	text-decoration:none;
}
.developed svg{
	position:relative;
	top:3px;
}
.developed path{
	fill:#fff;
}




#map{
	height:600px;
	position:relative;
}
#map:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-1000px;
	top:0px;
	width: 0;
	height: 0;
	border-left: 1000px solid transparent;
	border-right: 1000px solid transparent;
	border-top: 100px solid #7b8694;
	z-index:8;
}
















/**************************************************************************/
/*MD-MODAL*****************************************************************/
/**************************************************************************/
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition:0.3s;
}
.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background:#2c3e50;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 0.9;
	visibility: visible;
}

/**************************************************************************/
/*MD-MODAL CONTENT*********************************************************/
/**************************************************************************/
.md-content {
	background: #fff;
	position: relative;
	border-radius: 4px;
	margin: 0 auto;
	padding:20px;
}
.md-modal-title{
	font-size:24px;
	margin:0 0 30px 0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.md-modal-text{
	margin:0 0 20px 0;
}
.md-modal-subtitle{
	
}
.md-content-fields{
	margin:0 0 0 -2%;
}
.md-content-fields > div{
	width:48%;
	margin:0 0 0 2%;
}
.md-content .form-group{
	margin:0 0 20px 0;
}
.md-content label{
	font-size:14px;
	font-weight:300;
	display:block;
	margin:0 0 4px 0;
}
.md-content input, .md-content select, .md-content textarea{
	display:block;
	width:100%;
	border:1px solid #dedede;
	padding:10px;
	border-radius:4px;
}

.field-orderform-gps, .field-orderform-rack{
	position:relative;
	padding:0 0 0 50px;
}
.field-orderform-gps input, .field-orderform-rack input{
	position:absolute;
	top:0;
	left:0px;
	width:20px;
	height:20px;
}


.field-orderform-type{
	display:none;
}

.form-message-success{
	font-size:20px;
	
}


/*START MEDIA*/@media only screen and (max-width: 980px){
.md-modal-title{
	font-size:24px;
}	
}
.md-close{
	position:absolute;
	top:20px;
	right:20px;
	color:#ee5050;
	cursor:pointer;
}
.has-success .form-control {
    border-color: #5f9502 !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
}
.has-error .form-control{
	border-color: #ee5050 !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
}
.has-success .control-label {
	 color: #5f9502 !important;
}
.has-error .control-label{
	color: #ee5050 !important;
}
.form-control:focus {
    border-color: #e3e3e3;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
}
.help-block {
	display:none !important;
}
/*MD-MODAL EFFECT*********************************************************/
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}