@import url(reset.css);

body, html {
  font-family: "PROXIMANOVA-BLACK";
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  width: 100%;
  height: 100%;
}

.container{
	max-width: 1130px;
	width: 100%;
}

.wrap_modal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(91, 84, 80, 0.5);
	z-index: 5000;
}

.modal_form{
	display: none;
	width: 410px;
	height: 380px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	top: 20%;
	padding: 55px;

}

.modal_close{
	position: absolute;
	float: right;
	right: 10px;
	cursor: pointer;
	color: #D3D3D3;
	font-family: "PROXIMANOVA-REG";
	top: 10px;
}

.modal_p1{
	color: #101316;
	font-size: 36px;
	text-align: center;
	position: relative;
	margin-top: -10px;
	margin-bottom: 10px;
}

.modal_p2{
	font-family: "PROXIMANOVA-REG";
	font-size: 12px;
	margin-top: 15px;
	line-height: 15px;
}

.modal_in1{
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #fac71b;
	background-color: transparent;
	margin-bottom: 17px;
	color: #fff;
	font-size: 18px;
	font-family: "PROXIMANOVA-BOLD";
	color: #000;
	text-indent: 10px;
}

.modal_in1::-webkit-input-placeholder { /* Chrome */
  color: #D3D3D3;
  font-size: 18px;
  font-family: "PROXIMANOVA-BOLD";
}
.modal_in1:-ms-input-placeholder { /* IE 10+ */
  color: #D3D3D3;
  font-size: 18px;
  font-family: "PROXIMANOVA-BOLD";
}
.modal_in1::-moz-placeholder { /* Firefox 19+ */
  color: #D3D3D3;
  font-size: 18px;
  font-family: "PROXIMANOVA-BOLD";
  opacity: 1;
}
.modal_in1:-moz-placeholder { /* Firefox 4 - 18 */
  color: #D3D3D3;
  font-size: 18px;
  font-family: "PROXIMANOVA-BOLD";
  opacity: 1;
}

.modal_btn1{
	height: 55px;
	background-color: #FF4040;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding-top: 19px;
	cursor: pointer;
	margin-top: 34px;
}

.modal_thanks{
	display: none;
	width: 410px;
	height: 220px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	top: 20%;
	padding: 55px;
}

.thanks_close{
	position: absolute;
	float: right;
	right: 10px;
	cursor: pointer;
	color: #D3D3D3;
	font-family: "PROXIMANOVA-REG";
	top: 10px;
}

.thanks_p1{
	color: #101316;
	font-size: 36px;
	text-align: center;
	position: relative;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 32px;
}

.thanks_p2{
	font-family: "PROXIMANOVA-REG";
	font-size: 16px;
	margin-top: 28px;
	line-height: 15px;
	text-align: center;
}


/*================
   = SECTION 1 =
==================*/
.s1{
	width: 100%;
	min-height: 697px;
	height: auto;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s1_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}

.logo{

}

.s1_p1{
	font-family: "PROXIMANOVA-BLACK";
	font-size: 30px;
	color: #fff;
	line-height: 28px;
	margin-top: 15px;
}

.s1_p2{
	font-family: "PROXIMANOVA-BOLD";
	font-size: 24px;
	color: #fff;
	margin-top: 25px;
}
.s1_p2 a {
	color: #fff;
	text-decoration: none;
}

.s1_p2 span{
	font-family: "PROXIMANOVA-BLACK";
	font-size: 30px;
}

.s1_p3{
	font-size: 60px;
	color: #252525;
	background-color: #FDC91B;
	height: 78px;
	margin-bottom: 5px;
	font-family: "PROXIMANOVA-BLACK";
	text-align: center;
}

.s1_p3 span{
	position: relative;
	top: -5px;
}

.x1{
	margin-top: 65px;
	width: 613px;
}

.x2{
	width: 555px;
}

.x3{
	width: 375px;
}

.s1_p4{
	font-family: "PROXIMANOVA-BLACK";
	font-size: 36px;
	color: #fff;
	margin-top: 63px;
	line-height: 47px;
}



/*= End SECTION 1 =*/



