.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.center-h {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.center-v {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.center-hv {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.spin {
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
@font-face {
  font-family: 'AvenirNext Bold';
  font-weight: bold;
  src: url('fonts/avenir-next/AvenirNextLTPro-Bold.otf') format("opentype");
}
@font-face {
  font-family: 'AvenirNext Medium';
  font-weight: 300;
  src: url('fonts/avenir-next/AvenirNextLTPro-Medium.otf') format("opentype");
}
@font-face {
  font-family: 'AvenirNext Regular';
  font-weight: normal;
  src: url('fonts/avenir-next/AvenirNextLTPro-Regular.otf') format("opentype");
}
@font-face {
  font-family: 'AvenirNext Heavy';
  font-weight: 900;
  src: url('fonts/avenir-next/AvenirNextLTPro-Heavy.otf') format("opentype");
}
@font-face {
  font-family: 'AvenirNext UltraLight';
  font-weight: 200;
  src: url('fonts/avenir-next/AvenirNextLTPro-UltLt.otf') format("opentype");
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: 'AvenirNext Medium', sans-serif;
}
strong {
  font-family: 'AvenirNext Bold', sans-serif;
}
nav {
  min-height: 160px !important;
  background-color: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-width: 0 !important;
}
nav .navbar-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 160px;
}
nav .navbar-header {
  height: 100%;
}
nav .navbar-header .navbar-brand {
  padding: 0;
  height: 100%;
}
nav .navbar-header .navbar-brand img {
  width: auto;
  height: 100%;
}
nav .navbar-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
nav .navbar-nav li a {
  font-weight: 300;
  color: #3f8046;
  background-color: transparent;
  font-family: 'AvenirNext Regular', sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 15px;
  margin: 10px 2px;
  font-size: 21px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
nav .navbar-nav li.active a,
nav .navbar-nav li:hover a {
  background-color: #3f8046;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
nav.affix {
  min-height: 100px !important;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.7)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
  border-width: 0 0 3px !important;
  border-color: #3f8046 !important;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
nav.affix .navbar-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100px;
}
nav.affix .navbar-nav {
  padding-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .navbar-header .navbar-brand {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 992px) {
  nav {
    min-height: 100px !important;
  }
  nav .navbar-wrapper {
    height: 100px;
  }
  nav .navbar-nav li a {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  nav {
    min-height: 70px !important;
  }
  nav .navbar-wrapper {
    height: 70px;
  }
  nav .navbar-nav {
    margin-top: -5px;
    background-color: rgba(255, 255, 255, 0.9);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    border-bottom: 2px solid #3f8046;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  }
  nav .navbar-nav li a {
    text-align: center;
  }
  nav.affix {
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.8));
    background: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.8));
    background: -ms-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.8));
    background: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.8));
    min-height: 70px !important;
  }
  nav.affix .navbar-wrapper {
    height: 70px;
  }
  nav.affix .navbar-nav {
    padding-top: 0;
  }
  nav .navbar-toggle {
    margin-top: 15px;
    background-color: white;
    border-color: #3f8046;
  }
  nav .navbar-toggle.collapsed {
    background-color: #3f8046;
  }
  nav .navbar-toggle.collapsed .icon-bar {
    background-color: white;
  }
  nav .navbar-toggle .icon-bar {
    background-color: #3f8046;
  }
}
.extra-bold {
  font-family: 'AvenirNext Heavy', sans-serif;
  font-weight: 900;
}
.section {
  padding-top: 45px;
  padding-bottom: 45px;
}
.section .section-title {
  font-size: 52px;
  padding-bottom: 25px;
  position: relative;
}
.section .section-title h2 {
  font-size: 52px;
}
.section .section-title:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #9fb489;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section .section-subtitle {
  position: relative;
  font-family: 'AvenirNext UltraLight', sans-serif;
  font-weight: 300;
  font-size: 35px;
  margin-top: 25px;
}
.section .section-subtitle .additional-text {
  position: absolute;
  font-size: 28px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section.green {
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75), 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75), 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.75), 0 0 2px rgba(255, 255, 255, 0.75);
  background-color: #3f8046;
  color: white;
}
.section.white {
  color: #3f8046;
}
.top-space-45 {
  margin-top: 45px;
}
.spinner {
  font-size: 60px;
}
.btn.btn-hydro {
  font-weight: 300;
  color: #3f8046;
  background-color: transparent;
  font-family: 'AvenirNext Regular', sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 15px;
  font-size: 21px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border: 2px solid #3f8046;
}
.btn.btn-hydro.active,
.btn.btn-hydro:hover {
  background-color: #3f8046;
  color: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.custom-modal {
  color: #3f8046;
}
.custom-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-modal .modal-content .modal-header {
  border-bottom-color: #3f8046;
}
.custom-modal .modal-content .modal-header .close:hover {
  color: #3f8046;
}
.custom-modal .modal-content .modal-footer {
  border-top-color: #3f8046;
}
.custom-modal .modal-content .product-image img {
  margin: 0 auto;
}
#home #top {
  position: relative;
  padding-top: 100px;
  min-height: 747px;
  background: url('../images/top_bg.png') no-repeat center top;
  background-size: cover;
}
#home #top .motto {
  padding: 20px;
  width: 100%;
  color: #ffffff;
  min-height: 185px;
  position: absolute;
  left: 0;
  bottom: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5));
  -webkit-box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 9px rgba(0, 0, 0, 0.25);
}
#home #top .motto .bold-text {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.95);
  font-family: 'AvenirNext Heavy', sans-serif;
  font-size: 40px;
  font-weight: bolder;
}
#home #top .motto .thin-text {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.95);
  font-family: 'AvenirNext UltraLight', sans-serif;
  font-weight: 300;
  font-size: 80px;
}
#home #about {
  position: relative;
}
#home #about:before {
  content: "";
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 148px;
  height: 44px;
  background: url(../images/about_decor.png) no-repeat, center;
  z-index: 2;
}
#offer {
  background: url(../images/offer_bg.png) no-repeat, center bottom;
  background-size: cover;
}
#offer .partners {
  padding: 15px;
}
#offer .circle-shadow {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
#offer .circle-shadow:before {
  content: "";
  position: absolute;
  width: 99%;
  height: 99%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
