@font-face {
  font-family: 'Geometria-ExtraBold';
  src: url("../fonts/Geometria-ExtraBold.eot");
  src: url("../fonts/Geometria-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-ExtraBold.woff") format("woff"), url("../fonts/Geometria-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Geometria-Bold';
  src: url("../fonts/Geometria-Bold.eot");
  src: url("../fonts/Geometria-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Geometria-Regular';
  src: url("../fonts/Geometria.eot");
  src: url("../fonts/Geometria.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria.woff") format("woff"), url("../fonts/Geometria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Geometria Heavy';
  src: url("../fonts/Geometria-Heavy.eot");
  src: url("../fonts/Geometria-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Heavy.woff") format("woff"), url("../fonts/Geometria-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body, * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  background: #fff;
  font-family: 'Geometria-Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #303030; }
  body.menu-opened {
    overflow: hidden; }
    body.menu-opened .header {
      position: static; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

.hidden-menu-ticker {
  display: none; }

.btn-menu {
  color: #fff;
  background-color: transparent;
  position: absolute;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: right .23s;
  -o-transition: right .23s;
  transition: right .23s;
  z-index: 5;
  width: 40px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  display: none; }

.btn-menu span {
  display: block;
  height: 3px;
  background-color: #303030;
  margin: 6px 0 0;
  -webkit-transition: all .1s linear .23s;
  -o-transition: all .1s linear .23s;
  transition: all .1s linear .23s;
  position: relative; }

.btn-menu span.first {
  margin-top: 0; }

.hidden-menu-ticker:checked ~ .header__menu-wrapper {
  opacity: 1;
  visibility: visible; }

.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 8px;
  background-color: #fff; }

.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0; }

.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -10px;
  background-color: #fff; }

.hidden {
  display: none; }

.header {
  position: relative; }

.header__top-line {
  padding: 20px 0;
  background: #fff; }
  .header__top-line .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.logo {
  display: block;
  width: 100px;
  height: 78px;
  text-decoration: none; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }

.header__menu-wrapper .socials,
.header__menu-wrapper .btn,
.header__menu-wrapper .header__callback {
  display: none; }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.navigation__item:not(:last-child) {
  margin-right: 30px; }

.navigation__item:first-child {
  display: none; }

.navigation__item-link {
  font-size: 15px;
  font-family: 'Geometria-Bold', sans-serif;
  color: #303030;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .navigation__item-link:hover {
    color: #009f00;
    border-bottom: 1px dashed #009f00; }

.video-popup {
  position: relative;
  margin: 0 auto;
  width: 550px;
  padding: 10px;
  border-radius: 10px;
  background: #fff; }
  .video-popup button.mfp-close {
    background: #009f00;
    opacity: 1; }
  .video-popup .mfp-close {
    width: 36px;
    height: 36px;
    line-height: 36px; }
  .video-popup .mfp-close:active {
    top: 0; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.banners {
  padding: 50px 0; }

.banners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 540px;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 1px rgba(154, 154, 154, 0.51);
  box-shadow: 0 0 20px 1px rgba(154, 154, 154, 0.51); }
  .banner img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .banner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.banner__image-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.banner__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  min-width: 290px;
  padding: 50px 20px 50px 40px; }

.banner__title {
  font-size: 40px;
  line-height: 46px;
  font-family: 'Geometria-ExtraBold', sans-serif;
  margin-bottom: 10px; }

.banner__description {
  font-size: 26px;
  text-transform: uppercase; }

.header_product .navigation__item-link:hover {
  color: #303030;
  border-bottom: 1px dashed #303030; }

.header_product .btn {
  font-size: 16px;
  font-family: 'Geometria-Regular', sans-serif;
  color: #303030;
  padding: 10px 40px; }
  .header_product .btn .btn__background {
    opacity: 0;
    visibility: hidden; }
    .header_product .btn .btn__background:before {
      display: none; }
    .header_product .btn .btn__background:after {
      opacity: 1;
      visibility: visible; }
  .header_product .btn:hover {
    color: #fff; }
    .header_product .btn:hover .btn__background {
      opacity: 1;
      visibility: visible; }
      .header_product .btn:hover .btn__background:after {
        opacity: 1 !important;
        visibility: visible !important; }

.header__about {
  padding: 200px 0;
  position: relative;
  overflow: hidden; }
  .header__about:after {
    position: absolute;
    top: -55px;
    right: 100px;
    width: 600px;
    height: 1001px;
    background: url("../img/three.png") no-repeat;
    background-size: cover;
    content: '';
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg); }

.header__about-title {
  font-family: 'Geometria-ExtraBold', sans-serif;
  font-size: 120px;
  line-height: 120px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  filter: progid:DXImageTransform.Microsoft.DropShadow(offX=5, offY=5, color=#767676, positive=true);
  text-shadow: 5px 5px 1px #4c4c4c; }

.header__about-description {
  font-family: 'Geometria-ExtraBold', sans-serif;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.DropShadow(offX=3, offY=3, color=#767676, positive=true);
  text-shadow: 3px 3px 1px #4c4c4c; }

.header__about-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 65px;
  font-size: 18px;
  font-family: 'Geometria-Bold', sans-serif;
  color: #303030;
  background: #fff;
  border-radius: 60px;
  border: none;
  margin-top: 25px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .header__about-button:hover {
    background: #3d882f; }

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .hero__inner svg {
    position: absolute; }

.leaf-one {
  left: -138px;
  width: 97px;
  height: auto;
  top: 39px;
  -webkit-transform: rotate(77deg);
  -ms-transform: rotate(77deg);
  transform: rotate(77deg); }

.leaf-two {
  width: 47px;
  height: auto;
  left: 27px;
  bottom: -44px;
  -webkit-transform: rotate(209deg);
  -ms-transform: rotate(209deg);
  transform: rotate(209deg); }

.leaf-three {
  width: 86px;
  height: auto;
  left: 443px;
  bottom: -126px;
  -webkit-transform: rotate(209deg);
  -ms-transform: rotate(209deg);
  transform: rotate(209deg); }

.leaf-four {
  width: 63px;
  height: auto;
  right: 307px;
  top: -33px;
  -webkit-transform: rotate(31deg);
  -ms-transform: rotate(31deg);
  transform: rotate(31deg); }

.leaf-five {
  right: 188px;
  width: 97px;
  height: auto;
  bottom: -18px;
  -webkit-transform: rotate(74deg);
  -ms-transform: rotate(74deg);
  transform: rotate(74deg); }

.hero-payment {
  padding: 80px 0; }
  .hero-payment .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.hero-payment__wrapper-left {
  width: 450px; }

.hero-payment__wrapper-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(100% - 600px); }
  .hero-payment__wrapper-right img {
    display: block;
    width: 100%;
    height: auto; }

.hero-payment__wrapper-title {
  font-family: 'Geometria-ExtraBold', sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.hero-payment__wrapper-description {
  font-size: 20px;
  line-height: 26px; }

.hero-payment__wrapper-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 230px;
  height: 65px;
  font-size: 18px;
  font-family: 'Geometria-Bold', sans-serif;
  color: #fff;
  background: #009f00;
  border-radius: 60px;
  border: none;
  margin-top: 25px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .hero-payment__wrapper-link:hover {
    background: #3d882f; }

.header__content {
  padding: 70px 0; }
  .header__content h1 {
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    font-family: 'Geometria Heavy', sans-serif; }

.header__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 10px 0 0; }

.header__breadcrumbs-item {
  position: relative; }
  .header__breadcrumbs-item:not(:last-child):after {
    content: '/';
    font-size: 13px;
    color: #fff;
    margin: 0 7px; }
  .header__breadcrumbs-item:last-child {
    pointer-events: none; }

.header__breadcrumbs-link {
  color: #fff;
  text-decoration: none; }

.hero__caption {
  font-size: 140px;
  font-family: 'Geometria Heavy', sans-serif;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  right: -260px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  text-transform: uppercase;
  z-index: -1; }

.hero__image-wrapper {
  width: 440px;
  min-width: 440px;
  height: 440px;
  min-height: 440px;
  border-radius: 50%;
  position: relative; }
  .hero__image-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    content: '';
    border-radius: 50%; }
  .hero__image-wrapper img {
    width: 150px;
    height: auto;
    display: block;
    position: absolute;
    left: 100px;
    top: -45px;
    z-index: 1;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg); }

.hero__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 500px);
  margin-left: 60px;
  padding-right: 50px;
  position: relative; }
  .hero__text-wrapper h1.hero__main-title {
    font-size: 42px;
    line-height: 46px;
    width: 100%;
    font-family: 'Geometria Heavy', sans-serif;
    margin-bottom: 15px;
    text-transform: inherit;
    position: relative;
    z-index: 2; }

.hero__description {
  font-size: 22px;
  color: #303030;
  margin: 0 0 30px;
  position: relative;
  z-index: 2; }

.btn {
  font-size: 18px;
  font-family: 'Geometria Bold', sans-serif;
  text-decoration: none;
  padding: 17px 30px;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .btn:hover .btn__background:before {
    opacity: 1;
    visibility: visible; }
  .btn:hover .btn__background:after {
    opacity: 0;
    visibility: hidden; }

.btn__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .btn__background:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    content: '';
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 1;
    visibility: visible; }
  .btn__background:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    content: '';
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0;
    visibility: hidden; }

.hero {
  padding: 130px 0 200px;
  position: relative;
  overflow: hidden; }
  .hero_product {
    padding: 100px 0 125px; }
    .hero_product .container:after {
      display: none; }
  .hero .container {
    position: relative; }
    .hero .container:after {
      width: 177px;
      height: 115px;
      position: absolute;
      top: 200px;
      left: 450px;
      background: url("../img/natural.png") no-repeat;
      content: ''; }
  .hero h1 {
    font-family: 'Geometria-ExtraBold', sans-serif;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    width: 460px;
    margin-bottom: 20px; }
    .hero h1 strong {
      font-size: 64px;
      color: #009f00;
      display: block;
      margin-bottom: 15px; }

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .hero__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.header__callback-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #303030;
  font-family: 'Geometria-ExtraBold', sans-serif;
  font-size: 18px; }
  .phone svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    fill: #64c153; }

.header__callback {
  font-size: 16px;
  font-family: 'Geometria-Regular', sans-serif;
  color: #303030;
  background: transparent;
  border: 2px solid #009f00;
  border-radius: 40px;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  .header__callback:hover {
    background: #009f00;
    color: #fff; }

.header__advantage {
  background: url("../img/leaf.png") no-repeat center left;
  padding: 8px 0 5px 48px;
  font-size: 16px;
  margin-bottom: 7px; }

.header__main-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 55px;
  font-size: 18px;
  font-family: 'Geometria-Bold', sans-serif;
  color: #fff;
  background: #009f00;
  border-radius: 60px;
  border: none;
  margin-top: 25px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .header__main-button:hover {
    background: #3d882f; }

.payment {
  padding: 120px 0; }

.payment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto; }

.payment__item {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }

.payment__item-icon {
  width: 50px;
  height: 50px; }
  .payment__item-icon img {
    display: block;
    width: 50px;
    height: auto; }

.payment__item-content {
  width: calc(100% - 65px);
  margin-left: 15px; }

.payment__item-title {
  font-size: 20px;
  font-family: 'Geometria-Bold', sans-serif; }

.payment__item-description {
  font-size: 18px; }
  .payment__item-description a {
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #303030;
    color: #303030;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-bottom: 5px;
    display: inline-block; }
    .payment__item-description a:hover {
      border-color: transparent; }

.cooperation {
  padding: 80px 0;
  position: relative; }
  .cooperation:after {
    position: absolute;
    top: 90px;
    right: 0;
    width: 230px;
    height: 221px;
    content: '';
    background: url("../img/leaf-icon.png") no-repeat;
    z-index: -1; }
  .cooperation:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 216px;
    height: 203px;
    content: '';
    background: url("../img/leaf-icon-2.png") no-repeat;
    z-index: -1; }

.cooperation__button {
  font-size: 16px;
  font-family: 'Geometria-Regular', sans-serif;
  color: #303030;
  background: transparent;
  border: 2px solid #009f00;
  border-radius: 40px;
  padding: 15px 40px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px; }
  .cooperation__button:hover {
    color: #fff;
    background: #009f00; }

.cooperation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 330px;
  margin-top: 30px; }

.cooperation__item-icon {
  width: 50px;
  height: 50px; }
  .cooperation__item-icon img {
    display: block;
    width: 50px;
    height: auto; }

.cooperation__item-content {
  margin-left: 15px; }

.cooperation__left .cooperation__item-title {
  font-size: 20px;
  font-family: 'Geometria-Bold', sans-serif;
  margin: 0; }

.cooperation__left .cooperation__item-description {
  font-size: 18px;
  margin-top: 5px; }

.cooperation__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(17, 123, 17, 0.2) 0 4px 33px 3px;
  box-shadow: rgba(17, 123, 17, 0.2) 0 4px 33px 3px;
  background: #fff;
  position: relative; }
  .cooperation__inner:before {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 50px);
    width: 97px;
    height: 88px;
    content: '';
    background: url(../img/leaf-icon-3.png) no-repeat; }

.cooperation__left {
  width: 400px; }
  .cooperation__left h2 {
    font-size: 34px;
    font-family: 'Geometria-ExtraBold', sans-serif;
    margin-bottom: 20px; }
  .cooperation__left p {
    font-size: 20px;
    color: #303030;
    margin-top: 12px; }

.about {
  padding: 110px 0 50px; }

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.about__text-wrapper {
  width: calc(100% - 520px); }
  .about__text-wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px; }
  .about__text-wrapper h2 {
    font-size: 42px;
    line-height: 48px;
    font-family: 'Geometria-ExtraBold', sans-serif; }

.about__video-wrapper {
  width: 470px;
  height: 0;
  padding-bottom: 263px;
  position: relative;
  margin-right: 30px; }
  .about__video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .about__video-wrapper:before {
    position: absolute;
    top: -30px;
    right: -30px;
    content: '';
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #dce2dc;
    -webkit-filter: blur(4px);
    filter: blur(4px); }

.main-title {
  font-size: 42px;
  line-height: 48px;
  font-family: 'Geometria-ExtraBold', sans-serif; }

.title {
  font-family: 'Geometria-ExtraBold', sans-serif;
  font-size: 42px;
  line-height: 46px;
  color: #303030; }

.subtitle {
  font-size: 16px;
  color: #303030; }

.button {
  font-size: 18px;
  font-family: 'Geometria-Medium', sans-serif;
  border-radius: 40px;
  padding: 13px 35px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #303030; }

.spray {
  padding: 100px 0 50px;
  position: relative; }
  .spray:after {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 230px;
    height: 221px;
    content: '';
    background: url("../img/leaf-icon.png") no-repeat; }
  .spray h2 {
    font-family: 'Geometria-ExtraBold', sans-serif;
    font-size: 42px;
    line-height: 46px;
    color: #303030;
    margin-bottom: 20px; }
  .spray p {
    font-size: 15px;
    margin: 0 0 15px; }

.spray__image-wrapper {
  width: 490px;
  position: relative;
  margin-top: 70px; }
  .spray__image-wrapper img {
    position: absolute;
    bottom: 50px;
    left: 150px;
    z-index: 2; }
    .spray__image-wrapper img.spay__video-icon {
      position: relative;
      bottom: auto;
      left: auto; }
  .spray__image-wrapper .hidden ~ img {
    width: 150px;
    height: auto;
    display: block; }
  .spray__image-wrapper .first-svg {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1; }
  .spray__image-wrapper .second-svg {
    position: absolute;
    bottom: 4px;
    left: 0; }

.spray__image-wrapper .first-svg {
  width: 485px;
  height: 226px;
  opacity: 0.2; }

.spray__image-wrapper .second-svg {
  width: 485px;
  height: 375px; }

.spray__image-wrapper .third-svg {
  width: 485px;
  height: 375px; }

.spray__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0; }

.spray__list-item {
  font-size: 15px; }
  .spray__list-item:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    display: inline-block;
    margin-right: 10px; }
  .spray__list-item:not(:last-child) {
    margin-bottom: 5px; }

.spay__video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  right: 90px;
  top: 70px;
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .spay__video-button:after {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 85px;
    height: 85px;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    display: block;
    border-radius: 50%; }
  .spay__video-button:hover {
    -webkit-box-shadow: 0 0 20px 1px rgba(218, 218, 218, 0.5);
    box-shadow: 0 0 20px 1px rgba(218, 218, 218, 0.5); }

.spray__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.spray__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 520px);
  color: #303030; }

.spray__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: 470px;
  background: #cabd7b; }

.using {
  padding: 50px 0;
  position: relative; }
  .using:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 216px;
    height: 203px;
    content: '';
    background: url("../img/leaf-icon-2.png") no-repeat;
    z-index: -1; }

.steps {
  margin: 110px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 265px;
  position: relative; }
  .steps__item img {
    width: 130px;
    height: 130px;
    display: block; }

.steps__subtitle {
  font-size: 18px;
  color: #303030;
  text-align: center;
  margin: 20px 0; }

.steps__item-number {
  font-size: 28px;
  font-family: 'Geometria-Bold', sans-serif;
  color: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 10px; }
  .steps__item-number span {
    z-index: 2; }
  .steps__item-number:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 70%);
    content: '';
    border-radius: 50%; }

.recalls {
  padding: 50px 0 80px; }

.recalls__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 50px 0 0; }

.recalls__item {
  width: 350px;
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px 1px rgba(154, 154, 154, 0.51);
  box-shadow: 0 0 20px 1px rgba(154, 154, 154, 0.51); }
  .recalls__item img {
    display: block;
    width: 100%;
    height: auto; }

.results {
  padding: 50px 0; }
  .results .btn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.results .swiper-button-next, .results .swiper-button-prev,
.recalls .swiper-button-next, .recalls .swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.results .swiper-button-next:after,
.results .swiper-button-prev:after,
.results .swiper-container-rtl .swiper-button-next:after,
.results .swiper-container-rtl .swiper-button-prev:after,
.recalls .swiper-button-next:after,
.recalls .swiper-button-prev:after,
.recalls .swiper-container-rtl .swiper-button-next:after,
.recalls .swiper-container-rtl .swiper-button-prev:after {
  display: none; }

.results__list {
  margin: 70px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
  padding: 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px 1px rgba(154, 154, 154, 0.51);
  box-shadow: 0 0 15px 1px rgba(154, 154, 154, 0.51); }
  .results__item:not(:last-child) {
    margin-right: 20px; }

.results__video-wrapper {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.23%;
  border-radius: 20px; }
  .results__video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.before {
  display: none;
  padding: 60px 0;
  background: url("../img/bg_before.jpg") no-repeat;
  background-size: cover; }
  .before .twentytwenty-overlay {
    display: none !important; }
  .before .twentytwenty-wrapper {
    border-radius: 15px;
    padding: 10px;
    -webkit-box-shadow: 0 0 20px 1px rgba(154, 154, 154, 0.51);
    box-shadow: 0 0 20px 1px rgba(154, 154, 154, 0.51);
    margin-top: 20px; }

.before__item-inner {
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.before__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.before__text-wrapper {
  width: 500px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 1px rgba(154, 154, 154, 0.51);
  box-shadow: 0 0 20px 1px rgba(154, 154, 154, 0.51);
  position: relative;
  overflow: hidden; }
  .before__text-wrapper:after {
    width: 252px;
    height: 405px;
    content: '';
    display: block;
    position: absolute;
    bottom: -90px;
    right: -16px; }

.before__title {
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Geometria-ExtraBold', sans-serif; }

.before__list {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
  position: relative;
  z-index: 1; }

.before__item {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .before__item:nth-child(1), .before__item:nth-child(3) {
    margin-right: 30px; }
  .before__item:nth-child(1), .before__item:nth-child(2) {
    margin-bottom: 30px; }

.before__item-title {
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  margin-top: 8px;
  color: #fff; }

.before__slider-wrapper {
  width: 600px;
  height: 370px;
  border-radius: 10px;
  overflow: hidden; }

.products {
  padding: 70px 0; }

.products__list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  border-radius: 20px; }

.products__item {
  width: 1000px;
  border-radius: 20px;
  margin: 50px 30px 35px;
  padding: 50px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.products__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 430px; }

.products__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 440px);
  height: calc(100% + 170px);
  position: relative; }
  .products__image picture,
  .products__image img {
    display: block;
    width: auto !important;
    height: 100%; }

.products__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 40px 0 0; }

.products__icons-item {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50%; }
  .products__icons-item:not(:last-child) {
    margin-right: 20px; }
  .products__icons-item img {
    width: 50px !important;
    height: 50px !important; }

.products__item-number {
  font-size: 456px;
  line-height: 456px;
  color: #fff;
  font-family: 'Geometria Heavy', sans-serif;
  opacity: 0.4;
  position: absolute;
  right: 20px;
  top: 20px; }

.products__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 55px;
  border: 2px solid #303030;
  border-radius: 55px;
  background: #303030;
  margin: 30px 0 0;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .products__item-button:hover {
    background: transparent;
    color: #303030; }

.products__item-title {
  font-size: 40px;
  line-height: 44px;
  font-family: 'Geometria Heavy', sans-serif; }

.sprey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%; }

.catalog {
  background: #fbfcf7;
  background-size: cover;
  padding: 70px 0; }

.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 0;
  padding: 0;
  list-style: none; }

