

/* Start:/local/templates/proteinsib2/styles.css?17569145197795*/
@font-face {
    font-family: 'Inter';
    src: url('/local/templates/proteinsib2/./fonts/Inter-Regular.eot');
    src: url('/local/templates/proteinsib2/./fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/proteinsib2/./fonts/Inter-Regular.woff2') format('woff2'),
        url('/local/templates/proteinsib2/./fonts/Inter-Regular.woff') format('woff'),
        url('/local/templates/proteinsib2/./fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/local/templates/proteinsib2/./fonts/Inter-Bold.eot');
    src: url('/local/templates/proteinsib2/./fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/proteinsib2/./fonts/Inter-Bold.woff2') format('woff2'),
        url('/local/templates/proteinsib2/./fonts/Inter-Bold.woff') format('woff'),
        url('/local/templates/proteinsib2/./fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/local/templates/proteinsib2/./fonts/Inter-Medium.eot');
    src: url('/local/templates/proteinsib2/./fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/proteinsib2/./fonts/Inter-Medium.woff2') format('woff2'),
        url('/local/templates/proteinsib2/./fonts/Inter-Medium.woff') format('woff'),
        url('/local/templates/proteinsib2/./fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CeraPro';
    src: url('/local/templates/proteinsib2/./fonts/CeraPro-Black.eot');
    src: url('/local/templates/proteinsib2/./fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/proteinsib2/./fonts/CeraPro-Black.woff2') format('woff2'),
        url('/local/templates/proteinsib2/./fonts/CeraPro-Black.woff') format('woff'),
        url('/local/templates/proteinsib2/./fonts/CeraPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: swap;
}


/*! 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.
 */

html {
  scroll-behavior: smooth;
}

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/proteinsib2/template_styles.css?175691451941460*/
/* 
medias
@media (max-width: 1290px) {
  .main-block {
    grid-template-columns: 325px auto;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 960px) {
}
@media (max-width: 880px) {
  .main-block {
    grid-template-columns: 230px auto;
  }
}
@media (max-width: 760px) {
}
@media (max-width: 560px) {
  .main-block {
    grid-template-columns: auto;
  }
}

*/

/* блок для анимации последовательной */
#animate-block {
  opacity: 0;
  visibility: hidden;
}
/* блок для анимации последовательной */


.copyright_licen {
  height: 88px;
  line-height: 1.8;
}




/* анимация отрисовки окружности в лого */
.circle-container {
  position: relative;
  width: 500px;
  aspect-ratio: 1;
}

#circle {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(
    180deg
  ); /* Поворачиваем SVG для начальной позиции границы */
}

#circle circle.drawBorder {
  stroke-dasharray: 600; /* Окружность в пикселях (2 * π * радиус) */
  stroke-dashoffset: 600; /* Начальное значение смещения */
  animation: drawBorder 0.5s linear forwards; /* Запуск анимации отрисовки */
}

@keyframes drawBorder {
  to {
    stroke-dashoffset: 1; /* Убираем смещение для завершения отрисовки */
  }
}
/* анимация отрисовки окружности в лого */

/* swiper */
.swiper-navigation {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  position: relative;
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev,
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
}

.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  width: 40px;
  aspect-ratio: 1;
  background-color: #5b6670;
  border-radius: 4px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  color: #ffffff;
}
.swiper-navigation .swiper-scrollbar-drag {
  background-color: #fbc32f;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  display: flex;
  align-self: flex-end;
  width: 100%;
  max-width: 1060px;
  margin: 0 20px;
}

@media (min-width: 990px) {
  .copyright_licen {
    height: 88px;
    line-height: 1.8;
    width: 300px;
  }
}
@media (max-width: 880px) {
  .swiper-navigation {
    margin-top: 40px;
  }
}
@media (max-width: 560px) {

  .swiper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .swiper-navigation {
    order: -1;
    padding-top: 20px;
    margin-top: 0;
  }
}
/* swiper ends */

* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter-Medium", serif;
}
body {
  color: #222222;
  transition: margin-right 0.3s;
}
a {
  color: #000;
  text-decoration: none;
}
input,
button {
  border: none;
}
button {
  cursor: pointer;
}

ul,
li,
p,
h1 {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
li {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .container {
    padding: 0 20px;
  }
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Inter-Medium", serif;
}
h3 {
  font-size: 20px;
  font-family: "Inter-Medium", serif;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 16px;
  }
  h1 {
    font-size: 55px;
  }
}

/* colors */
.text-green {
  color: #6fb64c;
}
.text-yellow {
  color: #ffc629;
}
/* colors ends */

