@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
*{
	margin: 0;
    padding: 0;
}
body{
	font-family: 'Roboto';
}
.clean:after{
    content: "";
    display: block;
    clear: both;
}
.content{
    width: 1200px;
    margin: auto;
    padding: 0;
}
.headerContainerWrapper {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;

	/* enable hardware acceleration to fix laggy transitions */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	background-color:#fff;
	z-index:9999;
	border-bottom: 1px solid #ccd5e2;
}
.scrollActive .headerContainerWrapper {
	position: fixed;
}
.border_bottom{
    border-bottom: 1px solid #ccd5e2;
}
.menu{
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
	box-sizing: border-box;
	padding:31.5px 0px;
}
#none_call_back{
	float:right;
	display:none;
}
.menu_contact{
	text-transform: uppercase;
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top:5px;
    vertical-align: middle;
}
.menu_contact.right_callback{
	float:right;
}
.menu_contact li, .menu_contact li a{
    color:#002e6c;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}
.menu li, .menu li a{
    color:#002e6c;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}
.menu li .fa{
    margin: 0 5px;
    font-size: 17px;
}

.phone_num{
    color:#002e6c;
    text-align: center;
    font-size: 23px;
}
.right_callback .phone_num{font-size: 31px;}
.country_code{
    color: #8996ab;
}
.order_call_btn{
    color: white;
    background-color: #94c13d;
    border: 1px solid #76a220;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 5px;
	cursor:pointer;
	text-align: center;
}
.zak-zv{color:white !important;
display:inline !important;
vertical-align: inherit !important;
text-decoration:none;}
.order_call_btn:hover{
	background-color: #a7d155;
}
.logo_content{
    width: 30%;
}
.logo p{
    text-transform: uppercase;
    color:#002e6c;
    text-align: center;
    margin: 0;
}
.logo{
    margin: 10px 0;
    float: left;
}
.logo .logo_prof{
    font-size: 37px;
    font-weight: bold;
}
.logo_text{
    font-size: 12px;
}

.banner{
    width: 100%;
    padding: 40px 0;
    margin: 110px 0;
}
.banner_1{
    background-image: url("/wp-content/themes/profwater/landing/images/banner_img.jpg");
    margin-top: 0;
	background-size: 100%;
}
.banner_form_div{
    width: 340px;
    background: white;
    box-sizing: border-box;
    border-radius: 4px;
    float: left;
	padding: 10px 0px;
}
.banner_form{
    background: white;
    text-align: center;
    border-radius: 3px;
}
.form_text{
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
.form_input{
    display: block;
    outline: none;
    border: 1px solid #eae9e9;
    padding: 10px;
    border-radius: 3px;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    text-transform: uppercase;
	background: #f8f9fb;
}
.add_top {
    margin-top: 30px;
}
.checkbox_row{
    padding: 0;
    text-align: left;
    width: 86%;
    margin: auto;
}
.checkbox_row > div{
    display: inline-block;
    vertical-align: top;
	font-size: 13px;
}
.form_check_div{
    text-align: center;
}
.chech_title{
    width: 79%;
}
.now_done{
	padding: 18px;
    font-size: 13px;
	color:#000;
}
.dif_add{
	font-size: 32px;
    letter-spacing: 2px
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}
.form_btn{
    background: #ffa200;
    color: white;
    width: 255px;
    margin: 10px auto;
    border-radius: 25px;
    padding: 10px;
	cursor:pointer;
	
}
.form_btn.spec_form_btn{
	width: 285px;
padding-left: 22px;
font-size: 18px;
}
.form_btn:hover{
	background:#fbb336;
}
.form_text_bottom{
    margin: auto;
    font-size: 14px;
}


.banner_title{
    width: 62%;
    box-sizing: border-box;
    float: right;
    color: white;
}
.banner_title h1{
    font-size: 50px;
    border-bottom: 2px solid white;
    float: left;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 80px;
}
.banner_title_text{
    display: inline-block;
}
.banner_title_text span{
    color: #ffa200;
}
.banner_text_list{
    font-weight: bold;
	font-size: 20px;
    color: #ffa200;
    margin-top: 20px;
}

.first_header{
    text-align: center;
    font-size: 31px;
    border: 1px solid #eae9e9;
    padding: 20px 0;
    font-weight: bold;
}
.first_header p{
    margin: 0;
    color: #002e6c;
}
.circles_div{
    position: relative;
    /*display: flex;*/
}

.circle{
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 1px solid #cde59e;
    text-align: center;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
}
.circle_number{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 235px;
    color: #e7f1d8;
}
.circle_title{
    font-size: 20px;
    color: #ffa200;
    font-weight: bold;
}
.circle_text {
    font-size: 14px;
}
.circle_content_div{
    /*display: table;*/
    position: absolute;
    top:69px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 42px;
}
.circles_div_top{
    margin-top: 70px;
}
.circles_div_bottom{
    margin: 30px 0 70px 0;
}
.banner_2{
    background-image: url("/wp-content/themes/profwater/landing/images/water.jpg");
	background-size:100%;
}
.banner_2_content{
    float: none;
    margin: auto;
    width: 67%;
}
.banner_2_content h2{
    font-size: 33px;
    text-align: center;
}
.banner_2_ul{
    list-style: none;
	margin-bottom:15px;
}
ul.banner_2_ul li {
    margin-top: 15px;
}
.banner_2_li_title{
    color: #84af50;
    font-weight: 900;
    font-size: 20px;
}
.second_text_content{
    margin-top: 40px;
    border: 1px solid #eae9e9;
    padding: 40px;
    color: #494949;
}
.second_text_ul{
    text-align: left;
    list-style-image: url("/wp-content/themes/profwater/landing/images/waterdrop.png");
    font-weight: bold;
    line-height: 2;
	font-size: 20px;
    text-shadow: 0px 0px 2px #91bd3c;
}
.banner_3{
    background-image: url("/wp-content/themes/profwater/landing/images/banner_people.jpg");
    background-size: 100%;
}
.banner_55{
    background-image: url("/wp-content/themes/profwater/landing/images/top4.jpg");
    background-size: 100%;
}
.banner_3_content{
    float: none;
    text-align: center;
    margin: auto;
    width: inherit;
}
.squares_div{
    padding: 50px 0;
}
.square{
    width: 230px;
    height: 185px;
    background: white;
    border-radius: 10px;
    color: #002e6c;
    font-size: 23px;
    font-weight: bold;
    position: relative;
    display: inline-block;
	margin-right: 45px
}

.square_img img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.square_content_div{
    height: 104px;
    width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.banner_3_content > p{
    margin: 45px 0;
    font-size: 21px;
}
.content.sliders_div{
    background: white;
    border-radius: 3px;
	padding-bottom: 10px;
	width:80%;
}
.banner_3_ul{
    color: #002e6c;
    /*list-style-image: url("/wp-content/themes/profwater/landing/images/tick.png");*/
	list-style-type:none;
}
ul.banner_3_ul li {
    margin-bottom: 15px;
}
.banner_3_li_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
p.banner_3_li_tx {
    margin-bottom: 5px;
}
.square_transparent{
    background: transparent;
    font-size: 14px;
    color: white;
}
.square_tr_img img{
    margin-bottom: 10px;
}
.banner_4{
    background-image: url("/wp-content/themes/profwater/landing/images/end_of.jpg");
	background-size:100%;
    margin-bottom: 0;
}
.banner_4 .banner_3_content h2{
    margin-top: 10px;
    margin-bottom: 80px;
}
.banner_4 .banner_3_content .checkbox_row{
    color: black;
}
.banner_4_title{
    text-align: left;
}
.banner_4_title h1{
    text-align: left;
    margin-top: 60px;
    font-size: 37px;
}
.fill_form_ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}
.spec_w_arr{
	height: 30px;
}
.fill_form_ul li{
    display: inline-block;
    vertical-align: middle;
}
.fill_form_text_li{
   /* line-height: 0;*/
}
.angle_icon{
    font-size: 33px;
    margin-right: 10px;
}
.footer{
    padding:  0px 0px 50px 0px;
}
.footer_ul{
    list-style: none;
    padding: 0;
    display: inline-block;
}

.footer_contact_li{
    float: right;
}
.footer_col_li{
    margin-right: 70px;
}
.footer_col_li_sites{
    width: 10%;
    font-weight: bold;
}
.foot_menu{
	width: 75%;
}
.foot_menu li, .foot_menu li a{
    color:#002e6c;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}
.menu li.col_grey{
    color: #494949;
}
.amount_silder_title{
	color:#000;
    margin-bottom: 20px;
}
.amount_silder_additional{
	color:#9ac250;
	font-weight:bold;
}
.amount_silder_col {
    padding-top: 29px;
    padding-bottom: 39px;
}
.slider_colum {
	width:80%;
    position: relative;
	margin: 0 auto;
	margin-top: 40px;
}
div.slider {
    width: 100%;
	box-sizing:border-box;
    height: 20px;
    border-radius: 15px;
	box-shadow: 0px 0px 10px #ebebeb;
	border: none;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
	width: 16px;
    height: 16px;
    top: 1px;
    border-radius: 50%;
    background-color: #91bd3c;
    box-shadow: 0px 0px 11px #ddd3d3;
    z-index: 999;
    border: none;
	outline:none;
}
.line_ul,.line_ul_num{
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0px;
    top: -8px;
}
li.line_bg {
    background-image: url(/wp-content/themes/profwater/landing/images/line.png);
    background-repeat: no-repeat;
    /*float:left;*/
    width: 3px;
    height: 38px;
    background-size: 100% 100%;
    /*margin-left: 112px;*/
	position:absolute;
}
.line_bg_num{
	top: -26px;
    background-color: white;
    width: 40px;
    height: 20px;
    color: #000;
    list-style-type: none;
	position:absolute;
	font-size: 14px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -14.5px;
}
input.amount_max {
    right: 166px;
    top: 46px;
    width: 80px;
}
input.amount_min {
    left: 185px;
    top: 46px;
    width: 80px;
}
.slider_val {
    position: absolute;
    border: none;
    background: transparent;
    color: #002e6c;
    font-size: 18px;
	text-align:center;
	width: 73px;
	top: 46px;
}

/* checkbox */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
      display: block;
  padding: 19px 0px;
font-size: 10px;
}
.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #f7f0f0;
    border: 1px solid #bababc;
}
.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 3px;
   width: 16px;
    height: 16px;
   /*  border-radius: 10px;
    background: #f7f0f0;*/
    transition: all .2s;
}
.checkbox:checked + label:after {
  background-image: url('/wp-content/themes/profwater/landing/images/checked.png');
  background-repeat: no-repeat;
}
/* checkbox end */
.check_put{
	float:right;
}
.total_sum {
    color: #000;
}
span#total {
    color: #91bd3c;
    font-weight: bold;
    font-size: 39px;
    text-transform: uppercase;
}
.total_sum {
    color: #000;
    margin-top: 25px;
    margin-bottom: 15px;
}
#map{
	width:100%;
	height:555px;
}