.catalog__item {
  width: 270px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 15px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 15px 3px;
  border-radius: 30px;
  position: relative;
  background: #fff;
  border: 1px solid #009f00;
  margin-right: calc((100% - 1080px) / 3); }
  .catalog__item:nth-child(n+5) {
    margin-top: 35px; }
  .catalog__item:nth-child(4n), .catalog__item:last-child {
    margin-right: 0; }
  .catalog__item img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    z-index: 2;
    width: auto;
    height: 250px; }
  .catalog__item:hover img {
    -webkit-transform: scale(1) translateY(-20px);
    -ms-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px); }

.catalog__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 15px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 15px 3px;
  padding: 40px 20px 30px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  text-decoration: none; }

.catalog__item-title {
  font-size: 16px;
  font-family: 'Geometria-Bold', sans-serif;
  color: #303030;
  margin: 20px 0 25px;
  text-align: center; }

.catalog__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 55px;
  font-size: 18px;
  font-family: 'Geometria', sans-serif;
  color: #fff;
  background: #009f00;
  border: 2px solid #009f00;
  border-radius: 60px;
  margin-top: auto;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  .catalog__item-button:hover {
    background: transparent;
    color: #303030; }

.about-us {
  padding: 100px 0 70px;
  position: relative; }
  .about-us:after {
    position: absolute;
    top: 90px;
    right: 0;
    width: 230px;
    height: 221px;
    content: '';
    background: url("../img/leaf-icon.png") no-repeat;
    z-index: -2; }
  .about-us:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 216px;
    height: 203px;
    content: '';
    background: url("../img/leaf-icon-2.png") no-repeat;
    z-index: -1; }

