*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{ background:#ececec;font-family: "NeoSansPro-Regular","Helvetica Neue","Helvetica",sans-serif; min-width: 320px; font-weight:400;font-style:normal;font-size:14px;line-height:1;color:#555555;position:relative;-webkit-font-smoothing:antialiased}
a{color:#555; text-decoration: none;line-height:inherit}
a:hover{color:#555;}
a:focus{color:#555;outline:none}
p a,p a:visited{line-height:inherit}
.left{float:left!important}
.right{float:right!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
.hide{display:none!important}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;font-size:14px;direction:ltr}
p{font-family:inherit;font-weight:400;font-size:14px;line-height:17px;margin-bottom:17px}
h1,h2,h3,h4,h5,h6{font-family:'NeoSansPro-Bold', "Helvetica Neue", "Helvetica",sans-serif;font-style:normal;font-weight:400;color:#555;text-rendering:optimizeLegibility;line-height:1.1;margin-bottom:14px;margin-top:14px}
h1{font-size:30px}
h2{font-size:27px}
h3{font-size:24px}
h4{font-size:21px}
h5{font-size:18px}
h6{font-size:15px}
em,i{font-style:italic;line-height:inherit}
strong,b{font-weight:700;line-height:inherit}
small{font-size:60%;line-height:inherit}
a{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}
.clear20{float:left;width:100%;height:20px;font-size:0;line-height:0}

/******************************************************************************/
.wrapper{position:relative;width:960px;margin:0 auto; padding: 0 10px;overflow: hidden;}
.mobile{display:none}
/*************************************HEADER STYLE*****************************/
.header{
  float: left;
  width: 100%;
  background-color: #fff;
}
.header .logo{
  float: left;
  width: 200px;
  font-size: 30px;
  line-height: 36px;
  padding-left: 215px;
  padding-top: 16px;
  margin: 11px 0 20px 5px;
  background: url(../images/logo.png) no-repeat left top;
}
.header .right{
  margin: 26px 0;
}
.header .vk{
  float: right;
  display: block;
  color: #226ea0;
  font-size: 18px;
  line-height: 20px;
  background: url(../images/city_bg.png) repeat-x left bottom;

}
.header .city{
  float: right;
  display: block;
  color: #226ea0;
  font-size: 18px;
  line-height: 20px;
  background: url(../images/city_bg.png) repeat-x left bottom;
}
.header .phone{
  float: right;
  display: block;
  font-size: 27px;
  line-height: 30px;
  margin-top: 9px;
  clear: both;
}
.header .call_me{
  float: right;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0px 14px;
  margin-top: 13px;
  clear: both;
  background-color: #24beca;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 6px;
}


.hd-vk{
	float:right; 
	margin-left:7px;	
}
/***************************END HEADER STYLE***********************************/

/***************************MENU STYLE*****************************************/
.menu{
  float: left;
  width: 100%;
  height: 47px;
  background-color: #226ea0;
}
.menu ul{
  float: left;
  width: 102%;
  list-style: none;
  padding: 0 13px;
}
.menu ul li{
  float: left;
  list-style: none;
  padding: 0 0 0 2px;
}
.menu ul li + li{
  background: url(../images/menu_devider.png) no-repeat left center;
}
.menu ul li a{
  float: left;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  padding: 10px 22px;
}
.menu ul li a:hover,
.menu ul li.current a{
  background-color: #24beca;
}
.menu.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
/***************************END MENU STYLE*************************************/

/***************************MAIN SLIDER STYLE**********************************/
.main_slider{
  float: left;
  width: 100%;
  overflow: hidden;
}
.main_slider.menu_fixed{
  margin-top: 47px;
}
.main_slider .bx-controls-direction{
  display: none;
}
.main_slider .wrapper {
  overflow: visible;
}
.slider_text{
  position: absolute;
  left: 0;
  top: 170px;
  width: 640px;
  z-index: 999;
}
.slider_text p{
  float: left;
  width: 100%;
  margin: 34px 0;
  text-align: center;
  font-size: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  color: #fff;
  line-height: 44px;
}
.slider_text p span{
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  font-family:"NeoSansPro-Bold","Helvetica Neue","Helvetica",sans-serif;
}
.slider_text p strong{
  font-family:"NeoSansPro-Bold","Helvetica Neue","Helvetica",sans-serif;
}
.slider_text p.fs30{
  margin: 19px 0;
  font-size: 32px;
  line-height: 48px;
  opacity: 0.8;
}
.slider_text p.fs30 span{
  font-size: 48px;
  line-height: 72px;
  text-transform: none;
}
.slider_text hr{
  float: left;
  width: 76%;
  height: 1px;
  margin: 0 12%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 2px 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    2px 1px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow:         2px 1px 1px 0px rgba(0, 0, 0, 0.75);
}
.slider_form{
  position: absolute;
  right: 0;
  top: 190px;
  width: 304px;
  padding: 21px 11px 12px;
  border: 3px solid #005079;
  z-index: 999;
  border-radius: 4px;
  background: rgba(36,222,255,1);
  background: #24deff;
  background: -moz-linear-gradient(top, #24deff 0%, #09608d 50%, #00527a 101%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #24deff), color-stop(50%, #09608d), color-stop(101%, #00527a));
  background: -webkit-linear-gradient(top, #24deff 0%, #09608d 50%, #00527a 101%);
  background: -o-linear-gradient(top, #24deff 0%, #09608d 50%, #00527a 101%);
  background: -ms-linear-gradient(top, #24deff 0%, #09608d 50%, #00527a 101%);
  background: linear-gradient(to bottom, #24deff 0%, #09608d 50%, #00527a 101%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24deff', endColorstr='#00527a', GradientType=0 );
}
.slider_form .title{
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 21px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.slider_form .title strong{
  font-family:"NeoSansPro-Bold","Helvetica Neue","Helvetica",sans-serif;
}
.slider_form .form_box{
  float: left;
  width: 276px;
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 5px;
}
.slider_form .form_box p{
  float: left;
  width: 100%;
  margin: 11px 0;
}
.slider_form input[type=text],
.slider_form input[type="tel"]{
  width: 100%;
  height: 38px;
  text-align: center;
  font-size: 14px;
  color: #555;
  border: 1px solid #126fa0;
  padding: 0 30px;
  border-radius: 5px;
}
.slider_form input.name{
  background-image: url(../images/slider_input_name_bg.png);
  background-repeat: no-repeat;
  background-position: 226px 11px;
}
.slider_form input.phone{
  background-image: url(../images/slider_input_phone_bg.png);
  background-repeat: no-repeat;
  background-position: 224px 10px;
}
.slider_form input[type=submit]{
  width: 155px;
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  padding: 9px 17px 10px;
  margin: 0 auto;
  clear: both;
  background-color: #24beca;
  cursor: pointer;
  border: none;
  border-radius: 6px;
}
/***************************END MAIN SLIDER STYLE******************************/

/***************************WHO NEEDS STYLE************************************/
.who_needs{
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 830px;
  margin: -23px 0;
  padding: 45px 0 63px;
  background: url(../images/who_needs_bg.png) no-repeat center center;
  z-index: 5;
}
.who_needs .title{
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #106ea1;
  text-align: center;
}
.who_needs .wrapper > p{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  color: #106ea1;
  margin-top: 14px;
}
.who_needs ul{
  float: left;
  margin: 0px -22px 0px;
  width: 990px;
  list-style: none;
}
.who_needs ul li{
  position: relative;
  float: left;
  margin: 16px 21px;
  width: 155px;
  height: 155px;
  text-align: center;
  border: 2px solid #3f6c9a;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
  transition:all .5s ease;
  border-radius: 78px;
}
.who_needs ul li p{
  display: table-cell;
  vertical-align: middle;
  height: 155px;
  font-size: 18px;
  color: #106ea1;
  line-height: 22px;
}
.who_needs ul li + li p{
  padding: 0 25px;
}
.who_needs ul li + li p{
  padding: 0 25px;
}
.who_needs ul li + li + li + li + li + li + li p{
  padding: 0 22px;
}
.who_needs ul li + li + li + li + li + li + li + li + li p{
  padding: 0 14px;
}
.who_needs ul li + li + li + li + li + li + li + li + li + li p{
  padding: 0 6px;
}
.who_needs ul li + li + li + li + li + li + li + li + li + li + li p{
  padding: 0 10px;
}
.who_needs ul li + li + li + li + li + li + li + li + li + li + li + li + li + li + li p{
  padding: 0 8px;
}
.who_needs ul li p a{
  color: #fff;
  background-color: #24beca;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  padding: 2px 18px;
  border-radius: 4px;
}
.who_needs ul li span{
  position: absolute;
  right: 13px;
  top: -4px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  border: 2px solid transparent;
  background-color: #126fa0;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
  transition:all .5s ease;
  border-radius: 18px;
}
/*
.who_needs ul li:hover{
  background-color: #3f6c9a;
}
.who_needs ul li:hover p{
  color: #fff;
}
.who_needs ul li:hover span{
  background-color: #fff;
  color: #126fa0;
  border-color: #3f6c9a;
}
*/
.who_needs .expert_advice{
  float: left;
  margin: 0 248px;
  width: 444px;
  height: 44px;
  color: #fff;
  background-color: #24beca;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
}
.who_needs .who_needs_top_gray,
.who_needs .who_needs_bottom_gray{
  display: none;
}
/***************************END WHO NEEDS STYLE********************************/

/***************************INSTRUCTORS STYLE**********************************/
.instructors{
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 73px 0 63px;
  background: url(../images/instructors_bg.jpg) repeat left top;
  z-index: 4;
}
.instructors .wrapper{
  overflow: visible;
}
.instructors .title{
  float: left;
  width: 100%;
  font-size: 36px;
  color: #106ea1;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.instructors .wrapper > p{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  color: #106ea1;
  margin-top: 14px;
}
.instructors ul{
  float: left;
  list-style: none;
  margin: 3px -16px 0;
  width: 990px;
}
.instructors li{
  float: left;
  width: 460px;
  list-style: none;
  margin: 15px;
}
.instructors li img{
  float: left;
  width: 215px;
  height: 215px;
  border: 3px solid #fff;
  left: 0;
  margin: 0;
  border-radius: 108px;
}
.instructors li .right{
  width: 220px;
}
.instructors li .name{
  display: block;
  font-family:'NeoSansPro-Bold', "Helvetica Neue", "Helvetica",sans-serif;
  font-size: 18px;
  color: #126fa0;
  line-height: 22px;
}
.instructors li .experience,
.instructors li .achievements{
  display: block;
  margin-top: 15px;
  line-height: 17px;
}
.instructors li .achievements{
  height: 188px;
  overflow: hidden;
}
.instructors li .experience strong,
.instructors li .achievements strong{
  font-family:'NeoSansPro-Bold', "Helvetica Neue", "Helvetica",sans-serif;
}
.instructors .bx-wrapper{
  margin-bottom: 70px;
}
.instructors .bx-wrapper .bx-pager{
  left: 0;
  margin: 0;
  right: 0;
  text-align: center;
  top: 625px;
  width: auto;
}
.instructors .bx-controls{
  left: 0;
  right: 0;
  height: 100%;
  margin: 0;
  width: auto;
}
.instructors .bx-wrapper .bx-controls-direction a.bx-prev{
  left: -80px;
}
.instructors .bx-wrapper .bx-controls-direction a.bx-next{
  right: -80px;
}
.instructors .bx-wrapper .bx-pager.bx-default-pager a{
  background-color: transparent;
  border-color: #126fa0;
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.instructors .bx-wrapper .bx-pager.bx-default-pager a:hover,
.instructors .bx-wrapper .bx-pager.bx-default-pager a.active{
  background-color: #126fa0;
  border-color: #fff;
}
.instructors .schedule_trainers{
  float: left;
  margin: 0 277px;
  width: 387px;
  height: 44px;
  color: #fff;
  background-color: #24beca;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
}
/***************************END INSTRUCTORS STYLE******************************/

/***************************ABOUT STYLE****************************************/
.about{
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  z-index: 5;
}
.about .wrapper{
  padding-top: 50px;
}
.about .wave_top_white{
  float: left;
  width: 100%;
  height: 24px;
  margin-top: -24px;
  background: url(../images/wave_top_white.png) repeat-x 0 0;
}
.about .wave_bottom_white{
  float: left;
  width: 100%;
  height: 24px;
  margin-top: 58px;
  margin-bottom: -24px;
  background: url(../images/wave_bottom_white.png) repeat-x 28px 0;
}
.about .title{
  float: left;
  width: 100%;
  font-size: 36px;
  color: #24beca;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.about .wrapper > p{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  color: #24beca;
  margin-top: 14px;
}
.about .left{
  margin: 44px 0 50px 29px;
}
.about .right{
  margin: 48px 0 0 0;
  list-style: none;
  width: 360px;
}
.about .right li{
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  padding-left: 60px;
  margin: 6px 0;
  background: url(../images/pl1.png) no-repeat 7px center;
}
.about .right li + li{
  background: url(../images/pl2.png) no-repeat 7px center;
}
.about .right li + li + li{
  background: url(../images/pl3.png) no-repeat 4px center;
}
.about .right li + li + li + li{
  background: url(../images/pl4.png) no-repeat 0 center;
}
.about .right li + li + li + li + li{
  background: url(../images/pl5.png) no-repeat 14px center;
}
.about .right li + li + li + li + li + li{
  background: url(../images/pl6.png) no-repeat 3px center;
}
.about .right li + li + li + li + li + li + li{
  background: url(../images/pl7.png) no-repeat 11px center;
}
.about .right li + li + li + li + li + li + li + li{
  background: url(../images/pl8.png) no-repeat 7px center;
}
.about .guided_tour{
  float: left;
  margin: 0 307px;
  width: 326px;
  height: 44px;
  color: #fff;
  background-color: #24beca;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
}
/***************************END ABOUT STYLE************************************/

/***************************ONLINE TOUR STYLE**********************************/
.online_tour{
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
/*  height: 1122px;  */
  padding: 0;
  z-index: 4;
  text-align: center;
  padding: 0 0 50px;
}
.online_tour .title{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 70px;
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  z-index: 10;
}
.online_tour p{
  position: relative;
  float: left;
  width: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  z-index: 10;
}
.online_tour ul{
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.online_tour ul li{
  display: inline-block;
  list-style: outside none none;
  margin: 1%;
  width: 13%;
}
.online_tour ul li img{
  width: 100%;
  height: auto;
  border: 5px solid #226ea0;
  border-radius: 6px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  -ms-transition:all .5s ease;
  transition:all .5s ease;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    1px 1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow:         1px 1px 10px 0px rgba(0, 0, 0, 0.75);
}
.online_tour ul li a:hover img{
  border: 5px solid #fff;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow:    1px 1px 10px 0px rgba(255, 255, 255, 0.75);
  box-shadow:         1px 1px 10px 0px rgba(255, 255, 255, 0.75);
}      /*
.online_tour .timetable{
  position: absolute;
  left: 50%;
  top: 1030px;
  margin-left: -174px;
  width: 348px;
  height: 44px;
  color: #fff;
  background-color: #24beca;
  font-size: 24px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  z-index: 10;
}     */
.online_tour .timetable{
  position: relative;
  display: inline-block;
  margin-top: 10px;
  width: 348px;
  height: 44px;
  color: #fff;
  background-color: #24beca;
  font-size: 24px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  z-index: 10;
}

.online_tour .tour{
  position: absolute;
  width: 1920px;
  height: 1122px;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 5;
}
/***************************END ONLINE TOUR STYLE******************************/

/***************************WATER STYLE****************************************/
.water{
  position: relative;
  float: left;
  width: 100%;
  margin-top: -23px;
  padding: 70px 0 74px;
  background: url(../images/water_bg.png) no-repeat center top;
  z-index: 5;
}
.water .title{
  position: relative;
  float: left;
  width: 100%;
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.water .wrapper > p{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  margin-top: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.water .cycle{
  position: relative;
  float: left;
  width: 100%;
  margin: 45px 0 6px;
  height: 572px;
}
.cycle a{
  position: absolute;
  top: 0;
  width: 183px;
  height: 183px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 95px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    1px 1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow:         1px 1px 10px 0px rgba(0, 0, 0, 0.75);
}
.cycle a:hover{
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
  -moz-box-shadow:    0px 0px 0px 3px rgba(255, 255, 255, 1);
  box-shadow:         0px 0px 0px 3px rgba(255, 255, 255, 1);
}
.cycle a span{
  position: absolute;
  top: 200px;
  width: 330px;
  left: 50%;
  margin-left: -165px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  font-family:'NeoSansPro-Bold', "Helvetica Neue", "Helvetica",sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.cycle a.cycle_1{
  left: 61px;
  background-image: url(../images/cycle_1.png);
}
.cycle a.cycle_2{
  left: 377px;
  background-image: url(../images/cycle_2.png);
}
.cycle a.cycle_3{
  left: 694px;
  background-image: url(../images/cycle_3.png);
}
.cycle a.cycle_4{
  top: 300px;
  left: 539px;
  background-image: url(../images/cycle_4.png);
}
.cycle a.cycle_5{
  top: 300px;
  left: 219px;
  background-image: url(../images/cycle_5.png);
}
.cycle span{
  position: absolute;
  top: 80px;
  width: 105px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center center;
}
.cycle span.cycle_1_2,
.cycle span.cycle_2_3{
  background-image: url(../images/cycle_right_arrow.png);
  left: 258px;
}
.cycle span.cycle_2_3{
  left: 577px;
}
.cycle span.cycle_3_4{
  background-image: url(../images/cycle_bottom_arrow.png);
  width: 60px;
  height: 128px;
  top: 270px;
  left: 740px;
}
.cycle span.cycle_4_5{
  background-image: url(../images/cycle_left_arrow.png);
  top: 378px;
  left: 418px;
}
.water .expert_advice{
  float: left;
  margin: 0 248px;
  width: 444px;
  height: 44px;
  color: #fff;
  background-color: #24beca;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
/***************************END WATER STYLE************************************/

/***************************REVIEWS STYLE**************************************/
.reviews{
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 74px;
  background-color: #24beca;
  z-index: 6;
}
.reviews .wrapper{
  overflow: visible;
}
.reviews .reviews_top_sea{
  float: left;
  width: 100%;
  height: 28px;
  margin-top: -28px;
  background: url(../images/reviews_top_sea.png) repeat-x 0 0;
}
.reviews .title{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.reviews ul{
  list-style: none;
}
.reviews ul .wrap{
  float: left;
  width: 100%;
}
.reviews ul .wrap li{
  float: left;
  width: 300px;
}
.reviews ul .wrap li + li{
  margin-left: 20px;
}
.reviews ul .wrap li img{
  margin-left: -110px;
  width: 220px;
  height: 220px;
  border: 3px solid #fff;
  border-radius: 110px;
}
.reviews ul .wrap li p{
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.reviews ul .wrap li .name{
  font-family:'NeoSansPro-Bold', "Helvetica Neue", "Helvetica",sans-serif;
  font-size: 18px;
  margin-top: 20px;
}
.reviews .bx-wrapper{
  margin: 42px 0 75px;
}
.reviews .bx-wrapper .bx-pager{
  left: 0;
  margin: 0;
  right: 0;
  text-align: center;
  top: 400px;
  width: auto;
}
.reviews .bx-controls{
  left: 0;
  right: 0;
  height: 100%;
  margin: 0;
  width: auto;
}
.reviews .bx-wrapper .bx-controls-direction a.bx-prev{
  left: -80px;
}
.reviews .bx-wrapper .bx-controls-direction a.bx-next{
  right: -80px;
}
.reviews .bx-wrapper .bx-pager.bx-default-pager a{
  background-color: transparent;
  border-color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.reviews .bx-wrapper .bx-pager.bx-default-pager a:hover,
.reviews .bx-wrapper .bx-pager.bx-default-pager a.active{
  background-color: #fff;
  border-color: #fff;
}
.reviews .schedule_trainers{
  float: left;
  margin: 0 264px;
  width: 412px;
  height: 44px;
  color: #fff;
  background-color: #24beca;
  font-size: 24px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
}
/***************************END REVIEWS STYLE**********************************/

/***************************FIND STYLE*****************************************/
.find{
  position: relative;
  float: left;
  width: 100%;
  background-color: #126fa0;
  z-index: 7;
}
.find_top_blue{
  float: left;
  width: 100%;
  height: 23px;
  margin-top: -23px;
  background: url(../images/find_top_blue.png) repeat-x 0 0;
}
.find .title{
  position: relative;
  float: left;
  width: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 75px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.find_bottom_blue{
  float: left;
  width: 100%;
  height: 23px;
  margin-bottom: -23px;
  background: url(../images/find_bottom_blue.png) repeat-x 0 0;
}
/***************************END FIND STYLE*************************************/

/***************************MAP STYLE***************************************/
.map{
  position: relative;
  float: left;
  width: 100%;
  height: 488px;
  overflow: hidden;
}
.map .wrapper{
  overflow: visible;
}
.map > ymaps{
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 1920px;
  height: 488px;
}
ymaps.ymaps-2-1-29-controls__toolbar,
ymaps.ymaps-2-1-29-controls__bottom,
ymaps.ymaps-2-1-29-copyrights-pane{
  display: none;
}
.map_form{
  position: absolute;
  right: 0;
  top: 90px;
  width: 304px;
  padding: 21px 11px 12px;
  border: 3px solid #005079;
  z-index: 999;
  border-radius: 4px;
  background: rgba(36,222,255,1);
  background: #24deff;
  background: -moz-linear-gradient(top, #24deff 0%, #09608d 50%, #00527a 101%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #24deff), color-stop(50%, #09608d), color-stop(101%, #00527a));
  background: -webkit-linear-gradient(top, #24deff 0%, #09608d 50%, #00527a 101%);
  background: -o-linear-gradient(top, #24deff 0%, #09608d 50%, #00527a 101%);
  background: -ms-linear-gradient(top, #24deff 0%, #09608d 50%, #00527a 101%);
  background: linear-gradient(to bottom, #24deff 0%, #09608d 50%, #00527a 101%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24deff', endColorstr='#00527a', GradientType=0 );
}
.map_form .title{
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 21px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.map_form .title strong{
  font-family:"NeoSansPro-Bold","Helvetica Neue","Helvetica",sans-serif;
}
.map_form .form_box{
  float: left;
  width: 276px;
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 5px;
}
.map_form .form_box p{
  float: left;
  width: 100%;
  margin: 11px 0;
}
.map_form input[type=text],
.map_form input[type=tel]{
  width: 100%;
  height: 38px;
  text-align: center;
  font-size: 14px;
  color: #555;
  border: 1px solid #126fa0;
  padding: 0 30px;
  border-radius: 5px;
}
.map_form input.name{
  background-image: url(../images/slider_input_name_bg.png);
  background-repeat: no-repeat;
  background-position: 226px 11px;
}
.map_form input.phone{
  background-image: url(../images/slider_input_phone_bg.png);
  background-repeat: no-repeat;
  background-position: 224px 10px;
}
.map_form input[type=submit]{
  width: 155px;
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  padding: 9px 17px 10px;
  margin: 0 auto;
  clear: both;
  background-color: #24beca;
  cursor: pointer;
  border: none;
  border-radius: 6px;
}
/***************************END MAP STYLE***********************************/

/***************************FOOTER STYLE***************************************/
.footer{
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #126fa0;
}
.footer .logo{
  float: left;
  width: 133px;
  height: 80px;
  margin: 20px 26px 38px 10px;
  background: url(../images/footer_logo.png) no-repeat 0 0;
}
.footer .info{
  float: left;
  width: 240px;
  height: 72px;
  margin: 33px 0;
  line-height: 24px;
  color: #fff;
}
.footer .info a{
  color: #fff;
  text-decoration: underline;
}
.footer .info a:hover{
  text-decoration: none;
}
.footer .products{
  float: left;
  margin-top: 2px;
  width: 210px;
  line-height: 24px;
  color: #fff;
}
.footer .products .title{
  display: block;
  font-size: 24px;
}
.footer .products ul{
  padding-left: 34px;
  margin-top: 6px;
}
.footer .products ul a{
  color: #fff;
  text-decoration: underline;
}
.footer .products ul a:hover{
  text-decoration: none;
}
.footer .right{
  width: 320px;
  color: #fff;
}
.footer .right .phone{
  float: right;
  width: 100%;
  text-align: right;
  font-size: 36px;
  line-height: 36px;
}
.footer .right .call_me{
  float: right;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  padding: 4px 14px;
  margin-top: 20px;
  clear: both;
  border: 1px solid #fff;
  border-radius: 6px;
}
.footer .right .budetweb{
  float: right;
  width: 139px;
  height: 32px;
  clear: both;
  margin-top: 22px;
  background: url(../images/budetweb.png) no-repeat 0 0;
}
/***************************END FOOTER STYLE***********************************/

/***************************FORM STYLE*****************************************/
#boxes{
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(89,89,89,0.8);
}
.hidden{
  overflow: hidden;
  padding-right: 17px;
}
.layer_wrap{
  display: block;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#boxes .window {
  display: none;
  left: 0;
  padding: 123px 0 0 122px;
  position: absolute;
  width: 428px;
  height: 377px;
  margin-left: -122px;
  margin-top: -123px;
  background: url(../images/modal_window_bg.png) no-repeat right bottom;
  z-index: 9999;
}
#dialog .cont{
  padding: 0 6px;
  float: left;
  width: 306px;
}
#dialog .cont .title{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #1368b3;
  margin: 12px 0 10px;
}
#dialog .cont p{
  float: left;
  width: 100%;
  margin: 7px 0;
  font-size: 14px;
  color: #464646;
  line-height: 21px;
}
#dialog input[type=text],
#dialog input[type=tel]{
  width: 293px;
  height: 44px;
  text-align: center;
  font-size: 18px;
  color: #555;
  border: 1px solid #24beca;
  padding: 0 35px;
  border-radius: 6px;
}
#dialog input.name{
  background-image: url(../images/input_name_bg.png);
  background-repeat: no-repeat;
  background-position: 264px 8px;
}
#dialog input.phone{
  background-image: url(../images/input_phone_bg.png);
  background-repeat: no-repeat;
  background-position: 261px 7px;
}
#dialog input[type=submit]{
  width: 155px;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  padding: 11px 14px 12px;
  margin: 14px auto 0;
  clear: both;
  background-color: #24beca;
  cursor: pointer;
  border: none;
  border-radius: 6px;
}
.close {
 position: absolute;
 right: -8px;
 top: 100px;
 width: 68px;
 height: 19px;
 width: 20px;
 background: url(../images/close_modal.png) no-repeat center center;
}
.close:hover{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
}
#first_modal .cont{
  margin: 0;
  padding: 0 15px 15px;
  background-color: #fff;
  border-radius: 50px;
}
#boxes #first_modal.window{
  background-position: center top;
  height: auto;
  margin-top: 0;  
}

/***************************END FORM STYLE***************************************/
}
@media only screen and (max-width: 1115px) {
.instructors .bx-wrapper .bx-controls-direction a.bx-prev,
.reviews .bx-wrapper .bx-controls-direction a.bx-prev{
  left: 0px;
}
.instructors .bx-wrapper .bx-controls-direction a.bx-next,
.reviews .bx-wrapper .bx-controls-direction a.bx-next{
  right: 0px;
}
}
@media only screen and (max-width: 959px) {
.wrapper{
  width: 768px;
}
.menu .wrapper{
  padding: 0;
}
.menu ul{
  padding: 0;
  margin: 0 -8px;
  width: 785px;
}
.menu ul li a{
  padding: 10px 11px;
}
.main_slider .wrapper{
  overflow: visible;
}
.main_slider .bx-wrapper img{
  width: 1550px;
  margin-left: -775px;
  height: 578px;
}
.main_slider .bx-wrapper .bx-pager{
  top: 520px;
  width: 768px;
  margin-left: -384px;
  padding: 0 25px;
}
.main_slider .slider_text{
  width: 450px;
  top: 120px;
}
.main_slider .slider_text p{
  font-size: 24px;
  line-height: 30px;
  margin: 48px 0;
}
.main_slider .slider_text p span{
  font-size: 27px;
}
.main_slider .slider_text p.fs30{
  font-size: 20px;
  line-height: 24px;
  margin: 40px 0;
}
.main_slider .slider_text p.fs30 span{
  font-size: 30px;
  line-height: 34px;
}
.main_slider .slider_form{
  top: 116px;
  right: 14px;
}
.who_needs{
  background-color: #e4eaf1;
  background-image: none;
  height: auto;
  margin: 0;
  padding: 47px 0 0;
  overflow: visible;
}
.who_needs .who_needs_top_gray{
  float: left;
  display: block;
  width: 100%;
  height: 23px;
  margin-top: -70px;
  background: url(../images/who_needs_top_gray.png) repeat-x 0 0;
}
.who_needs .who_needs_bottom_gray{
  float: left;
  display: block;
  width: 100%;
  height: 23px;
  margin-bottom: -23px;
  background: url(../images/who_needs_bottom_gray.png) repeat-x 45px 0;
}
.who_needs ul{
  text-align: center;
  width: 799px;
}
.who_needs ul li{
  display: inline-block;
  float: none;
  margin: 14px 20px;
}
.who_needs .expert_advice{
  margin: 0 152px 40px;
}
.instructors ul{
  width: 784px;
}
.instructors li{
  width: 362px;
}
.instructors li img{
  height: 126px;
  width: 126px;
  border-radius: 63px;
}
.instructors li .right {
  margin-right: 5px;
  width: 215px;
}
.instructors .bx-wrapper .bx-pager{
  top: 638px;
}
.instructors .schedule_trainers{
  margin: 0 180px;
}
.about .left {
  margin: 44px 0 0;
  text-align: center;
  width: 100%;
}
.about .right {
  margin: 20px 0 0;
  text-align: center;
  width: 100%;
}
.about .right li {
  display: inline-block;
  float: none;
  margin: 6px 5px;
  width: auto;
}
.about .guided_tour {
    margin: 30px 212px 0;
}
/*.online_tour {
    height: 842px;
}    */
.online_tour .title{
  padding: 0 30px;
}
.online_tour .tour{
  width: 1440px;
  height: 842px;
  margin-left: -720px;
}
.online_tour ul li{
  width: 14%;
}
.online_tour ul li img{
  border-width: 3px;
}

/*.online_tour .timetable{
  top: 732px;
}              */
.water .wrapper > p{
  padding: 0 30px;
}
.water .cycle {
  margin: 24px 0 6px;
}
.cycle a.cycle_1{
  left: 3px;
}
.cycle a.cycle_2{
  left: 281px;
}
.cycle a.cycle_3{
  left: 562px;
}
.cycle a.cycle_4{
  left: 406px;
}
.cycle a.cycle_5{
  left: 163px;
}
.cycle a span{
  font-size: 18px;
  line-height: 22px;
  width: 230px;
  margin-left: -115px;
}
.cycle span.cycle_1_2,
.cycle span.cycle_2_3{
  background-image: url(../images/cycle_right_arrow_768.png);
  left: 197px;
  width: 70px;
}
.cycle span.cycle_2_3{
  left: 481px;
}
.cycle span.cycle_3_4{
  left: 608px;
}
.cycle span.cycle_4_5{
  background-image: url(../images/cycle_left_arrow_768.png);
  left: 350px;
  width: 49px;
}
.water .expert_advice{
  margin: 0 152px;
}
.reviews ul .wrap li{
  margin-left: 63px;
}
.reviews ul .wrap li + li + li{
  display: none;
}  
.reviews .schedule_trainers{
  margin: 0 168px;
}
.footer .logo{
  width: 100%;
  margin: 0 0 17px;
  background-position: center center;
}
.footer .right{
  width: 290px;
}
.footer .right .phone{
  font-size: 27px;
}
}
@media only screen and (max-width: 767px) {
.wrapper{
  width: 480px;
}
.header .logo{
  background-position: center top;
  padding: 130px 0 0;
  text-align: center;
  width: 100%;
  margin: 28px 0 0;
}
.header .right{
  margin: 5px 0 4px;
}
.header .right,
.header .phone{
  width: 100%;
  text-align: center;
}
.header .city{
  margin: 0 168px;
}
.header .call_me{
  margin: 13px 135px;
}

.hd-vk{
	float:none;	
	margin:7px auto;
}
.menu{
  position: relative;
  z-index: 1001
}
.menu .wrapper{
  overflow: visible;
  width: 100%;
}
.menu ul{
  cursor: pointer;
  float: right;
  height: 47px;
  margin: 0;
  padding-top: 47px;
  width: 73px;
  background: url(../images/menu_mobile.png) no-repeat center center;
}
.menu ul li{
  display: none;
  float: right;
  width: 480px;
  padding: 0;
}
.menu ul li a{
  width: 100%;
  font-size: 18px;
  text-align: center;
  background-color: #226ea0;
}
.main_slider{
  height: 652px;
  background: #3987ae;
  background: -moz-linear-gradient(top, #3987ae 0%, #73aac2 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3987ae), color-stop(100%, #73aac2));
  background: -webkit-linear-gradient(top, #3987ae 0%, #73aac2 100%);
  background: -o-linear-gradient(top, #3987ae 0%, #73aac2 100%);
  background: -ms-linear-gradient(top, #3987ae 0%, #73aac2 100%);
  background: linear-gradient(to bottom, #3987ae 0%, #73aac2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3987ae', endColorstr='#73aac2', GradientType=0 );
}
.main_slider .bx-wrapper{
  visibility: hidden;
}
.main_slider .slider_text {
  top: -20px;
  width: 100%;
}
.main_slider .slider_text p{
  margin-bottom: 24px;
}
.main_slider .slider_text p.fs30{
  margin-top: 24px;
}
.main_slider .slider_form {
  right: 88px;
  top: 276px;
}
.who_needs ul{
  margin: 22px -10px;
  width: 480px;
}
.who_needs ul li{
  margin: 15px 40px;
}
.who_needs .expert_advice {
  margin: 0 10px 40px;
}
.instructors .wrapper > p{
  font-size: 18px;
  line-height: 22px;
  padding: 0 20px;
}
.instructors li img{
  float: none;
  margin: 0 auto;
}
.instructors li .right {
  margin: 20px 0 0;
  padding: 0 5px;
  text-align: center;
  width: 100%;
}
.instructors li .achievements{
  height: auto;
}
.instructors .bx-wrapper .bx-pager {
  top: 337px;
  left: -13px;
  right: -18px;
}
.instructors .schedule_trainers {
  margin: 0 38px;
}
.about .wrapper > p{
  font-size: 18px;
  line-height: 22px;
}
.about .left{
  margin: 12px 0 0;
}
.about .left img{
  width: 100%;
  height: auto;
}
.about .right li {
  float: left;
  line-height: 19px;
  margin: 0;
  line-height: 20px;
  padding: 10px 10px 10px 60px;
  text-align: left;
  width: 230px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about .right li + li + li + li{
  padding-top: 10px;
  padding-bottom: 10px;
}
.about .right li + li + li + li + li{
  padding-top: 0;
  padding-bottom: 0;
}
.about .right li + li + li + li + li + li{
  padding-top: 20px;
  padding-bottom: 20px;
}
.about .right li + li + li + li + li + li + li{
  padding-top: 10px;
  padding-bottom: 10px;
}
.about .guided_tour {
  margin: 20px 68px 0;
}
.about .wave_bottom_white{
  margin-top: 50px;
}
.online_tour .title {
    padding: 0;
}
.online_tour {
/*  height: 522px;  */
}
.online_tour .tour{
  width: 893px;
  height: 522px;
  margin-left: -446px;
}
.online_tour ul li{
  width: 9%;
}
.online_tour ul li img{
  border-width: 2px;
}
.online_tour .timetable {
/*  top: 440px;       */
}
.water{
  padding-top: 0;
  margin-top: 0;
  background: #5bb2e0 url(../images/water_bottom_bg.jpg) repeat-x left bottom;
}
.water_top_blue{
  float: left;
  width: 100%;
  height: 29px;
  margin-top: -29px;
  background: url(../images/water_top_blue.png) repeat-x 0 0;
}
.water .title{
  margin-top: 55px;
}
.water .wrapper > p{
  font-size: 18px;
  line-height: 21px;
  padding: 10px 50px 0;
}
.water .cycle {
  height: 1670px;
  margin: 30px 0 0;
}
.water .cycle a{
  left: 50%;
  margin-left: -91px;
}
.cycle a.cycle_2{
  top: 327px;
}
.cycle a.cycle_3{
  top: 670px;
}
.cycle a.cycle_4{
  top: 1064px;
}
.cycle a.cycle_5{
  top: 1422px;
}
.cycle a span{
  font-size: 18px;
  line-height: 22px;
  width: 230px;
  margin-left: -115px;
}
.cycle span.cycle_1_2,
.cycle span.cycle_2_3,
.cycle span.cycle_3_4,
.cycle span.cycle_4_5{
  width: 28px;
  height: 70px;
  left: 50%;
  margin-left: -14px;
  top: 250px;
  background-image: url(../images/cycle_bottom_arrow_480.png);
}
.cycle span.cycle_2_3{
  top: 580px;
}
.cycle span.cycle_3_4{
  top: 968px;
}
.cycle span.cycle_4_5{
  top: 1322px;
}
.water .expert_advice {
  margin: 0 8px;
}
.reviews ul{
  float: left;
  width: 100%;
}
.reviews ul li{
  float: left;
  width: 300px;
}
.reviews ul li + li {
  margin-left: 0;
}
.reviews ul li img{
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border: 3px solid #fff;
  border-radius: 60px;
}
.reviews ul li p{
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-align: center;
}
.reviews ul li .name{
  font-family:'NeoSansPro-Bold', "Helvetica Neue", "Helvetica",sans-serif;
  font-size: 18px;
  margin-top: 20px;
}
.reviews .bx-wrapper {
  margin: 42px 0 95px;
}
.reviews .bx-wrapper .bx-pager {
  top: 282px;
}
.reviews .schedule_trainers{
  margin: 0 24px;
}
.find .title{
  line-height: 36px;
  margin: 16px 0 25px;
  padding: 0 25px;
}
.map .wrapper{
  overflow: visible;
}
.map > ymaps{
  top: -310px;
  height: 800px !important;
}
.map .map_form{
  right: 90px;
  top: 129px;
}
.footer .info{
  margin: 32px 0;
}
.footer .right {
  margin-top: -3px;
  width: 100%;
}
.footer .right .phone {
  text-align: center;
}
.footer .right .call_me{
  margin-right: 156px;
}
.footer .right .budetweb{
  margin-right: 170px;
}
.hidden{
  padding-right: 0;
}
.header .call_me,
.slider_form input[type="text"],
.slider_form input[type="tel"],
.slider_form input[type="submit"],
.who_needs ul li span,
.who_needs ul li p a,
.who_needs .expert_advice,
.instructors .schedule_trainers,
.about .guided_tour,
.online_tour .timetable,
.water .expert_advice,
.reviews .schedule_trainers,
.map_form input[type="text"],
.map_form input[type="tel"],
.map_form input[type="submit"],
.footer .right .call_me,
#dialog input[type=text],
#dialog input[type=tel],
#dialog input[type="submit"]{
  line-height: 150%;
  padding-top: 8px;
}
.slider_form input[type="text"],
.slider_form input[type="tel"],
.map_form input[type="text"],
.map_form input[type="tel"],
#dialog input[type=text],
#dialog input[type=tel]{
  padding-top: 6px;
}
.slider_form input[type="submit"],
.map_form input[type="submit"],
#dialog input[type="submit"]{
  padding-bottom: 0;
}
.who_needs ul li p a{
  padding-top: 6px;
}
.who_needs .expert_advice,
.instructors .schedule_trainers,
.about .guided_tour,
.online_tour .timetable,
.water .expert_advice,
.reviews .schedule_trainers{

}
.footer .right .call_me{
  padding-top: 10px;
}
}
@media only screen and (max-width: 479px) {
.wrapper{
  width: 320px;
}
.header .logo{
  font-size: 18px;
}
.header .city {
  margin: 0 86px;
}
.header .call_me {
  margin: 13px 54px;
}
.menu ul li {
  width: 320px;
}
.menu ul li a {
    padding: 3px 0;
}
.menu ul li:last-child a{
  padding-bottom: 6px;
}
.main_slider .slider_text p,
.main_slider .slider_text p.fs30,
.main_slider .slider_text p span,
.main_slider .slider_text p.fs30 span {
  font-size: 18px;
  line-height: 22px;
}
.slider_text hr{
  display: none;
}
.main_slider{
  height: 640px;
}
.main_slider .slider_text p {
  margin: 65px 0 0;
}
.main_slider .slider_text p.fs30{
  padding: 0 20px;
  margin: 38px 0 0;
}
.main_slider .slider_form {
  right: 8px;
  top: 260px;
}
.who_needs .title{
  font-size: 24px;
}
.who_needs ul {
  margin: 17px -10px 27px;
  width: 320px;
}
.who_needs ul li {
  margin: 14px 1px;
}
.who_needs .expert_advice{
  font-size: 16px;
  width: 300px;
  margin: 0 0 30px;
}
.instructors .title{
  font-size: 24px;
}
.instructors .wrapper > p{
  font-size: 16px;
  line-height: 19px;
  margin-top: 3px;
}
.instructors li .achievements{
  margin-top: 12px;
  height: 85px;
}
.instructors .bx-wrapper {
  margin-bottom: 110px;
}
.instructors .bx-wrapper .bx-pager {
  top: 350px;
}
.bx-wrapper .bx-pager .bx-pager-item{
  height: 35px;
}
.instructors .schedule_trainers {
  font-size: 16px;
  margin: 0 5px;
  width: 290px;
}
.about .title{
  font-size: 24px;
  margin-top: -29px;
}
.about .wrapper > p {
  font-size: 16px;
  line-height: 19px;
  padding: 0 10px;
  margin-top: 4px;
}
.about .left {
  margin: 9px 0 0;
}
.about .right li {
  float: none;
}
.about .guided_tour {
  font-size: 16px;
  margin: 18px 25px 0;
  width: 250px;
}
.about .wave_bottom_white {
  margin-top: 20px;
}
.online_tour .title {
  font-size: 24px;
  line-height: 29px;
  padding: 0 20px;
  margin-top: 49px;
}
.online_tour ul li {
    width: 9%;
}
.online_tour .timetable {
  font-size: 16px;
  width: 262px;
/*  margin-left: -131px;    */
}
.water .title {
  font-size: 24px;
  margin-top: 30px;
}
.water .wrapper > p,
.online_tour p {
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin-top: 20px;
}
.water .cycle {
  margin: 25px 0 0;
}
.water .expert_advice {
  font-size: 16px;
  margin: 0;
  width: 300px;
}
.reviews{
  padding-bottom: 53px;
}
.reviews .title{
  font-size: 24px;
}
.reviews .bx-wrapper {
  margin: 26px 0 95px;
}
.reviews .bx-wrapper .bx-pager {
  top: 300px;
}
.reviews .schedule_trainers {
  font-size: 16px;
  margin: 0;
  width: 300px;
}
.find .title {
  font-size: 24px;
  line-height: 29px;
  margin: 23px 0 33px;
  padding: 0;
}
.map .map_form {
  right: 10px;
  top: 139px;
}
.footer{
  text-align: center;
}
.footer .info {
  margin: 24px 0 0;
  width: 100%;
}
.footer .products{
  width: 100%;
  margin-top: 47px;
}
.footer .products ul {
  display: inline-block;
  text-align: left;
  width: 200px;
}
.footer .right {
  margin-top: 34px;
}
.footer .right .call_me {
  margin-right: 65px;
}
.footer .right .budetweb {
  margin-right: 82px;
}
.bx-wrapper .bx-controls-direction a{
  margin-top: -60px;
}
.who_needs .expert_advice,
.instructors .schedule_trainers,
.about .guided_tour,
.online_tour .timetable,
.water .expert_advice,
.reviews .schedule_trainers{
  padding-top: 14px;
}
}



/* FORM VALIDATE */

/*
.val-err{
	border:1px solid #f00 !important;
}


.val-mess{
	margin:51px auto;
	text-align:center;
	font-size:20px;
	font-family: "NeoSansPro-Regular","Helvetica Neue","Helvetica",sans-serif; 	
}

.val-mess__modal{
	
	margin:75px auto;
	text-align:center;
	font-size:20px;
	font-family: "NeoSansPro-Regular","Helvetica Neue","Helvetica",sans-serif; 		
	
}

*/