@font-face {
  font-family: X5-Sans;
  font-display: swap;
  src: url("../fonts/X5-Sans_Light/X5-Sans_Light.woff2") format("woff2");
  src: url("../fonts/X5-Sans_Light/X5-Sans_Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: X5-Sans;
  font-display: swap;
  src: url("../fonts/X5-Sans_Regular/X5-Sans_Regular.woff2") format("woff2");
  src: url("../fonts/X5-Sans_Regular/X5-Sans_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: X5-Sans;
  font-display: swap;
  src: url("../fonts/X5-Sans_Medium/X5-Sans_Medium.woff2") format("woff2");
  src: url("../fonts/X5-Sans_Medium/X5-Sans_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: X5-Sans;
  font-display: swap;
  src: url("../fonts/X5-Sans_Bold/X5-Sans_Bold.woff2") format("woff2");
  src: url("../fonts/X5-Sans_Bold/X5-Sans_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*::-webkit-input-placeholder {
  color: #666;
  opacity: 0.7;
}

*:-moz-placeholder {
  color: #666;
  opacity: 0.7;
}

*::-moz-placeholder {
  color: #666;
  opacity: 0.7;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 0.7;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  overflow-x: hidden;
  color: #272727;
  display: flex;
  font-family: X5-Sans, sans-serif;
}
body._noScrollPopup {
  overflow: hidden;
  width: 100%;
}
body._noScrollBurger {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}

p, ul {
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}

img {
  max-width: 100%;
}

button {
  font-size: inherit;
}

.contain {
  max-width: 1500px;
  padding: 0 10em;
  margin: 0 auto;
}

.wrapper {
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-width: 100%;
}

.body_content {
  flex: 1 0 auto;
  position: relative;
  padding: 15px 15px 0;
}

._pt10 {
  padding-top: 10px;
}

._pb10 {
  padding-bottom: 10px;
}

._pt15 {
  padding-top: 15px;
}

._pb15 {
  padding-bottom: 15px;
}

._pt20 {
  padding-top: 20px;
}

._pb20 {
  padding-bottom: 20px;
}

._pt30 {
  padding-top: 3em;
}

._pb30 {
  padding-bottom: 3em;
}

._pt40 {
  padding-top: 4em;
}

._pb40 {
  padding-bottom: 4em;
}

._pt50 {
  padding-top: 5em;
}

._pb50 {
  padding-bottom: 5em;
}

._pt60 {
  padding-top: 6em;
}

._pb60 {
  padding-bottom: 6em;
}

._pt70 {
  padding-top: 7em;
}

._pb70 {
  padding-bottom: 7em;
}

._pt80 {
  padding-top: 8em;
}

._pb80 {
  padding-bottom: 8em;
}

._pt90 {
  padding-top: 9em;
}

._pb90 {
  padding-bottom: 9em;
}

._pt100 {
  padding-top: 10em;
}

._pb100 {
  padding-bottom: 10em;
}

._mt5 {
  margin-top: 5px;
}

._mb5 {
  margin-bottom: 5px;
}

._mt10 {
  margin-top: 10px;
}

._mb10 {
  margin-bottom: 10px;
}

._mt15 {
  margin-top: 15px;
}

._mb15 {
  margin-bottom: 15px;
}

._mt20 {
  margin-top: 20px;
}

._mb20 {
  margin-bottom: 20px;
}

._mt30 {
  margin-top: 3em;
}

._mb30 {
  margin-bottom: 3em;
}

._mt40 {
  margin-top: 4em;
}

._mb40 {
  margin-bottom: 4em;
}

._mt50 {
  margin-top: 5em;
}

._mb50 {
  margin-bottom: 5em;
}

._mt60 {
  margin-top: 6em;
}

._mb60 {
  margin-bottom: 6em;
}

._mt70 {
  margin-top: 7em;
}

._mb70 {
  margin-bottom: 7em;
}

._mt80 {
  margin-top: 8em;
}

._mb80 {
  margin-bottom: 8em;
}

._mt90 {
  margin-top: 9em;
}

._mb90 {
  margin-bottom: 9em;
}

._mt100 {
  margin-top: 10em;
}

._mb100 {
  margin-bottom: 10em;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

.lazyImg {
  opacity: 0;
  transition: all 0.7s;
}

._lazyAnimation {
  transform: translate(0, 30px);
  opacity: 0;
}

._animGo {
  transition: transform 1s, opacity 1s;
  transform: translate(0, 0);
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

.button_1 {
  display: inline-block;
  padding: 0.9em 1.5em;
  cursor: pointer;
  border: none;
  background-color: #0F5A05;
  font-size: 3.2em;
  color: #fff !important;
  transition: background 0.15s, color 0.15s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-family: X5-Sans, sans-serif;
  border-radius: 50px;
}
@media (hover: hover) {
  .button_1:hover {
    background-color: rgb(21.5526315789, 129.3157894737, 7.1842105263);
  }
}
.button_1:active {
  top: 3px;
}

.button_2 {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border: 2px solid #CFD4DC;
  border-radius: 8px;
  background: none;
  color: #363446 !important;
  transition: border 0.15s, color 0.15s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-family: X5-Sans, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
@media (hover: hover) {
  .button_2:hover {
    border-color: #0F5A05;
    color: #0F5A05 !important;
  }
}
.button_2:active {
  top: 3px;
}
.button_2._t2 {
  border-radius: 50px;
  color: #0F5A05 !important;
}

.button_3 {
  display: inline-block;
  padding: 0.8em 1.3em;
  cursor: pointer;
  border: none;
  font-size: 2em;
  color: #0F5A05 !important;
  transition: background 0.15s, color 0.15s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-family: X5-Sans, sans-serif;
  border: 2px solid #0F5A05;
  border-radius: 50px;
}
@media (hover: hover) {
  .button_3:hover {
    background-color: #0F5A05;
    color: #C3EB91 !important;
  }
}
.button_3:active {
  top: 3px;
}

.button_4 {
  display: inline-block;
  padding: 0.9em 1.5em;
  cursor: pointer;
  border: none;
  background-color: #FFD232;
  font-size: 17px;
  color: #272727 !important;
  transition: background 0.15s, color 0.15s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-family: X5-Sans, sans-serif;
  border-radius: 50px;
}
@media (hover: hover) {
  .button_4:hover {
    background-color: #c9ed9c;
  }
}
.button_4:active {
  top: 3px;
}
.button_4._disabled {
  background-color: #F4F4F5;
  pointer-events: none;
}

._section {
  font-size: 10px;
}

.inputWrap {
  text-align: left;
  width: 100%;
  position: relative;
}
.inputWrap._textarea .input_1 {
  padding-bottom: 30px;
}
.inputWrap .help-block {
  font-size: 12px;
  margin-top: 5px;
}
.inputWrap .help-block-error, .inputWrap .invalid-feedback {
  color: red;
}

.input_1 {
  border: 1px solid #CFD4DC;
  font-size: 16px;
  font-family: X5-Sans, sans-serif;
  color: #222626;
  border-radius: 18px;
  padding: 13px 15px;
  transition: border 0.15s;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.input_1:focus {
  border-color: #0F5A05;
}
.input_1._error {
  border-color: red;
}

textarea.input_1 {
  resize: none;
  height: 138px;
}

._img100 {
  position: relative;
}
._img100 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#header {
  color: #fff;
  font-size: 10px;
  width: 100%;
  position: absolute;
  top: 5em;
  left: 50%;
  z-index: 10;
  max-width: 188.8em;
  transform: translate(-50%, 0);
}
#header._lazyAnimation {
  transform: translate(-50%, -30px);
}
#header._animGo {
  transform: translate(-50%, 0);
}
#header .contain {
  display: flex;
  align-items: flex-end;
}

.mainLogo {
  width: 6.7em;
  height: 4.5em;
  display: block;
  position: relative;
  margin-right: 5em;
  font-size: 10px;
}
.mainLogo svg {
  width: 100%;
  height: 100%;
  fill: red;
}

.menu_1 ul {
  display: flex;
  list-style-type: none;
}
.menu_1 li {
  margin-right: 5em;
}
.menu_1 a {
  color: #0F5A05;
  font-size: 17px;
}

._sectionGreen {
  background-color: #C3EB91;
}

._sectionRadius {
  border-radius: 3em;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

._sectionBorder {
  border: 1px solid #DEDEDE;
}

.sectionMain {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 22em 0 20em;
}
.sectionMain .contain {
  position: relative;
}

.mainItem {
  text-align: center;
  width: 60%;
}

.mainEmblem {
  width: 20em;
  height: 17.9em;
  margin: 0 auto 3em;
}

.mainTitle {
  font-size: 12em;
  font-weight: 500;
  line-height: 0.8;
  color: #0F5A05;
}

.mainTitle2 {
  font-size: 11.5em;
  font-weight: 500;
  line-height: 0.8;
  color: #0F5A05;
}

.mainText {
  margin-top: 1.3em;
  color: #0F5A05;
}

._fz16 {
  font-size: 16px;
}

._fz24 {
  font-size: 2.4em;
  line-height: 1.1;
}

._fz36 {
  font-size: 3.6em;
  line-height: 1;
}

.decoreImg {
  position: absolute;
  z-index: -1;
  display: block;
  z-index: 0;
}
.decoreImg ._decore {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
}
.decoreImg._di1 {
  left: 36%;
  top: 2%;
  width: 230em;
  max-width: 230em;
  height: 158em;
  font-size: 0.9em;
}
.decoreImg._di2 {
  bottom: -5%;
  width: 134.6em;
  max-width: 134.6em;
  height: 191.1em;
  right: 0;
  font-size: 0.5em;
}
.decoreImg._di3 {
  width: 223.2em;
  max-width: 223.2em;
  height: 193.8em;
  bottom: 0;
  right: 0;
  font-size: 0.5em;
}

.title_1 {
  font-size: 10em;
  line-height: 0.8;
  font-weight: 500;
  color: #0F5A05;
}

.sectionProps {
  padding: 10em 0 15em;
}

.propsList {
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}

.propItem {
  border-radius: 3em;
  padding: 6em;
  width: calc(33.3% - 1.5em);
  background-color: #fff;
}

.propItem__img {
  border-radius: 3em;
  padding-bottom: 65%;
  position: relative;
  border: 1px solid #BEBEBE;
  overflow: hidden;
}
.propItem__img._icon svg, .propItem__img._icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 60%;
}
.propItem__img:not(._icon) img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.propItem__content {
  margin-top: 4em;
}

.propItem__title {
  color: #0F5A05;
}

.propItem__text {
  margin-top: 1.5em;
}

.sectionVideo {
  background-color: #000;
  padding-bottom: 100em;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.sectionVideo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 1;
}
.sectionVideo .contain {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.sectionVideo .title_1 {
  color: #fff;
  text-shadow: 0 0 50px black;
}
.sectionVideo .buttonPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sectionVideo .buttonPlay:active {
  top: calc(50% + 3px);
}
.sectionVideo .title_1 {
  position: absolute;
  bottom: 0.8em;
  left: 1em;
}

.videoBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.videoPlayer {
  position: absolute;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1500px;
  left: 50%;
  transform: translate(-50%, 0);
}

.videoPoster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.buttonPlay {
  width: 18em;
  height: 18em;
  background-color: rgba(15, 90, 5, 0.5);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
  position: relative;
}
.buttonPlay svg {
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
  max-width: 38%;
  max-height: 38%;
}
@media (hover: hover) {
  .buttonPlay:hover {
    background-color: rgba(15, 90, 5, 0.8);
  }
}

.sectionProducts {
  padding: 8em 0;
}

.titleItem .subtitle {
  color: #0F5A05;
  margin-top: 1.5em;
}

.tabsBlock {
  transition: min-height 0.5s;
  position: relative;
}

.tab_item {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s, visibility 0.25s;
  position: absolute;
  width: 100%;
}

._show1 {
  visibility: visible !important;
  position: static;
}

._show2 {
  opacity: 1 !important;
  z-index: 2;
}
._show2 .productsItem__img {
  transform: translate(0, 0);
}
._show2 .productsItem__content {
  transform: translate(0, 0);
}

.propsTabsWrap {
  margin-top: 30px;
}

.propsButtonsList {
  margin-bottom: 30px;
  overflow: visible !important;
}
.propsButtonsList .propsButton {
  margin-bottom: 15px;
  margin-right: 15px;
}
.propsButtonsList .scrollbar-track {
  top: 100%;
}

.tabsButtons__inner {
  display: flex;
  flex-wrap: wrap;
}

.propsButton {
  display: flex;
  align-items: center;
  padding-left: 20px;
  border: none;
  margin-right: 15px;
  border-radius: 1.6em;
  background-color: #E6F0FF;
  cursor: pointer;
  transition: background 0.15s, border 0.15s;
  position: relative;
  text-align: left;
}
.propsButton:last-child {
  margin-right: 0;
}
.propsButton p {
  color: #0F5A05;
  margin-right: 15px;
  transition: color 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: X5-Sans, sans-serif;
}
.propsButton._active {
  background-color: #5A8CD7;
  pointer-events: none;
}
.propsButton._active p {
  color: #fff;
}
.propsButton._active .propsButton__icon::after {
  opacity: 1;
}
.propsButton._active .propsButton__icon::before {
  opacity: 0;
}
.propsButton:active {
  top: 3px;
}
@media (hover: hover) {
  .propsButton:hover {
    background-color: rgb(215.45, 231.27, 255);
  }
}

.propsButton__icon {
  display: block;
  padding: 1.3em 1.5em;
  border-radius: 1.6em;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 3.1em 3.2em;
}
.propsButton__icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, #c1d6b9 50%, #b6d593 80%, #bfdb9d 80%, #bfdb9d 100%);
  filter: blur(3px);
  z-index: -1;
  transition: opacity 0.15s;
}
.propsButton__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.05) 35%, rgba(191, 219, 157, 0.7) 80%, #bfdb9d 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.15s;
}
.propsButton__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 45%;
  max-height: 45%;
}

.productsItem {
  display: flex;
  justify-content: space-between;
}

.productsItem__img {
  width: calc(50% - 10px);
  position: relative;
  padding-bottom: 30%;
  border-radius: 3em;
  overflow: hidden;
  transition: transform 0.5s;
  transform: translate(-5em, 0);
}
.productsItem__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.productsItem__content {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 3em;
  padding: 7em;
  transition: transform 0.5s;
  transform: translate(5em, 0);
}

.productsItem__title {
  color: #0F5A05;
}

.productsItem__subtitle {
  color: #0F5A05;
  margin-top: 10px;
}

.productsItem__text {
  margin-top: 1.5em;
}
.productsItem__text p {
  margin-bottom: 15px;
}
.productsItem__text p:last-child {
  margin-bottom: 0;
}
.productsItem__text ul {
  list-style-type: none;
}
.productsItem__text li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.productsItem__text li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  top: 10px;
}

