@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong,
b {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-size: 16px;
  background-color: #ffffff;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container:after,
.container:before {
  display: table;
  content: " ";
  zoom: 1;
}
.container:after,
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.half {
  width: 50%;
}
.width45 {
  width: 45%;
}
.width55 {
  width: 55%;
}
a {
  text-decoration: none;
}
p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
}
.text-blue {
  color: #09a2b6;
}
h1,
h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}
h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
video {max-width:100%;}




.hat {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background-color: #41693b;
  color: #FFF;
  padding: 0 30px;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
#btn-mob-menu {
  display: none;
}
#menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style-type: none;
}
#menu li {
  display: inline-block;
}
#menu li a {
  display: block;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
}
.btn-blue {
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  background-color: #103dcf;
  padding: 7px 20px;
}
.link-lang {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.5;
  padding: 7px 3px;
}
.first {
  position: relative;
/*  background-image: url(../img/bg-1.jpg);*/
background-size: cover;
background-position: top;
padding-top: 70px;
color: #fff;
text-align: center;
}
.first-text {
  position: relative;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
.first-text-top {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 24px;
  font-weight: bold;
}
.first-text-title {
  font-size: 100px;
  font-weight: bold;
  color: #addef7;
}
.first-text-subtitle {
  font-size: 22px;
  font-weight: bold;
  text-shadow: 2px 2px #0b2513, -2px -2px #0b2513;
}
.exotic {
  padding: 60px 0;
}
.exotic .half:last-child {
  padding-left: 40px;

}
.exotic img {margin-bottom: 20px;}


.exotic p,
.predatory p {
  margin-bottom: 50px;
}
.predatory {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 100px;
  background-color: #f7f7f7;
}
.predatory .slick-dots {bottom: -50px;}
.predatory .slick-slide {
  opacity: 0.5;
  transition: opacity 300ms;
}
.predatory .slick-slide.slick-current {
  opacity: 1;
  transition: opacity 300ms;
}

.predatory .slick-dots li button:before {font-size: 14px;}
.predatory .slick-dots li.slick-active button:before {}


#advantages {
  padding: 60px 0;
  background-color: #e7fad7;
}
.chlore .half:first-child,
.disolve .half:first-child,
.trace .half:first-child {
  padding-right: 20px;
}
.chlore .half:last-child,
.disolve .half:last-child,
.trace .half:last-child {
  padding-left: 20px;
}
.chlore p,
.disolve p,
.trace p {
  font-size: 18px;
  line-height: 20px;
}



