@import url(reset.css);

body, html {
	font-weight: normal;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	width: 100%;
	height: 100%;
	color: #1c1d1e;
	line-height: normal;
	font-family: "DINOffcPro";
}

b, strong{
	font-weight: bold !important;
}

i, em{
	font-style: italic !important;
}


::before{
	content: "";
	display: block;
	position: absolute;
}

::after{
	content: "";
	display: block;
	position: absolute;
}

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

.row{
	clear: both;
	float: none;
}

input, textarea{
	outline: none !important;
}

.owl-carousel .owl-item img{
	width: auto;
}

.cb{
	clear: both;
	float: none;
}



/*======================
   =  Модальное окно   =
========================*/

.modal_bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,.7);
	left: 0;
	top: 0;
}

.modal_form{
	display: none;
	position: fixed;
	max-width: 400px;
	min-height: 420px;
	background-color: #fff;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 11;
	border-radius: 10px;
}

.modal_form_wrap{
	position: relative;
	min-height: 420px;
	border-radius: 10px;
	border: 10px solid #F8F9FA;
	padding: 20px;
	padding-top: 30px;
}

.modal_form_wrap::before{
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: 400px;
	border-radius: 10px;
	border: 1px dashed #A9ABAC;
	top: 0;
	z-index: -1;
}

.mod_close{
	position: absolute;
	display: block;
	float: right;
	right: 8px;
	top: -3px;
	cursor: pointer;
	font-size: 39px;
	color: #A9ABAC;
}

.mod_t1{
	text-align: center;
	font-size: 30px;
	color: #e51f8e;
	font-family: "ZabavaHuE";
}

.mod_ul{
	margin-top: 20px;
}

.mod_ul li{
	margin-bottom: 10px;
}

.mod_ul li p{
	font-size: 20px;
	color: #a8a9aa;
}

.mod_ul li p span{
	color: #e51f8e;
}

.mod_ul li input{
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	border: 1px solid #DBDCDD;
	border-radius: 10px;
	background-color: #F8F9FA;
	margin-top: 5px;
	text-indent: 10px;
	box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
    -webkit-box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
    -moz-box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
}


