/*   
Theme Name: Aqua Heaven
Theme URI: 
Version: 1.0
Tags: 
Description: Aqua Heaven theme by VipWS
Author: VipWS
Author URI: http://vipws.net
*/

@font-face {
  font-family:'Circe';
    src: url('../Aqua%20Heaven/fonts/Circe-Regular.eot');
    src: url('../Aqua%20Heaven/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
         url('../Aqua%20Heaven/fonts/Circe-Regular.woff') format('woff'),
         url('../Aqua%20Heaven/fonts/Circe-Regular.ttf') format('truetype'),
         url('../Aqua%20Heaven/fonts/Circe-Regular.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p {
  margin-bottom:15px;
}
ul {
  margin-bottom:15px;
  margin-top:15px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
h1 {font-size:24px;}
html {
  height: 100%;
  zoom: 1;
}
 
header, nav, section, main, article, aside, footer {
  display: block;
}
 
body {
  height: 100%;
  /*width: 100%;*/
	min-width: 320px;
  font-size:15px;
  font-family: 'Circe', serif;
  font-weight:300;
  letter-spacing: 0.5px;
	overflow-x: hidden;
  zoom: 1;
}

.pum-open body{
	overflow-y: scroll;
}

hr {
  color: #d0cfd6;
  background-color:#d0cfd6;
  border:0px none;
  height:1px;
  clear:both; 
  margin:0 0 20px 0;
}

ul, ol {
  margin-left:20px;
}

.img-responsive {
  width:100%;
  height:100%;
}
.text-right {
  text-align:right;
}
.text-left {
  text-align:left;
}
.text-center {
  text-align:center;
}
.text-justify {
  text-align:justify;
}
.pull-left {
  float:left;
}
.pull-right {
  float:right;
}
.hidden {
  display:none;
}

.container {
  max-width: 1200px;
  min-width:1000px;
  margin: 0 auto 20px;
  overflow:hidden;
}
.container .row {
  
}

.title, .widgettitle {
  color: #242b3d;
  font-size: 24px;
  text-align: center;
  margin-bottom:20px;
  display:block;
}
.subtitle {
  text-align: center;
  margin-bottom: 25px;
  color:#242b3d;
  font-size:20px;
}
section {
  padding:35px 15px 0;
	overflow: hidden;
}


/* header */

.header_main {
  position:relative;
  min-height:655px;
  max-height:990px;
  background:url(../Aqua%20Heaven/images/topbg.jpg) 50% 50%;
  background-size:cover;
}
.header_main.inside {
  position:relative;
  min-height:174px;
  background:transparent;
  background-size:cover;
  border-bottom:1px solid #d0cfd6;
}
.header_main .banner_img {
  position:absolute;
  width:100%;
  top:0;
  left:0;
}
.header_main .navigation_menu_wrap {
  position:absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.header_main .navigation_menu_wrap > div{
  max-width: 1000px;
  margin: 45px auto;
}

.header_main .navigation_menu_wrap .navigation_menu {
  float:left;
  margin-top: 16px;
}
.header_main .navigation_menu .menu_it {
  float:left;
}
.header_main .navigation_menu .menu_it a, .top-menu > .menu-item > a {
  display:block;
  color:#fff;
  text-decoration:none;
  padding:7px 11px;
  font-size: 16px;
}
#top-nav-ul{
  margin-left: 0;
  margin-bottom: 0;
}
#top-nav-ul > li {
  display:inline-block;
  position:relative;
}
#top-nav-ul > li > a:hover {
  background:none;
}

#top-nav-ul > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
#top-nav-ul > li > a:hover:after {
    width: 100%;
    transition: width .3s;
}
#top-nav-ul .menu-item-56 > a {
  pointer-events: none;
}
#top-nav-ul .menu-item-56.active:after {
 width:0!important;
}

.dropdown-menu {
  display:none;
  position:absolute;
  top: 38px;
  left:0;
  width:250px;
  background:rgba(0, 0, 0, 0.7);
  z-index:99;
  margin-left:0;
  border-radius:8px;
  margin-top: 0;
}
.dropdown-menu > li {
  display:block;
  width:100%;
}
.dropdown-menu > li > a {
	display: inline-block !important;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
}
.dropdown-menu > li > a::after {
  content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
.dropdown-menu > li > a:hover::after {
    width: 100%;
    transition: width .3s;
}

.header_main .top_numbers {
  color:#fff;
  float:right;
  font-size: 16px;
  line-height: 18px;
}
.header_main .top_numbers p {
  margin-bottom:0;
}
.header_main.inside .top_numbers {
  color:#000;
}
.header_main .top_numbers a{
  color: #fff;
}
.header_main .top_numbers .small,
.header_main.inside .top_numbers .small {
  font-size: 14px;
  display: block;
}
.header_main .top_numbers a:focus,
.header_main .top_numbers a:active,
.header_main .top_numbers a:hover {
  text-decoration: none;
  outline: none;
}
.header_main.inside .top_numbers a{
  color: #000;
}
.header_main.inside .navigation_menu li a {
  color:#000 !important;
	display:inline-block!important;
  font-size: 16px;
}
.header_main.inside .navigation_menu li a:after {
  content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #363636 !important;
    transition: width .3s;
}
.header_main.inside .navigation_menu li a:hover:after {
    width: 100%;
    transition: width .3s;
}
.header_main.inside .navigation_menu ul li > ul.dropdown-menu li a {
  color:#fff !important;
}
.header_main.inside .navigation_menu li > ul.dropdown-menu li a:after {
  background:#ffffff !important;
}
.head-btn-callback{
  color: #000;
}
.main_header_caption {
  position:absolute;
  max-width:1150px;
  margin:0 auto;
  top:180px;
  left:0;
  right:0;
  color:#fff;
  font-size:18px;
}
.main_header_caption .lead_title {
  text-align:center;
  font-weight:bold;
  font-size:30px;
  line-height: 34px;
  margin-bottom:15px;
}

.main_header_caption .lead_title h1{
  text-align:center;
  font-weight:bold;
  font-size:30px;
  line-height: 34px;
  margin-bottom:15px;
}

.form-title {font-size:18px;}
.main_header_caption ul {
  width: 60%;
  margin: 15px auto;
}
.main_header_caption .callback {
  display:block;
  margin:25px auto;
  width:222px;
  color:#28a3c4;
  background:#fff;
  border-radius:4px;
  padding:18px 0;
  text-align:center;
  text-transform:uppercase;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
}
.main_header_caption .callback:hover {
  color:#fff;
  background:#28a3c4;
  cursor:pointer;
}

.callback-btn{
	display: block;
	border: 2px solid transparent;
	width: 250px;
	color: #fff;
	background: #28a3c4;
	padding: 11px 0 9px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 30px auto 0 !important;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}
.callback-btn:hover{
	color: #28a3c4;
	background: #fff;
}

#popmake-391  .wpcf7-submit:hover {
  color:#fff;
  background:#28a3c4;
}

#popmake-5405  .wpcf7-submit:hover {
  color:#fff;
  background:#28a3c4;
}

.top_mn {
  display:none;
}

.navigation_menu_wrap .logo {
  float:left;
	margin-right: 20px;
	max-width: 100px;
}
.navigation_menu_wrap .logo img{
	max-width: 100%;
}
#top-nav-ul .current-menu-item > a:after {
  width:100%!important;
}
.menu-item-55.active > a:after, .menu-item-55 > a.active:after {
    content: '';
    display: block;
    width: 100%!important;
    height: 2px;
    background: #363636 !important;
    transition: width .3s;
}

/* HOmepage */
 
.about_us_main {
  max-width:1000px;
  margin: 50px auto 30px;
}
.about_us_main:before {
  content:'';
  width:100px;
  height:2px;
  display:block;
  float:left;
  background:#28a3c4;
}
.about_us_main p {
      float: left;
    margin-top: 20px;
}

/* CATEGORIES */

.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
      margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.categories .category_desc {
  max-width:475px;
  width:25%;
  padding:0 25px;
  background:#fafafa;
  text-decoration: none;
  position: relative;
  display: block;
}
.categories .category_desc .title {
  /*padding-top:30%;*/
  text-transform:uppercase;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.categories .category_desc .title:after {
  content:'';
  width:100px;
  height:2px;
  margin:3px auto;
  display:block;
  background:#28a3c4;
}
.categories .category_desc .sub_title {
  text-align:center;
  color:#707070;
}
.categories .category_image {
  max-width:475px;
  width:25%;
  overflow:hidden;
  position:relative;
  display: block;
  max-height: 235px;
}
@media screen and (max-width: 1370px) {
  .categories .category_image {
    max-height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .categories .category_image {
    max-height: 170px;
  }
}
@media screen and (max-width: 500px) {
  .categories .category_image {
    max-height: 150px;
  }
}
@media screen and (max-width: 375px) {
  .categories .category_image {
    max-height: 100px;
  }
}
.categories .category_image:before {
    content:'';
    width:20px;
    height:20px;
    position:absolute;
    top:50%;
    bottom:50%;
    margin-top:-10px;
    border: 10px solid transparent; /* Прозрачные границы */
    border-left: 10px solid #fff; /* Добавляем треугольник */
    z-index:99;
  }
  .categories .category_image.rtl:before {
    content:'';
    width:20px;
    height:20px;
    position:absolute;
    right:0;
    top:50%;
    bottom:50%;
    margin-top:-10px;
    border: 10px solid transparent; /* Прозрачные границы */
    border-right: 10px solid #fff; /* Добавляем треугольник */
    z-index:99;
  }
  
.categories .category_image img {
  width:100%;
  height:100%;
  transition:1s linear;
  margin-top: 0;
}

.categories .category_image img:hover {
  transform:scale(1.1);
  transition:1s linear;
}

/* NEW */

.new_2017 {
  padding:35px 0 0;
  margin: 0 0 25px;
}
.background-image {
  position:relative;
}
.background-image .play_btn {
  position:absolute;
  left:50%;
  top:50%;
  font-size: 20px;
  line-height: 24px;
  display:block;
  max-width: 300px;
  height: 90px;
  text-align: center;
  margin: -45px auto 0;
  color: #fff;
  background:url(../Aqua%20Heaven/images/video-btn-orange.png) no-repeat top center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  cursor: pointer;
}

.background-image .play_btn span {
  display: inline-block;
  margin-top: 55px;
}
#hidden_video {
  display:none;
}
.new_2017 .title {
  font-size:20px;
}
.new_2017 .title.fz24 {
  font-size: 24px;
}
.new_2017 img {
  width:100%;
  min-height: 160px;
}
.new_2017 .to_catalog {
  display:block;
  margin:45px auto;
  width:200px;
  text-align:center;
  border:2px solid #e25e36;
  padding:10px 0;
  color: #fff;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:bold;
  border-radius:4px;
  background: #e25e36;
  -webkit-transition: background .3s ease, color .3s ease;
  -moz-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}
.new_2017 .to_catalog:hover {
  color:#e25e36;
  background:transparent;
}

@media screen and (max-width: 550px) {
  .background-image .play_btn {
    height: 110px;
    margin-top: -55px;
  }
}


/* ПОЧЕМУ МЫ? */

.why_us {
  padding: 50px 0 1px;
  background:#f4f4f4;
}
.why_us .title {
  text-transform:none;
  color:#707070;
  margin-bottom:40px;
  text-align:center;
}
.why_us_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width:1170px;
  margin:0 auto;
}
.why_us .why_us_block {
  width:20%;
  text-align:center;
  padding:0 25px;
}
.why_us .why_us_block img {
  margin-bottom:15px;
}
.why_us .why_us_block p {
  color:#707070;
  font-size:13px;
}

