* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	/*line-height: 1;*/
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
.button_v2,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
.button_v2,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
a,
.button_v2 {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}@font-face {font-family: Onest;font-display: swap;src: url("../files/assets/fonts/Onest-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Onest;font-display: swap;src: url("../files/assets/fonts/Onest-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Onest;font-display: swap;src: url("../files/assets/fonts/Onest-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Onest;font-display: swap;src: url("../files/assets/fonts/Onest-ExtraBold.woff2") format("woff2");font-weight: 800;font-style: normal;}
@font-face {font-family: Onest;font-display: swap;src: url("../files/assets/fonts/Onest-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../files/assets/fonts/iconfont.woff2?64b6c99846da547c51c536c6c1699fb7") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-user"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-search"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-leaf"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-favs"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-card"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-bigclode"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-bigcheck"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-arrow-r"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-arrow-r-t"]::before { 
		content: "\f109"; 
	} 
/* Generated by vite-plugin-svg-spritemap */
:root {
  --mainColor: #383838;
  --whiteColor: #ffffff;
  --grayColor: #F4F4F4;
  --darkGreen: #1B4205;
  --greenColor: #25630B;
  --orangeColor: #FF9A26;
}

body {
  min-width: 360px;
  color: var(--mainColor);
  font-family: "Onest";
  font-size: 16px;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
  position: relative;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 1320.99px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  font-size: 16px;
  caret-color: inherit;
  outline: none;
  flex: 1 1 auto;
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
  color: rgba(56, 56, 56, 0.6);
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0px 0px;
}

.button_v2 {
  display: inline-flex;
  padding: 0px 0px;
  font-size: 16px;
  line-height: 118.75%;
  font-weight: 800;
  border-radius: 14px;
  border: 2px solid transparent;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.button_v2::after {
  content: "\f109";
  font-family: iconfont;
  font-size: 12px;
}
.button_v2.button_v2--green {
  background-color: var(--greenColor);
  color: var(--whiteColor);
  box-shadow: 0px 4.46px 4.46px 0px #2b730d inset, 0px -4.46px 4.46px 0px #1e4f09 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.button_v2.button_v2--white {
  background-color: var(--whiteColor);
  box-shadow: 0px 6.74px 6.74px 0px #ffffff inset, 0px -6.74px 6.74px 0px #cccccc inset;
  color: var(--greenColor);
}
.button_v2.button_v2--border {
  border-color: var(--greenColor);
  color: var(--greenColor);
}
.button_v2--fw {
  width: 100%;
}

.title {
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--greenColor);
}
.title span {
  color: var(--orangeColor);
}

.textblock {
  font-weight: 500;
}

[data-fls-spollers] summary {
  list-style: none;
}
[data-fls-spollers] summary::marker, [data-fls-spollers] summary::-webkit-details-marker {
  display: none;
}

.spollers__item {
  border-radius: 14px;
  background-color: var(--whiteColor);
  position: relative;
  transition: color 0.3s, box-shadow 0.3s;
}
.spollers__item:has(.spollers__title.--spoller-active) {
  color: var(--whiteColor);
  background: linear-gradient(180deg, #255a06 100%, #1c4405 0%);
}
.spollers__item:has(.spollers__title.--spoller-active) .spollers__title {
  color: var(--whiteColor);
}

.spollers__title {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  cursor: default;
  text-align: left;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  list-style: none;
  font-weight: 800;
  color: var(--greenColor);
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  transition: color 0.3s;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
.--spoller-init .spollers__title {
  cursor: pointer;
}
.--spoller-init .spollers__title span {
  align-self: flex-start;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background-color: var(--greenColor);
  transition: background-color 0.5s;
}
.--spoller-init .spollers__title span::before, .--spoller-init .spollers__title span::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  background-color: var(--whiteColor);
  height: 2px;
  width: 14px;
  transition: transform 0.5s ease 0s, background-color 0.5s ease;
  border-radius: 2px;
}
.--spoller-init .spollers__title span::before {
  transform: translateY(-50%);
}
.--spoller-init .spollers__title span::after {
  transform: translateY(-50%) rotate(90deg);
}
.--spoller-init .spollers__title.--spoller-active span {
  background-color: var(--whiteColor);
  transition: background-color 0.5s;
}
.--spoller-init .spollers__title.--spoller-active span::after {
  background-color: var(--greenColor);
  transform: rotate(180deg);
}

.spollers__body {
  font-size: 500px;
  position: relative;
  z-index: 1;
}
.spollers__body p:not(:last-child) {
  margin-bottom: 0.3em;
}
.spollers__body span {
  text-decoration: underline;
}

.swiper-button {
  border-radius: 50%;
  background: #25630b;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0196078431), 0px 3.11px 3.11px 0px #2b730d inset, 0px -3.11px 3.11px 0px #1e4f09 inset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--whiteColor);
  transition: transform 0.3s;
}
.swiper-button svg {
  display: none;
}
.swiper-button.swiper-button-disabled {
  pointer-events: none;
  background-color: #e7ece3;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0196078431);
  color: rgba(56, 56, 56, 0.4);
}

.swiper-button-prev {
  padding-top: 2px;
}
.swiper-button-prev::before {
  transform: rotate(180deg);
}

.swiper-pagination .swiper-pagination-total {
  color: #9b9fa0;
}

.swiper-button-next {
  padding-bottom: 2px;
}

.bigblock {
  background-color: #e7ece3;
}

.socsblock {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.socsblock__link {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orangeColor);
  transition: transform 0.4s;
}
.socsblock__link img {
  max-width: 30px;
  max-height: 30px;
}

.firstblock-item {
  background: linear-gradient(180deg, #e7ece3 0%, #e7ece3 100%);
  box-shadow: 0px 6.68px 6.68px 0px rgba(231, 236, 227, 0.5019607843) inset, 0px -6.68px 6.68px 0px rgba(174, 174, 174, 0.5019607843) inset;
}
.firstblock-item img {
  object-fit: contain;
}
.firstblock-item__name {
  font-weight: 800;
  color: var(--greenColor);
}

.healthfrom-item {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset;
  border-radius: 14px;
  background-color: var(--whiteColor);
}
.healthfrom-item__top {
  color: var(--orangeColor);
  font-weight: 700;
}
.healthfrom-item__top:not(:last-child) {
  margin-bottom: 10px;
}

.exptell-item {
  display: flex;
  flex-direction: column;
}
.exptell-item__image {
  border-radius: 14px;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white, #000);
  mask-image: radial-gradient(white, #000);
  z-index: 1;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  position: relative;
}
.exptell-item__image:not(:last-child) {
  margin-bottom: 20px;
}
.exptell-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s;
}
.exptell-item__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.exptell-item__name {
  font-weight: 800;
  color: var(--greenColor);
  z-index: 2;
}
.exptell-item__link {
  margin-top: auto;
  width: 100%;
  justify-content: space-between;
  padding-left: 29px;
  padding-right: 29px;
}
.bottomblock__list {
  padding: 12px 9px 7px 9px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.bottomblock__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.bottomblock__image {
  position: relative;
  width: 21px;
  height: 21px;
}
.bottomblock__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.bottomblock__text {
  font-size: 12px;
  line-height: 150%; /* 18/12 */
  font-weight: 500;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}/* Generated by vite-plugin-svg-spritemap */
.menu__link {
  transition: color 0.3s;
}
.menu__linkbig {
  transition: color 0.3s;
  font-weight: 800;
}

.icon-menu {
  display: none;
  position: relative;
  z-index: 5;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0745098039);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background-color: var(--whiteColor);
}
.header__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 5;
}
.header__form {
  border: 1px solid rgba(56, 56, 56, 0.2);
  border-radius: 6px;
  display: flex;
  padding-right: 3px;
  align-items: center;
  gap: 10px;
  transition: border-color 0.3s;
}
.header__form:has(input:focus) {
  border-color: var(--darkGreen);
}
.header__forminput {
  height: 38px;
  font-weight: 500;
}
.header__formsubmit {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--greenColor);
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  text-align: center;
  font-size: 18px;
  color: var(--whiteColor);
  transition: background-color 0.3s;
}
.header__socs {
  position: relative;
  z-index: 5;
}
.header__actions {
  position: relative;
  z-index: 5;
}
.header__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color 0.3s;
}
.header__action span {
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
}
.header__action--icon-favs::before {
  font-size: 14px;
}
.header__action--icon-user::before {
  font-size: 15px;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  padding: 60px 0;
}
.footer__body {
  background-color: var(--whiteColor);
  border-radius: 14px;
  box-shadow: 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.footer__topmenu:not(:last-child) {
  margin-bottom: 30px;
}
.footer__topmenulink {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__topmenuicon {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #255a06 100%, #1c4405 0%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2), 0px 5.6px 5.6px 0px #265d06 inset, 0px -5.6px 5.6px 0px #1a4004 inset;
}
.footer__topmenutext {
  color: var(--greenColor);
  font-weight: 800;
  font-size: 16px;
  line-height: 150%; /* 24/16 */
}
.footer__logo:not(:last-child) {
  margin-bottom: 20px;
}
.footer__text {
  font-size: 12px;
}
.footer__text:not(:last-child) {
  margin-bottom: 15px;
}
.footer__text p:not(:last-child) {
  margin-bottom: 10px;
}
.footer__coltitle {
  font-weight: 800;
  color: var(--greenColor);
  font-size: 16px;
  line-height: 150%; /* 24/16 */
}
.footer__menuitem {
  font-weight: 500;
}
.footer__menulink.footer__menulink-under {
  text-decoration: underline;
}
.footer__ordertel {
  font-weight: 500;
}
.footer__ordertel:not(:last-child) {
  margin-bottom: 15px;
}
.footer__bottom {
  display: flex;
}
.footer__copy {
  color: var(--greenColor);
  font-size: 16px;
  line-height: 118.75%; /* 19/16 */
}
.footer__prod {
  color: var(--greenColor);
  font-size: 16px;
  line-height: 118.75%; /* 19/16 */
  text-decoration: underline;
}/* Generated by vite-plugin-svg-spritemap */
.firstblock {
  position: relative;
}
.firstblock::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.firstblock::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.firstblock__decor {
  pointer-events: none;
}
.firstblock__container {
  position: relative;
  z-index: 2;
}
.firstblock__topcontent img {
  max-width: none;
  display: block;
}
.firstblock__toptitle {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--greenColor);
}
.firstblock__toptitle:not(:last-child) {
  margin-bottom: 20px;
}
.firstblock__toptitle span {
  color: var(--orangeColor);
}
.firstblock__toptext {
  font-size: 16px;
  line-height: 118.75%; /* 19/16 */
}
.firstblock__bottom {
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  border-radius: 14px;
  box-shadow: 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset;
}
.firstblock__bottomtitle {
  text-align: center;
}

.deltime {
  position: relative;
}
.deltime__decor {
  pointer-events: none;
  position: absolute;
  object-fit: contain;
}
.deltime__container {
  position: relative;
  z-index: 1;
}
.deltime__top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.deltime__body {
  overflow: hidden;
}
.deltime__images {
  position: relative;
}
.deltime__list {
  list-style-type: none;
  counter-reset: item;
}
.deltime__item {
  cursor: pointer;
  position: relative;
  border-radius: 14px;
  box-shadow: 0px 6.68px 6.68px 0px rgba(231, 236, 227, 0.5019607843) inset, 0px -6.68px 6.68px 0px rgba(174, 174, 174, 0.5019607843) inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #e7ece3;
  transition: background-color 0.6s, box-shadow 0.6s, flex-basis 0.6s, width 0.6s;
}
.deltime__item::after {
  content: "";
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-weight: 800;
  display: block;
}
.deltime__item._passed {
  transition: background-color 0.6s, box-shadow 0.6s, flex-basis 0.6s, width 0.6s;
}
.deltime__item._active {
  transition: background-color 0.6s, box-shadow 0.6s, flex-basis 0.6s, width 0.6s;
  background-color: #224f09;
  box-shadow: 0px 8.19px 8.19px 0px #265c06 inset, 0px -8.19px 8.19px 0px #1a3f04 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  color: var(--whiteColor);
}
.deltime__item._active .deltime__itemtitle {
  color: var(--whiteColor);
}
.deltime__image {
  background-color: var(--orangeColor);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
._passed .deltime__image {
  background-color: var(--greenColor);
}
._active .deltime__image {
  background: linear-gradient(180deg, #296f0c 100%, #1f5309 0%);
  box-shadow: 0px 3.11px 3.11px 0px #2b730d inset, 0px -3.11px 3.11px 0px #1e4f09 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.deltime__itemtitle {
  font-weight: 800;
  color: var(--greenColor);
  transition: color 0.4s;
}
.deltime__itemtext {
  display: none;
}
.healthfrom__text {
  font-weight: 500;
}
.healthfrom__items {
  display: flex;
  flex-wrap: wrap;
}
.delprice__block {
  border-radius: 14px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset;
  background-color: var(--whiteColor);
}
.delprice__title:not(:last-child) {
  margin-bottom: 20px;
}
.delprice__title span {
  display: block;
}
.delprice__text {
  font-weight: 500;
}
.delprice__link:not(:last-child) {
  margin-bottom: 40px;
}
.delprice__link.button_v2 {
  gap: 40px;
}
.delprice__blocktitle {
  font-weight: 800;
  color: var(--greenColor);
}
.delprice__blocktitle:not(:last-child) {
  margin-bottom: 20px;
}
.delprice__bottomimages {
  display: flex;
  gap: 9px;
}
.delprice__bottomimage {
  max-width: 227px;
  max-height: 40px;
}
.delprice__bottomimage.delprice__bottomimage-1 {
  max-width: 140px;
}
.delprice__bottomimage img {
  max-height: 100%;
}
.delprice__rightimages {
  display: flex;
  flex-wrap: wrap;
}
.delprice__rightimage {
  background-color: var(--grayColor);
  border-radius: 20px;
  box-shadow: 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.delprice__rightimage img {
  max-height: 100%;
  object-fit: contain;
}
.delprice__rightimage.delprice__rightimage--big {
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2), 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset;
}
.delprice__rightimage.delprice__rightimage--big img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 20px;
}
.delprice__rightimage.delprice__rightimage--big::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2), 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset;
  border-radius: 20px;
}
.delprice__rightimage.delprice__rightimage--big span {
  display: block;
  position: relative;
  z-index: 1;
  color: var(--greenColor);
  font-weight: 700;
}
.delprice__rightimage.delprice__rightimage-1 img {
  width: 99px;
  height: 30px;
}
.delprice__rightimage.delprice__rightimage-2 img {
  width: 91px;
  height: 45px;
}
.delprice__rightimage.delprice__rightimage-3 img {
  width: 86px;
  height: 42px;
}
.delprice__rightimage.delprice__rightimage-4 img {
  width: 84px;
  height: 42px;
}
.delprice__rightimage.delprice__rightimage-5 img {
  width: 120px;
  height: 38px;
}
.delprice__new {
  border-radius: 14px;
  position: relative;
  background: linear-gradient(180deg, #ff9b26 100%, #c1741d 0%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.delprice__new::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 16.99px 16.99px 0px #ffa127 inset, 0px -16.99px 16.99px 0px #b86f1b inset;
  background: url("../files/assets/img/delprice-new.webp") 0 0/cover no-repeat;
}
.delprice__new span {
  position: relative;
  z-index: 1;
  color: var(--whiteColor);
  font-weight: 800;
}
.delprice__newtext {
  position: relative;
  font-weight: 800;
  color: var(--whiteColor);
  letter-spacing: -0.02em;
}

.whyus {
  position: relative;
}
.whyus__decor {
  pointer-events: none;
}
.whyus__leftrow {
  color: var(--greenColor);
  font-weight: 800;
}
.whyus__leftrow:not(:last-child) {
  border-bottom: 1px solid rgba(56, 56, 56, 0.1490196078);
}

.bunusprog {
  position: relative;
}
.bunusprog__decor {
  pointer-events: none;
  position: absolute;
}
.bunusprog__decor-2 {
  width: 105px;
  height: 264px;
}
.bunusprog__container {
  position: relative;
  z-index: 1;
}
.bunusprog__block {
  position: relative;
  border-radius: 14px;
  color: var(--whiteColor);
  padding: 30px;
}
.bunusprog__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #255a06 100%, #1c4405 0%);
}
.bunusprog__block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 16.2px 16.2px 0px #3b6d1e inset, 0px -16.2px 16.2px 0px #1a4004 inset;
}
.bunusprog__blocktitle {
  position: relative;
  z-index: 1;
  font-weight: 800;
}
.bunusprog__blocktitle:not(:last-child) {
  margin-bottom: 20px;
}
.bunusprog__blocklist {
  position: relative;
  z-index: 1;
}
.bunusprog__blockitem {
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.bunusprog__blockitem:not(:last-child) {
  margin-bottom: 15px;
}
.bunusprog__blockitem::before {
  content: "\f103";
  font-size: 20px;
  font-family: iconfont;
}
.bunusprog__link.button_v2 {
  width: 100%;
  justify-content: center;
}
.howorder__items {
  list-style-type: none;
  counter-reset: item;
}
.howorder__itemtop {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.howorder__itemtop::after {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  color: var(--greenColor);
  opacity: 0.1;
  font-weight: 800;
  font-size: 67px;
  line-height: 116.41791%; /* 78/67 */
}
.howorder__itemimage {
  border-radius: 14px;
  background: linear-gradient(180deg, #255a06 100%, #1c4405 0%);
  box-shadow: 0px 2.7px 2.7px 0px #265d06 inset, 0px -2.7px 2.7px 0px #1a4004 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.howorder__itemimage img {
  object-fit: contain;
}
.howorder__bottom {
  border-radius: 14px;
  position: relative;
}
.howorder__bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 9.52px 9.52px 0px #c2c3c4 inset, 0px -5px 5px 0px #5a5b56 inset;
}
.howorder__bottomcont {
  position: relative;
  z-index: 1;
  color: var(--whiteColor);
  text-align: center;
}
.howorder__bottomcont span {
  display: block;
  font-weight: 600;
}
.howorder__bottomtext {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.howorder__bottombutton_v2 {
  position: relative;
  z-index: 1;
}

.faqblock {
  position: relative;
}
.faqblock__left {
  position: relative;
}

.trustfound__body {
  border-radius: 14px;
  box-shadow: 0px 59.87px 119.73px 0px rgba(7, 16, 1, 0.2392156863);
}
.trustfound__title {
  color: var(--whiteColor);
  letter-spacing: 0;
}
.trustfound__link {
  white-space: nowrap;
}
.commentsblock__item {
  position: relative;
  border-radius: 14px;
  background-color: var(--whiteColor);
}
.commentsblock__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  box-shadow: 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset;
}
.commentsblock__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left;
  border-radius: 14px;
  pointer-events: none;
}
.commentsblock__itemtitle {
  font-weight: 800;
  color: var(--greenColor);
}
.commentsblock__itemtitle img {
  max-width: 99px;
}
.commentsblock__text:not(:last-child) {
  margin-bottom: 10px;
}
.commentsblock__stars {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 5px;
}
.commentsblock__stars span {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: url("../files/assets/img/star.svg") center/contain no-repeat;
}
.commentsblock__link {
  position: relative;
  z-index: 1;
}
.commentsblock__link.button_v2::after {
  content: "";
  display: none;
}

.popularblock {
  position: relative;
}
.popularblock__body {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: var(--whiteColor);
  border-radius: 14px;
}
.popularblock__item {
  border-radius: 14px;
  display: flex;
  align-items: center;
}
.popularblock__image {
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.popularblock__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
}
.popularblock__image svg {
  width: 105px;
  height: 105px;
  object-fit: contain;
  transition: transform 0.4s;
}
.popularblock__name {
  font-weight: 800;
}

.usestore {
  position: relative;
}
.usestore__container {
  position: relative;
  z-index: 1;
}
.usestore__blocktitle {
  font-weight: 800;
  color: var(--greenColor);
}
.usestore__blocktitle:not(:last-child) {
  margin-bottom: 20px;
}
.usestore__linksblock {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  background: linear-gradient(180deg, #e7ece3 0%, #e7ece3 100%);
  border-radius: 14px;
}
.usestore__linksblock::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px;
  box-shadow: 0px 7px 15.43px 0px #e7ece3 inset, 0px -3px 15.43px 0px #b9bdb6 inset;
}
.usestore__linkstext {
  position: relative;
  z-index: 1;
  text-align: center;
}
.usestore__links {
  position: relative;
  z-index: 1;
}
.usestore__link {
  border: 1px solid var(--greenColor);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px 9px;
  flex: 1;
  transition: background-color 0.3s;
}
.usestore__link svg {
  width: 21px;
  height: 21px;
}
.usestore__link svg path {
  transition: fill 0.3s;
}
.usestore__link span {
  white-space: nowrap;
  font-size: 16px;
  color: var(--greenColor);
  line-height: 112.5%; /* 18/16 */
  letter-spacing: -0.02em;
  transition: color 0.3s;
}
.usestore__right {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 14px;
  overflow: hidden;
}
.usestore__right img {
  display: block;
  width: 100%;
}
.exptell__slidercont {
  min-width: 0;
}
.exptell__slider {
  min-width: 0;
}
.exptell__navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.exptell__pagelink {
  justify-content: space-between;
}
.exptell__swiper-pagination{
  display: none;
}
@media (width <= 87.5em) {
  .exptell__container {
    max-width: 1400px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 82.561875em) {
  .swiper-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }
  .footer__bottomtext {
    display: none;
  }
  .deltime:not(:last-child) {
    margin-bottom: 60px;
  }
  .deltime__decor-1 {
    width: 60px;
    height: 140px;
    z-index: 2;
    top: -143px;
  }
  .deltime__body {
    display: flex;
    gap: 20px;
  }
  .deltime__images {
    width: 40px;
    flex: 0 0 40px;
  }
  .deltime__list {
    flex: 1 1 auto;
  }
  .deltime__item {
    padding: 20px 15px;
  }
  .deltime__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .deltime__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: -40px;
    height: 100%;
    width: 1px;
    background-color: var(--orangeColor);
    top: 20px;
  }
  .deltime__item::after {
    font-size: 0;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 46px;
    right: 8px;
    color: var(--whiteColor);
    opacity: 0.1;
  }
  .deltime__item._passed::before {
    background-color: var(--greenColor);
  }
  .deltime__item._active {
    min-height: 125px;
  }
  .deltime__item._active::after {
    font-size: 60px;
    line-height: 120%; /* 72/60 */
    width: auto;
    height: auto;
  }
  .deltime__image {
    position: absolute;
    left: -50px;
    width: 20px;
    height: 20px;
    top: 0;
  }
  ._active .deltime__image {
    width: 40px;
    height: 40px;
    left: -60px;
  }
  ._active .deltime__image img {
    display: block;
  }
  .deltime__image img {
    display: none;
    width: 22px;
    height: 22px;
  }
  .deltime__itemtitle {
    font-size: 16px;
    line-height: 118.75%; /* 19/16 */
  }
  .deltime__itemtitle br {
    display: none;
  }
  ._active .deltime__itemtext {
    display: block;
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
    font-weight: 500;
    margin-top: 15px;
    padding-right: 85px;
  }
  .deltime__bottom {
    display: none;
  }
  .delprice__block:not(:last-child) {
    margin-bottom: 30px;
  }
  .howorder__item:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid rgba(37, 99, 11, 0.4);
  }
  .faqblock__decor {
    display: none;
  }
  .faqblock__left {
    display: none;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu__dec {
    cursor: default;
  }
}
@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100dvh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 91px 15px 40px 15px;
    transition: left 0.3s;
    background-color: var(--whiteColor);
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 70px;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
    background-color: var(--whiteColor);
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
  .menu__list:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .menu__link {
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
  }
  .menu__listbig:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu__itembig:not(:last-child) {
    margin-bottom: 15px;
  }
  .menu__linkbig {
    font-size: 16px;
    line-height: 1;
    color: var(--greenColor);
  }
  .icon-menu {
    display: flex;
    align-items: center;
    gap: 9px;
    background-color: var(--greenColor);
    border-radius: 10px;
    padding: 4px 4px 4px 10px;
    color: var(--whiteColor);
    font-size: 14px;
    line-height: 128.571429%; /* 18/14 */
  }
  .icon-menu__dec {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    display: block;
    border-radius: 50%;
    background-color: var(--whiteColor);
    position: relative;
  }
  .icon-menu__dec span, .icon-menu__dec::before, .icon-menu__dec::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 7px;
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: var(--greenColor);
    border-radius: 2px;
  }
  .icon-menu__dec::before {
    top: 9px;
  }
  .icon-menu__dec::after {
    bottom: 9px;
  }
  .icon-menu__dec span {
    top: calc(50% - 0.5px);
  }
  [data-fls-menu-open] .icon-menu__dec span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu__dec::before {
    top: calc(50% - 0.5px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu__dec::after {
    bottom: calc(50% - 0.5px);
    transform: rotate(45deg);
  }
  .header__bottom {
    padding: 9px 0;
  }
  .header__logo {
    width: 132px;
    flex: 0 0 132px;
  }
  .header__socs {
    display: none;
  }
  .header__menuicon {
    margin-left: auto;
  }
  .header__action {
    display: none;
  }
  .header__action.header__action--mob {
    display: flex;
  }
  .footer__topmenuicon {
    flex: 0 0 35px;
    height: 35px;
    width: 35px;
  }
  .footer__topmenuicon img {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
  .footer__menu {
    flex-wrap: wrap;
  }
  .footer__column {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .firstblock {
    padding-top: 62px;
  }
  .firstblock__bottom {
    margin-top: -57px;
  }
  .deltime__link {
    display: none;
  }
  .healthfrom__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .whyus__decor {
    display: none;
  }
  .whyus__lefttitle {
    display: none;
  }
  .whyus__leftrow {
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .whyus__leftrow:not(:first-child) {
    padding-top: 24px;
  }
  .whyus__leftrow:last-child {
    border-bottom: 1px solid rgba(56, 56, 56, 0.1490196078);
  }
  .whyus__leftrow::after {
    content: "";
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    background: url("../files/assets/img/chech-g.webp") 0 0/100% 100% no-repeat;
  }
  .whyus__checks {
    display: none;
  }
  .whyus__other {
    display: none;
  }
  .bunusprog__decor-1 {
    display: none;
  }
  .bunusprog__left {
    display: none;
  }
  .popularblock__link {
    padding-left: 10px;
    padding-right: 10px;
    gap: 8px;
  }
  .usestore__decor {
    display: none;
  }
  .usestore__left:not(:last-child) {
    margin-bottom: 20px;
  }
  .exptell__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .exptell__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .exptell__slidercont:not(:last-child) {
    margin-bottom: 24px;
  }
  .exptell__slider:not(:last-child) {
    margin-bottom: 36px;
  }
  .exptell__pagelink {
    width: 100%;
    justify-content: center;
    gap: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 47.99875em) {
  .herbpage {
    padding-bottom: 60px;
  }
  .button_v2 {
    gap: 8px;
    padding: 16px;
  }
  .title {
    font-size: 24px;
    line-height: 120.833333%; /* 29/24 */
  }
  .textblock {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .spollers__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .spollers__title {
    padding: 15px 15px 17px 15px;
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .spollers__body {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
    padding: 0px 85px 15px 15px;
  }
  .bigblock {
    padding-top: 60px;
  }
  .section-block:not(:last-child) {
    margin-bottom: 60px;
  }
  .firstblock-item {
    border-radius: 14px;
    padding: 15px;
    position: relative;
  }
  .firstblock-item img {
    width: 86px;
    height: 55px;
    position: absolute;
    top: 15px;
    right: 15px;
    object-position: top right;
  }
  .firstblock-item.firstblock-item--big {
    padding-top: 25px;
  }
  .firstblock-item__name:not(:last-child) {
    margin-bottom: 10px;
  }
  .firstblock-item__name {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
    letter-spacing: -0.01em;
  }
  .firstblock-item__text {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .firstblock-item__text br {
    display: none;
  }
  .healthfrom-item {
    padding: 15px 15px 19px 15px;
  }
  .healthfrom-item__top {
    font-size: 36px;
    line-height: 119.444444%; /* 43/36 */
    letter-spacing: -0.02em;
  }
  .healthfrom-item__text {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
    letter-spacing: -0.01em;
  }
  .exptell-item__image {
    padding-top: 60.6%;
  }
  .exptell-item__name {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .exptell-item__name:not(:last-child) {
    margin-bottom: 10px;
  }
  .exptell-item__text:not(:last-child) {
    margin-bottom: 20px;
  }
  .bottomblock {
    position: fixed;
    width: 100%;
    z-index: 3;
    left: 0;
    bottom: 0;
    border-radius: 14px 14px 0 0;
    background-color: #f4f4f4;
    box-shadow: 0px 22.63px 22.63px 0px #ffffff inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .menu__body .header__form {
    display: flex;
  }
  .header__form {
    display: none;
  }
  .header__form:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__forminput {
    padding-left: 14px;
  }
  .header__action {
    gap: 6px;
  }
  .footer {
    background: url("../files/assets/img/footer-bg-mob.webp") center/cover no-repeat;
  }
  .footer__body {
    padding: 30px 15px;
  }
  .footer__topmenuitem:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__topmenulink {
    border-radius: 14px;
    padding: 10px 15px;
    background-color: var(--whiteColor);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 9.52px 9.52px 0px #ffffff inset, 0px -5px 5px 0px #e3e3e3 inset;
  }
  .footer__top:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__left:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__logo {
    width: 222px;
  }
  .footer__text {
    line-height: 116.666667%; /* 14/12 */
  }
  .footer__column:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__coltitle:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__menulist:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__menuitem {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .footer__menuitem:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__ordertel {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .firstblock {
    padding-bottom: 60px;
  }
  .firstblock::before {
    background: linear-gradient(101.37deg, #ffffff -0.95%, #a9c477 74.58%);
  }
  .firstblock::after {
    background: url("../files/assets/img/firstblock-bg-small.webp") 0 0/cover no-repeat;
  }
  .firstblock__decor {
    display: none;
  }
  .firstblock__top {
    padding-top: 50px;
  }
  .firstblock__topcontent img {
    width: 434px;
    height: 319px;
    margin-left: auto;
    margin-right: auto;
  }
  .firstblock__toptitle {
    font-size: 28px;
    line-height: 121.428571%; /* 34/28 */
    text-align: center;
    text-align: center;
  }
  .firstblock__toptext {
    text-align: center;
    color: var(--darkGreen);
  }
  .firstblock__toptext:not(:last-child) {
    margin-bottom: 10px;
  }
  .firstblock__bottom {
    padding: 30px 15px;
  }
  .firstblock__bottomtitle:not(:last-child) {
    margin-bottom: 30px;
  }
  .firstblock__items .firstblock-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .deltime__decor-2 {
    display: none;
  }
  .deltime__top:not(:last-child) {
    margin-bottom: 30px;
  }
  .healthfrom__top:not(:last-child) {
    margin-bottom: 21px;
  }
  .healthfrom__text {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .healthfrom__text p:not(:last-child) {
    margin-bottom: 10px;
  }
  .healthfrom__items {
    gap: 10px;
  }
  .healthfrom__items .healthfrom-item {
    flex: 0 1 calc((100% - 10px) / 2);
  }
  .delprice {
    padding-top: 82px;
    padding-bottom: 60px;
    margin-top: -52px;
    background: url("../files/assets/img/delprice-bg-small.webp") 0 0/cover no-repeat;
  }
  .delprice__block {
    padding: 30px 15px;
  }
  .delprice__text {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .delprice__text:not(:last-child) {
    margin-bottom: 22px;
  }
  .delprice__blocktitle {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .delprice__rightimages {
    column-gap: 10px;
    row-gap: 20px;
  }
  .delprice__rightimage {
    flex: 0 1 calc((100% - 10px) / 2);
    height: 58px;
  }
  .delprice__rightimage.delprice__rightimage--big span {
    font-size: 11px;
    line-height: 127.272727%; /* 14/11 */
  }
  .delprice__new {
    padding: 30px;
  }
  .delprice__new span {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .delprice__newtext {
    font-size: 50px;
    line-height: 120%; /* 60/50 */
  }
  .delprice__newtext:not(:last-child) {
    margin-bottom: 5px;
  }
  .whyus {
    padding-top: 30px;
  }
  .whyus__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .whyus__leftrow {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .whyus__leftrow span {
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }
  .bunusprog__decor-2 {
    right: -34px;
    transform: rotate(-12deg);
    bottom: -266px;
  }
  .bunusprog__top:not(:last-child) {
    margin-bottom: 20px;
  }
  .bunusprog__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .bunusprog__blocks:not(:last-child) {
    margin-bottom: 30px;
  }
  .bunusprog__block {
    padding-bottom: 50px;
  }
  .bunusprog__block:not(:last-child) {
    margin-bottom: 26px;
  }
  .bunusprog__block::after {
    background: url("../files/assets/img/bunusprog-right-mob.webp") left 50% bottom 0/cover no-repeat;
  }
  .bunusprog__blocktitle {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .bunusprog__blockitem {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .bunusprog__blockitem::before {
    margin-top: 1px;
  }
  .bunusprog__link.button_v2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .howorder__top:not(:last-child) {
    margin-bottom: 5px;
  }
  .howorder__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .howorder__items:not(:last-child) {
    margin-bottom: 61px;
  }
  .howorder__item:nth-child(odd) {
    border-right: none;
  }
  .howorder__item:not(:last-child) {
    margin-bottom: 5px;
  }
  .howorder__item:not(:last-child) {
    border-bottom: 1px solid rgba(37, 99, 11, 0.4);
    padding-bottom: 21px;
  }
  .howorder__itemtop:not(:last-child) {
    margin-bottom: 5px;
  }
  .howorder__itemimage {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
  .howorder__itemimage img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
  .howorder__bottom {
    padding: 30px 15px;
    background: url("../files/assets/img/howorder-bottom-bg-small.webp") center/cover no-repeat;
  }
  .howorder__bottomcont:not(:last-child) {
    margin-bottom: 30px;
  }
  .howorder__bottomcont span {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .howorder__bottomcont span:not(:last-child) {
    margin-bottom: 4px;
  }
  .howorder__bottomtext {
    font-size: 50px;
    line-height: 120%; /* 60/50 */
  }
  .howorder__bottomtext:not(:last-child) {
    margin-bottom: 2px;
  }
  .howorder__bottombutton_v2 {
    width: 100%;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .faqblock__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .faqblock__right .spollers:not(:last-child) {
    margin-bottom: 30px;
  }
  .faqblock__link {
    width: 100%;
    justify-content: center;
  }
  .trustfound__body {
    padding: 60px 15px;
    background: url("../files/assets/img/trustfound-bg-small.webp") top 50% right 0/cover no-repeat;
  }
  .trustfound__title {
    text-align: center;
  }
  .trustfound__title:not(:last-child) {
    margin-bottom: 40px;
  }
  .trustfound__link {
    width: 100%;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .commentsblock__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .commentsblock__item {
    padding: 30px 15px 73px 15px;
  }
  .commentsblock__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .commentsblock__itemtitle {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .commentsblock__itemtitle:not(:last-child) {
    margin-bottom: 10px;
  }
  .commentsblock__stars:not(:last-child) {
    margin-bottom: 30px;
  }
  .popularblock {
    background: url("../files/assets/img/popularblock-bg-small.webp") center/cover no-repeat;
    padding-bottom: 60px;
  }
  .popularblock__decor {
    display: none;
  }
  .popularblock__body {
    padding: 30px 15px;
  }
  .popularblock__top:not(:last-child) {
    margin-bottom: 20px;
  }
  .popularblock__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .popularblock__item {
    padding: 20px;
    background: linear-gradient(180deg, #255a06 100%, #1c4405 0%);
    position: relative;
    gap: 20px;
  }
  .popularblock__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .popularblock__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 14px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2), 0px 5.6px 5.6px 0px #2c6c07 inset, 0px -5.6px 5.6px 0px #1a4004 inset;
  }
  .popularblock__image {
    background-color: var(--whiteColor);
    width: 57px;
    height: 57px;
    flex: 0 0 57px;
  }
  .popularblock__image::before {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 9.52px 9.52px 0px #ffffff inset, 0px -5px 5px 0px #e3e3e3 inset;
  }
  .popularblock__image svg {
    width: 45px;
    height: 45px;
  }
  .popularblock__image svg path {
    fill: var(--greenColor);
  }
  .popularblock__name {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
    color: var(--whiteColor);
  }
  .popularblock__link.button_v2 {
    font-size: 0;
    padding: 0px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    flex: 0 0 33px;
    margin-left: auto;
    margin-right: -10px;
    box-shadow: none;
    background: url("../files/assets/img/poplink.svg") center/26px 26px no-repeat var(--whiteColor);
    align-self: flex-start;
    margin-top: -10px;
  }
  .popularblock__link.button_v2::after {
    display: none;
  }
  .usestore__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .usestore__block:not(:last-child) {
    margin-bottom: 30px;
  }
  .usestore__blocktitle {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .usestore__linksblock {
    padding: 30px 15px;
  }
  .usestore__linkstext:not(:last-child) {
    margin-bottom: 20px;
  }
  .usestore__link:not(:last-child) {
    margin-bottom: 10px;
  }
  .usestore__link span {
    font-weight: 500;
  }
  .exptell__pagelink {
    justify-content: space-between;
  }
}
@media (max-width: 29.99875em) {
  .firstblock__topcontent img {
    margin-left: -40px;
  }
}
@media (width <= 23.25em) {
  .healthfrom-item__text {
    font-size: 13px;
  }
}
@media (width <= 23.125em) {
  .bunusprog__link.button_v2 {
    font-size: 14px;
  }
}
@media (min-width: 29.99875em) {
  .firstblock__toptitle br {
    display: none;
  }
}
@media (min-width: 47.99875em) {
  .herbpage {
    padding-bottom: 100px;
  }
  .button_v2 {
    gap: 17px;
    padding: 16px 27px;
  }
  .title {
    line-height: 120.930233%; /* 52/43 */
    font-size: 30px;
  }
  .textblock {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
  }
  .spollers__item:not(:last-child) {
    margin-bottom: 21px;
  }
  .spollers__title {
    padding: 10px 20px 10px 30px;
    font-size: 20px;
    line-height: 130%; /* 26/20 */
  }
  .spollers__body {
    padding: 0px 100px 18px 30px;
    font-size: 16px;
    line-height: 125%; /* 21/16 */
  }
  .bigblock {
    padding-top: 100px;
  }
  .section-block:not(:last-child) {
    margin-bottom: 100px;
  }
  .firstblock-item {
    border-radius: 20px;
    padding: 10px 20px 30px 20px;
    display: flex;
    flex-direction: column;
  }
  .firstblock-item img {
    align-self: center;
    width: 209px;
    height: 120px;
  }
  .firstblock-item img:not(:last-child) {
    margin-bottom: 10px;
  }
  .firstblock-item__name {
    font-size: 20px;
    line-height: 120.833333%; /* 29/24 */
  }
  .firstblock-item__name:not(:last-child) {
    margin-bottom: 15px;
  }
  .firstblock-item__text {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
    max-width: 252px;
  }
  .healthfrom-item {
    padding: 20px;
  }
  .healthfrom-item__top {
    font-size: 40px;
    line-height: 120%; /* 72/60 */
  }
  .healthfrom-item__text {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
  }
  .exptell-item__image {
    padding-top: 68%;
  }
  .exptell-item__name {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
    z-index: 2;
  }
  .exptell-item__name:not(:last-child) {
    margin-bottom: 15px;
  }
  .exptell-item__text:not(:last-child) {
    margin-bottom: 30px;
  }
  .bottomblock {
    display: none;
  }
  .menu__body .header__form {
    display: none;
  }
  .header__form {
    max-width: 507px;
    flex: 1 1 auto;
    position: relative;
    z-index: 5;
  }
  .header__forminput {
    padding-left: 19px;
  }
  .header__actions {
    display: flex;
    gap: 31px;
    align-items: center;
  }
  .header__action {
    gap: 4px;
  }
  .footer {
    background: url("../files/assets/img/footer-bg.webp") center/cover no-repeat;
  }
  .footer__body {
    padding: 30px 20px;
  }
  .footer__topmenu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 9.52px 9.52px 0px #ffffff inset, 0px -5px 5px 0px #e3e3e3 inset;
  }
  .footer__topmenuitem {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .footer__top {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
  }
  .footer__top:not(:last-child) {
    margin-bottom: 40px;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__text {
    line-height: 133.333333%; /* 16/12 */
    color: rgba(56, 56, 56, 0.6);
  }
  .footer__menu {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 40px;
  }
  .footer__coltitle:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__menulist:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__menuitem {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
  }
  .footer__menuitem:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__ordertel {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
  }
  .footer__bottom {
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
  }
  .footer__copy {
    font-weight: 800;
  }
  .footer__prod {
    font-weight: 800;
  }
  .firstblock {
    padding-bottom: 100px;
  }
  .firstblock::before {
    background: linear-gradient(114.39deg, #ffffff -0.79%, #a9c477 61.51%);
  }
  .firstblock::after {
    background: url("../files/assets/img/firstblock-bg-big.webp") center/cover no-repeat;
  }
  .firstblock__decor {
    position: absolute;
    z-index: 3;
    object-fit: contain;
  }
  .firstblock__decor-1 {
    width: 150px;
    height: 250px;
    top: -40px;
    right: -73px;
    transform: rotate(-20.74deg);
  }
  .firstblock__decor-2 {
    width: 184px;
    height: 150px;
    top: 573px;
    left: -94px;
    transform: rotate(-22.5deg);
  }
  .firstblock__decor-3 {
    width: 184px;
    height: 493px;
    top: 777px;
    left: -134px;
    transform: rotate(12.12deg);
  }
  .firstblock__decor-4 {
    width: 184px;
    height: 493px;
    top: 555px;
    right: -140px;
    transform: rotate(-167.88deg);
  }
  .firstblock__top {
    padding-top: 46px;
  }
  .firstblock__topcontent {
    padding-top: 60px;
    padding-bottom: 150px;
    position: relative;
    max-width: 450px;
  }
  .firstblock__topcontent img {
    position: absolute;
    top: 0;
    left: calc(100% + 16px);
    object-fit: contain;
    width: 450px;
    height: 303px;
  }
  .firstblock__toptitle {
    font-size: 34px;
    line-height: 120%; /* 60/50 */
  }
  .firstblock__toptext {
    font-weight: 500;
    color: var(--greenColor);
  }
  .firstblock__bottom {
    padding: 50px 30px;
  }
  .firstblock__bottomtitle:not(:last-child) {
    margin-bottom: 50px;
  }
  .firstblock__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .firstblock__items .firstblock-item {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .deltime__decor-2 {
    top: 340px;
    right: 0;
    width: 97px;
    height: 178px;
  }
  .deltime__top:not(:last-child) {
    margin-bottom: 35px;
  }
  .healthfrom__top:not(:last-child) {
    margin-bottom: 60px;
  }
  .healthfrom__text {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
  }
  .healthfrom__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .healthfrom__items {
    gap: 19px;
  }
  .healthfrom__items .healthfrom-item {
    flex: 0 1 calc((100% - 19px) / 2);
  }
  .delprice {
    padding-top: 167px;
    padding-bottom: 100px;
    margin-top: -67px;
    background: url("../files/assets/img/delprice-bg-big.webp") 0 0/cover no-repeat;
  }
  .delprice__block {
    padding: 30px;
  }
  .delprice__text {
    max-width: 371px;
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
  }
  .delprice__text:not(:last-child) {
    margin-bottom: 30px;
  }
  .delprice__blocktitle {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .delprice__bottomimages {
    column-gap: 30px;
  }
  .delprice__rightimages {
    column-gap: 9px;
    row-gap: 10px;
  }
  .delprice__rightimage {
    flex: 0 1 calc((100% - 18px) / 3);
    height: 70px;
  }
  .delprice__rightimage.delprice__rightimage--big span {
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
  }
  .delprice__new {
    padding: 22px;
  }
  .delprice__new span {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .delprice__newtext {
    font-size: 90px;
    line-height: 1;
  }
  .whyus__title {
    text-align: center;
  }
  .whyus__title:not(:last-child) {
    margin-bottom: 50px;
  }
  .whyus__leftrow {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .bunusprog__decor-2 {
    right: 0;
    bottom: -123px;
  }
  .bunusprog__top {
    text-align: center;
  }
  .bunusprog__top:not(:last-child) {
    margin-bottom: 48px;
  }
  .bunusprog__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .bunusprog__blocks {
    display: flex;
    gap: 20px;
  }
  .bunusprog__blocks:not(:last-child) {
    margin-bottom: 20px;
  }
  .bunusprog__block {
    flex: 1 1 50%;
  }
  .bunusprog__block-1::after {
    background: url("../files/assets/img/bunusprog-right-1.webp") left 50% bottom 0/cover no-repeat;
  }
  .bunusprog__block-2::after {
    background: url("../files/assets/img/bunusprog-right-2.webp") left 50% bottom 0/cover no-repeat;
  }
  .bunusprog__blocktitle {
    font-size: 24px;
    line-height: 120.833333%; /* 29/24 */
  }
  .bunusprog__blockitem {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
  }
  .bunusprog__blockitem::before {
    margin-top: 2px;
  }
  .bunusprog__link.button_v2 {
    gap: 50px;
  }
  .bunusprog__link.button_v2::after {
    font-size: 16px;
  }
  .howorder__top {
    text-align: center;
  }
  .howorder__top:not(:last-child) {
    margin-bottom: 34px;
  }
  .howorder__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .howorder__toptext br {
    display: none;
  }
  .howorder__items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .howorder__items:not(:last-child) {
    margin-bottom: 40px;
  }
  .howorder__item:first-child {
    padding-left: 0;
  }
  .howorder__item {
    flex: 1 1 50%;
    padding: 14px 30px 20px 30px;
  }
  .howorder__itemtop:not(:last-child) {
    margin-bottom: 24px;
  }
  .howorder__itemimage {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
  }
  .howorder__itemimage img {
    width: 41px;
    height: 41px;
    flex: 0 0 41px;
  }
  .howorder__bottom {
    background: url("../files/assets/img/howorder-bottom-bg-big.webp") center/cover no-repeat;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 30px;
  }
  .howorder__bottomcont span {
    font-size: 22px;
    line-height: 131.818182%; /* 29/22 */
    letter-spacing: -0.02em;
  }
  .howorder__bottomtext {
    font-size: 78px;
    line-height: 103%;
  }
  .faqblock__title {
    text-align: center;
  }
  .faqblock__title:not(:last-child) {
    margin-bottom: 50px;
  }
  .faqblock__right .spollers:not(:last-child) {
    margin-bottom: 20px;
  }
  .trustfound__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: url("../files/assets/img/trustfound-bg-big.webp") top 50% right 0/cover no-repeat;
    padding: 30px;
  }
  .trustfound__title {
    max-width: 450px;
  }
  .trustfound__link {
    column-gap: 25px;
  }
  .commentsblock__title {
    text-align: center;
  }
  .commentsblock__title:not(:last-child) {
    margin-bottom: 50px;
  }
  .commentsblock__body {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .commentsblock__item {
    flex: 0 1 calc((100% - 20px) / 2);
    padding: 30px;
  }
  .commentsblock__itemtitle {
    max-width: 326px;
    font-size: 24px;
    line-height: 120.833333%; /* 29/24 */
  }
  .commentsblock__itemtitle:not(:last-child) {
    margin-bottom: 20px;
  }
  .commentsblock__stars:not(:last-child) {
    margin-bottom: 40px;
  }
  .popularblock {
    background: url("../files/assets/img/popularblock-bg-big.webp") center/cover no-repeat;
    padding-bottom: 100px;
  }
  .popularblock__decor {
    width: 132px;
    height: 131px;
    top: 253px;
    left: -50px;
    position: absolute;
  }
  .popularblock__body {
    padding: 50px 20px;
  }
  .popularblock__top {
    text-align: center;
  }
  .popularblock__top:not(:last-child) {
    margin-bottom: 131px;
  }
  .popularblock__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .popularblock__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .popularblock__item {
    flex: 0 1 calc((100% - 40px) / 3);
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 9.52px 9.52px 0px #ffffff inset, 0px -5px 5px 0px #e3e3e3 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
    padding: 60px 15px 30px 15px;
    gap: 30px;
  }
  .popularblock__image {
    width: 159px;
    height: 111px;
    background: linear-gradient(180deg, #255a06 100%, #1c4405 0%);
    margin-top: -141px;
  }
  .popularblock__image::before {
    box-shadow: 0px 5.6px 5.6px 0px #265d06 inset, 0px -5.6px 5.6px 0px #1a4004 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .popularblock__name {
    color: var(--greenColor);
    font-size: 22px;
    line-height: 120.833333%; /* 29/24 */
  }
  .popularblock__link {
    width: 100%;
    max-width: 270px;
    justify-content: space-between;
    margin-top: auto;
  }
  .usestore__title {
    text-align: center;
  }
  .usestore__title:not(:last-child) {
    margin-bottom: 50px;
  }
  .usestore__block:not(:last-child) {
    margin-bottom: 35px;
  }
  .usestore__blocktitle {
    font-size: 24px;
    line-height: 120.833333%; /* 29/24 */
  }
  .usestore__linksblock {
    padding: 30px 20px;
  }
  .usestore__linkstext:not(:last-child) {
    margin-bottom: 16px;
  }
  .usestore__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .usestore__link span {
    font-weight: 800;
  }
}
@media (min-width: 61.99875em) {
  .title {
    font-size: 36px;
  }
  .firstblock-item__name {
    font-size: 24px;
  }
  .healthfrom-item__top {
    font-size: 50px;
  }
  .menu {
    /*background-color: var(--greenColor);
    padding: 8px 0;
    min-height: 42px;
    display: flex;
    align-items: center;*/
  }
  .menu__container {
    width: 100%;
  }
  .menu__list {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu__list:not(:last-child) {
    margin-bottom: 5px;
  }
  .menu__link {
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
    color: var(--whiteColor);
  }
  .menu__listbig {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-end;
  }
  .menu__linkbig {
    color: var(--whiteColor);
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
  }
  .menu__socs {
    display: none;
  }
  .header__bottom {
    padding: 12px 0;
  }
  .header__logo {
    width: 140px;
    flex: 0 0 140px;
  }
  .header__actions {
    margin-left: auto;
  }
  .footer__topmenu {
    justify-content: space-between;
  }
  .footer__topmenuitem {
    flex: 0 1 auto;
  }
  .footer__topmenuicon {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
  }
  .footer__topmenuicon img {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }
  .footer__column {
    flex: 1;
  }
  .firstblock {
    padding-top: 127px;
  }
  .firstblock__decor-1 {
    width: 270px;
    height: 313px;
  }
  .firstblock__topcontent {
    padding-top: 100px;
    padding-bottom: 200px;
    max-width: 520px;
  }
  .firstblock__topcontent img {
    width: 520px;
    height: 350px;
  }
  .firstblock__toptitle {
    font-size: 40px;
  }
  .firstblock__bottom {
    margin-top: -145px;
  }
  .firstblock__items .firstblock-item {
    flex: 0 1 calc((100% - 40px) / 3);
  }
  .healthfrom__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .healthfrom__title {
    flex: 0 0 410px;
  }
  .healthfrom__text {
    flex: 1 1 auto;
    max-width: 636px;
  }
  .healthfrom__items .healthfrom-item {
    flex: 0 1 calc((100% - 57px) / 4);
  }
  .whyus__decor {
    position: absolute;
    top: -81px;
    right: 0;
    width: 128px;
    height: 235px;
  }
  .whyus__body {
    display: flex;
    align-items: flex-start;
  }
  .whyus__left {
    flex: 1 1 auto;
  }
  .whyus__lefttitle {
    color: var(--greenColor);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%; /* 24/20 */
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .whyus__leftrow {
    padding-top: 44px;
  }
  .whyus__leftrow:first-child {
    padding-top: 42px;
  }
  .whyus__leftrow:not(:last-child) {
    padding-bottom: 42px;
  }
  .whyus__checks {
    flex: 0 0 220px;
    box-shadow: 0px 9.52px 9.52px 0px #ffffff inset, 0px -5px 5px 0px #e3e3e3 inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 14px;
  }
  .whyus__checkstop {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
  }
  .whyus__checkstop img {
    width: 134px;
    height: 47px;
    object-fit: contain;
  }
  .whyus__checkscheck {
    height: 110px;
    background: url("../files/assets/img/chech-g.webp") center/30px 30px no-repeat;
  }
  .whyus__checkscheck:first-child {
    height: 90px;
    background-position: top 21px left 50%;
  }
  .whyus__checkscheck:last-child {
    height: 100px;
    background-position: top 41px left 50%;
  }
  .whyus__other {
    flex: 0 0 220px;
  }
  .whyus__othertop {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .whyus__otherrow {
    height: 110px;
    background: url("../files/assets/img/close-r.webp") center/30px 30px no-repeat;
  }
  .whyus__otherrow:first-child {
    height: 90px;
    background-position: top 21px left 50%;
  }
  .whyus__otherrow:last-child {
    height: 100px;
    background-position: top 41px left 50%;
  }
  .bunusprog__decor-1 {
    width: 116px;
    height: 181px;
    left: 0;
    top: -3px;
  }
  .bunusprog__body {
    display: flex;
    gap: 20px;
  }
  .bunusprog__left {
    position: relative;
    border-radius: 14px;
    flex: 0 0 270px;
  }
  .bunusprog__left img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 14px;
  }
  .bunusprog__left::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 14px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 15.41px 15.41px 0px #265d06 inset, 0px -15.41px 15.41px 0px #1a4004 inset;
  }
  .bunusprog__right {
    flex: 1 1 auto;
  }
  .howorder__bottom {
    padding: 30px 71px 20px 71px;
  }
  .howorder__bottombutton_v2 {
    gap: 58px;
  }
  .faqblock__left img {
    width: 100%;
    border-radius: 14px;
  }
  .faqblock__left::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 14px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 15.41px 15.41px 0px #265d06 inset, 0px -15.41px 15.41px 0px #1a4004 inset;
  }
  .trustfound__body {
    padding: 40px;
  }
  .trustfound__title {
    max-width: 530px;
  }
  .popularblock__decor {
    left: 0;
  }
  .popularblock__item {
    padding: 60px 30px 30px 30px;
  }
  .popularblock__name {
    font-size: 24px;
  }
  .usestore__decor {
    position: absolute;
  }
  .usestore__decor-1 {
    width: 101px;
    height: 214px;
    left: 0;
    top: -83px;
  }
  .usestore__decor-2 {
    width: 106px;
    height: 229px;
    right: 0;
    top: 301px;
  }
  .usestore__body {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .usestore__left {
    flex: 0 0 567px;
  }
  .usestore__right {
    flex: 1 1 auto;
    max-width: 653px;
  }
  .exptell__container {
    display: grid;
    grid-template-columns: 1fr 270px;
    row-gap: 50px;
    column-gap: 20px;
  }
  .exptell__slidercont {
    grid-column: 1/3;
    position: relative;
  }
  .exptell__navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 102px);
    left: -51px;
  }
  .exptell__swiper-pagination {
    display: none;
  }
  .exptell__pagelink {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: start;
  }
}
@media (min-width: 82.561875em) {
  .title {
    font-size: 43px;
  }
  .swiper-button {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }
  .firstblock-item.firstblock-item--big {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-top: 30px;
    justify-content: space-between;
    padding-right: 46px;
  }
  .firstblock-item.firstblock-item--big img {
    width: 203px;
    height: 164px;
    flex: 0 0 203px;
    object-fit: contain;
  }
  .firstblock-item.firstblock-item--big img:not(:last-child) {
    margin-bottom: 0px;
  }
  .healthfrom-item__top {
    font-size: 60px;
  }
  .menu__body {
    display: flex;
    align-items: center;
    gap: 31px;
    justify-content: space-between;
  }
  .menu__list {
    flex: 1 1 auto;
  }
  .menu__list:not(:last-child) {
    margin-bottom: 0px;
  }
  .header__logo {
    margin-right: 13px;
  }
  .footer__body {
    padding: 50px 40px;
  }
  .footer__topmenu {
    padding: 14px 33px;
  }
  .footer__top {
    flex-wrap: nowrap;
    gap: 60px;
  }
  .footer__left {
    flex: 0 0 221px;
  }
  .footer__text-dn {
    display: none;
  }
  .footer__menu {
    padding-top: 17px;
  }
  .footer__column {
    max-width: 262px;
    flex: 0 1 auto;
  }
  .footer__column:first-child {
    max-width: 187px;
  }
  .footer__column:nth-child(2) {
    max-width: 168px;
  }
  .footer__bottom {
    display: grid;
    grid-template-columns: 222px 1fr 262px;
    gap: 60px;
  }
  .footer__bottomtext {
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
    font-weight: 500;
    color: rgba(56, 56, 56, 0.6);
    max-width: 647px;
  }
  .footer__prod {
    justify-self: start;
  }
  .firstblock {
    padding-top: 112px;
  }
  .firstblock__decor-2 {
    left: -34px;
  }
  .firstblock__decor-3 {
    left: -84px;
  }
  .firstblock__decor-4 {
    right: -92px;
  }
  .firstblock__topcontent {
    padding-top: 140px;
    padding-bottom: 289px;
    max-width: 636px;
  }
  .firstblock__topcontent img {
    width: 868px;
    height: 581px;
  }
  .firstblock__toptitle {
    font-size: 50px;
  }
  .firstblock__items .firstblock-item {
    flex: 0 1 calc((100% - 60px) / 4);
  }
  .firstblock__items .firstblock-item.firstblock-item--big {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .deltime:not(:last-child) {
    margin-bottom: 27px;
  }
  .deltime__decor-1 {
    width: 84px;
    height: 187px;
    top: -48px;
    left: 0;
  }
  .deltime__body:not(:last-child) {
    margin-bottom: 20px;
  }
  .deltime__images {
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
  }
  .deltime__images:not(:last-child) {
    margin-bottom: 30px;
  }
  .deltime__images span {
    height: 2px;
    position: absolute;
    top: 42px;
    background-color: var(--greenColor);
    display: block;
    width: 0;
    transition: width 0.4s ease;
  }
  .deltime__images::before {
    width: 100%;
    height: 2px;
    top: 42px;
    left: 0;
    content: "";
    position: absolute;
    background-color: var(--orangeColor);
  }
  .deltime__images::after {
    content: "";
    width: 30px;
    height: 40px;
    background-color: var(--whiteColor);
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .deltime__list {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 200px;
  }
  .deltime__item {
    flex: 1 1 calc((100% - 60px) / 7);
    padding: 15px;
  }
  .deltime__item::after {
    color: var(--greenColor);
    font-size: 67px;
    text-align: right;
    opacity: 0.1;
    line-height: 63px;
    transition: font-size 0.6s;
  }
  .deltime__item:first-child .deltime__image {
    left: 27px;
    transform: scale(0.4);
    top: -118px;
    transform-origin: left;
  }
  .deltime__item:first-child._active .deltime__image {
    left: 27px !important;
    top: -105px !important;
  }
  .deltime__item:last-child .deltime__image {
    right: 27px;
    left: auto;
    transform: scale(0.4);
    top: -118px;
    transform-origin: right;
  }
  .deltime__item:last-child._active .deltime__image {
    left: auto !important;
    right: 27px !important;
    top: -105px !important;
  }
  .deltime__item._active {
    width: 204px;
    flex: 0 0 204px;
  }
  .deltime__item._active .deltime__itemtitle {
    font-size: 18px;
    line-height: 120%; /* 24/20 */
  }
  .deltime__item._active .deltime__itemtitle:not(:last-child) {
    margin-bottom: 34px;
  }
  .deltime__item._active::before {
    display: none;
  }
  .deltime__item._active::after {
    color: var(--whiteColor);
    opacity: 0.1;
    font-size: 84px;
    line-height: 79px;
  }
  .deltime__image {
    position: absolute;
    border-radius: 50%;
    background-color: var(--orangeColor);
    left: 45px;
    width: 75px;
    height: 75px;
    top: -118px;
    transform: scale(0.2);
    transition: transform 0.6s, left 0.6s;
    transform-origin: center;
  }
  ._active .deltime__image {
    left: 65px !important;
    top: -105px !important;
    transform: scale(1) !important;
  }
  ._active .deltime__image img {
    visibility: visible;
    opacity: 1;
  }
  .deltime__image img {
    width: 37px;
    height: 37px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.6s, opacity 0.6s;
  }
  .deltime__itemtitle {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
    transition: font-size 0.6s;
  }
  .deltime__itemtitle:not(:last-child) {
    margin-bottom: 24px;
  }
  .deltime__bottom {
    display: flex;
    width: fit-content;
    gap: 5px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
    padding: 19px;
    background-color: var(--whiteColor);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843), 0px 9.52px 9.52px 0px #ffffff inset, 0px -5px 5px 0px #e3e3e3 inset;
  }
  .deltime__bottom::before {
    content: "";
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border-radius: 50%;
    background-color: var(--greenColor);
    display: block;
  }
  .deltime__bottomtext {
    font-size: 16px;
    line-height: 131.25%; /* 21/16 */
    font-weight: 500;
    display: none;
  }
  .deltime__bottomtext._active {
    display: block;
  }
  .healthfrom__title {
    flex: 0 0 489px;
  }
  .delprice__container {
    display: flex;
    gap: 20px;
  }
  .delprice__left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .delprice__bottom {
    margin-top: auto;
  }
  .delprice__right {
    flex: 1 1 50%;
  }
  .delprice__righttop:not(:last-child) {
    margin-bottom: 20px;
  }
  .whyus__checks {
    flex: 0 0 286px;
  }
  .whyus__other {
    flex: 0 0 286px;
  }
  .bunusprog__left {
    flex: 0 0 512px;
  }
  .bunusprog__block {
    padding-bottom: 73px;
  }
  .howorder__item:not(:last-child) {
    border-right: 1px solid rgba(37, 99, 11, 0.4);
  }
  .howorder__item {
    flex: 1 1 25%;
  }
  .faqblock__decor {
    position: absolute;
    width: 139px;
    height: 185px;
    left: 0;
    top: 139px;
    z-index: 1;
  }
  .faqblock__body {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .faqblock__left {
    flex: 0 0 512px;
    border-radius: 14px;
  }
  .faqblock__right {
    flex: 1 1 auto;
  }
  .trustfound__body {
    padding: 51px 71px;
  }
  .trustfound__title {
    max-width: 700px;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .button_v2.button_v2--green:hover {
    border-color: var(--greenColor);
    background: var(--whiteColor);
    color: var(--greenColor);
    box-shadow: none;
  }
  html:not([data-fls-touch]) .button_v2.button_v2--white:hover {
    border-color: var(--whiteColor);
    background-color: var(--greenColor);
    color: var(--whiteColor);
    box-shadow: none;
  }
  html:not([data-fls-touch]) .button_v2.button_v2--border:hover {
    background-color: var(--greenColor);
    color: var(--whiteColor);
  }
  html:not([data-fls-touch]) .spollers__body a:hover {
    text-decoration: auto;
  }
  html:not([data-fls-touch]) .swiper-button:hover {
    transform: scale(1.05);
  }
  html:not([data-fls-touch]) .socsblock__link:hover {
    transform: scale(1.05);
  }
  html:not([data-fls-touch]) .exptell-item__image:hover img {
    transform: scale(1.05);
  }
  html:not([data-fls-touch]) .exptell-item__name:hover {
    text-decoration: auto;
  }
  html:not([data-fls-touch]) .menu__link:hover {
    color: var(--orangeColor);
  }
  html:not([data-fls-touch]) .menu__linkbig:hover {
    color: var(--orangeColor);
  }
  html:not([data-fls-touch]) .header__form:has(input:focus):hover {
    border-color: var(--darkGreen);
  }
  html:not([data-fls-touch]) .header__form:hover {
    border-color: rgba(37, 99, 11, 0.5843137255);
  }
  html:not([data-fls-touch]) .header__formsubmit:hover {
    background-color: var(--darkGreen);
  }
  html:not([data-fls-touch]) .header__action:hover {
    color: var(--greenColor);
  }
  html:not([data-fls-touch]) .footer__topmenulink:hover {
    text-decoration: auto;
  }
  html:not([data-fls-touch]) .footer__menulink:hover {
    text-decoration: auto;
  }
  html:not([data-fls-touch]) .footer__menulink.footer__menulink-under:hover {
    text-decoration: none;
  }
  html:not([data-fls-touch]) .footer__ordertel:hover {
    text-decoration: auto;
  }
  html:not([data-fls-touch]) .footer__prod:hover {
    text-decoration: none;
  }
  html:not([data-fls-touch]) .delprice__rightimages a.delprice__rightimage:hover {
    box-shadow: 0px 22.63px 22.63px 0px #ffffff inset, 0px -7px 15px 0px #e6e6e6 inset, 0px 2px 15px 2px rgba(0, 0, 0, 0.2666666667);
  }
  html:not([data-fls-touch]) .popularblock__image:hover img {
    transform: scale(1.1);
  }
  html:not([data-fls-touch]) .popularblock__name:hover {
    text-decoration: auto;
  }
  html:not([data-fls-touch]) .usestore__link:hover {
    background-color: var(--greenColor);
  }
  html:not([data-fls-touch]) .usestore__link:hover svg path {
    fill: var(--whiteColor);
  }
  html:not([data-fls-touch]) .usestore__link:hover span {
    color: var(--whiteColor);
  }
}
