@import url(reset.css);

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

::-webkit-scrollbar-button{ 
	width:6px; 
	height:0px;
} 

::-webkit-scrollbar-track{ 
	background-color: transparent; 
} 

::-webkit-scrollbar-thumb{ 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	background-color:#e71483;  
} 

::-webkit-resizer{ 
	width:7px; 
	height:0px; 
} 

::-webkit-scrollbar{ 
	width: 11px; 
}

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

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

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

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

input{
	outline: none;
}

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



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

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

.modal_form{
	display: none;
	position: fixed;
	max-width: 350px;
	min-height: 273px;
	background-color: #fff;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	z-index: 11;
}

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

.mod_p1{
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	color: #000;
}

.mod_ul{
	margin-top: 20px;
}

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

.mod_ul input{
	display: block;
	width: 100%;
	height: 47px;
	border: none;
	border: 1px solid #cccccc;
	font-size: 16px;
	text-indent: 10px;
}

.mod_btn{
	height: 50px;
	background-color: #152D4A;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 12px;
}

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

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

.mod_p4{
	text-align: center;
	font-size: 24px;
}

.mod_p5{
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
}

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


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

.owl_carousel_1{

}

.owl_carousel_1 .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_1 .owl-prev{
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 1;
	background-image: url(../);
	top: -22px;
	bottom: 0;
	margin: auto;
}

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

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

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

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


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

.logo{
	position: absolute;
	display: block;
	width: 196px;
	height: 92px;
	background-color: #00B9F0;
	border-radius: 5px;
	top: 0px;
	padding-top: 20px;
	padding-left: 10px;
	box-shadow:0px 0px 16px 1px rgba(255,0,134,0.2);
    -webkit-box-shadow:0px 0px 16px 1px rgba(255,0,134,0.2);
    -moz-box-shadow:0px 0px 16px 1px rgba(255,0,134,0.2);
}

.logo:hover{
	text-decoration: none;
}

.s1_sp1{
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Roboto-Bold";
}

.s1_sp1 span{
	color: #ff0086;
}

.s1_sp2{
	font-size: 16px;
	color: #ff0086;
}

.s1_p1{
	font-size: 36px;
	position: relative;
	margin-top: 200px;
	color: #fff;
	background-color: #FF0C87;
	padding: 10px;
	max-width: 746px;
	font-family: "Roboto-Bold";
	z-index: 2;
}

.s1_p2{
	font-size: 22px;
	position: relative;
	margin-top: -30px;
	color: #fff;
	background-color: #00A0E6;
	padding: 18px;
	margin-left: 20px;
	padding-top: 51px;
}

.s1_p3{
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0px;
	color: #fff;
	height: 74px;
	width: 100%;
	background-color: #FF0C87;
	text-align: center;
	padding-top: 14px;
}