/* ПРОЕКТЫ */
.projects {
  padding: 40px 0 0;
}
.projects_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projects_wrap .proj {
  min-width:32.9%;
  max-width:100%;
  position:relative;
  margin:2.5px;
  height:300px;
  display:block;
  overflow:hidden;
}
.projects_wrap .proj .link {
  position:absolute;
  left:30px;
  bottom:45px;
  color:#fff;
  text-decoration:none;
  font-size:20px;
}
.projects_wrap .proj .link:after {
  content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
.projects_wrap .proj:hover .link:after,
.projects_wrap .proj .link:hover:after {
  width: 100%;
    transition: width .3s;
}

.link_gray:after {
  background:#333!important;
}

.projects_wrap .proj img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.projects .to_projects {
  display:block;
  margin:35px auto;
  color:#28a3c4;
  font-size:18px;
  text-decoration:none;
  width:350px;
  text-align:center;
}
.projects .to_projects:after {
  content:'';
  background:url(../Aqua%20Heaven/images/arrow-after.png);
  width:23px;
  height:23px;
  display:inline-block;
  vertical-align:middle;
  margin-top:-3px;
  margin-left:10px;
}


/* Преимущества */

.avas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width:1170px;
  margin:50px auto;
	overflow-x: hidden;
}
.avas .ava_it {
  width:20%;
  padding:0 30px;
  text-align:center;
  color:#707070;
  font-size:13px;
}
.avas .ava_it img {
  margin-bottom:20px;
}

/* Форма 1 */

.form_order {
  padding:130px 0;
  background:url(../Aqua%20Heaven/images/form-bg.jpg) 0 50% no-repeat;
  color:#fff;
}
.form_order .container {
  max-width:1170px;
  margin:0 auto;
}
.form_order .form_info {
  display: inline-block;
  vertical-align: top;
  width:50%;
  padding:20px 15px;
  background-color: rgba(0,0,0,0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
}
.form_order .form_info .lead {
  font-size: 21px;
  margin-bottom: 0;
}
.form_order .form_info h3 {
  margin-bottom: 0;
}
.form_order .form_info .pdf_link {
  margin:2px 0;
  display:block;
  color:#fff;
  font-weight:bold;
}
.form_order .form_info .pdf_link img {
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
}
.form_order .form_form {
  width:40%;
  display: inline-block;
  vertical-align: middle;
  margin-left:60px;
}
.form_order .form_form .wpcf7 {
  background:transparent;
  padding:0!important;
  margin:0!important;
}
.form_order .form_form .wpcf7 .wpcf7-submit {
  margin: 0!important;
  height: 40px!important;
  background-color: #fff !important;
  border: 2px solid #e25e36 !important;
  color: #e25e36 !important;
  -webkit-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}
.form_order .form_form .wpcf7 .wpcf7-submit:hover {
  color: #fff !important;
  background-color: #e25e36 !important;
}
 .form_order .form_form .btn{
  display: block;
  border:none;
    width: 300px;
    color: #fff;
    background: #28a3c4;
    padding: 11px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin:3px 0 !important;
    text-decoration:none;
    cursor:pointer;
}
.form_order .form_form .btn:hover {
  background:#28a3c4;
  color:#fff;
}
.full-application-wrap .btn{
	display: block;
	border: 2px solid #e25e36;
	width: 300px;
	color: #fff;
	background: #e25e36;
	/*background: #28a3c4;*/
	padding: 11px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 30px auto 0 !important;
	text-decoration: none;
	cursor:pointer;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}
.full-application-wrap .btn:hover{
	background: transparent;
	color: #e25e36;
}
.form_order .form_form .inpt {
  background: rgba( 0, 0, 0, 0.5);
  padding:5px 15px;
  color:#fff;
  border:none;
  width:380px;
  height:40px;
  font-size:18px;
  margin:2px 0;
  border-radius:4px;
}
.form_order .sbmt {
  display: block;
  border:none;
    width: 222px;
    color: #28a3c4;
    background: #fff;
    border-radius: 4px;
    padding: 11px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin:3px 0;
    cursor:pointer;
}
.form_order .sbmt:hover {
  background:#28a3c4;
  color:#fff;
}

/* Сертификаты */

.certificate {
  padding:10px 0;
}
.certificate .cert_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width:1170px;
  margin:10px auto;
}
.certificate .cert_wrap .cert_item {
  width: 20%;
  padding:0 15px;
}
.certificate .cert_wrap .cert_item img {
  width:100%;
}

/* Новости */

.news {
  padding: 40px 0 20px;
  background:#f4f4f4;
  margin-bottom: 20px;
}
.news .container {
  max-width:1170px;
  margin:20px auto;
  display:flex;
  flex-wrap:wrap;
  align-content:center;
  justify-content: center;
}
.news .widgettitle {
  margin-bottom:50px;
}

.rpwe-block {
  max-width:1170px;
  margin:20px auto;
}

.rpwe-block ul {
  max-width: 1170px;
  margin: 20px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news .container .news_item {
  color:#707070;
  width:25%;
  padding:0 20px;
  font-size:13px; 
}

.news .rpwe-ul {
  list-style-type:none;
}
.news .rpwe-block li {
  width: 21%;
	margin: 0 2% 20px;
	border-bottom:none!important;
  min-width: 245px;
}



.news .rpwe-li .plc_img{
  width:220px;
  text-align:center;
  margin-left:-5px;
	margin-bottom: 5px;
}

.news .container .news_item img {
  margin-bottom:15px;
}
.news .rpwe-li a, .rpwe-block a {
  display:block;
  margin-bottom:15px;
  color:#363636;
  text-decoration:none;
  font-size: 19px;
  line-height: 21px;
  letter-spacing: 0.75px;
}

@media only screen and (max-width: 600px){
	.rpwe-block ul{
		display: block;
		text-align: center;
	}
	.news .rpwe-block li{
		display: inline-block;
		width: 100%;
		max-width: 300px;
		margin-bottom: 15px;
	}
	.news .rpwe-li .plc_img{
		margin-left: auto;
		margin-right: auto;
	}
}

.news .rpwe-li a:hover {
  text-decoration:none;
  color:#28a3c4;
}
.news .rpwe-title {
      min-height: 41px;
      margin-bottom:10px!important;
      text-transform:lowercase;
}
.news .rpwe-title:first-letter {
  text-transform:uppercase;
}
.news .rpwe-summary {
  color:#707070;
  font-size:15px;
}

.rpwe-summary .more-link {
  color:#494949;
  float:right;
  display:block;
  margin-top:10px;
}
.rpwe-summary .more-link:hover {
  text-decoration:underline;
}
.rpwe-block h3 {
  margin:10px 0;
  font-size:15px;
  display:block;
}
.news .rpwe-time {
  display:block;
  text-transform:uppercase;
  font-size:14px !important;
  font-weight:bold;
  margin-top:15px;
  text-align:left;
  color:#acacac;
  margin-top:20px;
}

.news .to_news {
  color:#28a3c4;
  text-decoration:underline;
  text-align:center;
  display:block;
  margin:0px auto;
}

/* Консультация */

.consult {
  background:url(../Aqua%20Heaven/images/cons-bg.jpg) no-repeat 50% 50%;
  text-align:center;
  color:#fff;
  margin-top: 20px;
}
.consult .lead {
  font-size:24px;
}
.consult .sub_lead {
  font-size:18px;
}
.consult .wpcf7 {
  margin-top:0!important;
}

.consult form {
  max-width:888px;
  margin:20px auto;
}
.consult form .form-group {
  display:inline-block;
  vertical-align:top;
  width:32.9%;
}
.consult form .form-group .inpt {
  width:100%;
  height:50px;
  border:none;
  padding:10px 15px;
  border-radius:4px;
}
.consult form .form-group .sbmt {
  color:#fff;
  text-align:center;
  padding:10px 15px;
  width:100%;
  height:50px;
  background:#e25e36;
  border: 2px solid #e25e36;
  border-radius:4px;
  font-size:15px;
  font-weight:bold;
  text-transform:uppercase;
  -webkit-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}
.consult form .form-group .sbmt:hover {
  background:#fff;
  color:#e25e36;
}
.wpcf7-form .inpt {
  width:100%;
  height:50px;
  border:none;
  padding:10px 15px;
  border-radius:4px;
}

/* Контакты */

.contacts {
  padding: 80px 0;
  max-width:1170px;
  margin:0 auto;
}
.contacts .contacts_text {
  float:left;
  width:60%;
}
.contacts_text .row {
  margin:15px 0;
  font-size:16px;
}
.contacts_text .row .row-img-contact {
  display: inline-block;
  vertical-align: middle;
  margin-right:10px;
  text-align:center;
	width: 42px;
}
.contacts_text .row .row-img-contact img{
	display: block;
  margin: auto;
}
.contacts_text .row p {
  display:inline-block;
  vertical-align:middle;
	width: calc(100% - 58px);
}
.contacts_text .row p a{
	text-decoration: underline;
	color: #28a3c4;
}
.contacts_text .row p a:hover{
	text-decoration: none;
}
@media only screen and (max-width: 550px){
	.contacts_text .row p span{
		display: block;
	}
}


.contacts .contacts_text + .map {
  float:left;
  width:40%;
}

.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 430px;
  top: 430px;
  margin-top: -430px;
}