/*================
   = SECTION 2 =
==================*/
.s2{
	width: 100%;
	min-height: 520px;
	height: auto;
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
}

.s2_p1{
	font-size: 60px;
	color: #101316;
	line-height: 56px;
	margin-top: 50px;	
}

.s2_ul1{
	text-align: left;
	margin-top: 65px;
}

.s2_ul1 li{
	width: 178px;
	width: 270px;
	height: 111px;
	display: inline-block;
	border: 1px solid #E2E2E2;
	vertical-align: middle;
	margin-left: -2px;
	margin-right: -2px;
	position: relative;
	text-align: center;

}

.s2_ul1 li img{
	position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}



/*= End SECTION 2 =*/



/*================
   = SECTION 3 =
==================*/
.s3{
	width: 100%;
	min-height: 1010px;
	height: auto;
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
}

.s3_p1{
	font-size: 60px;
	color: #101316;
	line-height: 56px;
	margin-top: 0px;	
}

.s3_ul1{
	margin-top: 63px;
}

.s3_ul1 li{
	max-width: 527px;
	width: 100%;
	height: 225px;
	border: 1px solid #E2E2E2;
	float: left;
	position: relative;
	overflow: hidden;
}

.s3_ul1 li img{
	position: absolute;
    margin: auto;
    left: -294px;
    top: 0;
    bottom: 0;
    right: 0;
}

.s3_ul1 li p{
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
	left: 285px;
	color: #101316;
	top: 47px;
}

.s3_ul1 li span{
	display: block;
	position: absolute;
	left: 285px;
	width: 208px;
	height: 58px;
	text-align: center;
	padding-top: 16px;
	border: 3px solid #FF4040;
	top: 100px;
	color: #101316;
	text-transform: uppercase;
	cursor: pointer;
}

.s3_ul1 li span:hover{
	background-color: #FF4040;
	color: #fff;
}

.y1{
	line-height: 23px;
	top: 40px !important;
	position: relative;
}
/*= End SECTION 3 =*/



/*================
   = SECTION 4 =
==================*/
.s4{
	width: 100%;
	min-height: 810px;
	height: auto;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s4_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-bottom: 20px;
}

.s4_p1{
	font-size: 60px;
	color: #101316;
	line-height: 56px;
	margin-top: -20px;	
}

.s4_ul1{
	margin-top: 57px;
}

.s4_ul1 li{
	float: left;
	border: 1px solid #E2E2E2;
	width: 364px;
	height: 317px;
	text-align: center;
	background-color: #fff;
	padding-top: 30px;
	position: relative;
}

.c1{
	position: relative;
	top: -10px;
}

.c2{
	position: relative;
	top: 20px;
}

.s4_ul1 li img{

}

.s4_ul1 li p{
	font-size: 18px;
	color: #101316;
	position: relative;
}

.d1{
	top: 0px;
}

.d2{
	top: -42px;
}

.d3{
	top: 38px;
}

.d4{
	top: 8px;
}

.d5{
	top: 27px;
}

.d6{
	top: 18px;
}

.s4_ul1 li span{
	display: block;
	position: absolute;
	width: 234px;
	height: 56px;
	background-color: #FF4040;
	color: #fff;
	text-align: center;
	padding-top: 19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 208px;
	text-transform: uppercase;
	cursor: pointer;
}
/*= End SECTION 4 =*/



/*================
   = SECTION 5 =
==================*/
.s5{
	width: 100%;
	min-height: 700px;
	height: auto;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s5_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-bottom: 20px;
}

.s5_p1{
	width: 570px;
	height: 78px;
	background-color: #FDC91B;
	font-size: 60px;
	color: #252525;
	text-align: center;
	margin-top: 65px;
}

.s5_p1 span{
	position: relative;
	top: -5px;
}

.s5_p2{
	color: #fff;
	font-size: 30px;
	margin-top: 33px;
	line-height: 37px;
}

.s5_p3{
	width: 387px;
	height: 54px;
	background-color: #FDC91B;
	text-align: center;
	font-size: 24px;
	color: #252525;
	padding-top: 9px;
	margin-top: 62px;
}