.s1_p3::before{
	width: 21px;
	height: 10px;
	background-image: url(../img/s1_img2.png);
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

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

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

.s1_img1{

}

.s1_img2{
	
}

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

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

.s1_ul li input{
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 3px;
	border: 1px solid #DEDEDE;
	text-indent: 10px;
	font-size: 18px;
	color: #8c8c8c;
	font-family: "PTSans-Regular";
	background-color: #F5FDFF;
}

.s1_btn{
	position: relative;
	max-width: 350px;
	width: 100%;
	min-height: 50px;
	padding-top: 11px;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b3db+0,008abe+100 */
    background: #00b3db; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(#00b3db 0%, #008abe 100%);
    background: -o-linear-gradient(#00b3db 0%, #008abe 100%);
    background: linear-gradient(#00b3db 0%, #008abe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3db', endColorstr='#008abe',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	text-align: center;
	border-radius: 9px;
	border-bottom: 5px solid #005577;
	font-family: "PTSans-Bold";
	transition: 0.3s;
}

.s1_a1{
	display: block;
	position: absolute;
	float: right;
	right: 14px;
	top: 25px;
	color: #000;
	font-family: "Roboto-Medium";
	font-size: 24px;
	transition: 0.3s;
}

.s1_a1::before{
	width: 32px;
	height: 32px;
	background-image: url(../img/s1_img1.png);
	left: -43px;
	top: 0px;
}

.s1_a2{
	transition: 0.3s;
}

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

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

.s1_wrap1{
	position: relative;
	max-width: 315px;
	width: 100%;
	min-height: 340px;
	background-color: #fff;
	margin-top: 170px;
	float: right;
	right: 0;
	padding: 30px;
	padding-top: 104px;
	box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
}

.lang{
	position: absolute;
	float: right;
	right: 155px;
	top: 71px;
	z-index: 2;
}

.lang li{
	display: inline-block;
	margin-right: 9px;
}

.lang li a{
	text-transform: uppercase;
	font-family: "Roboto-Bold";
	color: #FF0C87;
	font-size: 18px;
	transition: 0.3s;
}

.lang li a:hover{
	color: #fff;
	text-decoration: none;
}

/*= End SECTION 1 =*/



/*================
   = SECTION 2 =
==================*/
.s2{
	min-height: 590px;
	position: relative;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s2_p1{
	font-size: 40px;
	position: relative;
	margin-top: 0px;
	font-family: "Roboto-Bold";
	color: #009fe3;
	text-align: center;
	max-width: 1004px;
	margin: 0 auto;
}

.s2_p1 span{
	position: relative;
	top: -14px;
}

.s2_p2{
	font-size: 16px;
	position: relative;
	margin-top: 99px;
	color: #7fbdd4;
	font-family: "Roboto-Bold";
	text-transform: uppercase;
	margin-left: 220px;
}

.s2_p2 img{
	display: block;
	position: absolute;
	left: -86px;
	top: -9px;
}

.s2_p3 img{
	display: block;
	position: absolute;
	left: -116px;
	top: -12px;
}

.s2_p4 img{
	display: block;
	position: absolute;
	left: -96px;
	top: -3px;
}

.s2_p5 img{
	display: block;
	position: absolute;
	left: -101px;
	top: -13px;
}

.s2_p3{
	font-size: 16px;
	position: relative;
	margin-top: 100px;
	color: #7fbdd4;
	font-family: "Roboto-Bold";
	text-transform: uppercase;
	margin-left: 220px;
}

.s2_p4{
	font-size: 16px;
	position: relative;
	margin-top: -219px;
	color: #7fbdd4;
	font-family: "Roboto-Bold";
	text-transform: uppercase;
	margin-left: 977px;
}

.s2_p5{
	font-size: 16px;
	position: relative;
	margin-top: 109px;
	color: #7fbdd4;
	font-family: "Roboto-Bold";
	text-transform: uppercase;
	margin-left: 977px;
}

.s2_p2 span{
	color: #003e54;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Roboto-Bold";
}

.s2_p3 span{
	color: #003e54;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Roboto-Bold";
}

.s2_p4 span{
	color: #003e54;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Roboto-Bold";
}

.s2_p5 span{
	color: #003e54;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Roboto-Bold";
}

.s2_img1{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 20px;
}

.s2_img2{
	
}

.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_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;
}

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

.s2_a1{
	transition: 0.3s;
}

.s2_a2{
	transition: 0.3s;
}

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

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


/*= End SECTION 2 =*/



/*================
   = SECTION 3 =
==================*/
.s3{
	min-height: 1055px;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s3_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	float: none;

}

.s3_p1{
	font-size: 22px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #003e54;
}

.s3_p2{
	font-size: 40px;
	position: relative;
	margin-top: 0px;
	color: #009fe3;
	text-align: center;
	font-family: "Roboto-Medium";
}

.s3_p3{
	font-size: 16px;
	position: relative;
	margin-top: 21px;
	color: #2b5163;
	font-family: "Roboto-Regular";
}

.s3_p4{
	font-size: 14px;
	position: relative;
	margin-top: 15px;
	color: #333333;
	font-family: "Roboto-Medium";
}

.s3_p5{
	font-size: 20px;
	position: relative;
	margin-top: 5px;
	color: #333333;
	font-family: "Roboto-Medium";
}

.s3_p6{
	font-size: 14px;
	position: relative;
	margin-top: 20px;
	color: #333333;
	font-family: "Roboto-Medium";
}

.s3_p7{
	font-size: 20px;
	position: relative;
	margin-top: 5px;
	color: #333333;
	font-family: "Roboto-Medium";
}

.s3_p7 a{
	color: #333333;
}

.s3_p8{
	position: absolute;
	width: 210px;
	height: 58px;
	border: 4px solid #D70D0D;
	float: right;
	right: 0px;
	bottom: 96px;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #b81515;
	font-family: "Roboto-Medium";
	padding: 0;
}

.r2{
	bottom: 80px;
}



.s3_p8 span{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	top: -7px;
}

.s3_p9{
	position: absolute;
	width: 260px;
	height: 79px;
	border: 4px solid #D70D0D;
	float: right;
	right: -13px;
	bottom: 174px;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #b81515;
	font-family: "Roboto-Medium";
	padding: 0;
}

.s3_p9 span{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	top: -10px;
}

.r3{
	bottom: 153px;
}

.s3_img1{
	display: block;
	margin-bottom: 20px;
}

.s3_img2{
	display: block;
	float: left;
	position: relative;
}

.s3_wrap1{
	min-height: 391px;
	position: relative;
	margin-left: 332px;
	padding-right: 20px;
}

.s3_wrap2{
	min-height: 391px;
	position: relative;
	margin-left: 215px;
	padding-right: 20px;
}

.s3_ul{
	position: relative;
	margin-top: 40px;
}

.s3_ul li{
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 740px;
	min-height: 290px;
	background-color: rgba(255,255,255,.8);
	clear: both;
	padding: 15px;
	padding-top: 15px;
	box-shadow:0px 0px 14px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 0px 14px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 14px 1px rgba(0,0,0,0.1);
    vertical-align: middle;
}

.r1 li{
	min-height: 320px;
}

.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{
	transition: 0.3s;
}

.s3_a2{
	transition: 0.3s;
}

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

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


/*= End SECTION 3 =*/



/*================
   = SECTION 4 =
==================*/
.s4{
	min-height: 860px;
	position: relative;
	background-color: #fff;
	padding-top: 66px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s4_p1{
	font-size: 40px;
	position: relative;
	margin-top: 0px;
	color: #009fe3;
	text-align: center;
	font-family: "PTSans-Bold";
}

.s4_p2{
	font-size: 22px;
	position: relative;
	margin-top: 20px;
	color: #003e54;
	text-transform: uppercase;
	font-family: "PTSans-Bold";
	text-align: right;
	max-width: 177px;
	margin-left: 155px;
}

.v4{
	max-width: 200px;
}

.s4_sp1{
	font-size: 32px;
	display: block;
	color: #e71483;
	font-family: "PTSans-Bold";
	width: 95px;
	height: 95px;
	background-color: #E2F8FF;
	border-radius: 50%;
	text-align: center;
	padding-top: 25px;
	position: relative;
	top: 51px;
	left: 99px;
	z-index: 1;
}

.s4_sp2{
	position: relative;
	z-index: 2;
}

.s4_p3{
	font-size: 22px;
	position: relative;
	margin-top: -158px;
	color: #003e54;
	text-transform: uppercase;
	font-family: "PTSans-Bold";
	max-width: 216px;
	margin-left: 815px;
}

.s4_sp3{
	font-size: 32px;
	display: block;
	color: #e71483;
	font-family: "PTSans-Bold";
	width: 95px;
	height: 95px;
	background-color: #E2F8FF;
	border-radius: 50%;
	text-align: center;
	padding-top: 25px;
	position: relative;
	top: 51px;
	left: -19px;
	z-index: 1;
}

.s4_p4{
	font-size: 18px;
	position: relative;
	margin-top: 341px;
	text-align: center;
	text-transform: uppercase;
	color: #003e54;
	font-family: "PTSans-Regular";
}

.s4_p5{
	font-size: 18px;
	position: relative;
	margin-top: 0px;
}

.s4_img1{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -66px;
}

.s4_img2{
	
}

.s4_ul{
	position: relative;
	margin-top: 29px;
	text-align: center;
}

.s4_ul li{
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
	width: 24%;
	vertical-align: top;
}

.s4_ul li p{
	font-size: 22px;
	text-transform: uppercase;
	color: #003e54;
	font-family: "PTSans-Bold";
	margin-top: 5px;
}

.s4_ul li span{
	font-size: 12px;
	color: #508ba1;
	font-family: "PTSans-Bold";
}

.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{
	transition: 0.3s;
}

.s4_a2{
	transition: 0.3s;
}

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

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


/*= End SECTION 4 =*/



/*================
   = SECTION 5 =
==================*/
.s5{
	min-height: 1154px;
	position: relative;
	background-color: #fff;
	background-image: url(../img/s5_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-top: 229px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s5_p1{
	font-size: 40px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #fff;
	font-family: "PTSans-Bold";
}

.s5_p1::before{
	width: 54px;
	height: 54px;
	background-image: url(../img/s5_img1.png);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -53px;
}

.s5_p2{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto-Bold";
	position: relative;
	margin-top: 123px;
	text-align: right;
	max-width: 370px;
}

.s5_p3{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto-Bold";
	position: relative;
	margin-top: 109px;
	text-align: right;
	max-width: 370px;
}

.v1{
	margin-top: 131px;
}




.s5_p4{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto-Bold";
	position: relative;
	margin-top: -212px;
	max-width: 370px;
	margin-left: 796px;
}

.v2{
	margin-top: -265px;
}

.s5_p5{
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto-Bold";
	position: relative;
	margin-top: 91px;
	max-width: 334px;
	margin-left: 796px;
}

.v3{
	margin-top: 141px;
}

.s5_p2 span{
	font-size: 18px;
	font-family: "Roboto-Regular";
	color: #cccccc;
	text-transform: none;
	display: block;
	margin-top: 5px;
}

.s5_p3 span{
	font-size: 18px;
	font-family: "Roboto-Regular";
	color: #cccccc;
	text-transform: none;
	display: block;
	margin-top: 5px;
}

.s5_p4 span{
	font-size: 18px;
	font-family: "Roboto-Regular";
	color: #cccccc;
	text-transform: none;
	display: block;
	margin-top: 5px;
}

.s5_p5 span{
	font-size: 18px;
	font-family: "Roboto-Regular";
	color: #cccccc;
	text-transform: none;
	display: block;
	margin-top: 5px;
}

.s5_img1{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 393px;
}

.s5_img2{
	
}

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

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

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

.s5_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;
}

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

.s5_a1{
	transition: 0.3s;
}

.s5_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 5 =*/



/*================
   = SECTION 6 =
==================*/
.s6{
	min-height: 1020px;
	position: relative;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s6_p1{
	font-size: 40px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	font-family: "PTSans-Bold";
	color: #00adee;
}

.s6_p2{
	font-size: 22px;
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 16px;
	text-align: center;
	color: #003e54;
}

.x1{
	float: none;
	margin: 0 auto;
	margin-top: 50px;
	padding-top: 20px;
	max-width: 380px;
	min-height: 450px;
}

.s6_p3{
	font-size: 22px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #003e54;
	font-family: "PTSans-Regular";
}

.x1 ul{
	margin-top: 23px;
}

.x1 input{
	display: block;
	max-width: 350px !important;
	width: 100%;
}

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

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

.s6_img1{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 105px;
}

.s6_img2{
	
}

.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_btn{
	position: relative;
	max-width: 210px;
	width: 100%;
	min-height: 50px;
	padding-top: 11px;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b3db+0,008abe+100 */
    background: #00b3db; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(#00b3db 0%, #008abe 100%);
    background: -o-linear-gradient(#00b3db 0%, #008abe 100%);
    background: linear-gradient(#00b3db 0%, #008abe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3db', endColorstr='#008abe',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 28px;
	text-align: center;
	border-radius: 9px;
	border-bottom: 5px solid #005577;
	font-family: "PTSans-Bold";
	transition: 0.3s;
}

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

.s6_a1{
	transition: 0.3s;
}

.s6_a2{
	transition: 0.3s;
}

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

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


/*= End SECTION 6 =*/



/*================
   = SECTION 7 =
==================*/
.s7{
	min-height: 745px;
	position: relative;
	background-color: #FBFAFB;
	background-image: url(../img/s7_bg.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 66px;
	padding-bottom: 20px;
	clear: both;
	float: none;
}

.s7_wrap1{
	position: relative;
	max-width: 322px;
	width: 100%;
	min-height: 435px;
	background-color: #fff;
	margin-top: 50px;
	box-shadow:0px 0px 14px 1px rgba(0,0,0,0.18);
	-webkit-box-shadow:0px 0px 14px 1px rgba(0,0,0,0.18);
	-moz-box-shadow:0px 0px 14px 1px rgba(0,0,0,0.18);
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.s7_wrap2{
	position: relative;
	max-width: 322px;
	width: 100%;
	min-height: 435px;
	background-color: #fff;
	margin-top: 50px;
	box-shadow:0px 0px 14px 1px rgba(0,0,0,0.18);
	-webkit-box-shadow:0px 0px 14px 1px rgba(0,0,0,0.18);
	-moz-box-shadow:0px 0px 14px 1px rgba(0,0,0,0.18);
	display: inline-block;
	vertical-align: top;
}

.s7_p1{
	font-size: 40px;
	position: relative;
	margin-top: 0px;
	color: #00adee;
	font-family: "PTSans-Bold";
}

.s7_p2{
	font-size: 40px;
	position: relative;
	margin-top: 27px;
	color: #e71483;
	font-family: "Roboto-Bold";

}

.s7_p3{
	font-size: 22px;
	position: relative;
	margin-top: 0px;
	background-color: #F5F5F5;
	min-height: 140px;
	text-align: center;
	text-transform: uppercase;
	color: #003e54;
	font-family: "PTSans-Bold";
	padding-top: 26px;
}

.s7_p4{
	font-size: 22px;
	position: relative;
	margin-top: 0px;
	background-color: #F5F5F5;
	min-height: 140px;
	text-align: center;
	text-transform: uppercase;
	color: #003e54;
	font-family: "PTSans-Bold";
	padding-top: 42px;
}

.s7_p5{
	font-size: 36px;
	position: relative;
	margin-top: 75px;
	color: #d34a92;
	text-align: center;
	font-family: "Roboto-Bold";
}

.s7_p5 span{
	font-size: 47px;
}

.s7_p6{
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	color: #508ba1;
	font-family: "Roboto-Medium";
}

.s7_p7{
	min-height: 100px;
	width: 100%;
	background-color: #00AEF1;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
	font-family: "PTSans-Bold";
}

.s7_img1{
	display: block;
	position: absolute;
	top: -157px;
	z-index: 2;
	width: 100%;
}

.s7_img2{
	
}

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

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

.s7_ul li a{
	font-size: 20px;
	color: #333333;
	font-family: "Roboto-Medium";
}

.s7_ul li span{
	font-size: 20px;
	color: #333333;
	font-family: "Roboto-Medium";
}

.s7_ul li::before{
	width: 32px;
	height: 32px;
	background-image: url(../img/s7_img1.png);
	left: -49px;
	top: -3px;
}

.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{
	transition: 0.3s;
}

.s7_a2{
	transition: 0.3s;
}

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

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


/*= End SECTION 7 =*/



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

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

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

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

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

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

.s8_img1{

}

.s8_img2{
	
}

.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_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{
	transition: 0.3s;
}

.s8_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 8 =*/


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

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

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

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

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

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

.s9_img1{

}

.s9_img2{
	
}

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

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

.s9_ul 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{
	transition: 0.3s;
}

.s9_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 9 =*/


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

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

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

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

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

.s10_p5{
	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: 0px;
}

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

.s10_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;
}

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

.s10_a1{
	transition: 0.3s;
}

.s10_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 10 =*/


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

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

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

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

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

.s11_p5{
	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_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{
	transition: 0.3s;
}

.s11_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 11 =*/


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

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

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

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

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

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

.s12_img1{

}

.s12_img2{
	
}

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

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

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

.s12_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;
}

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

.s12_a1{
	transition: 0.3s;
}

.s12_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 12 =*/


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

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

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

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

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

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

.s13_img1{

}

.s13_img2{
	
}

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

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

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

.s13_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;
}

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

.s13_a1{
	transition: 0.3s;
}

.s13_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 13 =*/


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

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

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

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

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

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

.s14_img1{

}

.s14_img2{
	
}

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

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

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

.s14_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;
}

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

.s14_a1{
	transition: 0.3s;
}

.s14_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 14 =*/


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

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

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

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

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

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

.s15_img1{

}

.s15_img2{
	
}

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

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

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

.s15_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;
}

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

.s15_a1{
	transition: 0.3s;
}

.s15_a2{
	transition: 0.3s;
}

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

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

/*= End SECTION 15 =*/






