*{
    margin: 0;
    padding: 0;
    border: 0;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cf:before,
.cf:after{content:" ";display:table;clear:both;}
.cf:after{clear:both;}
.cf {*zoom: 1;}

::-moz-selection {background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc;text-shadow: none;}

@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, img, video {vertical-align: middle;}

a{text-decoration: none;}

@font-face{font-family: medium; src:url('../fonts/clearsans-medium.ttf');}
@font-face{font-family: bold; src:url('../fonts/clearsans-bold.ttf');}
@font-face{font-family: reg; src:url('../fonts/clearsans-regular.ttf');}
@font-face{font-family: lig; src:url('../fonts/clearsans-regular.ttf');}

body {
    font-size: 1em;
    line-height: 1.4;
	font-family: medium;
}

.wrap{
    height: 100%;
    margin: 0 auto;
}

.header{
	width: 100%;
	position: fixed;
	background: #FFF;
	z-index: 9999;
}

.header_wrap{
	min-width: 1000px;
	max-width: 1280px;
	height: 105px;
	margin: 0 auto;
	position: relative;
}

.header_polosa{
	height: 10px;
	width: 100%;
	background: #2884e2;
	background: -moz-linear-gradient(left,  #2884e2 0%, #02f7e2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2884e2), color-stop(100%,#02f7e2));
	background: -webkit-linear-gradient(left,  #2884e2 0%,#02f7e2 100%);
	background: -o-linear-gradient(left,  #2884e2 0%,#02f7e2 100%);
	background: -ms-linear-gradient(left,  #2884e2 0%,#02f7e2 100%);
	background: linear-gradient(to right,  #2884e2 0%,#02f7e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2884e2', endColorstr='#02f7e2',GradientType=1 );
}

.logo{
	width: 150px;
	height: 71px;
	background: url('../images/logo.png')no-repeat;
	position: absolute;
	top: 17px;
}

.header_tel{
	position: absolute;
	right: 0;
	bottom: 37px;
}

.header_tel>i{
	color: #21f7e5;
}

.header_tel>span{
	font-size: 20px;
}

/*------------------------------------- МЕНЮ ---*/

.main_menu{
	width: 590px;
	margin: 0 auto;
	position: relative;
	top: 40px;
	font-size: 20px;
}

.main_menu_ul>span{
	margin: 0 14px;
	color: #d3d3d3;
	font-size: 18px;
}

.main_menu_ul_li{
	display: inline-block;
}

.pos{position: relative;}
.posa{position: absolute; top:-120px;}
.posa_1{position: absolute; top:-110px;}
.posa_2{position: absolute; top:-90px;}


.li_a_1{
	color: #2885e2;
	padding-bottom: 7px;
}
.li_a_2{
	color: #2392e2;
	padding-bottom: 7px;
}
.li_a_3{
	color: #1baae2;
	padding-bottom: 7px;
}
.li_a_4{
	color: #11cae2;
	padding-bottom: 7px;
}
.li_a_5{
	color: #08e5e2;
	padding-bottom: 7px;
}

.li_a_1:hover, .active .li_a_1{background: url('../images/volna_1.png')repeat-x bottom!important;}
.li_a_2:hover, .active .li_a_2{background: url('../images/volna_2.png')repeat-x bottom!important;}
.li_a_3:hover, .active .li_a_3{background: url('../images/volna_3.png')repeat-x bottom!important;}
.li_a_4:hover, .active .li_a_4{background: url('../images/volna_4.png')repeat-x bottom!important;}
.li_a_5:hover, .active .li_a_5{background: url('../images/volna_5.png')repeat-x bottom!important;}

/*------------------------------------- АКВАРИУМ ---*/

.content{
	margin-top: 115px
}

.aqwarium{
	width: 100%;
	height: 900px;
	background: url('../images/aqwarium.jpg')no-repeat center;
	background-size: cover;
	position: relative;
}

.aqwarium_span_wrap{
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
}

.aqwarium_span{
	font: 72px bold;
	color: #FFF;
	-webkit-text-shadow: 0 0 10px #FFF;
	-mox-text-shadow: 0 0 10px #FFF;
	text-shadow: 0 0 10px #FFF;
	position: fixed;
}

/*------------------------------------- СЛАЙДЕР ---*/

.section__slider_1{
	min-width: 1000px;
	max-width: 1280px;
	margin: 20px auto 80px;
}

.bxslider_zagolovok_wrap{
	text-align: center;
	margin-bottom: 60px;
}

.bxslider_zagolovok{
	font: 60px bold;
	color: #0070bb;
	position: relative;
	background: -webkit-linear-gradient(#03f3e2, #2199e2);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
  	-moz-text-fill-color: transparent;
}

.bxslider_zagolovok:after{
	display: block;
	content: ' ';
	width: 100%;
	height: 8px;
	background: url('../images/polosa_big.png')repeat-x;
	position: absolute;
	top: 82px;
}

.span__bxslider_text{
	font: 24px reg;
	color: #212121;
	text-align: center;
}

.span__bxslider_text p{
	padding-bottom: 20px;
}

/*------------------------------------- УСЛУГИ ---*/

.section__uslugi{
	width: 100%;
	height: 637px;
	background: url('../images/bg_uslugi.png');
}

.span__uslugi_zagolovok{
	display: block;
	font: 60px bold;
	text-align: center;
	margin: 40px 0;
}

.wrap_uslugi_cont{
	width: 960px;
	height: 260px;
	margin: 0 auto;
}

.a_ualugi{
	color: #FFF;
}

.a_ualugi:hover .span__uslugi_cont:after{
	opacity: 1;
	/*-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;*/
}

.uslugi_cont{
	width: 240px;
	height: 240px;
	float: left;
	background: url('../images/usluga_1.jpg')no-repeat;
	padding: 13px 16px 0 16px;
}
.uslugi_cont_2{background: url('../images/usluga_2.jpg')no-repeat;}
.uslugi_cont_3{background: url('../images/usluga_3.jpg')no-repeat;}
.uslugi_cont_4{background: url('../images/usluga_4.jpg')no-repeat;}

.span__uslugi_cont{
	position: relative;
	font: 30px bold;
}

.span__uslugi_cont:after{
	display: block;
	content: ' ';
	width: 100%;
	height: 7px;
	background: url('../images/uslugi_span.png')repeat-x;
	position: absolute;
	opacity: 0;
	/*-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;*/
}

.span__uslugi_text{
	display: block;
	text-align: center;
	width: 960px;
	margin: 30px auto;
	font: 24px reg;
}
/*------------------------------------- section__slider_2 ---*/

.section__slider_2{
	width: 100%;
	height: 697px;
	background: url('../images/polosa_vert.jpg')repeat-x;
}
.span__gal_zag{
	font: 60px bold;
	color: #FFF;
	display: block;
	text-align: center;
	margin: 40px 0 20px 0;
}

.span__gal_zag_min{
	font: 24px reg;
	color: #FFF;
	display: block;
	text-align: center;
}
/*------------------------------------- НОВОСТИ ---*/
.section__news {
	width: 100%;
	height: 100%;
	margin-bottom: 60px;
}

.news_cont_wrap {
	width: 960px;
	margin: 0 auto;
}

.a_news_cont_color{
	width: 290px;
	margin-right: 39px;
	vertical-align: top;
	display: inline-block;
	color: #000;
}

.cont_color_bottom{
	margin-bottom: 38px;
}

.a_news_cont_color:nth-child(3n){
	margin-right: 0;
}

.a_news_cont_color:hover .span__news_cont_bold{
	text-decoration: underline;
}

.news_cont_color{
	width: 290px;
	background: #02f7e2;
	background: -moz-linear-gradient(top,  #02f7e2 0%, #2884e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02f7e2), color-stop(100%,#2884e2));
	background: -webkit-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -o-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -ms-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: linear-gradient(to bottom,  #02f7e2 0%,#2884e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02f7e2', endColorstr='#2884e2',GradientType=0 );
	padding: 5px;
}

.news_cont{
	background: #FFF;
	padding: 15px 10px;
}
.span__news_cont_bold {
	display: block;
	font: 24px bold;
	line-height: 28px;
	margin-bottom: 15px;
}

.span__news_cont_date {
	color: #929292;
	display: block;
	font: 13px reg;
	margin-bottom: 5px;
}

.span__news_cont_text {
	display: block;
	font: 13px bold;
}

.all_news {
	text-align: center;
	margin: 15px 0;
}

.a__all_news {
	color: #2885e2;
	font: 18px reg;
	position: relative;
}

.a__all_news:after {
	display: block;
	content: ' ';
	width: 100%;
	height: 4px;
	position: absolute;
	background: url('../images/volna_1.png')repeat-x;
    left:0;
}
/*------------------------------------- section__map ---*/

.section__map{
	width: 100%;
	height: 590px;
	position: relative;
}

.kontakty_span{
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -135px;
	top: 40px
}

.section__map:before{
	display: block;
	content: ' ';
	height: 25px;
	width: 100%;
	background: url('../images/volna_map.png') repeat-x;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.wrap_map{
	width: 100%;
	height: 610px;
	margin-top: -20px;
}

.marker{
	width: 526px;
	height: 199px;
	position: absolute;
	left: 50%;
	margin-left: -263px;
	top: 200px;
	z-index: 1;
	background: url('../images/marker_1.png')no-repeat;
}

/*------------------------------------- ПОДВАЛ ---*/

.footer{
	width: 100%;
	height: 163px;
	z-index: 3;
	background: url('../images/footer.png')no-repeat center;
	position: relative;
}

.wrap_middle_footer{
	width: 1280px;
	height: 160px;
	margin: 0 auto;
	padding-top: 40px;
}

.span__copirate{
	display: block;
	font: 18px bold;
	color: #FFF;
}
/*------------------------------------- CLEANER ---*/

.slider_3{
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
}

.bxslider_li_1{
	width: 100%;
	height: 800px;
	display: block;
	background: url('../images/cleaner/1_1.png')no-repeat center;
	background-size: cover;
}
.bxslider_li_2{
	width: 100%;
	height: 800px;
	display: block;
	background: url('../images/cleaner/2_1.png')no-repeat center;
	background-size: cover;
}
.bxslider_li_3{
	width: 100%;
	height: 800px;
	display: block;
	background: url('../images/cleaner/3_1.png')no-repeat center;
	background-size: cover;
}

.span__cleaner_slide{
	position: absolute;
	width: 960px;
	font: 72px bold;
	color: #FFF;
	-webkit-text-shadow: 0 0 5px #212121;
	-mox-text-shadow: 0 0 5px #212121;
	text-shadow: 0 3px 5px #212121;
	top: 350px;
	left: 50%;
	margin-left: -480px;
	text-align: center;
	z-index: 8;
}

.cleaner_zakaz{
	position: absolute;
	width: 960px;
	color: #FFF;
	top: 600px;
	left: 50%;
	margin-left: -480px;
	text-align: center;
	z-index: 8;
}

.cleaner_zakaz_a{
	font: 36px bold;
	padding: 18px 40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	background: #02f7e2;
	background: -moz-linear-gradient(top,  #02f7e2 0%, #2884e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02f7e2), color-stop(100%,#2884e2));
	background: -webkit-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -o-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -ms-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: linear-gradient(to bottom,  #02f7e2 0%,#2884e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02f7e2', endColorstr='#2884e2',GradientType=0 );
	color: #FFF;
}

.section__cleaner_text{
	min-width: 1000px;
	/*max-width: 1280px; */
	margin: 0 auto;
	margin: 7px 0 45px;
	padding: 20px 20px 0;
	background: url('/images/bg_uslugi.png') repeat;
}

.section__cleaner_text>span{
	font: 24px reg;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
}

.span__good_zag{
	display: block;
	text-align: center;
	font: 60px bold;
	color: #0070bb;
	background: -webkit-linear-gradient(#03f3e2, #2199e2);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
  	-moz-text-fill-color: transparent;
}

.wrap_good_cont{
	width: 960px;
	margin: 50px auto 90px;
}

.good_cont{
	width: 265px;
	float: left;
	margin-right: 81px;
	text-align: center;
}

.good_cont:last-child{
	margin-right: 0;
}

.span__good_cont{
	display: block;
	font: 24px lig;
	line-height: 24px;
	margin-top: 10px;
	color: #212121;
}

.section__price{
	width: 100%;
	height: 892px;
	background: url('/images/cleaner/bg_cleaner.jpg')repeat-x;
}

.section__price>span{
	font: 60px bold;
	display: block;
	text-align: center;
	color: #FFF;
	margin: 45px 0 0;
}

.picture_price{
	width: 960px;
	height: 735px;
	margin: 0 auto;
	background: url('/images/cleaner/prise_raschet.png')no-repeat center;
}

.section__clean_form{
	color: #0070bb;
	padding: 70px 0 100px;
}

.span__clean_form_1 {
	display: block;
	text-align: center;
	font: 36px lig;
}

.span__clean_form_2 {
	display: block;
	text-align: center;
	font: 48px lig;
}

.span__clean_form_3 {
	display: block;
	text-align: center;
	font: 48px bold;
	margin-bottom: 50px;
}

/*------------------------------------- ФОРМА ---*/

.cleaner_form{
	width: 640px;
	margin: 0 auto;
}

.wrap_input{
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
}

.wrap_input>span{
	font: 30px lig;
	color: #212121;
	float: left;
	display: block;
	width: 150px;
	height: 40px;
}

.wrap_input>input{
	width: 490px;
	float: left;
	height: 40px;
	border: 1px solid #1baae2;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	outline: none;
	padding: 0 15px;
	font: 30px lig;
	color: #212121;
}

.wrap_cleaner_form_submit{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.cleaner_form_submit{
	margin-left: -90px;
	padding: 15px 30px;
	font: 36px bold;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	color: #FFF;
	background: #02f7e2;
	background: -moz-linear-gradient(top,  #02f7e2 0%, #2884e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02f7e2), color-stop(100%,#2884e2));
	background: -webkit-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -o-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -ms-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: linear-gradient(to bottom,  #02f7e2 0%,#2884e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02f7e2', endColorstr='#2884e2',GradientType=0 );
}

.cleaner_form_submit:focus{
	outline: none;
}

/*------------------------------------- НОВОСТИ ---*/

.span__news_zag{
	display: block;
	text-align: center;
	font: 72px bold;
	margin: 30px 0 80px;
	line-height: 70px
}

/*------------------------------------- КОММЕНТАРИИ ---*/

.section__comments {
	color: #212121;
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
}

.span__comments_zag_lit{
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #212121;
	margin-bottom: 30px;
}

.span__comments_zag{
	display: block;
	text-align: center;
	font: 72px bold;
	color: #212121;
	margin: 15px 0 35px;
}

.comments_left{
	width: 70%;
	float: left;
	padding-right: 30px;
}


.span__com_left_zag{
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
}

.span__com_text{
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.wrap_img__com_left{
	width: 100%;
	height: 435px;
	margin: 15px 0 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.img__com_left{
	width: 100%;
}

.span__under_another{
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}

.span__left_prem_1{
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}

.span__left_prem_2{
	display: block;
	font-size: 18px;
	padding-left: 30px;
	margin-bottom: 7px;
}

.span__super_prem_left{
	display: block;
	margin: 35px 0 70px;
	font-size: 24px;
}

.comments_right{
	float: right;
	width: 290px;
}

.com_right_div{
	width: 290px;
	height: 260px;
	text-align: center;
	padding: 5px;
	background: #02f7e2;
	background: -moz-linear-gradient(top,  #02f7e2 0%, #2884e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02f7e2), color-stop(100%,#2884e2));
	background: -webkit-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -o-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -ms-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: linear-gradient(to bottom,  #02f7e2 0%,#2884e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02f7e2', endColorstr='#2884e2',GradientType=0 );
}

.com_right_div_1{
	width: 100%;
	height: 100%;
	background: #FFF;
	padding: 10px 0;
}

.span__com_right_if{
	display: block;
	font: 24px reg;
	color: #666;
	line-height: 26px;
}

.com_right_tel{
	font: 26px bold;
	color: #000;
	margin: 5px 0;
}

.com_right_tel>i{color: #02f6e2; font-size: 26px}

.span__com_right_a{
	font: 20px bold;
	padding: 10px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	color: #FFF;
	background: #02f7e2;
	background: -moz-linear-gradient(top,  #02f7e2 0%, #2884e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02f7e2), color-stop(100%,#2884e2));
	background: -webkit-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -o-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: -ms-linear-gradient(top,  #02f7e2 0%,#2884e2 100%);
	background: linear-gradient(to bottom,  #02f7e2 0%,#2884e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02f7e2', endColorstr='#2884e2',GradientType=0 );
	position: relative;
	top: 17px;
}
.span__com_left_date {
	display: block;
	font: 13px reg;
	color: #929292;
	margin: -10px 0 25px;
}

.page_all{
	margin-bottom: 40px;
}

.page_zag {
	margin-bottom: -20px;
}
.bx-viewport{height:}