.gallery-front-page {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#gallery-1 {
  margin: auto;
}
#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
}
#gallery-1 img {
  border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
  margin-left: 0;
}


/* Footer */

footer {
  padding:50px 0 80px;
  max-width:1170px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-content:center;
  justify-content: center;
}
footer .footer_menu {
  width:20%;
  padding:15px;
}
footer .footer_menu .foot_title {
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:20px;
  display:inline-block;
  border-bottom:1px solid #62cbd5;
}

footer .footer_menu ul {
  margin-left:0;
}
footer .footer_menu ul li {
  float:none;
  display:block;
}
footer .footer_menu a {
  display:block;
  margin:3px;
  color:#707070;
  text-decoration:none;
}
footer .footer_menu a:hover {
  color:#62cbd5;
}
.bottombar {
  background:#f4f4f4;
  padding:15px 45px;
}


/* KATALOG */

.breadcrumbs {
  padding:0 20px 0 0;
}
.breadcrumbs span {
  margin:0 5px 0 0;
}
.breadcrumbs a {
  text-decoration:underline;
  color:#000;
}
.breadcrumbs a:hover {
  text-decoration:none;
}

.container .row h1.title {
  margin:20px 20px 40px 0;
  text-align:left;
  font-weight:400;
  font-size:32px;
}

aside, #sidebar {
  width:29%;
  float:left;
  margin-right:1%;
  margin-left:0;
}
aside .widget_nav_menu ul, #sidebar  .widget_nav_menu ul{
  list-style-type:none;
  margin-left: 0;
}
aside .widget_nav_menu ul > li, #sidebar  .widget_nav_menu ul > li{
  border-bottom:1px solid #ebebeb;
  position:relative;
}
aside .widget_nav_menu ul > li > a, #sidebar  .widget_nav_menu ul > li > a{
  color:#363636;
  text-transform:uppercase;
  display:block;
  padding:15px 0;
  text-decoration:none;
  width:90%;
  
}

#sidebar  .widget_nav_menu ul#menu-uslugi > li.current_page_item > a {
	color: #62cbd5;
}

#sidebar  .widget_nav_menu ul#menu-uslugi > li.current_page_parent > ul.sub-menu > li.current_page_item > a {
  color: #62cbd5;
}

aside .widget_nav_menu ul > li > .toggler,
#sidebar  .widget_nav_menu ul#menu-uslugi > li > .toggler {
  position:absolute;
  right:-5px;
  top:13px;
  font-size: 20px;
  line-height: 20px;
  width:20px;
  height:20px;
  cursor:pointer;
  transition:.5s linear;
  color:#707070!important;
}
aside .widget_nav_menu .current-menu-item a, aside .widget_nav_menu .current-category-parent a, aside .widget_nav_menu .current-category-parent .current-menu-item a{
	color:#62cbd5!important;
}

aside .widget_nav_menu .current-menu-item li a, aside .widget_nav_menu .current-category-parent li a, aside .widget_nav_menu .current-category-parent .current-menu-item li a{
	color:#707070!important;
}
aside .widget_nav_menu ul > li > a:hover, #sidebar .widget_nav_menu ul > li > a:hover, aside .widget_nav_menu .current-category-parent .current-menu-item li a:hover{
  color:#62cbd5!important;
}

aside .widget_nav_menu .current-menu-item > .sub-menu {
  display:block;
}
aside .widget_nav_menu .current-menu-parent .sub-menu {
  display:block;
  
}
aside .widget_nav_menu ul > li >  a,
#sidebar .widget_nav_menu ul > li >  a{
  width:100%;
  font-weight:600;
  color:#707070;
  font-size: 16px;
}
aside .widget_nav_menu ul > li > .toggler {
  display:none;
}
aside .widget_nav_menu ul > li.menu-item-has-children ul {padding-bottom:30px;}
aside .widget_nav_menu ul > li.menu-item-has-children > .toggler {
  display:block;
  color:#707070;
}
aside .widget_nav_menu ul > li.menu-item-has-children > a {
  width:90%;
  letter-spacing:1px;
  color:#707070;
}
aside .widget_nav_menu ul > li > .toggler.active {
  transform:rotate(90deg);
  transition:.5s linear;
      right: 1px;
    top: 18px;
	color:#707070!important;
}
aside .widget_nav_menu .current-menu-item > .toggler,
#sidebar .widget_nav_menu .current-menu-item > .toggler{
  transform:rotate(90deg);
  transition:.5s linear;
      right: 1px;
    top: 18px;
	color:#707070!important;
}
aside .widget_nav_menu .current-menu-item > .toggler.active,
#sidebar .widget_nav_menu .current-menu-item > .toggler.active{
  transform:rotate(0deg);
  transition:.5s linear;
      right: -5px;
    top: 13px;
	color:#707070!important;
}



aside .rpwe_widget .widgettitle {
  text-align:left;margin-bottom:30px;
}
aside .rpwe_widget, .widget_text {
  margin-top:35px;
  padding:10px 20px;
}
aside .rpwe-block li {
  width:100%;
  margin:5px 0;
}
aside .rpwe-block a:hover {
  text-decoration:underline;
}

aside .socvk,
#sidebar .socvk {
  display: inline-block;
}

aside .socvk img,
#sidebar .socvk img,
.news_footer .socvk img {
    background: url(../Aqua%20Heaven/images/vk.png) no-repeat scroll 0 0 transparent;
    height: 44px;
    width: 247px;
}


/* aside .widget_nav_menu ul > li .sub-menu {
  display:block;
} */

aside .widget_nav_menu ul.sub-menu {
  display:none;
}

.sub-menu li {
  border-bottom:0!important;
  position:relative;
}
.sub-menu li:before {
    color: #707070; /* Цвет маркера */
    content: "■"; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
    display:inline-block;
    vertical-align:middle;
    position:absolute;
    left:-20px;
    top:8px;
}
.sub-menu li a {
  text-transform:none !important;
  color: #707070;
  letter-spacing:0.5px;
  display:inline-block;
    vertical-align:middle;
	padding:10px 0!important;
}

.content {
  float:right;
  width:69%;
  display:flex;
  flex-wrap:wrap;
  align-content:space-between;
  justify-content:center;
  padding:0 0 0 20px;
}


.table_prod {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    }
.table_prod td {
  border: 1px solid #c0c0c0;
  padding: 5px;
}

.content-prod .post {
  width:250px;
  position:relative;
  margin:5px;
  overflow:hidden;
}

.content-prod .post .post_title {
/*  position:absolute;
  top:75%;
  margin-top:-13.5px;
  left:0px;
  right:0;*/
  text-align:center;
  font-size:16px;
  text-decoration:none;
  z-index:333;
  /*background:rgba(0, 0, 0, 0.3);*/
  padding:2px 0;
  letter-spacing: 0.5px;
}
.content-prod .post .post_title a {
  color: #111;
  text-decoration:none;
  /*text-shadow:0 5px 15px #888;*/
	display: block;
}

.content-prod .post img {
  /*width:250px;*/
  /*height:150px;*/
	width: auto;
	height: auto;
  transition: all .2s ease-in-out;
	max-width: 100%;
}
.content-prod .post:hover img {
  transform: scale(1.1);
}

.content-news .post {
  width:100%!important;
  height:auto!important;
  padding:10px!important;
   background:#f3f3f3;
   border:1px solid #ebebeb;
   border-radius:8px;
}
.content-news .post .post_title {
  position:relative!important;
  top:0!important;

  text-align:left !important;
  padding:15px 0!important;
  background:none!important;
  margin-top:0!important;
}
.content-news .post .post_title > a {
  display:inline-block!important;
    color:#000!important;
}
.content-news .post .post_title > a:hover{
  text-decoration:underline;
}
.content-news .entry-date {
  font-size:14px;
}
.content-news .post .thumbnail {
  font-size:14px;
  color:#000;
  float:right;
}
.content-news .post .thumbnail:hover {
  text-decoration:none;
}

.pagination {
  text-align:right;
  margin-top: 25px;
}
.pagination li {
  display:inline-block;
}
.pagination li a {
  display:block;
  padding:10px 15px;
  color:#000;
}
.pagination li a:hover {
  text-decoration:none;
}
.pagination li.active span {
  font-weight:bold;
  display:block;
  padding: 10px 15px;
}

/* GALLERY */

.projects_wrap .proj {
  min-width:calc(32.9% - 5px);
  max-width:100%;
  position:relative;
  margin:2.5px;
  height:250px;
  display:block;
}
.completed-project .proj{
  min-width: calc(25% - 5px);
  height: 250px;
}
.projects_wrap .proj .link {
  position:absolute;
  left:30px;
  bottom:45px;
  color:#fff;
  text-decoration:none;
  font-size:20px;
}
.projects_wrap .proj .link:after {
  content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
.projects_wrap .proj .link:hover:after {
  width: 100%;
    transition: width .3s;
}
.projects_wrap .proj img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin: 0;
}
.ngg-album-compactbox {
  padding:0!important;
  border:none;
  border-radius:0;
}
.ngg-album-compactbox:after, .ngg-album-compactbox:before {
  display:none;
}


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */


.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Contact Form Консультация */

#wpcf7-f129-o1, .wpcf7 {
	background:url(../Aqua%20Heaven/images/cons-bg.jpg) no-repeat 50% 50%;
	padding:15px 25px !important;
	width:100%;
	/*margin-top:50px !important;*/
        background-size: cover;
        margin-bottom:15px !important;
}
#wpcf7-f129-o1 .lead, .wpcf7 .lead {
	font-size:24px;
	color:#fff;
	text-align:center;
	width:100%;
}
#wpcf7-f129-o1 .sub_lead, .wpcf7 .sub_lead {
	font-size:20px;
	color:#fff;
	text-align:center;
	width:100%;
}
#wpcf7-f129-o1 form .form-group, .wpcf7 form .form-group {
	display:inline-block;
	vertical-align:top;
	width:49%;
	margin:15px 0;
}
#wpcf7-f129-o1 form .form-group.submit-group, .wpcf7 form .form-group.submit-group {
	width:100%;
}

