
.wrapper {
	width: 1680px;
	margin: auto;
}
iframe{
  width: 100%;
  height: 400px;
}
.map_block{
  background-color:#F5F5F5;
  height: 600px;
}
.last{
margin-top: 0px!important;
width: 100%;
height: 5px;
opacity: 0.4;
}
.map_block  h1{
text-align: center;
font-size: 42px;
font-family: 'Montserrat', sans-serif;
margin-top: 40px;
margin-bottom: 40px;
}
a{
	text-decoration: none;
}
#block2id{
    padding-top: 100px;
}
#block4_programmsid{
    padding-top: 100px;
}
#block5_priceid{
    padding-top: 100px;
}
#block6_contactsid{
    padding-top: 0px;
}

.button{
	width: 250px;
	height: 60px;
	border-radius: 90px;
	cursor: pointer;
	background-color: #5D5A58;
	opacity: 0.8;
	color: #fff;
	font-family: helvetica;
	font-size: 20px;
	border:1px solid #5D5A58;
	text-decoration:none;
	outline: none;
	margin: 0 auto;
	text-align: center;
}

.button h4{
	margin-top: 20px;
}

.button:hover{
	color: black;
	background: rgba(88,198,232,1);
	background: -moz-linear-gradient(left, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88,198,232,1)), color-stop(41%, rgba(116,207,171,1)), color-stop(100%, rgba(237,243,245,1)));
	background: -webkit-linear-gradient(left, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	background: -o-linear-gradient(left, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	background: -ms-linear-gradient(left, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	background: linear-gradient(to right, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c6e8', endColorstr='#edf3f5', GradientType=1 );
}

/*Navigation*/
.nav{
	z-index: 3;
	text-align: right;
	width: 100%;
	height: 90px;
	background-color: #5D5A58;
	opacity: 0.8;
	position: fixed;
	font-family: helvetica;
}
.nav_wrapper{
	width: 1440px;
	height: 90px;
	margin: 0 auto;
}


.logo1 img {
	float: left;
	width: 200px;
	height: 90px;

}
.logo2 img {
	float: left;
	width: 100px;
	height: 90px;

}

.nav_tabs{
	width: 900px;
	height: 60px;
	margin: 0 auto;
	float: left;
}
.nav .nav_tabs ul li {
	color: #fff;
	float: left;
	margin: 20px;
	margin-top: 30px;
	margin-left: 80px;
}
.nav .nav_tabs ul li:hover{
	text-shadow: 0 0 60px #00C0CD;
}

.contacts{
	float: left;
}

.contacts img{
	padding-top: 13px;
	float: left;
	width: 40px;
	height: 60px;
}

.cells{

	margin-left: 60px;
	padding-top: 10px;
}

.cells ul li{
	font-family: helvetica;
	color: #fff;
	margin-top: 10px;
}
/*Hamburger menu*/
.icons{
    display: none;
    width: 45px;
    height: 35px;
    cursor: pointer;
    position: relative;
}
.icons span {
    display: block;
    position: absolute;
    width: 100%;
    height: 9px;
    background:#fff;
    border-radius: 9px;
    opacity: 0.8;
    left: 0px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    margin-top: 20px;
}
.icons span:nth-child(1){
 top: 0px;
}

.icons span:nth-child(2), .icons span:nth-child(3){
top: 13px;
}

.icons span:nth-child(4){
top: 26px;
}
/*End Hamburger Menu*/

.nav_botton_border{
	z-index: 3;
	position: fixed;
	margin-top: 90px;
	width: 100%;
	height: 5px;
	opacity: 0.4;
	background: rgba(88,198,232,1);
	background: -moz-linear-gradient(left, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88,198,232,1)), color-stop(41%, rgba(116,207,171,1)), color-stop(100%, rgba(237,243,245,1)));
	background: -webkit-linear-gradient(left, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	background: -o-linear-gradient(left, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	background: -ms-linear-gradient(left, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	background: linear-gradient(to right, rgba(88,198,232,1) 0%, rgba(116,207,171,1) 41%, rgba(237,243,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c6e8', endColorstr='#edf3f5', GradientType=1 );
}
/*Header*/

header{
	width: 100%;
	height: 900px;
	background-image: url(../images/header_background.jpg);
	background-size: cover;
}
.header_logo{
	width: 280px;
	margin: 0 auto;
	display: none;
}
.header_top_border{
	margin: 0 auto;
	width: 90%;
	margin-bottom: 120px;
	height:5px;
	opacity: 0.4;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );

}
.header_bottom_border{
	margin: 0 auto;
	margin-top: 120px;
	width: 90%;
	height:5px;
	opacity: 0.4;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );

}

.block1_headline{
	padding-top: 270px;
	width: 90%;
	height: 400px;
	margin: 0 auto;
	text-align: center;
}

.block1_headline h1{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 59px;
}
.header_button{
	padding-top:70px;
}
/*Block 2 ----*/
.block2{
width: 100%;
height: 450px;
background-color: #fff;
padding-bottom: 30px;
display: table;
}

.block2_wrapper{
	padding-top: 20px;
	margin: 0 auto;
	width: 1500px;
	height: 450px;
}


.block2_textbox{
	color: #313131;
	text-align: justify;
	float: left;
	width: 55%;

}
.block2_textbox h1{
	text-align: left;
	font-size: 32px;
	font-family: helvetica;
}
.block2_textbox h2{
	padding-top: 20px;
	font-size: 32px;
	font-family: helvetica;
}
.block2_textbox p{
	padding-top: 25px;
	font-size: 20px;
	font-family: helvetica;
}
.block2_textbox h3{
	padding-top: 35px;
	font-size: 24px;
	font-family: helvetica;
}

.block2_textbox_line{
	margin-top: 20px;
	width: 50%;
	height:3px;
	opacity: 0.4;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );
}

/*.block2_photobox{
	padding: 10px;
	float: left;
	width: 310px;
	height: 410px;
}*/

.block2_photobox img{
	width: 490px;
	height: 490px;
	float: right;
}
.block3_top_border{
	display: table;
	width: 100%;
	height:5px;
	opacity: 0.8;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );

}
/*Block 3 Sertificate*/
.block3_sertifacate{
	width: 100%;
	height: 400px;
	background-color: #F5F5F5;
	display: table;
}
.block3_sertifacate h1{
	padding-top: 40px;
	opacity: 1;
	color: #313131;
	text-align: center;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
}
.sertificate_img{
	margin-top: 80px;
	width: 910px;
	height: 350px;
	margin: 0 auto;
}
/*Block4*/
.block4_programms{
	width: 100%;
	height: 700px;
	border-top: 4px solid #D8B5A2;
	padding-top: 40px;
	background-color: #fff;

}

.block4_programms span {
	color: red;
}
.owl-nav{
	width: 1440px;
	position: relative;
	bottom: 450px;
	    left: 100px;
}
.owl-nav span{
	font-size: 70px;
}
.owl-prev{
	position: absolute;
	left: 0;
}
.owl-next{
	position: absolute;
	right: 0;
}

.block4_h1{
	opacity: 1;
	color: #313131;
	text-align: center;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
}
/*Slider 1*/
.slider_bg_item1{
width: 700px;
height: 500px;
background-color: #fff;
/*border:4px solid #D8B5A2;*/
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
}
.slider_item1_logo{
	padding-top: 15px;
	width: 450px;
	height: 150px;
	margin: 0 auto;
}

.block4_item1_headline{
	padding-top: 60px;
	font-family: 'Montserrat', sans-serif;
	color: #D8B5A2;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.slider_item1_p{
	padding-left: 5px;
	padding-top: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #37474F;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item1_h4{
	padding-left: 5px;
	padding-top: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #0288D1;
	text-align: center;
	font-size: 18px;
	text-align: left;
}


.slider_item1_line{
	margin-top: 15px;
	width: 90%;
	height:2px;
	margin: 0 auto;
	opacity: 0.8;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );

}
/*Slider2*/

.slider_bg_item2{
width: 700px;
height: 500px;
background-color: #fff;
/*border:4px solid #D8B5A2;*/
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
}

.slider_item2_logo{
	padding-top: 15px;
	width: 275px;
	height: 150px;
	margin: 0 auto;
}

.block4_item2_headline{
	padding-top: 60px;
	font-family: 'Montserrat', sans-serif;
	color: #D8B5A2;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.slider_item2_p{
	padding-left: 5px;
	padding-top: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #37474F;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item2_h4{
	padding-left: 5px;
	padding-top: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #0288D1;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item2_line{
	margin-top: 15px;
	width: 90%;
	height:2px;
	margin: 0 auto;
	opacity: 0.8;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );

}
/*Slider3*/