.mod_btn{
	background: none;
	font-size: 20px;
	height: 50px;
	min-height: 78px;
	padding-top: 13px;
    background: #ffcc00;
    text-align: center;
    text-transform: uppercase; 
    background: -moz-linear-gradient(top, #ffcc00 0%, #fe8900 100%);
    background: -webkit-linear-gradient(top, #ffcc00 0%,#fe8900 100%); 
    background: linear-gradient(to bottom, #ffcc00 0%,#fe8900 100%);
    margin-top: 20px;
    border-radius: 10px;
    color: #1c1d1e;
    font-size: 28px;
    padding-top: 22px;
    font-family: "DINOffcPro-Black";
    cursor: pointer;
    z-index: 3;
}

.mod_btn:hover{
	background-color: #244874;
}

.modal_form2{
	display: none;
	position: fixed;
	max-width: 400px;
	min-height: 350px;
	background-color: #fff;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 11;
	border-radius: 10px;
}

.modal_form_wrap2{
	position: relative;
	min-height: 350px;
	border-radius: 10px;
	border: 10px solid #F8F9FA;
	padding: 20px;
	padding-top: 30px;
}

.modal_form_wrap2::before{
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: 330px;
	border-radius: 10px;
	border: 1px dashed #A9ABAC;
	top: 0;
	z-index: -1;
}

.mod_t4{
	text-align: center;
	font-size: 30px;
	font-family: "ZabavaHuE";
}

.mod_t5{
	text-align: center;
	font-size: 30px;
	font-family: "ZabavaHuE";
	margin-top: 30px;
}

.modal_form_wrap2 img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

/*= End Модальное окно =*/


/*======================
   =  Слайдер 1   =
========================*/

.owl_carousel_1{

}

.owl_carousel_1 img{
	max-width: 570px;
	max-height: 395px;
	margin: 0 auto;
	display: block;
}

.owl_carousel_1 .owl-next{
	display: block;
	position: absolute;
	width: 46px;
	height: 46px;
	z-index: 1;
	background-image: url(../img/owl1_next.png);
	float: right;
	right: 35px;
	top: -10px;
	bottom: 0;
	margin: auto;
}

.owl_carousel_1 .owl-prev{
	display: block;
	position: absolute;
	width: 46px;
	height: 46px;
	z-index: 1;
	background-image: url(../img/owl1_prev.png);
	top: -10px;
	left: 35px;
	bottom: 0;
	margin: auto;
}


/*= End Слайдер 1 =*/


/*======================
   =  Слайдер 2   =
========================*/

.owl_carousel_2{
	max-width: 1050px;
	margin: 0 auto;
	margin-top: 45px;
}

.owl_carousel_2 .owl-next{
	display: block;
	position: absolute;
	width: 19px;
	height: 30px;
	z-index: 1;
	background-image: url(../img/owl2_next.png);
	float: right;
	right: -40px;
	top: -12px;
	bottom: 0;
	margin: auto;
}

.owl_carousel_2 .owl-prev{
	display: block;
	position: absolute;
	width: 19px;
	height: 30px;
	z-index: 1;
	left: -40px;
	background-image: url(../img/owl2_prev.png);
	top: -12px;
	bottom: 0;
	margin: auto;
}

.owl_carousel_2 .owl-dots{
	text-align: center;
	position: relative;
	top: 30px;
}

.owl_carousel_2 .owl-dot{
	display: inline-block;
	width: 20px;
	height: 8px;
	border-radius: 5px;
	background-color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

.owl_carousel_2 .owl-dot.active{
	background-color: #FFCD00;
	width: 60px;
}

/*= End Слайдер 2 =*/


/*======================
   =  Слайдер 3   =
========================*/

.owl_carousel_3{

}

.owl_carousel_3 .owl-next{
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 1;
	background-image: url(../);
	float: right;
	right: 0px;
	top: -22px;
	bottom: 0;
	margin: auto;
}

.owl_carousel_3 .owl-prev{
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 1;
	background-image: url(../);
	top: -22px;
	bottom: 0;
	margin: auto;
}

.owl_carousel_3 .owl-dots{
	text-align: center;
	position: relative;
	top: 100px;
}

.owl_carousel_3 .owl-dot{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: pink;
}

.owl_carousel_3 .owl-dot.active{
	background-color: red;
}

/*= End Слайдер 3 =*/


/*================
   = SECTION 1 =
==================*/
.s1{
	min-height: 647px;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s1_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	float: none;
}

.s1_wrap1{
	position: relative;
	max-width: 300px;
	min-height: 300px;
}

.logo{
	position: absolute;
	top: 10px;
}

.s1_t1{
	font-size: 80px;
	position: relative;
	margin-top: 30px;
	color: #e51f8e;
	text-align: center;
	font-family: "ZabavaHuE";
}

.s1_t2{
	font-size: 14px;
	position: relative;
	margin: 0 auto;
	margin-top: 35px;
	width: 260px;
	height: 80px;
}

.s1_t2 span{
	display: block;
	position: relative;
	width: 260px;
	height: 80px;
	background-image: url(../img/s1_img7.png);
	text-align: center;
	color: #fff;
	font-family: "ZabavaHuE";
	font-size: 50px;
	padding-top: 13px;
	z-index: 2;
}

.s1_t2::before{
	width: 143px;
	height: 86px;
	background-image: url(../img/s1_img5.png);
	left: -110px;
	z-index: 1;
}

.s1_t2::after{
	width: 143px;
	height: 86px;
	background-image: url(../img/s1_img6.png);
	left: 230px;
	top: 2px;
	z-index: 1;
}

.s1_t3{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s1_t4{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s1_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s1_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s1_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s1_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s1_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s1_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s1_img1{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.s1_img2{
	
}

.s1_ul{
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	max-width: 320px;
	width: 100%;
	height: 190px;
	background-color: #fff;
	border-radius: 10px;
}

.s1_ul::before{
	width: 93%;
	height: 170px;
	border: 1px dashed #A9ABAC;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
	top: 10px;
}

.s1_ul li{
	position: relative;
	margin-bottom: 0px;
}

.s1_ul li div{
	width: 230px;
	height: 35px;
	background-image: url(../img/s1_img3.png);
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 5px;
	font-family: "DINOffcPro-Black";
	font-size: 20px;
	padding-top: 6px;
}

.s1_ul li p{
	text-align: center;
	margin-top: 30px;
}

.s1_ul li p a{
	color: #00739d;
	font-size: 30px;
	font-family: "DINOffcPro-Black";
	position: relative;
}

.s1_ul li p a::before{
	width: 100%;
	height: 2px;
	border: 1px dashed #0074A0;
	bottom: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.s1_ul li p a:hover{
	text-decoration: none;
}

.s1_ul li span{
	display: block;
	margin-top: 20px;
	text-align: center;
}

.s1_ul li span a{
	color: #ff9600;
	font-size: 20px;
	font-family: "DINOffcPro-Black";
	position: relative;
}

.s1_ul li span a:hover{
	text-decoration: none;
}

.s1_ul li span img{
	position: relative;
	top: 4px;
	left: -5px;
}


.s1_ul2{
	position: relative;
	margin-top: 0px;
	text-align: center;
}

.s1_ul2 li{
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;

}

.s1_ul2 li a{
	color: #0080B1;
	font-family: "ZabavaHuE";
	font-size: 24px;
}

.s1_ul2 li a:hover{
	text-decoration: none;
}

.s1_ul2 li a:focus{
	text-decoration: none;
}

.mnu_clos{
	display: none !important;
}

.s1_btn{
	position: relative;
	max-width: 350px;
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}

.s1_btn:hover{
	background-color: #000;
}

.s1_a1{
	position: relative;
	font-size: 14px;
	color: #000;
	transition: 0.3s;
}

.s1_a1:hover, .s1_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s1_a2{
	position: relative;
	font-size: 14px;
	color: #000;
	transition: 0.3s;
}

.s1_a2:hover, .s1_a2:focus{
	text-decoration: none;
	color: #fff;
}

/*= End SECTION 1 =*/



/*================
   = SECTION 2 =
==================*/
.s2{
	min-height: 2423px;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s2_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s2_wrap1{
	position: relative;
	min-height: 1070px;
	margin-top: 60px;
	border-radius: 10px;
}

.s2_wrap2{
	position: relative;
	min-height: 642px;
	border-radius: 0px 0px 10px 10px;
	border: 10px solid #F8F9FA;
	border-top: none;
	padding: 20px;
	padding-top: 30px;
}

.s2_wrap2::before{
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: 633px;
	border-radius: 0px 0px 10px 10px;
	border: 1px dashed #A9ABAC;
	border-top: none;
	top: 0;
}

.s2_t1{
	font-size: 60px;
	position: relative;
	margin-top: 0px;
	font-family: "ZabavaHuE";
	text-align: center;
	color: #e51f8e;
}

.s2_t2{
	font-size: 30px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #00739d;
	font-family: "ZabavaHuE";
}

.s2_t3{
	font-size: 20px;
	position: relative;
	margin-top: 35px;
	text-align: center;
}

.s2_t4{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s2_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s2_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s2_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s2_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s2_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s2_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s2_img1{
	display: block;
	position: absolute;
	top: 200px;
}

.s2_img2{
	display: block;
	position: absolute;
	float: right;
	right: 30px;
	top: 1100px;
}

.s2_img3{
	display: block;
	position: absolute;
	bottom: -160px;
	z-index: 1;
}

.s2_ul{
	position: relative;
	margin-top: 0px;
}

.s2_ul li{
	position: relative;
	margin-bottom: 0px;
}

.s2_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s2_ul2{
	position: relative;
	margin-top: 0px;
}

.s2_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s2_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s2_btn{
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 376px;
	width: 100%;
	min-height: 116px;
	padding-top: 35px;
	cursor: pointer;
	background-image: url(../img/s2_img5.png);
	font-size: 28px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
	text-transform: uppercase;
	font-family: "DINOffcPro-Black";
}

.s2_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s2_a1:hover, .s2_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s2_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s2_a2:hover, .s2_a2:focus{
	text-decoration: none;
	color: #fff;
}


/*= End SECTION 2 =*/



/*================
   = SECTION 3 =
==================*/
.s3{
	min-height: 730px;
	position: relative;
	background-color: #008CC0;
	padding-top: 60px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	float: none;

}

.s3_wrap1{
	position: relative;
	max-width: 300px;
	min-height: 300px;
}

.s3_t1{
	font-size: 60px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #fff;
	font-family: "ZabavaHuE";
}

.s3_t2{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_t3{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_t4{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s3_img1{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.s3_img2{
	display: block;
	position: absolute;
	float: right;	
	right: 0;
	bottom: 0;	
}

.s3_ul{
	position: relative;
	margin-top: 60px;
	text-align: center;
}

.s3_ul li{
	position: relative;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top;
	width: 19.7%;
}


.s3_ul li::before{
	width: 2px;
	height: 469px;
	background-image: url(../img/s3_img6.png);
	float: right;
	right: 0px;
}

.s3_ul li img{
	display: block;
	margin: 0 auto;
}

.s3_ul li p{
	margin-top: 10px;
	font-size: 26px;
	color: #ffcc00;
	font-family: "ZabavaHuE";

}

.s3_ul li span{
	display: block;
	margin: 0 auto;
	max-width: 220px;
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 28px;
}

.s3_ul2{
	position: relative;
	margin-top: 0px;
}

.s3_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s3_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s3_btn{
	position: relative;
	max-width: 350px;
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}

.s3_btn:hover{
	background-color: #000;
}

.s3_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s3_a1:hover, .s3_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s3_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s3_a2:hover, .s3_a2:focus{
	text-decoration: none;
	color: #fff;
}


/*= End SECTION 3 =*/



/*================
   = SECTION 4 =
==================*/
.s4{
	min-height: 1871px;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s4_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s4_wrap1{
	position: relative;
	max-width: 300px;
	min-height: 300px;
}

.fancy_a1{

}

.s4_t1{
	font-size: 60px;
	position: relative;
	text-align: center;
	margin-top: 0px;
	color: #e51f8e;
	font-family: "ZabavaHuE";
	margin-bottom: 30px;
}

.s4_t2{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_t3{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_t4{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s4_img1{
	display: block;
	position: absolute;
	top: 800px;
}

.s4_img2{
	display: block;
	position: absolute;
	float: right;
	right: 30px;
	top: 200px;
}

.s4_img3{
	display: block;
	position: absolute;
	float: right;
	right: 30px;
	bottom: -150px;
	z-index: 1;
}

.s4_ul{
	position: relative;
	margin-top: 0px;
}

.s4_ul li{
	position: relative;
	margin-bottom: 0px;
}

.s4_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s4_ul2{
	position: relative;
	margin-top: 0px;
}

.s4_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s4_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s4_btn{
	position: relative;
	max-width: 350px;
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}

.s4_btn:hover{
	background-color: #000;
}

.s4_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s4_a1:hover, .s4_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s4_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s4_a2:hover, .s4_a2:focus{
	text-decoration: none;
	color: #fff;
}


/*= End SECTION 4 =*/



/*================
   = SECTION 5 =
==================*/
.s5{
	min-height: 1065px;
	position: relative;
	background-color: #0074A0;
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	float: none;
}

.s5_wrap1{
	position: relative;
	margin: 0 auto;
	max-width: 370px;
	min-height: 346px;
	margin-top: 85px;
	background-color: #fff;
	border-radius: 10px;
	border: 10px solid #F8F9FA;
	margin-bottom: 50px;
}

.s5_wrap2{
	position: absolute;
	width: 100%;
	min-height: 325px;
	border: 1px dashed #A9ABAC;
	border-radius: 10px;
}

.s5_wrap1 img{
	display: block;
	margin: 0 auto;
	margin-top: -80px;
	position: relative;
	z-index: 1;
	width: 184px;
	height: 195px;
}

.s5_wrap3{
	min-height: 100px;
	padding: 13px;
}

.s5_t1{
	font-size: 60px;
	position: relative;
	margin-top: 0px;
	color: #fff;
	text-align: center;
	font-family: "ZabavaHuE";
	margin-bottom: 20px;
}

.s5_t2{
	font-size: 20px;
	color: #fff;
	position: relative;
	margin-top: 0px;
	font-family: "ZabavaHuE";
	text-align: center;
	line-height: 27px;
}

.s5_t3{
	font-size: 30px;
	color: #ffcc00;
	position: relative;
	margin-top: 20px;
	text-align: center;
	font-family: "ZabavaHuE";
}

.s5_t4{
	font-size: 24px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #e51f8e;
	font-family: "ZabavaHuE";
}

.s5_t4>span{
	font-size: 30px;
}

.s5_t4>span>span{
	font-size: 18px;
}

.s5_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s5_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s5_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s5_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s5_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s5_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s5_img1{
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.s5_img2{
	display: block;
	position: absolute;
	float: right;
	right: 0;
	top: 100px;
}

.s5_ul{
	position: relative;
	margin-top: 15px;
	text-align: center;
}

.s5_ul li{
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	font-size: 18px;
	min-height: 38px;
	padding-top: 10px;
	border-bottom: 1px solid #F2F2F2;
	margin-right: 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f8f9fa+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f9fa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8f9fa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f8f9fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f9fa',GradientType=0 ); /* IE6-9 */
}

.s5_li_zag{
	background: none !important;
	background-color: #F8F9FA !important;
	font-size: 18px;
	font-family: "DINOffcPro-Bold";
	padding: 5px;
	min-height: 60px !important;
}

.y1{
	color: #00739d;
	font-family: "DINOffcPro-Bold";
}

.x1{
	padding-top: 20px !important;
}

.x2{
	padding-top: 13px !important;
	line-height: 20px !important;
}

.x3{
	padding-top: 20px !important;
}

.s5_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s5_ul2{
	position: relative;
	margin-top: 0px;
}

.s5_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s5_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s5_btn{
	position: relative;
	max-width: 376px;
	width: 100%;
	min-height: 116px;
	padding-top: 37px;
	cursor: pointer;
	background-image: url(../img/s5_img4.png);
	font-size: 28px;
	text-transform: uppercase;
	font-family: "DINOffcPro-Black";
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}


.s5_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s5_a1:hover, .s5_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s5_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s5_a2:hover, .s5_a2:focus{
	text-decoration: none;
	color: #fff;
}

/*= End SECTION 5 =*/



/*================
   = SECTION 6 =
==================*/
.s6{
	min-height: 1200px;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s6_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-top: 50px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s6_wrap1{
	position: relative;
	min-height: 375px;
	margin-top: 20px;
}

.s6_wrap2{
	position: relative;
	min-height: 350px;
	border-radius: 10px;
	border: 10px solid #F8F9FA;
	padding: 20px;
	padding-top: 30px;
}

.s6_wrap2::before{
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: 330px;
	border-radius: 10px;
	border: 1px dashed #A9ABAC;
	top: 0;
}

.s6_t1{
	font-size: 60px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #e51f8e;
	font-family: "ZabavaHuE";
}

.s6_t2{
	font-size: 30px;
	position: relative;
	margin-top: 20px;
	text-align: center;
	color: #e51f8e;
	font-family: "ZabavaHuE";
	margin-bottom: 40px;

}

.s6_t3{
	font-size: 30px;
	position: relative;
	margin-top: 20px;
	color: #00739d;
	font-family: "ZabavaHuE";
	margin-bottom: 20px;
}

.s6_t4{
	font-size: 20px;
	position: relative;
	margin-top: 3px;
}

.s6_t5{
	font-size: 20px;
	position: relative;
	margin-top: 15px;
	font-family: "ZabavaHuE";
}

.s6_t6{
	font-size: 30px;
	position: relative;
	margin-top: 10px;
	color: #eb313e;
	font-family: "ZabavaHuE";
	
	
}

.s6_t6 span:first-child{
	text-decoration: line-through;
}

.s6_t6 span:last-child{
	text-decoration: none;
	margin-left: 30px;
	color: #15c706;
}

.s6_t7{
	font-size: 30px;
	position: relative;
	margin-top: 0px;
	color: #00739d;
	font-family: "ZabavaHuE";
}

.s6_t8{
	font-size: 20px;
	position: relative;
	margin-top: 30px;
}

.s6_t8 span{
	font-family: "DINOffcPro-Bold";
}

.s6_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s6_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s6_img1{

}

.s6_img2{
	display: block;
	position: absolute;
	top: 150px;
	left: 50px;
}

.s6_img3{
	display: block;
	position: absolute;
	float: right;
	right: 0px;
	bottom: -150px;
	z-index: 1;
}

.s6_ul{
	position: relative;
	margin-top: 0px;
}

.s6_ul li{
	position: relative;
	margin-bottom: 0px;
}

.s6_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s6_ul2{
	position: relative;
	margin-top: 0px;
}

.s6_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s6_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s6_btn{
	position: relative;
	max-width: 436px;
	width: 100%;
	min-height: 116px;
	padding-top: 35px;
	cursor: pointer;
	color: #000;
	background-image: url(../img/s6_img4.png);
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
	font-family: "DINOffcPro-Black";
	transition: 0.3s;
}

.s6_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s6_a1:hover, .s6_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s6_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s6_a2:hover, .s6_a2:focus{
	text-decoration: none;
	color: #fff;
}


/*= End SECTION 6 =*/



/*================
   = SECTION 7 =
==================*/
.s7{
	min-height: 620px;
	position: relative;
	background-color: #008ABE;
	padding-top: 60px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	float: none;
}

.s7_wrap1{
	position: relative;
	max-width: 500px;
	min-height: 340px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
}

.s7_wrap2{
	position: relative;
	min-height: 340px;
	border-radius: 10px;
	border: 10px solid #F8F9FA;
	padding: 30px;
	padding-top: 30px;
}

.s7_wrap2::before{
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: 320px;
	border-radius: 10px;
	border: 1px dashed #A9ABAC;
	top: 0;
}

.s7_wrap2 p{
	color: #e51f8e;
	font-size: 30px;
	font-family: "ZabavaHuE";
}

.s7_wrap2 span{
	font-size: 20px;
	display: block;
	margin-top: 10px;
	line-height: 30px;
}

.s7_t1{
	font-size: 60px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #fff;
	font-family: "ZabavaHuE";
}

.s7_t2{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_t3{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_t4{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s7_img1{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.s7_img2{
	display: block;
	position: absolute;
	float: right;
	right: 0;
	bottom: 0;

}

.s7_ul{
	position: relative;
	margin-top: 0px;
}

.s7_ul li{
	position: relative;
	margin-bottom: 0px;
}

.s7_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s7_ul2{
	position: relative;
	margin-top: 0px;
}

.s7_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s7_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s7_btn{
	position: relative;
	max-width: 350px;
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}

.s7_btn:hover{
	background-color: #000;
}

.s7_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s7_a1:hover, .s7_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s7_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s7_a2:hover, .s7_a2:focus{
	text-decoration: none;
	color: #fff;
}


/*= End SECTION 7 =*/



/*================
   = SECTION 8 =
==================*/
.s8{
	min-height: 1100px;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s8_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-top: 50px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s8_wrap1{
	position: relative;
	max-width: 300px;
	min-height: 300px;
}

.fancy_a2{
	transition: 0.5s;
}

.fancy_a2 img{
	max-width: 370px;
	width: 100%;
	max-height: 258px;
	margin: 0 auto;
	object-fit: cover;
	display: block;
	margin-bottom: 20px;
}

.s8_t1{
	font-size: 60px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	font-family: "ZabavaHuE";
	color: #e51f8e;
	margin-bottom: 20px;
}



.s8_t2{
	font-size: 14px;
	position: relative;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
}

.s8_t2 span{
	color: #ff9600;
	font-size: 28px;
	font-family: "DINOffcPro-Black";
	cursor: pointer;
	text-decoration: underline;
}

.s8_t3{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s8_t4{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s8_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s8_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s8_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s8_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s8_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s8_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s8_img1{
	display: block;
	position: absolute;
	top: 100px;
}

.s8_img2{
	display: block;
	position: absolute;
	bottom: -120px;
	float: right;	
	right: 0;
	z-index: 1;
}

.s8_ul{
	position: relative;
	margin-top: 0px;
}

.s8_ul li{
	position: relative;
	margin-bottom: 0px;
}

.s8_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s8_ul2{
	position: relative;
	margin-top: 0px;
}

.s8_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s8_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s8_btn{
	position: relative;
	max-width: 350px;
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}

.s8_btn:hover{
	background-color: #000;
}

.s8_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s8_a1:hover, .s8_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s8_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s8_a2:hover, .s8_a2:focus{
	text-decoration: none;
	color: #fff;
}

/*= End SECTION 8 =*/


/*================
   = SECTION 9 =
==================*/
.s9{
	min-height: 540px;
	position: relative;
	background-color: #0080B1;
	padding-top: 60px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	float: none;
}

.s9_wrap1{
	position: relative;
	max-width: 300px;
	min-height: 300px;
}

.s9_t1{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	font-size: 60px;
	font-family: "ZabavaHuE";
	color: #fff;
}

.s9_t2{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_t3{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_t4{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s9_img1{
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.s9_img2{
	display: block;
	position: absolute;
	float: right;
	right: 0;

}

.s9_ul{
	position: relative;
	margin-top: 35px;
}

.s9_ul li{
	position: relative;
	margin-bottom: 20px;
	min-height: 80px;
	border: 1px solid #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 30px;
	color: #ffcc00;
	font-family: "ZabavaHuE";
	padding-top: 25px;
	cursor: pointer;
}

.s9_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s9_ul2{
	position: relative;
	margin-top: 0px;
}

.s9_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s9_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s9_btn{
	position: relative;
	max-width: 350px;
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}

.s9_btn:hover{
	background-color: #000;
}

.s9_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s9_a1:hover, .s9_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s9_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s9_a2:hover, .s9_a2:focus{
	text-decoration: none;
	color: #fff;
}

.otv{
	display: none;
	position: fixed;
	background-color: #fff;
	z-index: 10;
	max-width: 1200px;
	width: 100%;
	height: 80%;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
	overflow-y: scroll;
	border: 10px solid #F8F9FA;
}

.otv p{
	font-size: 30px;
	color: #00739d;
	font-family: "ZabavaHuE";
	margin-bottom: 20px;
}

.otv span{
	font-size: 20px;
}

.otv .wrap{
	
	padding: 25px;
	border-radius: 10px;
}

.mod_close3{
	position: absolute;
	display: block;
	float: right;
	right: 8px;
	top: -3px;
	cursor: pointer;
	font-size: 40px !important;
	color: #A9ABAC;
}

/*= End SECTION 9 =*/


/*================
   = SECTION 10 =
==================*/
.s10{
	min-height: 970px;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s10_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-top: 75px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	float: none;
}

.s10_wrap1{
	position: relative;
	max-width: 520px;
	width: 100%;
	min-height: 680px;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 35px;
	float: right;
	right: 0;
}

.s10_wrap2{
	position: relative;
	min-height: 680px;
	border-radius: 10px;
	border: 10px solid #F8F9FA;
	padding: 30px;
	padding-top: 30px;
}

.s10_wrap2::before{
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-height: 694px;
	border-radius: 10px;
	border: 1px dashed #A9ABAC;
	top: 0;
}

.s10_t1{
	font-size: 60px;
	position: relative;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
	color: #fff;
	font-family: "ZabavaHuE";
	max-width: 560px;
	height: 100px;
	background-image: url(../img/s10_img1.png);
	padding-top: 20px;
}

.s10_t2{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_t3{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_t4{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s10_img1{

}

.s10_img2{
	
}

.s10_ul{
	position: relative;
	margin-top: 0px;
}

.s10_ul li{
	position: relative;
	margin-bottom: 10px;
}

.s10_ul li p{
	font-size: 20px;
	color: #a8a9aa;
}

.s10_ul li p span{
	color: #e51f8e;
}

.s10_ul li input{
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	border: 1px solid #DBDCDD;
	border-radius: 10px;
	background-color: #F8F9FA;
	margin-top: 5px;
	text-indent: 10px;
	box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
    -webkit-box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
    -moz-box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
}

.s10_ul li textarea{
	display: block;
	width: 100%;
	height: 160px;
	resize: none;
	border: none;
	border: 1px solid #DBDCDD;
	border-radius: 10px;
	background-color: #F8F9FA;
	margin-top: 5px;
	text-indent: 10px;
	box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
    -webkit-box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
    -moz-box-shadow:1px 1px 6px 1px rgba(207,208,209,0.1)inset;
}

.s10_ul2{
	position: relative;
	margin-top: 0px;
}

.s10_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s10_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s10_btn{
	position: relative;
	max-width: 476px;
	width: 100%;
	min-height: 120px;
	padding-top: 32px;
	cursor: pointer;
	background-image: url(../img/s10_img2.png);
	background-size: contain;
	background-repeat: no-repeat;
	color: #1c1d1e;
	font-size: 28px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	font-family: "DINOffcPro-Black";
	text-transform: uppercase;
	transition: 0.3s;
}

.s10_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s10_a1:hover, .s10_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s10_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s10_a2:hover, .s10_a2:focus{
	text-decoration: none;
	color: #fff;
}

/*= End SECTION 10 =*/


/*================
   = SECTION 11 =
==================*/
.s11{
	min-height: 345px;
	position: relative;
	background-color: #0085B8;
	padding-top: 45px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	float: none;
}

.ui-timepicker-standard a{
	text-align: left;
}

.s11_wrap1{
	position: relative;
	max-width: 300px;
	min-height: 300px;
}

.s11_t1{
	font-size: 20px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #90CAE1;
	font-family: "ZabavaHuE";
}

.s11_t2{
	font-size: 14px;
	position: relative;
	margin-top: 20px;
	text-align: center;
}

.s11_t2 a{
	font-size: 30px;
	color: #fff;
	font-family: "ZabavaHuE";
}

.s11_t2 a:hover{
	text-decoration: none;
}

.s11_t3{
	font-size: 20px;
	position: relative;
	margin-top: 60px;
	text-align: center;
	color: #90CAE1;
	font-family: "ZabavaHuE";
}

.s11_t4{
	font-size: 14px;
	position: relative;
	margin-top: 20px;
	text-align: center;
}

.s11_t5{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s11_t6{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s11_t7{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s11_t8{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s11_t9{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s11_t10{
	font-size: 14px;
	position: relative;
	margin-top: 0px;
}

.s11_img1{

}

.s11_img2{
	
}

.s11_ul{
	position: relative;
	margin-top: 0px;
}

.s11_ul li{
	position: relative;
	margin-bottom: 0px;
}

.s11_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s11_ul2{
	position: relative;
	margin-top: 0px;
}

.s11_ul2 li{
	position: relative;
	margin-bottom: 0px;
}

.s11_ul2 li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border: 1px solid #000;
}

.s11_btn{
	position: relative;
	max-width: 350px;
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}

.s11_btn:hover{
	background-color: #000;
}

.s11_a1{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s11_a1:hover, .s11_a1:focus{
	text-decoration: none;
	color: #fff;
}

.s11_a2{
	position: relative;
	color: #000;
	transition: 0.3s;
}

.s11_a2:hover, .s11_a2:focus{
	text-decoration: none;
	color: #fff;
}

/*= End SECTION 11 =*/


.s5_price{
	text-align: center;
	padding-top: 50px;
	font-size: 30px;
	font-family: "DINOffcPro-Black";
}