@media screen and (max-width: 1024px){
	.content{
		width:100%;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	#callback{
		float: right;
		/*margin-right: 61px;*/
		margin-top: 10px;
	}
	.circle {
		margin-right: 56px;
	}
	.menu{
		width: 82%;
		vertical-align: middle;
	}
	.menu_contact{
	    width: 17%;
	}
	.fill_form_ul {
		font-size: 19px;
	}
}

@media screen and (max-width: 768px){
	.banner_title {
		width: 49%;
	}
	.banner_title h1 {
		margin: 0px;
		padding: 0;
		margin-top: -9px;
	}
	.circle {
		margin-left: 36px;
	}
	.banner_title.media{
		width: 100%;
	}
	.banner_1,.banner_2,.banner_3,.banner_55,.banner_4 {
		background-size: cover;
	}
	.square {
		margin-left: 88px;
		margin-bottom: 20px;
		float: left;
	}
	input.amount_min {
		left: 69px;
	}
	input.amount_max {
		right: 71px;
	}
	.footer_col_li{
		margin-right: 35px;
	}
	.menu{
		width: 76%;
		vertical-align: middle;
	}
	.menu_contact{
	    width: 23%;
	}
	.fill_form_text_li{
		width: 89%;
		font-size: 17px;
	}
}
@media screen and (max-width: 425px){
	.banner_title {
		width:100%;
		margin-top: 26px;
		float: right;
	}
	.banner {
		margin: 30px 0;
	}
	div.slider {
		width: 100%;
	}
	input.amount_min {
		left: 4px;
	}
	input.amount_max {
		right: -4px;
	}
	.total_sum {
		font-size: 13px;
	}
	span#total {
		font-size: 25px;
	}
	.square {
		margin-left: 55px;
	}
	.menu{
		width: 55%;
		vertical-align: middle;
	}
	.menu_contact{
	    width: 43%;
	}
	.menu li, .menu li a{
		font-size: 11px;
	    margin-bottom: 4px;
	}
	.foot_menu{
		width: 65%;
	}
	.foot_contact{
		width: 33%;
	}
	.foot_contact .phone_num {
	    font-size: 16px;
	}
	.foot_contact .order_call_btn {
		font-size: 11px;
	}
	.foot_menu li.footer_col_li{
	    margin-right: 50px;
	}
	.foot_menu li.footer_col_li:last-child {
	    margin-right: 0px;
	}
	.amount_curr,.none_num{
		display:none;
	}
}