#wpcf7-f129-o1 form, .wpcf7 form {
	clear:both;
	max-width: 900px;
	margin: 0 auto;
}
#wpcf7-f129-o1 .wpcf7-form-control, .wpcf7 .wpcf7-form-control {
	width: 100%;
	height: 50px;
	border: none;
	padding: 10px 15px;
	border-radius: 4px;
}
#wpcf7-f129-o1  .wpcf7-submit, .wpcf7 .wpcf7-submit {
	display:block;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	width: 50%;
	height: 50px;
	background-color: #e25e36;
	border: 2px solid #e25e36;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin:0 auto;
	-webkit-appearance: none;
	cursor: pointer;
  -webkit-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}

#wpcf7-f129-o1  .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:hover {
  color: #e25e36;
  background-color: #fff;
}


.home .navigation_menu_wrap > .mn_toggle,
.home .navigation_menu_wrap > .top_numbers,
.home .navigation_menu_wrap > .callback-mobile{
	display: none;
}

.home .sidenav{
	display: none;
}

.home .navigation_menu_wrap .navigation_menu + .top_numbers{
	display: block;
}

.wrap_head_phone{
	display: none;
}

.cont_text_static a{
	color: #62cbd5;
}

@media only screen and (min-width : 120px) and (max-width : 1024px) {
  .header_main {
    display:none;
  }
  #top-nav-ul-mobile {
  margin-left:0;
    margin-bottom: 0;
  list-style-type:none;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #top-nav-ul-mobile li.menu-item-has-children > a {
    display:inline-block!important;
    width:80%;
  }
  #top-nav-ul-mobile li .toggler {display:inline-block;color:#fff;width:20%;text-align:center;}
  #top-nav-ul-mobile li.active .toggler {
    transform:rotate(90deg);
  }
  #top-nav-ul-mobile .dropdown-menu {
    position:inherit!important;
    padding-left:15px;
    background:transparent;
  }
  /*.menu-item-56 > a {*/
        /*pointer-events: none;*/
  /*}*/
  .sidenav li {
    float:none;
    width:100%;
  }

  .top_mn  {
    display:block;
    /*margin-top:-4px;*/
    /*background: #28a3c4;*/
    /*background:#3b5998;*/
		background: #5a5b55;
    position:relative;
    height: auto;
  }
  .top_mn .logo {
    
    text-align: center;
    margin: 0 auto;
    color:#fff;
    font-size:20px;
    font-weight:bold;
  }
  .top_mn .logo a {
    color:#fff;
    text-decoration:none;
		display: inline-block;
		max-width: 60px;
  }
	.top_mn .logo a img{
		max-width: 100%;
	}
  .top_mn .mn_toggle,
	.mn_toggle {
    position:absolute;
    width: 46px !important;
    height: 50px;
    background:url(../Aqua%20Heaven/images/hamburger_gray_new.png) no-repeat;
    background-size:50px 50px;
    margin-top: 9px;
    left: 15px;
  }
  .overflow-hidden{
    overflow: hidden !important;
  }
  .top_numbers p {
    margin-bottom:0!important;
  }
  .top_numbers a {
    color:#fff;
  }
  .hidden {
    display:block;
    margin:0;
    padding:0 !important;
  }
  .sidenav {
      display: none;
      height: 100%;
      width: 250px;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      background: url(../Aqua%20Heaven/images/cons-bg.jpg) repeat 50% 50%;
      overflow-x: hidden;
padding-top:35px;
      border-right:1px solid #c9c9c9;
      
  }
  .sidenav div {
      padding: 8px 16px !important;
      float:none !important;
  }
  .sidenav a {
      line-height:30px !important; 
      text-decoration: none;
      font-size: 18px !important;
      color: #fff !important;
      display: block !important;
      transition: 0.3s;
  }
  
  .sidenav a:hover, .offcanvas a:focus{
      color: #f1f1f1;
  }
  
  .sidenav .closebtn {
      position:absolute;
      width:20px;
      height:20px;
      display:block;
      top:5px;
      right:5px;
      font-size:36px!important;
  }
  
  .callback-mobile  {
    text-align:center;
    margin-top:10px;
  }
  .callback-mobile a {
    color:#fff;
    display:block;
    padding:5px 10px;
    text-align:center;
    border:1px solid #fff;
    border-radius:6px;
    width:160px;
    margin:0 auto;
    text-decoration:none;
  }
  
  
  .about_us_main {
    padding:0 15px;
    margin: 40px auto;
  }
  
  .categories .category_desc {
    width:50%;
    padding:0 10px;
    /*align-self: center;*/
  }
  .categories .category_desc .title {
    text-align: center;
    padding: 10px 0 5px;
    font-size: 13px;
    margin-bottom:5px;
  }
  .categories .category_desc .sub_title {
    font-size:13px;
    display: none;
  }
  .categories .category_image {
    width: 50%;
    position: relative;
  }
  
  .categories .category_image img {
    width: 100%;
    height: 100%;
  }
  
  .new_2017 {
    padding: 30px 0;
    margin-bottom:0;
  }
  
  .why_us_wrap {
    width:100%;
  }
  .why_us .why_us_block {
    width:100%;
    margin:25px 0;
  }
  
  .projects_wrap .proj,
  .projects_wrap .service {
    width: calc(50% - 5px);
  }

  .avas{
    margin-top: 0;
  }
  
  .avas .ava_it {
    width: 100%;
    margin: 25px 0;
  }
  
  .form_order {
    background-size:cover;
    padding:50px 15px;
    
  }
  .form_order .form_info {
    width:100%;
		padding: 10px 15px;
    max-width: 900px;
    display: block;
    margin: 0 auto 15px;
  }
  .form_order .form_form {
    width:100%;
    max-width: 900px;
    display: block;
    margin: 0 auto;
  }
  .form_order .form_form .inpt {
    width:100%;
  }
  
  .news {
    padding:30px 0;
  }
  .rpwe_widget .rpwe-block .rpwe-ul .rpwe-li {
      display: inline-block;
      width: 24%;
      margin: 0 .5%;
  }
  .news .widget .rpwe-block .rpwe-li {
    width:48%;
    padding:0 .5%;
  }
  
  #rpwe_widget-11 .rpwe-block .rpwe-ul .rpwe-li {
    width:100%;
  }
  
  .consult {
    padding:40px 0;
  }
  .consult form {
    padding:0 15px;
  }

  
  /*.projects_wrap .service {min-width:100%!important;}*/
  
  .contacts {
    padding:40px 0;
  }
  .contacts .contacts_text {
    width:100%;
    padding:0 15px;
  }
  .contacts .map {
    width:100%;
  }
  
  footer .footer_menu {
    width:50%;
  }
  .container {
    min-width:100%;
    max-width:100%;
  }
  aside {
    float:none;
    width:100%;
  }
  .content {
    width:100%;
    margin-top:30px;
    padding-left: 0;
  }
  
  .cont_text_static, .cont_text {
    width:100%;
    /*padding:0 15px;*/
  }
  .cont_text .size-full {
    max-width:100%;
    height:auto;
  }
  #wpcf7-f129-o1 form .form-group {
    margin:5px 0;
  }
  #wpcf7-f129-o1  .wpcf7-submit {
    width:50% !important;
  }
  #wpcf7-f129-o1  .wpcf7-submit, .wpcf7 .wpcf7-submit {
    width:100%!important;
  }
  
  aside, #sidebar, .content article {
    width:100%!important;
  }
  /*.content-prod .post img {*/
    /*width:100%;*/
  /*}*/
#wpcf7-f129-o1, .wpcf7 {
  padding:60px 25px!important;
}
  
  #ymaps1492255814036820585 {
    width:100%!important;
  }

  
  #wpcf7-f774-p772-o1 {
    width:100%!important;
  }
  .estimate_pool_form {
    width:100%!important;
  }
  .estimate_pool_form .form-group label {
    width:100%!important;
  }
  #wpcf7-f774-p772-o1 .form-group span.wpcf7-form-control-wrap {
    width:100%!important;
    margin-left:0!important;
  }
  #wpcf7-f774-p772-o1 .wpcf7-select {
    width:100%!important;
  }
  .wp-image-4042 {
    width:100%!important;
  }
	.contacts .contacts_text + .map{
		width: 100%;
		/*height: 300px;*/
	}



	.home .header_main{
		display: block;
		min-height: 215px;
	}
	.home .navigation_menu_wrap .navigation_menu{
		display: none;
	}
	.home .navigation_menu_wrap .top_numbers{
		float: none;
	}
	.home .navigation_menu_wrap{
		margin: 0 auto 10px;
		position: relative;
    padding-top: 15px;
	}
	.wrap_head_phone{
		display: inline-block;
		vertical-align: top;
		float: right;
		margin-top: 8px;
	}
	.wrap_head_phone > div{
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
	}
  .wrap_head_phone > div .small{
    display: block;
  }
  .wrap_head_phone > div.callback-mobile{
    display: none;
  }
	.home .navigation_menu_wrap .logo{
		float: none;
	}
	.home .top_mn{
		display: none;
	}
	.home .main_header_caption{
		position: relative;
		top: auto;
		margin: 0 auto;
		padding-bottom: 30px;
		clear: both;
	}
	.home .main_header_caption .lead_title{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 5px;
    padding: 15px 10px;
	}
  .main_header_caption .text-center{
    padding: 0 10px;
  }
	.home .navigation_menu_wrap > .mn_toggle,
	.home .navigation_menu_wrap > .top_numbers,
	.home .navigation_menu_wrap > .callback-mobile{
		display: block;
	}
	.home .navigation_menu_wrap .navigation_menu + .top_numbers{
		display: none;
	}

	.home .navigation_menu_wrap .logo,
	.top_mn .logo {
		margin-top: 0;
		margin-left: 60px;
		display: inline-block;
		padding: 10px 0 0 10px;
    max-width: 70px;
	}
	.home .navigation_menu_wrap .logo a{
		display: inline-block;
		max-width: 70px;
	}
	/*.home .navigation_menu_wrap > .mn_toggle{*/
		/*right: 10px;*/
	/*}*/

	html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
		padding-right: 0;
	}

	li.menu-item.active > ul.dropdown-menu{
		display: block;
	}



}

.cont_text iframe,
.cont_text_static iframe{
	max-width: 640px;
}

