body{ margin: 0; padding: 0;

}

.container{
	width: 100%;
 	max-width: 1170px;
 	margin: 0 auto;
 	padding: 0 15px;
}

*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
 text-decoration: none;
 color: #fff;
}

p{
 font-size: 14px;
 color: #000;
 font-family: "OpenSans-Regular";
}

.ok{
 font-family: "OpenSans-Regular";
 text-align: center;
}

img{
 width: 100%;
}

input{
	outline:none;
}


.telephone input{
	border-radius: 5px;
	border: 1px solid rgb(222, 222, 222);
	background-color: #ffff;
	padding: 14px 20px;
	margin-top: 15px;
	width: 240px;
	font-size: 16px;
	font-family: "OpenSans-Regular";
	color: #9fa3a7;
}
.btn{
	width: 240px;
	padding: 15px 0;
	font-family: "OpenSans-Bold";
	color: #fff;
	text-transform: uppercase;
	background-color: rgb(178, 26, 26);
	font-size: 14px;
	cursor:pointer;
	border-radius: 5px;
	border: 1px solid rgb(178, 26, 26);
}

.btn:hover{
	background-color: #a21717;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}



.s6_form_phone, .s9_form_phone {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;

}
.s6_form_phone input, .s9_form_phone input {
	margin-right: 20px;
	margin-top: 0px;
}

.s6_form_phone .btn, .s9_form_phone .btn  {
	margin-left: 0px;
}
/*==============================
h1 h2 h3 h4 h5 h6
==============================*/

h1{
 	font-size: 54px;
  font-family: "UbuntuBold";
  color: rgb(0, 0, 0);
	text-align: center;
	margin-top: 40px;
  /* max-width: 630px; */
}

@media screen and (max-width: 768px){
	h1{
		font-size: 34px;
	}
}

@media screen and (max-width: 425px){
		h1{
			font-size: 30px;
		}
}




h2{
	font-size: 46px;
  font-family: "UbuntuBold";
  color: rgb(0, 0, 0);
  margin-bottom: 70px;
}

h3 {
	font-size: 28px;
	font-family: "UbuntuRegular";
}
@media screen and (max-width: 768px){
	h2{
		font-size: 34px;
	}
	h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 425px){
		h2{
			font-size: 28px;
		}
	h3 {
		font-size: 18px;
	}
}












/*==============================
HEADER
==============================*/

.header{
	width: 100%;
	height: auto;
	background-image: url(../img/bg1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

.header_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 20px 0;
}


.header_text_top{
	text-align: center;
	font-size: 16px;
	font-family: "OpenSans-Regular";
}



/*========= header_top_left =========*/

.logo {
	font-size: 55px;
	font-family: "UbuntuBold";
	color: #000;
}

.logo span{
	color: #b21a1a;
}






/*========= header_top_right =========*/

.header_top_right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.header_number {
	padding: 13px 40px;
	border: 2px solid #808080;
	border-radius: 5px;
	font-size: 16px;
	color: #808080;
	font-family: "OpenSans-Bold";
	margin-right: 20px;
	text-align: center;
}
.header_number p {
	font-family: "OpenSans-Bold";
	font-size: 16px;
}
.header_call a{
	padding: 14px 40px;
	background-color: #b21a1a;
	font-size: 14px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	border-radius: 5px;
	border: 2px solid #b21a1a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_call a:hover{
	background-color: #981818;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}



/*========= header_content =========*/

.header_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 20px;
}

.header_content_text{
	font-size: 32px;
	color: #b21a1a;
	font-family: "UbuntuBold";
	margin: 20px 0 0;
	text-align: center;
}

.advantages_img1{
	max-width: 42px;
	margin-right: 52px;
	margin-left: 9px;
}

.advantages_img2{
	max-width: 32px;
	margin-right: 59px;
	margin-left: 14px;
}

.advantages_img3{
	max-width: 48px;
	margin-right: 51px;
	margin-left: 6px;
}

.advantages_img4{
	max-width: 60px;
	margin-right: 45px;
}

.header_content_advantages_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	margin-bottom: 15px;
}

.header_content_advantages p{
	font-size: 28px;
	color: #000;
	font-family: "OpenSans-Regular";
}





/*========= header_content_form =========*/

.header_content_right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.form_p1{
	text-align: right;
	font-family: "OpenSans-Regular";
	font-size: 26px;
	margin-top: 20px;
}

.form_p1 span{
	font-weight: bold;
}

.header_content_right_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.header_content_form{
	margin-top: 50px;
	width: 333px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 27px 0px rgba(5, 5, 6, 0.85);
	padding: 30px 20px;
	border-radius: 5px;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.header_content_form p{
	color: #000;
	font-size: 18px;
	font-family: "OpenSans-Regular";
	font-weight: bold;
	margin-bottom: 20px;
}

.header_content_form input{
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid rgb(222, 222, 222);
	background-color: #f6f6f6;
	padding: 12px 44px 12px 20px;
	width: 100%;
	font-size: 18px;
	font-family: "OpenSans-Regular";
	color: #9fa3a7;
}



.header_content_right_img{
	margin-left: 60px;
	margin-top: 50px;
}

.header_content_right_img img{
	max-width: 56px;
}

.header_content_form_submit{
	border-radius: 5px;
	background-color: rgb(178, 26, 26);
	width: 100%;
	padding: 16px;
	border:none;
	color: #fff;
	font-size: 13px;
	font-family: "OpenSans-Regular";
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}

.header_content_form_submit:hover{
	background-color: #a21717;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header_content_right_arrow{
	position: absolute;
    margin-left: 323px;
    margin-top: 55px;
}


.header_content_right_arrow img {
	width: auto;
}


.header_content_left_arrow {
	position: absolute;
    margin-left: -90px;
    margin-top: 55px;
	display: none;

}


/*==============================
SECTION 1
==============================*/

.section1{
	width: 100%;
	padding: 100px 0px;
	background-color: #f1f1f1;
}

/*========= Text =========*/

.section1 h2{
	text-align: center;
}

.courses_item_left img{
	width: 145px;
	height: 145px;
}

.courses{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.courses_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.courses_item_left p{
	text-align: center;
	font-size: 16px;
	font-family: "OpenSans-Bold";
	box-shadow: 0px 1px 21px 0px rgba(5, 5, 6, 0.1);
	width: 120px;
	height: 120px;
	border-radius: 100px;
	padding: 20px;
	position: absolute;
	margin-top: 14px;
	margin-left: 12px;
}

.courses_item_left p span{
	font-size: 34px;
}

.courses_item_right p {
	max-width: 200px;
	margin-left: 20px;
    min-height: 66px;
}

.courses_item_right_1{
	font-family: "OpenSans-Bold";
	font-size: 16px;
}

.courses_item_right_2{
	font-family: "OpenSans-Regular";
	font-size: 14px;
	margin-top: 10px;
}










/*==============================
SECTION 2
==============================*/

.section2{
	width: 100%;
	height: auto;
	background-image: url(../img/bg3.jpg);
}

/*========= Text =========*/

.preparation{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}



.preparation_right img{
	margin-bottom: -5px;
}

.preparation h2{
	color: #f1f1f1;
	margin: 40px 0px;
}

.preparation_left{
	margin-left: 30px;
}

.preparation_left_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}

.preparation_left_item_text_1{
	font-size: 16px;
	color: #fff;
	font-family: "OpenSans-Bold";
	margin-bottom: 10px;
}

.preparation_left_item_text_2{
	font-size: 16px;
	color: #fff;
	max-width: 600px;
	font-family: "OpenSans-Regular";
}

.preparation_left_item_text{
	margin-left: 20px;
}

.preparation_left_item img{
	max-width: 40px;
	max-height: 50px;
}










/*==============================
SECTION 3
==============================*/

.section3{
	width: 100%;
	padding: 100px 0px;
}

/*========= Text =========*/

.guarantee{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;

}

.guarantee_img{
	margin-right: 30px;
}

.guarantee img{
	max-width: 200px;
}

.guarantee_text h2{
	margin-bottom: 20px;
}

.guarantee p{
	font-family: "OpenSans-Regular";
	font-weight: bold;
	font-size: 20px;
	color: #000;
	max-width: 740px;
}








/*==============================
SECTION 4
==============================*/

.section4{
	width: 100%;
	padding: 100px 0px 0px 0px;
	background-image: url(../img/bg4.jpg);
}

/*========= Text =========*/

.s4_content{
	margin-top: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.section4 h2{
	color: #fff;
	text-align: center;
}


.man{
	max-width: 700px;
	max-height: 400px;
	margin-bottom: -5px;
}

.s4_forma{
	padding: 10px;
}

.s4_form{
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 15px 12px rgba(0,0,0,0.25);
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 150px;
	margin-right: 250px;
}

.s4_form_submit{
	margin-top: 20px;
}

.content_right_arrow {
	position: absolute;
    margin-left: 250px;
    margin-top: -85px;
}


.content_left_arrow {
	position: absolute;
		display: none;
    margin-left: -105px;
    margin-top: -85px;
}









/*==============================
SECTION 5
==============================*/

.section5{
	width: 100%;
	background-color: #f1f1f1;
	padding: 100px 0;
}

/*========= Text =========*/

.section5_top h2{
	text-align: center;
	margin-bottom: 20px;
}

.section5_top p{
	text-align: center;
	color: #828282;
	font-size: 22px;
	font-family: "OpenSans-Regular";
}




.comments{
	margin-top: 60px;
}

.comments_item_img{
	max-width: 124px;
	max-height: 124px;
	border: 2px solid #b21a1a;
	border-radius: 100px;
	padding: 5px;
	margin-right: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.comments_item_img img{
	border-radius: 100px;
}

.comments_item{
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.comments_item_text {
	background-color: #fff;
	border-radius: 18px;
	padding: 16px 44px 24px 44px;
	margin-bottom: 10px;
	max-width: 1000px;
	width: 100%;
}
.comments_item_text p{
	font-size: 18px;
	font-family: "OpenSans-Regular";
	color: #4c4c4c;
	line-height: 1.42;
	margin-bottom: 1em;
}

.comments_item_text p span{

}

.comments_item_text span{
	color: #4c4c4c;
	font-size: 16px;
	font-family: "UbuntuRegular";
	margin-left: 45px;
}






/*========= universitet =========*/


.universitet{
	margin-top: 100px;
}

.universitet h2{
	text-align: center;
}

.universitet_logo{
	margin-top: 80px;
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}

.universitet_logo_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-ms-flex: 0 0 25%;
      flex: 0 0 25%;
	padding: 10px;
}

.universitet_logo img{
	margin-bottom: 20px;
}










/*==============================
SECTION 6
==============================*/

.section6{
	width: 100%;
	background-image: url(../img/bg4.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}

/*========= Text =========*/

.s6_content h2{
	text-align: center;
	color: #f1f1f1;
	margin-bottom: 20px;
}
.s6_content h3 {
	text-align: center;
	color: #f1f1f1;
	margin-bottom: 50px;
}

.s6_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}

.s6_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 12px rgba(0,0,0,0.25);
}

.s6_form_submit{
	margin-left: 20px;
}








/*==============================
SECTION 7
==============================*/

.section7{
	width: 100%;
	padding: 100px 0px;
}

.section7 h2{
	text-align: center;
}


/*========= teachers =========*/

.teachers{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 100px;
}

.teachers_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1 1 50%;
}

.teachers_bgc3, .teachers_bgc4{
	text-align: right;
}

.teachers_item_img{
	flex: 1 1 50%;
	height: 100%;
}

.teachers_item_img img{
	margin-bottom: -4px;
}

.teachers_item_text{
	background-color: #d2dde4;
	flex: 1 1 50%;
	padding: 20px;
}

.teachers_item_text_p1{
	font-family: "OpenSans-Regular";
	font-size: 24px;
	margin-bottom: 10px;
}

.teachers_item_text_p2{
	font-family: "OpenSans-Regular";
	font-size: 18px;
	margin-bottom: 30px;
}

.teachers_item_text_p3{
	font-size: 16px;
	font-family: "OpenSans-Regular";
	line-height: 1.857;
	margin-bottom: 30px;
}

.teachers_item_text_p4{
	font-size: 16px;
	font-family: "OpenSans-Regular";
}

.teachers_bgc1{
	background-color: #f1f1f1;
}

.teachers_bgc2{
	background-color: #a01717;
}

.teachers_bgc3{
	background-color: #d2dde4;
}


.teachers_bgc4{
	background-color: #212121;
}

.teachers_bgc2 p, .teachers_bgc4 p{
	color: #fff;
}





/*========= Text =========*/

.price{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	margin-bottom: 100px;
}

.price_item{
	text-align: center;
	padding: 40px 40px;
	margin: 20px;
	border-radius: 10px;
	box-shadow: 0px 6px 27px 0px rgba(5, 5, 6, 0.16);
}


.profil h2{
	margin-bottom: 20px;
}

.profil p{
	font-size: 32px;
	font-family: "OpenSans-Regular";
	text-align: center;
	margin-bottom: 70px;
}

@media screen and (max-width: 1024px) {


.profil p {

    font-size: 20px;
}
}




.price_p1{
	font-size: 22px;
	font-family: "OpenSans-Bold";
}

.price_p2{
	color: #a01717;
	font-family: "OpenSans-Regular";
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.price_p3{
	font-family: "OpenSans-Regular";
	font-size: 18px;
}

.price_p4{
	font-family: "OpenSans-Regular";
	font-size: 26px;
}

.price_p4 span{
	font-family: "OpenSans-Bold";
	color: #a01717;
}

.price_p5{
	font-family: "OpenSans-Regular";
	font-size: 18px;
}

.price_p6{
	font-family: "OpenSans-Regular";
	font-size: 18px;
	margin-bottom: 35px;
}

.price_p5 span{
	font-family: "OpenSans-Bold";
}

.price_p6 span{
	font-family: "OpenSans-Bold";
}


.lesson, .lesson2{
	font-family: "OpenSans-Bold";
	background-color: rgb(178, 26, 26);
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 15px 20px;
}

.lesson:hover, .lesson2:hover{
	background-color: #c81f1f;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}









/*========= profil =========*/


.pack{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	margin-top: 50px;
}

.pack_item{
	text-align: center;
	padding: 40px 40px;
	margin: 20px;
	border-radius: 10px;
	box-shadow: 0px 6px 27px 0px rgba(5, 5, 6, 0.16);
}

.pack_p1{
	font-size: 22px;
	font-family: "OpenSans-Bold";
	margin-bottom: 40px;
}


.pack_p2{
	/* color: #a01717; */
	font-family: "OpenSans-Regular";
	font-size: 18px;
	margin-bottom: 10px;
}


.pack_p3{
	font-family: "OpenSans-Regular";
	font-size: 18px;
	margin-top: 30px;
}

.pack_p4{
	font-family: "OpenSans-Regular";
	font-size: 26px;
}

.pack_p4 span{
	font-family: "OpenSans-Bold";
	color: #a01717;
}


.pack_p5{
	font-family: "OpenSans-Regular";
	font-size: 18px;
	margin-bottom: 55px;
}






/*==============================
SECTION 8
==============================*/

.section8{
	width: 100%;
	padding: 100px 0px ;
	background-image: url(../img/bg8.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

/*========= Text =========*/

.section8 h2{
	text-align: center;
	color: #fff;
}

.discount{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.discount_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.discount_item_left img{
	width: 100px;
	height: 100px;
	position: relative;
}

.discount_item_left p{
	font-size: 28px;
	color: #fff;
	font-family: "UbuntuBold";
	position: absolute;
	margin-top: 32px;
	margin-left: 24px;
}

.discount_item_right p{
	max-width: 300px;
	margin-left: 20px;
	font-family: "OpenSans-Regular";
	font-size: 16px;
	color: #f1f1f1;
}



/*==============================
SECTION 9
==============================*/

.section9{
	width: 100%;
	padding: 100px 0px ;
	color: #f1f1f1;
}

/*========= Text =========*/

.section9 h2{
	text-align: center;
}

.work_item{
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.work_item:last-child{
	margin-bottom: 0;
}

.work_number{
	font-size: 50px;
	color: #9c9c9c;
	font-family: "UbuntuBold";
	margin-right: 50px;
}

.work_line{
	font-size: 50px;
	color: #9c9c9c;
	font-family: "UbuntuBold";
	margin-right: 15px;
}

.work_text{
	font-size: 22px;
	font-family: "OpenSans-Regular";
	color: #000;
	width: 900px;
}



.faq{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.faq_item{
	margin-bottom: 70px;
}

.faq h2{
	margin: 100px 0px 70px 0px;
}

.faq_item_quaestion{
	font-size: 36px;
	color: #901515;
	font-family: "UbuntuBold";
}

.faq_item_answer{
	font-size: 22px;
	margin-top: 20px;
    font-family: "OpenSans-Regular";

}







/*========= city =========*/


.city h2{
	margin-top: 70px;
}

.map{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.map_item{
	margin-bottom: 15px;
	padding: 5px;
}

.map_item h4 {
	color: #000;
	font-size: 18px;
	font-family: "OpenSans-Regular";
	text-align: center;
	margin-bottom: 15px;
}


/*========= question =========*/
.question h2{
	margin-top: 100px;
	margin-bottom: 30px;
}
.question p{
	font-size: 28px;
	font-family: "OpenSans-Regular";
	text-align: center;
	margin-bottom: 50px;
}

.question-form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}



.s9_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid rgb(222, 222, 222);
	box-shadow: 0px 6px 27px 0px rgba(5, 5, 6, 0.16);
	border-radius: 5px;
	padding: 20px;
}



.s9_form_submit{
	margin-left: 20px;
}










/*==============================
FOOTER
==============================*/

.footer{
	width: 100%;
	padding: 50px 0px;
	background-image: url(../img/bg4.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

/*========= Text =========*/

.footer_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.footer_logo{
	font-size: 55px;
	font-family: "UbuntuBold";
	color: #fff;
}

.footer_logo span{
	color: #e04545;
}

.confidentiality{
	font-family: "UbuntuRegular";
	color: #f1f1f1;
	margin-top: 10px;
}

.confidentiality a{
	text-decoration: underline;
}

.footer_number p{
	padding: 13px 40px;
	border: 2px solid #fff;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-family: "OpenSans-Bold";
	margin-bottom: 30px;
	text-align: center;
}

.call a{
	padding: 15px 40px;
	background-color: #e04545;
	font-size: 14px;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	border-radius: 5px;
	border: 2px solid #e04545;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.call a:hover{
	background-color: #c22525;
	border: 2px solid  #c22525;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}








/*==============================
MODAL FORM
==============================*/

#modal_form, #modal_form2, #modal_form3, #modal_form4{
	width: 400px;
	min-height: 300px;
	border-radius: 5px;
	border: 2px  solid #000;
	background: #fff;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	display: none;
	opacity: 0;
	z-index: 5;
	padding: 20px 10px;
}
#modal_form4  {
	margin-top: 0px;
	margin-left: -50%;
	top: 3%;
	height: auto;
	width: 100%;

}
#modal_form4 p {
	font-family: "OpenSans-Regular";
	font-size: 14px;
}

@media screen and (max-width: 1024px){
	#modal_form4 p {
		margin-bottom: 5px;

	}
}
@media screen and (max-width: 768px){
	#modal_form4 p {
	font-size: 12px;

	}
}
@media screen and (max-width: 425px){
	#modal_form, #modal_form2, #modal_form3 {
		width: 300px;
	}
}

/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_close{
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Пoдлoжкa */
#overlay {
	z-index:3;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}

.modal_form_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-top: 40px;
}

.modal_form_content p{
	font-size: 16px;
	font-family: "OpenSans-Bold";
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.window_form_submit{
	margin-top: 20px;
	margin-bottom: 30px;
}

.town-drop-a {
    color: #3a3a3a;
    text-decoration: none;
		font-family: "OpenSans-Bold";
		cursor: pointer;
}
.town-drop-a span {
border-bottom: 1px solid #3a3a3a;
border-bottom-style: dashed;
}
.header_text_top img {
	width: 14px;
	height: 8px;
}

@media screen and (max-width: 400px){
	.town-drop-a {
		display: block;
	}
}


.header_top_left {
	position: relative;
}

.town-list {
    position: absolute;
    width: auto;
    z-index: 201;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    min-width: 200px;
    display: none;

  }

.town-list     ul {
  list-style: none;
  padding: 20px 10px 40px 20px;
    text-align: left;
}

.town-list ul li {
    margin-bottom: 5px;
  }


.town-list ul li a {
	border-bottom: 1px solid #d0d0d0;
	border-bottom-style: dashed;
  color: #3a3a3a;
	font-family: "OpenSans-Bold";
}

@media screen and (max-width: 400px){

	.town-list {
		left: -20px;
	}
}