.about-us__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px; }
  .about-us__row .about-us__text-wrapper {
    width: calc(100% - 520px); }
    .about-us__row .about-us__text-wrapper p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 15px; }

.about-us__image-wrapper {
  width: 490px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 33px 3px;
  padding: 15px;
  border-radius: 20px;
  background: #fff; }
  .about-us__image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px; }

.about-us__video-wrapper {
  width: 470px;
  height: 0;
  padding-bottom: 263px;
  position: relative;
  margin-right: 30px; }
  .about-us__video-wrapper:before {
    position: absolute;
    top: -30px;
    right: -30px;
    content: '';
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #dce2dc;
    -webkit-filter: blur(4px);
    filter: blur(4px); }
  .about-us__video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.footer {
  background: #009f00; }
  .footer .navigation__item-link {
    color: #fff; }
    .footer .navigation__item-link:hover {
      border-color: #fff; }
  .footer .phone {
    color: #fff; }
    .footer .phone svg {
      fill: #fff; }
  .footer_product {
    background: #f4f4f6; }
    .footer_product .btn {
      font-size: 16px;
      font-family: 'Geometria-Regular', sans-serif;
      color: #303030;
      padding: 10px 40px; }
      .footer_product .btn .btn__background {
        opacity: 0;
        visibility: hidden; }
        .footer_product .btn .btn__background:before {
          display: none; }
        .footer_product .btn .btn__background:after {
          opacity: 1;
          visibility: visible; }
      .footer_product .btn:hover {
        color: #fff; }
        .footer_product .btn:hover .btn__background {
          opacity: 1;
          visibility: visible; }
          .footer_product .btn:hover .btn__background:after {
            opacity: 1 !important;
            visibility: visible !important; }
    .footer_product .footer__top-line {
      border-bottom: 1px solid #e6e6e6; }
    .footer_product .navigation__item-link {
      color: #303030; }
      .footer_product .navigation__item-link:hover {
        border-color: #303030; }
    .footer_product .footer__copyright,
    .footer_product .footer__development,
    .footer_product .footer__development a {
      color: #303030; }
    .footer_product .footer__development a {
      border-color: #303030; }

.footer__callback {
  font-size: 16px;
  font-family: 'Geometria-Regular', sans-serif;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  .footer__callback:hover {
    background: #fff;
    color: #000; }

.footer__top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.footer__bottom-line {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__copyright,
.footer__development {
  font-size: 14px;
  color: #fff; }
  .footer__copyright a,
  .footer__development a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    .footer__copyright a:hover,
    .footer__development a:hover {
      border-color: transparent; }

.footer__callback-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }

.socials__item {
  margin: 0 5px; }

.socials__item-link:hover svg path {
  fill: #009f00; }

.socials__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 1px rgba(154, 154, 154, 0.51);
  box-shadow: 0 0 14px 1px rgba(154, 154, 154, 0.51);
  border-radius: 50%; }
  .socials__item-link svg {
    width: 20px;
    height: 20px; }
    .socials__item-link svg path {
      fill: #303030;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }

.email {
  font-size: 18px;
  color: #fff;
  text-decoration: none; }

.callback-form {
  position: relative;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 30px; }
  .callback-form .button {
    border: none;
    margin-top: 10px;
    cursor: pointer; }

.callback-form__input {
  width: 300px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  padding: 0 15px; }
  .callback-form__input.error {
    border: 1px solid red; }

.callback__input-wrapper {
  margin-bottom: 20px; }

.callback__title {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 30px; }

.error-message {
  font-size: 14px;
  color: #333;
  margin: 2px 4px 0;
  display: none; }
  .error-message_active {
    display: block; }

.thanks-popup {
  width: 420px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 40px 30px; }

.thanks-popup__text {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px; }

.thanks-popup__text b {
  font-size: 30px;
  line-height: 34px;
  display: block;
  margin-bottom: 10px; }

.contacts {
  padding: 80px 0;
  position: relative; }
  .contacts:after {
    position: absolute;
    top: 90px;
    right: 0;
    width: 230px;
    height: 221px;
    content: '';
    background: url("../img/leaf-icon.png") no-repeat;
    z-index: -1; }
  .contacts:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 216px;
    height: 203px;
    content: '';
    background: url("../img/leaf-icon-2.png") no-repeat;
    z-index: -1; }

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(17, 123, 17, 0.2) 0 4px 33px 3px;
  box-shadow: rgba(17, 123, 17, 0.2) 0 4px 33px 3px;
  background: #fff;
  position: relative; }
  .contacts__inner:before {
    position: absolute;
    bottom: -40px;
    left: 440px;
    width: 97px;
    height: 88px;
    content: '';
    background: url("../img/leaf-icon-3.png") no-repeat; }

.contacts__map {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: rgba(17, 123, 17, 0.2) 0 4px 33px 3px;
  box-shadow: rgba(17, 123, 17, 0.2) 0 4px 33px 3px; }

.contacts__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px; }

.contacts__left {
  width: 400px; }

.contacts__icon {
  width: 50px;
  height: 50px; }

.contacts__content {
  width: calc(100% - 65px);
  margin-left: 15px; }

.contacts__description {
  font-size: 18px;
  color: #303030; }

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contacts__row_socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.contacts__right {
  width: calc(100% - 500px); }

.cooperation__right {
  width: 400px;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: rgba(17, 123, 17, 0.2) 0 4px 33px 3px;
  box-shadow: rgba(17, 123, 17, 0.2) 0 4px 33px 3px; }

.contacts__row.web {
  padding-left: 65px;
  background: url(../img/web.png) no-repeat 0 2px; }

.contacts__row.phones {
  padding-left: 65px;
  background: url(../img/phone.png) no-repeat 0 2px; }

.contacts__row.geo {
  padding-left: 65px;
  background: url(../img/geo.png) no-repeat 0 2px; }

.contacts__row:not(:last-child) {
  margin-bottom: 40px; }

.contacts__input-wrapper {
  position: relative;
  margin-bottom: 20px; }

.contacts__form-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center; }

.contacts__label {
  font-size: 18px;
  position: absolute;
  background: #fff;
  top: -12px;
  left: 20px;
  padding: 0 10px; }

.cooperation__right .wpcf7-form p {
  position: relative;
  margin-bottom: 20px; }

.cooperation__right .form-label {
  font-size: 18px;
  position: absolute;
  background: #fff;
  top: -12px;
  left: 20px;
  padding: 0 10px;
  z-index: 1; }

.cooperation__right .wpcf7 .ajax-loader {
  display: none; }

.cooperation__right .wpcf7 form .wpcf7-response-output {
  display: none; }

.cooperation__right input {
  width: 100%;
  height: 46px;
  border: 1px solid #b7b4b4;
  border-radius: 6px;
  padding: 10px 15px;
  font-family: 'Geometria-Regular', sans-serif; }
  .cooperation__right input.error {
    border: 1px solid red; }

.cooperation__right textarea {
  width: 100%;
  height: 86px;
  resize: none;
  border: 1px solid #b7b4b4;
  border-radius: 6px;
  padding: 15px;
  font-family: 'Geometria-Regular', sans-serif; }
  .cooperation__right textarea.error {
    border: 1px solid red; }

.cooperation__right input[type='submit'] {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background: #009f00;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .cooperation__right input[type='submit']:hover {
    background: #3d882f; }

.contacts__address {
  font-size: 18px;
  color: #303030; }

.contacts__email,
.contacts__phone {
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dashed #303030;
  color: #303030;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .contacts__email:hover,
  .contacts__phone:hover {
    border-color: transparent; }

.contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0; }

.contacts__socials-item:not(:last-child) {
  margin-right: 10px; }

.contacts__socials-link {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009f00;
  border-radius: 50%; }
  .contacts__socials-link svg {
    fill: white;
    width: 30px;
    height: auto; }

@media screen and (max-width: 1400px) {
  .hero__caption {
    font-size: 120px;
    right: -230px; } }

@media screen and (max-width: 1300px) {
  .hero__text-wrapper {
    margin-left: 40px;
    width: calc(100% - 480px);
    padding-right: 80px; }
  .hero__text-wrapper h1.hero__main-title {
    font-size: 40px; } }

@media screen and (max-width: 1170px) {
  .hero__image-wrapper {
    width: 400px;
    min-width: 400px;
    height: 400px;
    min-height: 400px; }
  .hero__image-wrapper img {
    top: -70px; }
  .hero__text-wrapper {
    width: calc(100% - 400px); }
  .hero__caption {
    font-size: 100px;
    right: -190px; }
  .hero__description {
    font-size: 20px; }
  .hero__text-wrapper h1.hero__main-title {
    font-size: 36px; }
  .hero_product {
    padding: 80px 0 125px; }
  .recalls {
    padding: 50px 0; }
  .recalls__list {
    margin-top: 40px; }
  .recalls__item {
    width: 32%; }
  .results {
    padding: 50px 0 20px; }
  .results__list {
    margin: 40px 0; }
  .results__item {
    width: 32%; }
  .using {
    padding: 50px 0 20px; }
  .steps__item {
    width: 230px;
    margin: 0 7px; }
  .steps {
    margin-top: 90px; }
  .using:after {
    width: 150px;
    height: 140px;
    background-size: cover; }
  .spray:after {
    width: 170px;
    height: 163px;
    bottom: 0;
    background-size: cover; }
  .banner {
    width: 49%; }
  .banners {
    padding: 50px 0 20px; }
  .banner__text-wrapper {
    width: calc(100% - 250px);
    min-width: 200px;
    padding: 40px 10px 40px 25px; }
  .banner__title {
    font-size: 36px;
    line-height: 42px; }
  .banner__description {
    font-size: 24px; }
  .spray__image-wrapper {
    width: 450px; }
  .spray__content {
    width: calc(100% - 480px); }
  .spray__image-wrapper .first-svg,
  .spray__image-wrapper .second-svg,
  .spray__image-wrapper .third-svg {
    width: 450px;
    height: auto; }
  .spray__image-wrapper .first-svg path,
  .spray__image-wrapper .second-svg path,
  .spray__image-wrapper .third-svg path {
    width: 100%;
    height: auto; }
  .spray__image-wrapper img {
    left: 120px; }
  .spray h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px; }
  .products__item {
    width: 900px;
    margin: 50px 15px 35px; }
  .catalog__item {
    margin-right: 15px;
    width: calc((100% - 45px) / 4); }
  .catalog__item-link {
    padding: 40px 10px 20px; }
  .hero-payment__wrapper-right {
    width: calc(100% - 500px); }
  .payment {
    padding: 70px 0 50px; }
  .contacts__right {
    width: calc(100% - 430px); }
  .contacts__inner:before {
    left: 370px; } }

@media screen and (max-width: 1024px) {
  .hero__image-wrapper {
    width: 370px;
    min-width: 370px;
    height: 370px;
    min-height: 370px; }
  .hero__image-wrapper img {
    width: 130px;
    top: -60px;
    left: 85px; }
  .hero__text-wrapper {
    width: calc(100% - 370px); }
  .leaf-three {
    display: none; }
  .hero__caption {
    font-size: 90px;
    right: -175px;
    top: calc(50% - 30px); }
  .hero_product {
    padding: 80px 0; }
  .spray {
    padding: 60px 0 50px; }
  .banner__title {
    font-size: 30px;
    line-height: 36px; }
  .banner__text-wrapper {
    width: 250px;
    min-width: 250px;
    padding: 30px 10px 30px 20px; }
  .banner__description {
    font-size: 22px; }
  .banner {
    height: 250px; }
  .title {
    font-size: 36px; }
  .steps__subtitle {
    font-size: 16px; }
  .steps__item img {
    width: 100px;
    height: 100px; }
  .steps__item-number {
    font-size: 22px;
    width: 45px;
    height: 45px; } }

@media screen and (max-width: 992px) {
  .header__menu-wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
  .header__menu-wrapper .header__callback,
  .header__menu-wrapper .btn {
    display: inline-block;
    margin: 20px auto 0;
    border: 2px solid #fff !important;
    color: #fff; }
    .header__menu-wrapper .header__callback:hover,
    .header__menu-wrapper .btn:hover {
      background: #fff !important;
      color: #333; }
      .header__menu-wrapper .header__callback:hover .btn__background,
      .header__menu-wrapper .btn:hover .btn__background {
        background: #fff !important; }
        .header__menu-wrapper .header__callback:hover .btn__background:after,
        .header__menu-wrapper .btn:hover .btn__background:after {
          display: none; }
  .about-us__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .about-us__row .about-us__text-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .about-us:after,
  .about-us:before {
    display: none; }
  .about-us {
    padding: 80px 0 60px; }
  .hero__caption {
    display: none; }
  .about-us__video-wrapper {
    margin-bottom: 40px; }
  .about-us__image-wrapper {
    margin-bottom: 30px; }
  .about-us__row {
    margin-bottom: 0; }
    .about-us__row:not(:last-child) {
      margin-bottom: 35px; }
  .hero__image-wrapper {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
    margin-top: 40px; }
  .hero__image-wrapper img {
    width: 110px;
    left: 70px; }
  .hero__text-wrapper {
    width: calc(100% - 330px);
    margin-left: 30px;
    padding-right: 0; }
  .hero__text-wrapper h1.hero__main-title {
    font-size: 32px;
    line-height: 36px; }
  .hero__description {
    font-size: 18px;
    margin-bottom: 20px; }
  .leaf-four {
    right: 50px;
    top: -45px; }
  .leaf-five {
    right: 130px;
    bottom: -70px;
    -webkit-transform: rotate(93deg);
    -ms-transform: rotate(93deg);
    transform: rotate(93deg); }
  .spray__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .spray__image-wrapper {
    margin-top: 160px; }
  .spray__content {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .spray p {
    text-align: center; }
  .spray h2 {
    text-align: center;
    font-size: 30px; }
  .banner img {
    width: 180px;
    height: auto; }
  .banner__text-wrapper {
    width: calc(100% - 180px);
    min-width: 100px;
    padding: 30px 10px 30px 15px; }
  .banner__title {
    font-size: 24px;
    line-height: 27px; }
  .banner__description {
    font-size: 18px; }
  .banner {
    height: 200px; }
  .spray {
    padding-bottom: 20px; }
  .using:after {
    left: -70px; }
  .recalls {
    padding: 20px 0 30px; }
  .btn-menu {
    display: block; }
  .header__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #009f00;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navigation__item:not(:last-child),
  .navigation__item {
    margin: 15px 0; }
  .navigation__item:first-child {
    display: block; }
  .navigation__item-link {
    color: #fff;
    text-transform: uppercase; }
    .navigation__item-link:hover {
      color: #fff;
      border-bottom: 1px dashed #fff; }
  .header__callback,
  .header .btn {
    margin-right: 55px; }
  .header__menu-wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
  .header__menu-wrapper .header__callback,
  .header__menu-wrapper .btn {
    display: inline-block;
    margin: 20px auto 0;
    border: 2px solid #fff;
    color: #fff; }
    .header__menu-wrapper .header__callback:hover,
    .header__menu-wrapper .btn:hover {
      background: #fff;
      color: #333; }
  .hero h1 strong {
    font-size: 50px; }
  .hero h1 {
    font-size: 36px;
    line-height: 40px;
    width: 340px; }
  .hero {
    padding: 80px 0 120px; }
  .hero.hero_product {
    padding: 60px 0; }
  .header__advantage {
    max-width: 350px; }
  .hero .container:after {
    display: none; }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .about__text-wrapper {
    width: 100%;
    margin-bottom: 55px; }
  .about {
    padding: 45px 0; }
  .products {
    padding: 20px 0 30px; }
  .products__item {
    width: 700px;
    height: 470px;
    padding: 30px; }
  .products__image {
    width: calc(100% - 400px);
    height: auto; }
  .products__text-wrapper {
    width: 390px; }
  .products__image img {
    height: 360px; }
  .products__item-number {
    font-size: 170px;
    line-height: 170px;
    right: 10px;
    top: -10px; }
  .products__icons-item:not(:last-child) {
    margin-right: 10px; }
  .products__item-title {
    font-size: 34px;
    line-height: 38px; }
  .catalog {
    padding: 40px 0; }
  .catalog__item {
    width: calc((100% - 30px) / 3); }
  .catalog__item:nth-child(4n) {
    margin-right: 15px; }
  .catalog__item:nth-child(3n) {
    margin-right: 0; }
  .catalog__item:nth-child(n+4) {
    margin-top: 25px; }
  .footer .navigation {
    display: none; }
  .payment__list {
    max-width: 700px; }
  .hero-payment__wrapper-left {
    width: 370px; }
  .hero-payment__wrapper-right {
    width: calc(100% - 400px); }
  .hero-payment__wrapper-title {
    font-size: 36px;
    line-height: 44px; }
  .hero-payment__wrapper-description {
    font-size: 22px; }
  .hero-payment {
    padding: 60px 0; }
  .contacts__left {
    width: 310px; }
  .contacts__right {
    width: calc(100% - 330px); }
  .contacts__inner {
    padding: 25px; }
  .contacts__inner:before {
    left: 260px; }
  .cooperation__inner {
    padding: 25px; }
  .cooperation__right {
    width: 320px;
    padding: 30px 20px; }
  .cooperation__left {
    width: calc(100% - 340px); }
  .cooperation__left h2 {
    font-size: 30px; }
  .cooperation__left p {
    font-size: 18px; } }

@media screen and (max-width: 768px) {
  .products__item {
    height: 350px; }
  .video-popup {
    max-width: 550px;
    width: 100%; }
  .banners__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .banner {
    width: 100%;
    max-width: 500px; }
    .banner:first-child {
      margin-bottom: 20px; }
  .hero__image-wrapper {
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
    margin-top: 0; }
  .hero__image-wrapper img {
    width: 75px;
    left: 44px;
    top: -45px; }
  .hero__text-wrapper {
    width: calc(100% - 220px);
    margin-left: 20px; }
  .steps .btn {
    font-size: 16px;
    padding: 17px 20px; }
  .results__item:not(:last-child) {
    margin-right: 0; }
  .leaf-four {
    width: 50px;
    right: 40px;
    top: -60px; }
  .leaf-five {
    width: 70px;
    right: 50px;
    bottom: -66px; }
  .hero__text-wrapper h1.hero__main-title {
    font-size: 30px;
    line-height: 34px; }
  .spray h2,
  .title {
    font-size: 28px;
    line-height: 32px;
    text-align: center; }
  .subtitle {
    text-align: center; }
  .spray:after {
    width: 100px;
    height: 95px; }
  .results .swiper-container,
  .recalls .swiper-container {
    padding: 0 40px;
    overflow: hidden; }
  .recalls .swiper-container {
    width: 350px; }
  .results__item,
  .recalls__item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    -webkit-box-shadow: 0 0 10px 1px rgba(154, 154, 154, 0.5);
    box-shadow: 0 0 10px 1px rgba(154, 154, 154, 0.5); }
    .results__item.swiper-slide-active,
    .recalls__item.swiper-slide-active {
      opacity: 1;
      visibility: visible; }
  .results .swiper-button-next,
  .recalls .swiper-button-next {
    right: 0; }
  .results .swiper-button-prev,
  .recalls .swiper-button-prev {
    left: 0; }
  .about__text-wrapper h2,
  .main-title {
    font-size: 32px;
    line-height: 36px; }
  .products__item {
    margin: 0 10px 0; }
  .products__item {
    width: 480px;
    min-height: 320px;
    padding: 20px; }
  .products__icons-item {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-width: 1px; }
    .products__icons-item img {
      width: 100% !important;
      height: auto !important; }
  .products__item-title {
    font-size: 24px;
    line-height: 26px; }
  .products__image img {
    height: 240px; }
  .products__text-wrapper {
    width: 275px; }
  .products__image {
    width: calc(100% - 290px);
    height: auto; }
  .catalog__item {
    width: calc((100% - 15px) / 2); }
  .catalog__item:nth-child(3n) {
    margin-right: 15px; }
  .catalog__item:nth-child(2n) {
    margin-right: 0; }
  .catalog__item:nth-child(n+3) {
    margin-top: 20px; }
  .recalls__list {
    margin-bottom: 20px; }
  .hero-payment__wrapper-right {
    display: none; }
  .hero-payment__wrapper-left {
    width: 100%;
    text-align: center; }
  .hero-payment__wrapper-link {
    margin: 25px auto 0; }
  .payment__list {
    max-width: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .payment {
    padding: 50px 0 20px; }
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contacts__left {
    width: 100%;
    margin-bottom: 40px; }
  .contacts__right {
    width: 100%;
    height: 250px; }
  .contacts__inner:before {
    display: none; }
  .contacts {
    padding: 45px 0; }
  .cooperation {
    padding: 35px 0; }
  .cooperation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cooperation__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%; }
  .cooperation__left p {
    margin-top: 7px; }
  .cooperation__item {
    text-align: left; }
  .cooperation__right {
    margin-top: 30px; } }

@media screen and (max-width: 550px) {
  .banner img {
    width: 140px; }
  .banner__text-wrapper {
    width: calc(100% - 140px); }
  .recalls .swiper-container {
    width: 290px; }
  .spray__image-wrapper .first-svg,
  .spray__image-wrapper .second-svg,
  .spray__image-wrapper .third-svg {
    width: 290px; }
  .spray__image-wrapper {
    width: 290px; }
  .spray__image-wrapper .hidden ~ img {
    width: 90px;
    left: 80px; }
  .spay__video-button {
    width: 50px;
    height: 50px;
    right: 56px;
    top: 30px; }
  .spay__video-button:after {
    width: 70px;
    height: 70px; }
  .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 290px;
    margin: 60px auto 0; }
  .steps__item {
    width: 100%;
    max-width: 300px;
    margin: 0; }
    .steps__item:not(:last-child) {
      margin-bottom: 20px; }
  .results__item.swiper-slide-next {
    opacity: 0;
    visibility: hidden; }
  .socials {
    display: none; }
  .header .header__callback,
  .header .btn {
    display: none; }
  .header__menu-wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
  .header__menu-wrapper .header__callback,
  .header__menu-wrapper .btn {
    display: inline-block;
    margin: 20px auto 0;
    border: 2px solid #fff;
    color: #fff; }
    .header__menu-wrapper .header__callback:hover,
    .header__menu-wrapper .btn:hover {
      background: #fff;
      color: #333; }
  .header__top-line {
    padding: 15px 0; }
  .products__item {
    width: 310px;
    padding: 15px;
    overflow: hidden; }
  .about__video-wrapper,
  .about-us__video-wrapper {
    width: 270px;
    padding-bottom: 152px;
    margin-right: 20px; }
  .about-us__image-wrapper {
    width: 290px;
    padding: 10px; }
    .about-us__image-wrapper img {
      display: block;
      width: 100%;
      height: auto; }
  .about-us__row:not(:last-child) {
    margin-bottom: 10px; }
  .about__video-wrapper:before,
  .about-us__video-wrapper:before {
    right: -20px;
    top: -20px; }
  .about-us__video-wrapper {
    margin-bottom: 30px; }
  .about-us {
    padding: 55px 0 30px; }
  .about-us__row .about-us__text-wrapper p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
  .about__text-wrapper h2, .main-title {
    font-size: 30px;
    line-height: 34px; }
  .about {
    padding: 30px 0; }
  .about__text-wrapper p {
    font-size: 14px;
    line-height: 18px; }
  .products__icons-item:nth-child(3), .products__icons-item:nth-child(4) {
    margin-top: 10px; }
  .products__item-title {
    font-size: 18px;
    line-height: 22px; }
  .products__icons {
    width: 150px;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .products__text-wrapper {
    width: 200px; }
  .products__item-button {
    width: 150px;
    height: 45px;
    font-size: 16px;
    margin-top: 20px; }
  .products__image img {
    height: 180px;
    margin-right: 30px; }
  .products__image {
    width: calc(100% - 200px);
    margin: auto 0 10px; }
  .products__item-number {
    font-size: 60px;
    line-height: 60px;
    top: 0; }
  .catalog__item,
  .catalog__item:nth-child(3n) {
    margin-right: 8px; }
  .catalog__item:nth-child(even) {
    margin-right: 0; }
  .catalog__item {
    width: calc((100% - 8px) / 2); }
  .catalog__item img {
    height: 160px; }
  .catalog__item-title {
    font-size: 14px; }
  .catalog__item-button {
    width: 130px;
    height: 45px;
    font-size: 16px; }
  .footer__bottom-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer__development {
    margin-top: 10px; }
  .hero {
    padding: 50px 0 80px; }
  .hero h1 {
    font-size: 30px;
    line-height: 32px;
    width: 290px; }
  .hero h1 strong {
    font-size: 36px; }
  .hero__image img {
    -o-object-position: left;
    object-position: left; }
  .header__advantage {
    max-width: 550px; }
  .steps__item-number {
    top: -20px;
    right: auto;
    left: 0; }
  .steps .btn {
    padding: 17px 40px;
    font-size: 18px; }
  .results {
    padding-bottom: 0; }
  .spray:after {
    width: 60px;
    height: 57px; }
  .spray__image-wrapper {
    margin-top: 110px; }
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hero__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 20px 0 0; }
  .leaf-five {
    right: 15px; }
  .spray {
    padding-top: 30px; }
  .hero-payment__wrapper-title {
    font-size: 28px;
    line-height: 32px; }
  .hero-payment__wrapper-description {
    font-size: 20px;
    line-height: 24px; }
  .payment {
    padding: 20px 0; }
  .payment__item-title {
    font-size: 18px; }
  .contacts__inner {
    padding: 15px; }
  .contacts {
    padding: 30px 0; }
  .contacts__description,
  .contacts__email, .contacts__phone {
    font-size: 16px; }
  .contacts__map {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .cooperation__inner {
    padding: 15px; }
  .cooperation__left p {
    font-size: 16px; }
  .cooperation__left h2 {
    font-size: 24px; }
  .cooperation__right {
    width: 100%;
    max-width: 320px;
    padding: 15px 0 0;
    border-top: 1px solid #d1d1d1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .header__content h1 {
    font-size: 34px;
    line-height: 40px; }
  .cooperation__inner:before {
    display: none; } }

@media screen and (min-width: 769px) {
  .results .swiper-button-next, .results .swiper-button-prev,
  .recalls .swiper-button-next, .recalls .swiper-button-prev {
    display: none; }
  .swiper-container {
    overflow: visible; } }
