/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: auto;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: auto;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Light.woff2") format("woff2"), url("../fonts/Circe-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-ExtraBold.woff2") format("woff2"), url("../fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-feature-settings: 'pnum' on, 'lnum' on;
  -webkit-text-size-adjust: 100%;
  font-kerning: none;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

body {
  font-family: "Circe", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  animation: fadeIn 1s both;
  scrollbar-color: #9acf16 transparent;
  scrollbar-width: thin;
  position: relative;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #9acf16;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}

.main-content a:not(.custom-link, .btn, .post-socials__list-link) {
  color: var(--color-sub-brand);
}

.main-content a:hover {
  color: var(--color-brand);
}

input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
  transition: all 0.2s linear;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  object-fit: cover;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 5px;
  border: 1px solid #9acf16;
}

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

.none {
  display: none;
}

.hidden {
  display: none;
}

.is-hidden {
  display: none;
}

.visually-hidden {
  opacity: 0;
  position: fixed;
  transform: scale(0);
}

.fadeIn {
  animation: fadeIn 1s both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main {
  position: relative;
  min-height: 100%;
  margin-bottom: auto;
}

.main_pt-1 {
  padding-top: var(--pt-1-padding, 300px);
}

:root {
  --color-brand: #9acf16;
  --color-sub-brand: #00a7d4;
  /* Icons */
  --icon-arrow-back: url("../img/svg/arrow-back.svg");
  --icon-booking: url("../img/svg/booking.svg");
  --icon-checkbox: url("../img/svg/checkbox.svg");
  --icon-checkbox-black: url("../img/svg/checkbox-black.svg");
  --icon-close: url("../img/svg/close.svg");
  --icon-fullscreen: url("../img/svg/fullscreen.svg");
  --icon-login: url("../img/svg/login.svg");
  --icon-link-arrow: url("../img/svg/link-arrow.svg");
  --icon-menu-arrow: url("../img/svg/menu-arrow.svg");
  --icon-select-arrow: url("../img/svg/select-arrow.svg");
  --icon-metro: url("../img/svg/metro.svg");
  --icon-minus: url("../img/svg/minus.svg");
  --icon-minus-simple: url("../img/svg/minus-simple.svg");
  --icon-nav-arrow: url("../img/svg/nav-arrow.svg");
  --icon-play: url("../img/svg/play.svg");
  --icon-plus: url("../img/svg/plus.svg");
  --icon-plus-simple: url("../img/svg/plus-simple.svg");
  --icon-request: url("../img/svg/request.svg");
  --icon-search: url("../img/svg/search.svg");
  --icon-search-2: url("../img/svg/search-ver-2.svg");
  --icon-service: url("../img/svg/service.svg");
  --icon-tg: url("../img/svg/tg.svg");
  --icon-tg-big: url("../img/svg/tg-big.svg");
  --icon-vk: url("../img/svg/vk.svg");
  --icon-wa: url("../img/svg/wa.svg");
  --icon-yt: url("../img/svg/yt.svg");
  --icon-vb: url("../img/svg/vb.svg");
  --icon-mail: url("../img/svg/mail.svg");
  --icon-drag: url("../img/svg/drag.svg");
  --icon-phone: url("../img/svg/phone.svg");
  --icon-phone-call: url("../img/svg/phone-call.svg");
  --icon-pin: url("../img/svg/pin.svg");
  --icon-nophoto: url("../img/svg/nophoto.svg");
  --icon-map-pin: url("../img/svg/map-pin.svg");
  --icon-location: url("../img/svg/location.svg");
  --icon-list-item: url("../img/svg/list-item.svg");
  --icon-date: url("../img/svg/date.svg");
  --icon-link: url("../img/svg/link.svg");
  --icon-eye: url("../img/svg/eye.svg");
  --icon-exclamation: url("../img/svg/exclamation.svg");
  --icon-quote: url("../img/svg/quote.svg");
  --icon-lopa: url("../img/svg/lopa.svg");
  --icon-review: url("../img/svg/review.svg");
  --icon-cake: url("../img/svg/cake.svg");
  --icon-cart: url("../img/svg/cart.svg");
  --icon-menu: url("../img/svg/menu.svg");
  --icon-box: url("../img/svg/box.svg");
  --icon-book: url("../img/svg/book.svg");
  --icon-clip: url("../img/svg/clip.svg");
  --icon-adv-bg: url("../img/svg/advatnages-bg.svg");
  --icon-cert-bg: url("../img/svg/cert-bg.svg");
  --icon-img-bg: url("../img/svg/img-bg.svg");
  --icon-star: url("../img/svg/star.svg");
  --icon-year-mark: url("../img/svg/year-mark.svg");
  --icon-question-mark: url("../img/svg/question-mark.svg");
  --icon-calendar: url("../img/svg/calendar.svg");
  --icon-cart-remove: url("../img/svg/cart-remove.svg");
  --icon-card: url("../img/svg/card.svg");
  --icon-cash: url("../img/svg/cash.svg");
  --icon-contacts: url("../img/svg/contact.svg");
  --icon-download: url("../img/svg/download.svg");
  --icon-download-arrow: url("../img/svg/download-arrow.svg");
  --icon-intro-arrow: url("../img/svg/intro-arrow.svg");
  --icon-submenu-arrow: url("../img/svg/arrow-down-thin.svg");
  --icon-map: url("../img/svg/map.svg");
  --icon-phone-mobile: url("../img/svg/phone-mobile.svg");
  --icon-controlled-objects: url("../img/svg/controlled-objects.svg");
  --icon-cultures: url("../img/svg/cultures.svg");
  --icon-tile-view: url("../img/svg/tile-view.svg");
  --icon-table-view: url("../img/svg/table-view.svg");
  --icon-adjuvanty: url("../img/svg/adjuvanty.svg");
  --icon-eko: url("../img/svg/eko.svg");
  --icon-fungicidy: url("../img/svg/fungicidy.svg");
  --icon-gerbicidy: url("../img/svg/gerbicidy.svg");
  --icon-insect: url("../img/svg/insect.svg");
  --icon-protravitel: url("../img/svg/protravitel.svg");
  --icon-regulyatir-rosta: url("../img/svg/regulyatir-rosta.svg");
  --icon-repellent: url("../img/svg/repellent.svg");
  --icon-udobrenija: url("../img/svg/udobrenija.svg");
  --icon-zashita-sadov: url("../img/svg/zashita-sadov.svg");
  --icon-goroh: url("../img/svg/goroh.svg");
  --icon-kapusta: url("../img/svg/kapusta.svg");
  --icon-kartofel: url("../img/svg/kartofel.svg");
  --icon-kukuruza: url("../img/svg/kukuruza.svg");
  --icon-morkov: url("../img/svg/morkov.svg");
  --icon-ogurec: url("../img/svg/ogurec.svg");
  --icon-oves: url("../img/svg/oves.svg");
  --icon-podsolnechnik: url("../img/svg/podsolnechnik.svg");
  --icon-pshenica: url("../img/svg/pshenica.svg");
  --icon-raps: url("../img/svg/raps.svg");
  --icon-ris: url("../img/svg/ris.svg");
  --icon-svekla: url("../img/svg/svekla.svg");
  --icon-tomat: url("../img/svg/tomat.svg");
  --icon-vinograd: url("../img/svg/vinograd.svg");
  --icon-yachmen: url("../img/svg/yachmen.svg");
  --icon-len: url("../img/svg/len.svg");
  --icon-luk: url("../img/svg/luk.svg");
  --icon-nut: url("../img/svg/nut.svg");
  --icon-rozh: url("../img/svg/rozh.svg");
  --icon-soya: url("../img/svg/soya.svg");
  --icon-lupin: url("../img/svg/lupin.svg");
  --icon-grechka: url("../img/svg/grechka.svg");
  --icon-bahchevie: url("../img/svg/bahchevie.svg");
}

.btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: var(--btn-width, auto);
  min-width: var(--btn-min-width, auto);
  padding: var(--btn-pd, 14px 50px);
  border: 2px solid transparent;
  border-radius: var(--btn-radius, 10px);
  background-color: var(--btn-color, #9acf16);
  color: var(--btn-text-color, #fff);
  font-size: var(--btn-font-size);
  line-height: 1;
  font-weight: 700;
  text-transform: var(--btn-transform-text, uppercase);
}

.btn {
  font-size: 14px;
}

.btn.is-opened {
  --icon-rotate: -90deg;
}

.btn[data-context="order"] {
  --btn-text-translate-y: 2px;
  min-width: 270px;
  height: 46px;
  padding: 0;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 100%;
}

.btn[data-context="where-buy"] {
  --icon-map-size: 30px;
  --icon-bg-color: var(--color-brand);
  --btn-text-translate-y: 2px;
  gap: 10px;
  max-width: 220px;
  height: 46px;
  padding: 0 20px;
  color: #000;
  font-size: 12px;
  line-height: 100%;
  font-weight: normal;
  white-space: nowrap;
}

.btn span {
  transition: all 0.2s linear;
}

.btn:active {
  background-color: #9acf16;
  color: #fff;
}

.btn:disabled {
  opacity: 0.8;
  cursor: no-drop;
  animation: none !important;
}

.btn__text {
  transform: translateY(var(--btn-text-translate-y, 0));
}

.btn_sending {
  position: relative;
  opacity: 0.8;
  cursor: no-drop;
  pointer-events: none;
  animation: none !important;
}

.btn_sending span {
  opacity: 0;
}

.btn_sending::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: submit-spinner 0.6s linear infinite;
}

.btn.color\:blue {
  --btn-color: #00a7d4;
}

.btn.color\:red {
  background-color: #d20a11;
}

.btn.style\:centered {
  --btn-color: #00a7d4;
}

.btn.style\:small-size {
  height: var(--btn-height, 60px);
  font-size: clamp(14px, 4vw, 18px);
  font-family: 'Roboto', sans-serif;
}

.btn.style\:min-size {
  width: var(--btn-width, auto);
  height: var(--btn-height, 40px);
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.btn.style\:full-width {
  width: 100%;
}

.btn.style\:outline {
  border: 1px solid var(--color-brand);
  background-color: #fff;
}

.btn-primary {
  height: 60px;
  padding: 0 15px;
  border-radius: 20px;
  background-color: #00a7d4;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.btn-primary:hover:not(:active):not(:disabled) {
  background-color: #058fb5;
}

.btn-primary:disabled {
  background-color: #058fb5;
  opacity: 0.8;
  cursor: no-drop;
}

@keyframes submit-spinner {
  to {
    transform: rotate(360deg);
  }
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.header:not(.header_static) {
  margin: 0 auto;
}

.header.header_static {
  --header-nav-link-color: #838383;
  --header-nav-link-weight: 400;
  --header-phone-color: #838383;
  --header-phone-weight: 500;
  --header-logo-pic-display: none;
  --header-logo-bg: url("../img/content/logo-blue.svg");
  --header-logo-translate-y: 12px;
  --header-logo-height: 100px;
  --region-choose-color: #838383;
  --region-choose-icon-bg: var( --color-brand );
  --header-media-bg: var( --color-sub-brand );
  background-color: #fff;
}

.header.header_static + .main_pt-1 {
  --pt-1-padding: 190px;
}

.header.is-fixed {
  --header-wrap-display: none;
  --header-search-position-t: 60px;
  --region-choose-icon-color: #fff;
  --region-choose-display: none;
  --wrap-b-margin-t: 0;
  position: fixed;
  padding: 0;
  background-color: #9acf16;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}

.header.is-fixed .flex-menu .popup-list {
  background-color: #fff;
}

.header::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity .5s linear, width 0s linear .5s, height 0s linear .5s;
}

.header[data-context='restyle-green'] {
  --header-wrap-b-bg-color: transparent;
  --header-logo-position-l: 30px;
  --header-logo-height: 100px;
  --header-wrap-padding: 40px 0 10px 0;
  --header-wrap-bottom-padding: 20px 100px 0 50px;
  --header-wrap-margin: 0 85px 0 100px;
  --wrap-b-margin-t: 0;
  --header-wrap-border-b: 1px solid #fff;
  --region-choose-padding: 0;
  --region-choose-icon-display: none;
  --header-contacts-gap: 5px;
  --header-nav-max-width: auto;
  --header-nav-link-weight: 500;
  --header-menu-link-size: 12px;
  --header-menu-bottom-link-size: clamp( 14px, 3vw, 24px );
  --header-search-position-t: 150px;
  --header-logo-margin-r: 0;
}

.header[data-context='restyle-green'] + .main_pt-1 {
  --pt-1-padding: 150px;
}

.header[data-context='restyle-green'] [data-type='sticky-line'] {
  --header-wrap-bottom-padding: 20px 100px 20px 50px;
  --header-wrap-padding: 0 0 10px 0;
}

.header[data-context='restyle-green'].is-fixed [data-type='sticky-line'] {
  --header-logo-display: none;
}

.header[data-context='restyle-green'].header_static {
  --header-nav-link-color: #fff;
  --header-nav-link-weight: 400;
  --header-phone-color: #fff;
  --header-phone-weight: 500;
  --header-logo-pic-display: none;
  --region-choose-color: #fff;
  --header-logo-translate-y: 0;
  --region-choose-icon-bg: #fff;
  background-color: var(--color-brand);
}

.header.is-over-shadow::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .5s linear;
}

.header__wrap {
  --header-menu-link-size: clamp( 12px, 3vw, 18px );
  --header-menu-link-size: clamp( 12px, 3vw, 14px );
  display: var(--header-wrap-display, flex);
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: var(--header-wrap-width, auto);
  max-width: var(--header-wrap-max-width, 3160px);
  margin: var(--header-wrap-margin, 0);
  padding: var(--header-wrap-padding, 40px 60px 0 30px);
  border-bottom: var(--header-wrap-border-b, none);
}

.header__wrap.type\:bottom {
  --header-wrap-max-width: 100%;
  --header-wrap-width: 100%;
  --header-menu-link-size: var( --header-menu-bottom-link-size, clamp( 14px, 3vw, 16px ) );
  --header-nav-link-color: #fff;
  --header-nav-link-weight: 700;
  --header-wrap-border-b: none;
  --header-wrap-margin: 0;
  position: sticky;
  top: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: var(--wrap-b-margin-t, 20px);
  padding: var(--header-wrap-bottom-padding, 15px 60px 15px 20px);
  background-color: var(--header-wrap-b-bg-color, var(--color-brand));
}

.header__wrap.type\:bottom.is-sticky {
  --header-menu-link-size: 18px;
}

.header__logo {
  position: var(--header-logo-position, static);
  top: var(--header-logo-position-t, auto);
  left: var(--header-logo-position-l, auto);
  display: var(--header-logo-display, block);
  width: 100%;
  height: var(--header-logo-height, auto);
  background-image: var(--header-logo-bg, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(var(--header-logo-translate-y, 0));
}

.header__logo:not(.header__logo_mobile) {
  min-width: 250px;
  max-width: 250px;
  margin-top: -50px;
  margin-right: var(--header-logo-margin-r, 0);
}

.header__logo-pic {
  display: var(--header-logo-pic-display, block);
}

.header__logo img {
  display: block;
  width: 90%;
  height: auto;
}

.header__logo.header__logo_mobile {
  min-width: 200px;
  max-width: 200px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.header__logo.is-mobile {
  --header-logo-height: 100px;
  display: none;
}

.header__nav {
  --icon-size: 20px;
  position: relative;
  display: block;
  flex: auto;
  max-width: var(--header-nav-max-width, 900px);
  margin: 0 auto;
}

.header__nav.is-mobile {
  --header-nav-link-align: center;
  display: flex;
  justify-content: center;
  padding-left: 20px;
}

.header__nav.is-secondary {
  --header-nav-link-color: #000;
  --icon-bg-color: #000;
  padding: 20px;
  background-color: #fff;
}

.header__nav-btn {
  display: flex;
  align-items: center;
}

.header__nav-btn span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.header__nav-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 7px;
  fill: #fff;
}

.header__nav-list {
  display: flex;
  gap: 10px;
  justify-content: var(--header-nav-justify, center);
  transition: opacity .3s linear, visibility .3s linear;
}

.header__nav-list.is-bottom-line {
  gap: 20px;
  margin-left: var(--nav-list-margin-l, 60px);
}

.header__nav-list.is-left-aligned {
  --header-nav-justify: flex-start;
  --header-nav-item-border-r: 1px solid #fff;
  position: relative;
  z-index: 100;
}

.header__nav-list.flex-menu li {
  margin: 0;
}

.header__nav-list.flex-menu li:not(:last-child) {
  border-right: var(--header-nav-item-border-r, none);
}

.header__nav-list.flex-menu .menu-more:hover .popup-list {
  opacity: 1;
  transition: all .3s linear 0s;
  transform: scale3d(1, 1, 1);
}

.header__nav-list.flex-menu .popup-list {
  top: 150%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all .3s linear .5s;
  transform: scale3d(0, 0, 0);
}

.header__nav-list.flex-menu .popup-list .header__nav-link {
  color: #787878;
}

.header__nav-list.flex-menu .popup-list li:not(:last-child) {
  padding-bottom: 12px;
}

.header__nav-item {
  padding: 0 10px;
  text-align: var(--header-nav-link-align, left);
}

.header__nav-item:not(:last-child) {
  border-right: var(--header-nav-item-border-r, none);
}

.header__nav-item:first-child {
  padding-left: 0;
}

.header .menu-more button,
.header__nav-link {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--header-nav-link-color, #fff);
  font-size: var(--header-menu-link-size, clamp(16px, 3vw, 18px));
  font-weight: var(--header-nav-link-weight, 500);
  text-transform: uppercase;
  white-space: nowrap;
  transition: .5s;
}

.header .menu-more button:hover:not(:active),
.header__nav-link:hover:not(:active) {
  opacity: .5;
}

.header__contacts {
  display: flex;
  flex-direction: var(--header-contacts-direction, row);
  gap: var(--header-contacts-gap, 20px);
  align-items: var(--header-contacts-align, row);
}

.header__contacts.is-region-choose-included {
  --header-contacts-direction: column;
  --header-contacts-gap: 0;
  margin-right: 40px;
}

.header__media {
  display: var(--header-media-display, flex);
  gap: 20px;
}

.header__media.is-mobile {
  --header-media-display: flex;
}

.header__media-item {
  width: 30px;
  height: 30px;
  background-color: var(--header-media-bg, #fff);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.header__contacts-item {
  display: flex;
  gap: var(--header-contacts-gap, 20px);
  align-items: center;
  color: var(--header-phone-color, #fff);
  font-size: 20px;
  font-weight: var(--header-phone-weight, 500);
  white-space: nowrap;
}

.header__contacts-item.is-desktop-search {
  width: 40px;
  height: 40px;
  text-transform: none;
}

.header__contacts-item.is-desktop {
  padding-left: 20px;
}

.header__contacts-item-search-input {
  display: block;
  width: 50%;
  border-bottom: var(--header-search-input-border, 1px solid #fff);
  color: #fff;
  text-align: left;
  opacity: .5;
}

.header__contacts-item:hover:not([type='button']) {
  opacity: .5;
}

.header__contacts-item.is-mobile-search {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  mask-image: var(--mobile-search-icon, url("../img/sprites/sprite.svg#search_icon"));
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
}

.header__contacts-item.is-mobile-search.is-opened {
  --mobile-search-icon: url( '../img/sprites/sprite.svg#close' );
}

.header__contacts-item[type='button']:nth-child(2) {
  flex-basis: 23%;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  width: 42px;
  height: 42px;
}

.header__contacts-item[type='button']:nth-child(2):hover svg {
  transform: scale(1.05);
}

.header__contacts-item[type='button']:nth-child(2) svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  transition: all 0.2s linear;
}

.header__burger {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.header__burger-bar1,
.header__burger-bar2,
.header__burger-bar3 {
  display: block;
  width: 35px;
  height: 3px;
  margin: 4px 0;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.2s linear;
}

.header__menu {
  scrollbar-color: #9acf16 transparent;
  scrollbar-width: thin;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-width: 400px;
  padding: 40px 0;
  background-color: #00a7d4;
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
  visibility: hidden;
  transition: all 0.2s linear;
  transform: translateX(100%);
}

.header__menu::-webkit-scrollbar {
  width: 5px;
}

.header__menu::-webkit-scrollbar-thumb {
  background-color: #9acf16;
}

.header__menu.is-show {
  visibility: visible;
  transform: none;
}

.header__menu .header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header__menu .header__contacts--mobile {
  align-items: center;
}

.header__menu-flex {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.header__menu-bottom {
  margin-top: auto;
  padding-left: 20px;
}

.header__menu-bottom .header__contacts-item {
  font-size: 18px;
  font-weight: 700;
}

.header__menu-bottom .header__contacts-item:not(:last-child) {
  margin-bottom: 7px;
}

.header__menu-bottom .header__contacts-item:nth-last-child(1) {
  margin-top: 25px;
}

.header__menu-bottom .header__contacts-item:not(:nth-child(2)) {
  display: block;
}

.header__menu-bottom .header__contacts {
  padding-bottom: 50px;
}

.header__slog {
  margin: 25px 0 80px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.header__menu-close {
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #9acf16;
  stroke-width: 4px;
}

.header__menu-close:hover:not(:active) {
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px, rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
}

.header__menu-close svg {
  width: 20px;
  height: 20px;
}

.header__search {
  position: absolute;
  top: var(--header-search-position-t, 230px);
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  max-height: 8rem;
  padding: 30px 0;
  transition: all .3s linear;
}

.header__search:not(.header__search_is-show) {
  max-height: 0;
  padding: 0;
  visibility: hidden;
}

.header__search-wrap {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.header__search-label {
  position: relative;
  flex: auto;
}

.header__search-glass {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 20px;
  transform: translateY(-50%);
}

.header__search-glass img {
  width: 25px;
  height: 25px;
}

.header__search-input {
  width: 100%;
  height: 60px;
  padding: 0 55px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  background-color: #fff;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1.33;
}

.header__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 170px;
  margin-left: 20px;
}

.header__search-btn.is-disabled {
  pointer-events: none;
}

.header__search-loader,
.header__search-clear {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 20px;
  transform: translateY(-50%);
}

.header__search-loader:not(.is-show),
.header__search-clear:not(.is-show) {
  display: none;
}

.header__search-loader img,
.header__search-clear img {
  width: 25px;
  height: 25px;
}

.header__search-loader img {
  animation: loader-icon 1.5s linear infinite both;
}

.header__search-result {
  position: absolute;
  top: 101%;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header__search-result:not(.header__search-result_is-show) {
  display: none;
}

.header__search-content {
  scrollbar-color: #9acf16 transparent;
  scrollbar-width: thin;
  background: linear-gradient(#ffffff 33%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(34, 34, 34, 0.5), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(34, 34, 34, 0.5), rgba(0, 0, 0, 0)) 0 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 45px, 100% 45px, 100% 15px, 100% 15px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 70vh;
  padding: 15px;
}

.header__search-content::-webkit-scrollbar {
  width: 5px;
}

.header__search-content::-webkit-scrollbar-thumb {
  background-color: #9acf16;
}

.header__search-content .result-content__product {
  display: flex;
}

.header__search-content .result-content__product img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 15px;
}

.header__search-content .result-content__item:not(:last-child) {
  padding-bottom: 15px;
}

.header__search-content .result-content h2 {
  margin-bottom: 3px;
  color: #000;
  font-size: 20px;
  line-height: initial;
  font-weight: 400;
}

.header__search-content .result-content p {
  color: #323232;
  font-size: 14px;
  text-align: left;
}

.header__search-content .result-content__all {
  display: inline-flex;
  justify-content: flex-end;
  float: right;
  margin-top: 15px;
  padding-right: 20px;
  padding-bottom: 30px;
  color: #000;
  text-decoration: underline;
}

@keyframes loader-icon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main[data-context="product"] {
  margin-bottom: 150px;
}

.menu-item .submenu__arrow {
  display: none;
  margin-left: 5px;
  font-size: 12px;
  transition: .3s;
}

.menu-item.menu-item-has-children .submenu__arrow {
  display: inline-flex;
  transition: 1s;
}

.menu-item.menu-item-has-children .sub-menu .submenu__arrow {
  display: none;
}

.menu-item.menu-item-has-children:hover .submenu__arrow {
  transform: rotate(180deg);
}

.sub-menu:not(.header__nav-burger) {
  display: none;
}

.sub-menu.is-visible {
  display: block;
}

.sub-menu.is-visible-column {
  z-index: 800;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500px;
}

.section_pd-1 {
  padding: 80px 0 40px;
}

.section_pd-2 {
  padding: 40px 0;
}

.section_pd-3 {
  padding: 40px 0 80px;
}

.section_pd-4 {
  padding: 80px 0 100px;
}

.section_pd-5 {
  padding: 20px 0 40px;
}

.section_pd-6 {
  padding: 40px 0 100px;
}

.section_pd-7 {
  padding: 80px 0;
}

.section_hidden {
  overflow: hidden;
}

.section__title-head {
  margin-bottom: var(--title-mg-b, 50px);
  color: #9acf16;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.section__title-head {
  font-size: 60px;
}

.section__title-head_blue {
  color: #00a7d4;
}

.section__title-head--contacts-blue {
  color: #00a7d4;
  line-height: 45px;
  font-weight: bold;
  text-align: left;
  font-family: 'Arial', sans-serif;
}

.section__title-head-sub {
  margin-bottom: 20px;
  color: #838383;
  font-size: 16px;
  font-weight: 700;
  text-align: var(--title-sub-align);
  text-transform: uppercase;
}

.section__title-2 {
  margin-bottom: 20px;
  color: #9acf16;
  font-weight: 700;
}

.section__title-2 {
  font-size: 25px;
}

.section__alter-name {
  margin-top: -15px;
  margin-bottom: 40px;
  color: #b5b5b5;
  font-size: 20px;
  text-align: center;
}

.breadcrumbs {
  padding: 25px 0;
}

.breadcrumbs.style\:short {
  max-width: 70%;
  margin: 0 auto;
}

.breadcrumbs__list {
  scrollbar-color: #9acf16 transparent;
  scrollbar-width: thin;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumbs__list::-webkit-scrollbar {
  height: 4px;
}

.breadcrumbs__list::-webkit-scrollbar-thumb {
  background-color: #9acf16;
}

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

.breadcrumbs__item:hover::after {
  color: #9acf16;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '/';
  display: block;
  padding: 0 10px;
  color: #b5b5b5;
  font-size: 12px;
}

.breadcrumbs__item a,
.breadcrumbs__item span {
  display: block;
  padding: 5px 0;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.breadcrumbs__item a:hover:not(:active) {
  color: #9acf16;
}

.intro__wrap {
  position: relative;
  background-image: url("../img/content/intro/intro_bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.intro__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25));
}

.intro__logo-big {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  height: 100%;
}

.intro__content {
  position: relative;
  z-index: 100;
  overflow: hidden;
  max-width: 3160px;
  height: 100%;
  margin: 0 auto;
  padding: var(--intro-content-padding, 260px 100px 150px);
  color: #fff;
}

.intro__logo {
  margin-top: 30px;
}

.intro__logo-title {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro__logo-title img {
  object-fit: contain;
  width: 75%;
}

.intro__title {
  position: relative;
  z-index: 10;
  padding: clamp(10px, 5vw, 20px) 0;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.intro__title {
  font-size: 22px;
}

.intro__title:first-child {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.intro__descriptor {
  position: relative;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.intro__descriptor {
  font-size: 22px;
}

.intro__descriptor::before,
.intro__descriptor::after {
  content: '';
  flex-basis: 10%;
  width: 100%;
  height: 3px;
  margin: auto 0;
  background-color: #fff;
}

.intro__download {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.intro__download-link {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border: 3px solid currentColor;
  border-radius: 30px;
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.intro__download-link {
  font-size: 16px;
}

.intro__download-anchor {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  animation: arrow-animation 1.5s linear infinite;
}

.intro.intro_second {
  overflow: hidden;
}

.intro__down {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.intro__down-link {
  display: inline-block;
  opacity: 0;
  animation: arrowAnimate 2.4s infinite linear;
}

.intro__down-link img {
  width: 22px;
  height: 26px;
}

.intro__top {
  position: relative;
  overflow: hidden;
}

.intro__top-img img {
  object-fit: cover;
  height: auto;
  max-height: 880px;
}

.intro__top-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro__top-mask image {
  width: 100%;
}

.intro__fixed {
  height: 60vh;
  background-image: url(../img/content/intro/intro-bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.intro__video {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.intro__video-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 200;
  transform: translateX(-50%);
}

.intro__video-arrow svg {
  width: 40px;
  height: 40px;
  animation: arrowAnimate2 1.7s infinite ease;
}

.intro__video-poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.intro__video iframe {
  display: block;
  width: 200vw;
  height: 111vh;
  margin: -100px 0 0 -50vw;
  pointer-events: none;
}

.intro__video iframe .video-stream.html5-main-video {
  width: 100%;
  height: 100vh;
}

.intro__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.intro__video-title {
  padding-top: 30px;
  padding-bottom: 60px;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.intro__video-title {
  font-size: 16px;
}

.intro__video-title2 {
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .5px;
}

.intro__video-title2 {
  font-size: 50px;
}

@keyframes arrowAnimate2 {
  0%, 100% {
    transform: translateY(0);
  }

  50%, 55% {
    transform: translateY(-14px);
  }
}

@keyframes arrowAnimate {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  1% {
    opacity: 0;
    transform: translateY(0);
  }

  9% {
    opacity: 0;
    transform: translateY(0);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  33% {
    opacity: 1;
    transform: translateY(0);
  }

  70% {
    opacity: 0;
    transform: translateY(50px);
  }

  78% {
    opacity: 0;
    transform: translateY(50px);
  }

  98% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

.intro-slider {
  position: relative;
}

.intro-slider__wrap {
  overflow: hidden;
}

.intro-slider__wrap .slick-arrow::before {
  display: none;
}

.intro-slider__wrap .slick-arrow svg {
  width: 30px;
  height: 30px;
}

.intro-slider__wrap .slick-arrow svg path {
  fill: #fff;
}

.intro-slider__wrap .slick-prev {
  left: 50px;
  z-index: 100;
}

.intro-slider__wrap .slick-next {
  right: 50px;
}

.intro-slider__wrap.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.intro-slider__wrap .slick-dots {
  bottom: 20px;
}

.intro-slider__wrap .slick-dots button {
  display: none;
}

.intro-slider__wrap .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

.intro-slider__wrap .slick-dots li.slick-active {
  background-color: #fff;
}

.intro-slider__item {
  position: relative;
  /* &::before {
                content: "";
                position: absolute;

                top: 0;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 100%;
                background-color:  rgba(0, 0, 0, 0.30);
            } */
}

.intro-slider__item:not(:first-child) {
  display: none;
}

.intro-slider__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  max-width: 600px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.intro-slider__content-title {
  color: #fff;
  font-size: 48px;
  line-height: 1.23;
  font-weight: 700;
}

.intro-slider__content-text {
  margin-top: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 1.55;
}

.intro-slider__img {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company {
  position: relative;
  margin-bottom: 30px;
}

.company__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

.company__img {
  overflow: hidden;
  width: 48%;
  height: 85%;
  border-radius: 20px;
}

.company__img img {
  width: 100%;
  height: auto;
}

.company__img_second img {
  width: 100%;
  height: 100%;
}

.company__content {
  width: 46%;
}

.company__content_second {
  padding: 80px 80px 80px 0;
}

.company__text {
  margin-bottom: 15px;
  color: black;
  font-size: 20px;
  line-height: 1.5;
}

.company__bottom {
  position: relative;
  background-color: var(--color-sub-brand);
}

.company__bottom-leaf-1,
.company__bottom-leaf-2,
.company__bottom-leaf-3 {
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
}

.company__bottom-leaf-1 {
  top: -50px;
  left: 0;
}

.company__bottom-leaf-2 {
  top: -20px;
  left: 70px;
}

.company__bottom-leaf-3 {
  right: 0;
  bottom: -45px;
}

.company__bottom-content {
  display: flex;
  gap: 90px;
  align-items: center;
  overflow: hidden;
  padding: 27px 0;
}

.company__bottom-content-text {
  margin-left: 30px;
  color: #fff;
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.company__counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}

.products {
  padding-top: 50px;
}

.products [data-has-parent] {
  margin-left: 10px;
}

.products__compare-table {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.products__compare-table.is-shown {
  --compare-table-show-rotate: 0;
  --compare-table-img-show: flex;
}

.products__compare-table-img {
  display: var(--compare-table-img-show, none);
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}

.products__compare-table-title {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 1px solid #00a7d4;
  color: #00a7d4;
  font-size: clamp(14px, 5vw, 18px);
  font-weight: bold;
  transition: all 0.2s;
}

.products__compare-table-title:hover {
  border-bottom-color: #9acf16;
  color: #9acf16;
  cursor: pointer;
}

.products__compare-table-title-text {
  display: inline-block;
  transition: all 0.2s;
}

.products__compare-table-title-text i {
  display: none;
  margin-left: 5px;
  transition: all 0.2s;
  transform: rotate(var(--compare-table-show-rotate, 180deg)) translateY(-3px);
}

.products__compare-table-title-show-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}

.products__compare-table-title-show-btn i {
  transition: all 0.2s;
  transform: rotate(var(--compare-table-show-rotate, 180deg));
}

.products__compare-table-title.is-shown {
  border-bottom-color: #9acf16;
  color: #9acf16;
}

.products__show-filter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.products__show-filter[data-context="show-filter-params"] {
  --show-filter-btn-color: #00a7d4;
  --show-filter-btn-bg: #fff;
  --show-filter-btn-color-hover: #fff;
  --show-filter-btn-bg-hover: #00a7d4;
  margin-top: 20px;
  margin-bottom: 0;
}

.products__show-filter .btn {
  width: 100%;
  border: 2px solid var(--show-filter-btn-color, inherit);
  background-color: var(--show-filter-btn-bg, #9acf16);
  color: var(--show-filter-btn-color, #fff);
  font-size: 14px;
}

.products__show-filter .btn:hover:not(:active) svg {
  stroke: #fff;
}

.products__show-filter .btn:hover {
  background-color: var(--show-filter-btn-bg-hover, inherit);
  color: var(--show-filter-btn-color-hover, inherit);
}

.products__show-filter .btn svg {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
  margin-left: 12px;
  stroke: var(--show-filter-btn-color, #fff);
  stroke-width: 2px;
}

.products__wrap {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  gap: 20px;
  align-items: stretch;
}

.products__wrap.is-table {
  --product-preview-item-margin: 0;
  --product-preview-item-display: flex;
  --product-preview-item-width: 100%;
  --product-preview-img-width: 250px;
  --product-preview-content-align: left;
  --product-preview-content-justify: start;
  --product-preview-descr-position: static;
  --product-preview-descr-opacity: 1;
  --catalog-preview-l-r-offset: 0;
  --btn-width: max-content;
  --product-preview-descr-opacity: 1;
  --product-preview-descr-display: grid;
  --product-preview-h-img-z-index: 0;
  --product-preview-h-img-opacity: 1;
  --product-preview-img-opacity: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 0;
}

.products__wrap_slider {
  margin-top: 0;
}

.products__wrap_slider .products__item {
  margin-top: 0;
  opacity: 1;
  transition: none;
}

.products__wrap_slider .slick-track {
  margin-right: 0;
  margin-left: 0;
}

.products__wrap_slider .slick-initialized {
  margin-bottom: 0;
}

.products__wrap_slider .slick-arrow {
  z-index: 300;
  width: 48px;
  height: 48px;
}

.products__wrap_slider .slick-arrow::before {
  display: none;
}

.products__wrap_slider .slick-arrow:hover {
  opacity: 0.6;
}

.products__wrap_slider .slick-arrow svg {
  width: 48px;
  height: 48px;
}

.products__wrap_slider .slick-prev {
  left: -40px;
}

.products__wrap_slider .slick-next {
  right: -40px;
}

.products__wrap_slider .slick-dots {
  bottom: -40px;
}

.products__wrap_slider .slick-dots button {
  display: none;
}

.products__wrap_slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a7d4;
  opacity: 0.5;
}

.products__wrap_slider .slick-dots li.slick-active {
  opacity: 1;
}

.products__item {
  --catalog-preview-mg-l-r: var(--catalog-preview-l-r-offset, 40px);
  position: relative;
  z-index: 1;
  display: var(--product-preview-item-display, grid);
  gap: 10px;
  align-content: start;
  align-items: center;
  width: var(--product-preview-item-width, auto);
  margin: var(--product-preview-item-margin, 0);
  background-color: #fff;
  text-align: center;
  opacity: var(--product-preview-item-opacity, 0);
  transition: z-index 0s;
}

.products__item.slick-slide {
  display: grid !important;
}

.products__item-img {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: var(--product-preview-img-width, 100%);
}

.products__item-img-view {
  min-height: 300px;
  opacity: var(--product-preview-img-opacity, 1);
}

.products__item-img-hidden {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--product-preview-h-img-z-index, -1);
  height: 100%;
  opacity: var(--product-preview-h-img-opacity, 0);
}

.products__item-img img {
  flex-shrink: 0;
  object-fit: contain;
  width: 100%;
  max-height: 300px;
  transition: all 0.2s linear;
}

.products__item-content {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: var(--product-preview-content-justify, center);
  text-align: var(--product-preview-content-align, center);
}

.products__item-content-name {
  display: inline-block;
  min-height: 60px;
  color: #9acf16;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.products__item-content-name {
  font-size: 18px;
}

.products__item-content-text {
  display: block;
  color: #787878;
  line-height: 120%;
}

.products__item-content-text {
  font-size: 14px;
}

.products__item-content-descr {
  position: var(--product-preview-descr-position, absolute);
  top: calc(100% + 15px);
  left: calc(var(--catalog-preview-mg-l-r) / 2 * -1);
  z-index: 20;
  display: var(--product-preview-descr-display, none);
  gap: 10px;
  width: calc(100% + var(--catalog-preview-mg-l-r));
  background-color: #fff;
  color: #4b4b4b;
  line-height: 120%;
  opacity: var(--product-preview-descr-opacity, 0);
}

.products__item-content-descr {
  font-size: 14px;
}

.products__item-content-descr::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -20px;
}

.cat-header {
  display: grid;
  gap: 20px;
}

.cat-header__content {
  display: grid;
  gap: 20px;
}

.cat-header__content-title {
  color: #00a7d4;
  font-size: clamp(20px, 5vw, 50px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.cat-header__content-btn {
  display: inline-block;
  width: 300px;
  margin-top: 20px;
  padding: 15px 30px;
  padding-bottom: 10px;
  text-align: center;
}

.cat-header__content-btn {
  font-size: 14px;
}

.cat-header__img {
  width: 100%;
  height: 300px;
}

.cat-header__img img {
  object-fit: contain;
  width: 100%;
}

.product-mark {
  max-width: 100px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: var(--mark-bg, var(--color-sub-brand));
  color: #fff;
  text-align: center;
}

.product-chars {
  display: grid;
  gap: 25px;
  align-content: start;
  margin-bottom: 30px;
}

.product-chars__item {
  display: flex;
  gap: 20px;
}

.product-chars__item-icon {
  flex-shrink: 0;
}

.product-chars__item-data {
  display: grid;
  align-content: start;
}

.product-chars__item-data-title {
  font-size: clamp(14px, 5vw, 16px);
  font-weight: 700;
}

.product-chars__item-data-values {
  font-size: 14px;
}

.product-char {
  margin-bottom: 10px;
}

.product-char__title {
  font-size: clamp(16px, 3vw, 19px);
  font-weight: bold;
}

.catalog {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.catalog__item {
  display: grid;
  flex-basis: 45%;
  gap: 20px;
  justify-items: center;
  text-align: center;
}

.catalog__item-title {
  color: #00a7d4;
  font-size: clamp(20px, 5vw, 30px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog__item-btn {
  display: inline-block;
  width: 300px;
  height: 48px;
  margin-top: 20px;
  margin-top: auto;
  padding: 10px 15px;
  padding-bottom: 10px;
  line-height: 1.7em;
  white-space: nowrap;
}

.catalog__item-btn {
  font-size: 14px;
}

.catalog__item-img {
  width: 100%;
  height: 300px;
}

.catalog__item-img img {
  object-fit: contain;
  width: 100%;
}

.consultation {
  padding: 80px 0;
  background-color: #00a7d4;
}

.consultation__wrap {
  position: relative;
}

.consultation__leaf-1,
.consultation__leaf-2,
.consultation__leaf-3 {
  position: absolute;
  width: 200px;
  height: 200px;
}

.consultation__leaf-1 {
  top: -150px;
  left: -100px;
}

.consultation__leaf-2 {
  top: -20px;
  left: -70px;
  width: 170px;
  height: 170px;
}

.consultation__leaf-3 {
  right: 0;
  bottom: -150px;
}

.consultation__form .form__wrap {
  display: flex;
  padding: 0 60px;
}

.consultation__form .form__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.consultation__form .form__col:first-child {
  margin-right: 5vw;
}

.consultation__form .form__col:last-child {
  flex: auto;
  padding-top: 40px;
}

.consultation__form .form__btn {
  margin: 40px 0 0 65px;
  font-size: 36px;
}

.protection {
  margin-bottom: 100px;
}

.protection__terms {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin: 20px 10px;
}

.protection__terms-link {
  padding: 10px;
  color: var(--term-link-color, #00a7d4);
  font-size: 16px;
  font-weight: bold;
}

.protection__terms-link:hover {
  --term-link-color: #9acf16;
}

.protection__terms-link.is-active {
  --term-link-color: #9acf16;
}

.protection__terms-link.not-active {
  --term-link-color: #808080;
}

.protection__terms-link.style\:mini-gap:not(:first-child) {
  padding-right: 0;
}

.protection__terms-link.style\:mini-gap:first-child {
  padding: 0;
  padding-left: 10px;
}

.protection__title {
  color: #9acf16;
  font-size: 100px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.protection__slider {
  display: flex;
}

.protection__slider .slick-initialized {
  margin-bottom: 0;
}

.protection__slider .slick-arrow {
  z-index: 300;
  width: 48px;
  height: 48px;
}

.protection__slider .slick-arrow::before {
  display: none;
}

.protection__slider .slick-arrow:hover {
  opacity: 0.6;
}

.protection__slider .slick-arrow svg {
  width: 28px;
  height: 28px;
}

.protection__slider .slick-prev {
  left: -40px;
}

.protection__slider .slick-next {
  right: -40px;
}

.protection__slider .slick-list {
  margin: -50px 0;
  padding: 50px 0;
}

.protection__slider .slick-dots button {
  display: none;
}

.protection__slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a7d4;
  opacity: 0.5;
  transition: all 0.2s linear;
}

.protection__slider .slick-dots li.slick-active {
  opacity: 1;
}

.protection__static {
  --archive-item-width: 100%;
  --archive-item-mg: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  gap: 30px;
}

.protection__item {
  display: flex;
  flex-direction: column;
  width: var(--archive-item-width, calc(25% - 40px));
  height: initial;
  margin: var(--archive-item-mg, 0 20px);
  padding: 20px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 2px 15px 2px #dbd4d4;
  text-align: center;
}

.protection__item:hover {
  transform: scale(1.05);
}

.protection__item:not(.is-animated) {
  transition: none;
}

.protection__item[data-context="active-substance"] {
  --protection-img-fit: contain;
}

.protection__img {
  display: block;
}

.protection__img img {
  object-fit: var(--protection-img-fit, cover);
  width: 100%;
  height: 145px;
}

.protection__body {
  display: flex;
  flex: auto;
  flex-grow: 1;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding-top: 20px;
}

.protection__body-title {
  display: inline-block;
  color: #00a7d4;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.protection__body-descr {
  color: #000;
  font-size: 16px;
  text-align: left;
}

.protection__body-link {
  display: block;
  margin-top: auto;
  color: var(--color-sub-brand);
  font-size: 20px;
  font-weight: 700;
  transition: all 0.2s linear;
}

.protection__body-link:hover {
  opacity: 0.4;
}

.protection__body-link:active {
  opacity: 1;
}

.protection__body-text {
  display: none;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.product-detail {
  padding: 40px 0 100px;
}

.product-detail :is(p, a, ul, th) {
  color: black;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 140%;
}

.product-detail__container {
  padding: 0 100px;
}

.product-detail__head {
  margin-bottom: 24px;
  color: #9acf16;
}

.product-detail__head-title {
  display: flex;
  gap: 20px;
  align-items: center;
  text-transform: uppercase;
}

.product-detail__head h1 {
  line-height: 120%;
  font-weight: 700;
}

.product-detail__head h1 {
  font-size: 25px;
}

.product-detail__head p {
  color: currentColor;
  font-weight: 600;
}

.product-detail__head p {
  font-size: 18px;
}

.product-detail__head p br {
  display: none;
}

.product-detail__top {
  display: flex;
  align-items: flex-start;
}

.product-detail__top-lph {
  margin-top: 20px;
  color: #838383;
}

.product-detail__top-cta {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 5vw, 40px);
  align-items: center;
  margin: 20px 0;
}

.product-detail__top-content {
  flex: auto;
  flex-basis: 60%;
}

.product-detail__top-description {
  margin-bottom: 24px;
}

.product-detail__top-description p strong {
  margin-bottom: 18px;
}

.product-detail__top-description p:not(:last-child) {
  margin-bottom: 8px;
}

.product-detail__top-use-notice {
  margin-bottom: 24px;
  padding: 10px;
  border: 1px solid #000;
}

.product-detail__top-use-notice p,
.product-detail__top-use-notice a {
  font-size: 16px;
}

.product-detail__top-files img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.product-detail__top-files a {
  display: flex;
  align-items: center;
}

.product-detail__top-files a:not(:last-child) {
  margin-bottom: 15px;
}

.product-detail__top-files a:hover {
  opacity: 0.7;
}

.product-detail__top-img {
  order: -1;
  width: 100%;
  max-width: 420px;
  margin-right: 32px;
}

.product-detail__top-img.product-detail__top-img_mobile {
  margin: 20px auto;
}

.product-detail__top-img img {
  object-fit: contain;
}

.product-detail__tab {
  scrollbar-color: #9acf16 transparent;
  scrollbar-width: thin;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 24px;
  border-bottom: 3px solid var(--color-brand);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f5f5f5;
}

.product-detail__tab::-webkit-scrollbar {
  height: 4px;
}

.product-detail__tab::-webkit-scrollbar-thumb {
  background-color: #9acf16;
}

.product-detail__tab-btn {
  flex: auto;
  min-width: 25%;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.35;
  white-space: nowrap;
}

.product-detail__tab-btn {
  font-size: 16px;
}

.product-detail__tab-btn.product-detail__tab-btn_active {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: var(--color-brand);
  color: #fff;
}

.product-detail__bottom {
  padding-top: 50px;
}

.product-detail__body:not(.product-detail__body_active) {
  display: none;
}

.product-detail__body p {
  margin-bottom: 15px;
}

.product-detail__body a {
  color: var(--color-sub-brand) !important;
}

.product-detail__body a span {
  color: var(--color-sub-brand) !important;
}

.product-detail__body p strong,
.product-detail__body p b {
  display: block;
  font-size: clamp(16px, 3vw, 19px);
}

.product-detail__body ul {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-type: disc;
}

.product-detail__body[data-type="regulations"] table tr:first-child td {
  background-color: #f5f5f5;
}

.product-detail__body[data-type="regulations"] table td {
  padding: 10px 5px;
  border: 1px solid #808080;
}

.product-detail__table {
  scrollbar-color: #9acf16 transparent;
  scrollbar-width: thin;
  overflow-x: auto;
  overflow-y: hidden;
}

.product-detail__table::-webkit-scrollbar {
  height: 4px;
}

.product-detail__table::-webkit-scrollbar-thumb {
  background-color: #9acf16;
}

.product-detail__table table {
  border-spacing: 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
}

.product-detail__table table th,
.product-detail__table table td {
  border-right: 1px solid #c6c6c6;
}

.product-detail__table table td {
  vertical-align: top;
  padding: 8px 12px;
}

.product-detail__table table tbody tr td:first-child span {
  display: block;
  text-align: center;
}

.product-detail__table table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #c6c6c6;
}

.product-detail__table table thead th {
  padding: 8px;
  border-bottom: 1px solid #c6c6c6;
  color: #9acf16;
  line-height: 120%;
}

.product-detail__table table thead th span {
  display: block;
  text-align: center;
}

.product-detail__table table thead th:nth-child(1) {
  width: 170px;
  min-width: 170px;
}

.product-detail__table table thead th:nth-child(2) {
  width: 170px;
  min-width: 170px;
}

.product-detail__table table thead th:nth-child(3) {
  width: 300px;
  min-width: 300px;
}

.product-detail__table table thead th:nth-child(4) {
  width: 270px;
  min-width: 270px;
}

.cultures-scheme {
  position: relative;
}

.cultures-scheme__notation {
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
}

.cultures-scheme__pdf {
  margin-top: 20px;
}

.cultures-scheme__pdf a {
  display: flex;
  align-items: center;
  color: #000;
}

.cultures-scheme__pdf img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.cultures-scheme .table-wrapper {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
  scrollbar-width: none;
}

.cultures-scheme .table-wrapper::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.cultures-scheme .table-wrapper::-webkit-scrollbar-thumb {
  background-color: #9acf16;
}

.cultures-scheme__medications {
  position: relative;
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
  font-size: 12px;
}

.cultures-scheme thead {
  position: sticky;
  top: 0;
  z-index: 30;
}

.cultures-scheme thead.is-scrolled::before {
  content: '';
  position: absolute;
  bottom: 0;
  inset: 0px;
}

.cultures-scheme td,
.cultures-scheme th {
  padding: 5px;
}

.cultures-scheme .header-row td,
.cultures-scheme .header-row th:not(.header-row__img) {
  border: none;
  background-color: #00a7d4;
  color: #fff;
  text-align: center;
}

.cultures-scheme .header-row__img {
  position: relative;
  vertical-align: bottom;
  border: none;
  background-color: #fff;
}

.cultures-scheme .header-row__img:hover {
  z-index: 20;
  box-shadow: 0 0 1px #00a7d4;
  transform: scale(1.3) translateY(20px);
}

.cultures-scheme .header-row__img:hover.header-row__img-empty {
  box-shadow: none;
  transform: scale(1);
}

.cultures-scheme .header-row__img:hover::before {
  transform: scale(1);
}

.cultures-scheme .header-row__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(1.2);
}

.cultures-scheme .header-row__img img {
  object-fit: contain;
  vertical-align: bottom;
  height: 100px;
}

.cultures-scheme .header-row__code {
  position: relative;
  white-space: nowrap;
}

.cultures-scheme .header-row__code::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(1.2);
}

.cultures-scheme .header-row__grow-phase {
  position: relative;
  /*width: clamp( 80px, 5vw, 120px );*/
}

.cultures-scheme .header-row__grow-phase::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(1.2);
}

.cultures-scheme .header-row__medications {
  position: sticky;
  left: 0;
  z-index: 3;
}

.cultures-scheme .header-row__harm {
  position: sticky;
  left: 0;
  z-index: 3;
}

.cultures-scheme .product-row {
  position: relative;
  z-index: 10;
}

.cultures-scheme .product-row:hover .product-row__grow-phase:not([class*='active-phase']) {
  background-color: #f5f5f5;
  cursor: pointer;
}

.cultures-scheme .product-row:hover .product-row__grow-phase {
  cursor: pointer;
}

.cultures-scheme .product-row td {
  border: none;
  border-bottom: 1px solid #808080;
}

.cultures-scheme .product-row__name {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 20%;
  background-color: #f5f5f5;
  font-size: 12px;
  text-transform: uppercase;
}

.cultures-scheme .product-row__grow-harm {
  width: 200px;
  color: #000;
  font-size: 12px;
  cursor: pointer;
}

.cultures-scheme .product-row__grow-harm:hover {
  color: #9acf16;
}

.cultures-scheme .product-row__grow-phase {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.cultures-scheme .product-row__name-in-progress {
  color: #808080;
}

.cultures-scheme .product-row__medication {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cultures-scheme .product-row__medication:not(:last-child) {
  margin-bottom: 3px;
}

.cultures-scheme .product-row__medication-link {
  color: #fff;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.cultures-scheme .product-row__medication-link:hover {
  opacity: .7;
}

.cultures-scheme .product-row__medication-link-dosage {
  font-size: 12px;
  font-weight: 400;
}

.cultures-scheme__group-cell {
  border: none;
  border-bottom: 1px solid #808080;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.cultures-mobile-scheme {
  display: none;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #848f9333;
}

.cultures-mobile-scheme__phase.is-active {
  --medications-list-show: block;
}

.cultures-mobile-scheme__phase-medications {
  display: var(--medications-list-show, none);
}

.cultures-mobile-scheme__phase-title {
  display: flex;
  align-items: center;
  padding: 10px 20px 5px;
  border-bottom: 1px solid #848f9333;
  color: #00a7d4;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.cultures-mobile-scheme__phase-title:hover {
  color: #9acf16;
}

.cultures-mobile-scheme__phase-title.is-opened .fa {
  transform: rotate(180deg);
}

.cultures-mobile-scheme__phase-title .fa {
  margin-left: auto;
}

.cultures-mobile-scheme__phase-title .fa::after {
  display: none;
}

.mobile-scheme-medication {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 10px 30px;
  border-bottom: 1px solid #848f9333;
  background-color: #f3f3f3;
  font-size: 14px;
}

.mobile-scheme-medication--group {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.mobile-scheme-medication__item {
  padding: 5px;
  padding-bottom: 0;
}

.mobile-scheme-medication__link {
  display: flex;
  flex-basis: 70%;
  flex-direction: column;
  color: #000;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-scheme-medication__link-substance {
  color: #000;
  font-size: 12px;
  text-transform: none;
}

.mobile-scheme-medication__application-stage {
  flex-basis: 30%;
  text-align: center;
}

.mobile-scheme-medication__grow-harm {
  flex-grow: 1;
  border-top: 1px solid #848f9333;
}

.cultures-mobile-cat {
  display: none;
  margin: 40px 0;
}

.cultures-mobile-cat__header {
  margin-bottom: 20px;
  color: #9acf16;
  font-size: calc( 30px + 20 * ((100vw - 768px) / 1152));
  font-weight: bold;
  text-align: center;
}

.cultures-mobile-cat__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px;
  margin-bottom: 20px;
}

.cultures-mobile-cat__nav-item {
  padding: 10px;
  color: #00a7d4;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.cultures-mobile-cat__nav-item.is-active {
  color: #9acf16;
}

.cultures-mobile-cat__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}

.mobile-cat-medication {
  display: var(--medication-visibility, none);
  gap: 15px;
  align-items: center;
  padding: 10px;
  border: 1px solid #848f9333;
}

.mobile-cat-medication.is-show {
  --medication-visibility: flex;
}

.mobile-cat-medication__data {
  display: grid;
  flex-basis: 70%;
  gap: 10px;
  align-content: start;
  text-align: center;
}

.mobile-cat-medication__img {
  flex-basis: 200px;
  flex-shrink: 0;
}

.mobile-cat-medication__img img {
  object-fit: contain;
}

.mobile-cat-medication__stages {
  display: grid;
  gap: 20px;
}

.mobile-cat-medication__stages-item {
  display: grid;
  gap: 5px;
}

.mobile-cat-medication__stages-item-phase {
  padding: 5px;
  padding-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.mobile-cat-medication__stages-item-dosage {
  padding: 5px;
  padding-bottom: 0;
  font-size: 18px;
}

.mobile-cat-medication__name {
  display: flex;
  flex-direction: column;
  color: #00a7d4;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
}

.mobile-cat-medication__name-substance {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

.mobile-culture-nav {
  display: none;
  gap: 40px;
  justify-items: center;
  margin-bottom: 40px;
}

.mobile-culture-nav__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.mobile-culture-nav__items-link {
  display: block;
  flex-grow: 1;
  padding: 5px 40px;
  border-radius: 10px;
  background-color: #fff;
  color: #00a7d4;
  font-weight: bold;
  text-align: center;
}

.mobile-culture-nav__items-link.is-active {
  background-color: #00a7d4;
  color: #fff;
}

.mobile-culture-nav__pdf {
  display: block;
  padding: 10px 20px;
  padding-bottom: 7px;
  border-radius: 10px;
  background-color: #9acf16;
  color: #fff;
  text-transform: uppercase;
}

.culture-text {
  width: 85%;
  margin: 40px auto;
  margin-top: 80px;
}

.culture-text p {
  color: #787878;
  font-size: 20px;
  line-height: 31px;
}

.active-phase--red {
  border-bottom: 2px solid #cc796d;
  background-color: #cc796d;
  color: white;
}

.active-phase--blue {
  border-bottom: 2px solid #2677bb;
  background-color: #2677bb;
  color: white;
}

.active-phase--turquoise {
  border-bottom: 2px solid #14b1a6;
  background-color: #14b1a6;
  color: white;
}

.active-phase--orange {
  border-bottom: 2px solid orange;
  background-color: orange;
  color: white;
}

.active-phase--green {
  border-bottom: 2px solid #72ad37;
  background-color: #72ad37;
  color: white;
}

.active-phase--violet {
  border-bottom: 2px solid #7e64a8;
  background-color: #7e64a8;
  color: white;
}

.active-phase--roze {
  border-bottom: 2px solid #cb88ba;
  background-color: #cb88ba;
  color: white;
}

.active-phase--purple {
  border-bottom: 2px solid #DE3C75;
  background-color: #DE3C75;
  color: white;
}

.active-phase--brown {
  border-bottom: 2px solid #ca9131;
  background-color: #ca9131;
  color: white;
}

.active-phase--black {
  border-bottom: 2px solid black;
  background-color: black;
  color: white;
}

.active-phase--light-green {
  border-bottom: 2px solid #6eca31;
  background-color: #6eca31;
  color: white;
}

.cultures-type-choose {
  display: flex;
  align-items: center;
  margin: 60px 0;
}

.cultures-type-choose__link {
  display: block;
  flex-basis: 50%;
  padding: 20px;
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
}

.cultures-type-choose__link:hover {
  background-color: #00a7d4;
  color: #fff;
  opacity: .8;
}

.cultures-type-choose__link:first-child {
  clip-path: polygon(100% 0, 97% 100%, 97% 100%, 0 100%, 0 0);
}

.cultures-type-choose__link:last-child {
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 3% 0);
}

.cultures-type-choose__link.is-active {
  background-color: #00a7d4;
  color: #fff;
}

.about__container {
  padding: 80px 0;
}

.about__container_bg-blue {
  background-color: #00a7d4;
}

.about__container_bg-green {
  background-color: #9acf16;
}

.about__flex {
  display: flex;
  align-items: stretch;
}

.about__content {
  padding: 80px;
}

.about__content-title {
  color: #00a7d4;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.23;
  margin-bottom: 20px;
}

.about__content-text {
  color: black;
  font-size: 22px;
  line-height: 1.5;
}

.about__love {
  position: relative;
  opacity: 0;
  transition: opacity 1s linear;
}

.about__love::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.about__love-img {
  height: 650px;
  transform: scale(0.9);
  opacity: 0;
  transition: all .5s linear;
}

.about__love-img img {
  width: 100%;
}

.about__love.is-fade-in {
  opacity: 1;
}

.about__love.is-fade-in .about__love-img {
  opacity: 1;
  transform: scale(1);
}

.about__love-title {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.17;
  white-space: nowrap;
}

.about__slogan {
  color: #fff;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.about__slogan-title {
  font-weight: 700;
  text-align: center;
}

.about__slogan-title.about__slogan-title_sm span {
  display: block;
}

.about__slogan-title.about__slogan-title_lg {
  text-align: left;
}

.about__slogan-title.about__slogan-title_lg span {
  color: #00a7d4;
}

.typewriter {
  color: #9acf16;
  text-transform: uppercase;
}

.typed-cursor {
  color: #9acf16;
}

.contacts-tab-content__title {
  margin-bottom: 20px;
  color: #9acf16;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.contacts-tab-content__descr {
  color: #00a7d4;
  font-size: 20px;
  line-height: 1.2em;
}

.contacts-tab-content__descr p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

.contacts-tab-content__descr a {
  color: #000;
}

.contacts-tab-content__descr a span {
  color: #000;
}

.contacts-tab-content a {
  text-decoration: underline;
}

.contacts-tab-content a:hover {
  text-decoration: none;
}

.contacts-tabs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.contacts-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contacts-tabs__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.contacts-tabs__content-item.is-unactive {
  display: none;
}

.contacts-tabs__content-item.is-active {
  display: block;
}

.contacts-tabs__contacts-map {
  flex-basis: 60%;
  margin-right: 50px;
}

.contacts-tabs__content-wrapper {
  flex-basis: 30%;
}

.contacts-tabs__content-representatives {
  width: 100%;
}

.contacts-tabs__item {
  padding: 10px;
  color: #9acf16;
  font-size: calc( 10px + 20 * ((100vw - 768px) / 1152));
  line-height: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.contacts-tabs__item:hover {
  color: #00a7d4;
  cursor: pointer;
}

.contacts-tabs__item.is-unactive {
  display: none;
}

.contacts-tabs__item.is-active {
  display: block;
  color: #00a7d4;
}

.contacts-tabs__item.is-separator {
  color: #000;
  font-weight: 500;
}

.contacts-tabs__item.is-separator:hover {
  color: #000;
  cursor: auto;
}

.representatives {
  display: none;
  flex-basis: 100%;
  gap: 30px;
  width: 100%;
}

.representatives.is-active {
  display: grid;
}

.representatives[data-context='where-buy-form'] {
  display: grid;
  margin-top: 40px;
}

.representatives__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  text-align: center;
}

.representatives__title {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  color: #9acf16;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.representatives__title .arrow {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #9acf16;
}

.representatives__title .arrow::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -8px;
  z-index: 100;
  margin: 0 auto;
  border-top: 16px solid #9acf16;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
}

.representatives__item {
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #e6e6e6;
  font-weight: bold;
  text-align: center;
}

.representatives__item-area {
  margin-bottom: 10px;
  color: #9acf16;
  font-size: 20px;
  text-transform: uppercase;
}

.representatives__item-img {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.representatives__item-name {
  color: #00a7d4;
  font-size: 18px;
}

.representatives__item-post {
  margin-bottom: 10px;
  font-size: 14px;
}

.representatives__item a {
  color: var(--represantives-item-link-color, #000);
  text-decoration: underline;
}

.representatives__item a:hover {
  text-decoration: none;
}

.representatives__item-link {
  --represantives-item-link-color: var( --color-brand );
}

.contacts-subscribe {
  display: grid;
  gap: 40px;
  margin: 40px 0;
}

.contacts-subscribe__cta {
  --btn-hover-bg-color: #fff;
  --btn-hover-color: var(--color-brand);
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #9acf16;
}

.contacts-subscribe__cta-text {
  color: #fff;
  font-size: clamp(12px, 5vw, 30px);
  font-weight: 700;
  text-align: center;
}

.contacts-subscribe__socials {
  display: grid;
  gap: 30px;
  padding: 20px;
}

.contacts-subscribe__socials-title {
  color: #9acf16;
  font-size: clamp(16px, 3vw, 32px);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.contacts-subscribe__socials-list {
  display: flex;
  gap: clamp(40px, 10vw, 80px);
  align-items: center;
  justify-content: center;
}

.contacts-subscribe__socials-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts-subscribe__socials-list-item:hover {
  opacity: .8;
}

.contacts-subscribe__socials-list-item svg {
  width: 50px;
  height: 50px;
}

.article__wrap {
  display: flex;
}

.article__wrap:not(.slick-initialized) {
  margin: -20px -10px 0;
}

.article__wrap .slick-list {
  margin: -20px -10px 0;
}

.article__wrap .slick-arrow {
  z-index: 300;
  width: 48px;
  height: 48px;
}

.article__wrap .slick-arrow::before {
  display: none;
}

.article__wrap .slick-arrow:hover {
  opacity: 0.6;
}

.article__wrap .slick-arrow svg {
  width: 28px;
  height: 28px;
}

.article__wrap .slick-prev {
  left: -40px;
}

.article__wrap .slick-next {
  right: -40px;
}

.article__wrap .slick-dots {
  bottom: -40px;
}

.article__wrap .slick-dots button {
  display: none;
}

.article__wrap .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a7d4;
  opacity: 0.5;
  transition: all 0.2s linear;
}

.article__wrap .slick-dots li.slick-active {
  opacity: 1;
}

.article__wrap .slick-slide.article__item {
  min-height: 570px;
}

.article__item {
  position: relative;
  display: block;
  flex-basis: calc(33.33333% - 20px);
  overflow: hidden;
  margin: 20px 10px 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  transition: 0.5s;
}

.article__item:hover {
  box-shadow: 0 0 10px #a8e2f1;
}

.article__content {
  position: static;
  display: flex;
  flex-direction: column;
  height: initial;
  padding: 30px;
}

.article__head {
  display: flex;
  gap: 15px;
  align-items: center;
}

.article__date {
  color: #808080;
  font-size: 16px;
}

.article__title {
  color: #000;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.article__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.article__icon svg {
  width: 24px;
  height: 24px;
  margin-top: 7px;
  fill: #fff;
}

.article__img {
  border-radius: 10px;
  transition: all 0.2s linear;
  aspect-ratio: 1.777777;
}

.article__img-src {
  width: 100%;
  height: 100%;
}

.article__text {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.article__descr {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.55;
}

.article__culture {
  color: #000;
}

.article__culture-title {
  font-weight: 700;
}

.article__product {
  color: #000;
}

.article__product-title {
  font-weight: 700;
}

.make {
  overflow: hidden;
}

.make__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  align-items: stretch;
}

.make__col {
  width: calc(33.33333% - 40px);
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.make__col:first-child .make__content {
  margin-top: 40px;
}

.make__col:nth-child(2) .make__content {
  margin-bottom: 40px;
  height: 100%;
}

.make__col:last-child .make__item {
  height: 100%;
}

.make__col:last-child .make__item .make__img {
  height: 100%;
}

.make__item {
  position: relative;
  transition: all .3s linear;
  cursor: pointer;
}

.make__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.make__item:hover .make__img img {
  transform: scale(1.05);
}

.make__item-content {
  position: relative;
  z-index: 10;
  padding: 30px;
  color: #fff;
}

.make__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.make__img img {
  width: 100%;
  height: 100%;
}

.make__list {
  list-style-type: disc;
  padding-left: 20px;
}

.make__list-item {
  font-size: 16px;
  line-height: 1.55;
}

.make__content {
  padding: 30px;
  color: #fff;
  background-color: #00a7d4;
  height: 100%;
}

.make__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 15px;
}

.make__text {
  font-size: 16px;
  line-height: 1.55;
}

.popup-text {
  position: relative;
  padding: 200px 0;
}

.popup-text__img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.popup-text::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-text__popup {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 60px;
  position: relative;
  z-index: 100;
}

.popup-text__title {
  font-size: 92px;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
  text-transform: uppercase;
  color: #9acf16;
  margin-bottom: 40px;
}

.popup-text__text {
  font-size: 22px;
  line-height: 1.55;
  color: #000;
  text-align: center;
}

.popup-text__text:first-of-type {
  margin-bottom: 30px;
}

.map {
  position: relative;
}

.map__address {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
}

.map__address-content {
  width: 100%;
  max-width: 460px;
  padding: 40px;
  background-color: #00a7d4;
  color: #fff;
  z-index: 100;
}

.map__address-item:not(:last-child) {
  margin-bottom: 30px;
}

.map__address-title {
  font-size: 30px;
  line-height: 1.17;
  font-weight: 700;
  margin-bottom: 30px;
}

.map__address-text {
  font-size: 20px;
  line-height: 1.55;
}

.map__address-phone,
.map__address-email {
  display: block;
  font-size: 20px;
  line-height: 1.55;
  color: #fff;
}

.map__address-phone:hover,
.map__address-email:hover {
  text-decoration: underline;
}

.map__address-phone {
  font-weight: 700;
}

.map__container {
  height: 600px;
  overflow: hidden;
}

.order {
  padding: 50px 0;
}

.order__bottom {
  padding-top: 50px;
}

.order__bottom .order__item {
  padding: 0 105px;
  margin-bottom: 0;
}

.order__item {
  display: flex;
  padding: 0 170px;
  margin-bottom: 40px;
}

.order__item:nth-child(2) {
  flex-direction: row-reverse;
}

.order__number {
  line-height: 400px;
  font-size: 500px;
  color: #00a7d4;
  font-weight: 700;
}

.order__content {
  width: 100%;
  max-width: 500px;
}

.order__content-title {
  color: #00a7d4;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}

.order__content-text {
  color: black;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 20px;
}

.order__content-email {
  color: #9acf16;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
}

.order__schedule-title {
  color: #787878;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
}

.order__schedule-item {
  color: #787878;
  font-size: 20px;
  line-height: 31px;
}

.order__content-contacts {
  color: #9acf16;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
}

.gallery-slider {
  overflow: hidden;
}

.gallery-slider.gallery-slider_second .gallery-slider__wrap .slick-list {
  margin: 0 -20px;
}

.gallery-slider.gallery-slider_second .gallery-slider__wrap .slick-slide {
  margin: 0 20px;
}

.gallery-slider__wrap {
  display: flex;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.gallery-slider__wrap .slick-list {
  overflow: visible;
  margin: 0 -5px;
}

.gallery-slider__wrap .slick-track {
  display: flex;
}

.gallery-slider__wrap .slick-arrow {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}

.gallery-slider__wrap .slick-arrow:focus,
.gallery-slider__wrap .slick-arrow:hover {
  background-color: #fff;
}

.gallery-slider__wrap .slick-arrow:active {
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.gallery-slider__wrap .slick-arrow.slick-disabled {
  opacity: .5;
  pointer-events: none;
}

.gallery-slider__wrap .slick-arrow svg {
  width: 20px;
  height: 20px;
}

.gallery-slider__wrap .slick-arrow::before {
  content: none;
}

.gallery-slider__wrap .slick-dots button {
  display: none;
}

.gallery-slider__wrap .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00a7d4;
  opacity: .5;
  transition: all 0.2s linear;
}

.gallery-slider__wrap .slick-dots li.slick-active {
  opacity: 1;
}

.gallery-slider__item {
  position: relative;
  cursor: pointer;
}

.gallery-slider__item:hover {
  opacity: .9;
}

.gallery-slider__item:not(.slick-slide) {
  margin: 0 5px;
}

.gallery-slider__item:not(.slick-slide):not(:nth-child(1)) {
  position: absolute;
  opacity: 0;
}

.gallery-slider__item.is-animated {
  transition: all 0.2s linear;
}

.gallery-slider__item.slick-slide {
  margin: 0 5px;
}

.gallery-slider__item.slick-slide:not(.slick-current) {
  opacity: .5;
  pointer-events: none;
}

.gallery-slider__item-icon {
  position: absolute;
  width: 100px;
  margin: auto;
  inset: 0;
}

.gallery-slider__item iframe {
  width: 100%;
  height: 420px;
}

.footer {
  overflow: hidden;
  padding: 60px 0;
  background-color: #00a7d4;
  color: #fff;
}

.footer__flex {
  display: flex;
  gap: 50px;
  align-items: center;
}

.footer__col.is-logo {
  flex-basis: 200px;
  flex-shrink: 0;
}

.footer__col.is-menu {
  flex-grow: 1;
}

.footer__col.is-address {
  display: flex;
  flex-basis: 200px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 20px;
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer__logo img {
  width: 100%;
}

.footer__address {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
}

.footer__address.is-mobile {
  display: none;
}

.footer__address-data {
  display: grid;
  gap: 15px;
}

.footer__address-data-label {
  font-size: 14px;
  text-transform: uppercase;
}

.footer__address-data-content {
  --icon-map-size: 30px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.footer__phone,
.footer__mail {
  display: none;
  color: #fff;
  font-weight: 700;
  transition: all 0.2s linear;
}

.footer__phone:hover,
.footer__mail:hover {
  opacity: .6;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--footer-nav-gap, 20px);
  justify-content: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  text-transform: var(--footer-nav-link-transform, uppercase);
}

.footer__nav.is-secondary {
  --footer-nav-link-size: clamp( 13px, 3vw, 15px );
  --footer-nav-link-transform: none;
  --footer-nav-gap: 0;
  --footer-nav-item-padding-l: 10px;
  --footer-nav-item-padding-r: 10px;
  --footer-nav-item-separator-display: block;
  padding-top: 25px;
  padding-bottom: 0;
  border-bottom: none;
}

.footer__nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.footer__nav-item:not(:first-child) {
  padding-left: var(--footer-nav-item-padding-l, 0);
}

.footer__nav-item:not(:last-child) {
  padding-right: var(--footer-nav-item-padding-r, 0);
}

.footer__nav-item:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: -3px;
  display: var(--footer-nav-item-separator-display, none);
}

.footer__nav-item-link {
  color: #fff;
  font-size: var(--footer-nav-link-size, clamp(12px, 5vw, 14px));
  line-height: 28px;
  transition: all 0.2s linear;
}

.footer__nav-item-link:hover {
  color: #fff;
  opacity: .7;
}

.footer__privacy {
  text-align: center;
}

.footer__privacy-link {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  transition: all 0.2s linear;
}

.footer__privacy-link:hover {
  color: #fff;
  opacity: .7;
}

.footer__media {
  display: flex;
  margin-top: 15px;
}

.footer__media-item {
  display: block;
  transition: all 0.2s linear;
}

.footer__media-item:hover {
  opacity: .7;
}

.footer__media-item:not(:last-child) {
  margin-right: 20px;
}

.footer__media-item svg {
  width: 30px;
  height: 30px;
}

.footer__bottom {
  padding-top: 20px;
}

.footer__bottom-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -40px;
}

.footer__copyright {
  font-size: 16px;
  font-weight: 400;
}

.guide-banner {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.guide-detail {
  display: grid;
  gap: 30px;
}

.guide-detail__intro {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.guide-detail__intro-img {
  flex-basis: 600px;
  flex-shrink: 0;
}

.guide-detail__intro-chars {
  --btn-font-size: 14px;
  --btn-color: transparent;
  --icon-rotate: 90deg;
  --btn-text-color: #000;
  --btn-pd: 0;
  --btn-hover-border-color: transparent;
  --btn-hover-color: var(--color-sub-brand);
  --icon-size: 20px;
  display: grid;
  flex-grow: 1;
  gap: 20px;
  justify-items: start;
}

.guide-detail__intro-chars-item {
  display: grid;
  gap: 10px;
}

.guide-detail__intro-chars-item-label {
  font-weight: 700;
}

.guide-detail a {
  transition: .3s;
}

.intro-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--intro-banner-height, 300px);
  margin-bottom: var(--intro-banner-mg-t, -30px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-banner[data-context="calc"] {
  --intro-banner-mg-t: 60px;
  background-position: center top;
}

.intro-banner__title {
  position: absolute;
  color: #fff;
  font-size: clamp(20px, 5vw, 45px);
}

.products-cat {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: var(--product-cats-justify, center);
  margin: var(--product-cats-mg, 40px);
}

.products-cat[data-context="product"] {
  --product-cats-mg: 0;
  --product-cats-link-size: 16px;
  --product-cats-link-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
}

.products-cat__item .active-cat {
  --icon-outer-bg-color: #fff;
  --icon-border: 1px solid var(--color-brand);
  --icon-bg-color: var(--color-brand);
  color: var(--color-brand);
}

.products-cat__item .active-cat::after {
  width: 100%;
}

.products-cat__link {
  --icon-size: 15px;
  --icon-resize: 70%;
  --icon-outer-bg-color: #fff;
  --icon-border: 1px solid var(--color-sub-brand);
  --icon-bg-color: var(--color-sub-brand);
  --icon-offset-y: -1px;
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  color: var(--product-cats-link-color, #00a7d4);
  font-size: var(--product-cats-link-size, 20px);
  font-weight: var(--product-cats-link-weight, bold);
}

.products-cat__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: var(--color-brand);
  transition: 0.5s;
}

.products-cat__link:hover::after {
  width: 100%;
}

.products-cat__link:hover {
  --menu-notice-display: block;
  --icon-border: 1px solid var(--color-brand);
  --icon-bg-color: var(--color-brand);
  color: var(--color-brand);
}

.products-cat__link-notice-text {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 3;
  display: var(--menu-notice-display, none);
  width: 250px;
  max-width: 400px;
  padding: 10px;
  border-radius: 12px;
  background-color: whitesmoke;
  box-shadow: 0 0 10px whitesmoke;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.seo-text {
  padding-bottom: 20px;
}

.seo-text.has-top-offset {
  margin-top: 200px;
}

.seo-text.style\:short {
  max-width: 85%;
  margin: 0 auto;
}

.user-text {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: grid;
  gap: 10px;
  margin-top: var(--user-text-margin-t, 0);
}

.user-text[data-context='student'] {
  --user-text-margin-t: -80px;
}

.career-header {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 450px;
  background-image: url("../img/content/career/intro_bg 1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.career-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  min-height: 200px;
  background-image: url("../img/content/career/headbanner 1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.career-header__title {
  color: #fff;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 700;
  text-transform: uppercase;
}

.career-sub-header {
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.4em;
  font-weight: 700;
  text-align: var(--career-sub-header-align, center);
  text-transform: uppercase;
}

.career-nav {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.career-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 370px;
  height: auto;
  padding: 12px;
  border: 1px solid var(--color-sub-brand);
  border-radius: 16px;
  color: var(--color-sub-brand);
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.career-nav__link.is-current,
.career-nav__link:hover {
  border-color: var(--color-brand);
  background-color: var(--color-brand);
  color: #fff;
}

.team {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: grid;
  gap: 72px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.team__content {
  display: grid;
  gap: 20px;
}

.team__content-item {
  position: relative;
  display: flex;
  gap: 130px;
  align-items: center;
}

.team__content-item:first-child {
  --arrow-display: block;
  --team-item-descr-margin-l: auto;
  --arrow-position-r: 80%;
  --arrow-position-t: 80%;
  --animated-img-offset: 100px;
}

.team__content-item:nth-child(2) {
  --arrow-display: block;
  --arrow-url: url( '../img/content/career/arrow-right.png' );
  --team-item-descr-margin-r: auto;
  --arrow-position-l: 80%;
  --arrow-position-t: 80%;
  --animated-img-offset: -100px;
}

.team__content-item:last-child {
  --team-item-descr-margin-l: auto;
  --animated-img-size: 40%;
  margin-top: 40px;
}

.team__content-item.is-animated-text {
  --text-animation: text-fade-in 2s normal 2s forwards;
  --text-animation-2: text-fade-in 2s normal 4s forwards;
}

.team__content-item-animated-img {
  display: flex;
  flex: 0 0 var(--animated-img-size, 30%);
  height: auto;
  transform: translateX(var(--animated-img-offset, 0));
}

.team__content-item-descr {
  position: relative;
  display: grid;
  flex-basis: 50%;
  gap: 26px;
  margin-right: var(--team-item-descr-margin-r, 0);
  margin-left: var(--team-item-descr-margin-l, 0);
}

.team__content-item-descr::before {
  content: '';
  position: absolute;
  top: var(--arrow-position-t, auto);
  right: var(--arrow-position-r, auto);
  bottom: var(--arrow-position-b, auto);
  left: var(--arrow-position-l, auto);
  z-index: -1;
  display: var(--arrow-display, none);
  width: 220px;
  height: 320px;
  background-image: var(--arrow-url, url("../img/content/career/arrow-left.png"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.team__content-item-descr-title {
  color: var(--color-brand);
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
}

.team__content-item-descr-text {
  display: inline;
  font-size: clamp(16px, 4vw, 24px);
  line-height: 1.4em;
  font-weight: 400;
}

.team__content-item-descr-text span {
  background-image: linear-gradient(90deg, #000 50%, transparent 50%);
  background-position: 100%;
  background-size: 200% 100%;
  background-clip: text;
  color: transparent;
}

.team__content-item-descr-text span:first-child {
  animation: var(--text-animation, none);
}

.team__content-item-descr-text span:last-child {
  animation: var(--text-animation-2, none);
}

.team__content-item.style\:reversed {
  flex-direction: row-reverse;
  text-align: right;
}

@keyframes text-fade-in {
  from {
    background-position: 100%;
  }

  to {
    background-position: 0;
  }
}

.mission {
  --career-sub-header-align: left;
  margin-bottom: 110px;
  padding: 60px 0;
  padding-bottom: 75px;
  background-color: #EBEBEB;
  background-image: url("../img/content/career/logo-big 1.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mission__content {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: grid;
  gap: 40px;
  margin-bottom: 0;
}

.mission__content-item {
  display: flex;
  gap: 45px;
  align-items: center;
}

.mission__content-item-animated-img {
  flex-basis: var(--animated-img-size, 480px);
  flex-shrink: 0;
  min-height: var(--animated-img-size, 300px);
}

.mission__content-item-descr {
  display: grid;
  gap: 15px;
}

.mission__content-item-descr-notice {
  font-size: clamp(16px, 4vw, 26px);
  line-height: 1.4em;
}

.mission__content-item-descr-text {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.4em;
  font-weight: 400;
}

.principles {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.principles__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 96px;
  font-size: clamp(14px, 5vw, 20px);
  font-weight: 400;
  text-align: center;
}

.principles__list {
  display: grid;
  gap: 35px;
}

.principles__list-item {
  display: grid;
  gap: 60px;
}

.principles__list-item:first-child {
  --principles-item-descr-decor-rotate: 150deg;
  --principles-animation-container-width: 548px;
}

.principles__list-item:nth-child(2) {
  --principles-item-title-decor-position-rotate: 120deg;
  --principles-item-descr-decor-rotate: 45deg;
  --principles-animation-width: 80%;
}

.principles__list-item:last-child {
  --principles-item-title-decor-position-rotate: 180deg;
  --principles-item-descr-decor-rotate: 240deg;
  --principles-animation-width: 90%;
}

.principles__list-item-title {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--color-sub-brand);
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
}

.principles__list-item-title.style\:right-aligned {
  --principles-item-title-decor-position-r: 50%;
  --principles-item-title-decor-position-l: auto;
  justify-content: flex-end;
}

.principles__list-item-title::after {
  content: '';
  position: absolute;
  right: var(--principles-item-title-decor-position-r, auto);
  left: var(--principles-item-title-decor-position-l, 50%);
  width: 150px;
  height: 150px;
  background-image: url("../img/content/career/leaf-fill.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(var(--principles-item-title-decor-rotate, 0));
}

.principles__list-item-content {
  display: flex;
  gap: 120px;
  align-items: center;
}

.principles__list-item-content.style\:reversed {
  --principle-item-text-align: right;
  --principles-item-descr-decor-r: 100%;
  --principles-item-descr-decor-l: auto;
  flex-direction: row-reverse;
}

.principles__list-item-content-animated-img {
  display: flex;
  flex-basis: var(--principles-animation-container-width, 448px);
  flex-shrink: 0;
  justify-content: flex-end;
}

.principles__list-item-content-animated-img svg {
  max-width: var(--principles-animation-width, 100%);
}

.principles__list-item-content-text {
  position: relative;
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 700;
  text-align: var(--principle-item-text-align, left);
  text-transform: uppercase;
}

.principles__list-item-content-text::after {
  content: '';
  position: absolute;
  right: var(--principles-item-descr-decor-r, auto);
  left: var(--principles-item-descr-decor-l, 100%);
  width: 150px;
  height: 150px;
  background-image: url("../img/content/career/leaf-fill.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(var(--principles-item-descr-decor-rotate, 0));
}

.running-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: var(--color-brand);
}

.running-line__text {
  color: #000;
  font-size: clamp(16px, 3vw, 24px);
  text-transform: uppercase;
}

.running-line__text span {
  margin-left: 100px;
}

.single-image {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 75px;
}

.become-team-part {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.become-team-part__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  gap: clamp(20px, 5vw, 60px);
  justify-items: center;
  max-width: 1520px;
  margin: 0 auto;
  margin-top: 60px;
  counter-reset: num;
}

.become-team-part__list-item {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 40px;
  align-content: start;
  overflow: hidden;
  min-height: 400px;
  padding: 34px;
  border-radius: 5px;
  background-color: var(--color-brand);
  color: #fff;
  text-align: center;
}

.become-team-part__list-item::before {
  content: counter(num);
  position: absolute;
  right: 20px;
  bottom: -140px;
  z-index: -1;
  width: auto;
  color: #475919;
  font-size: 350px;
  font-weight: 700;
  counter-increment: num;
  opacity: .2;
}

.become-team-part__list-item-title {
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 700;
  text-transform: uppercase;
}

.become-team-part__list-item-text {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.2em;
}

.become-team-part__list-item-text a {
  color: var(--color-sub-brand);
}

.become-team-part__list-item-text a:hover {
  text-decoration: underline;
}

.career-advantages {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.career-advantages__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  margin-top: 60px;
  border: 1px solid #EFF0F6;
  border-radius: 16px;
  box-shadow: 0 4px 15px 0 #00000012;
}

.career-advantages__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 60px;
  line-height: 1.4em;
}

.career-advantages__list-item::after {
  content: '';
  position: absolute;
  left: 100%;
  width: 1px;
  height: 60%;
  background-color: #D0D0D0;
}

.career-advantages__list-item:last-child::after {
  display: none;
}

.career-advantages__list-item-title {
  max-width: 70%;
  color: var(--color-brand);
  font-size: clamp(16px, 4vw, 24px);
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.career-advantages__list-item-descr {
  font-size: clamp(14px, 5vw, 20px);
  text-align: center;
}

.vacancy {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.vacancy__hh {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vacancy__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 70px;
}

.vacancy__list {
  display: grid;
  gap: 40px;
}

.vacancy__list-empty.is-hidden {
  display: none;
}

.vacancy__list-item {
  padding: 30px 60px;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 #00000012;
}

.vacancy__list-item.is-hidden {
  display: none;
}

.vacancy__list-item-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  line-height: 1.4em;
}

.vacancy__list-item-data-meta {
  display: grid;
  gap: 10px;
}

.vacancy__list-item-data-meta-post {
  color: var(--color-sub-brand);
  font-size: clamp(16px, 4vw, 26px);
  font-weight: 700;
}

.vacancy__list-item-data-meta-city {
  font-size: clamp(14px, 4vw, 20px);
}

.vacancy__list-item-data-fee {
  display: grid;
  gap: 10px;
}

.vacancy__list-item-data-fee-value {
  font-size: clamp(16px, 4vw, 26px);
}

.vacancy__list-item-data-fee-notice {
  font-size: clamp(14px, 4vw, 20px);
}

.vacancy__list-item-descr {
  margin-bottom: 26px;
}

.vacancy__list-item-details {
  height: auto;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #D0D0D0;
  transition: .3s;
}

.vacancy__list-item-details-post {
  font-size: clamp(16px, 4vw, 26px);
}

.vacancy__list-item-details-text {
  display: grid;
  gap: 10px;
  margin-bottom: 40px;
}

.vacancy__list-item-details-text ul,
.vacancy__list-item-details-text ol {
  padding-left: 20px;
  list-style-type: disc;
}

.vacancy__list-item-details.is-hidden {
  display: none;
  height: 0;
}

.vacancy-respond {
  margin-bottom: var(--vacancy-respond-margin-b, 1px);
  padding: 40px;
  background-color: var(--color-sub-brand);
  color: #fff;
}

.vacancy-respond__content {
  max-width: 1300px;
  margin: 0 auto;
}

.vacancy-respond__title {
  margin-bottom: 40px;
  color: #fff;
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.vacancy-respond[data-context='modal'] {
  --vacancy-respond-margin-b: 0;
  --form-new-width: 95%;
  --form-new-margin: 0 auto;
  padding-bottom: 0;
  border-radius: 10px;
  background-color: transparent;
  background-image: url("../img/content/career/intro_bg 1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.student-intro {
  --company-sub-header-align: left;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  gap: 40px;
  align-items: center;
}

.student-intro__content {
  display: grid;
  gap: 40px;
}

.student-intro__content-text {
  display: grid;
  gap: 10px;
}

.student-intro__animated-img {
  flex-basis: 400px;
  flex-shrink: 0;
}

.tabs-horizontal {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--color-sub-brand);
}

.tabs-horizontal__controls {
  display: grid;
  flex-basis: 300px;
  flex-shrink: 0;
  gap: 20px;
  align-content: start;
}

.tabs-horizontal__controls-elem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding: 10px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s;
}

.tabs-horizontal__controls-elem:hover {
  border-color: var(--color-sub-brand);
  background-color: #fff;
  color: var(--color-sub-brand);
}

.tabs-horizontal__controls-elem.is-active {
  border-color: var(--color-sub-brand);
  background-color: #fff;
  color: var(--color-sub-brand);
}

.tabs-horizontal__content {
  display: var(--tab-display, none);
  gap: 20px;
  align-content: start;
  justify-items: center;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.tabs-horizontal__content.is-active {
  --tab-display: grid;
}

.tabs-horizontal__content-text {
  display: grid;
  gap: 10px;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.4em;
}

.region-choose {
  --region-choose-icon-display: none;
  --region-choose-padding: 0;
  --icon-bg-color: var( --region-choose-icon-bg, #fff );
  position: relative;
  display: var(--region-choose-display, flex);
  gap: 10px;
  align-items: center;
  max-width: var(--header-wrap-width, 3160px);
  padding: var(--region-choose-padding, 20px 100px);
  padding-bottom: 0;
  color: var(--region-choose-color, #fff);
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}

.region-choose__name {
  display: flex;
  gap: 3px;
  align-items: center;
}

.region-choose__name::before {
  content: '';
  display: var(--region-choose-icon-display, block);
  width: 0;
  height: 0;
  border: 5px solid var(--region-choose-icon-color, var(--color-brand));
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.region-choose.is-mobile {
  --region-choose-display: none;
  --region-choose-icon-display: block;
  gap: 0;
  margin-top: 5px;
}

.region-choose__phone {
  display: none;
  color: var(--region-choose-phone, #fff);
  font-weight: 800;
}

.regions-contacts {
  --fancy-close-color: #000;
}

.regions-contacts__list {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  column-count: 3;
}

.regions-contacts__list-item {
  padding: 10px;
  font-weight: 700;
  cursor: pointer;
  break-inside: avoid;
}

.regions-contacts__list-item.is-active {
  color: var(--color-brand);
}

.filter-search {
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 10px 0;
  padding: 5px 0;
  padding-left: 10px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  background-color: #fff;
}

.filter-search:focus {
  border-color: var(--color-brand);
}

.filter-search::placeholder {
  opacity: .5;
}

.filter-search::-webkit-search-cancel-button {
  width: 15px;
  height: 15px;
  background-color: var(--color-sub-brand);
  cursor: pointer;
  mask-image: url("../img/sprites/sprite.svg#close");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  appearance: none;
}

.filter-search::-webkit-search-cancel-button:hover {
  background-color: #000;
}

.where-buy {
  --fancy-close-color: #000;
  width: 600px;
}

.where-buy.fancybox-content {
  overflow: visible;
}

.where-buy .select2-container {
  width: 100%;
}

.where-buy__select-dropdown {
  z-index: 9999;
  text-transform: uppercase;
}

.post-content {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 70% 1fr;
  gap: 20px 80px;
  align-items: start;
  padding-bottom: 40px;
}

.post-content.is-simple {
  display: block;
}

.post-content__editor {
  grid-row: 1 / 3;
}

.post-content__meta {
  display: grid;
  gap: 20px;
  justify-content: center;
  justify-items: center;
  margin-top: 20px;
  text-align: center;
}

.post-content__meta-data {
  display: grid;
}

.post-content__meta-data-title {
  color: var(--color-brand);
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 700;
}

.post-content__product {
  --product-preview-item-width: 100%;
  --product-preview-item-margin: 20px;
}

.post-content__product-title {
  color: var(--color-brand);
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 700;
  text-align: center;
}

.post-content__product .slider-header.is-small {
  margin: 0;
  color: var(--color-brand);
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 700;
  text-transform: none;
}

.post-filter {
  margin: 50px 0;
}

.post-filter__form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  align-items: center;
  justify-content: center;
}

.post-filter .select2 {
  flex-basis: 300px;
}

.post-filter .form-clear {
  flex-basis: 100%;
}

.archive__title {
  color: var(--color-sub-brand);
  font-weight: 700;
}

.archive__title {
  font-size: 22px;
}

.archive__grid {
  --archive-item-width: 100%;
  --archive-item-mg: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--archive-grid-col-width, 350px), 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.archive__grid[data-context="guide"] {
  --product-preview-item-width: 100%;
  --archive-grid-col-width: 295px;
  --product-preview-item-margin: 0;
}

.calculator {
  --title-mg-b: 0;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calculator__content {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.calculator__content-data {
  --title-mg-b: 0;
  display: flex;
  flex-basis: 70%;
  flex-shrink: 0;
  flex-direction: column;
  gap: 15px;
  height: auto;
}

.calculator__content-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  gap: 40px;
  width: 100%;
}

.calculator__content-form-img {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
  display: var(--calc-form-img-display, block);
  max-width: 520px;
}

.calculator__products {
  --product-preview-item-opacity: 1;
  --product-preview-item-margin: 0;
  margin-top: 30px;
}

.calculator__products-title {
  margin-top: auto;
  color: var(--color-sub-brand);
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 700;
}

.calculator__products-main-product {
  display: grid;
  gap: 20px;
}

.calculation-results {
  display: grid;
}

.calculation-results__medication {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.calculation-results__medication-link {
  padding: 10px;
  padding-left: 0;
  color: var(--color-sub-brand);
  font-size: clamp(14px, 5vw, 20px);
  font-weight: 700;
}

.calculation-results__medication-link a {
  color: var(--color-sub-brand);
  text-decoration: underline;
}

.calculation-results__data {
  display: flex;
  width: 100%;
}

.calculation-results__data-main {
  flex-grow: 1;
}

.calculation-results__data-main-params {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 15px;
  padding-left: 0;
  border-top: 1px solid #f5f5f5;
}

.calculation-results__data-main-params-param {
  display: grid;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}

.calculation-results__data-main-params-param-label {
  color: #808080;
}

.calculation-results__data-main-params-param-value {
  font-weight: 700;
}

.calculation-results__data-value {
  display: grid;
  flex-basis: 30%;
  flex-shrink: 0;
  gap: 10px;
  padding: 15px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-size: 18px;
  text-align: center;
}

.calculation-results__data-value-label {
  font-weight: 700;
}

.calculation-results__data-value-data {
  color: var(--color-sub-brand);
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 700;
}

.calculator-form {
  display: grid;
  gap: 20px;
  width: 100%;
  padding: 30px;
  background-color: var(--color-brand);
}

.calculator-form.is-sending {
  position: relative;
}

.calculator-form.is-sending::before {
  content: '';
  position: absolute;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
}

.calculator-form.is-sending::after {
  content: '';
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto;
  border: 3px solid transparent;
  border-bottom-color: var(--color-white);
  border-radius: 50%;
  background: radial-gradient(circle at center, #97d700 0%, transparent 70%);
  box-shadow: 0 0 10px rgba(150, 215, 0, 0.6);
  transition: 0s;
  animation: form-pulse 1s infinite linear, form-spin 1s infinite linear;
  inset: 0;
}

@keyframes form-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes form-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.calculator-form.is-calculated + picture {
  --calc-form-img-display: none;
}

.calculator-form__input {
  height: 28px;
  padding: 0 8px;
  border-radius: 3px;
  background-color: #fff;
}

.calculator-form__instruction {
  --icon-size: 16px;
  --icon-resize: 12px;
  --icon-bg-color: var(--color-sub-brand);
  --icon-border: 1px solid var(--color-sub-brand);
  --icon-outer-bg-color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
}

.calculator-form__instruction-data {
  display: none;
}

.calculator-form__instruction-data.fancybox-content {
  --fancy-close-color: #000;
  max-width: 800px;
  max-height: 500px;
  padding: 20px;
  padding-top: 40px;
  background-color: #fff;
}

.calculator-form__instruction-data-content {
  display: grid;
  gap: 20px;
}

.calculator-form__instruction-data-content-title {
  margin-bottom: 20px;
  color: var(--color-sub-brand);
  font-weight: 700;
}

.calculator-form__submit {
  --btn-color: var(--color-sub-brand);
  --btn-hover-bg-color: #fff;
}

.calculator-form__submit {
  font-size: 12px;
}

.swiper [data-slider-nav] {
  width: 30px;
  height: 30px;
  font-size: 0;
}

.swiper [data-slider-nav]::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-sub-brand);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("../img/sprites/sprite.svg#arrow_right");
}

.swiper [data-slider-nav="prev"] {
  transform: rotate(180deg);
}

.fancybox-bg {
  background: transparent !important;
}

.fancybox-inner {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.modal {
  display: none;
}

.modal__container.fancybox-content {
  overflow: visible !important;
  padding: 0;
  border-radius: 5px;
}

.modal__container .fancybox-button {
  top: 14px !important;
  right: 14px !important;
  left: auto;
  width: 28px;
  height: 28px;
  padding: 0 !important;
}

.modal__success-box {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 40px 45px 50px;
  border-radius: 5px;
  background-color: #fff;
}

.modal__success-text {
  padding-top: 20px;
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
}

.modal__success-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.modal__success-icon svg {
  width: 50px;
  height: 50px;
}

.fancybox-slide--html .modal__footer-container.fancybox-content {
  overflow: visible;
  padding: 0;
  border-radius: 0;
}

.fancybox-slide--html .modal__footer-container .fancybox-close-small {
  left: auto;
  width: 43px;
  height: 43px;
  padding: 0;
  color: #969393;
}

.modal__footer-box {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.modal__img img {
  width: 100%;
}

.modal__body {
  display: flex;
  flex-direction: column;
  padding: 40px 45px;
  background-color: #fff;
}

.modal__title {
  margin-bottom: 20px;
  color: #00a7d4;
  font-size: 36px;
  line-height: 1.23;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.modal__form .error:not(.modal__form-input) {
  position: absolute;
  bottom: -60%;
  left: 0;
  z-index: 300;
  padding: 8px 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
  color: #f00;
  font-size: 12px;
}

.modal__form .error:not(.modal__form-input)::after {
  content: '';
  position: absolute;
  top: -12px;
  left: 15%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}

.modal__form-label {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.modal__form-input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  color: #787878;
  font-size: 16px;
}

.modal__form-input.error {
  border-color: #f00;
}

.modal__form-btn {
  width: 100%;
  margin-top: 25px;
  border-radius: 5px;
  font-size: 16px;
}

.modal__form-policy .policy__text {
  color: #787878;
  font-size: 18px;
}

.modal__form-message {
  display: none;
  margin-top: 15px;
  padding: 20px;
  text-align: center;
}

.modal__form-message_success {
  background-color: #62c584;
}

.modal__form-message_error {
  background-color: #f95d51;
}

.modal__text {
  color: #fff;
  font-size: 22px;
  line-height: 1.55;
}

div.fancybox-content {
  padding: 0;
  background-color: transparent;
}

div.fancybox-slide--html .fancybox-close-small {
  right: var(--fancy-close-position-r, 0);
  color: var(--fancy-close-color, #fff);
}

.fancybox__dialog .f-button.is-close-button {
  top: 0;
  color: black;
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 0;
  width: 3em;
  transition: all 0.2s linear;
  transform: scale(0);
}

.back-to-top_is_show {
  transform: scale(1);
}

.back-to-top__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #9acf16;
}

.back-to-top__link:hover:not(:active) {
  transform: scale(1.1);
}

@keyframes arrow-animation {
  0% {
    transform: translateY(-30px);
  }

  25% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

.form__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 57px;
  font-weight: 700;
  text-transform: uppercase;
}

.form__text {
  margin-bottom: 35px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.form__text a {
  color: #9acf16;
  font-weight: 700;
}

.form__label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.form__label .error:not(.form__input) {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 300;
  padding: 8px 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
  color: #f00;
  font-size: 12px;
}

.form__label .error:not(.form__input)::after {
  content: '';
  position: absolute;
  top: -12px;
  left: 15%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}

.form__label[data-type="checkbox"] {
  display: flex;
  gap: 26px;
  margin-bottom: 0;
  line-height: 1.2em;
}

.form__checkbox {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form__checkbox-text {
  color: #fff;
  font-size: 16px;
}

.form__checkbox-text.context\:subscribe {
  padding-left: 12px;
  color: #787878;
  font-size: 18px;
  line-height: 1.2em;
}

.form__input {
  width: 100%;
  height: 36px;
  padding: 12px 10px;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s linear;
}

.form__input.error {
  border-color: #f00;
}

.form__select {
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.form__select ~ .select2-container {
  flex-basis: var(--select-width, auto);
  width: 100%;
}

.form__select ~ .select2-container.select2-container--default .select2-selection--single {
  height: initial;
  padding: var(--select-pd, 14px 0);
  border: var(--select-border, 0);
  border-bottom: var(--select-border-b, 1px solid #fff);
  border-radius: var(--select-border-radius, 0);
  background-color: transparent;
}

.form__select ~ .select2-container .select2-selection--single .select2-selection__placeholder,
.form__select ~ .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: var(--select-color, #fff);
}

.form__select ~ .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff;
}

.form__select ~ .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.form__select ~ .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--select-arrow-color, #fff transparent transparent);
  transition: all 0.2s linear;
}

.form__select.error ~ .select2-container.select2-container--default .select2-selection {
  border-bottom-color: #f00;
}

.form__place {
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  color: #fff;
  font-size: 16px;
}

.form[data-context='vacancy-filter'] {
  --select-border: 1px solid #C5C5C5;
  --select-border-b: 1px solid #C5C5C5;
  --select-border-radius: 15px;
  --select-color: #292929;
  --select-pd: 10px 20px;
  --select-arrow-color: #C5C5C5 transparent transparent;
  --select-width: 250px;
}

.form-select-drop .select2-dropdown {
  border-color: #9acf16;
}

.form-select-drop.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #9acf16;
}

.form-select-drop.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9acf16;
}

.form-new {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
}

.form-new__title {
  margin-bottom: 30px;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 700;
  text-transform: uppercase;
}

.form-new__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.form-new .wpcf7-form-control-wrap {
  flex-basis: 30%;
  flex-grow: 1;
}

.form-new__input {
  width: 100%;
  min-height: 60px;
  padding: 16px;
  border: 1px solid #FFF;
  border-radius: 10px;
  color: #fff;
}

.form-new__input::placeholder {
  color: #E6E6E6;
}

.form-new__file {
  color: #fff;
  appearance: auto;
}

.form-new__file::-webkit-file-upload-button {
  height: 40px;
}

.form-new__submit.btn {
  min-width: 360px;
  height: 60px;
  background-color: #fff;
  color: #000;
  font-size: clamp(14px, 2vw, 20px);
}

.clear-btn {
  display: flex;
  flex-basis: 100%;
  gap: 5px;
  justify-content: center;
  color: #f00;
  transition: .3s;
}

.policy {
  position: relative;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}

.policy .error:not(.policy__input):not(#policy_modal-error) {
  position: absolute;
  top: -5%;
  left: -2.5%;
  width: 105%;
  height: 120%;
  padding: 5px;
  border: 1px solid #f00;
  font-size: 0;
}

.policy__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.policy__input:checked ~ .policy__mark:after {
  opacity: 1;
}

.policy__text {
  display: inline-block;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
}

.policy__text a {
  color: currentColor;
  text-decoration: underline;
}

.policy__text a:hover {
  text-decoration: none;
}

.policy__mark {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}

.policy__mark::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #9acf16;
  opacity: 0;
  transition: all .3s linear;
}

.js-button-animation.is-hover {
  animation: bounce-btn 2s linear alternate;
}

@keyframes bounce-btn {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.counter-animation__item {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  width: calc(33.333% - 40px);
}

.counter-animation__item:last-child {
  --animate-item-icon-size: 70px;
}

.counter-animation__item:not(:last-child) {
  padding-right: 30px;
}

.counter-animation__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 75px;
  margin: auto 0;
  background-color: #fff;
}

.counter-animation__item-icon {
  flex-shrink: 0;
  width: var(--animate-item-icon-size, 77px);
  height: var(--animate-item-icon-size, 77px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.counter-animation__item-content {
  display: grid;
  gap: 5px;
}

.counter-animation__item-content-number {
  color: #fff;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 120%;
  font-weight: 700;
}

.counter-animation__item-content-text {
  color: #fff;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.3em;
  font-weight: 700;
}

.pagination {
  padding-top: 40px;
}

.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -6px;
}

.pagination__item {
  margin: 0 6px;
}

.pagination__item.pagination__item_arrow svg {
  width: 16px;
  height: 16px;
}

.pagination__link {
  font-size: 25px;
  line-height: 1;
  border: 1px solid transparent;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #787878;
  opacity: 0.4;
}

.pagination__link:hover:not(:active) {
  opacity: 1;
  background-color: rgba(0, 167, 212, 0.05);
}

.pagination__link_active {
  opacity: 1;
  border-color: #00a7d4;
}

.catalog-filter__culture [data-class='catalog-filter__elem'] .is-parent {
  font-weight: 700;
}

.catalog-filter__form {
  border: 1px solid rgba(0, 167, 212, 0.2);
  border-radius: 3px;
}

.catalog-filter__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 167, 212, 0.2);
}

.catalog-filter__closed {
  display: flex;
  justify-content: flex-end;
  padding: 15px 20px 10px;
}

.catalog-filter__closed button {
  width: 18px;
  height: 18px;
}

.catalog-filter__closed svg {
  width: 18px;
  height: 18px;
  color: #00a7d4;
}

.catalog-filter__head {
  display: flex;
  align-items: center;
  padding: 10px 20px 5px;
  cursor: pointer;
}

.catalog-filter__head_active .catalog-filter__head-arrow svg {
  transform: rotate(270deg);
}

.catalog-filter__head-title {
  color: #00a7d4;
  font-size: 16px;
  font-weight: 700;
}

.catalog-filter__head-arrow {
  margin-left: auto;
  padding-left: 10px;
}

.catalog-filter__head-arrow svg {
  width: 12px;
  height: 12px;
  transition: all 0.2s linear;
  transform: rotate(90deg);
}

.catalog-filter__body {
  transition: all 0.2s linear, opacity 0.3s linear 0.1s;
}

.catalog-filter__body.catalog-filter__body_open {
  max-height: 245px;
}

.catalog-filter__body:not(.catalog-filter__body_open) {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.catalog-filter__body-list {
  scrollbar-color: #9acf16 transparent;
  scrollbar-width: thin;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  padding: 5px 20px 20px;
}

.catalog-filter__body-list::-webkit-scrollbar {
  width: 5px;
}

.catalog-filter__body-list::-webkit-scrollbar-thumb {
  background-color: #9acf16;
}

.catalog-filter__label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.catalog-filter__label:not(:last-child) {
  margin-bottom: 9px;
}

.catalog-filter__label:hover .catalog-filter__label-box {
  background-color: rgba(222, 222, 222, 0.4);
}

.catalog-filter__label input:checked ~ .catalog-filter__label-box::before {
  transform: scale(1);
}

.catalog-filter__label-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 12px;
  border: 1px solid #dedede;
  border-radius: 3px;
  transition: all .3s linear;
}

.catalog-filter__label-box::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: #9acf16;
  transition: all .3s linear;
  transform: scale(0);
}

.catalog-filter__label-text {
  font-size: 16px;
  transition: all .3s linear;
}

.catalog-filter__label-text:hover {
  opacity: .8;
}

.catalog-filter__bottom {
  display: flex;
  align-items: center;
  padding: 20px;
}

.catalog-filter__bottom .catalog-filter__btn {
  flex: auto;
  height: initial;
  padding: 7px;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
}

.catalog-filter__bottom .catalog-filter__btn:first-child {
  margin-right: 10px;
}

.coockies {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 1000;
  width: 100%;
  color: white;
}

.coockies a {
  color: #00a7d4;
}

.coockies__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 400px;
  max-width: max-content;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #2a2727eb;
}

.coockies__btns {
  display: flex;
  gap: 20px;
  align-items: center;
}

.coockies__btns-accept-btn {
  display: inline-flex;
  padding: 15px 20px;
  padding-bottom: 11px;
  border-radius: 10px;
  background-color: #00a7d4;
  line-height: 1;
  text-transform: uppercase;
}

.coockies__btns-accept-btn:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.coockies__btns-denial-btn {
  display: inline-flex;
  padding: 15px 20px;
  padding-bottom: 11px;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  opacity: .5;
}

.coockies__btns-denial-btn:hover {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}

.custom-push {
  position: fixed;
  top: 50%;
  right: 0;
  color: white;
  z-index: 1000;
  transition: all 1s;
}

.custom-push.push-animated {
  animation: pull-in 2.5s forwards, pulse 4s infinite;
}

.custom-push a {
  color: white;
}

.custom-push a:hover {
  color: black;
}

.custom-push__close {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  background-color: #00a7d494;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-push__close:hover {
  cursor: pointer;
  background-color: black;
}

.custom-push__close::before,
.custom-push__close::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: white;
  top: 45%;
}

.custom-push__close::before {
  transform: rotate(45deg);
}

.custom-push__close::after {
  transform: rotate(-45deg);
}

.custom-push__wrapper {
  padding: 20px;
  padding-top: 30px;
  background-color: #9acf16d6;
  border-radius: 10px;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-push__header {
  font-size: 1.2rem;
  font-weight: bold;
}

.custom-push__btns {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 10px;
}

.custom-push__suspend-btn {
  text-transform: uppercase;
  padding: 10px 20px;
}

.custom-push__suspend-btn:hover {
  cursor: pointer;
  color: black;
}

.custom-push__accept-btn {
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #00a7d4;
  display: inline-flex;
  border-radius: 10px;
  width: max-content;
}

.custom-push__accept-btn:hover {
  cursor: pointer;
  background-color: white;
  color: black;
}

.custom-push__accept-btn:hover a {
  color: black;
}

@keyframes pull-in {
  0% {
    top: -100%;
    opacity: 0;
  }

  100% {
    top: 50%;
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.push-tg-subscribe {
  position: fixed;
  z-index: 90000000099;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  inset: 0;
}

.push-tg-subscribe__bg::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
}

.push-tg-subscribe__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-image: url("../img/sprites/sprite.svg#tg-close");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.push-tg-subscribe__close:hover {
  opacity: .8;
}

.push-tg-subscribe__close svg {
  width: 100%;
  height: 100%;
}

.push-tg-subscribe__content {
  position: relative;
  display: grid;
  gap: 30px;
  align-content: start;
  justify-items: center;
  max-width: 600px;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--color-sub-brand);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.push-tg-subscribe__content-leaf-1,
.push-tg-subscribe__content-leaf-2,
.push-tg-subscribe__content-leaf-3 {
  position: absolute;
  width: 100px;
  height: 100px;
}

.push-tg-subscribe__content-leaf-1 {
  top: 0;
  left: 0;
}

.push-tg-subscribe__content-leaf-2 {
  top: 40px;
  left: 45px;
}

.push-tg-subscribe__content-leaf-3 {
  right: 0;
  bottom: 0px;
}

.push-tg-subscribe__content-title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.push-tg-subscribe__content-notice {
  max-width: 70%;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}

.push-tg-subscribe__content-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 20px;
  border-radius: 40px;
  background-color: #ecebeb;
  box-shadow: inset 5px 5px 15px #b8b8b8;
  color: #329AC6;
  font-weight: bold;
  text-transform: uppercase;
}

.push-tg-subscribe__content-btn:hover {
  opacity: .8;
}

.push-tg-subscribe__content-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #329AC6;
  box-shadow: 0 0 20px #fff;
  outline: 5px solid #f6f6f6;
}

.push-tg-subscribe__content-btn svg {
  width: 40px;
  height: 40px;
}

.tags-list {
  margin-bottom: 40px;
}

.tags-list__item {
  flex-basis: 20%;
  flex-grow: 1;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #00a7d4;
  border-radius: 12px;
  color: #000;
  text-align: center;
}

.tags-list__item:hover {
  color: #00a7d4;
}

.tags-list .slick-arrow {
  z-index: 300;
  width: 24px;
  height: 24px;
}

.tags-list .slick-arrow::before {
  display: none;
}

.tags-list .slick-arrow:hover {
  opacity: .6;
}

.tags-list .slick-arrow svg {
  width: 20px;
  height: 20px;
}

.tags-list .slick-prev {
  left: -25px;
}

.tags-list .slick-next {
  right: -25px;
}

.tags-list .slick-track {
  display: flex;
  align-items: center;
}

.content-404__top {
  display: grid;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #808080;
}

.content-404__top-img {
  width: 100%;
  height: 400px;
  background-image: url("../img/content/404.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-404__top-text {
  color: #808080;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.content-404__bottom {
  padding-top: 40px;
}

.content-404__bottom-text {
  text-align: center;
}

.custom-blocks section:not(.mission):not(.running-line) {
  opacity: 0;
  transition: transform 1s, opacity 1s;
  transform: translateY(100px);
}

.icons {
  display: var(--icon-display, flex);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  border: var(--icon-border, none);
  border-radius: 50%;
  transition: 0.3s;
  transform: translateY(var(--icon-offset-y, 0)) rotate(var(--icon-rotate, 0));
}

.icons::before {
  content: "";
  width: var(--icon-resize, 100%);
  height: var(--icon-resize, 100%);
  transition: 0.3s;
  mask: var(--icon) no-repeat center/contain;
}

.icons.type\:menu-arrow::before {
  --icon: var(--icon-menu-arrow);
  background-color: var(--icon-bg-color, #000);
}

.icons.type\:download-arrow::before {
  --icon: var(--icon-download-arrow);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:phone {
  --icon-size: 20px;
  --icon-bg-color: var(--color-dark-gray);
}

.icons.type\:phone::before {
  --icon: var(--icon-phone);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:close {
  --icon-size: 24px;
}

.icons.type\:close:hover::before {
  --icon-bg-color: var(--color-brand);
}

.icons.type\:close::before {
  --icon: var(--icon-close);
  background-color: var(--icon-bg-color, #fff);
}

.icons.type\:list-item {
  --icon-size: 16px;
}

.icons.type\:list-item::before {
  --icon: var(--icon-list-item);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:date {
  --icon-size: 24px;
}

.icons.type\:date::before {
  --icon: var(--icon-date);
  background-color: var(--icon-bg-color, var(--color-gray));
}

.icons.type\:link {
  --icon-size: 24px;
}

.icons.type\:link::before {
  --icon: var(--icon-link);
  background-color: var(--icon-bg-color, var(--color-gray));
}

.icons.type\:link-arrow {
  --icon-size: 24px;
}

.icons.type\:link-arrow::before {
  --icon: var(--icon-link-arrow);
  background-color: var(--icon-bg-color, var(--color-dark-green));
}

.icons.type\:faq {
  --icon-size: 24px;
}

.icons.type\:faq::before {
  --icon: var(--faq-icon, var(--icon-plus-simple));
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:exclamation {
  --icon-size: 24px;
}

.icons.type\:exclamation::before {
  --icon: var(--icon-exclamation);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:checkbox {
  --icon-size: 24px;
}

.icons.type\:checkbox::before {
  --icon: var(--icon-checkbox);
  background-color: var(--icon-bg-color, #fff);
}

.icons.type\:quote {
  --icon-size: 24px;
}

.icons.type\:quote::before {
  --icon: var(--icon-quote);
  background-color: var(--icon-bg-color, var(--color-gray));
}

.icons.type\:review {
  --icon-size: 24px;
}

.icons.type\:review::before {
  --icon: var(--icon-review);
  background-color: var(--icon-bg-color, var(--color-gray));
}

.icons.type\:simple-minus {
  --icon-size: 24px;
}

.icons.type\:simple-minus::before {
  --icon: var(--icon-minus-simple);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:simple-plus {
  --icon-size: 24px;
}

.icons.type\:simple-plus::before {
  --icon: var(--icon-plus-simple);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:clip {
  --icon-size: 24px;
}

.icons.type\:clip::before {
  --icon: var(--icon-clip);
  background-color: var(--icon-bg-color, var(--color-brand-sub));
}

.icons.type\:star {
  --icon-size: 20px;
}

.icons.type\:star::before {
  --icon: var(--icon-star);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:play {
  --icon-size: 24px;
}

.icons.type\:play::before {
  --icon: var(--icon-play);
  background-color: var(--icon-bg-color, #fff);
}

.icons.type\:year-mark {
  --icon-size: 48px;
}

.icons.type\:year-mark::before {
  --icon: var(--icon-year-mark);
  background-color: var(--icon-bg-color, var(--color-light-gray));
}

.icons.type\:question {
  border-radius: 50%;
  background-color: var(--icon-outer-bg-color, var(--color-dark-gray));
}

.icons.type\:question::before {
  --icon: var(--icon-question-mark);
  background-color: var(--icon-bg-color, #fff);
}

.icons.type\:cart-remove {
  --icon-size: 24px;
}

.icons.type\:cart-remove::before {
  --icon: var(--icon-cart-remove);
  background-color: var(--icon-bg-color, var(--color-gray));
}

.icons.type\:cash {
  --icon-size: 24px;
}

.icons.type\:cash::before {
  --icon: var(--icon-cash);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:card {
  --icon-size: 24px;
}

.icons.type\:card::before {
  --icon: var(--icon-card);
  background-color: var(--icon-bg-color, var(--color-brand));
}

.icons.type\:tile-view::before {
  --icon: var(--icon-tile-view);
  background-color: var(--icon-bg-color, var(--color-sub-brand));
}

.icons.type\:table-view::before {
  --icon: var(--icon-table-view);
  background-color: var(--icon-bg-color, var(--color-sub-brand));
}

.icons.type\:back::before {
  --icon: var(--icon-arrow-back);
  background-color: var(--icon-bg-color, var(--color-sub-brand));
}

.icons.type\:contacts {
  --icon-size: 60px;
}

.icons.type\:contacts::before {
  background-image: var(--icon-contacts);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icons.type\:download {
  --icon-size: 30px;
}

.icons.type\:download::before {
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  background-image: var(--icon-download);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 3px solid #fff;
}

.icons.type\:submenu-arrow {
  --icon-size: 20px;
}

.icons.type\:submenu-arrow::before {
  --icon: var(--icon-submenu-arrow);
  background-color: var(--icon-bg-color, #fff);
}

.icons.type\:map {
  --icon-size: var(--icon-map-size, 20px);
}

.icons.type\:map::before {
  --icon: var(--icon-map);
  background-color: var(--icon-bg-color, #fff);
}

.icons.type\:phone-mobile {
  --icon-size: 20px;
}

.icons.type\:phone-mobile::before {
  --icon: var(--icon-phone-mobile);
  background-color: var(--icon-bg-color, #fff);
}

.icons.type\:controlled-objects {
  --icon-size: 40px;
}

.icons.type\:controlled-objects::before {
  --icon: var(--icon-controlled-objects);
  background-image: var(--icon-controlled-objects);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icons.type\:cultures {
  --icon-size: 40px;
}

.icons.type\:cultures::before {
  --icon: var(--icon-cultures);
  background-color: var(--icon-bg-color, var(--color-sub-brand));
}

.icons-menu {
  display: var(--icon-display, flex);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  transition: 0.3s;
}

.icons-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--icon) no-repeat center/contain;
}

.icons-menu.type\:adjuvanty::before {
  --icon: var(--icon-adjuvanty);
}

.icons-menu.type\:eko::before {
  --icon: var(--icon-eko);
}

.icons-menu.type\:fungicidy::before {
  --icon: var(--icon-fungicidy);
}

.icons-menu.type\:gerbicidy::before {
  --icon: var(--icon-gerbicidy);
}

.icons-menu.type\:insect::before {
  --icon: var(--icon-insect);
}

.icons-menu.type\:protravitel::before {
  --icon: var(--icon-protravitel);
}

.icons-menu.type\:regulyatir-rosta::before {
  --icon: var(--icon-regulyatir-rosta);
}

.icons-menu.type\:repellent::before {
  --icon: var(--icon-repellent);
}

.icons-menu.type\:udobrenija::before {
  --icon: var(--icon-udobrenija);
}

.icons-menu.type\:zashita-sadov::before {
  --icon: var(--icon-zashita-sadov);
}

.icons-menu.type\:protravitel::before {
  --icon: var(--icon-protravitel);
}

.icons-menu.type\:goroh::before {
  --icon: var(--icon-goroh);
}

.icons-menu.type\:kapusta::before {
  --icon: var(--icon-kapusta);
}

.icons-menu.type\:kartofel::before {
  --icon: var(--icon-kartofel);
}

.icons-menu.type\:kukuruza::before {
  --icon: var(--icon-kukuruza);
}

.icons-menu.type\:morkov::before {
  --icon: var(--icon-morkov);
}

.icons-menu.type\:ogurec::before {
  --icon: var(--icon-ogurec);
}

.icons-menu.type\:oves::before {
  --icon: var(--icon-oves);
}

.icons-menu.type\:podsolnechnik::before {
  --icon: var(--icon-podsolnechnik);
}

.icons-menu.type\:pshenica::before {
  --icon: var(--icon-pshenica);
}

.icons-menu.type\:raps::before {
  --icon: var(--icon-raps);
}

.icons-menu.type\:ris::before {
  --icon: var(--icon-ris);
}

.icons-menu.type\:svekla::before {
  --icon: var(--icon-svekla);
}

.icons-menu.type\:tomat::before {
  --icon: var(--icon-tomat);
}

.icons-menu.type\:vinograd::before {
  --icon: var(--icon-vinograd);
}

.icons-menu.type\:yachmen::before {
  --icon: var(--icon-yachmen);
}

.icons-menu.type\:len::before {
  --icon: var(--icon-len);
}

.icons-menu.type\:luk::before {
  --icon: var(--icon-luk);
}

.icons-menu.type\:nut::before {
  --icon: var(--icon-nut);
}

.icons-menu.type\:rozh::before {
  --icon: var(--icon-rozh);
}

.icons-menu.type\:soya::before {
  --icon: var(--icon-soya);
}

.icons-menu.type\:lupin::before {
  --icon: var(--icon-lupin);
}

.icons-menu.type\:grechka::before {
  --icon: var(--icon-grechka);
}

.icons-menu.type\:bahchevie::before {
  --icon: var(--icon-bahchevie);
}

.dgwt-wcas-sf-wrapp {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.catalog-search .dgwt-wcas-sf-wrapp {
  max-width: 100%;
  margin-bottom: 40px;
}

#dgwt-wcas-search-input-1,
#dgwt-wcas-search-input-2,
#dgwt-wcas-search-input-3 {
  position: relative;
  flex-basis: 100%;
  height: 60px;
  padding: 0 55px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  background-color: #fff;
  color: #b5b5b5;
  font-size: 16px;
  line-height: 1.33;
}

.catalog-search--after-cat-list {
  display: none;
}

.header__search .dgwt-wcas-sf-wrapp::before,
.catalog-search .dgwt-wcas-sf-wrapp::before {
  content: '';
  position: absolute;
  left: 15px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2022/12/glass_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.header__search .dgwt-wcas-search-wrapp,
.catalog-search .dgwt-wcas-search-wrapp {
  max-width: 100%;
}

.header__search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,
.catalog-search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 170px;
  height: 60px;
  margin-left: 20px;
  padding: 0 15px;
  border-radius: 20px;
  background-color: #00a7d4;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.header__search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before,
.catalog-search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::before {
  display: none;
}

.dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-cat) .dgwt-wcas-st {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dgwt-wcas-suggestions-wrapp.woocommerce {
  right: 0;
  left: 0 !important;
  overflow: scroll;
  overflow: hidden;
  width: 90% !important;
  max-width: 1200px;
  max-height: 500px !important;
  margin: 0 auto;
  border: none;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
}

.wp-pagenavi {
  display: flex;
  flex-basis: 100%;
  grid-column: 1/-1;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #0000;
  border-radius: 10px;
  color: #787878;
  font-size: 25px;
  line-height: 1;
  opacity: 0.4;
}

.wp-pagenavi .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-sub-brand);
  border-radius: 10px;
  color: #787878;
  font-size: 25px;
  line-height: 1;
  opacity: 1;
}

.catalog-view {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.catalog-view__elem {
  cursor: pointer;
}

.catalog-view__elem.is-active {
  --icon-bg-color: var(--color-brand);
  pointer-events: none;
}

.back-link {
  position: fixed;
  bottom: 100px;
  left: 40px;
  z-index: 99;
  display: none;
  gap: 5px;
  align-items: center;
  padding: 5px 15px;
  border-radius: 16px;
  background-color: #f5f5f5;
  color: var(--color-sub-brand);
  font-size: 12px;
  text-transform: uppercase;
  transform-origin: center;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.faq {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.faq__list {
  display: grid;
  gap: 4px;
  width: 100%;
}

.faq__list-elem {
  --icon-size: 32px;
  --icon-bg-color: var(--color-sub-brand);
  --icon-rotate: 90deg;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  padding: 15px 0;
  background-color: #fff;
}

.faq__list-elem:not(:last-child) {
  border-bottom: 1px solid #808080;
}

.faq__list-elem.is-opened {
  --faq-answer-show: block;
  --icon-rotate: -90deg;
  --icon-bg-color: var(--color-brand);
  --question-color: var(--color-brand);
}

.faq__list-elem-question {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--question-color, #000);
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 700;
  cursor: pointer;
}

.faq__list-elem-question:hover {
  --icon-bg-color: var(--color-brand);
  color: var(--question-color, var(--color-brand));
}

.faq__list-elem-question-opener {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  justify-content: center;
  transition: 0.5s;
  transform: rotate(var(--faq-opener-rotate, none));
}

.faq__list-elem-answer {
  display: var(--faq-answer-show, none);
  padding: 0 25px;
}

.post-socials {
  display: grid;
  justify-content: center;
  justify-items: center;
  font-size: calc(16px + 6 * ((100vw - 768px) / 2032));
}

.post-socials__title {
  font-weight: 700;
}

.post-socials__list {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.post-socials__list-link {
  color: var(--color-brand);
  font-weight: 700;
}

body {
  display: flex;
  flex-direction: column;
}

body .select2-container {
  z-index: 99 !important;
}

.table-wrapper {
  overflow-x: scroll;
  padding-bottom: 15px;
}

.table-wrapper::-webkit-scrollbar {
  height: 10px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--color-brand);
}

.hidden-desktop {
  display: none;
}

.show-full-text {
  color: #00a7d4;
}

.show-full-text__dots {
  color: #000000;
}

.validate-error-text {
  color: #ff0000;
  font-size: 12px;
  position: absolute;
}

.main-content.style\:short {
  max-width: 70%;
  margin: 0 auto;
}

.main-content table {
  width: 100%;
  border-collapse: collapse;
}

.main-content td,
.main-content th {
  padding: 5px;
  border: 1px solid var(--color-brand);
}

.main-content h1 {
  margin: 20px 0;
  margin-bottom: 40px;
  color: var(--color-brand);
  font-size: clamp(20px, 5vw, 40px);
  line-height: 1.23;
  text-transform: uppercase;
}

.main-content h2:not(.section__title-head) {
  margin: 20px 0;
  color: var(--color-brand);
  font-size: calc(22px + 10 * ((100vw - 768px) / 1152));
  line-height: 1.23;
  text-transform: uppercase;
}

.main-content h3 {
  margin: 20px 0;
  color: var(--color-brand);
  font-size: calc(18px + 10 * ((100vw - 768px) / 1152));
  line-height: 1.23;
  text-transform: uppercase;
}

.main-content h4 {
  margin: 20px 0;
  color: var(--color-brand);
  font-size: calc(16px + 10 * ((100vw - 768px) / 1152));
  line-height: 1.23;
  text-transform: uppercase;
}

.main-content h5 {
  margin: 20px 0;
  color: var(--color-brand);
  font-size: calc(14px + 10 * ((100vw - 768px) / 1152));
  line-height: 1.23;
  text-transform: uppercase;
}

.main-content h6 {
  margin: 20px 0;
  color: var(--color-brand);
  font-size: calc(14px + 10 * ((100vw - 768px) / 1152));
  line-height: 1.23;
  text-transform: uppercase;
}

.main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
  font-size: 14px;
  line-height: 1.5;
}

.main-content ul,
.main-content ol {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
  font-size: 14px;
  line-height: 1.5;
}

.main-content li {
  color: black;
}

.main-content.context\:guide h2 {
  margin: 30px 0;
}

.main-content.context\:wp-column p {
  margin-top: 0;
}

.video-frame {
  aspect-ratio: 1.77777;
}

strong,
b {
  font-weight: 700;
}

.wp-block-columns.context\:wp-column p {
  margin-top: 0;
}

.wp-block-columns.mini-mobile-images {
  display: block;
}

.wp-block-columns.mini-mobile-images-100px {
  --figure-width: 100px;
}

.wp-block-columns.mini-mobile-images-150px {
  --figure-width: 150px;
}

.wp-block-image {
  --figure-width: auto;
}

@media screen and (min-width: 420px) {
  .btn {
    font-size: var(--btn-font-size, calc(14px + 16 * ((100vw - 420px) / 1500)));
  }

  .products__item-content-name {
    font-size: var(--btn-font-size, calc(18px + 17 * ((100vw - 420px) / 2380)));
  }

  .products__item-content-text {
    font-size: var(--btn-font-size, calc(14px + 4 * ((100vw - 420px) / 2380)));
  }

  .products__item-content-descr {
    font-size: var(--btn-font-size, calc(14px + 4 * ((100vw - 420px) / 2380)));
  }

  .cat-header__content-btn {
    font-size: var(--btn-font-size, calc(14px + 6 * ((100vw - 420px) / 1500)));
  }

  .catalog__item-btn {
    font-size: var(--btn-font-size, calc(14px + 2 * ((100vw - 420px) / 1500)));
  }

  .calculator-form__submit {
    font-size: var(--btn-font-size, calc(12px + 2 * ((100vw - 420px) / 1500)));
  }
}

@media (min-width: 541px) {
  .protection__slider {
    align-items: stretch;
  }

  .protection__slider .slick-track {
    display: flex;
    align-items: stretch;
  }

  .protection__item.slick-slide {
    display: flex !important;
    height: initial;
  }

  .article__wrap .slick-track {
    display: flex;
    align-items: stretch;
  }
}

@media (min-width: 601px) {
  .popup-text__img {
    top: 0;
    left: 0;
    position: absolute;
  }

  .popup-text::after {
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .section__title-head {
    font-size: var(--btn-font-size, calc(60px + 40 * ((100vw - 768px) / 1152)));
  }

  .section__title-2 {
    font-size: var(--btn-font-size, calc(25px + 10 * ((100vw - 768px) / 1152)));
  }

  .intro__title {
    font-size: var(--btn-font-size, calc(22px + 13 * ((100vw - 768px) / 1152)));
  }

  .intro__descriptor {
    font-size: var(--btn-font-size, calc(22px + 13 * ((100vw - 768px) / 1152)));
  }

  .intro__download-link {
    font-size: var(--btn-font-size, calc(16px + 4 * ((100vw - 768px) / 1152)));
  }

  .intro__video-title {
    font-size: var(--btn-font-size, calc(16px + 8 * ((100vw - 768px) / 2032)));
  }

  .intro__video-title2 {
    font-size: var(--btn-font-size, calc(50px + 22 * ((100vw - 768px) / 2032)));
  }

  .product-detail__head h1 {
    font-size: var(--btn-font-size, calc(25px + 17 * ((100vw - 768px) / 2032)));
  }

  .product-detail__head p {
    font-size: var(--btn-font-size, calc(18px + 8 * ((100vw - 768px) / 2032)));
  }

  .product-detail__tab-btn {
    font-size: var(--btn-font-size, calc(16px + 2 * ((100vw - 768px) / 2032)));
  }

  .archive__title {
    font-size: var(--btn-font-size, calc(22px + 13 * ((100vw - 768px) / 1152)));
  }
}

@media (min-width: 769px) {
  .products__catalog {
    display: flex;
  }

  .products__catalog .products__filter {
    width: 100%;
    max-width: 250px;
    margin-right: 32px;
  }

  .products__show-filter {
    display: none;
  }

  .products__show-filter[data-context="show-filter-params"] {
    display: flex;
  }

  .consultation__form .form__label {
    max-width: 400px;
  }

  .protection__slider .slick-dots {
    bottom: 10px;
  }

  .product-detail__top-img.product-detail__top-img_mobile {
    display: none !important;
  }

  .make__col:nth-child(2) .make__item:nth-child(2) {
    min-height: 235px;
  }

  .catalog-filter__closed {
    display: none;
  }
}

@media (min-width: 900px) {
  .footer__privacy-link {
    white-space: nowrap;
  }
}

@media (min-width: 901px) {
  .intro__video-poster.is-hide {
    display: none;
  }
}

@media (min-width: 1025px) {
  .header__logo.header__logo_mobile {
    display: none;
  }

  .header__nav-btn {
    display: none;
  }

  .header__burger {
    display: none;
  }

  .about__flex-img {
    width: 50%;
  }

  .about__flex-img img {
    height: 100%;
  }

  .about__content {
    width: 50%;
  }

  .article__item:not(:nth-child(-n + 3)) {
    display: none;
  }
}

@media (min-width: 1241px) {
  .make__col:nth-child(2) .make__item:nth-child(2) {
    min-height: 305px;
  }
}

@media (min-width: 1381px) {
  .products__wrap_slider .products__item:not(:nth-child(-n + 4)):not(.slick-slide) {
    display: none;
  }
}

@media (min-width: 1800px) {
  .intro__wrap::before {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .btn {
    font-size: var(--btn-font-size, 30px);
  }

  .section__title-head {
    font-size: var(--btn-font-size, 100px);
  }

  .section__title-2 {
    font-size: var(--btn-font-size, 35px);
  }

  .intro__title {
    font-size: var(--btn-font-size, 35px);
  }

  .intro__descriptor {
    font-size: var(--btn-font-size, 35px);
  }

  .intro__download-link {
    font-size: var(--btn-font-size, 20px);
  }

  .cat-header__content-btn {
    font-size: var(--btn-font-size, 20px);
  }

  .catalog__item-btn {
    font-size: var(--btn-font-size, 16px);
  }

  .archive__title {
    font-size: var(--btn-font-size, 35px);
  }

  .calculator-form__submit {
    font-size: var(--btn-font-size, 14px);
  }
}

@media screen and (min-width: 2800px) {
  .intro__video-title {
    font-size: var(--btn-font-size, 24px);
  }

  .intro__video-title2 {
    font-size: var(--btn-font-size, 72px);
  }

  .products__item-content-name {
    font-size: var(--btn-font-size, 35px);
  }

  .products__item-content-text {
    font-size: var(--btn-font-size, 18px);
  }

  .products__item-content-descr {
    font-size: var(--btn-font-size, 18px);
  }

  .product-detail__head h1 {
    font-size: var(--btn-font-size, 42px);
  }

  .product-detail__head p {
    font-size: var(--btn-font-size, 26px);
  }

  .product-detail__tab-btn {
    font-size: var(--btn-font-size, 18px);
  }
}

@media (min-width: 3160px) {
  .container {
    max-width: 3000px;
  }
}

@media (max-width: 1900px) {
  .intro-slider__img {
    height: 350px;
  }
}

@media (max-width: 1638px) {
  .header[data-context='restyle-green'] {
    --header-nav-max-width: auto;
  }

  .header__nav {
    max-width: var(--header-nav-max-width, 700px);
  }
}

@media (max-width: 1600px) {
  .intro__top-img img {
    max-height: 733px;
  }
}

@media (max-width: 1575px) {
  .company__content_second {
    padding: 40px 40px 40px 0;
  }
}

@media (max-width: 1520px) {
  .header__wrap {
    --header-wrap-padding: 40px 30px 0 30px;
    --header-nav-max-width: auto;
  }
}

@media (max-width: 1450px) {
  .team__content-item:first-child {
    --arrow-position-r: 90%;
    --arrow-position-t: 80%;
  }

  .team__content-item:nth-child(2) {
    --arrow-position-l: 90%;
    --arrow-position-t: 80%;
  }
}

@media (max-width: 1449px) {
  .header[data-context='restyle-green'] {
    --header-nav-max-width: auto;
    --header-menu-link-size: 12px;
  }

  .header__nav {
    max-width: var(--header-nav-max-width, 560px);
  }
}

@media (max-width: 1440px) {
  .header__search {
    padding: 30px 100px;
  }

  .header__search:not(.header__search_is-show) {
    padding: 0 100px;
  }

  .intro__top-img img {
    max-height: 660px;
  }

  .protection__title {
    font-size: 70px;
  }
}

@media (max-width: 1400px) {
  .header__contacts.is-region-choose-included {
    margin-right: 0;
  }
}

@media (max-width: 1380px) {
  .header.header_static {
    --header-logo-translate-y: 8px;
  }

  .header__logo:not(.header__logo_mobile) {
    min-width: 150px;
    max-width: 150px;
    margin-top: -34px;
  }

  .header__media {
    --header-media-display: none;
  }

  .header__contacts-item {
    font-size: 18px;
  }

  .header__contacts-item {
    font-size: 18px;
  }

  .header__contacts-item[type='button']:nth-child(2) svg {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .intro__top-img img {
    max-height: 630px;
  }

  .products__wrap_slider .slick-prev {
    left: 20px;
  }

  .products__wrap_slider .slick-next {
    right: 20px;
  }

  .protection__slider .slick-prev {
    left: 8px;
  }

  .protection__slider .slick-next {
    right: 5px;
  }

  .about__content-title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .about__content-text {
    font-size: 18px;
  }

  .article__wrap .slick-prev {
    left: 8px;
  }

  .article__wrap .slick-next {
    right: 5px;
  }
}

@media (max-width: 1350px) {
  .team__content-item:nth-child(2) {
    --arrow-position-l: 96%;
  }
}

@media (max-width: 1340px) {
  .container {
    padding: 0 40px;
  }

  .about__slogan {
    padding: 0 25px;
  }

  .order__bottom .order__item {
    padding: 0;
  }

  .order__item {
    padding: 0;
  }

  .order__number {
    font-size: 355px;
    line-height: 255px;
  }
}

@media (max-width: 1300px) {
  .header__wrap {
    --header-menu-link-size: 14px;
  }

  .header__wrap.type\:bottom {
    --header-menu-bottom-link-size: 16px;
  }

  .header__contacts-item[type='button']:nth-child(2) {
    flex-basis: 12%;
  }

  .footer__address-data-content {
    --icon-display: none;
  }

  .footer__nav {
    gap: var(--footer-nav-gap, 10px);
  }

  .user-text {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .career-header {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .career-nav {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .team {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .team__content-item:first-child {
    --arrow-display: none;
  }

  .team__content-item:nth-child(2) {
    --arrow-display: none;
  }

  .mission__content {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .principles {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .single-image {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .become-team-part {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .career-advantages {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .vacancy {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .student-intro {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .tabs-horizontal {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .calculator {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }

  .faq {
    max-width: 95%;
    padding: 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 1280px) {
  .intro__top-img img {
    max-height: 586px;
  }
}

@media (max-width: 1250px) {
  .cultures-scheme .header-row__code {
    white-space: normal;
  }

  .cultures-scheme .header-row__grow-phase {
    width: auto;
  }
}

@media (max-width: 1240px) {
  .container {
    max-width: 1024px;
    padding: 0 25px;
  }

  .main_pt-1 {
    padding-top: var(--pt-1-padding, 180px);
  }

  .intro-slider__content-title {
    font-size: 40px;
    line-height: 38px;
  }

  .intro-slider__content-text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .company__img {
    margin-right: 40px;
  }

  .company__text {
    margin-bottom: 15px;
  }

  .products__item-content-text {
    line-height: 1.2;
  }

  .products__item-content-descr {
    line-height: 1.2;
  }

  .consultation__form .form__wrap {
    padding: 0 30px;
  }

  .consultation__form .form__col:first-child {
    margin-right: 2.5vw;
  }

  .consultation__form .form__btn {
    font-size: 26px;
  }

  .protection__title {
    font-size: 50px;
  }

  .about__love-title {
    font-size: 40px;
  }

  .about__slogan {
    max-width: 1025px;
  }

  .about__slogan-title {
    font-size: 32px;
  }

  .article__icon svg {
    width: 22px;
    height: 22px;
  }

  .article__text {
    font-size: 18px;
    line-height: 24px;
  }

  .make__wrap {
    margin: 0 -10px;
  }

  .make__col {
    width: calc(33.33333% - 20px);
    margin: 0 10px;
  }

  .make__col:first-child .make__content {
    margin-top: 20px;
  }

  .make__col:nth-child(2) .make__content {
    margin-bottom: 20px;
  }

  .make__item-content {
    padding: 20px;
  }

  .make__list-item {
    font-size: 14px;
  }

  .make__content {
    padding: 20px;
  }

  .make__title {
    font-size: 20px;
  }

  .make__text {
    font-size: 14px;
  }

  .popup-text__title {
    font-size: 70px;
  }

  .footer__container {
    max-width: 1100px;
  }

  .form__title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .form__text {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 1200px) {
  .header[data-context='restyle-green'] {
    --header-wrap-margin: 0 50px;
    --nav-list-margin-l: 80px;
    --header-contacts-direction: column;
    --header-contacts-gap: 0;
    --header-contacts-align: flex-start;
  }

  .career-nav {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .career-nav__link {
    max-width: 50%;
  }

  .career-advantages__list {
    grid-template-columns: 1fr;
  }

  .career-advantages__list-item::after {
    top: 100%;
    left: auto;
    width: 60%;
    height: 1px;
  }

  .region-choose.is-desktop {
    font-size: 14px;
  }

  .modal__success-text {
    font-size: 18px;
  }

  .modal__title {
    font-size: 32px;
  }

  .counter-animation__item-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1185px) {
  .header__nav-list {
    margin: 0 -10px;
  }

  .header__nav-item {
    margin: 0 10px;
  }

  .header__contacts-item {
    font-size: 16px;
  }
}

@media (max-width: 1150px) {
  .footer__address-data-content {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

@media (max-width: 1140px) {
  .header.header_static + .main_pt-1 {
    --pt-1-padding: 175px;
  }

  .header.is-fixed {
    padding-top: 10px;
  }

  .header__wrap {
    --header-wrap-padding: 10px 15px 10px;
  }

  .header__search {
    padding: 30px 50px;
  }

  .header__search:not(.header__search_is-show) {
    padding: 0 50px;
  }

  .intro__content {
    padding: 340px 50px;
  }

  .intro__download-anchor {
    width: 50px;
    height: 50px;
  }

  .region-choose {
    padding-right: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .intro__video iframe {
    height: 100vh;
  }
}

@media (max-width: 1080px) {
  .table-wrapper {
    margin-bottom: 15px;
  }

  .hidden-desktop {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }
}

@media (max-width: 1030px) {
  .header__nav {
    max-width: var(--header-nav-max-width, 358px);
  }
}

@media (max-width: 1025px) {
  .header__nav-item:not(:last-child) {
    margin: 0 0 15px;
  }

  .header__nav-item:first-child {
    padding-left: 10px;
  }

  .header .menu-more button,
  .header__nav-link {
    justify-content: center;
    padding: 5px 0;
    font-weight: 400;
    text-transform: none;
  }

  .contacts-tabs__content {
    flex-direction: column;
  }

  .contacts-tabs__contacts-map {
    width: 100%;
    margin-right: 0;
  }

  .contacts-tabs__content-wrapper {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 95%;
    padding: 0;
  }

  .header.header_static {
    --header-logo-display: block;
    --header-logo-bg: none;
    --header-logo-height: auto;
    --header-logo-translate-y: 0;
    --header-nav-link-color: #fff;
    --header-phone-color: #fff;
    --region-choose-color: #fff;
    --region-choose-icon-color: #fff;
    --header-logo-pic-display: block;
    --header-media-bg: #fff;
    background-color: var(--color-brand);
  }

  .header.header_static + .main_pt-1 {
    --pt-1-padding: 85px;
  }

  .header.is-fixed {
    --header-wrap-display: flex;
    --region-choose-display: flex;
  }

  .header[data-context='restyle-green'] {
    --header-logo-position: static;
    --header-wrap-border-b: none;
    --header-wrap-margin: 0;
    --header-menu-link-size: 14px;
  }

  .header__wrap.type\:bottom {
    display: var(--header-bottom-line-display, none);
  }

  .header__logo:not(.header__logo_mobile) {
    margin-top: -20px;
    margin-right: 0;
  }

  .header__logo.is-mobile {
    display: block;
  }

  .header__nav {
    display: none;
    width: 100%;
    max-width: 100%;
  }

  .header__nav-list {
    flex-direction: column;
    margin: 0;
  }

  .header__nav-item {
    margin: 0;
  }

  .header__contacts {
    margin: 0 24px 0 auto;
  }

  .header__contacts--mobile {
    margin-top: 20px;
  }

  .header__contacts-item.is-desktop {
    display: none;
  }

  .header__contacts-item:not(:nth-child(2)) {
    display: none;
  }

  .header__contacts-item.is-mobile-search {
    display: flex;
  }

  .header__menu {
    display: block;
  }

  .header__search {
    --header-search-position-t: 50px;
  }

  .header__search-btn {
    max-width: 120px;
  }

  .section_pd-1 {
    padding: 40px 0 20px;
  }

  .section_pd-2 {
    padding: 20px 0;
  }

  .section_pd-3 {
    padding: 20px 0 40px;
  }

  .section_pd-4 {
    padding: 40px 0 80px;
  }

  .section_pd-5 {
    padding: 0 20px;
  }

  .section_pd-6 {
    padding: 20px 0 80px;
  }

  .section_pd-7 {
    padding: 40px 0;
  }

  .section__title-head {
    margin-bottom: var(--title-mg-b, 40px);
    line-height: 1.1em;
  }

  .intro__logo-big {
    right: -6%;
    bottom: -10%;
    opacity: .5;
  }

  .intro__content {
    padding: 150px 50px 120px;
  }

  .intro__title {
    padding: 10px 0;
  }

  .intro__top {
    display: none;
  }

  .intro__video iframe {
    height: 80vh;
  }

  .intro-slider__content-title {
    font-size: 30px;
    line-height: 35px;
  }

  .intro-slider__content-text {
    font-size: 16px;
    line-height: 20px;
  }

  .company__wrap {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .company__img {
    width: 80%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .company__content_second {
    padding: 20px 25px 40px;
  }

  .company__content {
    width: 100%;
  }

  .products__compare-table-img {
    width: 100%;
  }

  .products__compare-table-title {
    flex-direction: column;
    align-items: center;
  }

  .products__compare-table-title-text {
    text-align: center;
  }

  .products__compare-table-title-text i {
    display: inline-block;
  }

  .products__compare-table-title-show-btn {
    display: none;
  }

  .cat-header__content-btn {
    font-size: 16px;
  }

  .cat-header__img {
    max-width: 365px;
  }

  .catalog__item-btn {
    font-size: 16px;
  }

  .catalog__item-img {
    max-width: 365px;
  }

  .consultation__leaf-1,
  .consultation__leaf-2,
  .consultation__leaf-3 {
    display: none;
  }

  .consultation__form .form__wrap {
    padding: 0;
  }

  .consultation__form .form__col {
    width: 50%;
  }

  .consultation__form .form__col:first-child {
    margin-right: 30px;
  }

  .consultation__form .form__col:last-child {
    padding-top: 20px;
  }

  .consultation__form .form__btn {
    margin: 25px 0 0 auto;
    padding: 10px 40px;
    font-size: 20px;
  }

  .protection__title {
    font-size: 45px;
  }

  .product-detail__tab-btn {
    min-width: auto;
  }

  .cultures-mobile-scheme {
    display: block;
  }

  .cultures-mobile-cat {
    display: block;
  }

  .mobile-culture-nav {
    display: grid;
  }

  .culture-text {
    width: 100%;
  }

  .about__container {
    padding: 40px 0;
  }

  .about__flex {
    align-items: initial;
    flex-direction: column-reverse;
  }

  .about__love-img {
    height: initial;
  }

  .about__love-title {
    font-size: 25px;
    line-height: 1.5;
  }

  .about__slogan {
    max-width: 789px;
  }

  .about__slogan-title {
    font-size: 25px;
    line-height: 1.5;
    text-align: left;
  }

  .contacts-subscribe__cta {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .article__wrap .slick-slide.article__item {
    min-height: 470px;
  }

  .make__col {
    width: calc(50% - 20px);
  }

  .make__col:last-child {
    width: 100%;
    margin: 20px 10px 0;
  }

  .popup-text__title {
    font-size: 33px;
    margin-bottom: 30px;
  }

  .order__number {
    font-size: 230px;
    line-height: 180px;
  }

  .order__content-title {
    font-size: 28px;
    line-height: 30px;
  }

  .order__content-text {
    font-size: 18px;
    line-height: 26px;
  }

  .order__content-email {
    font-size: 24px;
  }

  .order__schedule-item {
    font-size: 18px;
    line-height: 26px;
  }

  .order__content-contacts {
    font-size: 24px;
  }

  .gallery-slider__wrap {
    max-width: 680px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__container {
    max-width: 900px;
  }

  .footer__flex {
    flex-direction: column;
    gap: 30px;
  }

  .footer__col.is-logo {
    flex-basis: auto;
  }

  .footer__col.is-address {
    flex-basis: auto;
    align-items: center;
    text-align: center;
  }

  .footer__logo img {
    width: 60%;
  }

  .footer__address {
    display: none;
  }

  .footer__address.is-mobile {
    display: block;
  }

  .footer__address-data {
    gap: 5px;
  }

  .footer__address-data-content {
    display: inline;
  }

  .footer__phone,
  .footer__mail {
    display: inline;
  }

  .footer__media {
    margin-top: 0;
  }

  .region-choose {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0 60px;
    padding-bottom: 10px;
  }

  .region-choose__name::before {
    position: absolute;
    top: 8px;
    left: 100%;
  }

  .region-choose.is-mobile {
    --region-choose-display: flex;
    padding: 0 15px;
  }

  .region-choose.is-desktop {
    --region-choose-display: none;
  }

  .region-choose__phone {
    display: block;
  }

  .form__title {
    font-size: 25px;
    line-height: 1.5;
  }

  .form__text br {
    display: none;
  }

  .form__label {
    max-width: 320px;
    margin-bottom: 40px;
  }

  .pagination__link {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    font-size: 20px;
  }
}

@media (max-width: 1020px) {
  .section__title-head.is-mobile-centered {
    text-align: center;
  }

  .section__title-head-sub.is-mobile-centered {
    text-align: center;
  }

  .intro {
    margin-bottom: 30px;
  }

  .company__bottom-leaf-1,
  .company__bottom-leaf-2,
  .company__bottom-leaf-3 {
    display: block;
  }

  .company__bottom-content {
    flex-direction: column;
    gap: 30px;
    padding: 60px 0;
  }

  .company__bottom-content-text {
    margin-left: 0;
  }

  .company__counter {
    display: grid;
    place-content: center;
  }

  .products__wrap.is-table {
    --product-preview-item-width: 100%;
    --product-preview-img-width: 220px;
  }

  .products__item-content-descr {
    display: none;
  }

  .catalog {
    display: grid;
    gap: 60px;
  }

  .guide-detail__intro {
    flex-direction: column;
  }

  .guide-detail__intro-img {
    flex-basis: auto;
    order: -1;
    max-width: 600px;
  }

  .products-cat__link-notice {
    display: none;
  }

  .seo-text.has-top-offset {
    margin-top: 0;
  }

  .team {
    gap: 30px;
  }

  .team__content {
    margin-bottom: 40px;
  }

  .team__content-item {
    flex-direction: column;
    gap: 30px;
  }

  .team__content-item:first-child {
    --animated-img-offset: 50px;
  }

  .team__content-item:nth-child(2) {
    --animated-img-offset: 0;
  }

  .team__content-item-animated-img {
    --animated-img-size: auto;
    height: 250px;
    margin-bottom: 0;
  }

  .team__content-item-descr {
    --team-item-descr-margin-r: 0;
    --team-item-descr-margin-l: 0;
    gap: 12px;
    padding-left: 20px;
    text-align: center;
  }

  .team__content-item.style\:reversed {
    flex-direction: column;
  }

  .mission {
    margin-top: 0;
    padding: 40px 0;
    padding-bottom: 40px;
  }

  .mission__content-item {
    flex-direction: column;
    gap: 30px;
  }

  .mission__content-item-animated-img {
    --animated-img-size: 300px;
  }

  .mission__content-item-descr {
    gap: 10px;
  }

  .principles__desc {
    max-width: 90%;
  }

  .principles__list-item-content {
    flex-direction: column;
    gap: 40px;
  }

  .principles__list-item-content.style\:reversed {
    flex-direction: column;
  }

  .principles__list-item-content-animated-img {
    flex-basis: auto;
    max-height: 400px;
  }

  .principles__list-item-content-text br {
    display: contents;
  }

  .principles__list-item-content-text::after {
    display: none;
  }

  .running-line {
    height: 50px;
  }

  .student-intro {
    flex-direction: column;
  }

  .student-intro__animated-img {
    flex-basis: auto;
    order: -1;
    width: 300px;
  }

  .post-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .post-content__editor {
    grid-row: 2 / 3;
  }

  .post-content__meta {
    justify-content: start;
    justify-items: start;
    text-align: left;
  }

  .post-content__product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }

  .calculator__content {
    flex-direction: column;
  }

  .calculator__content-title {
    display: none;
  }

  .calculator__content-data {
    flex-basis: 100%;
    gap: 20px;
    width: 100%;
  }

  .calculator__content-form {
    grid-template-columns: 1fr;
    order: -1;
  }

  .calculator__content-form-img {
    display: none;
  }

  .calculator__products-title {
    text-align: center;
  }

  .calculator__products-main-product {
    gap: 40px;
    justify-content: center;
    justify-items: center;
    margin-bottom: 30px;
  }

  .calculation-results {
    flex-direction: column;
  }

  .calculation-results__medication {
    display: none;
  }

  .calculation-results__data {
    flex-direction: column;
  }

  .calculation-results__data-main-params {
    display: none;
    flex-direction: column;
  }

  .calculation-results__data-value {
    padding-bottom: 15px;
  }

  .calculator-form__instruction-data.fancybox-content {
    max-width: 100%;
  }

  .counter-animation__item {
    width: auto;
    padding: 30px 0 50px 0;
  }

  .counter-animation__item:last-child {
    padding-bottom: 0;
  }

  .counter-animation__item:not(:last-child) {
    padding-right: 0;
  }

  .counter-animation__item:not(:last-child)::after {
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 570px;
    height: 1px;
  }

  .counter-animation__item-icon {
    width: 70px;
    height: 70px;
  }

  .icons.type\:faq {
    --icon-size: 20px;
  }

  .icons.type\:exclamation {
    --icon-size: 20px;
  }

  .icons.type\:checkbox {
    --icon-size: 20px;
  }

  .icons.type\:quote {
    --icon-size: 12px;
  }
}

@media (max-width: 900px) {
  .intro__video-poster {
    position: static;
  }
}

@media (any-pointer: coarse), (max-width: 900px) {
  .intro__video iframe {
    display: none;
  }
}

@media (max-width: 800px) {
  .protection__static {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}

@media (max-width: 769px) {
  .products__show-filter[data-context="show-filter-params"] {
    max-width: 90%;
    margin: 20px auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .btn {
    padding: 10px 20px;
  }

  .header__contacts-item[type='button']:nth-child(2) {
    width: 24px;
    height: 24px;
  }

  .header__contacts-item[type='button']:nth-child(2) svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .header__burger-bar1,
  .header__burger-bar2,
  .header__burger-bar3 {
    width: 25px;
    height: 2px;
  }

  .header__search {
    --header-search-position-t: 120px;
    z-index: 2000;
    padding: 20px 15px;
    background-color: white;
  }

  .header__search:not(.header__search_is-show) {
    padding: 0 15px;
  }

  .header__search-glass {
    padding: 0 10px;
  }

  .header__search-glass img {
    width: 16px;
    height: 16px;
  }

  .header__search-input {
    height: 45px;
    padding: 0 30px;
  }

  .header__search-btn {
    display: none;
  }

  .header__search-loader img,
  .header__search-clear img {
    width: 16px;
    height: 16px;
  }

  .header__search-content {
    padding: 15px 10px;
  }

  .header__search-content .result-content__item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }

  .header__search-content .result-content h2 {
    font-size: 18px;
  }

  .header__search-content .result-content p {
    font-size: 12px;
  }

  .section__title-head {
    font-size: 33px;
  }

  .section__title-head {
    transform: none !important;
  }

  .breadcrumbs {
    padding: 35px 0;
  }

  .breadcrumbs__list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }

  .intro__content {
    display: flex;
    flex-direction: column;
    padding: 150px 15px 150px;
  }

  .intro__logo-title {
    order: 1;
    width: 100%;
  }

  .intro__title {
    font-size: 16px;
  }

  .intro__descriptor {
    gap: 15px;
    width: 90%;
  }

  .intro__descriptor {
    font-size: 16px;
  }

  .intro__descriptor::before,
  .intro__descriptor::after {
    flex-basis: 15%;
  }

  .intro__download {
    order: 4;
    margin-top: 40px;
  }

  .intro__download-link {
    --icon-size: 15px;
    gap: 10px;
    margin: 0;
    padding: 5px 10px;
    border-width: 2px;
    font-size: 12px;
  }

  .intro__download-link span {
    display: none;
  }

  .intro__download-anchor {
    bottom: 70px;
    width: 40px;
    height: 40px;
  }

  .intro__fixed {
    height: 500px;
  }

  .intro__video {
    height: 430px;
  }

  .intro__video-arrow svg {
    width: 24px;
    height: 24px;
  }

  .intro__video-title {
    padding: 0 0 20px;
  }

  .intro__video-title2 {
    font-size: 33px;
  }

  .intro-slider__wrap .slick-arrow svg {
    width: 24px;
    height: 24px;
  }

  .intro-slider__wrap .slick-prev {
    left: 20px;
  }

  .intro-slider__wrap .slick-next {
    right: 20px;
  }

  .intro-slider__wrap .slick-dots {
    bottom: 10px;
  }

  .intro-slider__wrap .slick-dots li {
    width: 6px;
    height: 6px;
  }

  .intro-slider__content-title {
    font-size: 24px;
    line-height: 22px;
  }

  .company__content_second {
    padding: 20px 15px 40px;
  }

  .products__filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear;
    transform: translateX(-200%);
  }

  .products__filter.products__filter_show {
    transform: translateX(0);
  }

  .products__filter .products__filter-form {
    height: 100%;
    background-color: #fff;
  }

  .products__wrap.is-table {
    --product-preview-item-margin: 0;
    --product-preview-img-width: 150px;
    --product-preview-item-width: 100%;
    margin: 0;
  }

  .products__item {
    opacity: 1;
  }

  .products__item-img-view {
    min-height: 150px;
  }

  .consultation {
    padding: 40px 0;
  }

  .consultation__form .form__wrap {
    flex-direction: column;
  }

  .consultation__form .form__col {
    width: 100%;
  }

  .consultation__form .form__col:first-child {
    margin-right: 0;
  }

  .protection__terms {
    gap: 10px;
  }

  .protection__title {
    font-size: 30px;
  }

  .protection__slider .slick-list {
    margin: -20px 0;
    padding: 20px 0;
  }

  .protection__slider .slick-dots {
    bottom: -14px;
  }

  .protection__body {
    padding-top: 10px;
  }

  .protection__body-title {
    line-height: 20px;
  }

  .protection__body-descr {
    line-height: 20px;
  }

  .protection__body-text {
    line-height: 20px;
  }

  .product-detail {
    padding: 20px 0 80px;
  }

  .product-detail__head {
    margin-bottom: 15px;
  }

  .product-detail__top-files img {
    width: 18px;
    height: 18px;
  }

  .product-detail__top-img:not(.product-detail__top-img_mobile) {
    display: none !important;
  }

  .product-detail__tab {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .product-detail__tab::-webkit-scrollbar {
    display: none;
  }

  .product-detail__bottom {
    padding-top: 25px;
  }

  .product-detail__table {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .product-detail__table::-webkit-scrollbar {
    display: none;
  }

  .cultures-mobile-cat__list {
    grid-template-columns: 1fr;
  }

  .about__content {
    padding: 40px 15px;
  }

  .about__content-text {
    font-size: 16px;
    line-height: 120%;
  }

  .about__slogan {
    padding: 0 15px;
  }

  .about__slogan-title.about__slogan-title_sm span {
    text-align: initial;
    display: initial;
  }

  .contacts-tab-content__descr {
    font-size: 16px;
  }

  .contacts-tabs {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .contacts-tabs__list {
    display: inline-flex;
    gap: 10px;
    text-align: center;
  }

  .contacts-tabs__item {
    flex-basis: auto;
    padding: 5px;
    font-size: 14px;
  }

  .contacts-subscribe__socials-list {
    flex-wrap: wrap;
  }

  .contacts-subscribe__socials-list-item svg {
    width: 40px;
    height: 40px;
  }

  .article__content {
    padding: 15px;
  }

  .article__title {
    line-height: 24px;
  }

  .article__icon svg {
    width: 18px;
    height: 18px;
  }

  .article__text {
    font-size: 16px;
    line-height: 22px;
  }

  .article__descr {
    font-size: 14px;
    line-height: 22px;
  }

  .make__wrap {
    margin: -20px 0 0;
  }

  .make__col {
    width: 100%;
    margin: 20px 0 0;
  }

  .make__col:first-child .make__content {
    margin-top: 12px;
  }

  .make__col:nth-child(2) .make__content {
    margin: 20px 0 0;
  }

  .make__col:nth-child(2) {
    flex-direction: column-reverse;
  }

  .make__col:last-child {
    margin: 20px 0 0;
  }

  .make__item-content {
    padding: 20px 10px;
  }

  .make__img {
    height: initial;
  }

  .make__content {
    padding: 20px 10px;
  }

  .popup-text {
    padding: 50px 0;
  }

  .popup-text__popup {
    padding: 20px 0;
  }

  .popup-text__title {
    font-size: 25px;
    line-height: 1.55;
    margin-bottom: 15px;
  }

  .popup-text__text {
    font-size: 16px;
  }

  .popup-text__text:first-of-type {
    margin-bottom: 15px;
  }

  .map__address {
    position: static;
  }

  .map__address .map__address-container {
    padding: 0;
  }

  .map__address-content {
    max-width: 100%;
    padding: 30px 15px;
  }

  .map__address-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .map__address-title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .map__address-text {
    font-size: 16px;
    line-height: 120%;
  }

  .map__address-phone,
  .map__address-email {
    font-size: 16px;
    line-height: 120%;
  }

  .map__container {
    height: 350px;
  }

  .order {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
  }

  .order__consultation {
    order: 3;
    margin-bottom: 80px;
  }

  .order__top {
    order: 1;
  }

  .order__bottom {
    padding-top: 0px;
    padding-bottom: 30px;
    order: 2;
  }

  .order__item {
    margin-bottom: 20px;
  }

  .order__item:nth-child(2) {
    flex-direction: row;
  }

  .order__number {
    min-width: 45px;
    font-size: 90px;
    line-height: 100px;
    margin-right: 15px;
  }

  .order__content {
    max-width: 100%;
  }

  .order__content-title {
    font-size: 25px;
    line-height: 1.5;
  }

  .order__content-text {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .order__content-email {
    font-size: 16px;
    line-height: 120%;
  }

  .order__schedule-title {
    font-size: 16px;
    line-height: 22px;
  }

  .order__schedule-item {
    font-size: 16px;
    line-height: 120%;
  }

  .order__content-contacts {
    font-size: 16px;
    line-height: 120%;
  }

  .gallery-slider.gallery-slider_second .gallery-slider__wrap .slick-list {
    margin: 0 -5px;
  }

  .gallery-slider.gallery-slider_second .gallery-slider__wrap .slick-slide {
    margin: 0 5px;
  }

  .gallery-slider__wrap {
    max-width: 500px;
  }

  .gallery-slider__item iframe {
    height: 250px;
  }

  .guide-banner {
    height: 150px;
  }

  .intro-banner {
    height: 150px;
  }

  .modal__success-box {
    padding: 40px 20px;
  }

  .modal__success-text {
    font-size: 16px;
    line-height: 1.45;
  }

  .modal__success-icon {
    width: 42px;
    height: 42px;
  }

  .modal__success-icon svg {
    width: 42px;
    height: 42px;
  }

  .modal__footer-box {
    max-width: 460px;
  }

  .modal__body {
    padding: 20px;
  }

  .modal__title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .modal__text {
    left: 1.2;
    font-size: 18px;
  }

  .back-to-top {
    display: none;
  }

  .form__label {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .js-button-animation.is-hover {
    animation: none !important;
  }

  .pagination {
    padding-top: 20px;
  }

  .pagination__list {
    margin: 0 -4px;
  }

  .pagination__item {
    margin: 0 4px;
  }

  .pagination__link {
    font-size: 15px;
  }

  .coockies__wrapper {
    max-width: 90%;
  }

  .icons.type\:download {
    --icon-size: 15px;
  }

  .header__search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,
  .catalog-search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    display: none;
  }

  #dgwt-wcas-search-input-2,
  #dgwt-wcas-search-input-3 {
    height: 40px;
  }

  .header__search .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    right: 0 !important;
  }

  .dgwt-wcas-suggestions-wrapp.woocommerce {
    max-width: 90%;
  }
}

@media (max-width: 750px) {
  .btn.style\:small-size {
    height: var(--btn-height, 50px);
  }

  .header__logo img {
    width: 100%;
  }

  .main {
    margin-bottom: 50px;
  }

  .main[data-context="product"] {
    margin-bottom: 150px;
  }

  .section__title-head-sub {
    font-size: 14px;
  }

  .breadcrumbs.style\:short {
    max-width: 100%;
  }

  .intro__logo-title img {
    width: 90%;
  }

  .products__wrap {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }

  .cultures-scheme .header-row__img {
    display: none;
  }

  .cultures-mobile-scheme__phase-title {
    font-size: 18px;
  }

  .mobile-scheme-medication__link {
    flex-basis: 50%;
  }

  .mobile-scheme-medication__application-stage {
    flex-grow: 1;
    align-self: flex-end;
  }

  .cultures-mobile-cat__header {
    font-size: 30px;
  }

  .cultures-type-choose__link:first-child {
    clip-path: polygon(100% 0, 95% 100%, 95% 100%, 0 100%, 0 0);
  }

  .cultures-type-choose__link:last-child {
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 5% 0);
  }

  .products-cat[data-context="product"] {
    --product-cats-link-size: 12px;
  }

  .user-text[data-context='student'] {
    --user-text-margin-t: -20px;
  }

  .career-header {
    max-width: 100%;
    min-height: 250px;
  }

  .career-header::after {
    min-height: 100px;
  }

  .career-nav__link {
    width: 90%;
    min-width: auto;
    max-width: 100%;
  }

  .team {
    max-width: 100%;
  }

  .team__content-item:first-child {
    --animated-img-offset: 0;
  }

  .team__content-item-descr {
    gap: 12px;
    padding-right: 20px;
  }

  .principles__list-item:nth-child(2) {
    --principles-animation-width: 300px;
  }

  .principles__list-item-title {
    justify-content: center;
  }

  .principles__list-item-title.style\:right-aligned {
    justify-content: center;
  }

  .principles__list-item-title::after {
    --principles-item-title-decor-position-l: 80%;
  }

  .principles__list-item-content-text {
    text-align: center;
  }

  .become-team-part__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .become-team-part__list-item {
    gap: 30px;
    min-height: 300px;
    padding: 20px;
  }

  .vacancy__list-item {
    padding: 20px;
  }

  .vacancy__list-item-data {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .vacancy-respond {
    padding: 20px;
  }

  .vacancy-respond__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tabs-horizontal {
    flex-direction: column;
    padding: 20px;
  }

  .tabs-horizontal__controls {
    flex-basis: 100%;
    gap: 15px;
  }

  .tabs-horizontal__controls-elem {
    width: 100%;
  }

  .regions-contacts {
    --fancy-close-position-r: 20px;
  }

  .regions-contacts__list {
    max-width: 95%;
    column-count: 2;
  }

  .regions-contacts__list-item {
    flex-basis: 45%;
    flex-grow: 1;
  }

  .where-buy {
    width: 95%;
  }

  .post-filter {
    margin: 20px 0;
  }

  .post-filter .select2 {
    flex-basis: 100%;
  }

  .calculation-results__data-main-params-param {
    font-size: 16px;
  }

  .form-new {
    max-width: var(--form-new-width, 100%);
    margin: var(--form-new-margin, auto);
  }

  .form-new .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }

  .form-new__submit.btn {
    width: 100%;
    min-width: auto;
    height: 50px;
  }

  .tags-list {
    margin-bottom: 20px;
  }

  .tags-list .slick-prev {
    left: -15px;
  }

  .tags-list .slick-next {
    right: -15px;
  }

  .icons {
    --icon-size: 20px;
  }

  .icons.type\:close {
    --icon-size: 20px;
  }

  .icons-menu {
    --icon-size: 20px;
  }

  .dgwt-wcas-suggestions-wrapp.woocommerce {
    border-radius: 12px;
  }

  .back-link {
    display: flex;
  }

  .faq__list-elem {
    padding: 10px 20px;
  }

  .faq__list-elem-question {
    --icon-parent-size: 40px;
    font-size: 14px;
  }

  .faq__list-elem-answer {
    padding: 0;
    font-size: 14px;
  }

  .main-content.style\:short {
    max-width: 100%;
  }

  .wp-block-columns figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--figure-width, 100%);
  }

  .wp-block-quote {
    margin: 15px;
  }

  .wp-block-spacer {
    height: 20px !important;
  }
}

@media (max-width: 745px) {
  .consultation__form .form__col {
    width: 100%;
  }

  .consultation__form .form__col:last-child {
    padding-top: 0;
  }

  .consultation__form .form__btn {
    margin: 20px 0 0;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .cat-header__content-btn {
    width: 100%;
    margin-top: 10px;
  }

  .cat-header__img {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .catalog__item-btn {
    width: 100%;
    margin-top: 10px;
  }

  .catalog__item-img {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .make__list-item {
    font-size: 12px;
    line-height: 140%;
  }

  .make__title {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
  }

  .make__text {
    font-size: 12px;
    line-height: 22px;
  }

  .popup-text {
    padding: 0 0 40px;
  }

  .footer__nav-item-link {
    line-height: 22px;
  }
}

@media (max-width: 580px) {
  .protection__static {
    grid-template-columns: 1fr;
  }

  .mobile-cat-medication__img {
    flex-basis: 40%;
  }

  .push-tg-subscribe__close {
    top: 25px;
    right: 25px;
  }

  .push-tg-subscribe__content {
    align-content: center;
    max-width: 80%;
    min-height: 430px;
    padding: 10px 30px;
  }

  .push-tg-subscribe__content-leaf-1,
  .push-tg-subscribe__content-leaf-2,
  .push-tg-subscribe__content-leaf-3 {
    width: 80px;
    height: 80px;
  }

  .push-tg-subscribe__content-leaf-2 {
    top: 40px;
    left: 30px;
  }

  .push-tg-subscribe__content-title {
    max-width: 80%;
    margin-top: 0;
    font-size: 18px;
  }

  .push-tg-subscribe__content-notice {
    font-size: 16px;
  }

  .push-tg-subscribe__content-btn {
    line-height: normal;
  }
}

@media (max-width: 560px) {
  .fancybox-slide--html .modal__footer-container .fancybox-close-small {
    top: 0;
    right: 0;
    color: #333;
  }

  .modal__footer-box {
    max-width: 100%;
  }
}

@media (max-width: 540px) {
  .section_mg-1 {
    margin-bottom: -90px;
  }

  .section_mg-2 {
    margin-bottom: -70px;
  }

  .products__wrap_slider .products__item {
    width: 100%;
  }

  .products__wrap_slider .products__item:not(:nth-child(1)):not(.slick-slide) {
    display: none;
  }

  .products__wrap_slider .slick-dots li {
    width: 8px;
    height: 8px;
  }

  .protection__terms {
    justify-content: center;
  }

  .protection__slider .slick-prev {
    left: -25px;
  }

  .protection__slider .slick-next {
    right: -25px;
  }

  .protection__slider .slick-dots li {
    width: 8px;
    height: 8px;
  }

  .protection__item {
    width: 100%;
    padding: 10px;
  }

  .protection__item.slick-slide {
    margin-bottom: 50px;
  }

  .protection__body {
    align-items: center;
    height: auto;
  }

  .protection__body-descr {
    text-align: center;
  }

  .article__wrap .slick-dots li {
    width: 8px;
    height: 8px;
  }

  .article__item {
    flex-basis: 100%;
  }

  .article__item:not(:nth-child(1)) {
    display: none;
  }

  .gallery-slider__wrap .slick-dots li {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 520px) {
  .section__title-head.is-typewriter {
    min-height: 150px;
  }

  .intro__fixed {
    height: 430px;
  }

  .gallery-slider__wrap {
    max-width: 320px;
  }

  .archive__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .company__text {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header.header_static {
    --header-logo-pic-display: none;
  }

  .header__wrap {
    gap: 10px;
  }

  .header__logo {
    --header-logo-bg: url('/wp-content/uploads/logo-mini.svg');
    height: 40px;
    background-position: left center;
  }

  .header__logo:not(.header__logo_mobile) {
    min-width: 40px;
    max-width: max-content;
    margin-top: -15px;
  }

  .header__logo-pic {
    --header-logo-pic-display: none;
  }

  .intro__descriptor {
    width: 100%;
  }

  .intro__descriptor::before,
  .intro__descriptor::after {
    display: none;
  }

  .products {
    padding-top: 0;
  }

  .consultation__form .form__btn {
    width: 100%;
  }

  .mobile-scheme-medication__link {
    flex-basis: 100%;
  }

  .mobile-scheme-medication__application-stage {
    flex-basis: 100%;
  }

  .products-cat {
    --product-cats-justify: flex-start;
    display: inline-flex;
    gap: 10px;
    margin: 20px 0;
  }

  .products-cat[data-context="news"] {
    --product-cat-item-basis: 100%;
  }

  .products-cat[data-context="front"] {
    --product-cats-link-color: #00a7d4;
    --product-cats-link-opacity: 1;
    --product-cats-basis: 45%;
    --product-cats-justify: center;
    --product-cats-link-weight: bold;
  }

  .products-cat__item {
    display: flex;
    flex-basis: var(--product-cat-item-basis, auto);
    justify-content: var(--product-cats-justify, flex-start);
  }

  .products-cat__link {
    display: block;
    justify-content: center;
    width: max-content;
    padding: 0;
    color: var(--product-cats-link-color, #000);
    font-size: var(--product-cats-link-size, 16px);
    font-weight: var(--product-cats-link-weight, normal);
    text-align: center;
    opacity: var(--product-cats-link-opacity, 0.8);
  }

  .regions-contacts__list {
    max-width: 95%;
    column-count: 1;
  }

  .regions-contacts__list-item {
    flex-basis: 100%;
  }
}

@media (max-width: 479px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .intro-slider__content-title {
    font-size: 18px;
  }

  .intro-slider__content-text {
    font-size: 14px;
    line-height: 15px;
  }

  .order__content-text {
    font-size: 14px;
  }

  .footer {
    padding: 20px 0 40px;
  }

  .footer__privacy-link {
    font-size: 13px;
  }

  .modal__title {
    font-size: 24px;
  }

  .modal__form-policy .policy__text {
    font-size: 15px;
  }

  .form__checkbox-text.context\:subscribe {
    font-size: 15px;
  }

  .policy__text {
    padding-left: 25px;
    font-size: 14px;
  }

  .policy__mark {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .policy__mark::after {
    width: 8px;
    height: 8px;
  }

  .counter-animation__item {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .intro-slider__img {
    height: 200px;
  }
}

@media (max-width: 430px) {
  .mobile-cat-medication__stages-item-phase {
    padding: 0 5px;
    font-size: 14px;
  }

  .mobile-cat-medication__stages-item-dosage {
    padding: 0 5px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .section__title-head {
    font-size: 25px;
  }

  .intro__fixed {
    height: 350px;
  }

  .intro__video-title2 {
    font-size: 25px;
  }

  .products__item-content-text br {
    display: none;
  }

  .cat-header__content-title {
    line-height: 1.5;
  }

  .catalog__item-title {
    line-height: 1.5;
  }

  .principles__list-item-title::after {
    display: none;
  }

  .push-tg-subscribe__content {
    max-width: 95%;
  }
}

@media (max-width: 375px) {
  .modal__form-label {
    margin-bottom: 15px;
  }

  .modal__form-btn {
    margin-top: 15px;
  }

  .modal__form-message {
    padding: 10px;
  }
}

@media (max-width: 360px) {
  .cat-header__content-btn {
    text-align: center;
    white-space: nowrap;
  }

  .catalog__item-btn {
    text-align: center;
    white-space: nowrap;
  }

  .modal__title {
    font-size: 20px;
  }
}

@media (max-width: 1400px) and (min-width: 1025px) {
  .header__nav-btn {
    display: flex;
  }
}

@media screen and (max-width: 768px) and (min-width: 420px) {
  .intro__title {
    font-size: var(--btn-font-size, calc(16px + 6 * ((100vw - 420px) / 348)));
  }

  .intro__descriptor {
    font-size: var(--btn-font-size, calc(16px + 6 * ((100vw - 420px) / 348)));
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .intro__title {
    font-size: var(--btn-font-size, 22px);
  }

  .intro__descriptor {
    font-size: var(--btn-font-size, 22px);
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .intro-slider__img {
    height: 380px;
  }
}

@media (max-width: 1380px) and (min-width: 1025px) {
  .products__wrap_slider .products__item {
    width: calc(33.3333% - 40px);
  }

  .products__wrap_slider .products__item:not(:nth-child(-n + 3)):not(.slick-slide) {
    display: none;
  }

  .protection__slider {
    padding: 0 60px;
  }

  .protection__item {
    width: var(--archive-item-width, calc(33.3333% - 40px));
  }

  .footer {
    padding: 60px 25px;
  }
}

@media (max-width: 1024px) and (min-width: 541px) {
  .products__wrap_slider .products__item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }

  .products__wrap_slider .products__item:not(:nth-child(-n + 2)):not(.slick-slide) {
    display: none;
  }

  .protection__item {
    width: var(--archive-item-width, calc(50% - 30px));
    margin: var(--archive-item-mg, 0 15px);
  }

  .article__item {
    flex-basis: calc(50% - 20px);
  }

  .article__item:not(:nth-child(-n + 2)) {
    display: none;
  }
}

@media (max-width: 1580px) and (min-width: 1241px) {
  .about__content {
    padding: 40px;
  }
}

@media (max-width: 1240px) and (min-width: 769px) {
  .about__content {
    padding: 40px 25px;
  }
}

@media (max-width: 1240px) and (min-width: 1025px) {
  .about__slogan-title.about__slogan-title_sm {
    font-size: 30px;
  }

  .about__slogan-title.about__slogan-title_lg {
    font-size: 40px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    border-color: var(--btn-hover-border-color, var(--color-brand));
    background-color: var(--btn-hover-bg-color, transparent);
    color: var(--btn-hover-color, var(--color-brand));
  }

  .products__item:hover {
    --product-preview-descr-opacity: 1;
    --product-preview-descr-display: grid;
    --product-preview-h-img-z-index: 0;
    --product-preview-h-img-opacity: 1;
    --product-preview-img-opacity: 0;
    z-index: 10;
  }

  .calculation-results__medication-link a:hover {
    text-decoration: none;
  }

  .calculator-form__instruction:hover {
    --icon-bg-color: var(--color-brand);
    --icon-border: 1px solid transparent;
    text-decoration: underline;
  }

  .wp-pagenavi .page:hover,
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .previouspostslink:hover {
    color: var(--color-brand);
  }

  .catalog-view__elem:hover {
    --icon-bg-color: var(--color-brand);
  }

  .back-link:hover {
    --icon-bg-color: var(--color-brand);
    color: var(--color-brand);
  }

  .post-socials__list-link:hover {
    color: var(--color-sub-brand) !important;
  }
}

@media (hover: hover) {
  .header__media-item:hover {
    opacity: .5;
  }

  .region-choose:hover {
    opacity: .5;
  }

  .region-choose__phone:hover {
    --region-choose-phone: var( --color-sub-brand );
  }

  .regions-contacts__list-item:hover {
    color: var(--color-brand);
  }

  .clear-btn:hover {
    opacity: .6;
  }
}
/*# sourceMappingURL=maps/main.css.map */