.sectionOpinions {
  padding: 10em 0 3em;
  overflow: hidden;
}
.sectionOpinions .swiper-slide {
  height: auto;
}

.sliderOpinions {
  margin-top: 8em;
}

.opinionItem {
  border-radius: 3em;
  height: 100%;
  padding-top: 6.5em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.opinionItem .button_1 {
  font-size: 2.4em;
}

.opinionItem__quote {
  font-weight: 200;
  width: 2.6em;
  height: 2.6em;
  margin: 5em auto 3em;
  display: block;
}

.opinionItem__text {
  text-align: center;
  padding: 0 1em;
  margin-bottom: 2.5em;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.opinionItem__bottom {
  background-color: #C3EB91;
  border-radius: 20em;
  display: flex;
  padding: 2em 2em;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.opinionItem__bottom_left {
  padding: 5px 10px;
  margin-right: 10px;
  color: #0F5A05;
}
.opinionItem__bottom_left ._fz24 {
  font-weight: 500;
}

.playMin {
  width: 3.5em;
  height: 3.5em;
  min-width: 3.5em;
  display: block;
  border-radius: 50%;
  background-color: #C3EB91;
  position: relative;
}
.playMin svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
  max-width: 40%;
  fill: #0F5A05;
}

.opinionItem__top {
  display: flex;
  align-items: center;
  position: absolute;
  right: 3em;
  top: 3em;
}
.opinionItem__top p {
  opacity: 0.5;
  color: #0F5A05;
}
.opinionItem__top .playMin {
  margin-left: 10px;
}

.sliderOpinions__nav {
  display: flex;
  margin-top: 3em;
  justify-content: flex-end;
}
.sliderOpinions__nav .navButton:first-child {
  margin-right: 10px;
}

.navButton {
  width: 7em;
  height: 7em;
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: border 0.15s, background 0.15s;
}
.navButton svg {
  stroke: #0F5A05;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  transition: stroke 0.15s;
}
.navButton._prev svg {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media (hover: hover) {
  .navButton:hover {
    background-color: #0F5A05;
    border-color: #0F5A05;
  }
  .navButton:hover svg {
    stroke: #fff;
  }
}
.navButton:active {
  top: 3px;
}

.sectionBetter {
  padding: 20em 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.betterItem {
  max-width: 55%;
}

.betterItem__center {
  max-width: 550px;
  margin-top: 7em;
}
.betterItem__center ._fz36 {
  color: #0F5A05;
}
.betterItem__center ._fz24 {
  margin-top: 20px;
}
.betterItem__center .button_1 {
  margin-top: 3em;
  max-width: 15em;
  width: 100%;
}

.betterBottom {
  color: #0F5A05;
  margin-top: 3em;
}

.sectionFaq {
  padding: 10em 0;
}

.faqBlock {
  margin-left: auto;
  margin-right: auto;
  margin-top: 7em;
}

.faqItem__answer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: none;
  text-transform: none;
  padding: 20px 0 0 0;
}
.faqItem__answer p {
  font-weight: 200;
  line-height: 1.4;
}
.faqItem__answer .faqItem {
  margin-bottom: 15px;
}
.faqItem__answer .faqItem:last-child {
  margin-bottom: 0;
}
.faqItem__answer .button_1 {
  margin-top: 40px;
  font-size: 14px;
}

.faqItem {
  text-align: left;
  border-radius: 10px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 3em;
  padding: 5em 3em;
  border: 1px solid #BEBEBE;
}

.faqItem__question {
  cursor: pointer;
  width: 100%;
  position: relative;
  align-items: center;
}
@media (hover: hover) {
  .faqItem__question:hover .faqItem__question_name p {
    color: rgb(28.1052631579, 168.6315789474, 9.3684210526);
  }
  .faqItem__question:hover .faqItem__question_name svg {
    stroke: rgb(28.1052631579, 168.6315789474, 9.3684210526);
  }
}
.faqItem__question._active .faqItem__question_icon img {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faqItem__question._active .faqItem__question_name svg {
  transform: rotate(90deg);
}

.faqItem__question_name {
  display: flex;
  justify-content: space-between;
  transition: color 0.15s;
}
.faqItem__question_name p {
  display: block;
  width: 100%;
  position: relative;
  margin-right: 15px;
  color: #0F5A05;
  transition: color 0.15s;
}
.faqItem__question_name svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  stroke: #0F5A05;
  transition: transform 0.5s, stroke 0.5s;
  margin-top: 0.5em;
}

.faqBottom {
  margin-top: 4em;
  text-align: center;
}
.faqBottom .ref_1 {
  margin-top: 2em;
}
.faqBottom .button_2 {
  margin-left: auto;
  margin-right: auto;
}

.sectionEnd {
  padding: 10em 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sectionEnd .title_1 {
  margin-top: 0.6em;
}

.endLeft {
  width: 52%;
}

.endLeft__emblem {
  width: 16.1em;
  height: 14.5em;
}

.endLeft__text {
  margin-top: 1.5em;
  color: #0F5A05;
}

.contactElem {
  margin-top: 3em;
  gap: 10px;
  display: inline-block;
}
.contactElem div {
  background-color: #ADD878;
  padding: 15px;
  border-radius: 18px;
}
.contactElem span {
  display: block;
  font-weight: 500;
  white-space: nowrap;
}

._bold {
  font-weight: 700;
}

#footer {
  flex: 0 0 auto;
  padding: 30px 0 30px;
  background-color: #fff;
  width: 100%;
  max-width: 188.8em;
  margin: 15px auto 0;
  position: relative;
  font-size: 10px;
  color: #6C737D;
  z-index: 1;
  border-top: 1px solid #CFD4DC;
  overflow: hidden;
}
#footer .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerLogo {
  margin-right: 3em;
  font-size: 10px;
}
.footerLogo svg {
  width: 10em;
  height: 6.8em;
}

.footerLeft {
  display: flex;
  align-items: center;
}

.footerRefs a {
  font-size: 13px;
  color: #6C737D;
  display: inline-block;
  margin-bottom: 8px;
  transition: color 0.15s;
}
.footerRefs a:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .footerRefs a:hover {
    color: #0F5A05;
  }
}

.footerRight {
  display: flex;
  align-items: end;
}

.footerItem:first-child {
  margin-right: 25px;
}

.footerItem__text {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

.footerSocial {
  display: flex;
}
.footerSocial .footerSocial__item {
  margin-right: 8px;
}
.footerSocial .footerSocial__item:last-child {
  margin-right: 0;
}

.footerSocial__item {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  border: 2px solid #CFD4DC;
  border-radius: 8px;
  transition: border-color 0.15s;
}
.footerSocial__item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  fill: #6C737D;
  transition: fill 0.15s;
}
@media (hover: hover) {
  .footerSocial__item:hover {
    border-color: #0F5A05;
  }
  .footerSocial__item:hover svg {
    fill: #0F5A05;
  }
}

.burgerButton {
  cursor: pointer;
  width: 30px;
  position: relative;
  display: none;
}
.burgerButton span {
  width: 100%;
  height: 4px;
  background: #0F5A05;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}
.burgerButton:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #0F5A05;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  top: 0;
  position: relative;
}
.burgerButton:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0F5A05;
  transition: all 0.3s;
  backface-visibility: hidden;
  display: block;
  position: relative;
  bottom: 0;
}
.burgerButton.active:before {
  transform: rotate(45deg);
  transform-origin: 5px 3px;
}
.burgerButton.active:after {
  transform: rotate(-45deg);
  transform-origin: 4px 1px;
}
.burgerButton.active span {
  opacity: 0;
}