.slider_bg_item3{
width: 700px;
height: 500px;
background-color: #fff;
/*border:4px solid #D8B5A2;*/
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
}

.slider_item3_logo{
	padding-top: 6px;
    width: 213px;
	height: 150px;
	margin: 0 auto;
}

.block4_item3_headline{
	padding-top: 60px;
	font-family: 'Montserrat', sans-serif;
	color: #D8B5A2;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.slider_item3_p{
	padding-left: 5px;
	padding-top: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #37474F;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item3_h4{
	padding-left: 5px;
	padding-top: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #0288D1;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item3_line{
	margin-top: 15px;
	width: 90%;
	height:2px;
	margin: 0 auto;
	opacity: 0.8;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );
}
/*Slider4*/

.slider_bg_item4{
width: 700px;
height: 500px;
background-color: #fff;
/*border:4px solid #D8B5A2;*/
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
}

.slider_item4_logo{
	padding-top: 6px;
    width: 290px;
	height: 150px;
	margin: 0 auto;
}

.block4_item4_headline{
	padding-top: 60px;
	font-family: 'Montserrat', sans-serif;
	color: #D8B5A2;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.slider_item4_p{
	padding-left: 5px;
	padding-top: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #37474F;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item4_h4{
	padding-left: 5px;
	padding-top: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #0288D1;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item4_line{
	margin-top: 15px;
	width: 90%;
	height:2px;
	margin: 0 auto;
	opacity: 0.8;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );
}
/*Slider5*/

