@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";
	background-color: #F7F7F7;
}


/*::-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:#CDDB2F;  
} 

::-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   =
========================*/


.slider{
	position: relative;
	margin-top: -165px;
	height: calc(100vh - 101px);
	clear: both;
	overflow: hidden !important;
}

.slider_img1{
	display: block;
	
}

.swiper-slide{

}

.swiper-container{

}

.slider_wrap1{
	max-width: 620px;
	height: 390px;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 154px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px;
}

.slider_wrap2{
	max-width: 620px;
	height: 515px;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 154px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.slider_p1{
	font-size: 20px;
	color: #222a6a;
	font-family: "Roboto-Medium";
}

.slider_p2{
	font-size: 27px;
	color: #222a6a;
	text-transform: uppercase;
	font-family: "pfdintextcondprobold";
	margin-top: 2px;
}

.slider_p3{
	font-size: 20px;
	color: #222a6a;
	font-family: "Roboto-Medium";
	margin-top: 20px;
}

.slider_p4{
	font-size: 20px;
	margin-top: 20px;
	font-family: "Roboto-Medium";
}

.slider_p5{
	font-size: 30px;
	color: #222a6a;
	font-family: "Roboto-Medium";
	margin-top: 20px;
}

.slider_span1{
	margin-top: 20px;
	font-size: 20px;
	font-family: "Roboto-Medium";
	float: left;
	margin-left: 40px;
	margin-top: 16px;
}

.slider_img2{
	margin-top: 20px;
}

.a2{
	margin-top: 20px !important;
}

.slider_a1{
	display: block;
	max-width: 307px;
	height: 50px;
	background-color: #CDDB2F;
	border-radius: 30px;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
	color: #000;
	font-size: 18px;
	margin-top: 60px;
	font-family: "Roboto-Medium";
	transition: 0.3s;
}

.slider_a1:hover{
	text-decoration: none;
	color: #fff;
	background-color: #BCC927;
}

.swiper-next{
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: #FC0023;
	top: 504px;
	position: absolute;
	z-index: 2;
	float: right;
	right: 10px;
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(../img/arrow_next.png);
	background-position: 22px 12px;
	transition: 0.3s;
}

.swiper-next:hover{
	background-color: #EE7384;
}

.swiper-prev{
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: #FC0023;
	top: 504px;
	position: absolute;
	z-index: 2;
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(../img/arrow_prev.png);
	background-position: 17px 12px;
	transition: 0.3s;
}

.swiper-prev:hover{
	background-color: #EE7384;
}

.slide_ul1{
	min-height: calc(100vh - 200px);
	padding-top: 163px;
}

.slide_ul1>div{
	float: left;
	width: 33.333%;
	height: 373px;
	position: relative;
	border: 1px solid #fff;
	z-index: 5;
	vertical-align: middle;
	overflow: hidden;
}

.slide_ul1>div img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slide_ul1>div p{
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 5;
    text-align:center;
    font-size: 34px;
    font-family: "pfdintextcondprobold";
    text-transform: uppercase;
	
}

.slide_ul1>div span{
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 5;
	display: block;
    text-align:center;
    font-size: 20px;
    font-family: "Roboto-Medium";
}



.slide_ul1>div a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 151px;
	transition: 0.3s;
}

.slide_ul1>div a::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	background-color: rgba(255,255,255,.6);
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.5s;
}

.slide_ul1>div:last-child a{
	padding-top: 131px;
}

.slide_ul1>div a:hover{
	text-decoration: none;
}

.slide_ul1>div a:hover::before{
	height: 100%;
}

.owl_carousel_3{
	clear: both;
}

.owl_carousel_3 img{
	width: 100% !important;
}

.owl_carousel_3 .slider_img2{
	width: 317px !important;
}

.owl_carousel_3 .owl-next{
	display: block;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: #FC0023;
	top: 504px;
	position: absolute;
	z-index: 2;
	left: 0;
	right: -1110px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../img/arrow_next.png);
	background-position: 22px 12px;
	transition: 0.3s;
}

.owl_carousel_3 .owl-prev{
	display: block;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: #FC0023;
	top: 504px;
	position: absolute;
	z-index: 2;
	right: 0;
	left: -1110px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../img/arrow_prev.png);
	background-position: 17px 12px;
	transition: 0.3s;
}

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


/*================
   = HEADER =
==================*/
.header{
	height: 165px;
	position: relative;
	background-color: rgba(255,255,255,.9);
	clear: both;
	float: none;
	z-index: 2;
}



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

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

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

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

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

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

.h_img1{

}

.h_img2{
	
}

.h_ul{
	position: absolute;
	float: right;
	right: 10px;
	top: 88px;
}

.h_ul li{
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 20px;
}