.burgerMenu {
  position: fixed;
  z-index: 21;
  background-color: #fff;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  height: 100%;
  min-height: 100vh;
  transform: translate3d(100%, 0, 0);
  max-width: 400px;
  padding: 50px 30px 50px;
}
.burgerMenu::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 16px;
  border: 1px solid #CFD4DC;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: -1;
}
.burgerMenu._addTransition {
  transition: transform 0.5s;
}
.burgerMenu._show {
  transform: translate3d(0, 0, 0);
}
.burgerMenu .closeIcon {
  top: 20px;
  right: 20px;
  position: absolute;
}
.burgerMenu .button_2 {
  display: block;
  margin-top: 25px;
  padding: 12px 20px;
}

.burgerBg {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: opacity 0.5s, visibility 0.5s;
}
.burgerBg._active {
  opacity: 1;
  visibility: visible;
}

.closeIcon {
  width: 30px;
  height: 30px;
  stroke: #0F5A05;
}

.burgerUl {
  list-style-type: none;
  margin-top: 30px;
}
.burgerUl li {
  border-bottom: 1px solid #CFD4DC;
  padding-bottom: 15px;
  padding-top: 15px;
}
.burgerUl a {
  font-size: 18px;
  color: #0F5A05;
}
.burgerUl ._small a {
  font-size: 14px;
  color: #272727;
  opacity: 0.75;
  line-height: 1.2;
  display: inline-block;
}

