/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  height: 100%;
}

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

a {
  color: #06A5DA;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  text-decoration: none;
}

body {
  position: relative;
  color: #164884;
  max-width: 2200px;
  margin: 0 auto;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/assets/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 44px; /* 3 */
  padding-right: 44px; /* 3 */
  width: 100%; /* 1 */
}
@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w100 {
  width: 100%;
}

.visible-in-mobile {
  display: block;
}
@media (min-width: 1300px) {
  .visible-in-mobile {
    display: none;
  }
}

.hidden {
  display: none !important;
}

.x-scroll-wrapper {
  overflow-x: scroll;
  scrollbar-width: none;
}

.x-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
}

/**
 * Basic typography style for copy text
 */
body {
  font: normal 16px/24px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1 {
  font: normal 49px/63px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

h1.big {
  font: normal 66px/72px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  font: normal 40px/52px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  font: normal 30px/42px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

h4 {
  font: normal 22px/28px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

h5 {
  font: normal 16px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #06A5DA;
  text-transform: uppercase;
  padding: 0;
}

h5.base {
  font: normal 16px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #164884;
  text-transform: none;
  padding: 0;
}

p {
  font: normal 14px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.lg {
  font: normal 16px/24px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.md {
  font: normal 14px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.sm {
  font: normal 12px/18px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.text-blue {
  color: #06A5DA;
}

ul {
  list-style-image: url("/assets/images/bullet.svg");
  padding-left: 20px;
}

li {
  padding-left: 10px;
  margin-bottom: 6px;
}

.pane-title {
  font: normal 18px/24px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-0 {
  margin-top: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

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

.mt-50 {
  margin-top: 50px;
}

.footer {
  position: relative;
  background-color: #16355A;
  overflow: hidden;
  padding-top: 72px;
  min-height: 363px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .footer {
    min-height: 371px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding-top: 45px;
    padding-bottom: 56px;
  }
}
.footer__logo {
  width: 193px;
  height: 46px;
  background-image: url("/assets/images/logo-footer.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .footer__logo {
    grid-column: span 2;
  }
}
.footer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .footer__flex {
    row-gap: 60px;
  }
}
@media (max-width: 750px) {
  .footer__flex {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .footer__flex {
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-bottom: 50px;
  }
}
.footer__nav {
  position: relative;
  z-index: 10;
  max-width: min-content;
  width: 100%;
}
@media (max-width: 750px) {
  .footer__nav {
    max-width: unset;
  }
}
.footer__nav ul {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, min-content);
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 22px 20px;
}
@media (max-width: 992px) {
  .footer__nav ul {
    gap: 10px 50px;
  }
}
@media (max-width: 576px) {
  .footer__nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
  }
}
@media (max-width: 576px) {
  .footer__nav ul li:first-child > a {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .footer__nav ul li:nth-child(2) > a {
    margin-bottom: 15px;
  }
}
.footer__nav .footer__list {
  padding-left: 0;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.footer__nav .footer__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 576px) {
  .footer__nav .footer__list li:first-child > a {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .footer__nav .footer__list li:nth-child(2) > a {
    margin-bottom: 0;
  }
}
.footer__nav .footer__list li::before {
  content: "";
  position: relative;
  top: 8px;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background-color: #06A5DA;
}
@media (max-width: 576px) {
  .footer__nav .footer__list li::before {
    display: none;
  }
}
.footer__nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .footer__nav li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__nav a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  white-space: nowrap;
  transition: color 0.25s ease;
}
@media (max-width: 992px) {
  .footer__nav a {
    white-space: wrap;
  }
}
@media (max-width: 576px) {
  .footer__nav a {
    text-align: center;
  }
}
.footer__nav a:hover {
  color: #06A5DA;
}
.footer-contacts {
  position: relative;
  z-index: 10;
  text-align: right;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .footer-contacts {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .footer-contacts {
    text-align: center;
  }
}
.footer-contacts-phone {
  color: white;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  white-space: nowrap;
}
.footer-contacts-email {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #09AEE5;
  text-decoration: none;
  transition: color 0.25s ease;
  white-space: nowrap;
}
.footer-contacts-email:hover {
  color: white;
  text-decoration: none;
}
.footer-mt-container {
  margin-top: auto;
}
.footer__flex-2 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 13px;
}
@media (max-width: 992px) {
  .footer__flex-2 {
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .footer__flex-2 {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .footer__flex-2 {
    padding-top: 15px;
    gap: 9px;
  }
}
.footer__underline {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
  position: relative;
  z-index: 10;
}
.footer-copyright {
  color: rgba(255, 255, 255, 0.37);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}
.footer-policy {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-left: 155px;
}
@media (max-width: 992px) {
  .footer-policy {
    margin-left: unset;
  }
}
@media (max-width: 576px) {
  .footer-policy {
    flex-direction: column;
    gap: 5px;
  }
}
.footer-policy a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.footer-made {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .footer-made {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .footer-made {
    margin-left: unset;
  }
}
.footer-made a {
  color: #FFF;
}

#footer-gradient-left {
  position: absolute;
  display: block;
  width: 1132px;
  height: 1132px;
  top: -23px;
  left: -748px;
  background: radial-gradient(50% 50% at 50% 50%, rgb(6, 165, 218) 0%, rgba(6, 165, 218, 0) 100%);
  z-index: 1;
}

#footer-gradient-right {
  position: absolute;
  display: block;
  width: 1132px;
  height: 1132px;
  top: -811px;
  left: 515px;
  opacity: 0.45;
  background: radial-gradient(50% 50% at 50% 50%, rgb(6, 165, 218) 0%, rgba(6, 165, 218, 0) 100%);
  z-index: 1;
}

.header__burger-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  z-index: 2;
  padding: unset;
}

.header__burger-btn span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  left: 5px;
  transition: transform 0.25s, opacity 0.25s, background-color 0.25s;
}

.header__burger-btn span:nth-child(1) {
  transform: translateY(-10px);
}

.header__burger-btn span:nth-child(3) {
  transform: translateY(10px);
}

.header.burgerOpen .header__burger-btn span {
  background-color: #fff;
}

.header__burger-btn:hover span {
  background-color: #09AEE5;
}

.header.burgerOpen .header__burger-btn span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.header.burgerOpen .header__burger-btn span:nth-child(2) {
  opacity: 0;
}

.header.burgerOpen .header__burger-btn span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.header {
  padding: 16px 0px 16px 44px;
  background-color: transparent;
  width: 100%;
  position: fixed;
  z-index: 9999;
  max-width: 2200px;
  overflow: hidden;
}
.header .header__logo {
  display: flex;
  z-index: 20;
  position: relative;
}
.header .header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header .header__btn {
  padding: 12px 16px 11px 21px;
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  z-index: 20;
  position: relative;
}
.header .header__btn svg {
  flex-shrink: 0;
}
.header .header__btn:hover {
  background-color: #fff;
  color: #06A5DA;
}
.header .header__btn:hover svg path {
  stroke: #06A5DA;
}
.header .relative {
  position: relative;
}
.header .header__search-btn {
  background-color: transparent;
  z-index: 22;
  padding: 10px;
  display: flex;
}
.header .header__search-input {
  width: 0;
  position: absolute;
  top: -18px;
  left: 0;
  opacity: 0;
  background-color: #164884;
  padding-left: 59px;
  border: unset;
  color: #fff;
  height: 78px;
  transition: opacity 0.25s ease, width 0.25s ease;
  z-index: 21;
}
.header .header__relative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .header__search-input::placeholder {
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.header .header__search-input:focus {
  outline: none;
}
.header .active .header__search-input {
  width: 500%;
  opacity: 1;
}
.header .menu__list {
  padding: unset;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  padding-right: 202px;
}
.header .menu__item {
  padding: unset;
  margin: unset;
}
.header .menu__link {
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  transition: color 0.25s ease;
  white-space: nowrap;
}
.header .menu__link:hover {
  color: #09AEE5;
}
.header .header__btn-576 {
  display: none;
}
.header .header__icon-576 {
  display: none;
}

.page-header {
  background: #0F2947;
  backdrop-filter: blur(43.0999984741px);
}

@media (max-width: 1230px) {
  .header .menu__list {
    padding-right: 20px;
    gap: 18px;
  }
}
@media (max-width: 992px) {
  .header {
    padding-right: 20px;
    overflow: unset;
    position: absolute;
    background-color: transparent;
  }
  .header .menu__list {
    gap: 32px;
  }
  .page-header {
    background-color: #0F2947;
  }
  .header.burgerOpen {
    background-color: #16355A;
  }
  .header__burger-btn {
    display: block;
    z-index: 20;
  }
  .menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    padding: 113px 20px 28px 44px;
    transition: transform 0.5s, background-color 0.25s ease;
  }
  .header.burgerOpen .menu {
    transform: translateX(100%);
    background-color: #16355A;
    z-index: 10;
  }
  .header .active .header__search-input {
    width: calc(100% + 20px);
  }
}
@media (max-width: 768px) {
  .menu {
    padding-left: 20px;
  }
  .header {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .header.burgerOpen .menu {
    height: 100dvh;
  }
  .header .menu__list {
    flex-direction: column;
    gap: 30px;
  }
  .header .header__btn {
    display: none;
  }
  .header .header__btn-576 {
    display: flex;
    justify-content: center;
  }
  .header .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 160px 20px 30px 20px;
  }
  .header .menu__list {
    margin-left: unset;
  }
  .header .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header .header__relative {
    position: static;
  }
  .header .header__search-input {
    top: 0;
  }
  .header .header__search-btn {
    z-index: 19;
  }
  .header .active .header__icon-576 {
    display: block;
    position: absolute;
    left: 20px;
    z-index: 21;
  }
  .header .header__burger-btn:hover span {
    background-color: #fff;
  }
}
.page-main {
  padding-top: 78px;
}

.pt {
  padding-top: 105px;
}
@media (max-width: 576px) {
  .pt {
    padding-top: 97px;
  }
}

main {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  main h1 {
    font-size: 49px;
    line-height: 63px;
  }
}
@media (max-width: 576px) {
  main h1 {
    font-size: 31px;
    line-height: 44px;
    margin: 0;
  }
}
@media (max-width: 1300px) {
  main {
    display: block;
  }
}

.main-block {
  flex: 1 1 auto;
  display: grid;
  width: 100%;
  grid-template-columns: 515px auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-items: stretch;
  align-items: stretch;
}
@media (max-width: 1300px) {
  .main-block {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}

#breadcrumbs {
  font-size: 12px;
  line-height: 24px;
}
#breadcrumbs > a {
  position: relative;
  margin-right: 30px;
  overflow: visible;
  color: #09AEE5;
}
#breadcrumbs > a:not(:last-child)::after {
  position: absolute;
  right: -20px;
  content: ">";
  cursor: default;
  color: #101D2F;
}
#breadcrumbs a:last-child {
  color: #164884;
}
#breadcrumbs span {
  color: #101D2F;
}

.goback {
  margin-bottom: 40px;
  padding-top: 28px;
}
.goback > a {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: max-content;
  font-size: 12px;
  line-height: 24px;
  color: #164884;
  border-radius: 50px;
  padding: 0 13px;
  height: 24px;
  background-color: #ECF0F7;
  transition: color 0.25s ease;
}
.goback > a:hover {
  color: #06A5DA;
}
@media (max-width: 768px) {
  .goback {
    margin-bottom: 20px;
  }
}

.main-block-with-right-menu {
  flex: 1 1 auto;
  display: grid;
  width: 100%;
  grid-template-columns: auto 253px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-items: stretch;
  align-items: stretch;
}
@media (max-width: 1300px) {
  .main-block-with-right-menu {
    display: block;
  }
}

.main-column-2cols {
  display: grid;
  width: 100%;
  grid-template-columns: 626px auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-items: stretch;
  align-items: stretch;
}

.main-column-right {
  padding: 28px 50px 158px 45px;
}

.two-col-grid {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 626px auto;
  grid-template-rows: auto;
  align-items: stretch;
  justify-content: stretch;
}
@media (max-width: 1300px) {
  .two-col-grid {
    grid-template-columns: auto;
  }
}

dialog {
  padding: 30px;
  border: none;
  border-radius: 10px;
  width: 440px;
  background-color: white;
}
@media (max-width: 992px) {
  dialog {
    overflow: auto;
  }
}
dialog .modal--title {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #164884;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  dialog .modal--title {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  dialog .modal--title {
    font-size: 20px;
  }
}
dialog .modal--close {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  left: auto;
  background-image: url("/assets/images/close-blue.svg");
}
dialog input, dialog textarea {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #164884;
  background-color: #ECF0F7;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #06A5DA;
  padding: 13px;
  margin: 0 0 14px 0;
}
dialog textarea {
  resize: none;
  height: 108px;
  margin-bottom: 30px;
}
dialog input:focus, dialog textarea:focus {
  outline: none;
}
dialog input::placeholder, dialog textarea::placeholder {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #96B4D9;
}
@media (max-width: 768px) {
  dialog {
    width: calc(100% - 40px);
  }
}
dialog p {
  margin: 0;
  margin-bottom: 20px;
  color: #164884;
}
dialog p a {
  text-decoration: underline;
}
dialog strong {
  display: block;
  color: #A6B1C1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
dialog button {
  margin-top: 1px;
  padding: 11.5px 20px;
}
dialog .relative {
  position: relative;
}
dialog .relative svg {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
dialog .relative input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

button {
  padding: 9px 20px 9px 20px;
  border: 0;
  border-radius: 18px;
  color: white;
  background-color: #09AEE5;
  font: normal 12px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  animation-timing-function: ease-out;
  transition-duration: 0.3s;
}
button > span {
  font: normal 12px/100% "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.blue {
  border: 0;
  border-radius: 18px;
  color: white;
  background-color: #09AEE5;
  font: normal 12px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  animation-timing-function: ease-out;
  transition-duration: 0.3s;
}

button:hover {
  animation-timing-function: ease-out;
  transition-duration: 0.3s;
}

.blue:hover {
  background-color: white;
}
.blue:hover span {
  color: #06A5DA;
}
.blue:hover svg path {
  stroke: #06A5DA;
}

button.blue-dark:hover {
  background-color: #101D2F;
}

button.grey {
  background-color: rgb(69, 85, 101);
}

button.grey:hover {
  background-color: #06A5DA;
}

button.grey-white {
  background-color: rgb(69, 85, 101);
}

button.grey-white:hover {
  color: #06A5DA;
  background-color: white;
}
button.grey-white:hover > span::after {
  background-image: url("/assets/images/button-arrow-blue.svg");
}

.double-button {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
}

@media (min-width: 1300px) {
  .double-button-row-xl {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .double-button-row-xl > button {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width: 992px) {
  .double-button-row-md {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .double-button-row-md > button {
    flex: 0 0 calc(50% - 6px);
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .double-button-row-md > button {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .double-button-row-md {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-bottom: 24px;
    flex: unset;
  }
}

.select-list {
  display: block;
  border-top: 1px solid #06A5DA;
}
.select-list div {
  position: relative;
  padding: 12px 40px 12px 0;
  border-bottom: 1px solid #06A5DA;
}
.select-list div a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #164884;
}
.select-list div a:hover {
  color: #06A5DA;
}
.select-list div::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  background-image: url("/assets/images/select-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 992px) {
  .select-list div::after {
    transform: rotate(90deg);
  }
}
.select-list div.active a {
  color: #06A5DA;
}
@media (max-width: 1300px) {
  .select-list div.active {
    display: block;
  }
}
.select-list h5 {
  text-transform: none;
}

@media (max-width: 768px) {
  .select-list--hide-sm div {
    display: none;
  }
}

@media (max-width: 1300px) {
  .select-list--hide {
    display: none;
  }
}

.select-desktop {
  display: block;
  border-top: 1px solid #06A5DA;
}
.select-desktop div {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #06A5DA;
}
.select-desktop div a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #164884;
}
.select-desktop div a.select-desktop--item-active {
  color: #06A5DA;
}
.select-desktop div a:hover {
  color: #06A5DA;
}
.select-desktop div::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  background-image: url("/assets/images/select-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1300px) {
  .select-desktop {
    display: none;
  }
}

.select-mobile {
  position: relative;
  display: block;
  width: 100%;
  min-height: 52px;
}
.select-mobile--inner {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  border-radius: 12px;
  background-color: #ECF0F7;
  padding: 8px 10px 8px 20px;
}
.select-mobile--current {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 60px 8px 0;
}
.select-mobile--current::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  background-image: url("/assets/images/dropdown-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.select-mobile--list {
  position: relative;
  display: block;
  padding-top: 0;
  overflow: hidden;
}
.select-mobile--list-content {
  position: relative;
  display: block;
  padding-top: 8px;
  margin-bottom: -130%;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.select-mobile--list-item {
  border-top: 1px solid rgba(9, 174, 229, 0.3803921569);
  padding: 14px 0 14px 0;
}
.select-mobile--list-item > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #164884;
}
.select-mobile--list-item > a:hover {
  color: #06A5DA;
}
.select-mobile--list-item-active > a {
  color: #06A5DA;
}
@media (min-width: 1300px) {
  .select-mobile {
    display: none;
  }
}

.select-mobile--opened .select-mobile--inner {
  padding-bottom: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.select-mobile--opened .select-mobile--list-content {
  margin-bottom: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.select-mobile--opened .select-mobile--current::after {
  transform: scaleY(-100%);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.media-select {
  position: relative;
  display: block;
  width: 100%;
  min-height: 52px;
}
.media-select--inner {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  min-height: 52px;
  border-radius: 12px;
  overflow: visible;
}
.media-select--current {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  height: 52px;
  border-radius: 12px;
  background-color: #ECF0F7;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding: 16px 60px 16px 20px;
}
.media-select--current::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  background-image: url("/assets/images/dropdown-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.media-select--list-content {
  overflow: hidden;
  position: relative;
  z-index: 18;
  border-radius: 12px;
  background-color: #ECF0F7;
  margin-top: 26px;
  padding-top: 26px;
  transform: scaleY(0);
  transform-origin: top;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.media-select--list-item {
  border-top: 1px solid rgba(9, 174, 229, 0.3803921569);
  padding: 16px 0 16px 0;
  margin-left: 20px;
  margin-right: 10px;
}
.media-select--list-item > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #164884;
}
.media-select--list-item > a:hover {
  color: #06A5DA;
}
.media-select--list-item-active > a {
  color: #06A5DA;
}

.media-select--opened .media-select--list-content {
  transform: scaleY(1);
  transform-origin: top;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.media-select--opened .media-select--inner {
  z-index: 50;
}
.media-select--opened .media-select--current {
  z-index: 52;
}
.media-select--opened .media-select--current::after {
  transform: scaleY(-100%);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.expane {
  position: relative;
  display: block;
  padding: 28px;
  border-radius: 10px;
  background-color: #ECF0F7;
  margin-bottom: 10px;
}
.expane > button {
  position: absolute;
  display: block;
  right: 28px;
  top: 28px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 12px;
  background-color: white;
}
.expane > button:focus {
  outline: none;
}
.expane > button::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/expansion-button.svg");
}
.expane--body {
  padding-right: 92px;
}
.expane--hidden {
  display: none;
}

.expane--opened > .expane--hidden {
  display: block;
}
.expane--opened > button::after {
  transform: rotate(180deg);
}

.file-download {
  position: relative;
  display: block;
  padding: 20px 60px 20px 60px;
  border-radius: 10px;
  background-color: #ECF0F7;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}

.file-download::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  background-image: url("/assets/images/file-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.file-download::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-image: url("/assets/images/download-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 19px;
  justify-items: stretch;
  align-items: stretch;
}
.specs-grid .specs-grid-item {
  position: relative;
  padding: 17px;
  border-radius: 10px;
  background-color: #ECF0F7;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 576px) {
  .specs-grid .specs-grid-item {
    padding: 13px;
  }
}
.specs-grid .specs-grid-item .specs-grid-item--icon img {
  width: 73px;
  height: 73px;
}
@media (max-width: 576px) {
  .specs-grid .specs-grid-item .specs-grid-item--icon img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 700px) {
  .specs-grid {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
}

.specs-params {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
  border-radius: 10px;
  background-color: #ECF0F7;
}
.specs-params > div.specs-param {
  position: relative;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid rgba(9, 174, 229, 0.1882352941);
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
}
@media (max-width: 576px) {
  .specs-params > div.specs-param {
    gap: 10px;
  }
}
.specs-params > div.specs-param > div.specs-param-name {
  flex: 0 0 300px;
  font-weight: 500;
  padding-right: 30px;
}
@media (max-width: 700px) {
  .specs-params > div.specs-param > div.specs-param-name {
    flex: unset;
  }
}
@media (max-width: 576px) {
  .specs-params > div.specs-param > div.specs-param-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.specs-params > div.specs-param > div.specs-param-value {
  flex: 1 1 auto;
}
@media (max-width: 576px) {
  .specs-params > div.specs-param > div.specs-param-value {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 700px) {
  .specs-params > div.specs-param {
    flex-direction: column;
  }
}
.specs-params > div.specs-param:last-child {
  border-bottom: none;
}

.specs-table-wrapper {
  max-width: calc(100vw - 420px);
  border: 1px solid #06A5DA;
  border-radius: 15px;
  overflow: auto;
  margin-top: 37px;
}
@media (max-width: 992px) {
  .specs-table-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .specs-table-wrapper {
    max-width: calc(100vw - 144px);
  }
}
@media (max-width: 576px) {
  .specs-table-wrapper {
    max-width: calc(100vw - 80px);
  }
}

.specs-table-wrapper::-webkit-scrollbar {
  display: none;
}

.specs-table {
  border-style: hidden;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 700px) {
  .specs-table {
    width: 800px;
  }
}
.specs-table th {
  background-color: rgba(9, 174, 229, 0.1215686275);
  padding: 10px 12px 10px 12px;
  border: 1px solid #06A5DA;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  vertical-align: center;
  text-align: left;
}
.specs-table th:first-child {
  border-top-left-radius: 15px;
}
.specs-table th:last-child {
  border-top-right-radius: 15px;
}
.specs-table td {
  background-color: white;
  padding: 10px 12px 10px 12px;
  border: 1px solid #06A5DA;
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
}
.specs-table tr:last-child > td:first-child {
  border-bottom-left-radius: 15px;
}
.specs-table tr:last-child > td:last-child {
  border-bottom-right-radius: 15px;
}

@media (max-width: 576px) {
  #test {
    background-color: red;
  }
}
@media (min-width: 576px) {
  #test {
    background-color: black;
  }
}
@media (min-width: 768px) {
  #test {
    background-color: green;
  }
}
@media (min-width: 992px) {
  #test {
    background-color: lime;
  }
}
@media (min-width: 1440px) {
  #test {
    background-color: magenta;
  }
}

.fertilizers {
  padding-bottom: 113px;
}
@media (max-width: 992px) {
  .fertilizers {
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .fertilizers {
    padding-bottom: 30px;
  }
}

.fertilizers-left-column {
  max-width: 405px;
  width: 100%;
}
.fertilizers-left-column > h1 {
  margin-bottom: 38px;
}
@media (max-width: 1230px) {
  .fertilizers-left-column > h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .fertilizers-left-column > h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .fertilizers-left-column > h1 {
    font-size: 49px;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .fertilizers-left-column > h1 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1230px) {
  .fertilizers-left-column {
    max-width: 280px;
  }
}
@media (max-width: 992px) {
  .fertilizers-left-column {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .felrtilizers__dropdown {
    margin-bottom: 26px;
  }
}
.felrtilizers__dropdown .dropdown-current {
  display: none;
}
@media (max-width: 768px) {
  .felrtilizers__dropdown .dropdown-current {
    display: flex;
    background-color: transparent;
    border-top: 1px solid rgba(9, 174, 229, 0.38);
    border-bottom: 1px solid rgba(9, 174, 229, 0.38);
    border-radius: 0;
    height: 48px;
    color: #09AEE5;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .felrtilizers__dropdown .dropdown-current::after {
    background-image: url(/assets/images/fertilizers/arrow.svg);
  }
}
.felrtilizers__dropdown .dropdown-content {
  position: static;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: unset;
}
@media (max-width: 768px) {
  .felrtilizers__dropdown .dropdown-content {
    position: absolute;
    display: grid;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    top: 47px;
  }
}
.felrtilizers__dropdown .dropdown-content-item-list {
  background-color: transparent;
  border-radius: unset;
  padding-top: unset;
  margin-bottom: 268px;
}
@media (max-width: 992px) {
  .felrtilizers__dropdown .dropdown-content-item-list {
    margin-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .felrtilizers__dropdown .dropdown-content-item-list {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #fff;
    margin-bottom: unset;
  }
}
@media (max-width: 768px) {
  .felrtilizers__dropdown .dropdown-content-item-list li:first-child {
    border-top: none;
  }
}
.felrtilizers__dropdown .dropdown-content-item-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(9, 174, 229, 0.38);
}
@media (max-width: 768px) {
  .felrtilizers__dropdown .dropdown-content-item-list li {
    padding: 16px;
    margin-right: 10px;
    color: #164884;
  }
}
@media (max-width: 768px) {
  .felrtilizers__dropdown .dropdown-content-item-list li svg {
    display: none;
  }
}
.felrtilizers__dropdown .dropdown-content-item-list li:last-child {
  border-bottom: 1px solid rgba(9, 174, 229, 0.38);
}
@media (max-width: 768px) {
  .felrtilizers__dropdown .dropdown-content-item-list li:last-child {
    border-bottom: none;
  }
}
.felrtilizers__dropdown .dropdown-content-item-list .active {
  color: #09AEE5;
}

.fertilizers__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  background-color: #09AEE5;
  padding: 9px 20px;
}

.felrtilizers__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 992px) {
  .felrtilizers__flex {
    flex-direction: column;
    gap: 40px;
  }
}

.breadcrumbs-fertilizers {
  margin-bottom: 46px;
}
@media (max-width: 1300px) {
  .breadcrumbs-fertilizers {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs-fertilizers {
    margin-bottom: 20px;
  }
}

.fertilizers-right-column {
  width: 100%;
}

.fertilizers-select {
  margin-bottom: 268px;
}
@media (max-width: 1300px) {
  .fertilizers-select {
    margin-bottom: 26px;
  }
}
@media (max-width: 768px) {
  .fertilizers-select {
    margin-bottom: 26px;
  }
}

.fertilizer-button {
  position: relative;
  background-color: #ECF0F7;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 223px;
  width: 100%;
  transition: ease-in-out;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.fertilizer-button a {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.fertilizer-button--img > img {
  transition: ease-in-out;
  transition-duration: 0.3s;
  width: 208px;
  height: 178px;
}
.fertilizer-button--icon {
  position: absolute;
  top: 14px;
  right: 14px;
}
.fertilizer-button--icon > img {
  transition: ease-in-out;
  transition-duration: 0.3s;
  width: 55px;
  height: 55px;
}
.fertilizer-button--title {
  font: normal 30px/42px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
  letter-spacing: 1px;
  transition: ease-in-out;
  text-transform: unset;
  transition-duration: 0.3s;
}
@media (max-width: 576px) {
  .fertilizer-button--title {
    font-size: 28px;
    line-height: 43px;
  }
}
.fertilizer-button--subtitle {
  display: block;
  font: normal 16px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #09AEE5;
  margin-bottom: 17px;
  transition: ease-in-out;
  transition-duration: 0.3s;
}
@media (max-width: 576px) {
  .fertilizer-button--subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.fertilizer-button--description {
  font: normal 14px/20px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  transition: ease-in-out;
  margin: 0;
  transition-duration: 0.3s;
  max-width: 538px;
}
@media (max-width: 700px) {
  .fertilizer-button {
    padding: 20px;
    height: auto;
    flex-direction: column;
    text-align: center;
  }
}

.fertilizer-button::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/assets/images/fertilizers/bg-vec.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  opacity: 0;
  transition: ease-in-out;
  transition-duration: 0.3s;
}

@media (min-width: 1300px) {
  .fertilizer-button:hover .fertilizer-button--img > img {
    transform: scale(1.1);
  }
  .fertilizer-button:hover .fertilizer-button--icon > img {
    width: 75px;
  }
  .fertilizer-button:hover .fertilizer-button--title {
    color: white;
  }
  .fertilizer-button:hover .fertilizer-button--subtitle {
    color: white;
    opacity: 0.55;
  }
  .fertilizer-button:hover .fertilizer-button--description {
    color: white;
  }
  .fertilizer-button:hover:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("/assets/images/fertilizers/bg-vec.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 0.07;
    transition: ease-in-out;
    transition-duration: 0.3s;
  }
  .fertilizer-button-azotovit:hover {
    background-color: #03A438;
    transition: ease-in-out;
    transition-duration: 0.3s;
  }
  .fertilizer-button-fosfatovit:hover {
    background-color: #2A5639;
    transition: ease-in-out;
    transition-duration: 0.3s;
  }
  .fertilizer-button-rauactive:hover {
    background-color: #453989;
    transition: ease-in-out;
    transition-duration: 0.3s;
  }
  .fertilizer-button-orastart:hover {
    background-color: #C679B8;
    transition: ease-in-out;
    transition-duration: 0.3s;
  }
}
.fertilizer-top {
  display: flex;
}
@media (max-width: 1300px) {
  .fertilizer-top {
    grid-template-columns: 420px auto;
  }
}
@media (max-width: 992px) {
  .fertilizer-top {
    display: block;
  }
}
@media (max-width: 576px) {
  .fertilizer-top {
    padding-top: 77px;
  }
}

.fertilizer-data {
  padding-right: 44px;
  scroll-margin-top: 100px;
  margin-top: 100px;
  padding-bottom: 126px;
}
@media (max-width: 992px) {
  .fertilizer-data {
    padding-right: 0;
    margin-top: unset;
    padding-bottom: 70px;
  }
}

.fertilizer-top-left {
  padding-top: 17px;
  padding-left: 45px;
  padding-right: 45px;
  position: sticky;
  top: 0;
  height: min-content;
  min-width: 560px;
  max-width: 740px;
  width: 100%;
  padding-top: 94px;
  padding-bottom: 126px;
}
@media (max-width: 1300px) {
  .fertilizer-top-left {
    min-width: 400px;
  }
}
@media (max-width: 992px) {
  .fertilizer-top-left {
    padding-right: 0;
    padding-top: 0;
    position: static;
    padding-bottom: unset;
    max-width: unset;
  }
}
@media (max-width: 700px) {
  .fertilizer-top-left {
    padding-left: unset;
  }
}
@media (max-width: 992px) {
  .fertilizer-top-left {
    min-width: unset;
  }
}
.fertilizer-top-left .select-list {
  margin-top: 61px;
}
.fertilizer-top-left h1 {
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .fertilizer-top-left h1 {
    font-size: 40px;
    line-height: 71px;
    letter-spacing: 3px;
  }
}
@media (max-width: 700px) {
  .fertilizer-top-left h1 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 3px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .fertilizer-top-left h1 {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .fertilizer-top-left h1 {
    padding: 0 20px;
  }
}
.fertilizer-top-left span {
  display: block;
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #09AEE5;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .fertilizer-top-left span {
    margin-bottom: 19px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 700px) {
  .fertilizer-top-left span {
    margin-bottom: 19px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .fertilizer-top-left span {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .fertilizer-top-left span {
    padding: 0 20px;
  }
}
.fertilizer-top-left .blue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 5px;
  width: 100%;
}
.fertilizer-top-left .blue span {
  display: flex;
  margin-bottom: unset;
  color: white;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 1300px) {
  .fertilizer-top-left .double-button {
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
  }
}
@media (max-width: 700px) {
  .fertilizer-top-left .double-button {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .fertilizer-top-left .double-button {
    padding: 0 20px;
  }
}

.azatovit-top-right {
  background-image: url("/assets/images/fertilizers/azotovit-lg.webp");
}

.fosfatovit-top-right {
  background-image: url("/assets/images/fertilizers/fosfatovit.webp");
}

.rau-top-right {
  background-image: url("/assets/images/fertilizers/rauactive-lg.webp");
}

.ora-top-right {
  background-image: url("/assets/images/fertilizers/orastart-lg.webp");
}

.bg-image.azovit {
  background-image: url(../assets/images/main-animation/bgx2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image.rau-active {
  background-image: url(../assets/images/main-animation/bgx2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fertilizer-top-right {
  background-color: rgb(235, 240, 247);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  min-height: 100svh;
  width: 100%;
  padding-top: 77px;
}
@media (max-width: 992px) {
  .fertilizer-top-right {
    margin-bottom: unset;
    display: none;
  }
}

.fertilizer-right {
  width: 100%;
}
@media (max-width: 992px) {
  .fertilizer-right {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .fertilizer-right {
    padding: 0 20px;
  }
}

.fertilizer__img {
  display: none;
}
@media (max-width: 992px) {
  .fertilizer__img {
    display: block;
  }
}
@media (max-width: 576px) {
  .fertilizer__img {
    min-height: 340px;
  }
}

@media (max-width: 992px) {
  .fertilizer-flex {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .fertilizer-flex {
    flex-direction: column;
  }
}
.fertilizer-flex img {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .fertilizer-flex img {
    min-height: 340px;
    object-fit: cover;
  }
}

@media (max-width: 992px) {
  .fertilizer-flex-2 {
    display: flex;
    flex-direction: column;
  }
}

.fertilizer-middle {
  padding-right: 44px;
}
@media (max-width: 992px) {
  .fertilizer-middle {
    grid-column: span 2;
    padding-left: 44px;
  }
}
@media (max-width: 576px) {
  .fertilizer-middle {
    padding: 0 20px;
  }
}

.breadcrumbs-fertilizer {
  margin-bottom: 23px;
}
@media (max-width: 1300px) {
  .breadcrumbs-fertilizer {
    margin-bottom: 28px;
  }
}
@media (max-width: 992px) {
  .breadcrumbs-fertilizer {
    padding-top: 28px;
  }
}
@media (max-width: 700px) {
  .breadcrumbs-fertilizer {
    padding: 27px 44px 0;
  }
}
@media (max-width: 576px) {
  .breadcrumbs-fertilizer {
    padding: 20px 20px 0;
  }
}

.fertilizer-description {
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .fertilizer-description {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .fertilizer-description {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .fertilizer-description {
    padding: 0 20px;
  }
}

.fertilizer-data {
  padding-bottom: 126px;
}
@media (max-width: 992px) {
  .fertilizer-data {
    padding-bottom: 70px;
  }
}
.fertilizer-data ul {
  padding: 28px 28px 28px 40px;
  border-radius: 10px;
  background-color: #ECF0F7;
  list-style-image: url("/assets/images/list-disk.svg");
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .fertilizer-data ul {
    padding: 28px;
  }
}
.fertilizer-data ul li {
  padding-left: 10px;
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .fertilizer-data ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .fertilizer-data ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.fertilizer-data ul li:last-child {
  padding-bottom: 0;
}

.flexbox {
  display: grid;
  min-height: calc(100svh - 78px);
  height: 100%;
  grid-template-rows: max-content;
}
@media (max-width: 1410px) {
  .flexbox {
    min-height: unset;
  }
}
@media (max-width: 992px) {
  .flexbox {
    min-height: unset;
    height: unset;
  }
}
.flexbox .bg-image {
  max-width: unset;
}
@media (max-width: 1410px) {
  .flexbox .bg-image {
    min-height: 494px;
  }
}
.flexbox .azovit__image svg {
  bottom: 5%;
  left: 5%;
}

@media (max-height: 600px) {
  .flexbox {
    min-height: unset;
  }
  .flexbox .bg-image {
    min-height: 494px;
  }
}
.fertilizer-data_no-padding {
  padding-right: unset;
  margin-top: unset;
  padding-bottom: unset;
}
@media (max-width: 992px) {
  .fertilizer-data_no-padding {
    display: none;
  }
}

.fertilizer-bottom {
  display: none;
  grid-gap: 0;
  grid-template-columns: 565px auto;
  height: 575px;
}
.fertilizer-bottom .bg-image {
  max-width: unset;
  background-position: center;
}

#datalink7 {
  scroll-margin-top: 78px;
}

.fertilizer-bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}
.fertilizer-bottom-left h2 {
  font-size: 32px;
  line-height: 140%;
  margin: 0;
  margin-bottom: 20px;
  text-transform: unset;
}
@media (max-width: 992px) {
  .fertilizer-bottom-left h2 {
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
}
@media (max-width: 576px) {
  .fertilizer-bottom-left h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.fertilizer-bottom-left p {
  margin: 0;
}
@media (max-width: 576px) {
  .fertilizer-bottom-left {
    padding: 40px 20px;
    text-align: center;
  }
}

@media (max-width: 1300px) {
  .fertilizer-bottom-right {
    height: 523px;
  }
}
@media (max-width: 768px) {
  .fertilizer-bottom-right {
    height: 80vw;
  }
}

.azotovit-bg-color {
  background-color: #1C9D35;
}

.fosfatovit-bg-color {
  background-color: #2A5539;
}

.rau-bg-color {
  background-color: #46398B;
}

.ora-bg-color {
  background-color: #C679B8;
}

.azotovit-bg-picture {
  background-image: url("/assets/images/fertilizers/azotovit-photo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 70%;
}

.felrtilizers-page-menu {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .felrtilizers-page-menu {
    margin-top: unset;
    margin-bottom: 40px;
    max-width: calc(100% - 44px);
  }
}
@media (max-width: 700px) {
  .felrtilizers-page-menu {
    max-width: calc(100% - 88px);
    margin: 0 auto 40px;
  }
}
@media (max-width: 576px) {
  .felrtilizers-page-menu {
    max-width: calc(100% - 40px);
  }
}
.felrtilizers-page-menu .dropdown-current {
  display: none;
}
@media (max-width: 992px) {
  .felrtilizers-page-menu .dropdown-current {
    display: flex;
  }
}
.felrtilizers-page-menu .dropdown-content {
  position: static;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .felrtilizers-page-menu .dropdown-content {
    position: absolute;
    border-radius: 0 0 12px 12px;
    display: grid;
  }
}
.felrtilizers-page-menu .dropdown-content > div {
  border-radius: 0;
}
@media (max-width: 992px) {
  .felrtilizers-page-menu .dropdown-content > div {
    border-radius: 0 0 12px 12px;
  }
}
.felrtilizers-page-menu .dropdown-content-item-list {
  border-radius: 0;
  background-color: transparent;
  padding-top: 0;
}
@media (max-width: 992px) {
  .felrtilizers-page-menu .dropdown-content-item-list {
    border-radius: 0 0 12px 12px;
    padding-top: 16px;
    background-color: #ECF0F7;
  }
}
.felrtilizers-page-menu .dropdown-content-item-list li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 992px) {
  .felrtilizers-page-menu .dropdown-content-item-list li {
    margin-left: 20px;
    margin-right: 10px;
  }
}
.felrtilizers-page-menu .dropdown-content-item-list li svg {
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .felrtilizers-page-menu .dropdown-content-item-list li svg {
    display: none;
  }
}
.felrtilizers-page-menu .dropdown-content-item-list li:last-child {
  border-bottom: 1px solid rgba(9, 174, 229, 0.38);
}
@media (max-width: 992px) {
  .felrtilizers-page-menu .dropdown-content-item-list li:last-child {
    border-bottom: none;
  }
}
.felrtilizers-page-menu .dropdown-content-item-list .select-desktop--item-active {
  color: #09AEE5;
}

@media (max-width: 992px) {
  .empty {
    display: none;
  }
}

@media (max-width: 1440px) {
  .fertilizer__accardeon {
    max-width: calc(100vw - 609px);
  }
}
@media (max-width: 1300px) {
  .fertilizer__accardeon {
    max-width: calc(100vw - 464px);
  }
}
@media (max-width: 992px) {
  .fertilizer__accardeon {
    max-width: unset;
  }
}
.fertilizer__accardeon .job__acc-flex {
  margin-bottom: unset !important;
}
.fertilizer__accardeon .job__acc-flex h3 {
  font-size: 18px !important;
  line-height: 24px !important;
}

.tabel-title {
  color: #164884;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 150% */
}

@media (max-width: 992px) {
  .fertilizer-bottom {
    display: flex;
    flex-direction: column;
    height: unset;
  }
}
.fertilizer-bottom .azovit svg {
  left: 10%;
}
@media (max-width: 1300px) {
  .fertilizer-bottom .azovit svg {
    left: 5%;
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .fertilizer-bottom .azovit svg {
    left: 5%;
    bottom: 15%;
  }
}
@media (max-width: 576px) {
  .fertilizer-bottom .azovit svg {
    max-width: 35%;
  }
}
@media (max-width: 576px) {
  .fertilizer-bottom .azovit-page-element-3 {
    max-width: 70% !important;
    height: 70px !important;
  }
}
.fertilizer-bottom .bg-image {
  background-image: url(../assets/images/main-animation/bgx2.webp);
}
@media (max-width: 992px) {
  .fertilizer-bottom .bg-image {
    min-height: 523px;
  }
}
@media (max-width: 576px) {
  .fertilizer-bottom .bg-image {
    min-height: 363px;
  }
}

.no-table-wrapper {
  max-width: calc(100vw - 87px);
}
@media (max-width: 576px) {
  .no-table-wrapper {
    max-width: calc(100vw - 40px);
  }
}

@media (max-width: 992px) {
  .rau-active {
    background-image: url(../assets/images/main-animation/bgx2.webp) !important;
  }
}
@media (max-width: 576px) {
  .rau-active .rau-page-main-element {
    max-width: 110px;
    height: 39px;
  }
}

.rau-active svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
}
@media (max-width: 1300px) {
  .rau-active svg {
    right: 5%;
  }
}

.rau-active .rau-page-main-element {
  right: 15%;
}
@media (max-width: 1300px) {
  .rau-active .rau-page-main-element {
    right: 2%;
  }
}

.ora-active {
  background-image: url(../assets/images/main/bg-no-plantx2.webp) !important;
  background-position: bottom !important;
  background-size: cover;
}
.ora-active img {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translateX(-50%);
}
@media (max-width: 1300px) {
  .ora-active img {
    max-width: 60px;
  }
}
.ora-active svg {
  position: absolute;
  right: 20%;
  top: 75%;
  z-index: 2;
}
@media (max-width: 1300px) {
  .ora-active svg {
    right: 2%;
  }
}
.ora-active .ora-page-main-element {
  max-width: 100px;
}

.fosfatovit-active {
  background-image: url(/assets/images/fertilizers/fosvatovit-bg.webp) !important;
}
@media (max-width: 1300px) {
  .fosfatovit-active svg {
    left: 10%;
  }
}
.fosfatovit-active .fosfatovit-page-element-2 {
  left: 50% !important;
}
@media (max-width: 768px) {
  .fosfatovit-active .fosfatovit-page-element-2 {
    max-width: 150px;
    height: unset;
  }
}
@media (max-width: 1300px) {
  .fosfatovit-active .fosfatovit-page-main-element {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .fosfatovit-active .fosfatovit-page-main-element {
    left: 2%;
    max-width: 150px;
  }
}

@media (max-width: 992px) {
  .dropdown-content-item-992 {
    display: none !important;
  }
}

.manufacturing {
  padding-top: 77px;
}
.manufacturing .manufacturing-contents {
  display: contents;
}
@media (max-width: 992px) {
  .manufacturing .manufacturing-contents {
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .manufacturing .manufacturing-contents {
    padding-bottom: 40px;
  }
}
.manufacturing .container {
  padding-right: 0;
}
@media (max-width: 992px) {
  .manufacturing .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.manufacturing .manufacturing-flex {
  gap: 50px;
  max-width: calc(100% - 253px);
}
@media (max-width: 992px) {
  .manufacturing .manufacturing-flex {
    max-width: unset;
    display: contents;
  }
}
.manufacturing .manufacturing-texts {
  max-width: 64%;
}
@media (max-width: 992px) {
  .manufacturing .manufacturing-texts {
    max-width: unset;
    display: contents;
  }
}
@media (max-width: 992px) {
  .manufacturing .right-side-menu {
    max-width: unset;
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (max-width: 768px) {
  .manufacturing .right-side-menu {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .manufacturing .right-side-menu {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .manufacturing .manufacturing__paragraphs {
    order: 5;
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (max-width: 576px) {
  .manufacturing .manufacturing__paragraphs {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.manufacturing .breadcrumbs-fertilizers {
  padding-top: 28px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .manufacturing .breadcrumbs-fertilizers {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (max-width: 576px) {
  .manufacturing .breadcrumbs-fertilizers {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.manufacturing h1 {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .manufacturing h1 {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (max-width: 576px) {
  .manufacturing h1 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.manufacturing p {
  margin-top: unset;
  margin-bottom: 20px;
}
.manufacturing picture {
  min-width: 300px;
}
@media (max-width: 992px) {
  .manufacturing picture {
    order: 4;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .manufacturing picture {
    margin-bottom: 40px;
  }
}
.manufacturing img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs-media {
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .breadcrumbs-media {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs-media {
    margin-bottom: 20px;
  }
}

.media {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .media {
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .media {
    padding-bottom: 40px;
  }
}

.media__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 78px;
}
@media (max-width: 1300px) {
  .media__flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .media__flex {
    gap: 70px;
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .media__flex {
    align-items: center;
    gap: 40px;
  }
}

.media-search {
  max-width: 820px;
  width: 100%;
  height: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  align-items: stretch;
  justify-content: stretch;
}
.media-search input {
  background-color: #ECF0F7;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #06A5DA;
  background-image: url("/assets/images/lens-blue.svg");
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 47px;
  color: #164884;
  font-size: 14px;
  line-height: 20px;
}
.media-search input:focus {
  outline: none;
}
.media-search input::placeholder {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #96B4D9;
}
@media (max-width: 700px) {
  .media-search {
    position: relative;
    width: 100%;
    height: auto;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, 52px);
  }
}

.media-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: 40px;
}
.media-grid-card {
  position: relative;
  border-radius: 10px;
  background-color: #ECF0F7;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  overflow: hidden;
  padding-top: 200px;
}
.media-grid-card-label {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 12px;
  border-radius: 25px;
  background-color: #09AEE5;
  color: white;
  padding: 0 10px 0 10px;
  font-size: 14px;
  line-height: 26px;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
.media-grid-card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-grid-card-image > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
.media-grid-card-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-grid-card-data {
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.media-grid-card-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.media-grid-card-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-grid-card-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.media-grid-card-flex a {
  font-size: 14px;
  line-height: 26px;
  color: #09AEE5;
}
.media-grid-card-flex a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.media-grid-card-more {
  font-size: 14px;
  line-height: 26px;
}
.media-grid-card-date {
  font-size: 12px;
  line-height: 24px;
}
.media-grid-card:hover .media-grid-card-label {
  background: #164884;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
.media-grid-card:hover img {
  transform: scale(1.2);
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1300px) {
  .media-grid {
    margin-bottom: 12px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .media-grid {
    margin-bottom: 12px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.dd {
  position: relative;
  border-radius: 12px;
  background-color: #ECF0F7;
}

.dropdown {
  position: relative;
  display: block;
  width: 100%;
  min-height: 52px;
  z-index: 5;
}

.dropdown-current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 10px 16px 20px;
  border-radius: 12px;
  background-color: #ECF0F7;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.dropdown-content-visible {
  z-index: 10;
}

.dropdown-current::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/dropdown-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  flex-shrink: 0;
}

.dropdown-content {
  position: absolute;
  top: calc(100% - 7px);
  z-index: 200;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.dropdown-content > div {
  overflow: hidden;
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.dropdown-content-item-list {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #ECF0F7;
  padding-top: 16px;
  width: 100%;
}

.dropdown-content-item {
  border-top: 1px solid rgba(9, 174, 229, 0.3803921569);
  padding: 16px 0 16px 0;
  margin-left: 20px;
  margin-right: 10px;
  position: relative;
}
.dropdown-content-item a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #164884;
}
.dropdown-content-item a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.dropdown-content-item a:hover {
  color: #06A5DA;
}

.dropdown-content-visible > div.dropdown-content {
  grid-template-rows: 1fr;
  width: 100%;
}

.dropdown-current-opened::after {
  transform: scaleY(-1);
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.search-block {
  padding-top: 96px;
  padding-bottom: 65px;
  max-width: 914px;
  width: 100%;
}
@media (max-width: 768px) {
  .search-block {
    padding-top: 78px;
  }
}
@media (max-width: 576px) {
  .search-block {
    padding-bottom: 40px;
  }
}
.search-block h1 {
  margin-top: 0;
  font-size: 49px;
  line-height: 63px;
  margin-bottom: 37px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .search-block h1 {
    text-align: left;
    font-size: 49px;
    line-height: 63px;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .search-block h1 {
    font-size: 31px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.search-block .blue {
  background-color: #09AEE5;
}
@media (max-width: 768px) {
  .search-block .goback {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .search-block .goback {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.search-query {
  display: block;
  position: relative;
  background-color: #ECF0F7;
  border-radius: 10px;
  padding: 21px 67px 21px 21px;
  margin-bottom: 62px;
}
@media (max-width: 768px) {
  .search-query {
    margin-bottom: 40px;
  }
}
.search-query--input {
  width: 100%;
  border: none;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #164884;
}
.search-query--input::placeholder {
  color: #164884;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.search-query--input:focus {
  outline: none;
}
.search-query--button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 66px;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  background-image: url("/assets/images/lens-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.search-query--button:focus {
  outline: none;
}

.search-result-list {
  counter-reset: search-counter;
}

.search-result {
  counter-increment: search-counter;
}

.search-result--number {
  display: flex;
}

.search-result--number::before {
  content: counter(search-counter, decimal-leading-zero);
  color: #09AEE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.search-result-list {
  padding: unset;
  margin: unset;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .search-result-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .search-result-list {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.search-result-list .search-result {
  position: relative;
  border-bottom: 1px solid rgba(9, 174, 229, 0.3803921569);
  list-style: none;
  padding: unset;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .search-result-list .search-result {
    padding-bottom: 30px;
  }
}
.search-result-list .search-result--texts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.search-result-list .search-result h2 {
  color: #09AEE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  margin: 0;
  padding: 0;
  text-transform: unset;
}
.search-result-list .search-result--page {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #06A5DA;
  margin-bottom: 12px;
  padding-left: 28px;
}
.search-result-list .search-result--text {
  padding-left: 28px;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
.search-result-list .search-result a {
  position: absolute;
  inset: 0;
}
.search-result-list .search-result:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.article-block {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .article-block {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .article-block {
    margin-bottom: 26px;
  }
}
.article-block .container {
  padding-right: unset;
}
@media (max-width: 992px) {
  .article-block .container {
    padding: unset;
  }
}
@media (max-width: 992px) {
  .article-block .goback {
    order: 1;
    padding: 28px 44px 0;
  }
}
@media (max-width: 992px) {
  .article-block .goback {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .article-block .goback {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.article-block h1 {
  word-wrap: break-word;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .article-block h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .article-block h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .article-block h1 {
    order: 2;
    margin-bottom: 30px;
    padding: 0 44px;
  }
}
@media (max-width: 768px) {
  .article-block h1 {
    text-align: left;
    font-size: 37px;
    line-height: 120%;
  }
}
@media (max-width: 576px) {
  .article-block h1 {
    text-align: center;
    padding: 0 20px;
    font-size: clamp(24px, 5vw, 31px);
    margin-bottom: 20px;
  }
}
.article-block h2 {
  word-wrap: break-word;
  margin-bottom: 60px;
  font-size: 46px;
  line-height: 59px;
}
@media (max-width: 1300px) {
  .article-block h2 {
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1300px) {
  .article-block h2 {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 44px;
    text-align: center;
  }
}

.article-meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
.article-meta--date {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 24px;
  padding-right: 14px;
}
.article-meta--type {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 100%;
  border-radius: 25px;
  padding: 6px 10px;
  color: white;
  background-color: #09AEE5;
}
@media (max-width: 1300px) {
  .article-meta {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .article-meta {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .article-meta {
    order: 3;
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .article-meta {
    padding: 0 20px;
    justify-content: center;
    margin: 0 auto 20px;
  }
}

.article__flex {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 992px) {
  .article__flex {
    flex-direction: column;
    gap: 0;
  }
}

.article-image {
  position: sticky;
  top: 78px;
  right: 0;
  height: 100svh;
  background-image: url("/assets/images/article.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 561px;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  .article-image {
    flex-shrink: 1;
  }
}
@media (max-width: 992px) {
  .article-image {
    position: static;
    order: 4;
    height: 500px;
    max-width: unset;
    margin-bottom: 26px;
  }
}
@media (max-width: 992px) {
  .article-image {
    height: 244px;
  }
}
@media (max-width: 576px) {
  .article-image {
    background-image: url("/assets/images/article-576.webp");
  }
}

.article__texts {
  width: 100%;
}
@media (max-width: 992px) {
  .article__texts {
    display: contents;
  }
}

@media (max-width: 992px) {
  .article-body {
    order: 5;
    padding: 0 44px;
  }
}
@media (max-width: 992px) {
  .article-body {
    padding: 0 20px;
  }
}
.article-body p {
  font-size: 18px;
}
@media (max-width: 1920px) {
  .article-body p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .article-body p {
    font-size: 14px;
  }
}

.same-articles-block {
  padding-bottom: 93px;
}
@media (max-width: 576px) {
  .same-articles-block {
    padding-bottom: 40px;
  }
}
.same-articles-block h2 {
  margin-top: unset;
  margin-bottom: 60px;
  font-size: 46px;
  line-height: 59px;
}
@media (max-width: 992px) {
  .same-articles-block h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .same-articles-block h2 {
    font-size: 36px;
    text-align: center;
    line-height: 46px;
    margin-bottom: 20px;
    max-width: min-content;
    margin: 0 auto 20px;
  }
}
@media (max-width: 992px) {
  .same-articles-block {
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .same-articles-block .swiper-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .same-articles-block .swiper-wrapper {
    margin-bottom: 20px;
  }
}

.media-grid--swiper__pagination {
  display: none;
}
@media (max-width: 992px) {
  .media-grid--swiper__pagination {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
.media-grid--swiper__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(9, 174, 229, 0.4196078431);
  opacity: 1;
}
.media-grid--swiper__pagination .swiper-pagination-bullet-active {
  background-color: #09AEE5;
}
.media-grid--swiper__pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.media-grid--swiper__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.media-grid--wrapper {
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
}

.media-grid--wrapper::-webkit-scrollbar {
  display: none;
}

.media-grid--article {
  grid-template-columns: repeat(10, calc(33.33% - 8px));
}
@media (max-width: 1300px) {
  .media-grid--article {
    margin-bottom: 12px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(10, calc(50% - 6px));
  }
}
@media (max-width: 768px) {
  .media-grid--article {
    margin-bottom: 12px;
    grid-row-gap: 12px;
    grid-template-columns: repeat(10, 100%);
  }
}
@media (min-width: 1920px) {
  .media-grid--article {
    grid-template-columns: repeat(10, calc(33.33% - 8px));
  }
}

.contacts-block {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  padding-top: 77px;
}
@media (max-width: 992px) {
  .contacts-block {
    flex-direction: column;
  }
}

.contacts-left {
  flex: 0 0 auto;
  padding: 28px 45px 70px 45px;
}
.contacts-left h1 {
  width: 310px;
  min-width: 310px;
  margin-bottom: 73px;
}
@media (max-width: 1300px) {
  .contacts-left h1 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .contacts-left h1 {
    text-align: center;
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 40px;
  }
}
.contacts-left > .select-desktop {
  display: flex;
  flex-direction: column;
  list-style: unset;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contacts-left > .select-desktop li {
  list-style: unset;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(9, 174, 229, 0.38);
  border-bottom: 1px solid rgba(9, 174, 229, 0.38);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.contacts-left > .select-desktop button {
  background-color: transparent;
  padding: 14px 0;
  border-radius: 0;
  color: #164884;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
  text-transform: unset;
  text-align: left;
}
.contacts-left > .select-desktop .active {
  border-color: rgba(9, 174, 229, 0.38);
}
.contacts-left > .select-desktop .active button {
  color: #09AEE5;
}
@media (max-width: 992px) {
  .contacts-left > .select-desktop {
    display: none;
  }
}
.contacts-left > .dropdown {
  display: none;
}
@media (max-width: 992px) {
  .contacts-left > .dropdown {
    display: block;
  }
}
@media (max-width: 768px) {
  .contacts-left .breadcrumbs-fertilizers {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .contacts-left .breadcrumbs-fertilizers {
    margin-bottom: 20px;
  }
}
@media (max-width: 1300px) {
  .contacts-left {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .contacts-left {
    padding: 20px 20px 40px 20px;
  }
}

.contacts-right {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  background-color: #ECF0F7;
}
@media (max-width: 1300px) {
  .contacts-right {
    display: block;
    width: 100%;
  }
}

.contacts-section {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
}

.contacts-location {
  flex: 0 0 auto;
  position: relative;
  padding: 88px 45px 58px 55px;
}
.contacts-location h2 {
  margin: 0;
  color: #164884;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 140% */
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: unset;
  margin-top: 0;
}
@media (max-width: 768px) {
  .contacts-location h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .contacts-location h2 {
    margin-bottom: 30px;
  }
}
.contacts-location > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contacts-location > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  margin-bottom: 20px;
}
.contacts-location > ul > li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  background-image: url("/assets/images/map-pin.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.contacts-location--contacts {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #164884;
}
.contacts-location--contacts a {
  color: #164884;
}
.contacts-location--address {
  font-size: 14px;
  line-height: 20px;
  color: #164884;
}
@media (max-width: 768px) {
  .contacts-location {
    padding: 30px 45px 30px 45px;
  }
}
@media (max-width: 576px) {
  .contacts-location {
    padding: 40px 20px;
  }
}

.contacts-map-wrapper {
  position: relative;
  flex: 1 1 auto;
  min-height: 445px;
  width: 100%;
}
@media (max-width: 768px) {
  .contacts-map-wrapper {
    min-height: 336px;
  }
}
.contacts-map-wrapper .contacts-map {
  width: 100%;
  height: 445px;
}
@media (max-width: 768px) {
  .contacts-map-wrapper .contacts-map {
    height: 336px;
  }
}
.contacts-map-wrapper .custom-icon {
  display: flex;
  align-items: center;
  gap: 3px;
  transform: translate(-25px, -84%);
}
.contacts-map-wrapper .custom-icon span {
  background-color: #fff;
  color: #000;
  padding: 3px;
  border-radius: 5px;
  white-space: nowrap;
  font-weight: 700;
}

#othersList {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ECF0F7;
  top: 0;
}

.ymaps-2-1-79-copyrights-pane {
  display: none;
}

.dropdown-content-item-list {
  padding: 16px 0 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.dropdown-content-item-list li {
  list-style: none;
  list-style-type: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  padding: 16px 0;
  margin-right: 10px;
  color: #164884;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}

.company-html {
  scroll-behavior: smooth;
}

.job-top-block {
  padding-top: 76px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .job-top-block {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .job-top-block {
    padding-bottom: 30px;
  }
}
.job-top-block h1 {
  margin-bottom: 65px;
}
@media (max-width: 1300px) {
  .job-top-block h1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .job-top-block h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .job-top-block h1 {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .job-top-block h1 {
    padding: 0 20px;
    text-align: center;
  }
}
.job-top-block .job-flex {
  gap: 0;
  align-items: stretch;
  margin-bottom: 117px;
}
@media (max-width: 992px) {
  .job-top-block .job-flex {
    margin-bottom: 70px;
  }
}
.job-top-block .job-texts {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .job-top-block .job-texts {
    display: contents;
  }
}
@media (max-width: 576px) {
  .job-top-block .dropdown-content-visible > div.dropdown-content {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 992px) {
  .job-top-block .container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .job-top-block .vacancy-container {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .job-top-block .vacancy-container {
    padding: 0 20px;
  }
}
.job-top-block picture {
  max-width: 561px;
  width: 100%;
  min-width: 300px;
  display: flex;
}
@media (max-width: 992px) {
  .job-top-block picture {
    order: 4;
    max-width: 100%;
  }
}
.job-top-block img {
  max-width: 561px;
  width: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 992px) {
  .job-top-block img {
    max-width: unset;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .job-top-block img {
    margin-bottom: 30px;
    min-height: 303px;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .job-top-block .right-side-menu {
    max-width: unset;
  }
}
@media (max-width: 992px) {
  .job-top-block .right-side-menu {
    padding: 0 44px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .job-top-block .right-side-menu {
    padding: 0 20px;
  }
}

.blue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.blue span {
  line-height: 100%;
}

.job-breadcrumbs {
  margin-bottom: 40px;
  padding-top: 28px;
}
@media (max-width: 768px) {
  .job-breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .job-breadcrumbs {
    padding: 28px 44px 0;
  }
}
@media (max-width: 576px) {
  .job-breadcrumbs {
    padding: 20px 20px 0;
  }
}

.job-welcome {
  display: block;
  margin-bottom: 42px;
  font-size: 14px;
  line-height: 20px;
  padding-right: 50px;
}
@media (max-width: 1300px) {
  .job-welcome {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .job-welcome {
    order: 5;
  }
}
@media (max-width: 992px) {
  .job-welcome {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .job-welcome {
    padding: 0 20px;
    margin-bottom: 32px;
    text-align: center;
  }
}

.job-double-button {
  margin-bottom: 30px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 7px;
  height: unset;
}
@media (max-width: 1300px) {
  .job-double-button {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .job-double-button {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .job-double-button {
    order: 6;
  }
}
@media (max-width: 992px) {
  .job-double-button {
    padding: 0 44px;
    max-width: 529px;
  }
}
@media (max-width: 576px) {
  .job-double-button {
    padding: 0 20px;
    flex-direction: column;
    max-width: unset;
  }
}
.job-double-button .blue {
  width: 100%;
  padding: 9px 14px;
}

.job-right-column {
  position: absolute;
  display: block;
  width: 253px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  background-color: #ECF0F7;
}
@media (max-width: 1300px) {
  .job-right-column {
    display: none;
  }
}

.job-why-we {
  position: relative;
  padding: 64px 50px 81px 45px;
  margin-left: -45px;
  background-color: #06A5DA;
  color: white;
  margin-top: auto;
}
.job-why-we h2 {
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 26px;
  position: relative;
  z-index: 5;
}
@media (max-width: 576px) {
  .job-why-we h2 {
    text-align: center;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 59px;
  }
}
@media (max-width: 576px) {
  .job-why-we h2 br {
    display: none;
  }
}
.job-why-we span {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 576px) {
  .job-why-we span {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .job-why-we {
    margin-left: -45px;
    padding: 33px 20px 57px 44px;
  }
}
@media (max-width: 992px) {
  .job-why-we {
    order: 7;
  }
}
@media (max-width: 992px) {
  .job-why-we {
    padding: 64px 44px 76px;
    margin-left: unset;
  }
}
@media (max-width: 576px) {
  .job-why-we {
    padding: 33px 20px 57px;
  }
}

.job-why-we::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  inset: 0;
  background-image: url("/assets/images/fertilizers/bg-vec2.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

.content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
}

.content.open {
  grid-template-rows: 1fr;
}

.acc img {
  transition: transform 0.3s ease;
}

.text-wrapper {
  min-height: 0;
}

.vacancy-container h2 {
  margin: 0;
  color: #164884;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 130% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .vacancy-container h2 {
    font-size: 24px;
    text-align: center;
    line-height: 110%;
    margin-bottom: 20px;
  }
}

.vacancies {
  width: 100%;
  padding-right: 28px;
}
@media (max-width: 992px) {
  .vacancies {
    padding-right: unset;
  }
}

.job__accardeon {
  border-radius: 10px;
  background: #ECF0F7;
  padding: 28px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .job__accardeon {
    padding: 20px;
  }
}
.job__accardeon .job__acc {
  cursor: pointer;
}
.job__accardeon .job__acc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.job__accardeon .job__acc-flex h3 {
  color: #164884;
  font-size: 22px;
  font-style: normal;
  font-weight: 550;
  line-height: 28px;
  /* 127.273% */
  margin: 0;
}
@media (max-width: 576px) {
  .job__accardeon .job__acc-flex h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.job__accardeon .job__acc-flex .acc-btn {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: unset;
}
.job__accardeon .job__acc-flex .acc-btn svg {
  transition: transform 0.25s ease;
}
.job__accardeon .job__about-flex {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.job__accardeon .job__about {
  display: flex;
  flex-direction: column;
}
.job__accardeon .job__about span {
  color: #09AEE5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.job__accardeon .job__about span span {
  color: #164884;
}
.job__accardeon h4 {
  color: #164884;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .job__accardeon h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.job__accardeon ul {
  margin: 0;
}
.job__accardeon li {
  font-size: 14px;
  line-height: 20px;
}
.job__accardeon .blue {
  max-width: 175px;
  padding: 11px 20px;
}

.vacancy-container {
  scroll-margin-top: 77px;
}

.about-top-block {
  padding-top: 77px;
}
@media (max-width: 992px) {
  .about-top-block .container {
    padding: unset;
  }
}
.about-top-block .about-top-flex {
  align-items: stretch;
}
@media (max-width: 992px) {
  .about-top-block .about-top-flex {
    gap: 40px;
  }
}
.about-top-block .about-top-texts {
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .about-top-block .about-top-texts {
    padding-bottom: unset;
  }
}
.about-top-block h1 {
  color: #164884;
  font-size: clamp(49px, 3vw, 75px);
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  /* 128.571% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .about-top-block h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .about-top-block h1 {
    padding: 0 44px;
  }
}
@media (max-width: 768px) {
  .about-top-block h1 {
    font-size: 49px;
    line-height: 63px;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .about-top-block h1 {
    text-align: center;
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 35px;
    padding: 0 20px;
  }
}
.about-top-block p {
  color: #164884;
  font-size: clamp(14px, 1vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin: 0;
}
@media (max-width: 768px) {
  .about-top-block p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .about-top-block p {
    display: none;
  }
}
@media (max-width: 992px) {
  .about-top-block p {
    padding: 0 44px;
  }
}
.about-top-block picture {
  max-width: 50%;
  flex-shrink: 0;
  width: 100%;
}
@media (max-width: 1300px) {
  .about-top-block picture {
    max-width: 350px;
  }
}
@media (max-width: 992px) {
  .about-top-block picture {
    max-width: unset;
  }
}
.about-top-block .about-top-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .about-top-block .about-top-image {
    max-width: unset;
    max-height: 618px;
  }
}
@media (max-width: 768px) {
  .about-top-block .about-top-image {
    min-height: 303px;
    height: 100%;
    object-fit: cover;
  }
}

.company-flex {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 253px + 44px);
  gap: 20px;
}
@media (max-width: 992px) {
  .company-flex {
    max-width: 100%;
    flex-direction: column;
  }
}

.right-side-menu {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 253px;
  width: 100%;
  height: 100%;
  background: #ECF0F7;
}
@media (max-width: 992px) {
  .right-side-menu {
    position: relative;
    max-width: calc(100% - 88px);
    width: 100%;
    background-color: transparent;
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .right-side-menu {
    margin-bottom: unset;
  }
}
@media (max-width: 576px) {
  .right-side-menu {
    max-width: calc(100% - 40px);
  }
}
.right-side-menu .dropdown-current {
  display: none;
}
@media (max-width: 992px) {
  .right-side-menu .dropdown-current {
    display: flex;
    padding-left: 20px;
  }
}
.right-side-menu .right-column-menu-container {
  position: sticky;
  top: 0;
  padding: 114px 44px 0 21px;
}
.right-side-menu .right-column-menu-container div {
  overflow: unset;
  width: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
@media (max-width: 992px) {
  .right-side-menu .right-column-menu-container div {
    overflow: hidden;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media (max-width: 992px) {
  .right-side-menu .right-column-menu-container {
    position: absolute;
    top: calc(100% - 7px);
    padding: 0;
  }
}
@media (max-width: 992px) {
  .right-side-menu .dropdown {
    display: block;
    margin: 0 auto 20px;
    max-width: calc(100% - 88px);
  }
}
@media (max-width: 768px) {
  .right-side-menu .dropdown {
    margin-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .right-side-menu .dropdown {
    max-width: calc(100% - 40px);
  }
}
.right-side-menu .right-column-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.right-side-menu .right-column-menu li {
  padding: 14px 0 14px 12px;
  margin: 0;
  list-style: none;
  list-style-type: none;
  border-top: 1px solid rgba(9, 174, 229, 0.38);
}
@media (max-width: 992px) {
  .right-side-menu .right-column-menu li {
    border-top: 1px solid rgba(9, 174, 229, 0.3803921569);
    padding: 16px 0 16px 0;
    margin-left: 20px;
    margin-right: 10px;
  }
}
.right-side-menu .right-column-menu li a {
  color: #164884;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}
.right-side-menu .right-column-menu li:last-child {
  border-bottom: 1px solid rgba(9, 174, 229, 0.38);
}
@media (max-width: 992px) {
  .right-side-menu .right-column-menu li:last-child {
    border-bottom: none;
  }
}
.right-side-menu .right-column-menu .active a {
  color: #09AEE5;
}
@media (max-width: 992px) {
  .right-side-menu .right-column-menu .active a {
    color: #164884;
  }
}

.about-breadcrumbs {
  margin-bottom: 40px;
  padding-top: 28px;
}
@media (max-width: 576px) {
  .about-breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .about-breadcrumbs {
    padding: 28px 44px 0;
  }
}
@media (max-width: 576px) {
  .about-breadcrumbs {
    padding: 20px 20px 0;
    margin-bottom: 20px;
  }
}

.about-history {
  display: block;
  position: relative;
  background-color: #164884;
  width: calc(100% - 253px);
  padding: 83px 0 116px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-history {
    padding-bottom: 44px;
  }
}
@media (max-width: 576px) {
  .about-history {
    padding-top: 44px;
  }
}
.about-history .container {
  position: relative;
  z-index: 5;
  padding-right: unset;
  padding-left: unset;
}
.about-history h2 {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  /* 130% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .about-history h2 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .about-history {
    width: 100%;
  }
}

.about-history::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  width: 1597px;
  height: 1597px;
  top: 342px;
  left: 92px;
  background: radial-gradient(50% 50% at 50% 50%, #06A5DA 0%, rgba(6, 165, 218, 0) 100%);
  backdrop-filter: blur(50px);
}

.about-history::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  inset: 0;
  background-image: url("/assets/images/fertilizers/bg-vec1.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

.about-history-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
  padding-right: 44px;
  padding-left: 44px;
}
@media (max-width: 576px) {
  .about-history-flex {
    margin-bottom: 33px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.about-history-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .about-history-nav {
    display: none;
  }
}

.about-history-nav-backward {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-color: unset;
  transform: rotate(180deg);
  padding: unset;
  transition: fill 0.25s ease, stroke 0.25s ease;
}

.about-history-nav-backward path {
  transition: stroke 0.25s ease;
}

.about-history-nav-backward rect {
  transition: fill 0.25s ease;
}

.about-history-nav-backward:hover path {
  stroke: #fff;
}

.about-history-nav-backward:hover rect {
  fill: #06A5DA;
}

.about-history-nav-forward path {
  transition: stroke 0.25s ease;
}

.about-history-nav-forward rect {
  transition: fill 0.25s ease;
}

.about-history-nav-forward {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-color: unset;
  padding: unset;
  transition: fill 0.25s ease, stroke 0.25s ease;
}

.about-history-nav-forward:hover path {
  stroke: #fff;
}

.about-history-nav-forward:hover rect {
  fill: #06A5DA;
}

.about-support {
  position: relative;
  background-color: #0D2644;
  overflow: hidden;
  color: white;
  width: calc(100% - 253px);
  padding: 65px 45px 65px 45px;
}
@media (max-width: 1300px) {
  .about-support {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .about-support {
    padding: 40px 20px 40px 20px;
  }
}

.about-support::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 3;
  width: 1132px;
  height: 1132px;
  top: -156px;
  left: -566px;
  opacity: 0.43;
  background: radial-gradient(50% 50% at 50% 50%, #83CFF4 0%, rgba(131, 207, 244, 0) 85.5%);
  backdrop-filter: blur(80px);
}

.about-support::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  width: 1132px;
  height: 1132px;
  top: -691px;
  left: 506px;
  background: radial-gradient(50% 50% at 50% 50%, #06A5DA 0%, rgba(6, 165, 218, 0) 100%);
  backdrop-filter: blur(80px);
}

.about-support-wrapper {
  position: relative;
  z-index: 5;
}
.about-support-wrapper h2 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .about-support-wrapper h2 {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.about-support-wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #09AEE5;
  padding: 11.5px 10px;
  min-width: 170px;
}
.about-support-wrapper button span {
  display: flex;
  margin-bottom: 0;
  line-height: 100%;
}
@media (max-width: 576px) {
  .about-support-wrapper button {
    width: 100%;
  }
}

.about-timeline-wrapper {
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 5.5px;
}
@media (max-width: 576px) {
  .about-timeline-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-timeline-waypoint {
  position: relative;
}

.about-timeline-waypoint::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .about-timeline-waypoint::before {
    margin-bottom: 30px;
  }
}

.about-timeline-waypoint::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -5.5px;
  left: 0;
}

.about-timeline-waypoint-icon {
  margin-bottom: 25px;
  width: 79px;
  height: 79px;
}
@media (max-width: 576px) {
  .about-timeline-waypoint-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 13px;
  }
}

.about-timeline-waypoint-icon-last {
  width: 203px;
  height: 79px;
}
@media (max-width: 576px) {
  .about-timeline-waypoint-icon-last {
    width: unset;
    height: unset;
  }
}

.about-timeline-waypoint-year {
  display: block;
  color: #09AEE5;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 120% */
}

.about-timeline-waypoint-title {
  display: block;
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.last-sldie-arrow {
  position: absolute;
  top: -3px;
  right: 0;
}

.research-flex {
  gap: 100px;
}
@media (max-width: 1300px) {
  .research-flex {
    gap: 30px;
  }
}

.two-col-grid--col1 {
  width: 100%;
}
.two-col-grid--col1 h1 {
  color: #164884;
  font-size: clamp(31px, 3vw, 49px);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 123px;
}
@media (max-width: 992px) {
  .two-col-grid--col1 h1 {
    font-size: 49px;
    line-height: 63px;
    margin-bottom: 70px;
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .two-col-grid--col1 h1 {
    text-align: center;
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 40px;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .research .container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .research .right-side-menu {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .research .breadcrumbs-fertilizers {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .research .breadcrumbs-fertilizers {
    padding: 0 20px;
  }
}

.research-menu {
  position: static;
  max-width: unset;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media (max-width: 992px) {
  .research-menu {
    position: relative;
    z-index: 2;
    max-width: calc(100% - 88px);
  }
}
@media (max-width: 576px) {
  .research-menu {
    max-width: calc(100% - 40px);
  }
}
.research-menu .right-column-menu-container {
  position: static;
  padding: 0;
}
@media (max-width: 992px) {
  .research-menu .right-column-menu-container {
    position: absolute;
  }
}
.research-menu .dropdown-content-item-list {
  background-color: transparent;
}
@media (max-width: 992px) {
  .research-menu .dropdown-content-item-list {
    background-color: #ECF0F7;
  }
}
.research-menu .dropdown-current {
  position: relative;
}
.research-menu .dropdown-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.research-menu .dropdown-content-item svg {
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .research-menu .dropdown-content-item svg {
    display: none;
  }
}
.research-menu .active {
  color: #09AEE5;
}

.col2-research {
  padding-top: 77px;
  background: rgba(236, 240, 247, 0.6);
  max-width: 50%;
  width: 100%;
  min-width: 400px;
}
@media (max-width: 992px) {
  .col2-research {
    padding-top: unset;
    max-width: unset;
    min-width: unset;
  }
}
.col2-research .research__texts {
  padding: 49px 27px 73px;
}
@media (max-width: 992px) {
  .col2-research .research__texts {
    padding: 70px 44px;
  }
}
@media (max-width: 576px) {
  .col2-research .research__texts {
    padding: 40px 20px;
  }
}
.col2-research h2 {
  color: #164884;
  text-transform: unset;
  margin: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 550;
  line-height: 28px;
  /* 127.273% */
  margin-bottom: 47px;
}
@media (max-width: 992px) {
  .col2-research h2 {
    font-size: 21px;
    margin-bottom: 40px;
  }
}
.col2-research p {
  margin: 0;
  color: #164884;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.col2-research img {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .col2-research img {
    max-height: 618px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .col2-research img {
    min-height: 320px;
    object-fit: cover;
  }
}

@media (max-width: 992px) {
  .lab {
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .lab {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .lab h1 {
    margin-bottom: 70px;
    font-size: clamp(25px, 5vw, 49px);
    line-height: 120%;
  }
}
@media (max-width: 576px) {
  .lab h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .lab .right-side-menu {
    margin-bottom: 40px;
  }
}
.lab .lab__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 992px) {
  .lab .lab__flex {
    flex-direction: column;
    gap: 70px;
  }
}
@media (max-width: 576px) {
  .lab .lab__flex {
    gap: 40px;
  }
}
.lab .lab__flex .lab__texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .lab .lab__flex .lab__texts p {
    display: block;
  }
}
@media (max-width: 576px) {
  .lab .lab__flex .lab__texts p {
    padding: 0 20px;
    text-align: center;
  }
}
.lab .lab__flex .lab__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 505px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .lab .lab__flex .lab__content {
    padding-right: 44px;
    padding-left: 44px;
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .lab .lab__flex .lab__content {
    padding: 0 20px;
  }
}
.lab .lab__flex .lab__content strong {
  color: #164884;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}
@media (max-width: 992px) {
  .lab .lab__flex .lab__content strong {
    font-size: 18px;
    line-height: 24px;
  }
}
.lab .lab__flex .lab__content ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lab .lab__flex .lab__content li {
  color: #164884;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding-left: 0;
  margin-bottom: unset;
}
.lab .lab__flex .lab__content button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.main-body {
  background-color: #0D2644;
  padding-top: unset;
  max-width: 2300px;
  margin: 0 auto;
}

.main-header {
  background-color: transparent;
  max-width: 2300px;
  margin: 0 auto;
}
.main-header button > span::after {
  display: none;
}

.wrapper {
  display: flex;
  max-width: 2300px;
  width: 100%;
  position: relative;
}

.animation {
  position: absolute;
  top: 0px;
  width: 100%;
  background: #0D2644;
  min-height: 100svh;
  overflow: hidden;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  z-index: 15;
  max-width: 2300px;
}
.animation .container {
  position: relative;
  z-index: 10;
}
.animation h1 {
  display: block;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: auto;
}
.animation h1 span {
  display: block;
  font-size: inherit;
  color: #09AEE5;
}
.animation__btn {
  max-width: 188px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #09AEE5;
  opacity: 0;
}
.animation__btn svg {
  position: relative;
  top: -1px;
}
.animation__btn:hover {
  background-color: #fff;
  color: #06A5DA;
}
.animation__btn:hover svg path {
  stroke: #06A5DA;
}
.animation__descr {
  display: block;
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  text-transform: uppercase;
  max-width: 300px;
  text-align: left;
}
.animation .hero__texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60svh;
  gap: 26px;
}

.animation__logo {
  margin-bottom: 40px;
}

.animation__top-blur {
  position: absolute;
  top: 0;
  left: 0;
}

.animation__top-square {
  position: absolute;
  top: -300px;
  right: 110px;
}

.animation__bottom-square {
  position: absolute;
  top: 255px;
  right: -280px;
}

.animation__bottom-blur {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
}

.main-bg {
  background-image: url(../assets/images/main-animation/main.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position-x: 112px;
  background-position-y: -104px;
  transition: background-position 0.25s linear;
  overflow: hidden;
}

@media (max-width: 1921px) {
  .main-bg {
    background-position-x: 52px;
  }
}
@media (max-width: 1441px) {
  .main-bg {
    background-position-x: 52px;
    background-position-y: 0px;
  }
}
@media (max-width: 1100px) {
  .main-bg {
    background-position-x: -52px;
  }
}
@media (max-height: 700px) {
  .main-bg {
    background-position: 28px 0px;
  }
  .fosfatovit__image svg {
    bottom: 10%;
  }
}
@media (max-width: 992px) {
  .main-bg {
    display: contents;
  }
}
.hero {
  margin-left: auto;
  max-width: 65%;
  width: 100%;
  min-height: 100svh;
  padding-top: 10%;
  flex-shrink: 0;
  padding-bottom: 55px;
}
.hero__relative {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 610px;
  margin: 0 auto;
}
.hero__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 40px;
}
.hero__swiper {
  height: 328px;
  transition-timing-function: linear;
  position: absolute;
  right: -23px;
  max-width: 50px;
  width: 100%;
  top: 170px;
}
.hero__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.hero__swiper .swiper-slide {
  max-width: 48px;
  height: 48px;
}
.hero__block {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 20.716px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.442px;
  /* 108.333% */
  border-radius: 10.358px;
  border: 1.295px solid #FFF;
  background: rgba(174, 174, 174, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.hero__pay {
  position: absolute;
  top: 166px;
  right: 85px;
}
.hero__opa {
  position: absolute;
  top: 453px;
  right: 85px;
}
.hero__azo {
  position: absolute;
  left: -15px;
  top: 350px;
}
.hero__fos {
  position: absolute;
  left: -15px;
  bottom: 65px;
  z-index: 5;
}
.hero__n {
  position: absolute;
  top: 32px;
  left: 170px;
}
.hero__p {
  position: absolute;
  bottom: -17px;
  left: 126px;
}
.hero__k {
  position: absolute;
  bottom: -17px;
  left: 126px;
}
.hero__p-green {
  position: absolute;
  bottom: 109px;
  left: -17px;
}
.hero__k-green {
  position: absolute;
  bottom: 109px;
  left: -17px;
}
.hero__n-green {
  position: absolute;
  left: -15px;
  bottom: 186px;
  opacity: 0;
}
.hero__purple {
  position: absolute;
  right: 162px;
  top: 170px;
  opacity: 0;
  transform: scale(0);
}
.hero__pink {
  position: absolute;
  right: 162px;
  top: 457px;
  opacity: 0;
  transform: scale(0);
}

.screen-splitter {
  display: flex;
}

.azovit__block {
  background-color: #1C9D35;
}

.fosfatovit__block {
  background-color: #2A5539;
}

.rau__block {
  background-color: #46398B;
}

.ora__block {
  background-color: #BF7CB3;
}

.section-height {
  height: 100svh;
  top: 0;
  will-change: transform;
}

.w-35 {
  max-width: 35%;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 60px;
  padding-left: 45px;
  align-items: baseline;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.w-35 h2 {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  /* 130% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: unset;
  order: 3;
  margin-top: unset;
}
.w-35 span {
  display: block;
  color: rgba(255, 255, 255, 0.49);
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  margin-bottom: 12px;
  order: 4;
}
.w-35 p {
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 10px;
  max-width: 353px;
  width: 100%;
  order: 5;
  margin-top: unset;
}
.w-35 a {
  margin-top: auto;
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11.5px 40px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.2);
  order: 6;
  max-width: max-content;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.w-35 a:hover {
  background-color: #06A5DA;
  color: #fff;
}
.w-35 a:hover svg path {
  stroke: #fff;
}
.w-35 picture {
  order: 2;
}
.w-35 picture img {
  max-width: 331px;
  width: 100%;
}
.w-35 .texts {
  display: contents;
}

.banners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  order: 1;
  margin-bottom: 43px;
}
.banners span {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  /* 100% */
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 38.851px;
  border: 0.733px solid #FFF;
  margin-bottom: unset;
}

.bg-image {
  max-width: 65%;
  width: 100%;
  overflow: hidden;
  background-position: center;
  position: relative;
}

.ora__image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}
.ora__image svg {
  position: absolute;
  bottom: 13%;
  transform: translateX(-50%);
  left: 80%;
  z-index: 2;
}

.azovit__image svg {
  position: absolute;
  bottom: 20%;
  left: 10%;
}
.azovit__image .azovit-element-3 {
  left: 50%;
}

.fosfatovit__image svg {
  position: absolute;
  bottom: 20%;
  left: 160px;
}
.fosfatovit__image .fosfatovit-element-2 {
  left: 50%;
}

.rau__image {
  background-position: center;
}
.rau__image svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
}
.rau__image .rau-element-7 {
  left: 50%;
  transform: translate(-40%, -50%);
}

.about {
  min-height: 100svh;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  background: linear-gradient(180deg, rgba(17, 30, 48, 0) 0%, #111E30 100%);
  top: -25%;
  transform: rotate(180deg) translateY(-25%);
  width: 100%;
  left: 0;
  height: 335px;
  position: absolute;
  z-index: 10;
}
.about::after {
  content: "";
  background: linear-gradient(180deg, rgba(17, 30, 48, 0) 0%, #111E30 100%);
  bottom: 0;
  width: 100%;
  left: 0;
  height: 335px;
  position: absolute;
  z-index: 5;
}
.about .container {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  position: relative;
  z-index: 10;
}
.about__video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.about__flex {
  margin-top: auto;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 60px;
}
.about__block {
  max-width: 844px;
}
.about__block h2 {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  /* 130% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  margin-top: unset;
}
.about__block p {
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
  margin: unset;
}
.about a {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  line-height: 14px;
  padding: 11.5px 20px 10.5px;
  border-radius: 38px;
}
.about a:hover {
  background-color: #06A5DA;
  color: #fff;
}
.about a:hover svg path {
  stroke: #fff;
}

@media (min-width: 1921px) {
  .about__block h2 {
    font-size: 80px;
  }
  .about__block p {
    font-size: 30px;
  }
}
.main-flex {
  display: flex;
}

.agronom {
  min-width: 100%;
  min-height: 100svh;
}
.agronom__flex {
  display: flex;
  min-height: 100svh;
}
.agronom__block {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 35%;
  width: 100%;
  min-height: 100svh;
  justify-content: center;
  padding-left: 44px;
  background-color: #0D2644;
  padding-right: 40px;
  position: relative;
}
.agronom__block h2 {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  /* 130% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: unset;
  margin-bottom: 10px;
}
.agronom__block p {
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  max-width: 389px;
  margin-top: unset;
}
.agronom__block a {
  max-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #09AEE5;
  position: relative;
  z-index: 5;
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  text-transform: uppercase;
  padding: 13px 20px 12px;
  border-radius: 36px;
}
.agronom__block a svg {
  position: relative;
}
.agronom__block a:hover {
  background-color: #fff;
  color: #06A5DA;
}
.agronom__block a:hover svg path {
  stroke: #06A5DA;
}
.agronom__block .agronom-top-svg {
  position: absolute;
  top: 0;
  left: 0;
}
.agronom__block .agronom-bottom-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.agronom__bg {
  background-image: url(../assets/images/main/agronom.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.no-pass {
  width: 100%;
  min-height: calc(100svh - 140px);
  background-color: #fff;
  padding-top: 140px;
}
.no-pass .container {
  padding-right: unset;
  padding-left: unset;
}
.no-pass h2 {
  color: #164884;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  /* 130% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: unset;
  margin-bottom: 40px;
  padding-left: 44px;
}
.no-pass .no-pass__swiper {
  padding-right: 44px;
  padding-left: 44px;
}
.no-pass .swiper-wrapper {
  box-sizing: border-box;
  gap: 12px;
}
.no-pass .swiper-slide {
  max-width: max-content;
}
.no-pass .swiper-slide:nth-child(1) {
  max-width: 676px;
}
.no-pass .no-pass__block {
  border-radius: 10px;
  min-height: 480px;
  background-image: url(../assets/images/main/no-pass.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  display: flex;
  max-width: 676px;
  width: 100%;
  transition: background-size 0.3s ease, backdrop-filter 0.3s ease, background-color 0.3s ease;
}
.no-pass .no-pass__block:hover {
  background-size: 120%;
}
.no-pass .no-pass__block:hover .no-pass__texts {
  animation: bg-trans 0.4s ease forwards alternate;
}
.no-pass .no-pass__block:hover h3 {
  transform: translateY(-10px);
}
.no-pass .no-pass__block:hover .no-pass__link {
  transform: translateY(-10px);
  color: #09AEE5;
}
@keyframes bg-trans {
  0% {
    backdrop-filter: blur(43.0999984741px);
  }
  50% {
    backdrop-filter: blur(0px);
  }
  100% {
    background-color: #0D2644;
  }
}
.no-pass .no-pass__badge {
  position: absolute;
  padding: 6px 12px;
  top: 22px;
  left: 26px;
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  border-radius: 30px;
  border: 1px solid #FFF;
}
.no-pass .no-pass__texts {
  padding: 34px 26px 26px;
  background: rgba(13, 41, 71, 0.26);
  backdrop-filter: blur(43.0999984741px);
  border-radius: 0 0 10px 10px;
  margin-top: auto;
  width: 100%;
}
.no-pass .no-pass__texts h3 {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  margin-bottom: 53px;
  margin-top: unset;
  transition: transform 0.3s ease;
}
.no-pass .no-pass__link {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  transition: transform 0.3s ease, color 0.3s ease;
}
.no-pass .no-pass__link::after {
  content: "";
  position: absolute;
  inset: 0;
}
.no-pass .no-pass__block-2 {
  max-width: 326px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.no-pass .no-pass__block-2 img {
  border-radius: 10px 10px 0 0;
  position: relative;
  transition: transform 0.3s ease;
  max-width: 326px;
  width: 100%;
  height: 243px;
}
.no-pass .no-pass__block-2:hover img {
  transform: scale(1.1);
}
.no-pass .no-pass__texts-2 {
  padding: 24px 12px;
  background-color: #ECF0F7;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 5;
}
.no-pass .no-pass__texts-2 h3 {
  margin-top: unset;
  color: #164884;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}
.no-pass .no-pass__link-2 {
  color: #09AEE5;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
}
.no-pass .no-pass__pag {
  display: none;
}

.no-pass::before {
  content: "";
  position: absolute;
  top: -20px;
}

.horizontal-swiper {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  height: 100svh;
  background-color: #fff;
}
.horizontal-swiper .swiper-slide {
  width: 100%;
  background-color: #fff;
}

@media (max-width: 1300px) {
  .fosfatovit__image svg {
    left: 10%;
  }
}
@media (max-width: 1085px) {
  .hero {
    max-width: 70%;
  }
  .w-35 {
    padding-left: 30px;
  }
  .fosfatovit__image svg {
    left: 2%;
  }
}
@media (max-height: 780px) and (min-width: 993px) {
  .hero {
    padding-top: 4%;
  }
  .hero__relative {
    position: relative;
    transform: scale(0.7);
    top: unset;
    left: unset;
  }
  .hero__swiper {
    right: -4px;
  }
  .w-35 {
    padding-top: 75px;
  }
  .w-35 picture img {
    max-width: 50%;
    height: unset;
  }
  .w-35 h2 {
    font-size: 30px;
  }
  .w-35 p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .w-35 span {
    font-size: 14px;
  }
  .banners {
    margin-bottom: 20px;
  }
  .banners span {
    font-size: 10px;
    padding: 8px 12px;
  }
  .azovit__image svg {
    left: 50px;
  }
  .fosfatovit__image svg {
    left: 50px;
  }
  .rau__image svg {
    right: 10%;
  }
  .ora__image svg {
    left: 85%;
    bottom: 4% !important;
  }
  .ora__image img {
    bottom: 8% !important;
  }
  .agronom__block h2 {
    font-size: 30px;
  }
  .agronom__block p {
    font-size: 14px;
  }
  .no-pass {
    padding-top: 75px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .no-pass .no-pass__block {
    min-height: 400px;
  }
  .no-pass .no-pass__texts-2 {
    min-height: 140px;
  }
}
@media (max-width: 992px) {
  .hero {
    background-image: url(/assets/images/main-animation/bgx2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .wrapper {
    flex-direction: column;
  }
  .animation {
    position: relative;
    display: block;
    padding-top: 113px;
    width: 100% !important;
  }
  .animation h1 {
    font-size: 98.233px;
    margin-bottom: 38px;
  }
  .animation__logo {
    display: none;
  }
  .animation__descr {
    max-width: 440px;
    font-size: 21.484px;
    line-height: 30.884px;
    margin-bottom: 32px;
  }
  .animation__top-square {
    position: absolute;
    top: -144px;
    right: -30px;
    transform: unset !important;
  }
  .animation__bottom-square {
    position: absolute;
    top: 33px;
    right: -161px;
    transform: unset !important;
  }
  .animation__btn {
    opacity: 1;
  }
  .animation .animation__bottom-blur {
    display: none;
  }
  .hero {
    max-width: unset;
    min-height: unset;
    padding-bottom: 50px;
  }
  .hero__relative {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .hero__swiper {
    right: -5px;
  }
  .screen-splitter {
    flex-direction: column;
  }
  .section-height {
    height: unset;
  }
  .w-35 {
    min-height: unset;
    max-width: unset;
    padding-top: 54px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .w-35 .texts {
    display: flex;
    flex-direction: column;
  }
  .w-35 picture {
    order: 1;
    width: 100%;
    max-width: 305px;
  }
  .w-35 picture img {
    width: 100%;
    height: unset;
  }
  .w-35 span {
    font-size: 18px;
  }
  .w-35 p {
    margin-bottom: 12px;
  }
  .bg-image {
    min-height: 466px;
    max-width: unset;
    background-image: url(../assets/images/main/bg-768.webp);
    background-position: center;
    background-size: cover;
  }
  .rau__image {
    background-image: url(../assets/images/main/rau-bg-768.webp);
  }
  .ora__image {
    background-image: url(../assets/images/main/bg-no-plant-768.webp);
  }
}
@media only screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 992px) and (min-resolution: 192dpi) {
  .bg-image {
    background-image: url(../assets/images/main/bg-768x2.webp);
  }
  .ora__image {
    background-image: url(../assets/images/main/bg-no-plant-768x2.webp);
  }
  .rau__image {
    background-image: url(../assets/images/main-animation/bgx2.webp);
  }
}
@media (max-width: 992px) {
  .banners {
    margin-bottom: 30px;
  }
  .banners span {
    font-size: 13px;
  }
  .azovit__image svg {
    bottom: 26%;
    left: 20%;
  }
  .azovit-element-1 {
    width: 80px;
    height: 80px;
  }
  .azovit-element-2 {
    width: 80px;
    height: 80px;
  }
  .azovit__image .azovit-element-3 {
    width: 220px;
    height: 220px;
    left: 65%;
  }
  .fosfatovit__image svg {
    left: 10%;
  }
  .fosfatovit-element-p-2 {
    width: 60px;
    height: 60px;
  }
  .fosfatovit-element-k-2 {
    width: 60px;
    height: 60px;
  }
  .fosfatovit__image .fosfatovit-element-2 {
    left: 50%;
  }
  .rau__image .rau-element-7 {
    left: 50%;
  }
  .about {
    min-height: 820px;
    background-position: center;
    padding-bottom: 84px;
  }
  .about .container {
    min-height: unset;
    min-height: 820px;
  }
  .about__flex {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
  }
  .about__block {
    max-width: 590px;
  }
  .agronom {
    min-height: unset;
  }
  .agronom__flex {
    min-height: unset;
    flex-direction: column;
  }
  .agronom__block {
    min-height: 497px;
    padding: 82px 44px 107px;
    max-width: unset;
    width: unset;
  }
  .agronom__block h2 br {
    display: none;
  }
  .agronom__block p {
    max-width: unset;
  }
  .agronom__bg {
    min-height: 466px;
  }
  .no-pass .swiper-slide {
    max-width: unset;
  }
  .no-pass .swiper-slide:nth-child(1) {
    max-width: unset;
  }
  .no-pass .no-pass__block {
    max-width: unset;
  }
  .no-pass .container {
    display: contents;
  }
  .horizontal-swiper {
    display: contents;
  }
  .horizontal-swiper .swiper-wrapper {
    display: contents;
  }
  .horizontal-swiper .swiper-slide {
    display: contents;
  }
  .no-pass__swiper {
    max-width: calc(100% - 44px);
    margin-left: unset;
  }
  .no-pass__swiper .swiper-wrapper {
    display: flex;
    margin-bottom: 24px;
    gap: unset;
  }
  .no-pass__swiper .swiper-slide {
    display: block;
  }
  .no-pass {
    min-height: unset;
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .no-pass .no-pass__pag {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .no-pass .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: rgba(9, 174, 229, 0.42);
  }
  .no-pass .swiper-pagination-bullet-active {
    background-color: #09AEE5;
  }
  .no-pass .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .no-pass .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
  .no-pass .no-pass__block-2 {
    max-width: unset;
    min-height: 480px;
  }
  .no-pass .no-pass__block-2 img {
    max-width: unset;
    object-fit: cover;
    min-height: 280px;
  }
  .no-pass .no-pass__texts-2 {
    min-height: 199px;
  }
}
@media (max-width: 768px) {
  .animation {
    min-height: 672px;
    padding-bottom: 100px;
  }
  .animation h1 {
    text-align: left;
  }
  .animation__top-square {
    position: absolute;
    top: -190px;
    right: -30px;
  }
  .animation__bottom-square {
    position: absolute;
    top: -9px;
    right: -162px;
  }
}
@media (max-width: 700px) {
  .animation .container {
    padding: 0 20px;
  }
  .hero .hero__scheme {
    display: block;
    margin: 0 auto;
    max-width: 484px;
  }
  .hero .hero__relative {
    max-width: 484px;
  }
  .hero .hero__block {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .hero .swiper-slide {
    width: 40px;
    height: 40px;
  }
  .hero .hero__swiper {
    height: 278px;
    top: 195px;
    right: -29px;
  }
  .hero .hero__pay {
    top: 194px;
    right: 76px;
    max-width: 80px;
  }
  .hero .hero__purple {
    right: 95px;
    top: 198px;
  }
  .hero .hero__opa {
    max-width: 80px;
    top: 427px;
    right: 76px;
  }
  .hero .hero__pink {
    right: 95px;
    top: 432px;
  }
  .hero .hero__n {
    width: 24px;
    height: 24px;
    top: 95px;
    left: 184px;
  }
  .hero .hero__azo {
    max-width: 100px;
  }
  .hero .hero__fos {
    max-width: 100px;
    bottom: 89px;
  }
  .hero .hero__n-green {
    width: 24px;
    height: 24px;
    left: -8px;
    bottom: 206px;
  }
  .hero .hero__p {
    width: 24px;
    height: 24px;
    bottom: 40px;
    left: 142px;
  }
  .hero .hero__k {
    width: 24px;
    height: 24px;
    bottom: 40px;
    left: 142px;
  }
  .hero .hero__p-green {
    width: 24px;
    height: 24px;
    left: -10px;
    bottom: 140px;
  }
  .hero .hero__k-green {
    width: 24px;
    height: 24px;
    left: -10px;
    bottom: 140px;
  }
}
@media (max-width: 576px) {
  .animation {
    padding-top: 110px;
    padding-bottom: 37px;
    min-height: unset;
  }
  .animation .animation__top-square {
    max-width: 454px;
    top: -190px;
    right: -100px;
  }
  .animation .animation__bottom-square {
    max-width: 217px;
    top: -113px;
    right: -162px;
  }
  .animation .animation__descr {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .animation h1 {
    font-size: 52px;
    line-height: 54px;
    text-align: center;
    margin: 0 auto 19px;
  }
  .animation__btn {
    margin: 0 auto;
  }
  .hero {
    background-image: url(../assets/images/main-animation/bg.webp);
    min-height: unset;
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .hero .container {
    padding: 0 20px;
  }
  .hero .hero__flex {
    margin-bottom: 20px;
  }
  .hero .hero__microbio {
    max-width: 84px;
    height: 8px;
  }
  .hero .hero__microel {
    max-width: 86px;
    height: 8px;
  }
  .hero .hero__scheme {
    max-width: 288px;
    height: 271px;
  }
  .hero .hero__relative {
    max-width: 288px;
  }
  .hero .hero__block {
    max-width: 24px;
    height: 24px;
    font-size: 10px;
    border-radius: 5px;
  }
  .hero .hero__swiper {
    height: 160px;
    top: 84px;
    right: -36px;
  }
  .hero .swiper-slide {
    width: 24px;
    height: 24px;
  }
  .hero .hero__pay {
    max-width: 60px;
    height: 21px;
    top: 83px;
    right: 33px;
  }
  .hero .hero__opa {
    max-width: 60px;
    height: 21px;
    top: 221px;
    right: 33px;
  }
  .hero .hero__fos {
    max-width: 94px;
    height: 22px;
    left: -7px;
    bottom: 24px;
  }
  .hero .hero__azo {
    max-width: 80px;
    height: 22px;
    top: 172px;
    left: -7px;
  }
  .hero .hero__n {
    top: 17px;
    left: 100px;
  }
  .hero .hero__n-green {
    left: -11px;
    bottom: 85px;
  }
  .hero .hero__p {
    bottom: -11px;
    left: 120px;
  }
  .hero .hero__k {
    bottom: -11px;
    left: 120px;
  }
  .hero .hero__k-green {
    bottom: 40px;
  }
  .hero .hero__p-green {
    bottom: 40px;
  }
  .hero .hero__purple {
    right: 42px;
    top: 77px;
    width: 30px;
    height: 30px;
  }
  .hero .hero__pink {
    width: 30px;
    height: 30px;
    right: 42px;
    top: 218px;
  }
  .w-35 {
    flex-direction: column;
    padding: 36px 20px;
    gap: unset;
  }
  .w-35 .texts {
    display: contents;
  }
  .w-35 h2 {
    order: 3;
    font-size: 32px;
    line-height: 50px;
  }
  .w-35 span {
    order: 4;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .w-35 p {
    order: 5;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
  }
  .w-35 button {
    order: 6;
  }
  .w-35 picture {
    order: 2;
    max-width: 252px;
  }
  .w-35 img {
    display: block;
    margin: 0 auto;
  }
  .banners {
    order: 1;
    margin-bottom: 20px;
  }
  .banners span {
    font-size: 13px;
    letter-spacing: unset;
  }
  .bg-image {
    min-height: 228px;
    background-image: url(../assets/images/main/bg-576.webp);
    background-position: center;
  }
  .azovit__image {
    background-image: url(../assets/images/main/bg-576.webp);
  }
  .fosfatovit__image {
    background-image: url(../assets/images/main/bg-576.webp);
  }
  .ora__image {
    background-image: url(../assets/images/main/bg-no-plant-576.webp);
  }
}
@media only screen and (max-width: 576px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 576px) and (min-resolution: 192dpi) {
  .bg-image {
    background-image: url(../assets/images/main-animation/bg-576x2.webp);
  }
  .azovit__image {
    background-image: url(../assets/images/main/bg-576x2.webp);
  }
  .fosfatovit__image {
    background-image: url(../assets/images/main/bg-576x2.webp);
  }
  .ora__image {
    background-image: url(../assets/images/main/bg-no-plant-576x2.webp);
  }
}
@media (max-width: 576px) {
  .azovit__image svg {
    max-width: 102px;
    height: 28px;
  }
  .azovit__image .azovit-element-3 {
    width: 160px;
    height: 160px;
  }
  .fosfatovit__image svg {
    max-width: 122px;
    height: 28px;
    left: 95px;
  }
  .fosfatovit__image .fosfatovit-element-2 {
    width: 160px;
    height: 160px;
    left: 65%;
  }
  .rau__image svg {
    width: 77px;
    height: 28px;
    right: 20%;
  }
  .rau__image .rau-element-7 {
    width: 140px;
    height: 140px;
  }
  .ora__image svg {
    width: 77px;
    height: 28px;
    right: 20%;
  }
  .ora__image img {
    width: 45px;
    height: 45px;
  }
  .about {
    min-height: 640px;
    padding-bottom: 33px;
  }
  .about .container {
    min-height: 640px;
    padding: 0 20px;
  }
  .about__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about__block h2 {
    font-size: 36px;
    color: #FFF;
    line-height: 46px;
    /* 127.778% */
    letter-spacing: 1px;
    margin-bottom: unset;
  }
  .about__block p {
    text-align: center;
  }
  .about__flex {
    gap: 20px;
  }
  .about__flex a {
    margin: 0 auto;
    max-width: 170px;
    line-height: 12px;
    width: 100%;
    justify-content: center;
  }
  .agronom__block {
    padding: 50px 20px 58px;
    gap: 20px;
  }
  .agronom__block h2 {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }
  .agronom__block p {
    text-align: center;
  }
  .agronom__block a {
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
  }
  .no-pass {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .no-pass .no-pass__swiper {
    padding-right: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
  .no-pass .no-pass__block {
    min-height: 557px;
    background-image: url(../assets/images/main/no-pass-576x2.webp);
  }
  .no-pass .no-pass__block-2 {
    min-height: 557px;
    max-width: unset;
  }
  .no-pass .no-pass__block-2 img {
    max-width: unset;
  }
  .no-pass h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
    padding-left: 20px;
  }
  .no-pass .no-pass__texts h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .no-pass__swiper {
    max-width: calc(100% - 20px);
  }
  .agronom__block .agronom-top-svg {
    display: none;
  }
  .animation .hero__texts {
    min-height: unset;
  }
  .no-pass .no-pass__texts-2 {
    min-height: 280px;
  }
  .rau__image .rau-element-7 {
    left: 40%;
  }
  .azovit__image .azovit-element-3 {
    left: 65%;
  }
}
@media (min-height: 1200px) and (min-width: 2300px) {
  .main-bg {
    background-position: 55px center;
  }
}
@media (min-height: 1200px) and (min-width: 3000px) {
  .main-bg {
    background-position: -43px 50%;
  }
}
.agronom-page .agronom-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: calc(100% - 253px);
  padding-top: 77px;
  gap: 0;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .agronom-page .agronom-flex {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .agronom-page .breadcrumbs-fertilizers {
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 27px;
  }
}
@media (max-width: 576px) {
  .agronom-page .breadcrumbs-fertilizers {
    padding: 20px 20px 0;
  }
}
.agronom-page .agronom-texts {
  display: flex;
  flex-direction: column;
  padding-top: 27px;
  padding-left: 44px;
  padding-bottom: 55px;
  padding-right: 44px;
}
@media (max-width: 992px) {
  .agronom-page .agronom-texts {
    padding-left: 0;
    padding-right: 0;
    display: contents;
  }
}
.agronom-page .agronom__paragraphs {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .agronom-page .agronom__paragraphs p {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .agronom-page .agronom__paragraphs p {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .agronom-page .agronom__paragraphs p {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .agronom-page .agronom__paragraphs strong {
    padding: 0 44px;
  }
}
@media (max-width: 576px) {
  .agronom-page .agronom__paragraphs strong {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .agronom-page .agronom__paragraphs ul {
    padding: 0 44px;
    list-style-position: inside;
  }
}
@media (max-width: 576px) {
  .agronom-page .agronom__paragraphs ul {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .agronom-page .agronom__paragraphs {
    order: 5;
    padding-top: 70px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .agronom-page .agronom__paragraphs {
    padding-top: 40px;
  }
}
.agronom-page h1 {
  margin-bottom: 50px;
  font-size: clamp(30px, 3vw, 49px);
  line-height: 120%;
}
@media (max-width: 992px) {
  .agronom-page h1 {
    text-align: center;
    padding: 0 44px;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .agronom-page h1 {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.agronom-page p {
  margin: 0;
}
.agronom-page p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #164884;
}
.agronom-page strong {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #164884;
  margin-top: 20px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .agronom-page strong {
    font-size: 18px;
    line-height: 24px;
  }
}
.agronom-page .agronom__list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.agronom-page .agronom__list li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: unset;
}
.agronom-page .agronom-flex-2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
@media (max-width: 992px) {
  .agronom-page .agronom-flex-2 {
    padding: 0 44px;
  }
}
@media (max-width: 992px) {
  .agronom-page .agronom-flex-2 {
    order: 6;
    flex-direction: row;
    padding-bottom: 70px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .agronom-page .agronom-flex-2 {
    padding: 0 20px 40px;
    flex-direction: column;
    gap: 10px;
  }
}
.agronom-page .agronom-flex-2 .blue {
  width: 100%;
  padding: 11.5px 20px;
}
.agronom-page picture {
  display: block;
  position: sticky;
  top: 80px;
  width: 100%;
  margin-left: auto;
  height: calc(100svh - 80px);
}
@media (max-width: 1440px) {
  .agronom-page picture {
    max-width: unset;
  }
}
@media (max-width: 992px) {
  .agronom-page picture {
    order: 4;
    position: static;
    height: unset;
  }
}
.agronom-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .agronom-page img {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .agronom-page img {
    min-height: 204px;
  }
}

@media (max-width: 992px) {
  .agronom-side-menu {
    max-width: unset;
    padding: 30px 45px;
    background-color: #ECF0F7;
    margin-bottom: unset;
  }
}
@media (max-width: 576px) {
  .agronom-side-menu {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .agronom-side-menu .dropdown-current {
    display: none;
  }
}
@media (max-width: 992px) {
  .agronom-side-menu .dropdown-content {
    display: flex;
    flex-direction: column;
    position: static;
    border-radius: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .agronom-side-menu .dropdown-content-item-list {
    border-radius: 0;
  }
}
.agronom-side-menu .dropdown-content-item-list li {
  margin: 0;
}
@media (max-width: 992px) {
  .agronom-side-menu .dropdown-content-item-list li {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .agronom-side-menu .dropdown-content-item-list li:last-child {
    border-bottom: 1px solid rgba(9, 174, 229, 0.38);
  }
}
.agronom-side-menu .dropdown-content-item-list .active a {
  color: #09AEE5;
}

@media (max-width: 992px) {
  .microbio-page .container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .microbio-page .breadcrumbs-fertilizers {
    padding-top: unset;
  }
}
@media (max-width: 992px) {
  .microbio-page .agronom-side-menu {
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .microbio-page .agronom-side-menu {
    margin-bottom: 40px;
  }
}

.microbio-flex {
  max-width: calc(100% - 253px);
  padding-bottom: 75px;
}
@media (max-width: 992px) {
  .microbio-flex {
    max-width: unset;
    padding-bottom: 70px;
  }
}
.microbio-flex .microbio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 12px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .microbio-flex .microbio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 44px;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .microbio-flex .microbio__grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}
.microbio-flex .microbio__card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.microbio-flex .microbio__card img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.microbio-flex .microbio__texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 12px;
  background-color: #ECF0F7;
  border-radius: 0 0 10px 10px;
  min-height: 136px;
  gap: 8px;
}
.microbio-flex .microbio__texts h2 {
  margin: 0;
  color: #164884;
  font-size: 16px;
  font-style: normal;
  text-transform: unset;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.microbio-flex .microbio__texts a {
  margin-top: auto;
  display: block;
  color: #09AEE5;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.microbio-flex .microbio__texts a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.microbio-flex .blue {
  width: 100%;
}
@media (max-width: 992px) {
  .microbio-flex .blue {
    max-width: calc(100% - 88px);
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .microbio-flex .blue {
    max-width: calc(100% - 40px);
  }
}

.press {
  padding-top: 77px;
}
.press .press__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  padding-left: 44px;
}
@media (max-width: 992px) {
  .press .press__flexbox {
    padding-right: 44px;
  }
}
@media (max-width: 576px) {
  .press .press__flexbox {
    padding: 0 20px;
  }
}
.press .press__flexbox > div {
  width: 100%;
}
.press .goback {
  margin-bottom: 40px;
}
.press h1 {
  color: #164884;
  font-size: clamp(20px, 5vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 125% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.press .press__flex {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}
.press .press__flex span {
  color: #164884;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}
.press .press__flex .blue {
  color: #FFF;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  border-radius: 25px;
  background: #09AEE5;
  padding: 5px 10px;
}
.press .press__texts {
  padding-bottom: 20px;
}
.press .press__texts p {
  color: #164884;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.press .press__texts ul {
  margin: 0;
  list-style-image: unset;
}
.press .press__texts li {
  padding-left: 0;
}
.press .press__texts li::marker {
  width: 5px;
  height: 5px;
  background-color: #164884;
  border-radius: 50%;
}
.press .press__about {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.press .press__about span {
  color: #164884;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.press picture {
  display: block;
}
@media (max-width: 992px) {
  .press picture {
    display: none;
  }
}
.press img {
  display: block;
  min-width: 300px;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.policy-block {
  padding-bottom: 64px;
  max-width: 796px;
  width: 100%;
}
@media (max-width: 576px) {
  .policy-block {
    padding-bottom: 58px;
  }
}
.policy-block h1 {
  color: #164884;
  font-family: "Helvetica Neue";
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px; /* 128.571% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  .policy-block h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 700px) {
  .policy-block h1 {
    font-size: 31px;
    line-height: 120%;
  }
}
@media (max-width: 576px) {
  .policy-block h1 {
    text-align: center;
    margin-bottom: 40px;
  }
}

.policy__text {
  color: #164884;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
@media (max-width: 768px) {
  .policy__text {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .policy__text {
    font-size: 14px;
  }
}
.policy__text ol {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .policy__text ol {
    margin-bottom: 20px;
  }
}
.policy__text ol li:nth-child(1) {
  color: #09AEE5;
  margin-bottom: 12px;
  font-weight: 700;
  padding-left: unset;
}
.policy__text ol a {
  color: #164884;
  text-decoration: underline;
}
.policy__text ol li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  padding-left: 30px;
}
.policy__text ol li ol {
  margin-bottom: unset;
}
.policy__text ol li ol li:nth-child(1) {
  color: #164884;
  margin-bottom: unset;
  font-weight: 400;
  padding-left: unset;
}
.policy__text ol li ol li {
  padding-left: unset;
}
.policy__text ol ul li:nth-child(1) {
  color: #164884;
  margin-bottom: unset;
  font-weight: 400;
  padding-left: unset;
}
.policy__text ul {
  padding: 0;
  margin: 0;
  list-style: disc;
  list-style-type: disc;
}
.policy__text ul li {
  list-style: disc;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: unset;
}

.not-found {
  background-color: #164884;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/images/not-found-bg.webp);
  background-size: cover;
}
@media (max-width: 992px) {
  .not-found {
    background-image: url(/assets/images/not-found-bg-768.webp);
  }
}
@media (max-width: 576px) {
  .not-found {
    background-image: url(/assets/images/not-found-bg-576.webp);
  }
}

.not-found__top {
  display: none;
}
@media (max-width: 576px) {
  .not-found__top {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
  }
}

.not-found__bottom {
  display: none;
}
@media (max-width: 576px) {
  .not-found__bottom {
    position: absolute;
    display: block;
    bottom: -18%;
    left: 0;
  }
}

.not-found__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.not-found__flex span {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 140% */
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .not-found__flex span {
    font-size: 20px;
  }
}
.not-found__flex h1 {
  color: var(--Blue, #06A5DA);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 234px;
  font-style: normal;
  font-weight: 400;
  line-height: 234px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .not-found__flex h1 {
    font-size: 168px;
    line-height: 100%;
  }
}
.not-found__flex strong {
  color: #FFF;
  text-align: center;
  /* h4 */
  font-family: HelveticaNeueCyr;
  font-size: 22px;
  font-style: normal;
  font-weight: 550;
  line-height: 28px;
  /* 127.273% */
}
@media (max-width: 576px) {
  .not-found__flex strong {
    font-size: 16px;
  }
}
.not-found__flex .blue {
  display: block;
  width: 100%;
  max-width: 279px;
  color: #FFF;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
}
.not-found__flex .blue span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  text-transform: uppercase;
}
.not-found__flex .not-found__top {
  position: absolute;
  top: 0;
  right: 0;
}

.nowrap {
    white-space: nowrap;
}
/*# sourceMappingURL=styles.css.map */