#dle-content{
	text-align: center !important;
}

#dle-content > .cont{
	float: none !important;
	display: inline-block;
	vertical-align: top;
	width: 23% !important;
	margin: 0 10px 20px !important;
}
#dle-content > .cont a{
	color: #62cbd5;
}
#dle-content > .cont a:hover{
	text-decoration: none;
	color: #28a3c4;
}
#dle-content .katalog_cont_title{
	display: none;
}
#dle-content .cont_text{
	margin-top: 10px;
}
#dle-content .cont_text img{
	float: none !important;
}
#dle-content .cont_text a > img{
	max-width: 100%;
}

/*
@media only screen and (min-width : 320px) and (max-width : 1024px) and (orientation: landscape) {
  .content article {
    width:48%!important;
  }
}
*/

@media only screen and (min-width : 320px) and (max-width : 600px){
	.consult form .form-group {
		width:100%;
		display:block;
		margin:10px 0;
	}
	.cont_text .content_table > tbody > tr > td{
		display: block;
		width: 100% !important;
	}
	#dle-content > .cont{
		width: 45% !important;
	}
}

@media only screen and (min-width : 320px) and (max-width : 500px){
	.wrap_head_phone > div{
		margin: 0 auto 10px;
		display: block;
	}
	.top_mnu .logo a{
		max-width: 50px;
	}
	.cont_text_static a{
		display: block;
	}
	.cont_text_static a + a{
		margin-left: 0 !important;
	}
	#dle-content > .cont{
		width: 97% !important;
	}
}

.pum-active .pum-container {
   background: url(../Aqua%20Heaven/images/cons-bg.jpg) no-repeat 50% 50%;
   padding: 0;
   background-size: cover;
 }
.pum-active .pum-container .wpcf7 {
  background: none;
  margin-top: 0px !important;
}
#popmake-391 {
  background:url(../Aqua%20Heaven/images/cons-bg.jpg) no-repeat 50% 50%;
  padding:0;
  background-size: cover;
}

#popmake-5405 {
  background:url(../Aqua%20Heaven/images/cons-bg.jpg) no-repeat 50% 50%;
  padding:0;
  background-size: cover;
}
.pum-theme-112 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-close {
  top:20px;
}
#popmake-391 .lead {
  font-size:24px;
  color:#fff;
  text-align:center;
  width:100%;
}
#popmake-391 .sub_lead {
  font-size:20px;
  color:#fff;
  text-align:center;
  width:100%;
}
#popmake-391 form .form-group {
  display:inline-block;
  vertical-align:top;
  width:100%;
  margin:15px 0;
}
#popmake-391 form .form-group.submit-group {
  width:100%;
}

#popmake-391 form {
  clear:both;
}
#popmake-391 .wpcf7-form-control {
  width: 100%;
    height: 50px;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
}
#popmake-391  .wpcf7-submit {
    display:block;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    width: 50%;
    height: 50px;
    background: #62cbd5;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0 auto;
  width: 100%;
}
#popmake-5405 .lead {
  font-size:24px;
  color:#fff;
  text-align:center;
  width:100%;
}
#popmake-5405 .sub_lead {
  font-size:20px;
  color:#fff;
  text-align:center;
  width:100%;
}
#popmake-5405 form .form-group {
  display:inline-block;
  vertical-align:top;
  width:100%;
  margin:5px 0;
}
#popmake-5405 form .form-group.submit-group {
  width:100%;
}

#popmake-5405 form {
  clear:both;
}
#popmake-5405 .wpcf7-form-control {
  width: 100%;
    height: 50px;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
}
#popmake-5405  .wpcf7-submit {
    display:block;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    height: 50px;
    background: #62cbd5;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0 auto;
  width: 100%;
}
.pum-theme-112, .pum-theme-tema-po-umolchaniyu {
  background:rgba(0,0,0,0.7) !important;
}

#popmake-5771 .lead {
  font-size:24px;
  color:#fff;
  text-align:center;
  width:100%;
}
#popmake-5771 .sub_lead {
  font-size:20px;
  color:#fff;
  text-align:center;
  width:100%;
}
#popmake-5771 form .form-group {
  display:inline-block;
  vertical-align:top;
  width:100%;
  margin:5px 0;
}
#popmake-5771 form .form-group.submit-group {
  width:100%;
}

#popmake-5771 form {
  clear:both;
}
#popmake-5771 .wpcf7-form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
}
#popmake-5771  .wpcf7-submit {
  display:block;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  height: 50px;
  background: #62cbd5;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin:0 auto;
  width: 100%;
}

#popmake-670 {
  background:url(../Aqua%20Heaven/images/cons-bg.jpg) no-repeat 50% 50%;
  margin-top:50px;
  margin-bottom:50px;
}
#popmake-670 .lead {
  font-size:24px;
  color:#fff;
  text-align:center;
  width:100%;
}
#popmake-670 .sub_lead {
  font-size:20px;
  color:#fff;
  text-align:center;
  width:100%;
}
#popmake-670 form .form-group {
  display:inline-block;
  vertical-align:top;
  width:49%;
  margin:15px 0;
}
#popmake-670 form .form-group.submit-group {
  width:100%;
}

#popmake-670 form {
  clear:both;
}
#popmake-670 .wpcf7-form-control {
  width: 100%;
    height: 50px;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
}
#popmake-670  .wpcf7-submit {
    display:block;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    width: 50%;
    height: 50px;
    background: #62cbd5;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0 auto;
}


.cont_text_static, .cont_text {
  margin-top:10px;
}
.cont_text_static .quete1, .cont_text .quete1 {
    background-image: -moz-linear-gradient( 90deg, rgb( 227, 243, 251 ) 0%, rgb( 227, 243, 251 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 227, 243, 251 ) 0%, rgb( 227, 243, 251 ) 100%);
    border-bottom: 1px solid #DCDCDC;
    border-radius: 4px;
    color: #586F7D;
    padding: 10px;
}

blockquote {
    background-image: -moz-linear-gradient( 90deg, rgb( 227, 243, 251 ) 0%, rgb( 227, 243, 251 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 227, 243, 251 ) 0%, rgb( 227, 243, 251 ) 100%);
    border-bottom: 1px solid #DCDCDC;
    border-radius: 4px;
    color: #586F7D;
    padding: 10px;
}
article.post {
  font-size:18px;
  /*text-align:justify;*/
  color:#707070;
  padding-bottom:80px;
  width: 100%;
}
.content-prod article.post{
  padding-bottom: 0;
}
article.post .lead {
  font-size:24px;
  margin:25px 0 15px;
}
.category-basseiny p {
  margin-bottom:15px;
}

.post-title {
  font-size:36px;
  font-weight:normal;
  margin:5px 20px;
  text-align:center;
  color:#333;
}

.content .post-title {
  line-height:25px; 
  font-size:21px;
}
.kp_pages .btn_link {
    display:inline-block;
    color: #e25e36;
    text-align: center;
    padding: 10px 15px;
    max-width: 650px;
    line-height:18px;
    background: transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration:none;
    border: 2px solid #e25e36;
}
.btn_link:hover {
  color: #fff;
  background:#d24e26;
}
.description_title {
  border-bottom:1px solid #ebebeb;
  clear:both;
  font-size:24px;
  position:relative;
  padding-bottom:12px;
}
.description_title:after {
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    display: block;
    width: 100px;
    height: 3px;
    background: #62cbd5;
}

/* GALLERIES */

.flex-wrap, .flexbox {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.ngg-galleryoverview {
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.ngg-breadcrumbs {
  display:none;
}
.ngg-albumoverview {
  
  width:20% !important;
  margin:10px;
}
.ngg-gallery-thumbnail-box {
  width:25%;
}
.ngg-gallery-thumbnail img {
  width:100%;
  height:100%;
}
.ngg-album-compact {
  float:none !important;
}
.ngg-album-compactbox .Thumb {
  width: 100% !important;
}
.ngg-album-compact h4 .ngg-album-desc {
  max-width:100% !important;
  width:100%;
  text-align:center;
  color:#000;
}
.ngg-album-gallery-image-counter {
  text-align:center;
}



.news-post {
  width: 250px!important;
    height: 150px!important;
    position: relative!important;
    margin: 5px!important;
    overflow:hidden!important;
}
.news-post .post_title {
    position: absolute;
    top: 50px;
    /* left: 15px; */
    left:0;
    right:0;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    z-index:333;
  background:rgba(0, 0, 0, 0.7);
  padding:2px 0;
}
.news-post .post_title a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 5px 15px #888;
}
.news-post img {
    /*width: 250px;*/
    height: 150px;
     transition: all .2s ease-in-out;
}

.news-post:hover img {
  transform: scale(1.1);
}
.navigation.pagination {
  margin:20px 0;
}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
  margin:0 5px;
  font-size:16px;
  color:#000;
}

/* УСЛУГИ */

.projects_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 100%;
}
.projects_wrap .service {
  min-width:24%;
  max-width:100%;
  position:relative;
  margin:2.5px;
  height:180px;
  display:block;
  overflow:hidden;
  transition:.5s linear;
}
.projects_wrap .service .link {
  position:absolute;
  top:75%;
  margin-top:-15.5px;
  left:0;
  right:0;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  background:rgba(0,0,0,0.3);
  
  
}
.projects_wrap .service:hover img {
    transform: scale(1.1);
    transition:.5s linear;
}

.projects_wrap .service img {
  position:absolute;
  top:0;
  left:0;
  margin:0;
  width:100%;
  height:100%;
  transition:.5s linear;
}


/* Заявка на расчет бассейна */

.estimate_pool_form {
  width:80%;
  margin:0 auto;
}
.estimate_pool_form .form-group {
  margin:8px 0;
}
.estimate_pool_form .form-group label {
  width:40%;
  display:inline-block;
  vertical-align:top;
  text-align:right;
}
.estimate_pool_form .form-group span.wpcf7-form-control-wrap {
  width:50%;
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
}
.estimate_pool_form span.wpcf7-list-item {
  display:block;
  margin-left:0;
}
.estimate_pool_form .wpcf7-select {
  width:65%;
}
.estimate_pool_form .wpcf7-submit {
  margin-left:10px;
}
.table_ic {
  margin:20px 0;
}
.kp_table {border:1px solid #c0c0c0 !important;}

.kp_table td {border:1px solid #c0c0c0 !important; padding:3px;}

#wpcf7-f774-p772-o1 {
  background:#fff;
  padding:10px !important;
  margin:10px auto!important;
}
#wpcf7-f774-p772-o1 form .form-group {
  display: block;
    width: 100% !important;
    margin: 15px 0;
}
#wpcf7-f774-p772-o1 .form-group span.wpcf7-form-control-wrap {
  width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