.slider_bg_item5{
width: 700px;
height: 500px;
background-color: #fff;
/*border:4px solid #D8B5A2;*/
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
}

.block5_price span{
	color: red;
}

.slider_item5_logo{
	padding-top: 6px;
    width: 250px;
	height: 150px;
	margin: 0 auto;
}

.block4_item5_headline{
	padding-top: 60px;
	font-family: 'Montserrat', sans-serif;
	color: #D8B5A2;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.slider_item5_p{
	padding-left: 5px;
	padding-top: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #37474F;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item5_h4{
	padding-left: 5px;
	padding-top: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #0288D1;
	text-align: center;
	font-size: 18px;
	text-align: left;
}

.slider_item5_line{
	margin-top: 15px;
	width: 90%;
	height:2px;
	margin: 0 auto;
	opacity: 0.8;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );
}

.owl-carousel .owl-stage-outer {
	background-color: #fff;
}
/*Block 5  price*/
.block5_price{
	width: 100%;
	height: 1400px;

}
.block5_price img{
	width: 100px;
	height: 100px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
}

.block5_price_h1{
	text-align: center;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;

}
.block5_price h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #D8B5A2;
	padding-bottom: 10px;
}

.block5_price p{
	padding-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #37474F;
}

.price_wrapper{
	width: 1170px;
	height: 1000px;
	margin:0 auto;
	display: table;
}

.price_item_line{
	margin-top: 10px;
	width: 50%;
	height:2px;
	margin: 0 auto;
	opacity: 0.8;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );
}