.h_ul li a{
	font-size: 14px;
	color: #000;
	font-family: "Roboto-Medium";
	transition: 0.3s;
	text-transform: uppercase;
}

.h_ul li a:hover, .h_ul li a:focus{
	text-decoration: none;
	color: #CDDB2F;
}

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

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

.h_a1{
	transition: 0.3s;
}

.h_a2{
	transition: 0.3s;
}

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

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

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

.ru{
	position: absolute;
	top: 10px;
	left: 50px;
}

.h_mail{
	position: absolute;
	float: right;
	top: 10px;
	right: 15px;
	font-size: 16px;
	color: #808080;
}

.h_mail:hover{
	text-decoration: none;
	color: #808080;
}

.h_mail img{
	position: absolute;
	left: -31px;
	top: 1px;
}


.h_mail3{
	position: absolute;
	float: right;
	top: 10px;
	right: -5px;
	font-size: 16px;
	color: #808080;
}

.h_mail3:hover{
	text-decoration: none;
	color: #808080;
}

.h_mail3 img{
	position: absolute;
	left: -31px;
	top: 1px;
}

.h_tel{
	position: absolute;
	float: right;
	top: 10px;
	right: 233px;
	font-size: 16px;
	color: #808080;
}

.h_tel:hover{
	text-decoration: none;
	color: #808080;
}

.h_tel img{
	position: absolute;
	left: -26px;
	top: 0px;
}

/*= End HEADER =*/



/*================
   = CONTENT =
==================*/

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

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

.content{
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 0px;
	clear: both;
}

.breadcrumbs{
	margin: 30px 0;
}