#wpcf7-f774-p772-o1 .wpcf7-form-control {
    width: 100%;
    height: auto;
    border: 1px solid #d0d0d0;
    padding:2px;
    border-radius:0;
}
#wpcf7-f774-p772-o1 .wpcf7-radio,  #wpcf7-f774-p772-o1 .wpcf7-checkbox {
  border:none;
}
#wpcf7-f774-p772-o1 .wpcf7-submit {
  width:50% !important;
  margin:0 auto;
  height:40px;
}
#wpcf7-f774-p772-o1 .wpcf7-response-output {
  color:#333!important; 
}

#wpcf7-f774-p772-o1 .mini-input {
  width: 29%;
  display: inline-block;
  vertical-align: middle;
}
#wpcf7-f774-p772-o1 .form-group .mini-input:last-child {
  width: 35%;
}
#wpcf7-f774-p772-o1 .text-input {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#wpcf7-f774-p772-o1 span.text-725,
#wpcf7-f774-p772-o1 span.text-881 {
  vertical-align: middle !important;
}
#wpcf7-f774-p772-o1 .mini-input span.text-881 {
  width: 61% !important;
}

#rpwe_widget-11 {
  margin-top:6px!important;
  border-radius:6px;
}

.row-img{
	text-align: center;
}

.row-img img{
	display: inline-block;
	margin: 0 15px 15px;
	max-width: 100%;
}
.row-list img{
	max-width: 100%;
}
.row-list ul{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 350px);
}
.row-list ul + p{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-left: 20px;
}
.row-list2{
	margin-top: 15px;
}
.row-list2 > p{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

@media only screen and (max-width: 650px){
	.row-list ul{
		display: block;
		width: calc(100% - 20px);
	}
	.row-list ul + p{
		display: block;
		text-align: center;
		margin-left: 0;
		width: 100%;
	}
	.row-list2 > p{
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.kp_pages .btn_link{
		height: auto;
	}
}

@media only screen and (max-width: 480px){
	.row-img img{
		margin: 0 0 15px;
	}
}

.pum-theme-112 .pum-content + .pum-close, .pum-theme-tema-po-umolchaniyu .pum-content + .pum-close{
background-color: transparent !important;
  padding: 8px 11px !important;
  font-size: 20px !important;
  line-height: 20px !important;

}
#wpcf7-f129-o1 .submit-group{
	margin-bottom: 0;
}
#wpcf7-f129-o1 .lead{
	margin-top: 15px;
}
#wpcf7-f4026-o4{
	margin-top: 20px !important;
}
#popmake-391 #wpcf7-f4026-o4 form .form-group{
	width: 100%;
	margin-top: 0;
	display: block;
}
#popmake-391 #wpcf7-f4026-o4 form .form-group input[type="text"],
#popmake-391 #wpcf7-f4026-o4 form .form-group input[type="tel"]{
	width: 100%;
	border-radius: 0;
	text-align: center;
	color: rgb(146, 154, 166);
	font-family: "Circe", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
}
#popmake-391 #wpcf7-f4026-o4 form .wpcf7-submit{
	color: white;
	width: auto;
	font-family: "Circe", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	padding: 10px 30px;
	cursor: pointer;
}
#popmake-391 #wpcf7-f4026-o4 form .submit-group{
	margin-bottom: 0;
}
#popmake-391 #wpcf7-f4026-o4 form .lead{
	font-family: "Circe", sans-serif;
	font-weight: 400;
	line-height: 27px;
	font-size: 30px;
	margin-bottom: 10px;
}
#popmake-391 #wpcf7-f4026-o4 form .sub_lead{
	font-family: "Circe", sans-serif;
	font-weight: 400;
	line-height: 27px;
	font-size: 20px;
	margin-bottom: 10px;
}
#popmake-5405 #wpcf7-f4026-o4 form .form-group{
	width: 100%;
	margin-top: 0;
	display: block;
}
#popmake-5405 #wpcf7-f4026-o4 form .form-group input[type="text"],
#popmake-5405 #wpcf7-f4026-o4 form .form-group input[type="tel"]{
	width: 100%;
	border-radius: 0;
	text-align: center;
	color: rgb(146, 154, 166);
	font-family: "Circe", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
}
#popmake-5405 #wpcf7-f4026-o4 form .wpcf7-submit{
	color: white;
	width: auto;
	font-family: "Circe", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	padding: 10px 30px;
	cursor: pointer;
}
#popmake-5405 #wpcf7-f4026-o4 form .submit-group{
	margin-bottom: 0;
}
#popmake-5405 #wpcf7-f4026-o4 form .lead{
	font-family: "Circe", sans-serif;
	font-weight: 400;
	line-height: 27px;
	font-size: 30px;
	margin-bottom: 10px;
}
#popmake-5405 #wpcf7-f4026-o4 form .sub_lead{
	font-family: "Circe", sans-serif;
	font-weight: 400;
	line-height: 27px;
	font-size: 20px;
	margin-bottom: 10px;
}
#popmake-4030{
	padding: 0;
}
.thanks-popup{
	margin-top: 0 !important;
	text-align: center;
	color: white;
	font-family: "Circe", sans-serif;
	font-weight: 400;
}
.thanks-popup .title-popup{
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.thanks-popup span{
	font-size: 20px;
	line-height: 27px;
	display: block;
	margin-bottom: 15px;
}

/* Полная заявка */

#wpcf7-f774-p772-o1 {
  width:780px;
}
#wpcf7-f774-p772-o1 label {
  color:#707070;
  vertical-align: middle;
    height: 40px;
    text-align: left;
    /*line-height: 40px;*/
    margin-top:10px;
    width:30%;
}
#wpcf7-f774-p772-o1 .form-group span.wpcf7-form-control-wrap {
  width:62%;
}
#wpcf7-f774-p772-o1 .wpcf7-text {
  border-radius:4px;
  border:1px solid #e1e1e1;
  padding:4px;
  height:40px;
}
#wpcf7-f774-p772-o1 .wpcf7-list-item-label {
  color:#707070;
}
#wpcf7-f774-p772-o1 .wpcf7-select {
  border-radius:4px;
  border:1px solid #e1e1e1;
  padding:4px 10px;
  height:40px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:url(../Aqua%20Heaven/images/select-appearance.png) 97% 50% no-repeat;
  width:75%;
}
#wpcf7-f774-p772-o1 .wpcf7-textarea {
  border-radius:4px;
  border:1px solid #e1e1e1;
  padding:4px;
}

#wpcf7-f774-p772-o1 .wpcf7-file {
      width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#wpcf7-f774-p772-o1 .wpcf7-file  + label {
    
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-align:center;
    width:278px;
    border-radius:4px;
    background: #62cbd5;
    text-transform:uppercase;
    line-height:40px;
}
#wpcf7-f774-p772-o1 .wpcf7-file  + label:hover {
  background: #28a3c4;
  line-height:40px;
}

#wpcf7-f774-p772-o1 .wpcf7-submit {
  margin:0;
  cursor:pointer;
  border-radius:4px;
  border:none;
      margin-top: 20px;
}
#wpcf7-f774-p772-o1 .wpcf7-submit:hover {
  background: #28a3c4;
    color: #fff;
}

.wpcf7-mail-sent-ok {
  display:none!important;
}

.contacts_text + .map {
  display:block;
  width:100%;
  height:400px;
}

.proj .proj-blue {width:100%;height:350px;display:block;position:absolute;top:0;left:0;background:#28a3c4}
.projects_wrap .proj .link_blue {
  position:absolute;
  left:0;
  bottom:40%;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  width:100%; text-align:center;
  padding-top:30px; 
	background:url(../Aqua%20Heaven/images/arrow2.png) center top no-repeat;
}
.projects_wrap .proj .link_blue .link {display:inline-block; position:relative; left:0; bottom:0;}
.news .rpwe-thumb {margin:0; padding:0!important; border:0!important; }
.news .rpwe_widget .rpwe-title a {display:block!important; font-size:20px!important; margin:15px 0!important; text-transform:none!important;}

#rpwe_widget-11 ul > li {
  border-bottom:1px solid #ebebeb;
  position:relative;
}
#rpwe_widget-11 .rpwe-block a {
  color:#707070;
  text-transform:uppercase;
  display:block;
  padding:15px 0;
  text-decoration:none;
  width:90%;
  font-size:14px!important;
  font-weight:600;
}
#rpwe_widget-11 .rpwe-block a:hover{
  color:#62cbd5!important;
}

.certificate .to_news {
    color: #28a3c4;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.scheme-wrap {
	width: 100%;
	display: block;
	max-width: 680px;
	margin: 0 auto;
}

.scheme-block-wrap {
	position: relative;
	color: #fff;
}

.scheme-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.scheme-row-inside {
	width: 280px;
}
.scheme-row-inside .scheme-block__gray {
	float: left;
}
.scheme-row-inside .scheme-block__gray + .scheme-block__gray {
	float: right;
}

.scheme-block {
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px;
	border-radius: 3px;
	border-width: 2px;
	border-style: solid;
	position: relative;
	font-family: "Circe", sans-serif;
}
.scheme-block p {
	font-size: 20px;
	font-weight: 400;
	color: #363636;
	margin-bottom: 0;
}
.scheme-block p span {
	color: #707070;
}
.scheme-block__blue {
	border-color: #28a3c4;
	width: 280px;
}
.scheme-block__gray {
	border-color: #e1e1e1;
	width: 130px;
}
.scheme-block__gray p {
	color: #707070;
	font-size: 18px;
}

.hidden-1366 {
	display: none;
}

.scheme-block::after {
	position: absolute;
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.arrow-left::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/Aqua Heaven/images/arrow-left.png") no-repeat;
}

.arrow-right::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url("/wp-content/themes/Aqua Heaven/images/arrow-right.png") no-repeat;
}

.arrow-down::after {
	content: "";
	width: 26px;
	height: 30px;
	background: url("/wp-content/themes/Aqua Heaven/images/arrow-down.png") no-repeat;
}