.fresh {
  padding: 60px 0;
  text-align: center;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(231,250,215,1) 50%, rgba(231,250,215,1) 100%);
}
#advantages {
  padding: 60px 0 0;
  background-color: #e7fad7;
}
#advantages h3,
.values-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
}
.adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.adw-img {
  min-width: 65px;
}
.adv-text {
  padding-left: 30px;
}
.adv-text p {
  font-size: 16px;
}
.review {
  padding: 60px 0;
}
.review-text {
  position: relative;
  width: 760px;
  max-width: 100%;
  margin: 0 auto 60px;
  font-size: 16px;
}
.review-text:before {
  display: block;
  font-family: Georgia;
  content: "\201C";
  position: absolute;
  top: -10px;
  left: -80px;
  color: #CCC;
  font-size: 160px;
}
.review-text p {
  margin-bottom: 30px;
  font-size: 16px;
}
.review-author {
  text-align: center;
}
.review-img {
  width: 150px;
  margin: 0 auto 25px;
}
.review-img img {
  border-radius: 150px;
}
.review-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
#values {
  padding: 60px 0;
  background-color: #f7f7f7;
}
.value {
  width: 30%;
  text-align: center;
  margin-bottom: 50px;
}
.value-img {
  height: 150px;
  margin-bottom: 25px;
}
.value-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.life {
  padding: 60px 0;
}
.life-subtitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.5px;
  margin-bottom: 14px;
}
.life-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 28px;
}
#use {
  padding: 60px 0;
}
.use-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.23;
  margin-bottom: 50px;
  text-align: center;
}
.case {
  position: relative;
  width: 50%;
  height: 150px;
/*  padding-top: 45px;
  border-top: 2px solid #c4c4c4;
  padding-left: 20px; */
}
.case:nth-child(odd) {
  margin-right: 50%;
  border-right: 1px dashed #4cc9d8;
  padding-right: 75px;
}
.case:nth-child(odd):after {
  position: absolute;
  right: -49px;
  top: 0;
  display: block;
  content: url(../img/use.jpg);
}
.case:nth-child(even) {
  margin-left: 50%;
  border-left: 1px dashed #4cc9d8;
  padding-left: 75px;
}
.case:nth-child(even):after {
  position: absolute;
  left: -49px;
  top: 0;
  display: block;
  content: url(../img/use.jpg);
  transform: rotateY(180deg);
}
.case:last-child {
  border: none;
}
.case-number {
  position: absolute;
  left: 0;
  top: -17px;
  border-width: 2px;
  border-color: #256919;
  background: #41693b;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 1.35;
  font-weight: bold;
  padding: 6px 13px;
  z-index: 5;
}
.case-title {
  color: #41693b;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.case p {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}
.buy-btn {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #1f5bff;
  border-radius: 30px;
  width: 230px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 60px;
}
#contacts {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #41693b;
  color: #FFF;
  text-align: center;
}
.contacts-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 45px;
}
.contacts-subtitle {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 45px;
}
#contacts a {
  color: #FFF;
}
.footer {
  position: relative;
  padding: 15px 40px;
  background-color: #0f3604;
  color: #FFF;
}
.footer-menu {
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  color: #FFF;
  padding: 10px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .half,
  .width45,
  .width55 {
    width: 100%;
  }
  #menu {
    display: block;
    position: absolute;
    left: -50%;
    top: 160px;
    width: 100vw;
    background-color: #41693b;
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  #menu.active {
    left: 50%;
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  #menu li {
    display: block;
  }
  #menu li a {
    padding: 20px 10px;
  }
  .hat-buttons {
    display: none;
  }
  #btn-mob-menu {
    position: absolute;
    right: 20px;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FFF;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #btn-mob-menu.active {
    background-color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #btn-mob-menu:before {
    position: absolute;
    top: -6px;
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FFF;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #btn-mob-menu.active:before {
    -webkit-transform: translate(0, 6px) rotate(225deg);
    transform: translate(0, 6px) rotate(225deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #btn-mob-menu:after {
    position: absolute;
    bottom: -6px;
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FFF;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #btn-mob-menu.active:after {
    -webkit-transform: translate(0, -5px) rotate(-225deg);
    transform: translate(0, -5px) rotate(-225deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .value {
    width: 100%;
  }
  video {margin-bottom: 30px;}
  .case {
    width: 100%;
    padding: 0 20px 45px 45px;
    margin-left: 0;
    border: none !important;
  }
  .case:nth-child(odd),
  .case:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
    padding: 0 20px 45px 110px
  }
  .case:nth-child(odd):after,
  .case:nth-child(even):after {
    position: absolute;
    left: 0;
    top: 0;
    right: unset;
  }
  .case-number {
    left: -18px;
    top: -8px;
  }
  .case:last-child {
    border-left: none;
  }
  .hat {
    margin: 0;
  }
  .first {
    background-image: url(../img/bg-mob.jpg);
  }
  .first video {display: none;}
  .first-text-title {
    font-size: 65px;
  }
  .first-text-subtitle {
    font-size: 16px;
  }
  .first-text-top {
    right: 40px;
    font-size: 20px;
  }
  h1,
  h2,
  #advantages h3,
  .values-title {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .exotic .half:last-child {
    padding: 20px;
  }
  .adv {
    padding: 0 20px;
  }
  .review {
    padding-left: 50px;
  }
  .review-text:before {
    left: -60px;
    font-size: 130px;
  }
  #advantages .width45 {
    padding: 0 30px;
  }
  #advantages h3,
  .values-title {
    margin-bottom: 30px;
  }
  .chlore .width45,
  .disolve .width45 {
    padding: 30px;
  }
  .trace .width45 {
    padding: 0 30px 30px;
  }
  .exotic-gallery .half:nth-child(1) {
    padding-bottom: 20px;
  }
  .footer-menu {
    display: none;
  }
  .predatory .row.jcsb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .chlore .half:first-child, .disolve .half:first-child, .trace .half:first-child,
  .chlore .half:last-child, .disolve .half:last-child, .trace .half:last-child {padding: 20px;}
  .trace .row {
    -webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;
  }
}

.fullscreen-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  overflow: hidden;
}
.fullscreen-bg video{
  min-height: 700px;
  min-width: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.fresh-slider {
  max-width:800px;
  margin: 0 auto;
}