/* buttons */
.green-btn {
  padding: 20px;
  width: 100%;
  background-color: #6fb64c;
  color: #ffffff;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.light-btn {
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
  color: #6fb64c;
  border-radius: 10px;
  border: 2px solid #6fb64c;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
/* buttons ends */

/* select */
.select-block {
  display: flex;
  flex-direction: column;
}
.select__label {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 6px;
  padding: 5px 8px;
  background-color: #f9f9f9;
  border-radius: 10px;
  cursor: pointer;
}
.select-wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: auto;
    box-sizing: border-box;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.select-wrapper span, .select-wrapper a {
	padding: 5px 10px;
}
.select-wrapper.show {
  opacity: 1;
  visibility: visible;
}
.select-wrapper ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: 100%;
}
.select-wrapper ul li {
  cursor: pointer;
  padding: 5px 10px;
}
/* select ends */

/* sidebar */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 20px 0 0 20px;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 30px 0;
  z-index: 1000;
}

.sidenav-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 0 20px 0 30px;
  height: 100%;
}

.sidenav-wrapper_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sidenav-wrapper__nav {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.sidenav-wrapper__nav a {
  padding: 10px 10px 10px 0px;
  text-decoration: none;
  font-size: 18px;
  color: #222222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #75ce49;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
/* sidebar ends */

/* header */
#header {
  position: sticky;
  top: 0;
  z-index: 1000; /* Убедитесь, что хэдер находится выше других элементов */
  background-color: #fff; /* Установите фон, чтобы хэдер был видим при прокрутке */
}
.header {
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}
.header .header-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 35px;
    position: absolute;
    right: 0;
    top: 20px;
}
.header .header-nav .navigation {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}
.lang-image {
  width: 30px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.menu-burger {
  display: none;
}
.menu-burger #sidenav-btn {
  background-color: transparent;
}

@media (max-width: 960px) {
  .header .header-nav .navigation {
    display: none;
  }
  .menu-burger {
    display: block;
  }
}
/* header ends */

