@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  /* сглаживание шрифтов в вебките */
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

form input,
form select,
form textarea {
  -webkit-appearance: none;
  text-overflow: ellipsis;
  outline: none;
}
form input:focus, form input:active,
form select:focus,
form select:active,
form textarea:focus,
form textarea:active {
  text-overflow: ellipsis;
}
form textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

* {
  max-height: 10000000px;
  box-sizing: border-box;
  outline: none !important;
}
*:before {
  max-height: 10000000px;
  box-sizing: border-box;
}
*:after {
  max-height: 10000000px;
  box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: DINPro;
  src: local("DINPro-Regular"), url("../fonts/DINPro-Regular/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular/DINPro-Regular.woff2") format("woff2"), url("../fonts/DINPro-Regular/DINPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: DINPro;
  src: local("DINPro-Medium"), url("../fonts/DINPro-Medium/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: DINPro;
  src: local("DINPro-Black"), url("../fonts/DINPro-Black/DINPro-Black.woff") format("woff"), url("../fonts/DINPro-Black/DINPro-Black.woff2") format("woff2"), url("../fonts/DINPro-Black/DINPro-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: PTSerif;
  src: local("PTSerif-Regular"), url("../fonts/PTSerif-Regular/PTSerif-Regular.woff") format("woff"), url("../fonts/PTSerif-Regular/PTSerif-Regular.woff2") format("woff2"), url("../fonts/PTSerif-Regular/PTSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/***********************/
/******** Colors *******/
/***********************/
/***********************/
/******** Fonts ********/
/***********************/
/*********************************/
/********** Typography ***********/
/*********************************/
/*********************************/
/*********** Buttons *************/
/*********************************/
/*********************************/
/******** Class Helpers **********/
/*********************************/
/*********************************/
/*********** Modules *************/
/*********************************/
.bx-touch {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #009F36;
}

a:hover, button:hover {
  opacity: 0.8;
}

html, body {
  background-color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-family: "DINPro", sans-serif;
  font-weight: 400;
  overflow: auto;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  color: #111;
}

.container {
  width: 100%;
  max-width: 1332px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.container._md {
  max-width: 1182px;
}

p, ul, ol, li {
  margin: 1.1em 0;
}
p:first-child, ul:first-child, ol:first-child, li:first-child {
  margin-top: 0 !important;
}
p:last-child, ul:last-child, ol:last-child, li:last-child {
  margin-bottom: 0 !important;
}

b {
  font-weight: 500;
}

ul {
  list-style: disc outside;
  padding-left: 34px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  margin: 0.7em 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1, h2 {
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 40px;
  }
}

.button {
  display: inline-block;
  text-transform: uppercase;
  background-color: rgba(0, 159, 54, 0.1);
  border: 1px solid #009F36;
  border-radius: 4px;
  color: #009F36;
  padding: 8px 16px 9px 16px;
  font-size: 15px;
  font-weight: 500;
}
.button._transparent {
  background-color: transparent;
}

.specialFont {
  font-family: "PTSerif", sans-serif;
  font-size: 22px;
}
.specialFont li {
  margin: 0.6em 0;
}
@media (max-width: 767px) {
  .specialFont {
    line-height: 28px;
  }
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -70px;
  left: 0;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}
.slick-dots li button {
  text-indent: 100px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border-width: 0;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #CCCCCC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li.slick-active button:before {
  background-color: #F17000;
}

a:focus, a:active {
  color: inherit;
}

.header {
  font-size: 15px;
  position: relative;
  background-color: #000;
  z-index: 300;
  width: 100%;
  color: #fff;
}
@media (max-width: 1270px) {
  .header {
    font-size: 16px;
    background-color: transparent;
    color: #000;
  }
}
.header-inner {
  position: relative;
  width: 100%;
}
.header-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
@media (max-width: 1270px) {
  .header-top {
    align-items: center;
    justify-content: flex-end;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header-logo {
  display: inline-block;
  width: 272px;
  height: 50px;
}
@media (max-width: 1270px) {
  .header-logo {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 140px;
    height: 30px;
  }
}
.header-logo .logo {
  width: 100%;
  height: 100%;
}
.header-section {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  color: #fff;
}
@media (max-width: 1270px) {
  .header-section {
    position: fixed;
    top: 0;
    left: 100%;
    transition: transform 0.3s linear;
    background-color: #009F36;
    padding: 24px 30px 40px 34px;
    display: block;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    width: 210px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: translateX(10px);
    font-family: "DINPro", sans-serif;
    font-weight: 500;
  }
}
@media (max-width: 1270px) {
  .header-section.active {
    transform: translateX(-100%);
  }
}
.header-section__back {
  display: none;
  background-color: #009F36;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
}
@media (max-width: 1270px) {
  .header-section__back {
    display: block;
  }
}
.header-section__logo {
  width: 121px;
  height: 19px;
  margin: 0 0 10px 0;
  display: none;
  line-height: 0;
}
@media (max-width: 1270px) {
  .header-section__logo {
    display: inline-block;
  }
}
.header-section__logo-tag {
  width: 100%;
  height: 100%;
}
.header-section-contacts {
  display: none;
  font-weight: 400;
}
@media (max-width: 1270px) {
  .header-section-contacts {
    display: block;
  }
}
.header-section-contacts .header-contacts-text__item {
  margin-bottom: 24px;
  margin-right: 0;
}
.header-section-contacts .header-contacts-text__item a {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
}
.header-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  font-weight: 500;
  margin: -5px 10px;
  min-height: 60px;
}
@media (max-width: 1270px) {
  .header-menu {
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.header-menu:first-child {
  margin-left: -10px;
}
@media (max-width: 1270px) {
  .header-menu:first-child {
    margin-left: 0;
  }
}
.header-menu__item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.header-menu__link {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 7px 8px;
  white-space: nowrap;
  color: #4ADE7C;
  position: relative;
}
@media (max-width: 1270px) {
  .header-menu__link {
    white-space: normal;
    padding: 10px 0;
    color: #fff;
  }
}
.header-menu__link:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 7px;
  width: calc(100% - 7px - 7px);
  height: 160px;
  transform: skew(-4deg) rotate(-4deg);
  background: linear-gradient(to bottom, #009F36 0%, #009F36 calc(100% - 1px), transparent 100%);
  z-index: 100;
  display: none;
}
.header-menu__link-inner {
  padding: 4px 14px 5px 10px;
  margin: -7px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1100;
}
@media (max-width: 1270px) {
  .header-menu__link-inner {
    padding: 0;
    margin: 0;
  }
}
.header-menu__item:hover .header-menu__link {
  opacity: 1;
  color: #fff;
}
.header-menu__item:hover > .header-menu__link-inner {
  color: #fff;
}
@media (max-width: 1270px) {
  .header-menu__item:hover > .header-menu__link-inner {
    background-color: transparent;
    color: #fff;
  }
}
.header-menu__item._active .header-menu__link {
  cursor: default;
}
.header-menu__item._active .header-menu__link-inner {
  background-color: #009F36;
  color: #fff;
}
@media (max-width: 1270px) {
  .header-menu__item._active .header-menu__link-inner {
    background-color: transparent !important;
    color: #fff !important;
  }
}
.header-menu__item._active._parent .header-menu__link-inner {
  background-color: #006020;
}
.header-menu__item._active._parent .header-menu__link:before {
  background: linear-gradient(to bottom, #006020 0%, #006020 calc(100% - 1px), transparent 100%);
}
.header-menu__item._active .header-menu__link:before {
  display: block;
}
@media (max-width: 1270px) {
  .header-menu__item._active .header-menu__link:before {
    display: none;
  }
}
@media (max-width: 1270px) {
  .header-menu__item:hover .header-menu__link-inner, .header-menu__item._active .header-menu__link-inner {
    background-color: transparent;
    color: #fff;
  }
}
.header-menu__arrow {
  border: 3px solid transparent;
  border-left: 4px solid #4ADE7C;
  margin: 2px -4px 0 9px;
}
@media (max-width: 1270px) {
  .header-menu__arrow {
    display: none;
  }
}
.header-menu__item:hover .header-menu__arrow, .header-menu__item._active .header-menu__arrow {
  border-left-color: #fff;
  transform: translateY(1px) rotate(90deg);
}
.header-submenu {
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #222222;
  transition: 0s linear 0.5s;
  font-size: 14px;
  line-height: 1.2;
  font-family: "DINPro", sans-serif;
  font-weight: 500;
}
@media (max-width: 1270px) {
  .header-submenu {
    display: none;
  }
}
.header-submenu-inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.header-submenu__item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 11px 0 11px;
  max-width: 230px;
}
.header-submenu__link {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  color: #4ADE7C;
  min-height: 50px;
  position: relative;
}
.header-submenu__link:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 40px;
  transform: rotate(-2deg) skew(-2deg);
  background: linear-gradient(to bottom, #009F36 0%, #009F36 calc(100% - 1px), transparent 100%);
  z-index: 1100;
  display: none;
}
.header-submenu__link:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: calc(100% - 32px);
  z-index: 1100;
  display: none;
  background-color: #009F36;
  transform: rotate(-2deg) skew(-2deg);
}
.header-submenu__link-inner {
  padding: 17px 12px 19px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1300;
}
.header-submenu__item:hover .header-submenu__link {
  opacity: 1;
  color: #fff;
}
.header-submenu__item._active > .header-submenu__link {
  color: #fff;
  cursor: default;
}
.header-submenu__item._active > .header-submenu__link:before, .header-submenu__item._active > .header-submenu__link:after {
  display: block;
}
.header-submenu__item._active > .header-submenu__link .header-submenu__link-inner {
  background-color: #009F36;
}
.header-submenu._sub {
  background-color: #fff;
  transition: 0s linear 0.5s;
}
.header-submenu._sub {
  padding-top: 14px;
  padding-bottom: 14px;
}
.header-submenu._sub .header-submenu__item {
  margin-right: 7px;
  margin-left: 7px;
}
.header-submenu._sub .header-submenu__link {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 16px;
  color: #009F36;
  align-items: center;
}
.header-submenu._sub .header-submenu__link-inner {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: flex-start;
}
.header-submenu._sub .header-submenu__link-img {
  padding: 4px;
  background-color: rgba(0, 227, 77, 0.2);
  border-radius: 4px;
  line-height: 0;
}
.header-submenu._sub .header-submenu__link-img svg {
  width: 40px;
  fill: #009F36;
  stroke: #009F36;
}
.header-submenu._sub .header-submenu__item:hover .header-submenu__link {
  color: #006020;
}
.header-submenu._sub .header-submenu__item:hover .header-submenu__link-img svg {
  fill: #006020;
  stroke: #006020;
}
.header-submenu._sub .header-submenu__item._active .header-submenu__link-img {
  background-color: transparent;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header-submenu._sub .header-submenu__item._active .header-submenu__link-img svg {
  fill: #fff;
  stroke: #fff;
}
.header-submenu._sub .header-submenu__item._active .header-submenu__link:before, .header-submenu._sub .header-submenu__item._active .header-submenu__link:after {
  display: none;
}
.header-submenu._sub .header-submenu__item._active .header-submenu__link {
  background-color: #006020;
  color: #fff;
  border-radius: 6px;
  cursor: default;
}
.header-submenu._sub .header-submenu__item._active:hover .header-submenu__link {
  color: #fff;
}
.header-submenu._sub .header-submenu__link-inner {
  margin-left: 10px;
}
.header-submenu._sub .header-submenu__item._active .header-submenu__link-inner {
  background-color: transparent;
}
.header-menu__item:hover .header-submenu:not(._sub), .header-menu__item._active .header-submenu:not(._sub), .header-submenu__item:hover .header-submenu, .header-submenu__item._active .header-submenu {
  z-index: 400;
  opacity: 1;
  visibility: visible;
  transition: visible 0s linear 0s, z-index 0s linear 0s, opacity 0s linear 0s;
}
.header-menu__item:hover .header-submenu:not(._sub), .header-submenu__item:hover .header-submenu {
  z-index: 500;
}
.header-menu__item._active .header-submenu, .header-submenu__item._active .header-submenu {
  transition: 0s linear 0.5s;
}
.header-menu._hovered .header-menu__item._active .header-submenu {
  z-index: -1;
  visibility: hidden;
}
.header-menu._hovered-delay .header-menu__item:hover .header-submenu:not(._sub), .header-menu._hovered-delay .header-menu__item._active .header-submenu:not(._sub), .header-menu._hovered-delay .header-submenu__item:hover .header-submenu, .header-menu._hovered-delay .header-submenu__item._active .header-submenu {
  transition: visible 0s linear 0s, z-index 0s linear 0.5s, opacity 0s linear 0.5s;
}
.header-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 350px) {
  .header-contacts {
    display: none;
  }
}
@media (max-width: mobileMin) {
  .header-contacts {
    display: none;
  }
}
.header-contacts-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-contacts__img {
  margin: 0 10px;
}
@media (max-width: 1270px) {
  .header-contacts__img {
    display: none;
  }
}
.header-contacts a {
  color: inherit;
}
.header-contacts-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-contacts-text__item {
  margin: 0 4px 0 0;
}
.header-burger {
  display: none;
  width: 56px;
  height: 36px;
  padding: 6px 16px;
  margin: 0 -16px 0 0;
  cursor: pointer;
}
@media (max-width: 1270px) {
  .header-burger {
    display: block;
  }
}
.header-burger:hover {
  opacity: 0.8;
}
.header-burger-inner {
  padding: 6px 3px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.header-burger__line {
  width: 100%;
  height: 2px;
  background-color: #009F36;
}

.e-submenu {
  display: none;
  overflow-y: auto;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #ECECEC;
  font-size: 16px;
  font-weight: 500;
  padding: 0 1px;
  white-space: nowrap;
}
@media (max-width: 1270px) {
  .e-submenu {
    display: flex;
  }
}
.e-submenu__item {
  padding: 9px 15px;
}
.e-submenu__item._active {
  color: #111;
}

.main {
  position: relative;
  z-index: 150;
  padding: 0 0 70px 0;
}

.slick-prev {
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
}

.slick-next {
  right: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
}

.slick-arrow {
  opacity: 0.8;
}
.slick-arrow:hover {
  opacity: 0.9;
}

.mainPrev {
  width: 100%;
  height: 995px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mainPrev {
    height: auto;
  }
}
.mainPrev__logo {
  margin: 0 0 24px 0;
}
@media (max-width: 991px) {
  .mainPrev__logo {
    margin-bottom: 50px;
  }
}
.mainPrev__logo-img {
  width: 407px;
  height: 75px;
}
@media (max-width: 991px) {
  .mainPrev__logo-img {
    width: 279px;
    height: 48px;
  }
}
.mainPrev-helper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media (max-width: 991px) {
  .mainPrev-helper {
    display: none;
  }
}
.mainPrev-video {
  width: 100%;
  height: 787px;
  flex-shrink: 0;
  position: relative;
  z-index: 50;
}
@media (max-width: 991px) {
  .mainPrev-video {
    height: 0;
    padding-top: 56%;
  }
}
.mainPrev-video-tag {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .mainPrev-video-tag {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mainPrev-bevel {
  height: 9vw;
  width: 102%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 150;
  background: linear-gradient(175.4deg, rgba(255, 255, 255, 0) 50%, #fff 51%, #fff 100%);
  pointer-events: none;
}
@media (max-width: 991px) {
  .mainPrev-bevel {
    display: none;
  }
}
.mainPrev-info {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 200;
  padding-top: 60px;
  padding-bottom: 120px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0));
}
@media (max-width: 991px) {
  .mainPrev-info {
    padding-top: 40px;
    position: static;
    transform: translateX(0);
    background: transparent;
    color: #111;
    padding-bottom: 40px;
  }
}
.mainPrev-info-inner {
  max-width: 766px;
}

.catalogSections {
  font-size: 20px;
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .catalogSections {
    margin-top: 90px;
    font-size: 18px;
  }
}
.catalogSections-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .catalogSections-inner {
    width: calc(100% + 28px);
    margin-left: -8px;
    margin-right: -20px;
  }
}
.catalogSections__item {
  width: 33.3333333333%;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1332px) {
  .catalogSections__item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .catalogSections__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalogSections__item {
    overflow: hidden;
    background: #F4F4F4;
    border-radius: 8px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 40px;
    padding-top: 10px;
    margin-right: 12px;
    height: auto !important;
  }
}
@media (max-width: 400px) {
  .catalogSections__item {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }
}
.catalogSections__img {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 -10px 0;
}
@media (max-width: 767px) {
  .catalogSections__img {
    mix-blend-mode: multiply;
    margin-bottom: 16px;
    height: 322px;
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 56px);
    overflow: hidden;
  }
}
@media (max-width: 400px) {
  .catalogSections__img {
    height: 230px;
  }
}
.catalogSections__img-tag {
  max-width: 100%;
  max-height: 322px;
}
@media (max-width: 767px) {
  .catalogSections__img-tag {
    object-fit: cover;
    max-height: 100%;
  }
}
.catalogSections__img:hover {
  opacity: 1;
}
.catalogSections__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 0 30px 0 60px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
@media (max-width: 767px) {
  .catalogSections__title {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 300px) {
  .catalogSections__title {
    margin-bottom: 30px;
  }
}
@media (max-width: mobileMinOutro) {
  .catalogSections__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 300px) {
  .catalogSections-subSections-products__title {
    font-size: 11px;
    font-weight: 400;
  }
}
@media (max-width: mobileMinOutro) {
  .catalogSections-subSections-products__title {
    font-size: 11px;
    font-weight: 400;
  }
}
.catalogSections-subSections-products__item {
  color: #fff !important;
}
.catalogSections-subSections-products__item:hover {
  color: #fff;
}
.catalogSections-subSections-products__item:visited {
  color: #fff !important;
  color: #fff !important;
}
.catalogSections__catalogSections-subSections__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: rgb(17, 17, 17);
}
.catalogSections__simpleTitle {
  display: none;
  margin-top: 0;
  font-weight: 700;
}
.catalogSections__simpleTitle a {
  color: #111;
}
.catalogSections__icon {
  width: 80px;
  height: 80px;
  background-color: #F17000;
  margin: 0 20px 0 0;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .catalogSections__icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 400px) {
  .catalogSections__icon {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 350px) {
  .catalogSections__icon {
    width: 33px;
    height: 33px;
  }
}
@media (max-width: mobileMin) {
  .catalogSections__icon {
    width: 33px;
    height: 33px;
  }
}
.catalogSections__icon svg {
  max-width: 100%;
  max-height: 100%;
  fill: #fff;
  stroke: #fff;
}
.catalogSections__icon-tag {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 400px) {
  .catalogSections__name {
    line-height: 20px;
  }
}
@media (max-width: 350px) {
  .catalogSections__name {
    line-height: 17px;
    font-size: 15px;
  }
}
@media (max-width: mobileMin) {
  .catalogSections__name {
    line-height: 17px;
    font-size: 15px;
  }
}
@media (max-width: 300px) {
  .catalogSections__name {
    line-height: 16px;
    font-size: 13px;
  }
}
@media (max-width: mobileMinOutro) {
  .catalogSections__name {
    line-height: 16px;
    font-size: 13px;
  }
}
.catalogSections-subSections {
  display: none;
}
@media (max-width: 767px) {
  .catalogSections-subSections {
    display: block;
  }
}
.catalogSections-subSections__item {
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .catalogSections-subSections__item {
    margin-bottom: 32px;
  }
}
.catalogSections-subSections__item:last-child {
  margin-bottom: 0;
}
.catalogSections-subSections__title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .catalogSections-subSections__title {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.catalogSections-subSections__title a {
  color: #111;
}
.catalogSections-subSections-products {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 0 0 -10px 0;
}
.catalogSections-subSections-products a {
  color: #fff;
}
.catalogSections-subSections-products__item {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 10px 10px 0;
  background-color: #009F36;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .catalogSections-subSections-products__item {
    white-space: normal;
  }
}
.catalogSections-subSections-products__item:hover {
  opacity: 1;
  background-color: #00D147;
}
.catalogSections-subSections-products__logo {
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
}
.catalogSections-subSections-products-detail {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 50;
  color: #111111;
  width: 600px;
  padding: 10px 0 0 0;
  white-space: normal;
  display: none;
}
.catalogSections-subSections-products-detail-inner {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  padding: 30px 50px 40px 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.catalogSections-subSections-products-detail__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogSections-subSections-products-detail__img-tag {
  max-width: 100%;
  max-height: 350px;
}
@media (max-width: 350px) {
  .catalogSections-subSections-products-detail__img {
    height: 190px;
  }
}
@media (max-width: mobileMin) {
  .catalogSections-subSections-products-detail__img {
    height: 190px;
  }
}
.catalogSections-subSections-products__item:hover .catalogSections-subSections-products-detail {
  background-color: transparent;
  display: block;
}
@media (max-width: 767px) {
  .catalogSections-subSections-products__item:hover .catalogSections-subSections-products-detail {
    display: none;
  }
}
.catalogSections__back {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4000px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #F4F4F4;
  z-index: -1;
}
.catalogSections._other {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .catalogSections._other {
    margin-top: 90px;
  }
}
.catalogSections._other .catalogSections__item {
  width: 100%;
  min-height: 390px;
  padding-left: 40%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .catalogSections._other .catalogSections__item {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .catalogSections._other .catalogSections__item {
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .catalogSections._other .catalogSections__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.catalogSections._other .catalogSections__title {
  display: none;
}
@media (max-width: 767px) {
  .catalogSections._other .catalogSections__title {
    display: flex;
  }
}
.catalogSections._other .catalogSections__simpleTitle {
  display: block;
}
.catalogSections._other .catalogSections__title {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.catalogSections._other .catalogSections__img {
  width: 36%;
  height: 330px;
  position: absolute;
  top: 42px;
  left: 0;
  align-items: flex-start;
  justify-content: flex-end;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .catalogSections._other .catalogSections__img {
    position: static;
    transform: translateY(0);
    height: 322px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (max-width: 400px) {
  .catalogSections._other .catalogSections__img {
    height: 230px;
  }
}
@media (max-width: 300px) {
  .catalogSections._other .catalogSections__img {
    height: 188px;
  }
}
@media (max-width: mobileMinOutro) {
  .catalogSections._other .catalogSections__img {
    height: 188px;
  }
}
.catalogSections._other .catalogSections__img-tag {
  max-height: 100%;
  max-width: 100%;
}
.catalogSections._other .catalogSections__item:nth-child(2n+2) .catalogSections__back {
  display: block;
}
.catalogSections._other .catalogSections-subSections {
  display: block;
}

.darkBlock {
  background-color: #111111;
  color: #fff;
  padding: 240px 0 210px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .darkBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.darkBlock-short {
  max-width: 750px;
}
.darkBlock-bevel {
  height: 9vw;
  width: 102%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 150;
  background: linear-gradient(175.4deg, rgba(255, 255, 255, 0) 50%, #fff 51%, #fff 100%);
}
@media (max-width: 991px) {
  .darkBlock-bevel {
    display: none;
  }
}
.darkBlock-bevel._top {
  bottom: auto;
  top: 0;
  background: linear-gradient(-4.6deg, rgba(255, 255, 255, 0) 50%, #fff 51%, #fff 100%);
}
.darkBlock-about {
  margin: 0 0 98px 0;
}
.darkBlock-about__text {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .darkBlock-about__text {
    margin-bottom: 40px;
  }
}
.darkBlock-partners {
  color: #AAAAAA;
}
.darkBlock-partners-list {
  font-size: 14px;
  margin: 0 -48px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 1270px) {
  .darkBlock-partners-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .darkBlock-partners-list {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 40px;
    margin-left: -18px;
    margin-right: -18px;
    font-size: 18px;
  }
}
.darkBlock-partners-list__item {
  margin: 0 48px;
  padding: 0 0 74px 0;
  position: relative;
}
@media (max-width: 1270px) {
  .darkBlock-partners-list__item {
    width: calc(50% - 96px);
  }
}
@media (max-width: 991px) {
  .darkBlock-partners-list__item {
    width: 300px;
    flex-shrink: 0;
    margin-left: 18px;
    margin-right: 18px;
  }
}
.darkBlock-partners-list__img {
  margin: 0 0 34px 0;
  height: 187px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.darkBlock-partners-list__img-tag {
  max-width: 100%;
  max-height: 100%;
}
.darkBlock-partners-list__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news {
  margin: 96px 0;
}
@media (max-width: 767px) {
  .news {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.news__title {
  text-align: center;
}
@media (max-width: 767px) {
  .news-list {
    margin-top: 24px;
  }
}
.news-list__item {
  margin: 50px 0 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  .news-list__item {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.news-list__item:last-child {
  margin-bottom: 0;
}
.news-list__item-inner {
  position: relative;
  padding: 30px 0 30px 45%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .news-list__item-inner {
    padding-left: 37%;
  }
}
@media (max-width: 767px) {
  .news-list__item-inner {
    padding-top: 8px;
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
    margin-right: -8px;
    display: block;
    background-color: #F4F4F4;
    border-radius: 8px;
  }
}
.news-list__img {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 34%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-list__img {
    left: 0;
  }
}
@media (max-width: 767px) {
  .news-list__img {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 16px;
  }
}
.news-list__img-tag {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list__info {
  width: 520px;
  position: relative;
  z-index: 150;
  padding: 0 40px 0 0;
}
@media (max-width: 991px) {
  .news-list__info {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .news-list__info {
    padding-right: 0;
    width: 100%;
  }
}
.news-list__date {
  font-size: 14px;
}
@media (max-width: 767px) {
  .news-list__date {
    font-size: 18px;
    margin: 10px 0 20px 0;
  }
}
.news-list__title {
  margin-top: 5px;
  margin-bottom: 15px;
}
.news-list__back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 80%;
  height: 100%;
  background: linear-gradient(280deg, rgb(0, 0, 0), rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 90%);
}
@media (max-width: 767px) {
  .news-list__back {
    display: none;
  }
}
.news-list__description {
  max-height: 180px;
  overflow: hidden;
  margin: 14px 0 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .news-list__description {
    font-size: 18px;
    max-height: 140px;
  }
}
.news-list__description-helper {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
@media (max-width: 767px) {
  .news-list__description-helper {
    background: linear-gradient(to top, rgb(244, 244, 244), rgba(244, 244, 244, 0));
  }
}
.news-list__backNews {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4000px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #F4F4F4;
  z-index: -1;
}
.news-list__item:nth-child(2n+2) .news-list__backNews {
  display: block;
}
.news-list__item:nth-child(2n+2) .news-list__description-helper {
  background: linear-gradient(to top, rgb(244, 244, 244), rgba(255, 255, 255, 0));
}
.news-list__item._special {
  color: #fff;
}
@media (max-width: 767px) {
  .news-list__item._special {
    color: #111;
  }
}
.news-list__item._special .news-list__item-inner {
  min-height: 350px;
  border: 5px solid #F17000;
}
@media (max-width: 767px) {
  .news-list__item._special .news-list__item-inner {
    color: #111;
    border-width: 0;
  }
}
.news-list__item._special .news-list__description {
  height: auto;
}
@media (max-width: 767px) {
  .news-list__item._special .news-list__description {
    max-height: 140px;
  }
}
.news-list__item._special .news-list__description-helper {
  display: none;
}
@media (max-width: 767px) {
  .news-list__item._special .news-list__description-helper {
    display: block;
  }
}
.news-list__item._special .news-list__img {
  width: 56%;
  height: 100%;
  border-radius: 0;
  left: 0;
}
@media (max-width: 767px) {
  .news-list__item._special .news-list__img {
    width: 100%;
    height: 300px;
    border-radius: 4px;
  }
}

.footer {
  padding: 50px 0 90px 0;
  background-color: #111;
  color: #aaa;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 34px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footer {
    font-size: 12px;
  }
}
.footer a {
  color: #aaa;
}
.footer a.special {
  color: #fff;
}
@media (max-width: 991px) {
  .footer-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .footer-top {
    margin-bottom: 14px;
  }
}
.footer__logo {
  position: relative;
}
@media (max-width: 300px) {
  .footer__logo img {
    width: 230px;
  }
}
@media (max-width: mobileMinOutro) {
  .footer__logo img {
    width: 230px;
  }
}
.footer__logo-light {
  position: absolute;
  top: 50%;
  left: 50px;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 384px;
  height: 384px;
  opacity: 0.3;
  background: radial-gradient(50% 50% at 50% 50%, #FF7524 0%, rgba(255, 118, 37, 0.567708) 28.12%, rgba(255, 118, 37, 0.313074) 52.08%, rgba(255, 117, 36, 0) 100%);
}
@media (max-width: 480px) {
  .footer__logo-light {
    width: 260px;
    height: 260px;
  }
}
.footer__developer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 240px;
  z-index: 150;
}
@media (max-width: 991px) {
  .footer__developer {
    display: none;
    margin-left: 64px;
  }
}
.footer__developer-img {
  margin: 0 22px 0 0;
  flex-shrink: 0;
  width: 56px;
  height: 50px;
}
@media (max-width: 767px) {
  .footer__developer-img {
    width: 29px;
    height: 25px;
    margin-right: 15px;
  }
}
.footer-info {
  padding: 0 0 0 64px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .footer-info {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer-info {
    flex-direction: column-reverse;
  }
}
.footer-info__section {
  margin: 0 50px 0 0;
  z-index: 150;
}
@media (max-width: 991px) {
  .footer-info__section {
    margin-bottom: 24px;
  }
}
.footer-info__section._special {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .footer-info__section._special {
    display: none;
    margin-left: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .footer-info__section._special {
    font-size: 14px;
  }
}
.footer-bottom {
  display: none;
  background-color: #000;
  margin: 0 -16px;
  padding: 24px 16px 34px 16px;
  width: calc(100% + 32px);
}
@media (max-width: 991px) {
  .footer-bottom {
    display: block;
  }
}
.footer-bottom .footer-info__section._special {
  display: block;
}
.footer-bottom .footer__developer {
  display: flex;
}
@media (max-width: 300px) {
  .footer__developer-img {
    margin-right: 10px;
  }
}
@media (max-width: mobileMinOutro) {
  .footer__developer-img {
    margin-right: 10px;
  }
}
@media (max-width: 300px) {
  .footer__developer-text {
    font-size: 11px;
  }
}
@media (max-width: mobileMinOutro) {
  .footer__developer-text {
    font-size: 11px;
  }
}

.breadcrumbs {
  padding: 170px 0 0 0;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1270px) {
  .breadcrumbs {
    padding-top: 40px;
    padding-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 1270px) {
  .breadcrumbs-inner {
    background: rgba(224, 224, 224, 0.4);
    border-radius: 34px;
    padding: 3px 8px 4px 8px;
  }
}
.breadcrumbs__link {
  color: #aaa;
}
.breadcrumbs__item:first-child .breadcrumbs__link {
  color: #F17000;
}

.ordinaryTitle {
  text-align: center;
  margin-top: 0;
  padding: 0 20px 0 20px;
  font-family: "DINPro", sans-serif;
  font-weight: 600;
}
.ordinaryTitle:last-child {
  margin-bottom: 0.7em;
}
@media (max-width: 480px) {
  .ordinaryTitle {
    margin: 15px 0 50px 0;
  }
}
@media (max-width: 400px) {
  .ordinaryTitle {
    font-size: 30px;
  }
}
@media (max-width: 300px) {
  .ordinaryTitle {
    font-size: 26px;
  }
}
@media (max-width: mobileMinOutro) {
  .ordinaryTitle {
    font-size: 26px;
  }
}
.ordinaryTitle a {
  color: #111;
}

.contacts-map {
  height: 400px;
  width: 100%;
  background-color: #ddd;
  margin: 0 0 -100px 0;
}
@media (max-width: 1270px) {
  .contacts-map {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .contacts-map {
    display: none;
  }
}
.contacts-generalContacts {
  text-align: center;
  font-size: 16px;
  margin: 0 0 30px 0;
  color: #111;
}
@media (max-width: 767px) {
  .contacts-generalContacts {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.contacts-generalContacts a {
  color: inherit;
}
.contacts-people {
  color: #111;
  width: 100%;
  max-width: 900px;
  margin: 80px auto 40px auto;
}
@media (max-width: 767px) {
  .contacts-people {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.contacts-people a {
  color: inherit;
}
.contacts-people-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -50px;
}
@media (max-width: 767px) {
  .contacts-people-list {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin: 0 -16px;
    padding-bottom: 20px;
  }
}
.contacts-people__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  width: 50%;
  padding: 0 50px 40px 50px;
}
@media (max-width: 991px) {
  .contacts-people__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts-people__item {
    width: 272px !important;
    background: #F4F4F4;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    display: block;
    text-align: center;
    flex-shrink: 0;
    padding: 24px 16px 44px 16px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.contacts-people__img {
  border-radius: 4px;
  width: 80px;
  height: 90px;
  margin: 0 22px 12px 0;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contacts-people__img {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
  }
}
.contacts-people__img-tag {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-people__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 2px 0;
}
@media (max-width: 767px) {
  .contacts-people__title {
    margin-bottom: 10px;
  }
}
.contacts-people__position {
  font-size: 18px;
  margin: 0 0 2px 0;
}
@media (max-width: 767px) {
  .contacts-people__position {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
  }
}
.contacts-people__info {
  margin: 0 0 3px 0;
}
@media (max-width: 767px) {
  .contacts-people__info {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.contacts-people__email {
  color: #666666;
}
@media (max-width: 767px) {
  .contacts-people__email {
    color: #009F36;
  }
}
.contacts-regions {
  padding: 60px 0 0 0;
  max-width: 900px;
  width: 100%;
  margin: 40px auto 20px auto;
  border-top: 1px solid #ccc;
  position: relative;
}
@media (max-width: 991px) {
  .contacts-regions {
    padding-top: 330px;
    border-top-width: 0;
  }
}
@media (max-width: 767px) {
  .contacts-regions {
    margin-top: 30px;
    padding-top: 220px;
  }
}
.contacts-regions-titles {
  font-size: 60px;
  font-weight: 700;
  margin: 0 auto 50px auto;
  line-height: 1.3;
  max-width: 700px;
  width: 100%;
  padding: 0 46px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .contacts-regions-titles {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.contacts-regions-titles__item {
  overflow: visible;
}
.contacts-regions-titles .slick-arrow {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: -10px;
  width: 48px;
  height: 64px;
  border-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: 500px;
  font-size: 1px;
  color: transparent;
}
.contacts-regions-titles .slick-arrow.slick-prev {
  right: auto;
  left: -10px;
  transform: rotate(180deg);
}
.contacts-regions-titles .slick-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #111111;
  border-left-width: 0;
  border-top-width: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.contacts-regions-bottom {
  position: relative;
  min-height: 400px;
}
@media (max-width: 991px) {
  .contacts-regions-bottom {
    position: static;
    min-height: 0;
  }
}
.contacts-regions__back {
  position: absolute;
  top: -1126px;
  left: -252px;
  width: 2778px;
  height: 1534px;
  z-index: -1;
}
@media (max-width: 991px) {
  .contacts-regions__back {
    left: -174px;
    top: -1116px;
  }
}
@media (max-width: 767px) {
  .contacts-regions__back {
    width: 1736px;
    height: 952px;
    top: -692px;
    left: -118px;
  }
}
.contacts-regions__back-img {
  width: 100%;
  height: 100%;
}
.contacts-regions-zones {
  position: absolute;
  top: -10px;
  left: -100px;
  width: 563px;
  height: 309px;
}
@media (max-width: 991px) {
  .contacts-regions-zones {
    left: -10px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .contacts-regions-zones {
    width: 349px;
    height: 192px;
  }
}
.contacts-regions-zones-svg {
  width: 100%;
  height: 100%;
}
.contacts-regions-zones__item {
  cursor: pointer;
  fill: #009F36;
}
.contacts-regions-zones__item:hover {
  opacity: 0.9;
}
.contacts-regions-zones__item._active {
  fill: #F17000;
}
.contacts-regions-zones__logo {
  pointer-events: none;
}
.contacts-regions-people {
  padding: 0 0 0 500px;
  color: #111;
}
@media (max-width: 991px) {
  .contacts-regions-people {
    padding-left: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.contacts-regions-people a {
  color: inherit;
}
.contacts-regions-people__zone {
  height: auto !important;
}
@media (max-width: 767px) {
  .contacts-regions-people__zone {
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start;
    overflow: visible;
    overflow-y: auto;
    padding-bottom: 20px;
  }
}
.contacts-regions-people__zone .contacts-people__item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .contacts-regions-people__zone .contacts-people__item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contacts-regions-people__zone .contacts-people__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1270px) {
  .body._main .header-menu__link {
    color: #fff;
  }
}
.body._main .header-submenu {
  background-color: rgba(44, 44, 44, 0.8);
  backdrop-filter: blur(1px);
}
.body._main .header-submenu._sub {
  background-color: rgba(17, 17, 17, 0.9);
}
.body._main .header-submenu._sub .header-submenu__link {
  color: #4ADE7C;
}
.body._main .header-submenu._sub .header-submenu__item:hover .header-submenu__link {
  color: #fff;
}
.body._main .header-submenu._sub .header-submenu__link svg {
  fill: #4ADE7C;
  stroke: #4ADE7C;
}
.body._main .header-submenu._sub .header-submenu__item:hover svg {
  fill: #fff;
  stroke: #fff;
}
@media (max-width: 1270px) {
  .body._main .header-contacts {
    display: none;
  }
}

.Postcontainer {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}

.newsPost {
  margin: 65px auto 205px auto;
  padding: 0 9px 0 9px;
}
@media (max-width: 767px) {
  .newsPost {
    margin: 65px auto 40px auto;
  }
}
.newsPost__date {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin: 65px 0 20px 0;
}
@media (max-width: 767px) {
  .newsPost__date {
    margin: 0 0 20px 0;
  }
}
.newsPost__text {
  font-family: DINPro;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.containerPartners {
  max-width: 87%;
  padding: 20px 15px 88px 15px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .containerPartners {
    padding: 0;
  }
}
.partnersSections__img3 {
  margin: 42px 0 0 -25px !important;
}

.factoryHistoryCard__historyDate {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .factoryHistoryCard__historyDate {
    margin-left: 0;
  }
}

.partnersSections {
  margin: 0 0 50px 0;
}
.partnersSections__item {
  display: flex;
}
@media (max-width: 767px) {
  .partnersSections__item {
    display: block;
    margin-bottom: 80px;
    padding: 25px 0 35px 0;
  }
}
.partnersSections__info {
  margin: 58px 0 0 52px;
}
@media (max-width: 767px) {
  .partnersSections__info {
    margin: 58px auto 0 auto;
  }
}
.partnersSections__backPartners {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4000px;
  height: 100%;
  padding: 0 0 90px 0;
  transform: translateX(-50%);
  background-color: #F4F4F4;
  z-index: -1;
}
.partnersSections__mainInfoCompany {
  max-width: 640px;
  font-family: PTSerif;
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 37px;
}
.partnersSections__infoCompanyPart1 {
  max-width: 660px;
  font-family: DINPro;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 19px;
}
.partnersSections__infoCompanyPart1 span {
  font-weight: 700 !important;
}
.partnersSections__infoListCompany {
  font-family: DINPro;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 50px -16px;
}
.partnersSections__itemCompany span {
  font-weight: 700;
}
.partnersSections__infoCompanyPart2 {
  max-width: 660px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
}
.partnersSections__infoCompanyPart2 span {
  font-weight: 700;
}
.partnersSections__infoCompanyPart3 {
  max-width: 640px;
  font-family: PTSerif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
.partnersSections__contactsCompany {
  display: flex;
  margin-left: -10px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .partnersSections__contactsCompany {
    display: block;
  }
}
.partnersSections__contactsInfoCompany {
  margin: 40px 0 0 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.partnersSections__contactsInfoCompany p {
  margin: 0.6em 0;
}
@media (max-width: 480px) {
  .partnersSections__contactsInfoCompany {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 480px) {
  .partnersSections__btn1 {
    margin-left: -10px;
  }
}
@media (max-width: 400px) {
  .partnersSections__btn1 {
    font-size: 13px !important;
  }
}
@media (max-width: 350px) {
  .partnersSections__btn1 {
    padding: 4.5px 6px 6.5px 6px !important;
    font-size: 12px !important;
  }
}
@media (max-width: mobileMin) {
  .partnersSections__btn1 {
    padding: 4.5px 6px 6.5px 6px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 400px) {
  .partnersSections__btn2 {
    font-size: 11px !important;
  }
}
@media (max-width: 480px) {
  .partnersSections__btn3 {
    font-size: 11px !important;
  }
}
@media (max-width: 400px) {
  .partnersSections__btn3 {
    padding: 4.5px 6px 7.5px 6px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 350px) {
  .partnersSections__btn3 {
    padding: 4.5px 4px 6.5px 4px !important;
    font-size: 8px !important;
  }
}
@media (max-width: mobileMin) {
  .partnersSections__btn3 {
    padding: 4.5px 4px 6.5px 4px !important;
    font-size: 8px !important;
  }
}
@media (max-width: 767px) {
  .partnersSections__img {
    display: flex;
    margin: 0 auto;
  }
}
.partnersSections__img1 {
  width: 273px;
  height: 291px;
}
@media (max-width: 767px) {
  .partnersSections__img1 {
    width: 175px;
    height: 187px;
    display: flex;
    margin: 0 auto;
  }
}
.partnersSections__img2 {
  margin: 66px 0 0 0;
  max-width: 255px;
  max-height: 226px;
}
@media (max-width: 767px) {
  .partnersSections__img2 {
    margin: 0 auto;
  }
}
.partnersSections__img3 {
  margin: 121px 0 0 -25px;
  max-width: 294px;
  max-height: 63px;
}
@media (max-width: 767px) {
  .partnersSections__img3 {
    max-width: 300px;
    max-height: 75px;
    display: flex;
    margin: 0 auto;
  }
}
.partnersSections__img-tag1 {
  width: 273px;
  height: 291px;
  background-image: url("../images/partners-1.png");
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .partnersSections__img-tag1 {
    width: 175px;
    height: 187px;
    background-image: url("../images/smallPartners1.png");
    background-repeat: no-repeat;
  }
}
@media (max-width: 350px) {
  .partnersSections__img-tag1 {
    width: 165px;
    height: 177px;
    background-image: url("../images/smallPartners1.png");
    background-repeat: no-repeat;
  }
}
@media (max-width: mobileMin) {
  .partnersSections__img-tag1 {
    width: 165px;
    height: 177px;
    background-image: url("../images/smallPartners1.png");
    background-repeat: no-repeat;
  }
}
.partnersSections__img-tag2 {
  width: 255px;
  height: 226px;
  background-image: url("../images/partners-2.png");
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .partnersSections__img-tag2 {
    width: 234px;
    height: 178px;
    background-image: url("../images/smallPartnersImg2.png");
    background-repeat: no-repeat;
    display: flex;
    margin: 0 auto;
  }
}
.partnersSections__img-tag3 {
  width: 300px;
  height: 75px;
  background-image: url("../images/partners-3.png");
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .partnersSections__img-tag3 {
    background-image: url("../images/smallPartners3.png");
    display: flex;
    margin: 0 auto;
  }
}

.partnersSections-inner:nth-child(2n+2) .partnersSections__backPartners {
  display: block;
}

.productionHeader {
  font-size: 15px;
  position: relative;
  z-index: 300;
  width: 100%;
  font-family: "PTSerif", sans-serif;
}
@media (max-width: 1270px) {
  .productionHeader {
    font-size: 16px;
  }
}
.productionHeader-inner {
  position: relative;
  width: 100%;
}
.productionHeader-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 1270px) {
  .productionHeader-top {
    align-items: center;
    justify-content: flex-end;
  }
}
.productionHeader-logo {
  display: inline-block;
  width: 272px;
  height: 50px;
}
@media (max-width: 1270px) {
  .productionHeader-logo {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .productionHeader-logo {
    width: 140px;
    height: 30px;
  }
}
.productionHeader-logo .logo {
  width: 100%;
  height: 100%;
}
.productionHeader-section {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  color: #fff;
}
@media (max-width: 1270px) {
  .productionHeader-section {
    position: fixed;
    top: 0;
    left: 100%;
    transition: transform 0.3s linear;
    background-color: #009F36;
    padding: 24px 30px 40px 34px;
    display: block;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    width: 210px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: translateX(10px);
    font-family: "DINPro", sans-serif;
    font-weight: 500;
  }
}
@media (max-width: 1270px) {
  .productionHeader-section.active {
    transform: translateX(-100%);
  }
}
.productionHeader-section__back {
  display: none;
  background-color: #009F36;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
}
@media (max-width: 1270px) {
  .productionHeader-section__back {
    display: block;
  }
}
.productionHeader-section__logo {
  width: 121px;
  height: 19px;
  margin: 0 0 10px 0;
  display: none;
  line-height: 0;
}
@media (max-width: 1270px) {
  .productionHeader-section__logo {
    display: inline-block;
  }
}
.productionHeader-section__logo-tag {
  width: 100%;
  height: 100%;
}
.productionHeader-section-contacts {
  display: none;
  font-weight: 400;
}
@media (max-width: 1270px) {
  .productionHeader-section-contacts {
    display: block;
  }
}
.productionHeader-section-contacts .header-contacts-text__item {
  margin-bottom: 24px;
  margin-right: 0;
}
.productionHeader-section-contacts .header-contacts-text__item a {
  color: inherit;
  font-weight: 500;
  font-size: 20px;
}
.productionHeader-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  font-weight: 400;
  margin: -10px 10px;
}
@media (max-width: 1270px) {
  .productionHeader-menu {
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.productionHeader-menu:first-child {
  margin-left: -10px;
}
@media (max-width: 1270px) {
  .productionHeader-menu:first-child {
    margin-left: 0;
  }
}
.productionHeader-menu__item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.productionHeader-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 8px;
  white-space: nowrap;
  color: #aaa;
}
@media (max-width: 1270px) {
  .productionHeader-menu__link {
    white-space: normal;
    padding: 10px 0;
    color: #fff;
  }
}
.productionHeader-menu__link-inner {
  padding: 4px 12px 5px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1270px) {
  .productionHeader-menu__link-inner {
    padding: 0;
  }
}
.productionHeader-menu__item:hover .productionHeader-menu__link-inner, .productionHeader-menu__item._active .productionHeader-menu__link-inner {
  background-color: rgba(17, 17, 17, 0.1);
  color: #111;
}
@media (max-width: 1270px) {
  .productionHeader-menu__item:hover .productionHeader-menu__link-inner, .productionHeader-menu__item._active .productionHeader-menu__link-inner {
    background-color: transparent;
    color: #fff;
  }
}
.productionHeader-menu__arrow {
  border: 3px solid transparent;
  border-left: 4px solid #AAAAAA;
  margin: 2px -6px 0 7px;
}
@media (max-width: 1270px) {
  .productionHeader-menu__arrow {
    display: none;
  }
}
.productionHeader-menu__item:hover .productionHeader-menu__arrow, .productionHeader-menu__item._active .productionHeader-menu__arrow {
  border-left-color: #111;
}
.productionHeader-submenu {
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F4F4F4;
  transition: 0s linear 0.5s;
  font-size: 14px;
  line-height: 1.2;
  font-family: "DINPro", sans-serif;
  font-weight: 500;
}
@media (max-width: 1270px) {
  .productionHeader-submenu {
    display: none;
  }
}
.productionHeader-submenu-inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.productionHeader-submenu__item {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.productionHeader-submenu__link {
  padding: 8px 13px 10px 13px;
  display: block;
  color: #009F36;
}
.productionHeader-submenu__link-inner {
  padding: 4px 12px 5px 10px;
  border-radius: 15px;
}
.productionHeader-submenu__item:hover .productionHeader-submenu__link-inner, .productionHeader-submenu__item._active .productionHeader-submenu__link-inner {
  background-color: rgba(17, 17, 17, 0.1);
  color: #111;
}
.productionHeader-submenu._sub {
  background-color: #fff;
  text-align: center;
  transition: 0s linear 0.5s;
}
.productionHeader-submenu__item:hover .productionHeader-submenu._sub .productionHeader-submenu__link-inner, .productionHeader-submenu__item._active .productionHeader-submenu._sub .productionHeader-submenu__link-inner {
  background-color: transparent;
  color: #009F36;
}
.productionHeader-menu__item:hover .productionHeader-submenu:not(._sub), .productionHeader-menu__item._active .productionHeader-submenu:not(._sub), .productionHeader-submenu__item:hover .productionHeader-submenu, .productionHeader-submenu__item._active .productionHeader-submenu {
  z-index: 400;
  opacity: 1;
  visibility: visible;
  transition: visible 0s linear 0s, z-index 0s linear 0s, opacity 0s linear 0s;
}
.productionHeader-menu__item:hover .productionHeader-submenu:not(._sub), .productionHeader-submenu__item:hover .productionHeader-submenu {
  z-index: 500;
}
.productionHeader-menu__item._active .productionHeader-submenu, .productionHeader-submenu__item._active .productionHeader-submenu {
  transition: 0s linear 0.5s;
}
.productionHeader-menu._hovered .productionHeader-menu__item._active .productionHeader-submenu {
  z-index: -1;
  visibility: hidden;
}
.productionHeader-menu._hovered-delay .productionHeader-menu__item:hover .productionHeader-submenu:not(._sub), .productionHeader-menu._hovered-delay .productionHeader-menu__item._active .productionHeader-submenu:not(._sub), .productionHeader-menu._hovered-delay .productionHeader-submenu__item:hover .productionHeader-submenu, .productionHeader-menu._hovered-delay .productionHeader-submenu__item._active .productionHeader-submenu {
  transition: visible 0s linear 0s, z-index 0s linear 0.5s, opacity 0s linear 0.5s;
}
.productionHeader-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 350px) {
  .productionHeader-contacts {
    display: none;
  }
}
@media (max-width: mobileMin) {
  .productionHeader-contacts {
    display: none;
  }
}
.productionHeader-contacts-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.productionHeader-contacts__img {
  margin: 0 10px;
}
@media (max-width: 1270px) {
  .productionHeader-contacts__img {
    display: none;
  }
}
.productionHeader-contacts a {
  color: inherit;
}
.productionHeader-contacts-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.productionHeader-contacts-text__item {
  margin: 0 4px 0 0;
}
.productionHeader-burger {
  display: none;
  width: 56px;
  height: 36px;
  padding: 6px 16px;
  margin: 0 -16px 0 0;
  cursor: pointer;
}
@media (max-width: 1270px) {
  .productionHeader-burger {
    display: block;
  }
}
.productionHeader-burger:hover {
  opacity: 0.8;
}
.productionHeader-burger-inner {
  padding: 6px 3px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.productionHeader-burger__line {
  width: 100%;
  height: 2px;
  background-color: #009F36;
}

.mainPrevContent {
  max-width: 1340px;
  height: 650px;
  margin: 72px auto 78px auto;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1270px) {
  .mainPrevContent {
    margin: 0 auto 0 auto;
    border-radius: 0;
  }
}
.mainPrevContent__backMainPrevEnterp {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1270px) {
  .mainPrevContent__backMainPrevEnterp {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .mainPrevContent__backMainPrevEnterp {
    height: 400px;
  }
}
.mainPrevContent__enterpriseText {
  font-family: PTSerif;
  max-width: 852px;
  display: flex;
  margin: -16px auto 73px auto;
  text-align: center;
  padding: 0 20px 0 20px;
}
@media (max-width: 480px) {
  .mainPrevContent__enterpriseText {
    text-align: left;
  }
}
@media (max-width: 350px) {
  .mainPrevContent__enterpriseText {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: mobileMin) {
  .mainPrevContent__enterpriseText {
    font-size: 16px;
    line-height: 25px;
  }
}
.mainPrevContent__textContent {
  width: 100%;
  margin-top: -150px;
  position: relative;
}
.mainPrevContent .__blurEnterprise {
  width: 100%;
}
.mainPrevContent__prevLinearGradient {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  padding: 0 6.5px 73px 6.5px;
  background: linear-gradient(180deg, rgba(155, 154, 154, 0) -44%, #b0b0b0 40.25%, #EFEFEF 100%);
  border-radius: 5px;
}
@media (max-width: 1270px) {
  .mainPrevContent__prevLinearGradient {
    background: linear-gradient(180deg, rgba(155, 154, 154, 0) 0px, #E6E6E6 60px);
    border-radius: 0px;
  }
}
@media (max-width: 991px) {
  .mainPrevContent__prevLinearGradient {
    top: 45px;
  }
}
@media (max-width: 767px) {
  .mainPrevContent__prevLinearGradient {
    top: 80px;
    padding: 0 6.5px 64px 6.5px;
  }
}
@media (max-width: 350px) {
  .mainPrevContent__prevLinearGradient {
    padding: 0 6.5px 35px 6.5px;
  }
}
@media (max-width: mobileMin) {
  .mainPrevContent__prevLinearGradient {
    padding: 0 6.5px 35px 6.5px;
  }
}

.mobileBg {
  z-index: 0;
}
@media (max-width: 480px) {
  .mobileBg {
    background-color: #E6E6E6;
    position: absolute;
    left: 0;
    width: 4000px;
    height: 500px;
    padding: 20px 16px 64px 24px;
  }
}
@media (max-width: 350px) {
  .mobileBg {
    height: 580px;
  }
}
@media (max-width: mobileMin) {
  .mobileBg {
    height: 580px;
  }
}
@media (max-width: 300px) {
  .mobileBg {
    height: 645px;
  }
}
@media (max-width: mobileMinOutro) {
  .mobileBg {
    height: 645px;
  }
}

.smallVideo {
  width: 800px;
  max-height: 450px;
  margin: 0 auto 150px auto;
}
@media (max-width: 991px) {
  .smallVideo {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .smallVideo {
    margin: 0 auto 50px auto;
  }
}
.smallVideo .smallVideoContent {
  width: 800px;
  max-height: 450px;
}
@media (max-width: 991px) {
  .smallVideo .smallVideoContent {
    width: 100%;
  }
}

.careerAmazoneMainListContainer {
  max-width: 800px;
  margin: 0 auto 71px auto;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .careerAmazoneMainListContainer {
    margin: 0 auto 50px auto;
  }
}

.careerAmazoneLine {
  width: 800px;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .careerAmazoneLine {
    margin: 0 auto 0 -18px;
  }
}

.contactsContainer {
  display: flex;
  max-width: 800px;
  margin: 72px auto 57px auto;
}
@media (max-width: 767px) {
  .contactsContainer {
    margin: 52px auto 70px auto;
  }
}
@media (max-width: 400px) {
  .contactsContainer {
    margin: 52px auto 30px auto;
  }
}
.contactsContainer__amazoneCareerImg {
  width: 172px;
  height: 172px;
}
@media (max-width: 767px) {
  .contactsContainer__amazoneCareerImg {
    width: 72px;
    height: 72px;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 400px) {
  .contactsContainer__amazoneCareerImg {
    width: 48px;
    height: 48px;
    padding: 0;
  }
}
@media (max-width: 350px) {
  .contactsContainer__amazoneCareerImg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: mobileMin) {
  .contactsContainer__amazoneCareerImg {
    width: 28px;
    height: 28px;
  }
}
.contactsContainer__textContainer {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contactsContainer__textContainer {
    margin-top: 4px;
  }
}
@media (max-width: 400px) {
  .contactsContainer__textContainer {
    margin-top: -2px;
  }
}
.contactsContainer__textCareer {
  min-width: 600px;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0 24px 78px;
}
@media (max-width: 991px) {
  .contactsContainer__textCareer {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .contactsContainer__textCareer {
    margin: 10px 0 24px 16px;
  }
}
@media (max-width: 350px) {
  .contactsContainer__textCareer {
    margin: 0 0 24px 10px;
  }
}
@media (max-width: mobileMin) {
  .contactsContainer__textCareer {
    margin: 0 0 24px 10px;
  }
}
@media (max-width: 300px) {
  .contactsContainer__textCareer {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: mobileMinOutro) {
  .contactsContainer__textCareer {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .contactsContainer__textCareer {
    margin: 10px 0 14px 16px;
  }
}
@media (max-width: 350px) {
  .contactsContainer__textCareer {
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0 14px 8px;
  }
}
@media (max-width: mobileMin) {
  .contactsContainer__textCareer {
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0 14px 8px;
  }
}
@media (max-width: 300px) {
  .contactsContainer__textCareer {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: mobileMinOutro) {
  .contactsContainer__textCareer {
    font-size: 11px;
    line-height: 19px;
  }
}
.contactsContainer__textCareer span {
  font-weight: 400;
}
@media (max-width: 480px) {
  .contactsContainer__textCareer span {
    font-weight: 700;
  }
}
.contactsContainer__link {
  margin: 0 0 0 78px;
}
@media (max-width: 767px) {
  .contactsContainer__link {
    margin: 0 0 0 16px;
  }
}
@media (max-width: 350px) {
  .contactsContainer__link {
    margin: 0 0 0 8px;
  }
}
@media (max-width: mobileMin) {
  .contactsContainer__link {
    margin: 0 0 0 8px;
  }
}
.contactsContainer__span {
  font-weight: bold !important;
}
.contactsContainer__span-tel {
  color: #000000;
}

.productionAmazoneMainInfoContainer {
  max-width: 1140px;
  display: flex;
  margin: 0 auto 0 auto;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 1199px) {
  .productionAmazoneMainInfoContainer {
    display: block;
  }
}
@media (max-width: 767px) {
  .productionAmazoneMainInfoContainer__img {
    width: 48px;
    height: 48px;
    border-radius: 4.28571px;
  }
}
.productionAmazoneMainInfoContainer__img1, .productionAmazoneMainInfoContainer__img2, .productionAmazoneMainInfoContainer__img3 {
  display: flex;
  margin: 0 auto 43px auto;
}
.productionAmazoneMainInfoContainer__leftSideMainInfo {
  max-width: 300px;
  margin-right: 70px;
  padding: 0 20px 0 20px;
}
@media (max-width: 1199px) {
  .productionAmazoneMainInfoContainer__leftSideMainInfo {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
  }
}
@media (max-width: 767px) {
  .productionAmazoneMainInfoContainer__leftSideMainInfo {
    max-width: 358px;
  }
}
.productionAmazoneMainInfoContainer__middleSideMainInfo {
  max-width: 390px;
  margin-right: 40px;
  padding: 0 20px 0 20px;
}
@media (max-width: 1199px) {
  .productionAmazoneMainInfoContainer__middleSideMainInfo {
    max-width: 540px;
    display: flex;
    margin: 40px auto 40px auto;
  }
}
@media (max-width: 767px) {
  .productionAmazoneMainInfoContainer__middleSideMainInfo {
    max-width: 358px;
  }
}
.productionAmazoneMainInfoContainer__rightSideMainInfo {
  max-width: 340px;
  padding: 0 20px 0 20px;
}
@media (max-width: 1199px) {
  .productionAmazoneMainInfoContainer__rightSideMainInfo {
    max-width: 540px;
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .productionAmazoneMainInfoContainer__rightSideMainInfo {
    max-width: 358px;
  }
}
@media (max-width: 1199px) {
  .productionAmazoneMainInfoContainer__leftSideText, .productionAmazoneMainInfoContainer__middleSideText, .productionAmazoneMainInfoContainer__rightSideText {
    margin: 0 0 0 16px;
  }
}
@media (max-width: 300px) {
  .productionAmazoneMainInfoContainer__leftSideText, .productionAmazoneMainInfoContainer__middleSideText, .productionAmazoneMainInfoContainer__rightSideText {
    font-size: 13px;
  }
}
@media (max-width: mobileMinOutro) {
  .productionAmazoneMainInfoContainer__leftSideText, .productionAmazoneMainInfoContainer__middleSideText, .productionAmazoneMainInfoContainer__rightSideText {
    font-size: 13px;
  }
}
.productionAmazoneMainInfoContainer__line {
  display: none;
}
@media (max-width: 1199px) {
  .productionAmazoneMainInfoContainer__line {
    display: block;
    max-width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 40px 0 40px 0;
  }
}

.productionAmazoneMainText {
  max-width: 820px;
  margin: 112px auto 50px auto;
}
@media (max-width: 480px) {
  .productionAmazoneMainText {
    margin: 60px auto 60px auto;
  }
}
.productionAmazoneMainText__part1 {
  max-width: 800px;
}
.productionAmazoneMainText__part2Container {
  max-width: 820px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  margin: 35px 0 35px 0;
}
.productionAmazoneMainText__part2Container p:first-child, .productionAmazoneMainText__part2Container__part2LeftSide {
  max-width: 330px;
  margin: 0 40px 0 0;
}
@media (max-width: 991px) {
  .productionAmazoneMainText__part2Container p:first-child, .productionAmazoneMainText__part2Container__part2LeftSide {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.productionAmazoneMainText__part2Container p:last-child, .productionAmazoneMainText__part2Container__part2RightSide {
  max-width: 450px;
  margin: 0;
}
@media (max-width: 991px) {
  .productionAmazoneMainText__part2Container p:last-child, .productionAmazoneMainText__part2Container__part2RightSide {
    width: auto;
  }
}
@media (max-width: 991px) {
  .productionAmazoneMainText__part2Container {
    display: block;
  }
}

.amazoneBtn {
  width: 163px;
  display: flex;
  margin: 27px auto 0 auto;
  padding: 2px 24px 3px 24px;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 1199px) {
  .amazoneBtn {
    margin: 27px 0 0 16px;
  }
}

.factoryHistoryCard {
  max-width: 900px;
  margin: 0 auto 15px auto;
  position: relative;
}
.factoryHistoryCard:last-child {
  margin: 0 auto;
}
.factoryHistoryCard__imgHistoryCard1, .factoryHistoryCard__imgHistoryCard2 {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  max-width: 1340px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .factoryHistoryCard__imgHistoryCard1, .factoryHistoryCard__imgHistoryCard2 {
    display: none;
  }
}
.factoryHistoryCard__imgHistoryCard1 {
  height: 180px;
}
.factoryHistoryCard__imgHistoryCard2 {
  height: 200px;
}
.factoryHistoryCard__historyText {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 991px) {
  .factoryHistoryCard__historyText {
    padding: 8px 16px 26px 24px;
  }
}
.factoryHistoryCard__historyText2 {
  max-width: 526px;
}
.factoryHistoryCard__historyText3 {
  max-width: 657px;
}
.factoryHistoryCard__historyText5 {
  max-width: 606px;
}
.factoryHistoryCard__historyText7 {
  max-width: 644px;
}
@media (max-width: 991px) {
  .factoryHistoryCard__historyText7 {
    padding: 8px 16px 0 24px;
  }
}
.factoryHistoryCard_specialCard {
  width: 900px;
  height: 180px;
  background-repeat: no-repeat;
}
.factoryHistoryCard_specialCard1 {
  width: 1340px;
  height: 180px;
  background-image: url("../images/specialCardImg1.jpg");
  background-repeat: no-repeat;
}
.factoryHistoryCard_specialCard2 {
  width: 1340px;
  height: 180px;
  background-image: url("../images/specialCardImg2.jpg");
  background-repeat: no-repeat;
}
.factoryHistoryCard__historyList {
  margin-top: 0;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .factoryHistoryCard__historyList {
    padding: 8px 16px 26px 46px;
  }
}
.factoryHistoryCard__historyList1 {
  max-width: 567px;
}
.factoryHistoryCard__historyList2 {
  max-width: 580px;
}
.factoryHistoryCard__historyList3 {
  max-width: 615px;
}
.factoryHistoryCard__historyList4 {
  max-width: 655px;
}
.factoryHistoryCard__historyList5 {
  max-width: 652px;
}
.factoryHistoryCard__historyList6 {
  max-width: 584px;
}
.factoryHistoryCard__historyList7 {
  max-width: 670px;
}
@media (max-width: 991px) {
  .factoryHistoryCard__historyList7 {
    padding: 8px 16px 0 46px;
  }
}
.factoryHistoryCard p {
  padding: 0 !important;
  margin: 0;
}
.factoryHistoryCard__olList {
  list-style: decimal;
  margin-left: 42px;
  max-width: 617px;
}
@media (max-width: 991px) {
  .factoryHistoryCard__olList {
    padding: 0 0 26px 0;
  }
}
.factoryHistoryCard__historyDate {
  margin-right: 26px;
  margin-left: 48px;
}
@media (max-width: 991px) {
  .factoryHistoryCard__historyDate {
    padding: 4px 8px 4px 24px;
    background-color: #F17000;
    max-width: 147px;
    color: #fff;
    margin-left: 0;
  }
}
.factoryHistoryCard__historyDate1 {
  width: 330px;
  margin-right: 34px;
}
.factoryHistoryCard__historyDate2, .factoryHistoryCard__historyDate3, .factoryHistoryCard__historyDate5, .factoryHistoryCard__historyDate8, .factoryHistoryCard__historyDate10, .factoryHistoryCard__historyDate15 {
  width: 135px;
}
.factoryHistoryCard__historyDate4, .factoryHistoryCard__historyDate6, .factoryHistoryCard__historyDate7, .factoryHistoryCard__historyDate9, .factoryHistoryCard__historyDate11, .factoryHistoryCard__historyDate12, .factoryHistoryCard__historyDate13, .factoryHistoryCard__historyDate14 {
  width: 134px;
}
.factoryHistoryCard__text-container {
  display: flex;
}
@media (max-width: 991px) {
  .factoryHistoryCard__text-container {
    display: block;
    margin-top: 26px;
  }
}
.factoryHistoryCard__line {
  max-width: 900px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 14px auto 14px auto;
}

.factoryHistoryCard5,
.factoryHistoryCard10 {
  max-width: 1340px;
  height: 180px;
  margin: 33px auto 33px auto;
}

@media (max-width: 991px) {
  .factoryHistoryCard5 {
    height: 196px;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .factoryHistoryCard10 {
    height: 116px;
    margin: 0;
  }
}

._specialHistoryText1,
._specialHistoryText2 {
  max-width: 485px;
}

._middleTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 350px) {
  ._middleTitle {
    font-size: 25px;
    line-height: 28px;
  }
}
@media (max-width: mobileMin) {
  ._middleTitle {
    font-size: 25px;
    line-height: 28px;
  }
}

.sequencingContainer {
  margin-bottom: 110px;
}
@media (max-width: 480px) {
  .sequencingContainer {
    margin-bottom: 55px;
  }
}
@media (max-width: 350px) {
  .sequencingContainer {
    margin-bottom: 0;
  }
}
@media (max-width: mobileMin) {
  .sequencingContainer {
    margin-bottom: 0;
  }
}
.sequencingContainer__title {
  max-width: 797px;
  margin: 0 auto 28px auto;
}
@media (max-width: 480px) {
  .sequencingContainer__title {
    margin-top: -70px !important;
    padding: 0 10px 0 10px;
  }
}
.sequencingContainer__text {
  max-width: 800px;
  margin: 0 auto 150px auto;
  color: rgb(17, 17, 17);
}

.labMainText {
  max-width: 923px;
  text-align: center;
  margin: 0 auto -27px auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .labMainText {
    max-height: 448px;
    padding: 0 10px 20px 10px;
    text-align: left;
    margin-top: 72px;
  }
}
@media (max-width: 350px) {
  .labMainText {
    max-height: 552px;
  }
}
@media (max-width: mobileMin) {
  .labMainText {
    max-height: 552px;
  }
}
@media (max-width: 300px) {
  .labMainText {
    max-height: 606px;
  }
}
@media (max-width: mobileMinOutro) {
  .labMainText {
    max-height: 606px;
  }
}

.labText {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .labText {
    padding: 0 10px 0 10px;
  }
}

p .sequencingText {
  margin-bottom: 150px !important;
}

.serviceListContainer {
  max-width: 800px;
  margin: 0 auto 102px auto;
}
@media (max-width: 767px) {
  .serviceListContainer {
    margin: 0 auto;
  }
}

.listOfServProvided {
  max-width: 100%;
  background: #F4F4F4;
  margin: 0 30px 0 30px;
}
@media (max-width: 991px) {
  .listOfServProvided {
    background: none;
  }
}
.listOfServProvided__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 95px 0 98px 0;
}
@media (max-width: 767px) {
  .listOfServProvided__inner {
    padding: 95px 0 0 0;
  }
}
.listOfServProvided__title {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .listOfServProvided__title {
    line-height: 32px;
  }
}
.listOfServProvided__listOfServices {
  margin-left: 52px;
}
@media (max-width: 480px) {
  .listOfServProvided__listOfServices {
    margin-left: 0;
  }
}
.listOfServProvided__itemOfServices {
  display: flex;
  height: 50px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .listOfServProvided__itemOfServices {
    margin-bottom: 40px;
  }
}
@media (max-width: 300px) {
  .listOfServProvided__itemOfServices {
    margin-bottom: 25px;
  }
}
@media (max-width: mobileMinOutro) {
  .listOfServProvided__itemOfServices {
    margin-bottom: 25px;
  }
}
.listOfServProvided__itemImg {
  width: 50px;
  height: 50px;
}
@media (max-width: 480px) {
  .listOfServProvided__itemImg {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 300px) {
  .listOfServProvided__itemImg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: mobileMinOutro) {
  .listOfServProvided__itemImg {
    width: 28px;
    height: 28px;
  }
}
.listOfServProvided__itemText {
  margin: 0 0 0 30px;
}
@media (max-width: 480px) {
  .listOfServProvided__itemText {
    margin: 0 0 0 18px;
  }
}
@media (max-width: 350px) {
  .listOfServProvided__itemText {
    margin: 0 0 0 10px;
  }
}
@media (max-width: mobileMin) {
  .listOfServProvided__itemText {
    margin: 0 0 0 10px;
  }
}
.listOfServProvided__itemText-1, .listOfServProvided__itemText-3 {
  margin: 13px 0 0 30px;
}
@media (max-width: 480px) {
  .listOfServProvided__itemText-1, .listOfServProvided__itemText-3 {
    margin: 13px 0 0 18px;
  }
}
@media (max-width: 350px) {
  .listOfServProvided__itemText-1, .listOfServProvided__itemText-3 {
    margin: 13px 0 0 10px;
  }
}
@media (max-width: mobileMin) {
  .listOfServProvided__itemText-1, .listOfServProvided__itemText-3 {
    margin: 13px 0 0 10px;
  }
}
@media (max-width: 300px) {
  .listOfServProvided__itemText-1, .listOfServProvided__itemText-3 {
    margin: 2px 0 0 10px;
  }
}
@media (max-width: mobileMinOutro) {
  .listOfServProvided__itemText-1, .listOfServProvided__itemText-3 {
    margin: 2px 0 0 10px;
  }
}
.listOfServProvided__itemText-2 {
  max-width: 380px;
}
@media (max-width: 480px) {
  .listOfServProvided__itemText-2 {
    margin: -14px 0 0 18px;
  }
}
@media (max-width: 350px) {
  .listOfServProvided__itemText-2 {
    margin: -10px 0 0 10px;
  }
}
@media (max-width: mobileMin) {
  .listOfServProvided__itemText-2 {
    margin: -10px 0 0 10px;
  }
}
.listOfServProvided__itemText-4 {
  max-width: 380px;
}
.listOfServProvided__text {
  max-width: 100%;
  margin: 0 auto;
}
.listOfServProvided__smallTitle {
  margin-bottom: 27px;
}

.serviceTopLine {
  display: none;
  width: 800px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 60px auto 0 auto;
}
@media (max-width: 767px) {
  .serviceTopLine {
    display: block;
  }
}

.line {
  width: 800px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}

.serviceLine {
  margin: 0 auto;
}

.mapContainer {
  max-width: 1172px;
  padding: 0 15px;
  margin: 0 auto 234px auto;
}
@media (max-width: 1199px) {
  .mapContainer {
    margin: 70px auto 50px auto;
  }
}
.mapContainer__line {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .mapContainer__line {
    width: 270px;
    margin: 0 auto 50px auto;
  }
}
.mapContainer__line:nth-child(1n), .mapContainer__line:nth-child(2n), .mapContainer__line:nth-child(3n) {
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .mapContainer__line:nth-child(1n), .mapContainer__line:nth-child(2n), .mapContainer__line:nth-child(3n) {
    margin: 0 auto 50px auto;
  }
}
.mapContainer__line:nth-child(4n) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mapContainer__line:nth-child(4n) {
    margin: 0 auto 50px auto;
  }
}
.mapContainer__line:nth-child(5n) {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .mapContainer__line:nth-child(5n) {
    margin: 0 auto 50px auto;
  }
}
.mapContainer__line:last-child {
  margin-bottom: 0;
}
.mapContainer__mapLink {
  font-size: 14px;
  min-height: 57px;
  margin: 46px 30px 0 0;
  vertical-align: top;
}
.mapContainer__mapLink:last-child {
  margin: 40px 0 0 0;
}
@media (max-width: 1199px) {
  .mapContainer__mapLink {
    display: none;
  }
}
.mapContainer__designator {
  display: flex;
  z-index: 150;
  align-items: center;
}
.mapContainer__titleWrapper {
  display: flex;
  width: 266px;
  align-items: center;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.mapContainer__titleMap {
  margin: 4px 0 0 16px;
  width: 150px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  flex-shrink: 0;
}
.mapContainer__titleMap:first-child {
  margin: -4px 0 0 16px;
}
.mapContainer__titleMap:nth-child(3n) {
  margin: 8px 0 0 16px;
}
.mapContainer__titleMap2 {
  width: 200px;
}
.mapContainer__titleMap3 {
  margin: 0 20px 0 16px;
  line-height: 30px;
}
.mapContainer__mapLink5 {
  width: 78px;
}
.mapContainer__mapLink6 {
  width: 71px;
}
.mapContainer__mapLink7 {
  width: 66px;
}
.mapContainer__mapLink9 {
  width: 68px;
}
.mapContainer__mapLink10 {
  width: 87px;
}
.mapContainer__mapLink11 {
  width: 93px;
}
.mapContainer__mapLink12 {
  width: 91px;
}
.mapContainer__mapLink13 {
  width: 68px;
}
.mapContainer__mapLink14 {
  width: 64px;
}
.mapContainer__mapLink15 {
  width: 198px;
}

.siteMapMainImgContainer {
  position: absolute;
  bottom: -159px;
  left: 50%;
  transform: translateX(-560px);
  z-index: 50;
}
@media (max-width: 1199px) {
  .siteMapMainImgContainer {
    display: none;
  }
}

.errorImgContainer {
  width: 489px;
  margin: 50px auto 42px auto;
}
@media (max-width: 480px) {
  .errorImgContainer {
    width: 271px;
    height: 130px;
    margin: 60px auto 50px auto;
  }
}
@media (max-width: 480px) {
  .errorImgContainer__img {
    width: 271px;
    height: 130px;
  }
}

.errorPageMainText {
  max-width: 928px;
  margin: 0 auto;
  padding: 0 37px;
  text-align: center;
  line-height: 30px;
}

.errorPageLine {
  width: 1140px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 60px auto 54px auto;
}
@media (max-width: 480px) {
  .errorPageLine {
    display: none;
  }
}

.warehouseLine {
  margin: 0 auto 40px auto;
}

.mainContentWarehouse {
  margin: 70px auto 0 auto;
}
.mainContentWarehouse__locationOfWarehouseLine {
  display: flex;
  margin: 0 0 42px 0;
}
.mainContentWarehouse__locationOfWarehouseLine:last-child {
  margin: 0 0 0 0;
}
.mainContentWarehouse__locationOfWarehousesContent {
  margin: 62px 0 166px 0;
}
@media (max-width: 480px) {
  .mainContentWarehouse__locationOfWarehousesContent {
    margin: 62px 0 40px 0;
  }
}
.mainContentWarehouse__locationOfWarehouseText {
  margin-left: 24px;
}
@media (max-width: 480px) {
  .mainContentWarehouse__locationOfWarehouseText {
    margin-left: 16px;
  }
}
.mainContentWarehouse__locationOfWarehouseTitle {
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .mainContentWarehouse__locationOfWarehouseTitle {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
  }
}
.mainContentWarehouse__locationOfWrehouseImg {
  width: 48px;
  height: 48px;
}
.mainContentWarehouse__address {
  max-width: 600px;
}
@media (max-width: 480px) {
  .mainContentWarehouse__address {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}

.mobileContainer {
  max-width: 848px;
  margin: 0 auto;
  padding: 0 24px;
}

.postSliderContainer {
  max-width: 1400px;
  width: 100%;
  margin: 105px auto 72px auto;
}
@media (max-width: 991px) {
  .postSliderContainer {
    margin: 55px auto 0 16px;
  }
}
@media (max-width: 767px) {
  .postSliderContainer__slideNavContainer {
    padding-right: 16px;
  }
}
.postSliderContainer__slideToShow {
  max-width: 100%;
  height: 600px;
  margin: 0 auto 50px auto;
}
@media (max-width: 767px) {
  .postSliderContainer__slideToShow {
    margin: 0 12px 20px 0;
    width: calc(100% - 40px);
    height: 240px;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .postSliderContainer__slideToShow .slick-list {
    overflow: visible;
  }
}
.postSliderContainer__slideNav {
  padding-left: 50px;
}
.postSliderContainer__slideNav .slick-prev {
  left: -50px;
}
@media (max-width: 767px) {
  .postSliderContainer__slideNav {
    display: none;
  }
}
.postSliderContainer__slideNav .slick-disabled {
  opacity: 0.1;
}
.postSliderContainer__slideNav .slick-current {
  position: relative;
}
.postSliderContainer__slideNav .slick-current:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 8px solid rgb(0, 159, 54);
  z-index: 20;
}
@media (max-width: 767px) {
  .postSliderContainer__slideNav .slick-current:before {
    display: none;
  }
}
.postSliderContainer__slideNav._smallSlider {
  padding-left: 0;
}
.postSliderContainer__slideNav._smallSlider .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.postSliderContainer__slideNav._smallSlider .slick-arrow {
  display: none !important;
}
.postSliderContainer__slideNavContainerSlideToShow {
  display: flex;
  min-width: 900px;
  min-height: 550px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.postSliderContainer__slideNavContainerSlideToShowImg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .postSliderContainer__slideNavContainerSlideToShowImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
}
.postSliderContainer__slideNav .postSliderContainer__slideNavContainer {
  height: 200px;
}
@media (max-width: 767px) {
  .postSliderContainer__slideNav .postSliderContainer__slideNavContainer {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .postSliderContainer__video-tag {
    border-radius: 4px;
    max-width: 320px;
    max-height: 240px;
  }
}
.postSliderContainer__video-tagSlideToShow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .postSliderContainer__video-tagSlideToShow {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .newsPostContainer {
    display: flex;
    flex-direction: column-reverse;
  }
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  border: none;
  width: 50px;
  height: 200px;
  top: 0%;
}

.slick-prev {
  left: 0;
  background: rgb(255, 255, 255);
}

.slick-next {
  right: 0;
  background: rgb(255, 255, 255);
}

.news-list__description {
  width: 520px;
  line-height: 30px;
}
.news-list__description .description__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .news-list__description {
    max-width: 452px;
  }
}
@media (max-width: 767px) {
  .news-list__description {
    width: auto;
  }
}

._description-banner {
  margin: 14px 0 25px 0;
}

.contacts-regions-titles__item {
  font-size: 45px;
}

._mostMainPrevContentLinearGradient {
  height: auto;
}

._mostMainPrevContent {
  height: 887px;
  margin: 70px auto 70px auto;
}
@media (max-width: 1270px) {
  ._mostMainPrevContent {
    height: 845px;
    margin: 0 auto 70px auto;
  }
}
@media (max-width: 1199px) {
  ._mostMainPrevContent {
    height: 780px;
  }
}
@media (max-width: 767px) {
  ._mostMainPrevContent {
    height: 702px;
  }
}
@media (max-width: 480px) {
  ._mostMainPrevContent {
    height: 1020px;
  }
}
@media (max-width: 400px) {
  ._mostMainPrevContent {
    height: 1184px;
  }
}
@media (max-width: 350px) {
  ._mostMainPrevContent {
    height: 1000px;
  }
}
@media (max-width: mobileMin) {
  ._mostMainPrevContent {
    height: 1000px;
  }
}
@media (max-width: 300px) {
  ._mostMainPrevContent {
    height: 1042px;
  }
}
@media (max-width: mobileMinOutro) {
  ._mostMainPrevContent {
    height: 1042px;
  }
}

@media (max-width: 400px) {
  ._mostMainPrevContentWarehouse {
    height: 1060px;
  }
}
@media (max-width: 350px) {
  ._mostMainPrevContentWarehouse {
    height: 868px;
    margin: 0 auto 135px auto;
  }
}
@media (max-width: mobileMin) {
  ._mostMainPrevContentWarehouse {
    height: 868px;
    margin: 0 auto 135px auto;
  }
}
@media (max-width: 300px) {
  ._mostMainPrevContentWarehouse {
    height: 1000px;
    margin: 0 auto 65px auto;
  }
}
@media (max-width: mobileMinOutro) {
  ._mostMainPrevContentWarehouse {
    height: 1000px;
    margin: 0 auto 65px auto;
  }
}

._breadcrumbsChanges {
  width: 177px;
  display: flex;
  margin: 30px auto 0 auto;
  padding: 0;
}
@media (max-width: 480px) {
  ._breadcrumbsChanges {
    margin: 10px auto 0 auto;
  }
}
._breadcrumbsChanges .breadcrumbs-inner {
  font-size: 14px;
  background-color: rgba(224, 224, 224, 0.7);
  border-radius: 34px;
  padding: 3px 8px 4px 8px;
}
._breadcrumbsChanges .breadcrumbs-inner .breadcrumbs__itemChanges:first-child .breadcrumbs__link {
  color: #F17000;
}
._breadcrumbsChanges .breadcrumbs-inner .breadcrumbs__itemChanges .breadcrumbs__link {
  color: #666666;
}

._mostMainPrevContentText {
  max-width: 1050px;
}

._breadcrumbsChangesBig {
  width: 175px;
}

._mostBreadCrumbsChangesBig {
  width: 217px;
}
@media (max-width: 1270px) {
  ._mostBreadCrumbsChangesBig {
    width: 219px;
  }
}

._listServText {
  font-family: DINPro;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 480px) {
  ._listServText {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 350px) {
  ._listServText {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: mobileMin) {
  ._listServText {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 300px) {
  ._listServText {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: mobileMinOutro) {
  ._listServText {
    font-size: 15px;
    line-height: 20px;
  }
}

._smallTitle {
  font-family: "DINPro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 480px) {
  ._smallTitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
  }
}
@media (max-width: 300px) {
  ._smallTitle {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: mobileMinOutro) {
  ._smallTitle {
    font-size: 25px;
    line-height: 32px;
  }
}

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

._mainBtn {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  background-color: #009F36;
  padding: 5.5px 15px 8.5px 15px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  ._mainBtn {
    font-size: 10px;
    font-weight: 400;
  }
}
@media (max-width: 400px) {
  ._mainBtn {
    font-size: 9px;
    padding: 4.5px 8px 6.5px 8px;
  }
}
@media (max-width: 300px) {
  ._mainBtn {
    font-size: 8px;
    padding: 4.5px 4px 6.5px 4px;
  }
}
@media (max-width: mobileMinOutro) {
  ._mainBtn {
    font-size: 8px;
    padding: 4.5px 4px 6.5px 4px;
  }
}

._contactsContainerWarehouseModifier {
  margin-bottom: 158px;
}
@media (max-width: 480px) {
  ._contactsContainerWarehouseModifier {
    margin-bottom: 80px;
  }
}

._contactsContainerTextModifier {
  max-height: 80px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  ._contactsContainerTextModifier {
    margin-top: 10px;
  }
}
@media (max-width: 360px) {
  ._contactsContainerTextModifier {
    margin-top: 0;
  }
}

._catalogSeedersBtn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 20px 0 80px 0;
  padding: 7px 15px 8px 15px;
}
@media (max-width: 400px) {
  ._catalogSeedersBtn {
    margin: 20px 0 40px 0;
  }
}
@media (max-width: 350px) {
  ._catalogSeedersBtn {
    max-width: 223px;
    padding: 5.5px 8px 8.5px 8px;
    font-size: 12px;
  }
}
@media (max-width: mobileMin) {
  ._catalogSeedersBtn {
    max-width: 223px;
    padding: 5.5px 8px 8.5px 8px;
    font-size: 12px;
  }
}

._catalogSeedersBtnLogo {
  margin: 2px 6px 0 0;
}
@media (max-width: 300px) {
  ._catalogSeedersBtnLogo {
    margin: 2px 4px 0 0;
  }
}
@media (max-width: mobileMinOutro) {
  ._catalogSeedersBtnLogo {
    margin: 2px 4px 0 0;
  }
}

._catalogSections-subSections__text-1,
._catalogSections-subSections__text-2 {
  width: 742px;
}
@media (max-width: 1270px) {
  ._catalogSections-subSections__text-1,
._catalogSections-subSections__text-2 {
    width: 100%;
  }
}

@media (max-width: 350px) {
  ._catalogSections-subSections__text-1 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: mobileMin) {
  ._catalogSections-subSections__text-1 {
    font-size: 16px;
    line-height: 21px;
  }
}

._mainContacts {
  padding: 0;
}

._catalogSections__img-tag-1 {
  max-width: 489px;
  max-height: 324px;
  position: absolute;
}

._catalogSections__img-tag-2 {
  max-width: 556px;
  max-height: 371px;
  position: absolute;
}

._catalogSections__img-tag-3 {
  max-width: 556px;
  max-height: 371px;
  position: absolute;
}

@media (max-width: 480px) {
  ._labContainerMobileTop {
    max-height: 640px;
  }
}

._partnersInfoText2 {
  margin: 58px 0 0 70px;
}
@media (max-width: 767px) {
  ._partnersInfoText2 {
    margin: 58px auto 0 auto;
  }
}

._partnersInfoText3 {
  margin: 0 0 0 55px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  ._partnersInfoText3 {
    margin: 58px auto 0 auto;
  }
}

@media (max-width: 991px) {
  ._mainPrevContentProdAmazone {
    height: 578px;
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 767px) {
  ._mainPrevContentProdAmazone {
    height: 500px;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 480px) {
  ._mainPrevContentProdAmazone {
    height: 691px;
    margin: 0 auto 105px auto;
  }
}
@media (max-width: 400px) {
  ._mainPrevContentProdAmazone {
    margin: 0 auto 160px auto;
  }
}
@media (max-width: 350px) {
  ._mainPrevContentProdAmazone {
    height: 650px;
    margin: 0 auto 100px auto;
  }
}
@media (max-width: mobileMin) {
  ._mainPrevContentProdAmazone {
    height: 650px;
    margin: 0 auto 100px auto;
  }
}
@media (max-width: 300px) {
  ._mainPrevContentProdAmazone {
    height: 630px;
    margin: 0 auto 150px auto;
  }
}
@media (max-width: mobileMinOutro) {
  ._mainPrevContentProdAmazone {
    height: 630px;
    margin: 0 auto 150px auto;
  }
}

@media (max-width: 991px) {
  ._mainPrevContentCareerAmazone {
    height: 580px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 767px) {
  ._mainPrevContentCareerAmazone {
    height: 478px;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 480px) {
  ._mainPrevContentCareerAmazone {
    height: 664px;
    margin: 0 auto 90px auto;
  }
}
@media (max-width: 400px) {
  ._mainPrevContentCareerAmazone {
    height: 736px;
    margin: 0 auto 52px auto;
  }
}
@media (max-width: 350px) {
  ._mainPrevContentCareerAmazone {
    height: 635px;
    margin: 0 auto 72px auto;
  }
}
@media (max-width: mobileMin) {
  ._mainPrevContentCareerAmazone {
    height: 635px;
    margin: 0 auto 72px auto;
  }
}

@media (max-width: 480px) {
  ._mainService {
    padding: 0;
  }
}

@media (max-width: 991px) {
  ._mainPrevContentEnterpriseToday {
    height: 610px;
    margin: 0 auto 74px auto;
  }
}
@media (max-width: 767px) {
  ._mainPrevContentEnterpriseToday {
    height: 505px;
  }
}
@media (max-width: 480px) {
  ._mainPrevContentEnterpriseToday {
    height: 720px;
    margin: 0 auto 80px auto;
  }
}
@media (max-width: 400px) {
  ._mainPrevContentEnterpriseToday {
    height: 825px;
    margin: 0 auto 52px auto;
  }
}
@media (max-width: 350px) {
  ._mainPrevContentEnterpriseToday {
    height: 693px;
  }
}
@media (max-width: mobileMin) {
  ._mainPrevContentEnterpriseToday {
    height: 693px;
  }
}
@media (max-width: 300px) {
  ._mainPrevContentEnterpriseToday {
    height: 740px;
  }
}
@media (max-width: mobileMinOutro) {
  ._mainPrevContentEnterpriseToday {
    height: 740px;
  }
}

._mobileContainerEnterpriseToday {
  padding: 44px 24px;
}
@media (max-width: 991px) {
  ._mobileContainerEnterpriseToday {
    padding: 0 24px;
  }
}

._smallVideoBgMobile {
  margin: 0 auto 80px auto;
}
@media (max-width: 480px) {
  ._smallVideoBgMobile {
    width: 100%;
    height: 320px;
    background: #666666;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  ._smallVideoBgMobile {
    height: 250px;
  }
}
@media (max-width: 300px) {
  ._smallVideoBgMobile {
    height: 200px;
  }
}
@media (max-width: mobileMinOutro) {
  ._smallVideoBgMobile {
    height: 200px;
  }
}

._mainEnterpriseToday,
._mainFactoryHistory {
  padding: 0;
}

._ordinaryTitlePartners {
  margin: 0 0 5px 0 !important;
}

._partnersSectionsPart1 {
  padding: 84px 15px 88px 15px;
}

._partnersSectionsPart2 {
  margin: 0 auto;
}

._smallVideoBgMobileHistory {
  margin: 0 auto 60px auto;
}
@media (max-width: 991px) {
  ._smallVideoBgMobileHistory {
    margin: 0 auto 0 auto;
  }
}

._partnersSectionsPart3 {
  padding: 70px 15px 0 15px;
}

._mobileContainerServiceMode {
  margin: 92px auto 70px auto;
}
@media (max-width: 767px) {
  ._mobileContainerServiceMode {
    margin: 40px auto 52px auto;
  }
}

._newsPostWithSlider {
  margin: 65px auto 105px auto;
}
@media (max-width: 767px) {
  ._newsPostWithSlider {
    margin: 0 auto 105px auto;
    padding: 0 16px 0 16px;
    overflow: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  ._newsPostWithSlider {
    margin: 0 auto 80px auto;
  }
}

._specialHistoryTextContainer {
  padding-top: 40px;
}
@media (max-width: 991px) {
  ._specialHistoryTextContainer {
    padding-top: 0;
  }
}

._specialInfoContainer {
  max-width: 900px;
  margin: 0 auto;
}

._mainPrevContentFactoryHistory {
  height: 620px;
}
@media (max-width: 1270px) {
  ._mainPrevContentFactoryHistory {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  ._mainPrevContentFactoryHistory {
    height: 670px;
  }
}
@media (max-width: 991px) {
  ._mainPrevContentFactoryHistory {
    height: 600px;
  }
}
@media (max-width: 767px) {
  ._mainPrevContentFactoryHistory {
    height: 500px;
  }
}
@media (max-width: 480px) {
  ._mainPrevContentFactoryHistory {
    height: 725px;
  }
}
@media (max-width: 400px) {
  ._mainPrevContentFactoryHistory {
    height: 762px;
  }
}
@media (max-width: 350px) {
  ._mainPrevContentFactoryHistory {
    height: 655px;
  }
}
@media (max-width: mobileMin) {
  ._mainPrevContentFactoryHistory {
    height: 655px;
  }
}
@media (max-width: 300px) {
  ._mainPrevContentFactoryHistory {
    height: 696px;
  }
}
@media (max-width: mobileMinOutro) {
  ._mainPrevContentFactoryHistory {
    height: 696px;
  }
}

._slideNavItem {
  margin-right: 25px;
}

@media (max-width: 991px) {
  ._factoryHistoryContainer {
    padding: 0;
  }
}

._factoryHistoryMobileLine {
  display: none;
}
@media (max-width: 991px) {
  ._factoryHistoryMobileLine {
    display: block;
  }
}

._factoryHistoryDateOther {
  width: 136px;
}

._header-sub-link-active {
  color: rgb(17, 17, 17);
}

._labSmallVideo {
  margin: 0 auto 95px auto;
}
@media (max-width: 480px) {
  ._labSmallVideo {
    margin: 0 auto 52px auto;
  }
}
@media (max-width: 350px) {
  ._labSmallVideo {
    margin: 105px auto 52px auto;
  }
}
@media (max-width: mobileMin) {
  ._labSmallVideo {
    margin: 105px auto 52px auto;
  }
}
@media (max-width: 300px) {
  ._labSmallVideo {
    margin: 166px auto 52px auto;
  }
}
@media (max-width: mobileMinOutro) {
  ._labSmallVideo {
    margin: 166px auto 52px auto;
  }
}

._OutroVehiclesColor {
  background-color: #F17000;
  transition: all 0.4s;
}
._OutroVehiclesColor:hover {
  background-color: #fc8523;
}

._potatoCultivation {
  background-color: #C11924;
  transition: all 0.4s;
}
._potatoCultivation:hover {
  background-color: #ea2b36;
}