.breadcrumbs li{
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.breadcrumbs li::before{
	content: ">";
	float: right;
	right: -10px;
}

.breadcrumbs li:last-child::before{
	display: none;
}

.breadcrumbs li a{
	color: #62abc7;
	text-decoration: underline;
}

h1{
	font-size: 47px;
	position: relative;
	font-family: "pfdintextcondprobold";
	text-transform: uppercase;
	line-height: 75px;
	margin: 30px 0;
}

h2{
	font-size: 34px;
	position: relative;
	font-family: "pfdintextcondprobold";
	text-transform: uppercase;
	line-height: 45px;
	margin: 10px 0;
}

h3{
	font-size: 18px;
	position: relative;
	font-family: "Roboto-Medium";
	text-transform: uppercase;
	line-height: 25px;
	margin: 10px 0;
}

h4{
	text-align: center;
	font-size: 34px;
	text-transform: uppercase;
	font-family: "pfdintextcondprobold";
	line-height: 45px;
	margin: 10px 0;
}

.content p{
	font-size: 18px;
	margin: 15px 0;
	font-family: "Roboto-Regular";
	text-indent: 0px;
}

.content ol li{
	font-size: 18px;
	margin: 10px 0;
	font-family: "Roboto-Medium";
	padding-left: 30px;
	list-style-type: decimal;
	list-style-position: inside;
}

.content ul li{
	font-size: 18px;
	margin: 10px 0;
	font-family: "Roboto-Medium";
	padding-left: 30px;
	position: relative;
}

.content ul li::before{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #0366B2;
	left: 14px;
	top: 8px;
}

.cb{
	clear: both;
}

.page_table{

}

.page_table th{
	background-color: #10ACC9;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: "Roboto-Medium";
	border: 1px solid #fff;
}

.page_table th:first-child{
	border-left: none;
}

.page_table th:last-child{
	border-right: 0 !important;
}

.page_table tr{
	
}

.page_table td{
	font-size: 18px;
	font-family: "Roboto-Medium";
	border: none !important;
	border: 1px solid #C6C6C6 !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #EFEFEF;
}

.wrap1{
	margin: 20px 0;
	position: relative;
	font-size: 18px;
	color: #4c4c4c;
	font-family: "Roboto-Medium";
	padding: 15px;
	border: 1px solid #9AD3E3;
}

.wrap2{
	margin: 20px 0;
	position: relative;
	font-size: 18px;
	color: #4c4c4c;
	font-family: "Roboto-Medium";
	padding: 15px;
	border: 1px dashed #9AD3E3;
}

.wrap3{
	margin: 20px 0;
	position: relative;
	font-size: 18px;
	color: #4c4c4c;
	font-family: "Roboto-Medium";
	padding: 15px;
	border: 1px dotted #9AD3E3;
}

.content a{
	font-size: 18px;
	color: #62abc7;
	text-decoration: underline;
	font-family: "Roboto-Medium";
	transition: 0.3s;
}

.content a:hover, .content a:focus{
	color: #3a66ae;
}

.content a:visited{
	color: #808080;
}

.wrap4{
	clear: both;
	margin: 20px 0;
}

.wrap4_2{
	float: left;
	max-width: 728px;
	width: 100%;
	padding-left: 20px;
}

.wrap4 img{
	display: block;
	float: left;
	max-width: 420px;
	width: 100%;
	margin-bottom: 10px;
}

.wrap4 .more{
	display: block !important;
	width: 300px !important;
	height: 50px !important;
	background-color: #CDDB2F !important;
	padding-top: 10px;
	border-radius: 50px;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
	border-top: 3px solid #CDDB2F;
}

.wrap4 .more:hover{
	border-top: 3px solid #8F991E;
}

.wrap5{
	clear: both;
	margin: 54px 0;
}

.wrap5_2{
	float: left;
	max-width: 728px;
	width: 100%;
	padding-right: 20px;
}

.wrap5 img{
	display: block;
	float: right;
	max-width: 420px;
	width: 100%;
	margin-bottom: 10px;
}

.wrap5 .more{
	display: block !important;
	width: 300px !important;
	height: 50px !important;
	background-color: #CDDB2F !important;
	padding-top: 10px;
	border-radius: 50px;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
	margin: 0 auto;
	border-top: 3px solid #CDDB2F;
}

.wrap5 .more:hover{
	border-top: 3px solid #8F991E;
}

.wrap6{
	margin: 20px 0;
}

.wrap6 a{
	display: block;
	width: 27%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.reg{
	display: block !important;
	width: 300px !important;
	height: 50px !important;
	background-color: #CDDB2F !important;
	padding-top: 10px;
	border-radius: 50px;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
	margin: 0 auto;
	font-size: 18px;
	border-top: 3px solid #CDDB2F;
	font-family: "Roboto-Medium";
	padding-top: 2px;
	border: none;
}

.reg:hover{
	border-top: 3px solid #8F991E;
}

.reg1{
	display: block !important;
	width: 300px !important;
	height: 50px !important;
	background-color: #CDDB2F !important;
	padding-top: 10px;
	border-radius: 50px;
	text-align: center;
	color: #000 !important;
	text-decoration: none !important;
	margin: 0 auto;
	font-size: 18px;
	border-top: 3px solid #CDDB2F;
	font-family: "Roboto-Medium";
}

.reg1:hover{
	border-top: 3px solid #8F991E;
}


.owl_carousel_2{
	padding-top: 0px;
	max-width: 1064px;
	margin: 0 auto;
}

.owl_carousel_2 li::before{
	display: none !important;
}

.owl_carousel_2 li img{
	margin: 0 auto;
}

.owl_carousel_2 .owl-next{
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	z-index: 1;
	background-image: url(../img/owl_next.png);
	float: right;
	right: -59px;
	top: -13px;
	bottom: 0;
	margin: auto;
}

.owl_carousel_2 .owl-prev{
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	z-index: 1;
	background-image: url(../img/owl_prev.png);
	top: -13px;
	bottom: 0;
	left: -53px;
	margin: auto;
}

/*= End CONTENT =*/


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

}

.s1_p1{
	font-size: 55px;
	position: relative;
	margin-top: 0px;
	color: #fff;
	text-transform: uppercase;
	font-family: "pfdintextcondprobold";
}

.s1_p1 span{
	color: #d0da45;
	display: block;
}

.s1_p2{
	font-size: 34px;
	position: relative;
	margin: 25px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "pfdintextcondpromedium";
}

.s1_p2 span{
	color: #d0da45;
}

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

.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: 30px;
	padding-left: 40px;
}

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

.s1_ul li::before{
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 32px;
	background-image: url(../img/s1_img1.png);
	left: -37px;
	top: 7px;
}

.s1_ul li p{
	color: #d0da45;
	font-family: "pfdintextcondpromedium";
	font-size: 34px;
}

.s1_ul li p span{
	font-size: 47px;
	font-family: "pfdintextcondprobold";
}

.s1_ul li>span{
	position: relative;
	font-family: "pfdintextcondpromedium";
	color: #fff;
	text-transform: uppercase;
	font-size: 34px;
}

.s1_ul li>span img{
	margin-left: 20px;
	position: relative;
	top: -1px;
}

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

.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: absolute;
	max-width: 480px;
	width: 100%;
	min-height: 840px;
	background-image: url(../img/s1_img3.png);
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	top: -83px;
	padding: 76px;
	padding-top: 10px;
}

.s1_sel{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 330px;
	height: 50px;
	border: none;
	border-radius: 30px;
	width: 100%;
	text-indent: 10px;
	font-size: 18px;
	color: #b2b2b2;
	position: relative;
	font-family: "Roboto-Medium";
	-webkit-appearance: none;
  	-moz-appearance: none;
 	 appearance: none;
 	 background-image: url(../img/arrow_sel.png);
 	 background-repeat: no-repeat;
 	 background-position: 94% 22px;
 	 outline: none;
}