/* main */
.main {
  position: relative;
  margin-top: 40px;
  height: 100%;
  min-height: 750px;
}
.banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 450px;
  background-image: url("/local/templates/proteinsib2/./images/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 100px 100px;
  z-index: -1;
}
.main-block {
  display: grid;
  grid-template-columns: 455px auto;
  column-gap: 50px;
}
.main-block .left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
@keyframes gradientShift {
  0% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.main-block .left-block .left-block__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(0, #e4f2dd, #f4f4f4, #e4f2dd);
  background-size: 400% 400%;
  animation: gradientShift 5s linear infinite;
}
.main-block .left-block .left-block__inner-block {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.main-block .left-block .left-block__inner .company-name {
  position: relative;
}
.main-block .left-block .left-block__inner .company-name .o-black {
  position: absolute;
  left: 64px;
}
.main-block .left-block .left-block__inner .green-letter,
.main-block .left-block .left-block__inner .yellow-letter {
  display: flex;
  align-self: flex-start;
}
.main-block .left-block .left-block__inner .o-green,
.main-block .left-block .left-block__inner .o-yellow {
  margin-left: 64px;
}
.main-block .left-block .left-block__inner .company-subscribe {
  margin-top: 5px;
  font-size: 17px;
}
.main-block .right-block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 90px;
}
.main-block .right-block h1 {
  text-transform: uppercase;
  font-family: "CeraPro", serif;
}
.main-block .right-block p {
  text-transform: uppercase;
  font-size: 32px;
}

@media (max-width: 1290px) {
  .main {
    min-height: 500px;
  }
  .banner {
    height: 270px;
    border-radius: 0 0 85px 85px;
  }
  .main-block {
    grid-template-columns: 357px auto;
  }
  .main-block .left-block {
    margin-top: 20px;
  }
  .main-block .left-block .left-block__inner .company-name .protein {
    width: 160px;
  }
  .main-block .left-block .left-block__inner .company-name .sib {
    width: 70px;
  }
  .main-block .left-block .left-block__inner .company-subscribe {
    font-size: 12px;
  }
  .main-block .left-block .left-block__inner .green-letter,
  .main-block .left-block .left-block__inner .yellow-letter {
    width: 24px;
  }
  .main-block .left-block .left-block__inner .green-letter .o-green,
  .main-block .left-block .left-block__inner .yellow-letter .o-yellow {
    width: 100%;
    margin-left: 45px;
  }
  .main-block .left-block .left-block__inner .company-name .o-black {
    width: 24px;
    left: 45px;
  }
}
@media (max-width: 1024px) {
  .main-block .right-block p {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .main-block .right-block h1 {
    font-size: 50px;
  }
  .main-block .right-block p {
    font-size: 20px;
  }
}
@media (max-width: 880px) {
  .main {
    min-height: 480px;
    margin-top: 30px;
  }
  .main-block {
    grid-template-columns: 230px auto;
    column-gap: 20px;
  }
  .main-block .left-block .left-block__inner-block {
    row-gap: 0;
  }
  .main-block .left-block img {
    margin-top: 2px;
  }
  .main-block .left-block .left-block__inner .company-name .protein {
    width: 110px;
  }
  .main-block .left-block .left-block__inner .company-name .sib {
    width: 50px;
  }
  .main-block .left-block .left-block__inner .company-subscribe {
    font-size: 8px;
  }
  .main-block .left-block .left-block__inner .green-letter,
  .main-block .left-block .left-block__inner .yellow-letter {
    width: 17px;
  }
  .main-block .left-block .left-block__inner .green-letter .o-green,
  .main-block .left-block .left-block__inner .yellow-letter .o-yellow {
    margin-left: 31px;
  }
  .main-block .left-block .left-block__inner .company-name .o-black {
    width: 17px;
    left: 31px;
  }
}
@media (max-width: 760px) {
  .main {
    min-height: 380px;
    margin-top: 20px;
  }
  .main-block {
    column-gap: 20px;
  }
  .banner {
    height: 200px;
    border-radius: 0 0 65px 65px;
  }
  .main-block .right-block h1 {
    font-size: 30px;
  }
  .main-block .right-block p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .main {
    min-height: 360px;
  }
  .main-block {
    display: grid;
    grid-template-columns: auto;
    column-gap: 50px;
  }
  .main-block .left-block {
    display: none;
  }
  .banner {
    height: 200px;
    border-radius: 0 0 40px 40px;
    background-image: url("/local/templates/proteinsib2/./images/banner-mobile.png");
  }
}
/* main ends */

/* wokring */
.working {
  max-width: 1920px;
  width: 100%;
  margin: 200px auto 0 auto;
  background-image: url("/local/templates/proteinsib2/./images/working-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position: bottom;
}
.working-wrapper {
  display: grid;
  grid-template-columns: 460px auto;
  padding-bottom: 70px;
  column-gap: 50px;
}
.working-wrapper .left-block h3 {
  font-weight: 500;
  margin-bottom: 275px;
  text-transform: uppercase;
}
.working-wrapper .left-block img {
  width: 100%;
}
.working-wrapper .right-block h2 {
  margin-bottom: 80px;
  line-height: 38.4px;
  font-weight: 500;
}
.advantages-block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  transition: transform 0.3s ease;
}
.advantages-item {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}
.advantages-item:hover .advantages-item__image {
  margin-right: 30px;
  transition: transform 0.3s ease;
}
.advantages-item:hover .advantages-item__image,
.advantages-item:hover .advantage-item__title,
.advantages-item:hover .advantage-item__text,
.advantages-item:hover .line-block {
  transform: scale(1.1);
}
.advantages-item__image {
  width: 100px;
  aspect-ratio: 1;
  transition: transform 0.4s ease;
}
.advantages-item .advantages-item__block .advantage-item__title {
  font-size: 18px;
  font-family: "Inter-Bold", serif;
  text-transform: uppercase;
  margin-left: 15px;
  transition: transform 0.4s ease;
}
.advantages-item .advantages-item__block .advantage-item__text {
  font-size: 14px;
  font-family: "Inter-Medium", serif;
  margin-left: 15px;
  transition: transform 0.4s ease;
}
.line-block {
  position: relative;
  height: 0;
  border-top: 3px solid #fcc32d;
  margin: 10px 0;
  width: 275px;
  transition: transform 0.4s ease;
}
.line-block::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: -21px;
  height: 50px;
  width: 4px;
  background-color: #fcc32d;
  transform: skew(-40deg);
}
.line-block::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: -33px;
  height: 50px;
  width: 4px;
  background-color: #fcc32d;
  transform: skew(-40deg);
}
.advantages-item__block {
  margin-top: 20px;
}
@media (max-width: 1290px) {
  .working-wrapper {
    grid-template-columns: 357px auto;
    column-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .working {
    margin: 90px auto 0 auto;
  }
  .working-wrapper .right-block h2 {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 28px;
  }
  .working-wrapper .left-block h3 {
    font-size: 16px;
    padding-top: 8px;
    margin-bottom: 165px;
  }
}
@media (max-width: 960px) {
}
@media (max-width: 880px) {
  .working-wrapper {
    grid-template-columns: 200px auto;
  }
}
@media (max-width: 760px) {
  .working-wrapper {
    grid-template-columns: auto;
  }
  .working-wrapper .left-block {
    display: flex;
    flex-direction: column;
  }
  .working-wrapper .left-block h3 {
    margin-bottom: 10px;
  }
  .working-wrapper .left-block img {
    width: 200px;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 560px) {
  .working {
    margin-top: 60px;
  }
  .working-wrapper .left-block img {
    width: 200px;
    margin: 0 auto 20px auto;
  }
  .working-wrapper .right-block h2 {
    font-size: 16px;
    line-height: 19px;
  }
  .advantages-item {
    column-gap: 40px;
  }
  .advantages-item__image {
    width: 50px;
  }
  .advantages-item .advantages-item__block .advantage-item__title {
    font-size: 16px;
  }
  .line-block {
    margin: 5px 0;
    width: 220px;
  }
  .line-block::before,
  .line-block::after {
    height: 30px;
    bottom: -28px;
  }
  .line-block::after {
    left: -23px;
  }
  .line-block::before {
    left: -13px;
  }
}
/* working ends */

/* logistic */
.logistic {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background-image: url("/local/templates/proteinsib2/./images/logistic-bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
.logistic .logistic-title {
  max-width: 585px;
  border-left: 6px solid #6abf4b;
  margin-bottom: 40px;
}
.logistic .logistic-title h2 {
  margin-left: 12px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Inter-Medium", serif;
}
.logistic .logistic-scheme-mobile {
  display: none;
}
.logistic .logistic-scheme-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .logistic .logistic-scheme {
    display: none;
  }
}
@media screen and (min-width: 561px) and (max-width: 1024px) {
  .logistic .logistic-scheme-tablet {
    display: block;
    width: 100%;
  }
}
.logistic-scheme {
  width: 100%;
}
/* .logistic .property-title {
  position: absolute;
  font-size: 30px;
  font-family: "Inter-Medium", serif;
  top: 275px;
  left: 840px;
}
.logistic .property-text {
  font-size: 18px;
  font-family: "Inter-Medium", serif;
  width: 445px;
  text-align: center;
}
.logistic .property-solution {
  position: absolute;
  top: 580px;
  left: 380px;
}
.logistic .property-convenience {
  position: absolute;
  top: 580px;
  left: 1100px;
} */
@media (max-width: 1290px) {
}
@media (max-width: 1024px) {
  .logistic .logistic-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
}
@media (max-width: 880px) {
}
@media (max-width: 760px) {
}
@media (max-width: 560px) {
  .logistic .logistic-title h2 {
    font-size: 24px;
  }
  .logistic {
    padding: 60px 0;
  }
  .logistic .logistic-scheme {
    display: none;
  }
  .logistic .logistic-scheme-mobile {
    display: block;
  }
}
/* logistic ends */

/* productions */
.production {
  background-color: #f4f4f4;
  padding: 100px 0;
}
.production .indicators {
  display: grid;
  grid-template-columns: 508px auto;
}
.production .indicators h3 {
  font-weight: 500;
  text-transform: uppercase;
}
.production .indicators .indicators-text {
    font-size: 32px;
    font-family: "Inter-Medium", serif;
    max-width: 485px;
}
.production .productions-image {
  position: relative;
  margin-top: 40px;
}
.production .productions-image .productions-image__text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: white;
  text-align: center;
}
.production .productions-image .productions-image__text p {
  font-family: "Inter-Bold", serif;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
}
.production .productions-image .productions-img {
  width: 100%;
}
.producions-goods {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  column-gap: 0px;
  margin-top: -120px;
  margin-left: 40px;
}
.producions-goods .producions-goods__item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 0px;
}
.producions-goods .producions-goods__item p {
  font-family: "Inter-Medium", serif;
  font-size: 40px;
  font-weight: 700;
  color: #6abf4b;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 1290px) {
  .production .indicators {
    grid-template-columns: 407px auto;
  }
  .producions-goods {
    margin-top: -80px;
    margin-left: 10px;
  }
  .producions-goods__item img {
    max-width: 135px;
  }
  .producions-goods .producions-goods__item p {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .production .indicators .indicators-text {
    font-size: 24px;
  }
  /* .production .indicators h3,
  .products h3,
  .process-wrapper h3 {
    font-size: 16px;
  } */
}
@media (max-width: 960px) {
  .producions-goods .producions-goods__item {
    column-gap: 10px;
  }
}
@media (max-width: 880px) {
  .production .indicators {
    grid-template-columns: 250px auto;
  }
  .producions-goods .producions-goods__item p {
    font-size: 20px;
  }
  .production .indicators .indicators-text {
    font-size: 20px;
  }
  .production {
    padding: 70px 0;
  }
}
@media (max-width: 760px) {
  .production {
    padding: 60px 0;
  }
  .production .indicators {
    grid-template-columns: auto;
    row-gap: 20px;
  }
  .producions-goods .producions-goods__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
  }
  .production .productions-image .productions-image__text {
    top: 120px;
  }
  .production .productions-image .productions-img {
    height: 300px;
  }
}
@media (max-width: 560px) {
  .production .productions-image .productions-img {
    display: none;
  }
  .productions-image {
    background-image: url("/local/templates/proteinsib2/./images/productions.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 320px;
    width: 100%;
  }
  .producions-goods {
    column-gap: 10px;
  }
  .producions-goods__item img {
    max-width: 90px;
  }
  .production .productions-image .productions-image__text {
    width: 260px;
  }
  .production .productions-image .productions-image__text p {
    font-size: 26px;
  }
}
/* productions ends */

/* products */
.products {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 80px 0;
  background-image: url("/local/templates/proteinsib2/./images/products-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.products h3 {
  font-weight: 400;
  text-transform: uppercase;
}
.protein-slider {
  margin-top: 60px;
}
.protein-slider .protein-item {
  display: flex;
  flex-direction: column;
}
.protein-slider .protein-item .protein-desktop {
  display: flex;
  flex-direction: row;
  column-gap: 60px;
}
.protein-slider .protein-item .protein-mobile,
.protein-slider .protein-item .protein-mobile .protein-info .protein-properties,
.protein-slider .protein-item .protein-mobile .protein-info .protein-actions {
  display: none;
}
.protein-slider .protein-item .protein-image {
  flex-shrink: 0;
  width: 445px;
  aspect-ratio: 1;
  background-color: #f4f4f4;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.protein-slider .protein-item .protein-info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #666666;
}
.protein-slider .protein-item .protein-info h1 {
  font-family: "Inter-Medium", serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.protein-slider .protein-item .protein-info .protein-text {
  font-size: 18px;
  font-family: "Inter", serif;
  font-weight: 400;
  color: #666666;
}
.protein-slider .protein-item .protein-info .protein-properties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.protein-slider
  .protein-item
  .protein-info
  .protein-properties
  .protein-property-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
}
.protein-slider
  .protein-item
  .protein-info
  .protein-properties
  .protein-property-item
  .title {
  font-size: 18px;
  font-weight: 500;
}
.protein-slider
  .protein-item
  .protein-info
  .protein-properties
  .protein-property-item
  .text {
  font-size: 14px;
  font-weight: 500;
}
.protein-slider .protein-item .protein-info .protein-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

@media (max-width: 1290px) {
}
@media (max-width: 1024px) {
  .protein-slider .protein-item {
    row-gap: 40px;
  }
  .protein-slider .protein-item .protein-desktop {
    column-gap: 20px;
  }
  .protein-slider .protein-item .protein-image {
    width: 380px;
  }
  .protein-slider .protein-item .protein-info {
    row-gap: 10px;
  }
  .protein-slider .protein-item .protein-info h1 {
    font-size: 50px;
  }
  .protein-slider .protein-item .protein-info .protein-properties {
    grid-template-columns: auto;
    row-gap: 10px;
  }
  .protein-slider
    .protein-item
    .protein-info
    .protein-properties
    .protein-property-item {
    padding: 10px;
  }
  .protein-slider
    .protein-item
    .protein-desktop
    .protein-info
    .protein-actions {
    display: none;
  }
  .protein-slider .protein-item .protein-mobile,
  .protein-slider .protein-item .protein-mobile .protein-info .protein-actions {
    display: grid;
  }
}
@media (max-width: 960px) {
}
@media (max-width: 880px) {
  .protein-slider {
    margin-top: 40px;
  }
  .protein-slider .protein-item {
    row-gap: 20px;
  }
  .protein-slider .protein-item .protein-image {
    width: 260px;
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .protein-slider .protein-item .protein-info h1 {
    font-size: 46px;
  }
  .protein-slider
    .protein-item
    .protein-desktop
    .protein-info
    .protein-properties {
    display: none;
  }
  .protein-slider .protein-item .protein-mobile .protein-info {
    row-gap: 20px;
  }
  .protein-slider
    .protein-item
    .protein-mobile
    .protein-info
    .protein-properties {
    display: grid;
  }
}
@media (max-width: 760px) {
  .protein-slider .protein-item .protein-desktop {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .protein-slider .protein-item .protein-image {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .protein-slider .protein-item .protein-info h1 {
    font-size: 32px;
  }
  .protein-slider .protein-item .protein-info .protein-text {
    font-size: 16px;
  }
  .protein-slider .protein-item {
    row-gap: 10px;
  }
  .protein-slider .protein-item .protein-mobile .protein-info {
    row-gap: 10px;
  }
  .protein-slider .protein-item .protein-mobile .protein-info .protein-actions {
    grid-template-columns: auto;
    row-gap: 10px;
  }
}
/* products ends */

/* process */
.process {
  padding: 100px 0;
  width: 100%;
  background-color: #f4f4f4;
}
.process-wrapper {
  display: grid;
  grid-template-columns: 508px auto;
}
.process-wrapper h3 {
  font-weight: 500;
  font-family: "Inter", serif;
  text-transform: uppercase;
}
.process-wrapper .process-property {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.process-wrapper .process-property h2 {
	max-width:615px;
}
.process-wrapper .process-property p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", serif;
  color: #666666;
}
.process .process-scheme {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  margin-top: 40px;
  margin-left: 95px;
  position: relative;
}
.process .process-scheme .desktop-scheme {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}
.process .process-scheme .mobile-scheme {
  display: none;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}
.process .process-scheme .left {
  display: flex;
  flex-direction: column;
  row-gap: 125px;
  margin-top: -40px;
}
.process .process-scheme .process-block {
  width: 100%;
  max-width: 285px;
  background-color: #fcc32d;
  color: #ffffff;
  border-radius: 10px;
  font-family: "Inter-Medium", serif;
  font-size: 20px;
  padding: 10px 32px;
  text-align: center;
  font-weight: 500;
}
.process .process-scheme .center {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.process .process-scheme .center .center-item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.process .process-scheme .center .center-item .arrow {
  height: 105px;
}
.process .process-scheme .right {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-left: 40px;
}
.process .process-scheme .right .subject-block {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.process .process-scheme .right .subject-block img {
  width: 140px;
  z-index: 2;
}
.process .process-scheme .right .subject-block .subject {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: -20px;
  z-index: 1;
  padding-left: 30px;
  width: 370px;
  height: 80px;
  border: 1px solid #cecece;
  border-radius: 0 20px 20px 0;
  font-family: "Inter-Medium", serif;
  font-size: 30px;
}
.process .process-scheme .right .subject-block .subject-protein {
  font-family: "CeraPro", serif;
  font-size: 48px;
  color: #6fb64c;
}
.footer-nav {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1439px) {
  .stages::before {
    display: none;
  }
  .process .process-scheme .process-block {
    width: 250px;
  }
  .process .process-scheme .center .center-item .arrow {
    height: 75px;
  }
  .process .process-scheme .right {
    row-gap: 45px;
  }
  .process .process-scheme .right .subject-block img {
    width: 105px;
  }
  .process .process-scheme .right .subject-block .subject {
    font-size: 24px;
    width: 285px;
  }
  .process .process-scheme .right .subject-block .subject-protein {
    font-size: 34px;
  }
}
@media (max-width: 1290px) {
  .process-wrapper {
    grid-template-columns: 407px auto;
  }
  .process .process-scheme {
    margin-left: 56px;
  }
}
@media (max-width: 1024px) {
  .process-wrapper .process-property {
    row-gap: 30px;
  }
  .process-wrapper .process-property h2 {
    width: 530px;
  }
  .process-wrapper .process-property p {
    width: 640px;
  }
  .footer .footer-bottom .contacts {
    padding-left: 140px;
    grid-column-gap: 80px;
  }
  .process .process-scheme .right {
    padding-left: 10px;
  }
}
@media (max-width: 960px) {
  .process .process-scheme {
    margin-left: 0px;
  }
  .process .process-scheme .right {
    padding-left: 0;
  }
  .process-wrapper .process-property h2 {
    width: auto;
  }
  .process-wrapper .process-property p {
    width: auto;
  }
  .footer .footer-bottom .contacts {
    padding-left: unset;
    grid-column-gap: unset;
  }
}
@media (max-width: 880px) {
  .process-wrapper {
    grid-template-columns: 250px auto;
  }
}
@media (max-width: 760px) {
  .process .process-scheme .desktop-scheme {
    display: none;
  }
  .process .process-scheme .right {
    row-gap: 25px;
  }
  .process .process-scheme .mobile-scheme {
    display: flex;
  }
  .process .process-scheme .mobile-scheme .process-block {
    width: 100%;
    max-width: 370px;
  }
  .process .process-scheme .center {
    margin-top: 20px;
  }
  .process .process-scheme .center .center-item .circle {
    width: 30px;
  }
  .process .process-scheme .center .center-item .arrow {
    height: 140px;
  }
}
@media (max-width: 560px) {
  .process-wrapper {
    grid-template-columns: auto;
  }
}
@media (max-width: 480px) {
  .process .process-scheme .right .subject-block img {
    width: 70px;
  }
  .process .process-scheme .right .subject-block .subject {
    height: 50px;
    font-size: 22px;
    width: 100%;
    max-width: 330px;
  }
  .process .process-scheme .right .subject-block .subject-protein {
    font-size: 28px;
  }
  .process .process-scheme .center {
    margin-top: 18px;
    row-gap: 10px;
  }
  .process .process-scheme .center .center-item {
    row-gap: 10px;
  }
  .process .process-scheme .center .center-item .arrow {
    height: 110px;
  }
}
/* process ends */

/* stages */
.stages {
  /* background-image: url(/local/templates/proteinsib2/./assets/img/stages-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.stages-wrapper::before {
  content: "";
  background: center / cover no-repeat url(/local/templates/proteinsib2/./images/left-ellipse.svg);
  position: absolute;
  left: 0;
  top: 120px;
  width: 311px;
  height: 736px;
}
.stages-wrapper::after {
  content: "";
  background: center / cover no-repeat url(/local/templates/proteinsib2/./images/right-ellipse.svg);
  position: absolute;
  right: 0;
  top: 624px;
  width: 359px;
  height: 801px;
}
@media screen and (max-width: 1850px) {
  .stages-wrapper::before {
    left: -330px;
  }
  .stages-wrapper::after {
    right: -380px;
  }
  .stages-wrapper {
    position: relative;
  }
}
.stages-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.stages-wrapper .stages-header {
  display: grid;
  grid-template-columns: 508px auto;
  margin-bottom: 30px;
}
.stages-wrapper .stages-header h3 {
  font-weight: 500;
  font-family: "Inter", serif;
  text-transform: uppercase;
}
.stages-wrapper .stages-header p {
  font-size: 32px;
  font-family: "Inter-Medium", serif;
}
.stages .divider {
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
}
.stages-wrapper .stages-item {
  display: grid;
  grid-template-columns: 508px auto;
}
.stages-wrapper .stages-item .stages-item__title {
  color: #6fb64c;
  font-size: 18px;
  font-family: "Inter-Medium", serif;
}
.stages-wrapper .stages-item .stages-item__preview {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.stages-wrapper .stages-item .stages-item__preview .stages-news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 40px;
}
.stages-wrapper .stages-item .stages-item__preview-text {
  font-size: 18px;
  font-family: "Inter-Medium", serif;
  max-width: 495px;
}
.stages-wrapper .stages-item .stages-item__preview-image {
  width: 387px;
  height: 303px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1290px) {
  .stages-wrapper .stages-item,
  .stages-wrapper .stages-header {
    grid-template-columns: 407px auto;
  }
}
@media (max-width: 1024px) {
  .stages-wrapper .stages-header p {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
}
@media (max-width: 880px) {
  .stages-wrapper .stages-item,
  .stages-wrapper .stages-header {
    grid-template-columns: 250px auto;
  }
}
@media (max-width: 760px) {
  .stages-wrapper {
    row-gap: 20px;
  }
  .stages-wrapper .stages-item .stages-item__preview-image {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .stages-wrapper .stages-item,
  .stages-wrapper .stages-header {
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
/* stages ends */

/* footer */
footer {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #4d5760;
}
.footer .footer-header {
  display: grid;
  grid-template-columns: 508px auto;
}
.footer .footer-header ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  width: 100%;
}
.footer .footer-header li {
  width: fit-content;
}
.footer .footer-header li a {
  font-size: 16px;
  font-family: "Inter", serif;
  color: #ffffff;
}
.footer .divider {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-top: 32px;
  margin-bottom: 18px;
}
.footer .footer-bottom {
  display: grid;
  grid-template-columns: 508px auto;
}
.footer .footer-bottom .copyright {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  color: #ffffff;
  font-family: "Inter-Medium", serif;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-bottom .contacts {
  display: grid;
  grid-template-columns: auto auto;
}
.footer .footer-bottom .contact {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer .footer-bottom .contact .contact-name {
  font-family: "Inter-Medium", serif;
  font-size: 16px;
  color: #ffc629;
  text-transform: uppercase;
}
.footer .footer-bottom .contact .contact-block {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer .footer-bottom .contact .contact-block .label {
  font-family: "Inter-Medium", serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff50;
}
.footer .footer-bottom .contact .contact-block .phone,
.footer .footer-bottom .contact .contact-block .mail {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-bottom .contact .contact-block .phone a,
.footer .footer-bottom .contact .contact-block .mail a {
  color: #ffffff;
}
.lang-select--mobile {
  display: none;
}
.working__img--mobile {
  display: none;
}
@media (max-width: 1290px) {
  .footer .footer-header,
  .footer .footer-bottom {
    grid-template-columns: 325px auto;
  }
}
@media (max-width: 1024px) {
  .process .process-scheme .left {
    /* row-gap: 85px; */
    display: block;
    align-self: flex-start;
    margin-top: 0;
  }
  .process .process-scheme .process-block.left-first {
    margin-top: 80px;
  }
  .process .process-scheme .process-block.left-second {
    margin-top: 100px;
  }
  .process .process-scheme .process-block.left-third {
    margin-top: 100px;
  }
}
@media (max-width: 960px) {
  .lang-select.lang-select--desktop {
    align-self: center;
  }
  .header .header-nav {
    column-gap: 20px;
  }
  .lang-select {
    align-self: flex-start;
  }
  .process .process-scheme .left {
    row-gap: 95px;
    margin-top: -10px;
  }
}
@media (max-width: 880px) {
  .footer .footer-header {
    grid-template-columns: auto auto;
  }
  .footer .footer-bottom {
    grid-template-columns: 250px auto;
  }
  .protein-slider .protein-item .protein-info .protein-properties {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 760px) {
  .process .process-scheme .left {
    align-self: flex-start;
    margin-top: 0;
    display: flex;
  }
  .process .process-scheme .process-block {
    margin-top: 0px !important;
  }
  .footer .footer-header {
    grid-template-columns: auto;
    row-gap: 20px;
  }
  .footer .footer-header ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }
  .footer .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer .footer-bottom {
    grid-template-columns: auto;
    row-gap: 40px;
  }
  .footer .footer-bottom .copyright {
    order: 1;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .working-wrapper .right-block h2 {
    margin-bottom: unset;
  }
  .working__img--desktop {
    display: none;
  }
  .working__img--mobile {
    display: block;
    margin: 0 auto;
    width: 148px;
    height: 124px;
  }
  .footer .footer-bottom .contacts {
    grid-template-columns: auto;
    row-gap: 40px;
  }
  .lang-select.lang-select--desktop {
    display: none;
  }
.lang-select--mobile {
    display: block;
    margin-top: auto;
    transform: translateY(-70px);
}
  .protein-slider .protein-item .protein-info .protein-properties {
    grid-template-columns: 1fr !important;
  }
  .production .indicators .indicators-text {
    font-size: 16px;
  }
  .production .productions-image {
    margin-top: 20px;
  }
  .producions-goods .producions-goods__item p {
    font-size: 14px;
  }
  .process {
    background-color: unset;
    padding: 0;
  }
  .process-wrapper .process-property {
    margin-top: 20px;
  }
  h2 {
    font-size: 16px;
  }
  .process-wrapper .process-property p,
  .stages-wrapper .stages-header p {
    font-size: 16px;
  }
  .stages-wrapper .stages-header p br {
    display: none;
  }
  .process .process-scheme .process-block {
    font-size: 18px;
  }
  .stages-wrapper .stages-item .stages-item__preview-text {
    font-size: 14px;
  }
  .stages-wrapper .stages-item .stages-item__preview-image {
    height: 246px;
  }
  .footer .footer-header li a {
    font-size: 14px;
  }
}
.logistic-scheme_container {
	position: relative;
}
.logistic-scheme_text1 {
	position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 29px;
    font-family: "Inter-Bold", serif;
}
.logistic-scheme_text2 {
	font-size: 18px;
    max-width: 360px;
    text-align: center;
    bottom: 28px;
    position: absolute;
    left: 56px;
}
.logistic-scheme_text3 {
	position: absolute;
    right: 56px;
    bottom: 28px;
    max-width: 368px;
    font-size: 18px;
    text-align: center;
}
.logistic-scheme-tablet_container {
		display:none;
	position: relative;
}
.logistic-scheme-mobile_container {
		display:none;
	position: relative;
}
.select-wrapperm {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: auto;
    box-sizing: border-box;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.select-wrapperm.show {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1024px) {
	.logistic-scheme_container {
		display:none;
	}
	.logistic-scheme-tablet_container {
		display:block;
	}
}
@media (max-width: 900px) {
	.logistic-scheme_text3 {
		right: 2%;
		font-size: 15px;
	}
	.logistic-scheme_text2 {
		left: 2%;
		font-size: 15px;
	}
	.logistic-scheme_text1 {
		top: 6%;
	}
}
@media (max-width: 768px) {
	.logistic-scheme_text3 {
		right: 0%;
		max-width: 42%;
		font-size: 12px;
	}
	.logistic-scheme_text2 {
		left: 0%;
		max-width: 40%;
		font-size: 12px;
	}
}
@media (max-width: 640px) {
	.logistic-scheme_text3 {
		font-size: 10px;
	}
	.logistic-scheme_text2 {
		font-size: 10px;
	}
	.logistic-scheme_text1 {
		font-size: 22px;
	}
}
@media (max-width: 560px) {
	.logistic-scheme-tablet_container {
		display:none;
	}
	.logistic-scheme-mobile_container {
		display:block;
	}
	.logistic-scheme_text1 {
		top: 50%;
		transform: translateY(-50%);
		left: 72px;
	}
	.logistic-scheme_text2 {
		font-size: 14px;
		top: 5%;
		height: max-content;
		left: 101px;
	}
	.logistic-scheme_text3 {
		font-size: 14px;
		height: max-content;
		left: 101px;
		bottom: 20px;
	}
}
@media (max-width: 452px) {
	.logistic-scheme_text2 {
		font-size: 11px;
		top: 7%;
		height: max-content;
		left: 123px;
	}
	.logistic-scheme_text3 {
		font-size: 11px;
		height: max-content;
		left: 123px;
		bottom: 24px;
	}
}
@media (max-width: 452px) {
	.logistic-scheme_text2 {
		top: 5%;
		left: 144px;
	}
	.logistic-scheme_text3 {
		left: 144px;
		bottom: 26px;
	}
}
/* End */
/* /local/templates/proteinsib2/styles.css?17569145197795 */
/* /local/templates/proteinsib2/template_styles.css?175691451941460 */