.price_item1{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item2{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item3{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item4{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item5{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item6{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item7{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item8{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item9{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item10{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item11{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item12{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item13{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 70px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}

.price_item14{
	width: 500px;
	height: 150px;
	background-color: #fff;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: 17px 17px 20px -11px rgba(0,192,205,0.53);
}
/*Block6 Contacts*/
.block6_contacts{
	width: 100%;
	height: 400px;
}
.block6_contacts h1{
	text-align: center;
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 40px;
	margin-bottom: 40px;

}
.block6_top_border{
	margin-top: 40px;
	width: 100%;
	height:5px;
	opacity: 0.4;
	background: rgba(240,244,245,1);
	background: -moz-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,244,245,1)), color-stop(10%, rgba(240,244,245,1)), color-stop(34%, rgba(116,213,237,1)), color-stop(66%, rgba(116,207,148,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(240,244,245,1) 0%, rgba(240,244,245,1) 10%, rgba(116,213,237,1) 34%, rgba(116,207,148,1) 66%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f5', endColorstr='#ffffff', GradientType=1 );

}

.contacts_wrapper{
	width: 1170px;
	height: 300px;
	margin: 0 auto;

}

.contacts_wrapper a {
    width: 16%;
    display: inline-block;
}
.contacts_botton {
    display: block!important;
    padding-top: 40px;
    margin: 0 auto;
    width: 26%!important;
}

.contacts_wrapper img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}

.contacts_wrapper button{
	display: block;
	margin: 0 auto;
	margin-top: 60px;
}
/*Footer*/

footer {
	width: 100%;
	height: 60px;
	background-color: #5D5A58;
}

footer h1{
	color: #fff;
	font-family: helvetica;
	text-align: center;
	font-size: 18px;
}
footer h4{
	color: #fff;
	font-family: helvetica;
	text-align: center;
	font-size: 17px;

}

.footer_h1{
	width: 800px;
	height: 20px;
	float: left;
	padding-left: 80px;
	padding-top: 20px;
}

.footer_h4{
	padding-top: 30px;
	width: 200px;
	height: 20px;
	float: right;
	padding-right: 10px;

}

.webers_logo{
	padding-right: 40px;
	padding-top: 10px;
	width: 40px;
	height: 40px;
	float: right;
}
@media(max-width: 1680px){
	.wrapper{
		width: 1400px;
		margin: 0 auto;
	}
	.block2_wrapper {
    width: 1340px;
}
	.owl-nav{
	left: 0px;
}
}

@media(max-width: 1440px){
	.wrapper{
		width: 1400px;
		margin: 0 auto;
	}

	.nav_tabs {
    width: 565px;
	}

	.logos {
    margin-left: 40px;
    padding-left: 0px;
    width: 300px;
}
    .nav .nav_tabs ul li {
    margin-left: 10px;

}
.nav_wrapper {
    width: 1250px;
}
	.block2_wrapper{
	width: 1130px;

}

.owl-nav{
	width: 1400px;
}
}
@media(max-width: 1440px){

	.wrapper{
		width: 1200px;
	}

	.owl-nav {
    width: 1200px;
}
}
@media(max-width: 1200px){
	.wrapper{
		width: 1100px;
		margin: 0 auto;
	}

	.footer_h1 {
    width: 480px;
	}

	.owl-nav{
	width: 1030px;
	left: 50px;
}
}
@media (max-width: 1100px){
	.wrapper {
   	 	width: 900px;
   	 	margin: 0 auto;
}
	.block2_wrapper {
    	width: 900px;
}


}
@media(max-width: 1096px){
	.wrapper {
    width: 900px;
    margin: 0 auto;
}
.nav_wrapper {
    width: 1000px;
  }

  .logo1 img {
    float: left;
    width: 130px;
    height: 90px;
    }
    .logo2 img {
    float: left;
    width: 80px;
    height: 80px;
}
.nav .nav_tabs ul li {
    margin: 5px;
    margin-top: 30px;
  }

	.nav_tabs {
    width: 480px;
}
.block2_wrapper {
    width: 820px;
}
.owl-nav {
    width: 870px;
    left: 50px;
}
.block2_photobox img {
    width: 330px;
    height: 330px;
    float: right;
}

.contacts_wrapper {
    width: 920px;
}
.price_wrapper {
    width: 760px;
   }

  .price_item1 {
    width: 380px;
    margin-left: 0px;
}
 .price_item2 {
    width: 380px;
    margin-left: 0px;
}
 .price_item3 {
    width: 380px;
    margin-left: 0px;
}
 .price_item4 {
    width: 380px;
    margin-left: 0px;
}
 .price_item5 {
    width: 380px;
    margin-left: 0px;
}
 .price_item6 {
    width: 380px;
    margin-left: 0px;
}
 .price_item7 {
    width: 380px;
    margin-left: 0px;
}
 .price_item8 {
    width: 380px;
    margin-left: 0px;
}
 .price_item9 {
    width: 380px;
    margin-left: 0px;
}
  .price_item10 {
    width: 380px;
    margin-left: 0px;
}
  .price_item11 {
    width: 380px;
    margin-left: 0px;
}
  .price_item12 {
    width: 380px;
    margin-left: 0px;
}
 .price_item13 {
    width: 380px;
    margin-left: 0px;
}
   .price_item14 {
    width: 380px;
    margin-left: 0px;
}
}

@media(max-width: 1056px){
	.block2_photobox img {
    width: 440px;
    height: 440px;
    float: right;
}
.nav_wrapper {
    width: 1110px;
}
.nav_tabs {
    width: 415px;
}
.block2_textbox {
    width: 45%;
}
.owl-nav {
    width: 800px;
    left: 50px;
}
}
@media(max-width: 1038px){
  .nav_tabs {
      width: 455px;
  }
}
@media(max-width: 1024px){
	.wrapper{
		width: 800px;
		margin: 0 auto;
}
.nav_wrapper {
    width: 800px;
}

.owl-nav{
	width: 710px;
}

.nav .nav_tabs ul li {
    margin-left: 0px;
}

.nav .nav_tabs ul li {
    color: #fff;
    float: none;
    margin: 20px;
}
 .icons{
        display: inline-block;
    }
 .links{
        position: fixed;
        display: none;
        top: 0px;
        left: 0px;
        right: 0px;
        margin-top: 94px;
        background-color: #5D5A58;
        z-index: 1000;
        overflow: auto;
        opacity: 0;
    }

    .menu-item{
        display: block;
        padding:10px 0;
        text-align: center;
        color: white;
    }

    .nav.menu-open .icons span:nth-child(1){
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .nav.menu-open .icons span:nth-child(2){
        transform: rotate(45deg);

    }
    .nav.menu-open .icons span:nth-child(3){
        transform: rotate(-45deg);

    }
    .nav.menu-open .icons span:nth-child(4){
        top: 18px;
        width: 0%;
        left: 50%;
    }
     .nav.menu-open .links {
    	opacity: 1;
    	display: block;
	}
     .nav_tabs {
    width: 18%;
	}

header{
	display: table;
}
.block1_headline {
    padding-top: 200px;
}
.block2_wrapper {
    width: 800px;

}

.block2_textbox {
    float: none;
    width: 100%;
}
.block2_photobox{
	margin: 0 auto;
	width: 400px;
    height: 500px;
}

.block5_price {
   width: 100%;
  height: 100%;
}
.price_wrapper {
    width: 470px;
    height: 100%;

}
.price_item1{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item2{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item3{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item4{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item5{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item6{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item7{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item8{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item9{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item10{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item11{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item12{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item13{
	margin-left: 50px;
    margin-top: 40px;
}
.price_item14{
	margin-left: 50px;
    margin-top: 40px;
}

.contacts_wrapper {
    width: 800px;
    display: table;

}

.footer_h1 {
    width: 400px;
}
.sertificate_img {
    width: 790px;

}

.contacts_wrapper button {
    margin-top: 0px;

}
.contacts_wrapper a {
    width: 30%;
    margin: 10px;
}

.contacts_botton {
    display: block!important;
	width: 96%!important;
}

#block6_contactsid {
    display: table;
}
}



@media(max-width: 768px){

	.wrapper{
		width: 650px;
	}
	.nav_wrapper {
    width: 650px;
}
.owl-nav {
    width: 650px;
    left: 10px;
}

.nav_tabs {
    width: 2%;
}
.block2_wrapper {
    width: 650px;
}

.block2_photobox img {
    width: 400px;
    height: 400px;
    float: right;
}

.sertificate_img {
    width: 580px;
}
.contacts_wrapper {
    width: 650px;
}
.contacts_wrapper a {
    width: 26%;
    margin: 20px;
}

.contacts_wrapper {
    display: table;
}

.block6_contacts {
    display: table;
    padding-bottom: 20px;
}
footer{
	display: table!important;
}

.footer_h1 {
    width: 300px;
}

footer h1 {
    text-align: left;
}

.webers_logo {
    padding-top: 40px;
    }
}


@media(max-width: 650px){
	.wrapper{
		width: 450px;
	}
	.nav_wrapper {
    width: 390px;
}

.nav {
    height: 0px;
    display: table;
}
.contacts {

    padding-left: 60px;
}

.links {
    margin-top: 171px;
}
.nav_botton_border {
    margin-top: 171px;

}

.sertificate2 {
    margin-left: 80px!important;
}


.block1_headline h1 {
    font-size: 39px;
}

.block2_wrapper {
    width: 430px;
}

.sertificate_img {
    width: 300px;
}

.owl-nav {
    width: 480px;
}

.slider_bg_item1 {
    width: 450px;
    height: 540px;
}
.slider_bg_item2 {
    width: 450px;
    height: 540px;
}
.slider_bg_item3 {
    width: 450px;
    height: 540px;
}
.slider_bg_item4 {
    width: 450px;
	height: 540px;
}
.slider_bg_item5 {
    width: 450px;
	height: 540px;
}

.price_wrapper {
    width: 390px;
    height: 100%;
}

.price_item1 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item2 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item3 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item4 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item5 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item6 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item7 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item8 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item9 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item10 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item11 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item12 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item13 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.price_item14 {
	margin-left: 20px;
    width: 370px;
    height: 140px;
}
.contacts_wrapper {
    width: 280px;
}
.contacts_wrapper a {
    width: 27%;
    margin: 30px;
}

.webers_logo {
    padding-top: 30px;
    padding-right: 40px;
    width: 40px;
    height: 40px;
    float: right;

}
.contacts_botton {
    display: block!important;
    width: 80%!important;
}

.footer_h4 {
    padding-top: 60px;
    width: 340px;
    height: 30px;
    float: right;
    padding-right: 10px;
}
footer h4 {
    color: #fff;
    font-family: helvetica;
    text-align: right;
    font-size: 17px;
}
}



@media(max-width: 648px){
	.owl-nav {
    width: 460px;
}
}

@media(max-width: 640px){

	.owl-nav {
    width: 450px;
}
}
@media(max-width: 460px){
	.logo1 img {
    display: none;
}
.nav_botton_border {
    margin-top: 89px;
}
.links {
    margin-top: 94px;
}
.block1_headline {
    padding-top: 100px;
}

.header_logo {
    display: block;
}

.header_top_border {
    margin-bottom: 40px;
}

.header_bottom_border {
    margin-top: 40px;
    }

}

@media(max-width: 444px){
	.owl-nav {
    width: 410px;
}
.block2_textbox {
    float: none;
    width: 98%;
}
}
@media(max-width: 425px){
		.wrapper{
			width: 320px;
		}
		.nav_wrapper {
   		 width: 320px;
}
.nav_botton_border {
    margin-top: 90px;
}
.links {
    margin-top: 93px;
}
.owl-nav{
	width: 320px;
	bottom: 640px;
}
.contacts {
    padding-left: 30px;
}

.block1_headline h1 {
    font-size: 30px;
}
.sertificate2{
	margin-left: 30px;
}

.sertificate2 {
    margin-left: 80px!important;
}


.block2_wrapper {
    width: 320px;
}
.block2_textbox h1 {
    font-size: 36px;

}

.block2_photobox {
    width: 300px;
    height: 520px;
}

.block2_photobox img {
    width: 300px;
    height: 300px;

}

.block4_programms {
    height: 970px;
}
.slider_bg_item1 {
    width: 320px;
    height: 720px;
}
.slider_bg_item1 {
    width: 320px;
    height: 720px;
}
.slider_bg_item2 {
    width: 320px;
    height: 720px;
}
.slider_bg_item3 {
    width: 320px;
    height: 720px;
}
.slider_bg_item4 {
    width: 320px;
    height: 720px;
}
.slider_bg_item5 {
    width: 320px;
    height: 720px;
}
.slider_item1_logo {
    padding-top: 15px;
    width: 320px;
    height: 100px;

}
.price_wrapper {
    width: 320px;
}
.price_item1 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item2 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item3 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item4 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item5 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item6 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item7 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item8 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item9 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item10 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item11 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item12 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item13 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.price_item14 {
    margin-left: 20px;
    width: 290px;
    height: 170px;
}
.block5_price p {
    text-align: right;
    margin-right: 10px;
}

.block5_price h1 {
    text-align: center;
    }

.price_item_line {
    float: right;
    margin:none;
    }
.webers_logo {
    padding-top: 50px;
    padding-right: 0px;
    width: 30px;
    height: 30px;
}

.footer_h1 {
    padding-left: 0px;
}

.footer_h4 {
    padding-top: 60px;
    width: 210px;
    height: 30px;
    float: right;
    padding-right: 10px;
}
}

@media(max-width: 375px){
	.contacts_botton {
    width: 80%!important;
}
.contacts_wrapper a {
    width: 30%;
    margin: 30px;
}
.links {
    margin-top: 93px;
}
}

@media(max-width: 320px){
.wrapper{
	width: 300px;
}

.nav_wrapper {
   width: 300px;
}

.owl-nav {
    width: 280px;
    left: 10px;
}
.logos {
    margin-left: 15px;
    padding-left: 0px;
    width: 300px;
    }
    .contacts {
    padding-left: 10px;
}
.nav_botton_border {
    margin-top: 90px;
}
.links {
    margin-top: 165px;
}
.block2_wrapper {
    width: 300px;
}
.block1_headline h1 {
    font-size: 27px;
}
header {
    height: 740px;
}

.slider_bg_item1 {
    width: 300px;
    height: 720px;
}
.header_button {
    padding-top: 20px;
}
.slider_bg_item1 {
    width: 300px;
    height: 720px;
}
.slider_bg_item2 {
    width: 300px;
    height: 720px;
}
.slider_bg_item3 {
    width: 300px;
    height: 720px;
}
.slider_bg_item4 {
    width: 300px;
    height: 720px;
}
.slider_bg_item5 {
    width: 300px;
    height: 720px;
}
.slider_item1_logo {
    padding-top: 15px;
    width: 300px;
    height: 100px;
}
.price_item1 {
    margin-left: 0px;
}
.price_item2 {
    margin-left: 0px;
}
.price_item3 {
    margin-left: 0px;
}
.price_item4 {
    margin-left: 0px;
}
.price_item5 {
    margin-left: 0px;
}
.price_item6 {
    margin-left: 0px;
}
.price_item7 {
    margin-left: 0px;
}
.price_item8 {
    margin-left: 0px;
}
.price_item9 {
    margin-left: 0px;
}
.price_item10 {
    margin-left: 0px;
}
.price_item11 {
    margin-left: 0px;
}
.price_item13 {
    margin-left: 0px;
}
.price_item14 {
    margin-left: 0px;
}
.contacts_botton {
    display: block!important;
    width: 76%!important;
}
}