.s1_in1{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 330px;
	height: 50px;
	border: none;
	border-radius: 30px;
	width: 100%;
	text-indent: 10px;
	font-size: 18px;
	color: #b2b2b2;
	position: relative;
	font-family: "Roboto-Medium";
	background-image: url(../img/in_img.png);
	background-repeat: no-repeat;
 	 background-position: 94% 22px;
 	 outline: none;
}

.s1_in2{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 330px;
	height: 50px;
	border: none;
	border-radius: 30px;
	width: 100%;
	text-indent: 10px;
	font-size: 18px;
	color: #b2b2b2;
	position: relative;
	font-family: "Roboto-Medium";
	background-repeat: no-repeat;
 	 background-position: 94% 22px;
 	 outline: none;
}

.s1_p3{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Roboto-Medium";
	margin: 20px 0;
	position: relative;

}

.s1_p3>span{
	display: block;
	position: absolute;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background-color: #fff;
	padding: 4px;
}

.s1_p3>span>span{
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #18256C;

}

/*= End SECTION 1 =*/



/*================
   = SECTION 2 =
==================*/
.s2{
	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;
}

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

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

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

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

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

.s2_img1{

}

.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: 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;

}

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

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

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

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

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

.s3_img1{

}

.s3_img2{
	
}

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

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

.s3_ul 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{
	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: 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;
}

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

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

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

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

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

.s4_img1{

}

.s4_img2{
	
}

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

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

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

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

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

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

.s5_img1{

}

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

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

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

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

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

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

.s6_img1{

}

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

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

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

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

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

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

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

.s7_img1{

}

.s7_img2{
	
}

.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_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 =*/


/*================
   = FOOTER =
==================*/
.footer{
	min-height: 100px;
	position: relative;
	clear: both;
	float: none;
	background-color: #F7F7F7;
	z-index: 3;
}

.dev{
	clear: both;
	position: absolute;
	float: none;
	left: 20px;
	margin-top: 74px;
	
}

.dev a{
	color: #d8d7d7;
}

.dev a:hover{
	color: #d8d7d7;
	text-decoration: none;
}

.owl_carousel_1{
	padding-top: 26px;
	max-width: 1064px;
	margin: 0 auto;
}

.owl_carousel_1 li::before{
	display: none !important;
}

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

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


/*= End FOOTER =*/



/*================
   = FOOTER2 =
==================*/



.footer2{
	position: relative;
	min-height: 190px;
	background-color: #18256C;
	clear: both;
}

.logo2{
	position: relative;
	top: 10px;
}

.h_mail2{
	position: absolute;
	float: right;
	top: 20px;
	right: 10px;
	font-size: 16px;
	color: #fff;
}

.h_mail2:hover{
	text-decoration: none;
	color: #808080;
}

.h_mail2 img{
	position: absolute;
	left: -31px;
	top: 1px;
}

.h_tel2{
	position: absolute;
	float: right;
	top: 20px;
	right: 233px;
	font-size: 16px;
	color: #fff;
}

.h_tel2:hover{
	text-decoration: none;
	color: #808080;
}

.h_tel2 img{
	position: absolute;
	left: -26px;
	top: 0px;
}

.h_ul2{
	position: absolute;
	float: right;
	right: 10px;
	top: 88px;
}

.h_ul2 li{
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 20px;
}

.h_ul2 li a{
	font-size: 16px;
	color: #fff;
	font-family: "Roboto-Medium";
	transition: 0.3s;
}

.h_ul2 li a:hover, .h_ul2 li a:focus{
	text-decoration: none;
	color: #CDDB2F;
}

.f2_line{
	height: 1px;
	background-color: #fff;
	margin-top: 23px;
}

.f2_p1{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto-Medium";
	padding: 15px 0;
}


/*= End FOOTER2 =*/



.inner-main__content img {max-width: 100%; height: auto!important;}
.inner-main__content table {max-width: 100%; border: 1px solid white; color: black; border-collapse: separate; border-spacing: 1px;}
.inner-main__content table tr td, .inner-main__content table  tr th {padding: 0.5em;}
.inner-main__content table tr th {text-align: center; font-weight: 700;vertical-align: middle;}
.inner-main__content table thead tr th {background: #191e67; color: white;}
.inner-main__content table tbody tr th {text-align: left;}
.inner-main__content table tbody tr td {text-align: center;}
.inner-main__content table tbody tr th, .inner-main__content table tbody tr td:first-child  {text-align: left;}
.inner-main__content table tbody tr:nth-child(odd) td {background: #e7e9fa;}
.inner-main__content table tbody tr:nth-child(even) td {background: #ccd0f6;}
.inner-main__content .field-group label.control-label {font-size: 1.285715em;}


.swiper-slider {width: 100%; overflow: hidden;}
.swiper-slider .swiper-slide img {max-width: 100%; height: auto;}