@media screen and (max-width: 375px){
	input.amount_max {
	    right: -16px;
	}
	input.amount_min {
	    left: -8px;
	}
	.menu{
		width: 63%;
		vertical-align: middle;
	}
	.menu li, .menu li a {
	    margin-bottom: 4px;
	}
	.menu_contact{
	    width: 35%;
	}
	.phone_num {
	    font-size: 16px;
	}
	.order_call_btn {
	    padding: 5px;
	    font-size: 10px;
	    text-align: center;
	}
}

@media screen and (max-width: 320px){
	.logo{
		float:none;
	}
	.banner_form_div {
		width: 287px;
	}
	.form_btn {
		width: 244px;
	}
	.banner_title h1 {
		font-size: 38px;
	}
	.circle {
		margin-left: 5px;
	}
	.banner_2_content h2 {
		font-size: 25px;
	}
	.square {
		margin-left: 29px;
	}
	input.amount_min {
		left: -20px;
	}
	input.amount_max {
		right: -14px;
	}
	p.amount_silder_title {
		padding-bottom: 25px;
	}
	span#total {
		font-size: 30px;
		display: block;
	}
	.form_btn.media {
		margin-left: -10px;
	}
	.square {
		margin-left: 20px;
	}
	.banner_title h1 {
		font-size: 31px;
	}
	.fill_form_ul {
		margin-top: 10px;
	}
	.fill_form_text_li {
		line-height: 19px;
		width: 87%;
		font-size: 14px;
	}
	.menu {
	    width: 100%;
	    vertical-align: middle;
	    text-align: center;
	}
	.menu li, .menu li a {
	    margin-bottom: 4px;
	}
	.menu_contact {
	    width: 100%;
	    text-align: center;
    	margin-bottom: 10px;
	}
	#callback {
    	float: none;
	}
	.foot_contact{
		text-align: center;
	    width: 100%;
	    display: grid;
	    margin: 10px 0;
	}
}
.logo_prof a{text-decoration:none;}
.right_callback #callback{width: 665px;
margin-top: 10px;}
/*.right_callback .phone_num{margin-top: 8px;}*/
.right_callback .phone_num{float: left;
text-align:left;
font-family: "Open Sans" !important;}
.right_callback .order_call_btn{width: 143px;
float: right;
margin-top: 8px;}
.logo img {
    width: 227px;
	margin-left: 60px;
}
.banner_form_div .cher-rad{position: absolute;
margin-left: -14px;
opacity: 0;}
.banner_form_div .wpcf7-list-item{margin-left: 15px;}
.banner_form_div .abs-sub{text-align:center;
position: absolute;
margin-left: 42px;
margin-top: 9px;
opacity: 0;
cursor: pointer;}
.banner_form_div .abs-sub .wpcf7-form-control{width: 256px;
height: 42px;
cursor: pointer;}
.wpcf7-response-output.wpcf7-mail-sent-ok{position: absolute;
margin-top: 10px;}
/*.wpcf7{display:none;}*/
.wpcf7-not-valid-tip{color: red;
margin-left: 21px;
font-size: 13px;}
/*.screen-reader-response{margin-top: 10px;
position: absolute;
margin-left: 92px;
color: #21bd21;
font-weight: bold;}*/
.wpcf7-validation-errors{display:none;}
.screen-reader-response{display:none;}
.form_text_bottom{text-align:center;}
.vspl-forma {
    width: 285px;
    height: 205px;
    padding: 25px 66px 50px 39px;
    background: url(/wp-content/uploads/2017/02/fon-vspl-1.jpg);
}
#fancybox-wrap{width:285px !important;}
#fancybox-content{width:285px !important;
height: 205px !important;}
#fancybox-content div{overflow:  hidden !important;}
.footer {
    background: white !important;
    margin-top: 40px !important;
}
p {text-align: inherit !important;}
.footer_contact_li .phone_num{font-size: 29px;}