.s5_ul1{
	margin-top: 25px;
	padding-left: 24px;
}

.s5_ul1 li{
	color: #fff;
	font-size: 18px;
	margin-bottom: 4px;
	position: relative;
	font-family: "PROXIMANOVA-BOLD";
}

.s5_ul1 li::before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 3px;
	left: -23px;
	top: 11px;
	background-color: #FDC91B;

}

.s5_wrap1{
	width: 445px;
	height: 560px;
	background-color: #252525;
	box-shadow:0px 0px 27px 1px rgba(0,0,0,1) ;
	margin-top: 65px;
	padding: 16px;
}

.s5_wrap2{
	width: 100%;
	height: 100%;
	border: 5px solid #FDC91B;
	padding: 20px;
}

.s5_p4{
	font-size: 48px;
	color: #fac71b;
	line-height: 43px;
	margin-bottom: 35px;
}

.s5_in1{
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #fac71b;
	background-color: transparent;
	margin-bottom: 17px;
	color: #fff;
	font-size: 18px;
	font-family: "PROXIMANOVA-BOLD";
}

::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  font-size: 18px;
  font-family: "PROXIMANOVA-BOLD";
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 18px;
  font-family: "PROXIMANOVA-BOLD";
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 18px;
  font-family: "PROXIMANOVA-BOLD";
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  font-size: 18px;
  font-family: "PROXIMANOVA-BOLD";
  opacity: 1;
}

.s5_btn1{
	height: 68px;
	background-color: #FF4040;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 24px;
	cursor: pointer;
	margin-top: 46px;
}

.s5_p5{
	font-family: "PROXIMANOVA-REG";
	font-size: 12px;
	color: #fff;
	margin-top: 49px;
}
/*= End SECTION 5 =*/



/*================
   = SECTION 6 =
==================*/
.s6{
	width: 100%;
	min-height: 850px;
	height: auto;
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
}

.s6_p1{
	font-size: 60px;
	color: #101316;
	line-height: 56px;
	margin-top: 46px;
}

.s6_ul1{
	margin-top: 54px;
}

.s6_ul1 li{
	width: 550px;
	height: 290px;
	float: left;
	border: 1px solid #E5E5E5;
	position: relative;
}


.s6_ul1 li img{
	position: absolute;
	top: 60px;
	left: 10px;
}

.s6_ul1 li p{
	font-size: 24px;
	color: #000;
	line-height: 26px;
	margin-left: 280px;
	position: relative;
	margin-top: 32px;
	margin-bottom: 20px;
}

.s6_a1{
	display: block;
	margin-left: 280px;
	font-family: "PROXIMANOVA-REG";
	font-size: 16px;
	color: #000;
	text-decoration: underline;
}

.s6_a1:hover{
	color: #ff4040;
	text-decoration: none;
}

.s6_a2{
	display: block;
	margin-left: 280px;
	width: 188px;
	height: 60px;
	border: 3px solid #FF4040;
	text-align: center;
	padding-top: 17px;
	color: #101316;
	text-transform: uppercase;
	margin-top: 27px;
}

.s6_a2:hover{
	text-decoration: none;
	color: #101316;
}


/*= End SECTION 6 =*/



/*================
   = SECTION 7 =
==================*/
.s7{
	width: 100%;
	min-height: 420px;
	height: auto;
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
}

.s7_p1{
	font-size: 60px;
	color: #101316;
	line-height: 56px;
	margin-top: -19px;
}

.s7_ul1{
	margin-top: 50px;
}

.s7_ul1 li{
	float: left;
	width: 20%;
	overflow: hidden;
}
/*= End SECTION 7 =*/



/*================
   = SECTION 8 =
==================*/
.s8{
	width: 100%;
	min-height: 600px;
	height: auto;
	position: relative;
	background-color: #fff;
	padding-bottom: 20px;
}

.s8_p1{
	font-size: 60px;
	color: #101316;
	line-height: 56px;
	margin-top: 50px;
}

.owl_wrap1{
	width: 490px;
	height: 320px;
	border: 2px solid #EAEAEA;
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
	padding: 30px;
}