#offer .circle-shadow img {
  position: relative;
  z-index: 3;
}
#offer .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#offer .catalog-column-outer {
  position: relative;
}
#offer .catalog-column {
  bottom: 0;
  height: calc(100% - 200px);
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-top: 140px;
  margin-top: 125px;
  z-index: 0;
  -webkit-border-top-left-radius: 10vw;
  -moz-border-radius-topleft: 10vw;
  border-top-left-radius: 10vw;
  -webkit-border-top-right-radius: 10vw;
  -moz-border-radius-topright: 10vw;
  border-top-right-radius: 10vw;
}
#offer .catalog-column li {
  font-size: 20px;
}
#offer .catalog-column a {
  text-decoration: none;
  color: #3f8046;
}
#offer .catalog-column a:hover,
#offer .catalog-column a:active,
#offer .catalog-column a:visited {
  color: #3f8046;
}
#certificates {
  position: relative;
}
#certificates:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/certs_bg.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
#certificates .certs-list img {
  border: solid 3px #3f8046;
  max-height: 420px;
  width: auto;
  margin: 20px auto;
}
#contact .google-maps {
  position: relative;
  padding: 0;
  height: 300px;
}
#contact .google-maps iframe {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#contact .google-maps.loaded iframe {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in 1s;
  -moz-transition: opacity 0.5s ease-in 1s;
  -ms-transition: opacity 0.5s ease-in 1s;
  -o-transition: opacity 0.5s ease-in 1s;
}
#contact .google-maps.loaded .loading-indicator {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in 1s;
  -moz-transition: opacity 0.5s ease-in 1s;
  -ms-transition: opacity 0.5s ease-in 1s;
  -o-transition: opacity 0.5s ease-in 1s;
}
#contact .contact-data a {
  color: white;
  text-decoration: none;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer a {
  background-color: rgba(255, 255, 255, 0.8);
  color: #3f8046;
  font-size: 19px;
  padding: 9px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
footer a:hover {
  text-decoration: none;
  background-color: #3f8046;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  #home #top .motto {
    min-height: 50px;
  }
  #home #top .motto .bold-text {
    font-size: 3vw;
  }
  #home #top .motto .thin-text {
    font-size: 8vw;
  }
  .section .section-subtitle .additional-text {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #home #top {
    min-height: 400px;
  }
  #home #top .motto .bold-text {
    font-size: 4vw;
  }
  #home #top .motto .thin-text {
    font-size: 10vw;
  }
  #offer .product-list {
    display: block;
  }
  #offer .catalog-column {
    -webkit-border-top-left-radius: 25vw;
    -moz-border-radius-topleft: 25vw;
    border-top-left-radius: 25vw;
    -webkit-border-top-right-radius: 25vw;
    -moz-border-radius-topright: 25vw;
    border-top-right-radius: 25vw;
  }
  #certificates .certs-list img {
    max-height: 300px;
  }
  .section .section-subtitle {
    font-size: 5vw;
  }
}
@media screen and (max-width: 350px) {
  .circle-shadow img {
    width: 70vw;
    height: auto;
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