@media only screen and (max-width: 600px) {
	.scheme-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.arrow-left::after,
	.arrow-right::after {
		background: url("/wp-content/themes/Aqua Heaven/images/arrow-down.png") no-repeat;
		width: 26px;
		height: 30px;
	}

	.hidden-1366 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.hidden-600 {
		display: none;
	}
}

.back-to-top{
	position: fixed;
	right: 25px;
	bottom: 50px;
	width: 88px;
	height: 54px;
	background: url("/wp-content/themes/Aqua Heaven/images/arrow-top.png") 0 0 no-repeat;
	overflow: hidden;
	transition: background .3s linear;
	display: none;
}
.back-to-top:hover{
	cursor: pointer;
	background: url("/wp-content/themes/Aqua Heaven/images/arrow-top.png") 0 100% no-repeat;
}

@media only screen and (max-width: 768px){
	.back-to-top{
		width: 44px;
		height: 27px;
		background-size: 100% auto;
		bottom: 60px;
	}
	.back-to-top:hover{
		background-size: 100% auto;
	}
	.stairs > tbody > tr > td{
		display: block;
	}
	.stairs > tbody > tr{
		margin-bottom: 35px;
		display: block;
	}
	.stairs > tbody > tr > td:last-child{
		display: none;
	}
	.stairs > tbody > tr > td .highslide img{
		float: none !important;
		display: block;
		margin: 0 auto 5px !important;
	}
	.accessories-table tr td{
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 330px){
	#lightbox #outerImageContainer{
		width: 300px !important;
	}
	#lightbox #imageDataContainer{
		width: 300px !important;
		height: auto !important;
	}
	#lightbox #imageData #imageDetails{
		width: 60%;
	}
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{
  overflow-y: hidden;
  overflow: auto;
  max-height: calc(100% - 0px);
}

.icon-wrap {
	margin: 30px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 800px;
}

.icon-item {
	min-width: calc(25% - 30px);
	-webkit-flex-basis: 160px;
	-ms-flex-preferred-size: 160px;
	flex-basis: 160px;
	margin: 0 15px 30px;
	text-align: center;
}

.icon-pict {
	width: 69px;
	height: 64px;
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.icon-text p {
	color: #655d5d;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.breadcrumbs-bottom {
  overflow: hidden;
}

.row_breadcrumbs  {
  width: calc(100% - 450px);
  float: left;
  margin-bottom: 20px;
}
.row_bottom {
  float: right;
  text-align: center;
  margin-bottom: 15px;
}

a.application {
  display: inline-block;
  margin: 0px 0px 5px 0px;
  width: 222px;
  /*color: #28a3c4;*/
  color: #fff;
  background: #e25e36;
  border-radius: 4px;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #e25e36;
  cursor: pointer;
}
a.application:hover {
  color: #fff;
  background: #d24e26;
}
a.application-sbmt {
  cursor: pointer;
  display: inline-block;
  margin: 5px 0px 0px 0px;
  width: 222px;
  color: #e25e36;
  border-radius: 4px;
  padding: 14px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #e25e36;
}

a.application-sbmt:hover {
  background: #d24e26;
  color: #ffffff;
}

.thumbnail{
	text-align: center;
	display: block;
}



.post p > a.btn_link{
	display: block;
	text-align: center;
	max-width: 640px;
	line-height: 28px;
	background: #62cbd5;
	padding: 10px 15px;
	color: #fff;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid transparent;
}
.post p > a.btn_link:hover{
	color: #62cbd5;
	background: transparent;
	border-color: #62cbd5;
}

.kp_pages{
	text-align: center;
  margin-bottom: 20px;
}

.content-table-mob img{
	display: block;
	margin: 10px auto;
}

a{
	color: #62cbd5;
}

.wrapper-table_pr_product{
	overflow-x: auto;
	position: relative;
}
.wrapper-table_pr_product::before{
	content: '';
	display: none;
	position: absolute;
	background: url('/wp-content/themes/Aqua Heaven/img/swipe.png') no-repeat;
	background-size: 100% auto;
	width: 25px;
	height: 35px;
	left: 5px;
	margin-top: 6px;
	opacity: 0.5;
	z-index: 9;
}
table.table_pr_product{
	text-align: center;
	width: 100%;
	margin: 5px 0 15px;
	min-width: 420px;
	border-collapse: collapse;
}
table.table_pr_product tr > td,
table.table_pr_product tr > th {
	padding: 5px;
	border: 1px solid #62cbd5;
}
table.table_pr_product tr.grey > td:first-child{
	text-align: left;
}

table.sm_table{
	min-width: 740px;
}

table.sm_table td{
	padding: 0 5px;
}
table.padd_table th{
	padding: 0 5px;
}

table.xs-table table td{
	padding: 0 5px;
	text-align: center;
}

.content-table strong{
	font-weight: 700;
}

.content-table-mr img{
	margin-right: 15px;
	margin-bottom: 15px;
}
.table-auto-water{
	min-width: 450px;
}
.table-auto-water td{
	padding: 0 5px;
}

#imageData #imageDetails{
  display: none;
}

#ngg-image-0{
  /*display: none;*/
}

.header_main .navigation_menu_wrap.fixed-menu{
  position: fixed;
  top: 0;
  background-color: #5a5b55;
  padding: 10px 0 5px;
  z-index: 999;
}
.header_main .navigation_menu_wrap.fixed-menu > div {
  margin: 0 auto;
}

.navigation_menu_wrap.fixed-menu .logo{
  max-width: 58px;
}

.header_main .navigation_menu_wrap.fixed-menu .navigation_menu {
  margin-top: 9px;
}

.header_main .fixed-menu .top_numbers span, .header_main.inside .fixed-menu .top_numbers span {
  display: none;
}

.header_main.inside .fixed-menu .navigation_menu li a{
  color: #fff !important;
}
.header_main.inside .fixed-menu .top_numbers{
  color: #fff !important;
}
.header_main.inside .fixed-menu .top_numbers a{
  color: #fff !important;
}

.cont_text_static ul {
  list-style-type: none;
  margin-left: 0 !important;
  margin-top:10px;
}

.cont_text_static ul > li {
  background: url('/wp-content/themes/Aqua Heaven/img/list-icon.png') left 3px no-repeat;
  padding-left: 20px;
  margin-bottom: 5px;
}