.burgerLogo {
  width: 16em;
  height: 10.5em;
  font-size: 0.4em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.burgerLogo svg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.burgerSocial {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.burgerSocial .footerSocial__item {
  margin-right: 10px;
  border-radius: 5px;
  width: 45px;
  height: 45px;
}

.popupBlock {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: opacity 0.25s;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 10px 15px;
  overflow: auto;
  text-align: center;
  font-size: 10px;
}
.popupBlock:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.popupItem {
  vertical-align: middle;
  margin-left: -5px;
  background-color: #FFF;
  display: inline-block;
  position: relative;
  border-radius: 3em;
  width: 100%;
  transform: translate3d(0, -200px, 0);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.popupItem._show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.popupItem._t1 {
  max-width: 90em;
  padding: 8em 12em;
  overflow: hidden;
}
.popupItem._t2 {
  max-width: 90em;
}
.popupItem._t3 {
  max-width: 370px;
  padding: 270px 3em 3em;
  overflow: hidden;
}
.popupItem._t4 {
  max-width: 370px;
  padding: 8em 3em 3em;
  background-color: #EBFFD7;
  overflow: hidden;
}
.popupItem._t5 {
  max-width: 370px;
  padding: 8em 3em 6em;
  background-color: #FFE16E;
  overflow: hidden;
}
.popupItem .closeCircle {
  top: 20px;
  right: 20px;
  position: absolute;
}
.popupItem .closeCircle:active {
  top: 23px;
}

.popupBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@keyframes popupBgAnim {
  0% {
    scale: 1;
  }
  100% {
    scale: 0;
  }
}
.closeCircle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #CACACA;
  display: block;
  position: relative;
  cursor: pointer;
  transition: background 0.15s;
}
.closeCircle svg {
  stroke: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
}
@media (hover: hover) {
  .closeCircle:hover {
    background-color: #BEBEBE;
  }
}
.closeCircle:active {
  top: 3px;
}

.reviewBlock {
  text-align: left;
}

.reviewBlock__name {
  color: #0F5A05;
  font-size: 4.8em;
  font-weight: 500;
}

.reviewBlock__location {
  color: #0F5A05;
  margin-bottom: 2em;
}

.reviewBlock__text {
  margin-top: 1.5em;
}
.reviewBlock__text p {
  margin-bottom: 1em;
}

.reviewsSlider {
  margin-top: 3em;
}
.reviewsSlider ._activeTwo.swiper-slide-thumb-active {
  transition: opacity 0.15s;
  opacity: 0.5;
}

.reviewItem {
  position: relative;
  padding-bottom: 90%;
  border-radius: 2em;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border 0.15s;
}
@media (hover: hover) {
  .reviewItem:hover {
    border-color: #0F5A05;
  }
}
.reviewItem._file {
  background-color: #FFE1FF;
}
.reviewItem._file > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.reviewItem._file svg {
  width: 3.1em;
  height: 4em;
  fill: #AF2387;
  margin: 0 auto;
  display: block;
}
.reviewItem._file p {
  font-size: 12px;
  color: #AF2387;
  margin-top: 10px;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  display: flex;
  line-height: 1;
  justify-content: center;
}
.reviewItem img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reviewItem .buttonPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6em;
  height: 6em;
  pointer-events: none;
}

.reviewsSlider__nav {
  display: flex;
  justify-content: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.reviewsSlider__nav .navButton {
  margin-top: 16px;
  width: 4.8em;
  height: 4.8em;
}
.reviewsSlider__nav .navButton:first-child {
  margin-right: 8px;
}

.sliderReviewPopup_main {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  width: calc(100% + 24em);
  left: -12em;
  position: relative;
}
.sliderReviewPopup_main._show {
  max-height: 800px;
}

.srp_mainItem {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}
.srp_mainItem._file {
  background-color: #C3EB91;
  text-align: center;
}
.srp_mainItem._file > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
}
.srp_mainItem._file svg {
  width: 3.1em;
  height: 4em;
  fill: #AF2387;
  margin: 0 auto;
  display: block;
}
.srp_mainItem._file p {
  color: #AF2387;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #0F5A05;
  margin-bottom: 20px;
}
.srp_mainItem .buttonPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.srp_mainItem .buttonPlay:active {
  top: calc(50% + 3px);
}

.srp_mainItem__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
.srp_mainItem__img.swiper-lazy-loaded {
  opacity: 1;
}

.titlePopup {
  font-weight: 500;
  color: #0F5A05;
  font-size: 3.6em;
  line-height: 1;
}

.selectListWrap {
  position: relative;
  z-index: 5;
}

.selectList {
  position: absolute !important;
  top: calc(100% + 10px);
  background: #fff;
  color: #fff;
  list-style-type: none;
  width: 100%;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  border-radius: 18px;
  border: 1px solid #CFD4DC;
  max-height: 200px;
  transform: translate(0, -10px);
}
.selectList._show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.selectList ul {
  list-style-type: none;
  border-radius: 10px;
}
.selectList li {
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.15s;
  color: #222626;
}
.selectList li:nth-child(odd) {
  background-color: rgba(195, 235, 145, 0.2);
}
.selectList li._active {
  background-color: #C3EB91 !important;
  color: #272727;
  pointer-events: none;
}
@media (hover: hover) {
  .selectList li:hover {
    background-color: #0F5A05;
    color: #fff;
  }
}
.selectList ._stylingScroll .scrollbar-track:before {
  background-color: #D1A4FC;
}
.selectList ._stylingScroll .scrollbar-thumb {
  background: #0F5A05;
}

.selectButton {
  width: 100%;
  width: 100%;
  padding: 1px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  border: 1px solid #CFD4DC;
  border-radius: 18px;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (hover: hover) {
  .selectButton:hover .selectButton__inner {
    background: #2A2A2A;
  }
}
.selectButton:active {
  top: 3px;
}
.selectButton:active .selectButton__inner {
  background-color: #1D1D1D;
  transition: background 0s;
}
.selectButton._active .selectButton__arrow {
  transform: rotate(180deg);
}

.selectButton__inner {
  display: flex;
  align-items: center;
  background-color: #1D1D1D;
  border-radius: 10px;
  padding: 1.5em 15px;
  justify-content: space-between;
  transition: background 0.15s;
}

.selectButton__text {
  font-size: 16px;
  color: rgba(102, 102, 102, 0.7);
  font-family: X5-Sans, sans-serif;
}

.selectButton__arrow {
  width: 11px;
  height: 12px;
  position: relative;
  display: block;
  transition: transform 0.3s;
}
.selectButton__arrow img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

._stylingScroll .scrollbar-track {
  background: none;
  width: 3px;
  border-radius: 10px;
}
._stylingScroll .scrollbar-track:before {
  content: "";
  width: 100%;
  background-color: #C3EB91;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
._stylingScroll .scrollbar-thumb {
  background: #0F5A05;
  width: 100%;
  cursor: pointer;
}

.form_1 .inputWrap, .form_1 .selectListWrap {
  margin-bottom: 15px;
}
.form_1 .button_4 {
  margin-top: 20px;
}

.doubleInput {
  display: flex;
}
.doubleInput .inputWrap:first-child {
  width: 60%;
  margin-right: 15px;
}
.doubleInput .inputWrap:last-child {
  width: 40%;
}

.textareaAlert {
  color: #919E9E;
  margin-top: -10px;
  font-size: 14px;
  text-align: right;
}

.inputFile_1 input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.inputFile_1__delete {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  stroke: #0F5A05;
  z-index: 2;
  transition: stroke 0.15s;
  cursor: pointer;
  display: none;
}
.inputFile_1__delete._show {
  display: block;
}

.inputFile_1__upload {
  position: relative;
  background: none;
  padding: 3em 2em 2em;
  min-height: 250px;
  display: flex;
  align-items: center;
  border: 1px solid #CFD4DC;
  transition: border 0.25s;
  border-radius: 18px;
  overflow: hidden;
}
@media (hover: hover) {
  .inputFile_1__upload:hover {
    border-color: #0F5A05;
  }
}
.inputFile_1__upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.inputFile_1__info {
  text-align: center;
  width: 100%;
}
.inputFile_1__info._hide {
  display: none;
}

.inputFile_1__info_icon {
  width: 35px;
  height: 42px;
  fill: #0F5A05;
}

.inputFile_1__info_text {
  text-align: center;
  color: #0F5A05;
  font-size: 16px;
  margin-top: 5px;
}

.inputFile_1__info_alert {
  font-size: 14px;
  color: #5E5E5E;
  margin-top: 10px;
}

.inputFile_1__fileMin {
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  color: #fff;
  max-height: 100%;
  font-size: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.inputFile_1__fileMin._show {
  display: block;
}
.inputFile_1__fileMin span {
  display: block;
}
.inputFile_1__fileMin._upload {
  width: calc(100% - 20px);
  height: 100%;
}

.fileMin {
  width: 100px;
  padding: 5px;
  position: relative;
  z-index: 1;
  margin: 5px;
  background-color: #C3EB91;
  border-radius: 10px;
}

.fileMin__img {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #0F5A05;
}
.fileMin__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.fileMin__img svg {
  position: absolute;
  fill: #0F5A05;
  max-width: 50%;
  max-height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fileMin__name {
  font-size: 12px;
  word-break: break-all;
  color: #0F5A05;
  margin-top: 5px;
}

.fileMin__remove {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background-color: #DC2D50;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transform: translate(45%, -45%);
  cursor: pointer;
  z-index: 1;
}
.fileMin__remove svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
  max-width: 65%;
  max-height: 65%;
  fill: #fff;
  stroke: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.buttonFile {
  color: #98A0A1;
  margin-top: 15px;
  background-color: red;
  font-size: 20px;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
}

.bottomFile {
  background: none;
  border: 1px solid #0F5A05;
  color: #000;
  display: flex;
  padding: 0 0 0 2em;
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
}
.bottomFile .button_1 {
  position: relative;
  top: -1px;
  right: -1px;
  margin: 0 0 -2px;
  min-width: 230px;
}
.bottomFile .button_1:before {
  display: none;
}
.bottomFile .button_1 .text {
  font-size: 16px;
}
.bottomFile .button_1:active {
  top: -5px;
}

.bottomFile__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.floatImg {
  position: absolute;
  z-index: -1;
}
.floatImg._fi1 {
  width: 33.8em;
  height: 24.7em;
  right: 30%;
  top: 0%;
  font-size: 1.3em;
  animation: moveFloat_1 30s linear infinite;
}
.floatImg._fi2 {
  width: 50.5em;
  height: 47.1em;
  right: 65%;
  top: 20%;
  font-size: 1.3em;
  animation: moveFloat_2 32s linear infinite;
}
.floatImg._fi3 {
  width: 29.1em;
  height: 16.2em;
  right: 80%;
  top: 50%;
  font-size: 1.3em;
  z-index: -2;
  animation: moveFloat_3 30s linear infinite;
}
.floatImg._fi4 {
  width: 46.3em;
  height: 50.6em;
  left: 30%;
  top: 40%;
  font-size: 1em;
  animation: moveFloat_1 30s linear infinite;
}
.floatImg._fi5 {
  width: 27.9em;
  height: 27.8em;
  left: 55%;
  top: 40%;
  font-size: 1.2em;
  animation: moveFloat_2 32s linear infinite;
}
.floatImg._fi6 {
  width: 28.2em;
  height: 29em;
  left: 48%;
  top: 60%;
  font-size: 1.2em;
  animation: moveFloat_1 30s linear infinite;
}

@keyframes moveFloat_1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(-5%, -5%) rotate(-20deg);
  }
  40% {
    transform: translate(15%, -5%) rotate(5deg);
  }
  60% {
    transform: translate(-5%, 10%) rotate(0deg);
  }
  80% {
    transform: translate(15%, 5%) rotate(-25deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes moveFloat_2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(5%, 5%) rotate(20deg);
  }
  40% {
    transform: translate(-10%, 10%) rotate(-5deg);
  }
  60% {
    transform: translate(5%, -10%) rotate(10deg);
  }
  80% {
    transform: translate(-10%, 5%) rotate(25deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes moveFloat_3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(10%, 5%) rotate(-10deg);
  }
  40% {
    transform: translate(5%, 10%) rotate(-5deg);
  }
  60% {
    transform: translate(-10%, -5%) rotate(0deg);
  }
  80% {
    transform: translate(-5%, 0%) rotate(25deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.thanksImg {
  padding-bottom: 80%;
}

.thanksPopupBg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hotLine {
  position: relative;
  display: inline-block;
  padding: 1.5em 3em;
  font-size: 16px;
  margin-top: 30px;
}
.hotLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  z-index: -1;
}
.hotLine p {
  font-weight: 700;
}

.cookiesAlert {
  padding: 10px 0;
  text-align: center;
  background-color: rgba(29, 31, 35, 0.6);
  color: #fff;
  font-weight: 500;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 22;
  font-family: X5-Sans, sans-serif;
  font-size: 10px;
}
.cookiesAlert .contain {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.cookiesAlert .ref_2 {
  color: #5faf2d;
  border-color: #fff;
  margin-right: 15px;
  font-size: 16px;
}
.cookiesAlert .button_1 {
  min-width: 140px;
  background-color: #5faf2d;
  font-size: 1.8em;
}
@media (hover: hover) {
  .cookiesAlert .button_1:hover {
    background-color: #4c8c24;
  }
}
.cookiesAlert p {
  margin-bottom: 0;
  font-size: 16px;
}

.cookiesAlert__left {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.cookiesAlert__text {
  margin-right: 1em;
  text-align: left;
}

.ref_1 {
  border-bottom: 1px solid #272727;
  transition: border 0.15s;
}
@media (hover: hover) {
  .ref_1:hover {
    border-color: transparent;
  }
}

.shopsBlock {
  margin-top: 7em;
  background-color: #ADD878;
  border-radius: 20px;
  padding: 5em 5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopsBlock__title {
  font-size: 3.6em;
  color: #0F5A05;
  margin-right: 2em;
}

.shopsBlock__double {
  display: flex;
  align-items: center;
}
.shopsBlock__double .shomElem:first-child {
  margin-right: 5em;
}

.shomElem {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .shomElem:hover .shomElem__text {
    border-color: transparent;
  }
}

.shomElem__icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 15px;
}

.shomElem__text {
  font-size: 3.6em;
  line-height: 1;
  border-bottom: 2px solid #0F5A05;
  transition: border 0.15s;
  white-space: nowrap;
  color: #0F5A05;
}

.push {
  height: 1000px;
}

@media only screen and (max-resolution: 3840dpi) {
  #header {
    font-size: 8px;
  }
  #footer {
    font-size: 8px;
  }
  ._section {
    font-size: 8px;
  }
  .popupBlock {
    font-size: 9px;
  }
}
/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1600px) {
  #header {
    font-size: 7px;
  }
  #footer {
    font-size: 7px;
  }
  ._section {
    font-size: 7px;
  }
  .popupBlock {
    font-size: 8px;
  }
  .contain {
    padding: 0 5em;
  }
  .menu_1 li {
    margin-right: 4em;
  }
  .button_1 {
    font-size: 16px;
  }
  .sectionVideo {
    padding-bottom: 55%;
  }
  .sectionVideo .title_1 {
    left: 30px;
    padding-right: 30px;
  }
  .videoPlayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translate(0, 0);
    max-width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  .contain {
    max-width: calc(1400px + 10em);
  }
}
@media only screen and (max-width: 1400px) {
  .contain {
    max-width: calc(1300px + 10em);
  }
  #header {
    font-size: 6.5px;
  }
  #footer {
    font-size: 6.5px;
  }
  ._section {
    font-size: 6.5px;
  }
  .popupBlock {
    font-size: 7px;
  }
  .mainLogo {
    margin-right: 4em;
  }
  ._fz24 {
    font-size: 17px;
  }
  .titlePopup {
    font-size: 4em;
  }
}
@media only screen and (max-width: 1300px) {
  .contain {
    max-width: calc(1200px - 10em);
  }
  #header {
    font-size: 6px;
  }
  #footer {
    font-size: 6px;
  }
  ._section {
    font-size: 6px;
  }
  .popupBlock {
    font-size: 6px;
  }
  .menu_1 a {
    font-size: 16px;
  }
  ._fz16 {
    font-size: 15px;
  }
  .mainLogo {
    font-size: 9px;
  }
  .footerLogo {
    font-size: 8px;
  }
  .footerSocial__item {
    width: 35px;
    height: 35px;
  }
  .button_2 {
    font-size: 15px;
  }
  .footerItem__text {
    font-size: 16px;
  }
  .footerItem:first-child {
    margin-right: 15px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .contain {
    max-width: calc(992px - 10em);
  }
  .mainTitle2 {
    font-size: 10em;
  }
  .propsButton {
    padding-left: 15px;
  }
  .propItem {
    padding: 4em;
  }
  .decoreImg._di1 {
    font-size: 0.75em;
    left: 35%;
    top: 20%;
  }
  .decoreImg._di3 {
    font-size: 0.4em;
  }
  .propsButton {
    margin-right: 5px;
    padding-left: 10px;
  }
  .propsButton p {
    margin-right: 10px;
  }
  .propsButton__icon {
    padding: 3.5em 3.7em;
  }
  .mainLogo {
    font-size: 8px;
  }
  .footerRefs {
    max-width: 300px;
  }
  ._fz24 {
    font-size: 16px;
  }
  .shomElem__icon {
    width: 50px;
    height: 50px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .contain {
    max-width: 768px;
    max-width: calc(768px - 10em);
  }
  ._section {
    font-size: 5px;
  }
  .title_1 {
    font-size: 9em;
  }
  .menu_1 {
    display: none;
  }
  .mainItem {
    width: 100%;
  }
  .sectionMain {
    padding-bottom: 60em;
  }
  .decoreImg._di1 {
    top: 55%;
    font-size: 0.6em;
  }
  ._fz36 {
    font-size: 21px;
  }
  .propItem__img {
    padding-bottom: 65%;
  }
  .propsButtonsList {
    margin-bottom: 23px;
  }
  .burgerButton {
    display: block;
  }
  #header .contain {
    justify-content: space-between;
  }
  .playMin {
    width: 20px;
    height: 20px;
  }
  .footerLeft {
    flex-wrap: wrap;
    width: 100%;
  }
  .footerRefs {
    max-width: 100%;
    margin-top: 20px;
  }
  .footerRight {
    flex-wrap: wrap;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .footerItem {
    margin-right: 0 !important;
  }
  .footerItem:first-child {
    margin-bottom: 30px;
  }
  #footer .contain {
    align-items: flex-start;
  }
  .footerSocial {
    justify-content: flex-end;
  }
  .button_2 {
    font-size: 14px;
  }
  .sectionVideo .title_1 {
    left: 20px;
    padding-right: 20px;
  }
  .propsList {
    flex-wrap: wrap;
    justify-content: center;
  }
  .propsList .propItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .productsItem {
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 3em;
    padding-top: 5em;
  }
  .productsItem__img {
    width: 100%;
    padding-bottom: 70%;
    width: calc(100% - 10em);
    left: 5em;
  }
  .productsItem__content {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .tabsButtons__inner {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 10em);
  }
  .propsButton p {
    white-space: nowrap;
  }
  .sectionProducts {
    overflow: hidden;
  }
  .productsItem__title {
    font-size: 5em !important;
  }
  .opinionItem {
    padding-left: 4em;
    padding-right: 4em;
    padding-bottom: 4em;
  }
  .opinionItem__bottom {
    border-top: 1px solid #ccc;
    padding: 0;
    padding-top: 15px;
    border-radius: 0;
    background: none;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .opinionItem__bottom .button_1 {
    width: 100%;
    font-size: 3em;
    margin-top: 20px;
  }
  .opinionItem__bottom ._fz24 {
    font-size: 18px;
  }
  .opinionItem__bottom ._fz16 {
    margin-top: 10px;
    opacity: 0.5;
  }
  .shopsBlock {
    flex-wrap: wrap;
  }
  .shopsBlock__title {
    margin-right: 0;
  }
  .shopsBlock__double {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 550px) {
  .propItem {
    display: flex;
  }
  .propItem__img {
    width: 35%;
    min-width: 35%;
    padding-bottom: 25%;
    margin-right: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .contain {
    max-width: 650px;
    max-width: calc(650px - 10em);
  }
  ._section {
    font-size: 4.5px;
  }
  .button_2 {
    font-size: 16px;
  }
  .sectionProps {
    padding-bottom: 8em;
  }
  .opinionItem__bottom .button_1 {
    font-size: 14px;
  }
  .opinionItem__bottom {
    flex-wrap: wrap;
  }
  .betterItem {
    max-width: 100%;
  }
  .sectionBetter {
    padding-bottom: 70em;
  }
  .betterBottom {
    margin-top: 30px;
  }
  .mainLogo {
    font-size: 7px;
  }
  .propsButton__icon {
    padding: 18px;
  }
  ._fz36 {
    font-size: 18px;
  }
  .opinionItem {
    padding-top: 10em;
  }
  .sectionVideo .buttonPlay {
    transform: translate(0, 0);
    left: 20px;
    top: 20px;
  }
  .sectionVideo .buttonPlay:active {
    top: 23px;
  }
  .endLeft {
    width: 64%;
  }
  .shopsBlock__title {
    font-size: 4em;
  }
}
@media only screen and (max-width: 650px) {
  .contain {
    max-width: 550px;
    max-width: calc(550px - 10em);
  }
  #header {
    top: 3em;
  }
  .mainEmblem {
    font-size: 4.5px;
  }
  .mainTitle {
    font-size: 11em;
  }
  .body_content {
    padding: 5px 5px 0;
  }
  .sectionProps .title_1 br {
    display: none;
  }
  .productsItem__text {
    margin-top: 1.5em;
  }
  .sectionMain {
    padding-bottom: 75em;
  }
  .decoreImg._di1 {
    top: 55%;
    font-size: 0.75em;
    left: 0%;
  }
  .endLeft {
    width: 100%;
  }
  .contactElem {
    margin-top: 3em;
  }
  #footer .contain {
    flex-wrap: wrap;
  }
  .footerRight {
    text-align: left;
    margin-top: 20px;
    display: block;
  }
  .footerSocial {
    justify-content: flex-start;
  }
  .faqItem__question_name p {
    font-size: 16px;
  }
  .endLeft__emblem {
    display: none;
  }
  .sectionEnd {
    padding: 10em 0 50em;
  }
  .contactElem {
    font-size: 14px;
    gap: 10px;
  }
  .cookiesAlert .contain {
    flex-wrap: wrap;
  }
  .cookiesAlert .button_1 {
    margin-top: 15px;
    font-size: 1.3em;
    min-width: 100px;
  }
  .cookiesAlert .ref_2 {
    margin-top: 5px;
  }
  .cookiesAlert__left {
    flex-wrap: wrap;
  }
  .cookiesAlert__text {
    margin-right: 0;
  }
  .cookiesAlert__text p {
    font-size: 14px;
  }
  .shomElem__icon {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .contain {
    max-width: 480px;
    max-width: calc(480px - 10em);
  }
  ._section {
    font-size: 4px;
  }
  .propItem {
    padding: 30px;
  }
  .propItem__text {
    margin-top: 15px;
  }
  .propItem__content {
    margin-top: 20px;
  }
  .popupItem._t1 {
    padding-left: 6em;
    padding-right: 6em;
  }
  .shomElem__icon {
    margin-right: 8px;
  }
  .shomElem__text {
    font-size: 4em;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .contain {
    padding: 0 25px;
  }
  ._section {
    font-size: 3.5px;
  }
  .mainTitle {
    font-size: 10em;
  }
  .propsButton__icon {
    padding: 15px;
  }
  .title_1 {
    font-size: 8em;
  }
  .propsButton__icon {
    padding: 20px;
  }
  .sliderReviewPopup_main {
    width: calc(100% + 12em);
    left: -6em;
    position: relative;
  }
  .srp_mainItem {
    border-radius: 0;
  }
  .sectionBetter {
    padding-bottom: 95em;
  }
  ._fz36 {
    font-size: 16px;
  }
  .shopsBlock__double {
    flex-wrap: wrap;
  }
  .shopsBlock__double .shomElem {
    min-width: 51%;
  }
  .shopsBlock__double .shomElem:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .footerLogo {
    font-size: 5px;
  }
  .button_1 {
    padding: 0.7em 1em;
  }
  .sectionVideo .title_1 {
    font-size: 7em;
  }
  .decoreImg._di1 {
    left: -10%;
  }
  .sectionEnd {
    padding-bottom: 50em;
  }
  .popupItem._t3 {
    padding-top: 70vw;
  }
  .contactElem {
    font-size: 13px !important;
  }
  .contactElem div {
    padding: 10px;
  }
}
@media only screen and (max-width: 350px) {
  .contain {
    padding: 0 20px;
  }
  .productsItem__content {
    padding: 5em;
  }
  ._fz24 {
    font-size: 14px;
  }
  ._fz36 {
    font-size: 18px;
  }
  .decoreImg._di1 {
    left: -15%;
  }
  .title_1 {
    font-size: 25px;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 993px) {
  .burgerMenu, .burgerBg {
    display: none;
  }
}
/* Large Devices, Wide Screens */