.owl_carousel_1{
	text-align: center;
	margin-top: 51px;
}

.owl_carousel_1 .owl-next{
	position: absolute;
	float: right;
	right: 6px;
	top: 113px;
	width: 12px;
	height: 20px;
	background-image: url(../img/owl_next.png);
}

.owl_carousel_1 .owl-prev{
	position: absolute;
	left: 5px;
	top: 113px;
	width: 12px;
	height: 20px;
	background-image: url(../img/owl_prev.png);
} 

.s8_p2{
	text-align: left;
	font-family: "PROXIMANOVA-REG";
	font-size: 16px;
	color: #000;
}

.s8_line{
	width: 60px;
	height: 2px;
	background-color: #FDC91B;
	margin-top: 27px;
}

.s8_p3{
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 57px;
	position: relative;
}

.s8_p3::before{
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(../img/s8_img1.png);
	left: -5px;
	top: -25px;
}

.s8_img1{
	display: block;
	position: absolute;
	width: 80px !important;
	height: 80px !important;
	left: 20px;
	top: 20px;
}
/*= End SECTION 8 =*/



/*================
   = SECTION 9 =
==================*/
.s9{
	width: 100%;
	min-height: 700px;
	height: auto;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s9_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-bottom: 20px;
}

.s9_wrap1{
	height: 524px;
	background-color: #252525;
	margin-top: 82px;
	box-shadow:0px 0px 29px 1px rgba(0,0,0,0.5) ;
	padding: 25px;
}

.s9_wrap2{
	width: 100%;
	height: 100%;
	border: 4px solid #FDC91B;
	padding: 38px;
}

.s9_p1{
	width: 568px;
	height: 78px;
	background-color: #FDC91B;
	margin-bottom: 10px;
	text-align: center;
	font-size: 60px;
	color: #252525;
}

.s9_p1_1{
	height: 78px;
	background-color: #FDC91B;
	text-align: center;
	font-size: 60px;
	color: #252525;
}

.s9_in1{
	display: inline-block;
	width: 429px;
	height: 40px;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #FDC91B;
	margin-top: 77px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
	text-indent: 10px;
	font-family: "PROXIMANOVA-REG";
}

.s9_p2{
	font-size: 12px;
	color: #fff;
	font-family: "PROXIMANOVA-REG";
	margin-top: 52px;
	display: inline-block;
	margin-left: 10px;
}

.s9_btn1{
	display: inline-block;
	width: 429px;
	height: 70px;
	background-color: #FF4040;
	position: relative;
	left: 141px;
	top: -14px;
	text-align: center;
	padding-top: 25px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
/*= End SECTION 9 =*/



/*================
   = SECTION 10 =
==================*/
.s10{
	width: 100%;
	min-height: 700px;
	height: auto;
	position: relative;
	background-color: #fff;
}

.karta{
	position: absolute;
	width: 100%;
	height: 100%;
}

.s10_wrap1{
	width: 350px;
	height: 445px;
	background-color: #fff;
	margin-top: 115px;
	padding: 38px;
}

.s10_p1{
	font-size: 36px;
	margin-top: -14px;
}

.s10_p2{
	font-size: 18px;
	font-family: "PROXIMANOVA-REG";
}

.s10_a1{
	font-size: 18px;
	color: #000;
	font-family: "PROXIMANOVA-BOLD";
	margin-top: 25px;
	display: block;
}

.s10_p3{
	font-size: 24px;
	font-family: "PROXIMANOVA-REG";
	margin-top: 10px;
	color: #000 !important;
	text-decoration: none;
}

.s10_p3 span{
	font-family: "PROXIMANOVA-BOLD";
}

.s10_p4{
	font-size: 12px;
	color: #101316;
	font-family: "PROXIMANOVA-REG";
	margin-top: 39px;
}

.s10_btn1{
	height: 55px;
	border: 3px solid #FF4040;
	text-align: center;
	text-transform: uppercase;
	padding-top: 16px;
	color: #000;
	margin-top: 36px;
	cursor: pointer;
}
/*= End SECTION 10 =*/