@media only screen and (max-width: 1024px) {
  .row_breadcrumbs  {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
  .row_bottom {
    float: none;
    width: 100%;
  }
	.content-prod article.post{
		width: 31% !important;
		height: auto;
		margin-bottom: 15px;
	}
	.content-prod .post .post_title{
		top: 88%;
		background: rgba(0, 0, 0, 0);
    margin-bottom: 0;
	}
	.content-prod .post .post_title a{
		text-shadow: none;
		color: #62cbd5;
		line-height: 20px;
	}
	table.table_pr_product tr > th,
	table.table_pr_product tr > td {
		width: auto !important;
	}

  .header_main .navigation_menu_wrap > div{
    margin: 0 auto;
  }

  .header_main .navigation_menu_wrap.fixed-menu{
    padding-top: 0;
  }

  .header_main .navigation_menu_wrap.fixed-menu + .main_header_caption{
    padding-top: 147px;
  }

  .top_mn.fixed-menu{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .top_mn.fixed-menu .top_numbers span{
    display: none;
  }

}

@media only screen and (max-width: 768px){
  .home .main_header_caption > ul {
    width: 84%;
  }
.col-md-6 {
  display: block;
  float: right;
  line-height: 40px;
  width: 70%;
}
}

@media only screen and (max-width: 600px) {
	.icon-item {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.rpwe_widget .rpwe-block .rpwe-ul .rpwe-li{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.content-prod article.post{
		width: 47% !important;
		/*height: 190px;*/
		/*margin-bottom: 15px;*/
	}
	.post img{
		height: auto !important;
		max-width: 100%;
		width: auto !important;
	}
	.content-table-mob td{
		display: block;
	}
	.content-table-mob img{
		width: auto !important;
		height: auto !important;
	}
	.cont_text iframe,
	.cont_text_static iframe{
		width: 100%;
	}
	table tr > td.hd:first-child{
		padding: 1em !important;
	}
	table tr .fc + td{
		padding: 5px;
	}
	.mob_list{
		float: none !important;
		margin: 0 !important;
	}
	.mob_list a{
		color: #62cbd5 !important;
	}

	table.xs-table > tbody > tr > td{
		display: block;
		width: 100%;
	}
	table.xs-table table{
		margin: 10px auto;
		float: none;
	}

	.cont_text > table > tbody > tr > td > table > tbody > tr > td{
		display: block;
		width: 100%;
	}
	.cont_text > table > tbody > tr > td > table.scroll-table > tbody > tr > td{
		display: table-cell;
	}
	.cont_text > table > tbody > tr > td > table > tbody > tr > td table{
		width: 100%;
	}
	.cont_text > table > tbody > tr > td > table > tbody > tr > td img {
		margin: 20px auto 0 !important;
	}
	table.scroll-table{
		display: block;
		overflow-x: auto;
	}

	.cont_text_xs > div > table{
		width: 100%;
		max-width: 400px;
	}

	.page > p > a{
		display: block;
	}

  .projects_wrap .proj,
  .projects_wrap .service {
    width: 100%;
  }

  .certificate .cert_wrap .cert_item{
    width: 30%;
  }

}

.table_ic td img{
	min-height: 64px;
	display: block;
}

.visible-480{
	display: none;
}

table.mob_center table tr td{
	text-align: center;
}

table.scroll-table td{
	text-align: center;
	padding: 0 5px;
}
table.scroll-table tr td:first-child{
	text-align: left;
}


@media only screen and (max-width: 480px){
	.cont_text_static img, .cont_text img{
		float: none !important;
		text-align: center;
		display: block;
		margin: 0 auto 15px !important;
		max-width: 100%;
		height: auto !important;
	}
	.content{
		padding: 0;
	}
	.skpr{
		text-align: center;
	}
	.btn_link{
		width: auto;
		max-width: 320px;
		padding: 10px 15px;
		margin-left: auto;
		margin-right: auto;
	}
	#wpcf7-f129-o1 .sub_lead, .wpcf7 .sub_lead{
		line-height: 18px;
		margin-bottom: 10px;
	}
	#wpcf7-f129-o1, .wpcf7{
		padding: 30px 20px !important;
	}
	#wpcf7-f129-o1 .lead{
		line-height: 18px;
		margin-bottom: 10px;
	}
	.projects_wrap{
		display: block;
	}
	.highslide{
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	a img.alignleft{
		margin: 0 auto 10px;
		text-align: center;
		float: none;
	}
	.table_ic td{
		display: block;
		margin-bottom: 15px;
	}
	.table_ic td img{
		margin: 0 auto 5px;
		min-height: 50px;
	}
	.category-basseiny .table_ic td p{
		margin-bottom: 0;
	}
	.stairs table{
		font-size: 16px;
	}
	.table-geysers{
		width: 100% !important;
	}
	.content-table td{
		display: block;
		margin: 0 auto;
	}
	.content-table td img{
		display: block;
	}
	.content-table-mr tr td:last-child{
		margin-bottom: 20px;
		width: 100%;
	}
	.content-table-mr img{
		margin-right: 0;
	}

	.ml{
		margin-left: 0 !important;
	}
	.hidden-480{
		display: none !important;
	}
	.visible-480{
		display: table-cell;
	}
	.model-table{
		width: 100% !important;
	}

	.content-prod article.post{
		width: 97% !important;
	}

	.post p > img{
		float: none;
		display: block;
		margin: auto;
	}
	.post > h2{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.post-title{
		font-size: 32px;
		line-height: 34px;
	}
	.wrapper-table_pr_product::before{
		display: block;
	}

	.container > p > img{
		float: none !important;
		margin: 10px auto !important;
	}

	a > img.aligncenter{
		max-width: 100% !important;
		height: auto !important;
	}
	table.mob_center{
		float: none !important;
		display: block !important;
		margin: 20px auto !important;
	}
	h1 + p > a{
		display: block;
		text-align: center;
	}

  .row_bottom a.application{
    margin-top: 10px;
  }

  #gallery-1 .gallery-item {
    width: 50% !important;
  }

}

@media only screen and (max-width: 360px) {
  .navigation_menu_wrap .top_numbers{
    max-width: 150px;
  }
  .certificate .cert_wrap .cert_item{
    width: 50%;
  }
}

.terms2 {width:100%; position:relative; padding:10px 0 0 0; font-size:12px!important; line-height:12px!important; text-align:left;margin:0px 0 5px 0!important; display:block; vertical-align:top!important;}

.terms2 label {display:inline!important; padding:0; color:#000;vertical-align:top!important; }
.terms2 label:before {display:none!important;}
.terms2 a {color:#000; font-size:12px; text-decoration:underline;}
.terms2 a {cursor:pointer;}
.terms2 br {display:none;}
.terms2 input {display:inline;}
.terms2 span.wpcf7-list-item, .terms {margin:0; width:16px!important; display:inline!important;}
.terms2 .wpcf7-form-control {display:inline!important; padding:0!important; margin:0; }
.zayv1 {height:auto!important;}
.zayv1 .terms1 {font-size:12px!important; line-height:12px!important; height:auto!important; width:50%!important;}

.open-close-block, .open-close-block2 {display:none; font-size:10px; padding:10px 0 0 0; text-align:justify;line-height:10px;}

.terms2.full {width:90%!important;}
.terms2.full label, .terms2.full a {color:#fff!important;}

.cont_text_static h2,h3,h4,h5 {
  margin-bottom:15px;
}



.post p > a.btn_link_t:hover {
    color: #62cbd5;
    background: transparent;
    border-color: #62cbd5;
}

.post p > a.btn_link_t {
    text-align: center;
    max-width: 640px;
    line-height: 55px;
    background: #62cbd5;
    padding: 10px 15px;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid transparent;
}

.btn_link_t:hover {
    color: #62cbd5;
    background: #fff;
    border: 2px solid #62cbd5;
}

a.application_t:hover {
    color: #62cbd5;
    background: #fff;
    border: 2px solid #62cbd5;
}

a.application_t {
    display: inline-block;
    margin: 2px 0px 0px 10px;
    width: 222px;
    /* color: #28a3c4; */
    color: #fff;
    background: #62cbd5;
    border-radius: 4px;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    /* border: 2px solid #e25e36; */
    cursor: pointer;
}

.zgl-gallery {
    font-size:18px;
    font-weight:bold;
    text-align:center;
}
.zgl-page {
    font-size:20px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
.zgl-foto {
    font-size:20px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
    margin-top:15px;
}
.preim-page ul {
    font-size:18px;
}

.wrapper-services-sidebar {
  display: block;
  margin: 30px 0;
}

.services-item-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.services-item__pict {
  width: 61px;
  margin-right: 15px;
  text-align: center;
}
.services-item__pict img {
  display: inline-block;
}

.services-item__text {
  width: calc(100% - 77px);
}
.services-item__text p {
  margin-bottom: 0;
  font-size: 16px;
  color: black;
  font-weight: 400;
}

.btn_two {
  width: 250px; 
  padding:10px; 
  border: 2px solid #62cbd5 !important; 
  margin-top:15px;
  margin-bottom:15px;
  background: #62cbd5 !important; 
  color:#fff !important;
}

@media only screen and (min-width: 650px) {

  .footer_all {
    display: none!important;
  }

}
@media only screen and (max-width: 650px) and (min-width: 120px) {

  aside, #sidebar, .content article {
    display: inline-block!important;
    width: 100%!important;
    float: none;
  }
  .mob_sidebar {
    display: none!important;
  }
  .menu-bokovoe-menyu-container ul li {
    visibility: hidden;
    display: none!important;
  }
  .menu-bokovoe-menyu-container ul li.current-menu-ancestor {
    visibility: visible;
    display: block!important;
  }
  .menu-bokovoe-menyu-container ul li.current-menu-item {
    visibility: visible;
    display: block!important;
  }
  .menu-uslugi-container ul li {
    visibility: hidden;
    display: none!important;
  }
  .menu-uslugi-container ul li.current-menu-ancestor {
    visibility: visible;
    display: block!important;
  }
  .menu-uslugi-container ul li.current-menu-item {
    visibility: visible;
    display: block!important;
  }

}

#gallery-2 .gallery-item {
    padding: 10px;
}

.col-thumbnail-img {
  float: left;
  width: 30%;
}
.col-thumbnail-img img {
  max-width: 90%!important;
  height: auto!important;
}
.col-thumbnail {
  float: left;
  width: 70%;
}
/* Style cross-browser Swing with greyscale effect */

@keyframes swing
{
	15%
	{
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30%
	{
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50%
	{
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65%
	{
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80%
	{
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100%
	{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.fireseo
{
	text-align:center;
}

.fireseo a 
{
	display: inline-block;
	background: url('/wp-content/uploads/2017/07/fireseo.png') 0px 2px no-repeat;
	width: 62px;
	height: 24px;
	margin: 0 0 0 0px;
	text-indent: -999999px;
	line-height: 32px;
}
.fireseo a
{
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	filter: grayscale(100%);
	transition: all 0.25s;
}

.fireseo span:hover a
{
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: grayscale(0%);

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	transition: all 0.25s;
}
.col-md-6 {
  display: inline-table;
  line-height: 40px;
  width: 34%;
}
#wpcf7-f774-p772-o1 .col-md-6 input {
  width: 83%;
}

@media screen and (max-width: 1024px) {
  #wpcf7-f774-p772-o1 .mini-input {
    width: calc(50% - 10px);
    margin-left: 0;
  }
  #wpcf7-f774-p772-o1 .form-group .mini-input:last-child {
    width: calc(50% - 10px);
    margin-left: 15px;
  }
  #wpcf7-f774-p772-o1 .text-input {
    margin-left: 0;
  }
  #wpcf7-f774-p772-o1 .form-group .mini-input span.text-725, #wpcf7-f774-p772-o1 .form-group .mini-input span.text-881 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.pg-page-wrapp {
    text-align: center;
    margin-bottom:10px;
} 
.pg-page {
    width:200px;
    text-align:center;
    display: inline-block;
    vertical-align: top;
    margin-bottom:15px;
}
.pg-page div{
    line-height:20px;
    font-size:15px;
}

.ppg-page {
    width:160px;
    text-align:center;
    display: inline-block;
    vertical-align: top;
    margin-bottom:15px;
}

#menu-uslugi li.menu-item-has-children {
  position: relative;
}
ul#menu-uslugi > li > .sub-menu {
  display: none;
  pointer-events: all;
}

#menu-uslugi li.menu-item-has-children > a {
  padding-right: 33px;
  pointer-events: all;
}
#menu-uslugi .current-menu-item > a {
  color: #62cbd5!important;
}
ul#menu-uslugi > li.current-menu-parent > a {
  color: #62cbd5!important;
}
ul#menu-uslugi > li.current-menu-item > a {
  color: #62cbd5!important;
}
#menu-uslugi li.menu-item-has-children.current-menu-parent > .sub-menu,
#menu-uslugi li.menu-item-has-children.current-menu-item > .sub-menu {
  display: block;
}

#menu-uslugi li.menu-item-has-children {
  position: relative;
  pointer-events: none;
}
#menu-uslugi li.menu-item-has-children .new-bef {
  position: absolute;
  right: 0px;
  display: inline-block;
  width: 33px;
  height: 53px;
}
#menu-uslugi li.menu-item-has-children .new-bef:before {
  content: "»";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
  text-align: right;
  padding-right: 10px;
  height: 53px;
  line-height: 48px;
  width: 33px;
  color: #707070;
  transition: .5s linear;
  z-index: 1;
  pointer-events: all;
}
#menu-uslugi li.menu-item-has-children.minus .new-bef:before {
  transform: rotate(90deg);
  right: 1px;
  top: -3px;
}




.wpcf7-form-control.wpcf7-recaptcha {height:auto!important; padding:15px 0!important; border:0!important}

.wrapper-text {
  padding: 0 50px;
}

.wrapper-dignity-icon {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  padding: 0 50px;
}
.dignity-icon_item {
  max-width: 320px;
  margin: 0 10px 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1370px) {
  .dignity-icon_item {
    max-width: 220px;
  }
}
.dignity-icon_pict {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 85px;
  margin-bottom: 10px;
}
.dignity-icon_item p {
  display: block;
  margin: 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .wrapper-text {
    padding: 0 15px;
  }
  .wrapper-dignity-icon {
    padding: 0 15px;
  }
}
