@charset "UTF-8";
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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: button;
}

/**
 * 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: button; /* 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;
}

:root {
  --maincolor: #1A1A1A;
  --green: #0FAF44;
  --white: #fff;
  --grayE7: #E7E7E7;
}

html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

a:hover {
  color: var(--blue);
}

img {
  max-width: 100%;
}

input {
  border: none;
}

input,
button {
  font-family: "Open Sans", sans-serif;
}

button,
input[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
}

textarea {
  font-family: "Open Sans", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  color: var(--maincolor);
  background-color: var(--white);
  font-weight: 100;
  overflow-x: hidden;
}

iframe {
  border: none;
}

.flex {
  display: flex;
}

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

.flex-c-j {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

button, input[type=submit] {
  cursor: pointer;
}

.list-reset {
  list-style: none;
}

.container {
  position: relative;
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main-title {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 6px;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(117deg, #1A1A1A 0%, #70A315 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  display: block;
  font-size: 16px;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.header {
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 720px;
  background-image: url("../images/heading.jpg");
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 2px #F4F4F4 solid;
}
.header_static {
  height: auto;
  background-image: none;
}
.header .container {
  position: relative;
}
.header__staticimg1 {
  position: absolute;
  left: -200px;
  top: 20px;
}
.header__staticimg2 {
  position: absolute;
  right: -200px;
  bottom: -100px;
}
.header__staticimg3 {
  position: absolute;
  left: -306px;
  top: 480px;
}
.header__top {
  padding-top: 28px;
}
.header__addresslist {
  margin-left: auto;
}
.header__address:not(:last-child) {
  margin-right: 50px;
}
.header__middle {
  margin-top: 40px;
}
.header__callback {
  margin-left: auto;
}
.header__descrs {
  margin-top: 40px;
}
.header__left {
  margin-top: 67px;
  max-width: 700px;
  width: 100%;
}
.header__main-title {
  max-width: 593px;
}
.header__text {
  max-width: 560px;
  width: 100%;
  display: block;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.header__preims {
  margin-top: 60px;
  font-size: 12px;
}
.header__preims svg, .header__preims img {
  margin-right: 12px;
  flex-shrink: 0;
}
.header__preimsitems:not(:last-child) {
  margin-right: 40px;
}
.header__naturel {
  margin-left: 180px;
  flex-direction: column;
  width: 134px;
  height: 134px;
  text-align: center;
  color: var(--white);
  font-size: 14px;
  line-height: 1.3;
  background-image: url("../images/naturel.svg");
}
.header__naturel span {
  margin-bottom: 8px;
  display: block;
  font-size: 28px;
  line-height: 1;
}

.address__icon {
  width: 48px;
  height: 48px;
  background-color: var(--white);
  border: 1px var(--grayE7) solid;
  border-radius: 100%;
}
.address__info {
  margin-left: 12px;
  font-size: 16px;
}
.address__info strong {
  font-weight: 700;
}

.navigation__item:not(:last-child) {
  margin-right: 48px;
}
.navigation__href {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.navigation__href:hover, .navigation__href_active {
  color: var(--green);
}

.callback {
  padding: 16px 40px;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 47px;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%);
  box-shadow: 0px 0px 10px 0px rgba(76, 194, 40, 0.6);
  transition: filter 0.4s ease-in-out;
}
.callback svg {
  margin-right: 12px;
}
.callback:hover {
  color: var(--white);
  filter: brightness(110%);
}

.section {
  display: block;
  border-bottom: 2px #F4F4F4 solid;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.our-production {
  position: relative;
}
.our-production::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100px;
  width: 290px;
  height: 881px;
  background-image: url("../images/el_left-mini.png");
}
.our-production::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 165px;
  height: 623px;
  background-image: url("../images/el_right-mini.png");
}
.our-production__tabsitem2:not(:last-child),
.our-production__tabsitem:not(:last-child) {
  margin-right: 20px;
}
.our-production__tabshref2,
.our-production__tabshref {
  display: block;
  padding: 15px 30px;
  color: #A6A6A6;
  font-size: 16px;
  line-height: 1;
  border-radius: 88px;
  border: 1px solid #A6A6A6;
  transition: none;
}
.our-production__tabshref_active2, .our-production__tabshref2:hover,
.our-production__tabshref_active, .our-production__tabshref:hover {
  padding: 16px 31px;
  color: var(--white);
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #A6A6A6;
  box-shadow: 0px 0px 10px 0px rgba(76, 194, 40, 0.6);
  border: none;
}
.our-production__panel {
  display: none;
  margin-top: 40px;
}
.our-production__list {
  align-items: inherit;
  flex-wrap: wrap;
}
.our-production__product {
  padding: 30px;
  flex-direction: column;
  margin-right: 26px;
  margin-bottom: 30px;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}

.our-production__product:nth-child(4n) {
  margin-right: 0;
}
.our-production__product:hover {
  color: var(--white);
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #D9D9D9;
}
.our-production__img {
  display: block;
  margin-bottom: 30px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-production__names {
  margin-bottom: 14px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
  transition: none;
}
.our-production__descr {
  margin-bottom: 14px;
  display: block;
  margin-top: auto;
  font-size: 12px;
  text-align: center;
}
.our-production__descr span {
  display: block;
}
.our-production__more {
  margin-top: auto;
  font-size: 16px;
  color: var(--green);
  transition: none;
}
.our-production__more svg {
  margin-left: 10px;
}

.our-production__product:hover .our-production__more {
  color: var(--white);
}

.our-production__product:hover .our-production__more svg path {
  fill: var(--white);
}

.our-team__item {
  border-radius: 20px;
  background-color: #F9F9F9;
}
.our-team__img {
  font-size: 0;
  line-height: 0;
  border-radius: 20px 20px 0 0;
}
.our-team__img img {
  border-radius: 22px 22px 0 0;
}
.our-team__info {
  display: block;
  flex-direction: column;
  padding: 30px;
  opacity: 1;
  text-align: center;
  transition: opacity 0.4s ease-in-out;
}
.our-team__teamname {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.our-team__teaminfo {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.our-team__social {
  margin-bottom: 16px;
}
.our-team__hidden {
  position: absolute;
  left: -9099px;
  flex-direction: column;
  height: 123px;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #F9F9F9;
  opacity: 0;
  border-radius: 0 0 20px 20px;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}
.our-team__socialhref {
  width: 48px;
  height: 48px;
  background-color: var(--white);
  border-radius: 10px;
}
.our-team__socialitem:not(:last-child) {
  margin-right: 8px;
}
.our-team__href {
  font-size: 14px;
  color: var(--white);
}
.our-team__sliders {
  position: relative;
}
.our-team__btns {
  position: absolute;
  top: calc(50% - 20px);
  padding: 18px 28px;
  color: #A6A6A6;
  font-size: 16px;
  border-radius: 88px;
  border: 1px solid currentColor;
  background-color: transparent;
}
.our-team__btns_left {
  left: -120px;
}
.our-team__btns_left svg {
  margin-right: 0px;
}
.our-team__btns_right {
  right: -120px;
}
.our-team__btns_right svg {
  margin-left: 0px;
}

.our-team__item:hover .our-team__info {
  opacity: 0;
  position: absolute;
}

.our-team__item:hover .our-team__hidden {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  pointer-events: all;
  z-index: 99;
}

.our-clients {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.our-clients__list {
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-clients__item {
  margin-right: 50px;
  margin-bottom: 70px;
}
.our-clients__item:last-child, .our-clients__item:nth-child(5) {
  margin-right: 0;
}

.newsbg {
  position: relative;
  height: 808px;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #D9D9D9;
}
.newsbg .container::after {
  content: "";
  position: absolute;
  left: -310px;
  top: -200px;
  width: 405px;
  height: 612px;
  background-image: url("../images/news_after.png");
}
.newsbg__wrapp {
  padding-top: 60px;
}
.newsbg__wrapp .subtitle {
  color: var(--white);
}
.newsbg__wrapp .main-title {
  -webkit-text-fill-color: white;
}
.newsbg__top {
  align-items: flex-start;
}
.newsbg__topright {
  margin-left: auto;
  font-size: 16px;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  transition: border-color 0.4s ease-in-out;
}
.newsbg__topright:hover {
  color: var(--white);
  border-color: transparent;
}
.newsbg__item {
  border-radius: 20px;
  background-color: #F9F9F9;
}
.newsbg__item_big {
  max-width: 623px;
  width: 100%;
}
.newsbg__img {
  margin-bottom: 22px;
  font-size: 0;
  line-height: 0;
}
.newsbg__img img {
  width: 100%;
  height: 300px;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsbg__infos {
  flex-direction: column;
  padding: 22px 30px;
}
.newsbg__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.newsbg__title:hover {
  color: var(--green);
}
.newsbg__text {
  color: #4A4A4A;
  font-size: 12px;
}
.newsbg__footer {
  margin-top: 24px;
}
.newsbg__footer svg {
  margin-right: 10px;
}
.newsbg__more {
  color: var(--white);
  padding: 11px 40px;
  margin-left: auto;
  border-radius: 20px;
  font-size: 14px;
  font-style: normal;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #A6A6A6;
  transition: filter 0.4s ease-in-out;
}
.newsbg__more:hover {
  color: var(--white);
  filter: brightness(110%);
}
.newsbg__sliders {
  position: relative;
}
.newsbg__sliders .our-team__btns {
  color: var(--white);
}

.footer {
  margin-top: 62px;
}
.footer__navigation {
  margin: 60px 0 40px;
}
.footer__navigation .navigation__card {
  justify-content: center;
}
.footer__addresslist {
  margin-left: 60px;
}
.footer__copys {
  margin-top: 60px;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  border-top: 2px #F4F4F4 solid;
}

.newsbg__slider .swiper-slide:nth-child(2),
.newsbg__slider .swiper-slide:nth-child(3),
.newsbg__slider .swiper-slide:nth-child(5),
.newsbg__slider .swiper-slide:nth-child(6) {
  width: 300px;
}

.newsbg__slider .swiper-slide:nth-child(4),
.newsbg__slider .swiper-slide:nth-child(1) {
  width: 623px;
}

.swiper-button-disabled {
  opacity: 0.2;
}

.social__item:not(:last-child) {
  margin-right: 20px;
}
.social__href {
  width: 48px;
  height: 48px;
  font-size: 0;
  line-height: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #FFF;
}

.vacansylist__item {
  margin-bottom: 30px;
  padding: 35px 30px;
  border-radius: 20px;
  border: 1px solid #E9E9E9;
}
.vacansylist__image {
  width: 92px;
  height: 92px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vacansylist__info {
  max-width: 440px;
  width: 100%;
  margin-left: 30px;
}
.vacansylist__title {
  font-size: 18px;
  font-weight: 700;
}
.vacansylist__annons {
  padding-right: 40px;
  display: block;
  margin-top: 13px;
}
.vacansylist__prices {
  margin-left: 60px;
  font-size: 16px;
}
.vacansylist__prices strong {
  display: block;
  margin-top: 13px;
  font-weight: 600;
  font-weight: normal;
}
.vacansylist__btn {
  margin-left: auto;
  padding: 13px 30px;
  border-radius: 20px;
  color: var(--white);
  font-size: 14px;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #A6A6A6;
}
.vacansylist__btn:hover {
  color: var(--white);
}

.section_nopad {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.vacansyform {
  margin-top: 120px;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #D9D9D9;
}
.vacansyform__left {
  position: relative;
  padding: 45px 0;
  padding-right: 52px;
  position: relative;
  max-width: 410px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.vacansyform__left::before {
  content: "";
  position: absolute;
  right: 410px;
  top: 0;
  width: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.vacansyform__img {
  width: 172px;
  height: 172px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.vacansyform__title {
  margin-bottom: 13px;
  display: block;
  margin-top: 30px;
  font-size: 18px;
  color: var(--white);
  font-weight: 700;
}
.vacansyform__p {
  margin-bottom: 1.4em;
  font-size: 12px;
  line-height: 1.6;
  color: var(--white);
}
.vacansyform__p a {
  color: var(--white);
  font-weight: 700;
}
.vacansyform__right {
  padding: 45px 0;
  margin-left: auto;
  max-width: calc(100% - 430px);
  width: 100%;
}
.vacansyform__item {
  max-width: calc(50% - 15px);
  width: 100%;
  margin-bottom: 20px;
}
.vacansyform__item_full {
  max-width: 100%;
}
.vacansyform__item:nth-child(even) {
  margin-left: auto;
}
.vacansyform__form {
  flex-wrap: wrap;
}
.vacansyform__label {
  padding-left: 20px;
  display: block;
  margin-bottom: 13px;
  color: var(--white);
  font-size: 14px;
}
.vacansyform__input {
  width: 100%;
  height: 44px;
  padding-left: 25px;
  border-radius: 20px;
  outline: none;
  background-color: var(--white);
}
.vacansyform__textarea {
  padding: 25px;
  border: none;
  border-radius: 20px;
  height: 170px;
}
.vacansyform__footer {
  margin-top: 30px;
  width: 100%;
}
.vacansyform__file {
  font-size: 14px;
  background-color: transparent;
  outline: none;
  color: var(--white);
}
.vacansyform__file svg {
  margin-right: 10px;
}
.vacansyform__submit {
  padding: 13px 40px;
  margin-left: auto;
  color: var(--green);
  background-color: var(--white);
  border-radius: 24px;
}

.vacansyinner {
  margin-top: -40px;
}
.vacansyinner__img {
  margin-bottom: 60px;
  height: 262px;
  background-image: url(../images/vacansyinner.jpg);
  background-size: cover;
}
.vacansyinner__date {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.4;
}
.vacansyinner__date svg {
  margin-right: 10px;
}
.vacansyinner__wrapp {
  margin-top: 35px;
  align-items: flex-start;
}
.vacansyinner__click, .vacansyinner__spolier {
  display: none;
}
.vacansyinner__left {
  padding: 30px;
  max-width: 960px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  background-color: #F9F9F9;
}
.vacansyinner__left_full {
  max-width: 100%;
}
.vacansyinner__left h4 {
  margin-bottom: 13px;
  font-size: 18px;
}
.vacansyinner__left p {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.8;
}
.vacansyinner__left p:last-child {
  margin-bottom: 0;
}
.vacansyinner__left ul {
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.vacansyinner__right {
  position: sticky;
  top: 20px;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  background-color: #F9F9F9;
}
.vacansyinner__rightitem {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.vacansyinner__rightitem:first-child {
  padding-top: 20px;
}
.vacansyinner__righttitle {
  display: block;
  margin-bottom: 13px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.vacansyinner__desc {
  font-size: 12px;
}
.vacansyinner__svg {
  margin-right: 10px;
}
.vacansyinner__btn {
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.aboutmodal,
.callabackmodal,
.vacansyinnerpopup {
  position: absolute;
  z-index: 999;
}
.aboutmodal__form,
.callabackmodal__form,
.vacansyinnerpopup__form {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 1070px;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  z-index: 992;
  transform: translateX(150%);
  pointer-events: none;
  transition: transform 0.4s ease-in-out;
}
.aboutmodal__form_active,
.callabackmodal__form_active,
.vacansyinnerpopup__form_active {
  transform: translateX(0);
  pointer-events: all;
}
.aboutmodal__shadow,
.callabackmodal__shadow,
.vacansyinnerpopup__shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.aboutmodal__head,
.callabackmodal__head,
.vacansyinnerpopup__head {
  padding: 60px 40px 40px;
}
.aboutmodal__close,
.callabackmodal__close,
.vacansyinnerpopup__close {
  margin-left: auto;
  width: 48px;
  height: 48px;
  background-color: var(--white);
  border: 2px solid #A6A6A6;
  border-radius: 100%;
  transition: border-color 0.4s ease-in-out;
  flex-shrink: 0;
}
.aboutmodal__close svg path,
.callabackmodal__close svg path,
.vacansyinnerpopup__close svg path {
  transition: stroke 0.4s ease-in-out;
}
.aboutmodal__close:hover,
.callabackmodal__close:hover,
.vacansyinnerpopup__close:hover {
  border-color: var(--green);
}
.aboutmodal__close:hover svg path,
.callabackmodal__close:hover svg path,
.vacansyinnerpopup__close:hover svg path {
  stroke: var(--green);
}
.aboutmodal__success,
.callabackmodal__success,
.vacansyinnerpopup__success {
  flex-direction: column;
  padding-top: 60px;
  color: var(--white);
}
.aboutmodal__success1,
.callabackmodal__success1,
.vacansyinnerpopup__success1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
}
.aboutmodal__success1 svg,
.callabackmodal__success1 svg,
.vacansyinnerpopup__success1 svg {
  margin-right: 20px;
}
.aboutmodal__success2,
.callabackmodal__success2,
.vacansyinnerpopup__success2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
  width: 100%;
  padding-top: 40px;
  text-align: center;
  color: var(--white);
}
.aboutmodal__middle,
.callabackmodal__middle,
.vacansyinnerpopup__middle {
  height: calc(100vh - 105px);
  padding: 60px 130px;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #D9D9D9;
}

.aboutmodal__middle {
  padding: 40px 30px;
}

.aboutmodal__title {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
}
.aboutmodal__p {
  padding-bottom: 30px;
  margin: 30px 0;
  font-size: 16px;
  padding-right: 30px;
  border-bottom: 1px solid var(--white);
  color: var(--white);
}
.aboutmodal .header__preims {
  margin: 0;
  margin-bottom: 60px;
  color: var(--white);
}
.aboutmodal .our-team__item {
  max-width: 315px;
  width: 100%;
}
.aboutmodal__teams {
  margin-top: 30px;
}
.aboutmodal .our-team__item {
  margin-right: 30px;
}
.aboutmodal .our-team__item:last-child {
  margin-right: 0;
}

.catalogPopUp__panel {
  flex-direction: column;
  padding: 60px 0;
  position: fixed;
  top: calc(50% - 535px);
  left: calc(50% - 535px);
  width: 1070px;
  background-color: var(--white);
  z-index: 99;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
}
.catalogPopUp__panel_active {
  transform: scale(1);
}
.catalogPopUp__shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 26, 26, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.catalogPopUp__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
.catalogPopUp__close {
  position: absolute;
  top: 30px;
  right: 32px;
  width: 48px;
  height: 48px;
  background-color: var(--white);
  border: 2px solid #A6A6A6;
  border-radius: 100%;
  transition: border-color 0.4s ease-in-out;
}
.catalogPopUp__close svg path {
  transition: stroke 0.4s ease-in-out;
}
.catalogPopUp__close:hover {
  border-color: var(--green);
}
.catalogPopUp__close:hover svg path {
  stroke: var(--green);
}
.catalogPopUp__sliders {
  position: relative;
  margin-top: 60px;
}
.catalogPopUp__slider {
  width: 480px;
}
.catalogPopUp__slide img {
  max-width: 480px;
}
.catalogPopUp .our-team__btns {
  position: relative;
}
.catalogPopUp__descr {
  margin-top: 60px;
  font-size: 18px;
  text-align: center;
}
.catalogPopUp__descr span {
  display: block;
}

.mySwiper {
  max-width: 650px;
  width: 100%;
  display: flex;
  margin-top: 60px;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mySwiper .swiper-wrapper img {
  max-width: 140px;
  width: 100%;
}
.mySwiper .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.catalogPopUp__closemob,
.mobilelang,
.langopen,
.burgerclose,
.burger {
  display: none;
}

.mob {
  display: none;
}

.pc {
  display: flex;
}

.lang {
  position: fixed;
  top: 100px;
  left: 0px;
}
.lang__preview {
  padding: 14px 22px;
  border-radius: 0 40px 40px 0;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-113px);
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.lang__preview span {
  color: #FFF;
  font-size: 14px;
  margin-right: 10px;
}
.lang__preview_active {
  transform: translateX(0px);
}
.lang__body {
  margin-top: 10px;
  padding: 30px 20px;
  padding-bottom: 14px;
  border-radius: 0 40px 40px 0;
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(-213px);
  transition: transform 0.4s ease-in-out;
}
.lang__body_active {
  transform: translateX(0px);
}
.lang__item {
  margin-bottom: 14px;
  color: var(--white);
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}
.lang__item:hover, .lang__item_active {
  opacity: 1;
}
.lang__item img {
  margin-right: 14px;
}

.newslist {
  flex-wrap: wrap;
}
.newslist .newsbg__item {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
  margin-right: 25px;
}
.newslist .newsbg__item:nth-child(3n) {
  margin-right: 0;
}
.newslist .newsbg__item_big {
  max-width: 630px;
  width: 100%;
}

.newsfull .main-title {
  background: linear-gradient(117deg, #95D807, #0DAE44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newsfull__img {
  margin-bottom: 60px;
}

.feedback {
  margin-bottom: 120px;
  margin-top: 60px;
}
.feedback__left {
  max-width: 850px;
  width: 100%;
}
.feedback__wrapp {
  align-items: flex-start;
}
.feedback .vacansyform__file, .feedback .vacansyform__label {
  color: #1A1A1A;
}
.feedback .vacansyform__input {
  border-radius: 20px;
  border: 1px solid #DFDFDF;
  background: #F3F3F3;
}
.feedback .vacansyform__submit {
  border-radius: 20px;
  color: var(--white);
  background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #A6A6A6;
}
.feedback__rightitem:not(:last-child) {
  margin-bottom: 35px;
}
.feedback__righttitle {
  display: block;
  margin-bottom: 13px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.feedback__right {
  margin-left: auto;
  max-width: 410px;
  width: 100%;
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  background-color: #F9F9F9;
}
.feedback__rightitems {
  flex-wrap: wrap;
}
.feedback__el svg {
  margin-right: 13px;
}
.feedback__el_last {
  margin-left: 30px;
}
.feedback__el_mt30 {
  margin-top: 20px;
}
.feedback__el strong {
  font-weight: 700;
}

.company__left {
  max-width: 190px;
  width: 100%;
}
.company__tab {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #F4F4F4;
  cursor: pointer;
}
.company__tab:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.company__tabhead {
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  transition: color 0.4s ease-in-out;
}
.company__tabhead svg {
  margin-right: 17px;
}
.company__tabbody {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
}
.company__panel {
  max-width: calc(100% - 220px);
  width: 100%;
  margin-left: auto;
}
.company__img {
  margin-bottom: 22px;
}
.company__p {
  margin-bottom: 1.2rem;
  font-size: 12px;
  line-height: 1.7;
  color: #4A4A4A;
}
.company__p:last-child {
  margin-bottom: 0;
}

.company__tabhead svg path {
  transition: all 0.4s ease-in-out;
}

.company__tab .company__tabhead:hover svg path,
.company__tab_active .company__tabhead svg path {
  fill: #0FAF44;
}

.company__tab_active .company__tabhead,
.company__tab:hover .company__tabhead {
  color: #0FAF44;
}

.company__tab_active .company__tabhead, .company__tab:hover .company__tabhead {
  color: #0FAF44;
}

.company__wrapp_pc {
  display: flex;
}

.company__wrapp_mob {
  display: none;
}

@media screen and (min-width: 2700px) {
  .header {
    background-image: url("../images/heading-big.jpg");
  }
  .container {
    max-width: 2100px;
  }
  .our-production__product {
    margin-right: 56px;
  }
  .our-production__product {
    max-width: calc(25% - 45px);
  }
  .newsbg__img img {
    height: 418px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .our-clients__item {
    margin-right: 200px;
  }
  .our-production::before {
    left: -220px;
    bottom: 10px;
    width: 612px;
    height: 881px;
    background-image: url(../images/el_left.png);
  }
  .header__naturel {
    margin-left: 570px;
  }
  .our-production::after {
    right: -50px;
    bottom: -2px;
    width: 372px;
    height: 339px;
    background-image: url(../images/el_right.png);
  }
  .header_static {
    background-image: none;
  }
}

.recipes__item {
  display: flex;
  flex-direction: column;
  margin-right: 25px;
  margin-bottom: 30px;
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
  background-color: #F9F9F9;
}

.recipes__inner {
  display: flex;
  flex-direction: column;
}

.recipes__item:nth-child(1),
.recipes__item:nth-child(10) {
  max-width: 630px;
}

.recipes__img {
  height: 322px;
}

.recipes__img img {
  width: 100%;
  height: 322px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.recipes__inner {
  padding: 20px;
}

.recipes__href {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.recipes__href:hover {
  color: var(--green);
}

.recipes__descr {
  display: block;
  margin-top: 14px;
  color: #4A4A4A;
  font-size: 12px;
}



.recipes__cat img {
  margin-right:  10px;
}

.recipes__cat {
  color: #4A4A4A;
  font-size: 12px;
}

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

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

.recipes__item .recipes__bottom {
  margin-top: 16px;
  flex-direction: column;
  align-items: flex-start;
}

.recipes__item_2x .recipes__bottom {
  margin-top: 30px;
  flex-direction: row;
}

.recipes__item .recipes__cat {
  margin-bottom: 10px;
}

.recipes__item_2x  .recipes__cat {
  margin-bottom: 0;
}


.recipes__item_2x  .recipes__descr {
  margin-top: 24px;
}
.recipes__item:nth-child(14),
.recipes__item:nth-child(10),
.recipes__item:nth-child(7),
.recipes__item:nth-child(3) {
  margin-right: 0;
}

.pagination {
  flex-wrap: wrap;
}

.pagination__item:not(:last-child) {
  margin-right: 13px;
}

.pagination__href {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(0deg, #F4F4F4 0%, #F4F4F4 100%), linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #FFF;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.pagination__href:hover,
.pagination__href_active {
  color: #fff;
  border-radius: 10px;
background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #FFF;
}

.recipes__add {
  margin-left: auto;
  padding: 11px 30px;
  background-color: #F3F3F3;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.recipes__add svg {
  margin-right: 10px;
}

.recipes__add svg path {
  transition: fill 0.4s ease-in-out;
}

.recipes__add:hover {
  color: var(--white);
  background-color: var(--green);
}

.recipes__add:hover svg path {
  fill: var(--white)
}

.recipesinner {
  margin-top: -40px;
}

.recipesinner__img {
  margin-bottom: 60px;
  height: 262px;
}

.recipesinner__img img {
  width: 100%;
  height: 262px;
  object-fit: cover;
}

.recipesinner__left {
  max-width: 300px;
  width: 100%;
}

.recipesinner__wrapp {
  margin-top: 34px;
  flex-wrap: wrap;
}

.recipesinner__left img{
  border-radius: 20px;
  border: 1px solid #EAEAEA;
}

.recipesinner__right {
  max-width: 960px;
  width: 100%;
  padding: 30px;
  margin-left: auto;
  border-radius: 20px;
  color: #4A4A4A;
  font-size: 14px;
  border: 1px solid #EAEAEA;
  background-color: #F9F9F9;
}

.recipesinner__right h2 {
  padding: 13px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #1A1A1A;
}

.recipesinner__right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 13px;
}

.recipesinner__right ol {
  padding: 0;
  margin: 0;
  margin-left: 15px;
  padding-bottom: 13px;
}

.recipesinner__right li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.recipesinner__right ul li {
  margin-left: 15px;
  position: relative;
}

.recipesinner__right ul li::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #1A1A1A;
  border-radius: 100%;
}

.related {
  margin-top: 80px;
}

.related__title {
  display: block;
  margin-bottom: 30px;
  color: #1A1A1A;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
}

.related .recipes__item {
  margin-right: 25px;
}

.related .recipes__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 800px) {

  .recipesinner__img {
    margin-bottom: 30px;
  }

  .related__title {
    font-size: 24px;
  }

  .recipesinner__right {
    padding: 0 14px 30px;
  }

  .related {
    margin-top: 30px;
  }

  .recipesinner__left{
    display: none;  
  }

  .recipes__top {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .recipes__item {
    max-width: 100%;
  }

  .recipes__add {
    width: 100%;
    margin-right: auto;
  }

  .recipes__item {
    margin-right: 0;
  }

  .logo img {
    height: 43px;
  }
  .newsbg__topright,
  .footer__navigation,
  .header__addresslist,
  .header__middle {
    display: none;
  }
  .newsbg__wrapp {
    padding: 0;
  }
  .header {
    height: 100%;
  }
  .newsbg__slider .swiper-slide:nth-child(4), .newsbg__slider .swiper-slide:nth-child(1) {
    width: 100%;
  }
  .newsbg__img img {
    width: 100%;
  }
  .our-team__info {
    display: flex;
    flex-direction: column;
  }
  .our-team__slider .swiper-slide {
    margin-bottom: 20px;
  }
  .header__descrs {
    flex-direction: column;
  }
  .header__preims {
    margin-top: 30px;
  }
  .our-production__tabs2,
  .our-production__tabs {
    overflow: auto;
  }
  .our-production__tabsitem2,
  .our-production__tabsitem {
    flex-shrink: 0;
  }
  .our-production::before,
  .our-production::after {
    display: none;
  }
  .our-team .swiper-wrapper {
    flex-direction: column;
  }
  .our-team__btns_left,
  .our-team__btns_right {
    display: none;
  }
  .newsbg {
    padding: 40px 0;
    height: auto;
  }
  .newsbg .swiper-slide {
    margin-bottom: 10px;
  }
  .our-clients__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    max-width: calc(50% - 15px);
    width: 100%;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
  }
  .our-clients__item:nth-child(even) {
    margin-right: 0;
  }
  .our-team__img img {
    width: 100%;
  }
  .our-clients {
    margin-bottom: 60px;
  }
  .our-clients__list {
    align-items: inherit;
  }
  .newsbg__slider .swiper-slide:nth-child(2), .newsbg__slider .swiper-slide:nth-child(3), .newsbg__slider .swiper-slide:nth-child(5), .newsbg__slider .swiper-slide:nth-child(6) {
    width: 100%;
  }
  .main-title {
    font-size: 30px;
  }
  .company__wrapp_pc {
    display: none;
  }
  .company__wrapp_mob {
    display: block;
  }
  .imgtabs img {
    width: 100%;
  }
  .company__content {
    margin-top: 20px;
  }
  .tabsbar {
    position: relative;
    margin-top: -30px;
    z-index: 9;
  }
  .tabsbarhead {
    padding: 0px;
    border-radius: 20px;
    color: var(--white);
    background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #A6A6A6;
    box-shadow: 0px 0px 10px 0px rgba(76, 194, 40, 0.6);
  }
  .company__left {
    max-width: 100%;
  }
  .company__tab:not(:first-child) .company__tabhead svg path {
    fill: #fff;
  }
  .company__tabhead svg path {
    fill: var(--white);
  }
  .company__tabbody,
  .company__tabhead {
    color: var(--white);
  }
  .company__tab_active .company__tabhead, .company__tab:hover .company__tabhead {
    color: var(--white);
  }
  .tabsbarbody {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    left: 0;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #A6A6A6;
    box-shadow: 0px 0px 10px 0px rgba(76, 194, 40, 0.6);
  }
  .tabsbarheaddiv {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .company__tabarrow {
    margin-left: auto;
    width: 54px;
    border-radius: 0 20px 20px 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .company__tabbody {
    max-width: 60%;
    width: 100%;
  }
  .tabsbarhead_active .company__tabarrow svg {
    transform: rotate(180deg);
  }
  .our-production__product {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
  }
  .header__main-title {
    font-size: 24px;
    width: 100%;
  }
  .mob {
    display: flex;
    flex-direction: column;
  }
  .header__egg {
    margin: 0 -15px;
    height: 290px;
    width: calc(100% + 30px);
    background-image: url("../images/egg_el.png");
    background-size: cover;
  }
  .header__egg .header__naturel {
    display: flex;
    margin-top: 90px;
    margin-left: 109px;
  }
  .pc {
    display: none;
  }
  .lang {
    display: none;
  }
  .burgerclose,
  .burger {
    width: 44px;
    height: 44px;
    display: flex;
    margin-left: 20px;
    padding: 10px;
    background-color: transparent;
  }
  .burgerclose {
    display: none;
  }
  .langopen {
    display: flex;
    margin-left: auto;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #FFF;
  }
  .header__preims {
    flex-direction: column;
  }
  .header__preimsitems:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
  .header__top {
    padding: 10px 0;
  }
  .header__left {
    margin: 0;
  }
  .mobilelang,
  .mobilepanel {
    display: none;
    padding-top: 10px;
    position: fixed;
    top: 68px;
    width: 100%;
    height: calc(100vh - 68px);
    overflow: auto;
    background: linear-gradient(90deg, #95D807 0%, #0DAE44 100%), #D9D9D9;
    z-index: 99;
  }
  .mobilelang .navigation__card,
  .mobilepanel .navigation__card {
    flex-direction: column;
    align-items: flex-start;
  }
  .mobilelang .navigation__item,
  .mobilepanel .navigation__item {
    width: 100%;
  }
  .mobilelang .navigation__item:not(:last-child),
  .mobilepanel .navigation__item:not(:last-child) {
    margin: 0;
  }
  .mobilelang .navigation__href,
  .mobilepanel .navigation__href {
    width: 100%;
    display: flex;
    padding: 16px 26px;
    font-size: 16px;
    color: var(--white);
    font-style: normal;
    font-weight: 600;
    border-bottom: 1px solid var(--white);
  }
  .mobilelang .header__addresslist,
  .mobilepanel .header__addresslist {
    padding: 23px 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--white);
  }
  .mobilelang .header__address:not(:last-child),
  .mobilepanel .header__address:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
  .mobilelang .callback,
  .mobilepanel .callback {
    margin-left: 15px;
    width: calc(100% - 30px);
    margin-top: 30px;
    color: var(--green);
    background: var(--white);
  }
  .mobilelang .callback svg path,
  .mobilepanel .callback svg path {
    fill: var(--green);
  }
  .mobilelang {
    padding-top: 13px;
    top: 0;
    height: auto;
  }
  .mobilelang .lang__body {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    transform: none;
  }
  .mobilelang .lang__item {
    padding: 16px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mobilelang .lang__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .mobilelang__heading {
    padding-bottom: 10px;
    justify-content: flex-end;
    color: var(--white);
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mobilelang__icon {
    margin: 0 20px 0 10px;
    width: 32px;
    height: 32px;
    background-color: var(--white);
    border-radius: 100%;
  }
  .mobilelang__closes {
    margin-right: 17px;
    width: 40px;
    height: 40px;
    background-color: transparent;
  }
  .header__top_active {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: var(--white);
  }
  .footer {
    display: flex;
    flex-direction: column;
  }
  .footer__copys {
    order: -1;
  }
  .footer__copys {
    margin-top: 0;
    margin-bottom: 30px;
    border-top: none;
    border-bottom: 2px #F4F4F4 solid;
  }
  .footer {
    margin-top: 40px;
  }
  .social {
    margin-bottom: 40px;
  }
  .header {
    width: 100%;
    min-height: 445px;
    background-image: url("../images/heading-mob.jpg");
    background-size: cover;
  }
  .header__naturel {
    display: none;
  }
  .our-production__tabsitem2:not(:last-child),
  .our-production__tabsitem:not(:last-child) {
    margin-right: 16px;
  }
  .catalogPopUp__panel {
    flex-direction: column;
    padding: 60px 0;
    position: fixed;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .catalogPopUp__panel {
    padding: 40px 20px;
  }
  .catalogPopUp__sliders {
    padding: 0 40px;
  }
  .catalogPopUp__slide img {
    max-width: 100%;
  }
  .catalogPopUp__slider {
    width: 280px;
  }
  .catalogPopUp__close {
    display: none;
  }
  .catalogPopUp__title {
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
  }
  .catalogPopUp__sliders {
    margin-top: 30px;
  }
  .catalogPopUp__closemob {
    display: flex;
    position: absolute;
    bottom: -64px;
    top: auto;
    left: calc(50% - 20px);
    background-color: transparent;
    border-color: white;
  }
  .catalogPopUp__closemob path {
    stroke: var(--white);
  }
  .mySwiper .swiper-wrapper {
    justify-content: initial;
  }
  .header_static {
    min-height: 0;
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .vacansylist__item {
    padding: 20px 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .vacansylist__prices {
    margin: 0;
    margin-top: 30px;
  }
  .vacansylist__info {
    margin: 0;
  }
  .vacansylist__prices {
    font-weight: 600;
  }
  .vacansylist__prices span {
    font-weight: normal;
  }
  .vacansylist__image {
    display: none;
  }
  .vacansylist__btn {
    margin-right: auto;
    margin-top: 30px;
  }
  .vacansyform {
    margin-top: 60px;
  }
  .vacansyform__wrapp {
    flex-direction: column;
  }
  .vacansyform__left {
    margin: 0 -15px;
    padding: 0 15px;
    padding-top: 45px;
    width: calc(100% + 30px);
  }
  .vacansyform__img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .vacansyform__right {
    max-width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .vacansyform__form {
    flex-direction: column;
  }
  .vacansyform__item {
    max-width: 100%;
  }
  .vacansyform__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .vacansyform__submit {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
  }
  .header__staticimg1,
  .header__staticimg2,
  .header__staticimg3 {
    display: none;
  }
  .vacansyinner {
    margin: 0;
  }
  .vacansyinner__wrapp {
    flex-direction: column;
  }
  .vacansyinner__img {
    display: none;
  }
  .vacansyinner__right {
    position: static;
    max-width: 100%;
    margin-top: 40px;
  }
  .main-title {
    width: 100%;
  }
  .vacansyinner__click {
    display: flex;
    margin-top: 15px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    cursor: pointer;
  }
  .vacansyinner__click::before {
    content: "Развернуть";
    font-size: 16px;
    color: #0FAF44;
    line-height: 1;
  }
  .vacansyinner__click_active svg {
    transform: rotate(180deg);
  }
  .vacansyinner__click_active::before {
    content: "Свернуть";
  }
  .vacansyinner__click svg {
    margin-left: 10px;
  }
  .vacansyinner__spoiler {
    display: flex;
    position: relative;
    height: 220px;
    overflow: hidden;
  }
  .vacansyinner__spoiler:before {
    content: "";
    z-index: 2;
    position: absolute;
    height: 54%;
    bottom: 0;
    left: auto;
    width: 100%;
    background: linear-gradient(to bottom, rgba(236, 236, 236, 0), #F9F9F9);
  }
  .vacansyinner__spoiler_full {
    height: auto;
    overflow: visible;
  }
  .vacansyinner__spoiler_full::before {
    display: none;
  }
  .vacansyinner__date {
    max-width: calc(100% - 30px);
  }
  .callabackmodal__head, .vacansyinnerpopup__head {
    padding: 30px 15px;
  }
  .callabackmodal__head .main-title, .vacansyinnerpopup__head .main-title {
    font-size: 18px;
  }
  .callabackmodal__form, .vacansyinnerpopup__form {
    height: 100%;
    overflow: auto;
  }
  .callabackmodal__middle, .vacansyinnerpopup__middle {
    height: auto;
    padding: 30px 10px;
  }
  .newslist {
    flex-wrap: wrap;
  }
  .newslist .newsbg__item {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
  }
  .newslist .newsbg__item:nth-child(3n) {
    margin-right: 0;
  }
  .newslist .newsbg__item_big {
    max-width: 100%;
    width: 100%;
  }
  .aboutmodal__title {
    font-size: 18px;
  }
  .aboutmodal__middle {
    padding: 30px 10px;
  }
  .aboutmodal__middle, .callabackmodal__middle, .vacansyinnerpopup__middle {
    height: auto;
  }
  .aboutmodal__form, .callabackmodal__form, .vacansyinnerpopup__form {
    overflow: auto;
  }
  .aboutmodal__teams {
    flex-direction: column;
  }
  .aboutmodal__head, .callabackmodal__head, .vacansyinnerpopup__head {
    padding: 30px;
  }
  .header {
    padding-top: 1px;
    margin-top: 70px;
  }
  .newsfull__img {
    margin-bottom: 30px;
  }
  .newsfull .main-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .newsfull__img img {
    width: 100%;
  }
  .feedback__wrapp {
    flex-direction: column;
  }
  .feedback__right {
    margin: 0;
    max-width: 100%;
    order: -1;
  }
  .feedback__left {
    margin-top: 30px;
  }
  .header__top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    z-index: 99;
  }
  .aboutmodal .our-team__item {
    margin: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .catalogPopUp__slider {
    width: 210px;
  }
}

.empty {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  color: #4A4A4A;
  font-size: 12px;
  background-color: #F9F9F9;
}

.our-production__tabs2 {
  margin-top: 40px;
}