@charset "UTF-8";

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

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

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

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

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

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

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

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

/* inter-100 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-100.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-100.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-100.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-100.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-100.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-100.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-200 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-200.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-200.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-200.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-200.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-200.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-200.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-300 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-300.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-300.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-300.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-500.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-500.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-500.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-600.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-600.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-600.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-600.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-800 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-800.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-800.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-800.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-800.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-800.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-800.svg#Inter") format("svg");
  /* Legacy iOS */
}

/* inter-900 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-900.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-900.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-900.woff2") format("woff2"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-900.woff") format("woff"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-900.ttf") format("truetype"), url("../fonts/inter-v12-cyrillic_cyrillic-ext_latin_latin-ext-900.svg#Inter") format("svg");
  /* Legacy iOS */
}

* {
  box-sizing: border-box;

}

html {
  overflow-x: hidden;
  scroll-padding-top: 130px;
}

@media screen and (max-width: 782px) {
  html.html {
    margin-top: 0 !important;
  }

  html.html #wpadminbar {
    display: none !important;
  }
}

body {
  position: relative;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: Inter;
  background: #fff;
}

body a,
body a:hover {
  text-decoration: none;
}

main.not-front-page {
  margin-top: 96px;
}


/*CUSTOM STYLE*/
.product-compound-text {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
  margin-top: -40px;
}

.recipe-info__wrap-img {
  width: 650px !important;
  height: 650px !important;
  flex-shrink: 0;
  margin-left: 20px !important;
}

.recipe-info__content {
  max-width: 100% !important;
  padding-right: 670px;
}

.recipe-info__content__used-product {
  width: 540px;
}

.recipe-info__content__used-product__wrap-img {
  width: 215px !important;
  height: 110px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px !important;
  flex-shrink: 0 !important;
}



.recipe-steps__item__desc p:last-child {
  margin-bottom: 0 !important;
}

.detailed-articles__content {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100%;
}

.recipe-steps__item-wrap {
  margin: 0 0 40px;

  .recipe-steps__item {
    margin-bottom: 0 !important;
  }
}


.fancybox__slide {
  padding: 100px 100px;
}

@media (max-width: 1320px) {
  .page-template-page-career-php main .custom-container {max-width: 1200px;}
  }
  
.cookie-banner {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 362px;
  background: #fff;
  z-index: 1000;
  border-radius: 24px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0 4px 11px 0 rgba(42, 46, 50, 0.05);
  padding: 20px;
}

.cookie-banner__text {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */

}

.cookie-banner__text a {
  color: #1C3775;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.cookie-banner__button {
  background: #000;
  display: flex;
  height: 60px;
  padding: 16px 40px 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 99999px;
  background: #1C3775;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  cursor: pointer;
}

.recipe-steps__item-wrap:last-child {
  margin-bottom: 0 !important;
}

.wprt-container p:last-child {
  margin-bottom: 0 !important;
}

.recipe-steps+.recipe-steps {}

.recipe-faq .recipe-steps__item__desc {
  font-weight: 700;
}

.recipe-faq .recipe-steps__item::before {
  content: "?";
  /* margin-top: 64px; */
}

/*Адаптив*/


@media (max-width: 1350px) {
  .recipe-info__wrap-img {
    width: 600px !important;
    height: 600px !important;
  }

}

@media (max-width: 1199px) {
  .recipe-info__content {
    padding-right: 400px;
  }

  .recipe-info__wrap-img {
    width: 380px !important;
    height: 380px !important;
  }

}

@media (max-width: 767px) {
  .recipe-faq {
    /* padding-top: 40px!important; */
  }

  .cookie-banner {
    bottom: 8px;
    right: 8px;
    left: 8px;
    width: auto;
    padding: 16px;


  }

  .cookie-banner__text {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    margin-bottom: 16px;
  }

  .cookie-banner__button {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .recipe-info__content {
    padding-right: 0;

  }

  .recipe-info__content__used-product {
    width: 1000px !important;
    max-width: 100vw;
  }

  .recipe-info__wrap-img {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .recipe-info__content__used-product {
    width: 100%;
  }

  .recipe-info__content__used-product__wrap-img {
    flex: 0 0 140px !important;
    margin: 0 !important;
  }
}

@media (max-width: 992px) {
  .product-compound-text {
    font-size: 14px;
    margin-top: 0;
    line-height: normal;
    letter-spacing: normal;
    margin-top: -24px;
    margin-bottom: 24px;
  }

  main.not-front-page {
    margin-top: 88px;
  }
}

@media (max-width: 740px) {
  main {
    margin-top: 58px;
  }

  main.not-front-page {
    margin-top: 58px;
  }
}

.ya-share2 {
  margin: 50px 0 0;
  font-family: Inter !important;
}

.ya-share2 .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__title {
  font-family: Inter !important;
}

.ya-share2 .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__link_more.ya-share2__link_more-button-type_short {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Inter !important;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  padding: 18px 54px;
  background: #ffdd63;
  clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
  box-shadow: 0 0 0 2px transparent;
  border-radius: 0px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.ya-share2 .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__link_more.ya-share2__link_more-button-type_short::before {
  content: "Поделиться";
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.63px;
}

.ya-share2 .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__link_more.ya-share2__link_more-button-type_short:hover {
  background: #ffd747;
}

.ya-share2 .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__link_more.ya-share2__link_more-button-type_short:focus {
  background: #e2bd38;
}

@media (max-width: 740px) {
  .ya-share2 .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__link_more.ya-share2__link_more-button-type_short {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
  }
}

@media (max-width: 500px) {
  .ya-share2 .ya-share2__container .ya-share2__list .ya-share2__item .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 18px 28px;
  }
}

.ya-share2 .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
  height: 25px;
  width: 20px;
  background-size: contain;
}

.hidden {
  display: none;
}

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

.ajax-loader {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

.ajax-loader__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
}

body .wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: #ff5353;
}

body .wpcf7 form .wpcf7-response-output {
  background: #38b731;
  border: none;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-size: 15px;
  margin: 25px 0;
}

.ui-h1 {
  color: #000;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.52px;
}

@media (max-width: 1200px) {
  .ui-h1 {
    font-size: 56px;
    line-height: 58px;
  }
}

@media (max-width: 992px) {
  .ui-h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.68px;
  }
}

@media (max-width: 740px) {
  .ui-h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.68px;
  }
}

@media (max-width: 576px) {
  .ui-h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.12px;
  }
}

.ui-h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
}

@media (max-width: 992px) {
  .ui-h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.4px;
  }
}

@media (max-width: 740px) {
  .ui-h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 370px) {
  .ui-h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.91px;
  }
}

.ui-h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.7px;
}

.ui-p-big {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.ui-p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.ui-p-small {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.21px;
}

.ui-button {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.63px;
  text-align: center;
  padding: 18px 54px;
  background: #ffdd63;
  clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.ui-button:hover {
  background: #ffd747;
}

.ui-button:focus {
  background: #e2bd38;
}

@media (max-width: 740px) {
  .ui-button {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
  }
}

@media (max-width: 500px) {
  .ui-button {
    padding: 18px 28px;
  }
}

.custom-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 375px) {
  .custom-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 741px) {
  .custom-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .custom-container {
    max-width: 992px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1200px;
  }
}

@media (min-width: 1350px) {
  .custom-container {
    max-width: 1350px;
  }
}

.breadcrumbs {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 32px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.21px;
}

.breadcrumbs .breadcrumb__sep {
  margin: 0 5px;
}

.breadcrumbs a {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.21px;
  text-decoration: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.breadcrumbs a:hover {
  color: #1c3775;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin: 0 0 22px;
  }
}

@media (max-width: 576px) {
  .breadcrumbs {
    margin: 0 0 12px;
  }
}

.header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #1c3775;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header.active,
.header.open-search,
.header.not-front-page {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.header>.custom-container {
  position: relative;
  z-index: 2;
}

.header__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.header__logo {
  -webkit-box-flex: 0 0 150px;
  -moz-box-flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  width: 150px;
}

.header__logo__img {
  width: 100%;
  height: auto;
}

.header__nav {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.header__nav>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header__nav>ul>li {
  margin: 0 24px 0 0;
}

.header__nav>ul>li:last-child {
  margin: 0;
}

.header__nav>ul>li>a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__nav>ul>li>a:hover {
  color: #ffdd63;
}

.header__search {
  position: relative;
  -webkit-box-flex: 0 0 56px;
  -moz-box-flex: 0 0 56px;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 35px;
  background: #d3212a;
  box-shadow: 0 0 0 2px transparent;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__search:hover {
  box-shadow: 0 0 0 2px #fff;
}

.header__search::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: url(../images/main/icon-close-search.svg) no-repeat center;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__search.active {
  background: #d3212a;
}

.header__search.active::after {
  opacity: 1;
}

.header__search.active .header__search__img {
  opacity: 0;
}

.header__search__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__burger {
  position: relative;
  display: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__burger.active {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header__burger.active::after {
  opacity: 1;
}

.header__burger.active .header__burger__img {
  display: none;
}

.header__burger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/main/icon-close.svg) no-repeat center;
  opacity: 0;
}

.header__search-form {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 48px 0;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.header__search-form__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.header__search-form__img {
  margin: 0 0 0 24px;
  width: 94px;
  height: 70px;
  object-fit: contain;
}

.header__search-form__body {
  position: relative;
}

.header__search-form__input {
  display: block;
  width: 100%;
  padding: 23px 60px 23px 24px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(244, 244, 244, 0.7);
  outline: none;
}

.header__search-form__submit {
  position: absolute;
  right: 24px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: url(../images/main/icon-search-gray.svg);
}

.header__search-form__text {
  display: none;
}

.header__our-history {
  display: none;
  width: 100%;
  padding: 0px 0 10px;
  background: #fff;
  border-bottom: 1px solid #d6d7d8;
}

.header__our-history__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__our-history__title {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 10px 0 0;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -2.24px;
}

.header__our-history__years {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.header__our-history__year {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 18px 0 0;
  color: rgba(50, 53, 58, 0.6);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.header__our-history__year.active {
  color: #1c3775;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.header__our-history__year.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 8px;
  height: 16px;
  background: url(../images/main/icon-active-year.svg) no-repeat center;
}

@media (max-width: 992px) {
  .header__body {
    padding: 24px 25px;
  }

  .header__logo {
    -webkit-box-flex: 0 0 96px;
    -moz-box-flex: 0 0 96px;
    -webkit-flex: 0 0 96px;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    width: 96px;
  }

  .header__search {
    -webkit-box-flex: 0 0 40px;
    -moz-box-flex: 0 0 40px;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .header__search__img {
    height: 15px;
    width: 15px;
  }

  .header__nav>ul>li {
    margin: 0 24px 0 0;
  }

  .header__nav>ul>li>a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.21px;
  }

  .header__search-form {
    padding: 35px 0 32px;
  }

  .header__search-form__img {
    width: 73px;
    height: 54px;
  }

  .header__our-history {
    padding: 0px 0 5px;
  }

  .header__our-history__title {
    display: none;
  }
}

@media (max-width: 740px) {
  .header {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  .header__body {
    padding: 10px 0;
  }

  .header__logo {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .header__search {
    -webkit-box-flex: 0 0 24px;
    -moz-box-flex: 0 0 24px;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background: transparent;
  }

  .header__search:hover {
    box-shadow: none;
  }

  .header__search.active {
    background: transparent;
  }

  .header__search.active::after {
    opacity: 1;
  }

  .header__search::after {
    width: 24px;
    height: 24px;
    background: url(../images/main/icon-arrow-back.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
  }

  .header__search__img {
    height: 100%;
    width: 100%;
  }

  .header__nav {
    display: none;
  }

  .header__burger {
    display: block;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 24px;
    height: 24px;
  }

  .header__search-form {
    height: calc(100vh - 58px);
    padding: 40px 0;
  }

  .header__search-form .custom-container {
    height: 100%;
  }

  .header__search-form__title {
    margin: 0 0 16px;
  }

  .header__search-form__img {
    display: none;
  }

  .header__search-form__items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .header__search-form__text {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.91px;
    opacity: 0.15;
  }

  .header__search-form__input {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.56px;
    padding: 16px 50px 16px 16px;
  }

  .header__search-form__submit {
    right: 16px;
  }
}

.mobile-menu {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c3775 url(../images/main/mobile-menu.svg) no-repeat center;
  background-size: cover;
  z-index: 100;
  overflow-y: auto;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.mobile-menu.active {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu>.custom-container {
  height: 100%;
}

.mobile-menu__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 110px 0 90px;
}

.mobile-menu__nav {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.mobile-menu__nav>ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mobile-menu__nav>ul>li {
  display: block;
  margin: 0 0 40px;
}

.mobile-menu__nav>ul>li>a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
}

.mobile-menu__nav>ul>li>a::after {
  content: "";
  -webkit-box-flex: 0 0 32px;
  -moz-box-flex: 0 0 32px;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin: 0 0 0 10px;
  background: url(../images/main/icon-menu-arrow.svg) no-repeat center;
  background-size: contain;
}

.mobile-menu__nav>ul>ul {
  display: none;
}

.mobile-menu__socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mobile-menu__socials__item {
  margin: 0 16px 0 0;
}

.mobile-menu__socials__item__img {
  width: 56.001px;
  height: 56px;
}

.home-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
}

.home-header__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

.home-header__logo {
  -webkit-box-flex: 0 0 148px;
  -moz-box-flex: 0 0 148px;
  -webkit-flex: 0 0 148px;
  -ms-flex: 0 0 148px;
  flex: 0 0 148px;
  width: 148px;
}

.home-header__logo__img {
  width: 100%;
  height: auto;
}

.home-header__nav {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  padding: 15px 24px 17px 24px;
  border-radius: 56px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.home-header__nav>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.home-header__nav>ul>li {
  margin: 0 28px 0 0;
}

.home-header__nav>ul>li:last-child {
  margin: 0;
}

.home-header__nav>ul>li>a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.home-header__nav>ul>li>a:hover {
  color: #ffdd63;
}

.home-header__nav>ul>li>ul {
  display: none;
}

.home-header__search {
  position: relative;
  -webkit-box-flex: 0 0 56px;
  -moz-box-flex: 0 0 56px;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 35px;
  background: #d3212a;
  box-shadow: 0 0 0 2px transparent;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.home-header__search:hover {
  box-shadow: 0 0 0 2px #fff;
}

.home-header__search__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-header__burger {
  display: none;
}

@media (max-width: 992px) {
  .home-header__body {
    padding: 24px 25px;
  }

  .home-header__logo {
    -webkit-box-flex: 0 0 96px;
    -moz-box-flex: 0 0 96px;
    -webkit-flex: 0 0 96px;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    width: 96px;
  }

  .home-header__search {
    -webkit-box-flex: 0 0 40px;
    -moz-box-flex: 0 0 40px;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .home-header__search__img {
    height: 15px;
    width: 15px;
  }

  .home-header__nav {
    padding: 11px 20px 12px;
  }

  .home-header__nav>ul>li>a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.21px;
  }
}

@media (max-width: 740px) {
  .home-header {
    display: none;
  }
}

.home-banner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 119px;
}

.home-banner__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 1;
}

.home-banner__img-computer {
  object-position: 50% 82%;
}

.home-banner__img-tablet {
  display: none;
  object-position: 50% 32%;
}

.home-banner__img-mobile {
  display: none;
  object-position: 50% 0%;
}

.home-banner__content {
  position: relative;
  display: block;
  max-width: 650px;
  padding: 360px 0 100px;
  z-index: 2;
}

.home-banner__content__title {
  display: block;
  margin: 0 0 68px;
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.52px;
}

.home-banner__content__link {
  display: inline-block;
}

@media (max-width: 1350px) {
  .home-banner__content {
    padding: 270px 0 100px;
  }
}

@media (max-width: 992px) {
  .home-banner {
    margin: 0 0 70px;
  }

  .home-banner__content {
    padding: 420px 0 90px;
    max-width: 506px;
  }

  .home-banner__content__title {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1.96px;
    margin-bottom: 56px;
  }

  .home-banner__img-computer {
    display: none;
  }

  .home-banner__img-tablet {
    display: block;
  }
}

@media (max-width: 740px) {
  .home-banner__content {
    padding: 360px 0 90px;
    max-width: 506px;
  }
}

@media (max-width: 576px) {
  .home-banner {
    margin: 0 0 40px;
  }

  .home-banner__content {
    max-width: initial;
  }

  .home-banner__content__title {
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.4px;
    margin: 0 0 32px;
  }
}

@media (max-width: 450px) {
  .home-banner__img-tablet {
    display: none;
  }

  .home-banner__img-mobile {
    display: block;
  }

  .home-banner__content__link {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}

.products-slider {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 118px;
}

.products-slider__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 65px;
}

.products-slider__top__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.products-slider__top__img {
  max-width: 152px;
  height: auto;
}

.products-slider__title {
  margin: 0 24px 0 0;
}

.products-slider__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.products-slider__button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 0 0 56px;
  -moz-box-flex: 0 0 56px;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: #1c3775;
  margin: 0 0 0 16px;
  color: #fff;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: opacity 0.3s, background 0.3s;
}

.products-slider__button:hover {
  background: #2c52aa;
}

.products-slider__button.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
  background: #1c3775;
}

.products-slider__button-prev::before {
  content: "←";
}

.products-slider__button-next::before {
  content: "→";
}

.products-slider__slide {
  position: relative;
  cursor: pointer;
}

.products-slider__slide:hover .products-slider__slide__wrap-img::before {
  opacity: 0;
}

.products-slider__slide:hover .products-slider__slide__wrap-img::after {
  opacity: 0;
}

.products-slider__slide:hover .products-slider__slide__img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.products-slider__slide__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 282px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.products-slider__slide__wrap-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.products-slider__slide__wrap-img::after {
  content: "Подробнее";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.products-slider__slide__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.products-slider__slide__title {
  display: block;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}

@media (max-width: 992px) {
  .products-slider {
    margin: 0 0 85px;
  }

  .products-slider__buttons {
    display: none;
  }

  .products-slider__top {
    margin-bottom: 44px;
  }

  .products-slider__top__img {
    max-width: 152px;
  }
}

@media (max-width: 576px) {
  .products-slider {
    margin: 0 0 56px;
  }

  .products-slider__top {
    margin-bottom: 24px;
  }
}

@media (max-width: 450px) {
  .products-slider__top__img {
    display: none;
  }

  .products-slider__slide__title {
    font-size: 18px;
    letter-spacing: -0.63px;
  }

  .products-slider__slide__wrap-img {
    height: 216px;
    margin: 0 0 16px;
  }
}

.catalog-categories {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 75px;
}

.catalog-categories__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 0 39px;
}

.catalog-categories__top-with-links {
  row-gap: 30px;
  column-gap: 68px;
}

.catalog-categories__title {
  margin: 0 27px 0 0;
}

.catalog-categories__top__img {
  max-width: 94px;
}

.catalog-categories__top__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 -12px;
}

.catalog-categories__top__link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 12px;
  color: #1c3775;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.84px;
  border-bottom: 1px solid;
}

.catalog-categories__top__link:hover {
  color: #2c52aa;
}

.catalog-categories__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0;
}

.catalog-categories__item {
  -webkit-box-flex: 0 0 calc(33.33% - 20px);
  -moz-box-flex: 0 0 calc(33.33% - 20px);
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin: 0 10px 40px;
}

.catalog-categories__item:hover .catalog-categories__item__wrap-img::before {
  opacity: 0;
}

.catalog-categories__item:hover .catalog-categories__item__wrap-img::after {
  opacity: 0;
}

.catalog-categories__item:hover .catalog-categories__item__img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.catalog-categories__item__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 426px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.catalog-categories__item__wrap-img::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-categories__item__wrap-img::after {
  content: "Подробнее";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-categories__item__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-categories__item__title {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}

.catalog-categories__item__counter {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
  opacity: 0.4;
}

.catalog-categories__bottom {
  display: block;
  text-align: center;
}

.catalog-categories__link-all {
  display: inline-block;
  margin: 24px 0 45px;
}

@media (max-width: 1350px) {
  .catalog-categories__item__wrap-img {
    height: 350px;
  }
}

@media (max-width: 1200px) {
  .catalog-categories__item__wrap-img {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .catalog-categories {
    margin: 0 0 24px;
  }

  .catalog-categories__top-with-links {
    row-gap: 30px;
    column-gap: 20px;
    justify-content: space-between;
  }

  .catalog-categories__top__link {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.63px;
  }

  .catalog-categories__top {
    margin: 0 0 48px;
  }

  .catalog-categories__items {
    margin: 0 -8px;
  }

  .catalog-categories__item {
    -webkit-box-flex: 0 0 calc(50% - 16px);
    -moz-box-flex: 0 0 calc(50% - 16px);
    -webkit-flex: 0 0 calc(50% - 16px);
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 0 8px 40px;
  }

  .catalog-categories__item__wrap-img {
    height: 324px;
  }

  .catalog-categories__item__counter {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.21px;
  }

  .catalog-categories__link-all {
    width: 100%;
    margin: 8px 0 100px;
  }
}

@media (max-width: 740px) {
  .catalog-categories__item {
    margin: 0 8px 32px;
  }

  .catalog-categories__item__wrap-img {
    height: 280px;
    margin: 0 0 16px;
  }

  .catalog-categories__item__wrap-img::after {
    font-size: 16px;
  }

  .catalog-categories__item__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.63px;
  }

  .catalog-categories__link-all {
    margin: 8px 0 26px;
  }

  .catalog-categories__top-with-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-categories__top-with-links .catalog-categories__title {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .catalog-categories__top__links {
    margin: 0 -4px 8px;
  }

  .catalog-categories__top__link {
    display: flex;
    padding: 2px 10px 4px 10px;
    justify-content: center;
    align-items: center;
    margin: 0 4px 8px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.56px;
    border: none;
    background: #f1f1f1;
  }

  .catalog-categories__top {
    margin: 0 0 24px;
  }
}

@media (max-width: 576px) {
  .catalog-categories {
    margin: 0 0 24px;
  }

  .catalog-categories__item__wrap-img {
    height: 200px;
  }

  .catalog-categories__top__img {
    max-width: 66px;
  }

  .catalog-categories__link-all {
    margin: 8px 0 20px;
  }
}

@media (max-width: 450px) {
  .catalog-categories__item {
    -webkit-box-flex: 0 0 calc(100% - 16px);
    -moz-box-flex: 0 0 calc(100% - 16px);
    -webkit-flex: 0 0 calc(100% - 16px);
    -ms-flex: 0 0 calc(100% - 16px);
    flex: 0 0 calc(100% - 16px);
    width: calc(100% - 16px);
  }

  .catalog-categories__item__wrap-img {
    height: 327px;
  }

  .catalog-categories__top__img {
    display: none;
  }
}

.recipes-slider {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 160px;
}

.recipes-slider__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 65px;
}

.recipes-slider__top__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.recipes-slider__top__img {
  max-width: 152px;
  height: auto;
}

.recipes-slider__title {
  margin: 0 24px 0 0;
}

.recipes-slider__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.recipes-slider__button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 0 0 56px;
  -moz-box-flex: 0 0 56px;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: #1c3775;
  margin: 0 0 0 16px;
  color: #fff;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: opacity 0.3s, background 0.3s;
}

.recipes-slider__button:hover {
  background: #2c52aa;
}

.recipes-slider__button.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
  background: #1c3775;
}

.recipes-slider__button-prev::before,
.recipes-slider__button-prev2::before {
  content: "←";
}

.recipes-slider__button-next::before,
.recipes-slider__button-next2::before {
  content: "→";
}

.recipes-slider__swiper,
.recipes-slider__swiper2 {
  margin: 0 0 64px;
}

.recipes-slider__slide {
  position: relative;
  cursor: pointer;
}

.recipes-slider__slide:hover .recipes-slider__slide__wrap-img::before {
  opacity: 0;
}

.recipes-slider__slide:hover .recipes-slider__slide__wrap-img::after {
  opacity: 0;
}

.recipes-slider__slide:hover .recipes-slider__slide__img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.recipes-slider__slide__wrap-img__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 8px;
  gap: 5px;
  z-index: 2;
}

.recipes-slider__slide__wrap-img__tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  color: #fff;
  font-family: Inter;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.529px;
  background: #379f4e;
}

.recipes-slider__slide__wrap-img__tag__img {
  width: 13px;
  height: 14px;
  margin: 0 3px 0 0;
}

.recipes-slider__slide__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 282px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.recipes-slider__slide__wrap-img::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.recipes-slider__slide__wrap-img::after {
  content: "Подробнее";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.recipes-slider__slide__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.recipes-slider__slide__title {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}

.recipes-slider__link-all {
  display: inline-block;
}

.recipes-slider__slide__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recipes-slider__slide__tag {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
  opacity: 0.4;
}

.recipes-slider__slide__tag-sep {
  margin: 0 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.49px;
  opacity: 0.2;
}

@media (max-width: 1200px) {
  .recipes-slider {
    margin: 0 0 120px;
  }
}

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

  .recipes-slider__top {
    margin-bottom: 44px;
  }

  .recipes-slider__top__img {
    max-width: 141px;
  }

  .recipes-slider__swiper,
  .recipes-slider__swiper2 {
    margin: 0 0 40px;
  }
}

@media (max-width: 740px) {
  .recipes-slider__link-all {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .recipes-slider {
    margin: 0 0 56px;
  }

  .recipes-slider__top {
    margin-bottom: 24px;
  }
}

@media (max-width: 450px) {
  .recipes-slider__top__img {
    display: none;
  }

  .recipes-slider__slide__title {
    font-size: 18px;
    letter-spacing: -0.63px;
  }

  .recipes-slider__slide__wrap-img {
    height: 214px;
    margin: 0 0 16px;
  }

  .recipes-slider__swiper,
  .recipes-slider__swiper2 {
    margin: 0 0 32px;
  }
}

.about-us {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 200px;
}

.about-us__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.about-us__left {
  -webkit-box-flex: 0 0 610px;
  -moz-box-flex: 0 0 610px;
  -webkit-flex: 0 0 610px;
  -ms-flex: 0 0 610px;
  flex: 0 0 610px;
  width: 610px;
  margin: 0 100px 0 0;
}

.about-us__left__img {
  display: block;
  width: 100%;
  height: auto;
}

.about-us__right__title {
  display: block;
  margin: 0 0 24px;
}

.about-us__right__content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 455px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.63px;
}

.about-us__right__content p {
  margin: 0 0 20px;
}

.about-us__right__content a {
  display: inline-block;
  margin: 20px 0 0;
}

.about-us__left__button {
  display: none;
}

.recipes-slider__swiper2 .more-read__block {
  width: 100% !important;
}

@media (max-width: 1200px) {
  .about-us {
    margin: 0 0 120px;
  }

  .about-us__left {
    -webkit-box-flex: 0 0 410px;
    -moz-box-flex: 0 0 410px;
    -webkit-flex: 0 0 410px;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    width: 410px;
    margin: 0 60px 0 0;
  }

  .about-us__right__title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.4px;
  }
}

@media (max-width: 992px) {
  .about-us__left {
    -webkit-box-flex: 0 0 270px;
    -moz-box-flex: 0 0 270px;
    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    width: 270px;
    margin: 0 40px 0 0;
  }

  .about-us__left__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-us__right__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.12px;
  }

  .about-us__right__content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.56px;
  }
}

@media (max-width: 740px) {
  .about-us__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-us__right {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .about-us__left {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .about-us__right__content p {
    margin: 0 0 15px;
  }

  .about-us__right__content a {
    display: none;
    margin: 0;
  }

  .about-us__left__button {
    display: block;
    width: 100%;
    margin: 40px 0 0;
  }

  .about-us__right__content {
    max-width: initial;
  }

  .about-us__left__img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    max-width: 400px;
  }
}

@media (max-width: 576px) {
  .about-us {
    margin: 0 0 72px;
  }

  .about-us__right__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.91px;
  }
}

.footer {
  position: relative;
  display: block;
  width: 100%;
  background: #232323;
}

.footer__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.footer__logo {
  -webkit-box-flex: 0 0 148px;
  -moz-box-flex: 0 0 148px;
  -webkit-flex: 0 0 148px;
  -ms-flex: 0 0 148px;
  flex: 0 0 148px;
  width: 148px;
  margin: 0 18px 0 0;
}

.footer__logo__img {
  width: 100%;
  height: auto;
}

.footer__nav>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__nav>ul>li {
  margin: 0 24px 0 0;
}

.footer__nav>ul>li:last-child {
  margin: 0;
}

.footer__nav>ul>li>a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__nav>ul>li>a:hover {
  color: #ffdd63;
}

.footer__socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.footer__socials__item {
  -webkit-box-flex: 0 0 32px;
  -moz-box-flex: 0 0 32px;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  margin: 0 11px;
  opacity: 0.3;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer__socials__item:hover {
  opacity: 0.7;
}

.footer__socials__item__img {
  width: 100%;
  height: auto;
}

.footer__copyright {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.3;
}

@media (max-width: 1200px) {
  .footer__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__copyright {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 35px 0 0;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

@media (max-width: 992px) {
  .footer__logo {
    -webkit-box-flex: 0 0 108px;
    -moz-box-flex: 0 0 108px;
    -webkit-flex: 0 0 108px;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    width: 108px;
    margin: 0;
  }

  .footer__socials__item {
    margin: 0 0 0 16px;
  }

  .footer__socials__item:first-of-type {
    margin: 0;
  }

  .footer__nav>ul>li {
    margin: 0 16px 0 0;
  }

  .footer__nav>ul>li:nth-child(n+5) {
    display: none;
  }

  .footer__nav>ul>li>a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.21px;
  }
}

@media (max-width: 740px) {
  .footer__socials__item {
    margin: 0 0 0 12px;
  }

  .footer__body {
    padding: 24px 0px 40px;
    align-items: center;
  }

  .footer__logo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .footer__socials {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .footer__nav {
    margin: 32px 0 16px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .footer__nav>ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }

  .footer__nav>ul>li {
    margin: 0 16px 24px;
  }

  .footer__nav>ul>li:last-child {
    margin: 0 16px 24px;
  }

  .footer__nav>ul>li>a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
  }

  .footer__copyright {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    text-align: left;
    margin: 0;
  }
}

.page-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 315px;
  margin: 0 0 64px;
}

.page-banner-no-img {
  height: 1px;
}

.page-banner__fon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 992px) {
  .page-banner {
    height: 250px;
    margin: 0 0 38px;
  }
}

@media (max-width: 740px) {
  .page-banner {
    height: 150px;
    margin: 0 0 22px;
  }
}

.category-product {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 120px;
}

.category-product__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.category-product__content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  max-width: 650px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.category-product__content p {
  margin: 0 0 20px;
}

.category-product__content p:last-of-type {
  margin: 0;
}

.category-product__content__title {
  padding: 0;
  margin: 0 0 40px;
}

.category-product__content__counter {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  color: #1c3775;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.category-product__wrap-img {
  position: relative;
  -webkit-box-flex: 0 0 540px;
  -moz-box-flex: 0 0 540px;
  -webkit-flex: 0 0 540px;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  width: 540px;
  margin: 0 0 0 130px;
}

.category-product__video:hover::after {
  opacity: 0.4;
}

.category-product__video::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.category-product__img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.category-product__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: url(../images/main/icon-play.svg) no-repeat center;
  background-size: contain;
  backdrop-filter: blur(12px);
  z-index: 2;
  border-radius: 100%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.category-product__play:hover {
  background-color: #d3212a;
}

@media (max-width: 1200px) {
  .category-product__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 340px;
    -moz-box-flex: 0 0 340px;
    -webkit-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    width: 340px;
    margin: 0 0 0 60px;
  }

  .category-product__play {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 992px) {
  .category-product {
    margin: 0 0 80px;
  }

  .category-product__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-product__content__title {
    margin: 0 0 24px;
  }

  .category-product__content__counter {
    margin: 0 0 24px;
  }

  .category-product__content {
    max-width: initial;
    margin: 0 0 40px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .category-product__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 377px;
    margin: 0;
  }

  .category-product__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }

  .category-product__play {
    width: 108px;
    height: 108px;
  }
}

@media (max-width: 740px) {
  .category-product {
    margin: 0 0 56px;
  }

  .category-product__content__title {
    margin: 0 0 16px;
  }

  .category-product__content__counter {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .category-product__wrap-img {
    height: 327px;
  }
}

.catalog-filters {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 160px;
}

.catalog-filters__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 64px;
}

.catalog-filters__open-filter {
  display: none;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.catalog-filters__title {
  display: block;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.catalog-filters__search-form {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  display: block;
  width: 100%;
  margin: 56px 0 5px;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.catalog-filters__search-form__input {
  display: block;
  width: 100%;
  padding: 23px 60px 23px 24px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(244, 244, 244, 0.7);
  outline: none;
}

.catalog-filters__search-form__submit {
  position: absolute;
  right: 24px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: url(../images/main/icon-search-gray.svg);
}

.catalog-filters__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.catalog-filters__sidebar {
  -webkit-box-flex: 0 0 315px;
  -moz-box-flex: 0 0 315px;
  -webkit-flex: 0 0 315px;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
  width: 315px;
  margin: 0 20px 0 0;
}

.catalog-filters__form {
  position: relative;
  display: block;
  width: 100%;
}

.catalog-filters__form__item {
  display: block;
  width: 100%;
  margin: 0 0 27px;
}

.catalog-filters__form__item__title {
  display: block;
  width: 100%;
  margin: 0 0 21px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
}

.catalog-filters__form__checkbox {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 0 13px;
  cursor: pointer;
}

.catalog-filters__form__checkbox:last-of-type {
  margin: 0;
}

.catalog-filters__form__checkbox:hover .catalog-filters__form__checkbox__label {
  color: #1c3775;
}

.catalog-filters__form__checkbox__input {
  position: relative;
  -webkit-box-flex: 0 0 20px;
  -moz-box-flex: 0 0 20px;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  background: #eaeaea;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-filters__form__checkbox__input::after {
  content: "";
  display: block;
  left: 7px;
  top: 3px;
  position: absolute;
  width: 4px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  box-sizing: content-box;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-filters__form__checkbox__input:checked {
  background: #1c3775;
}

.catalog-filters__form__checkbox__input:checked::after {
  opacity: 1;
}

.catalog-filters__form__checkbox__label {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  padding: 0 0 0 12px;
  position: relative;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.49px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-filters__form__select-checkbox {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
}

.catalog-filters__form__select {
  position: relative;
  display: block;
  width: 100%;
}

.catalog-filters__form__select__open {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 12px 13px 12px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.catalog-filters__form__select__open::after {
  content: "";
  margin-top: 1px;
  -webkit-box-flex: 0 0 8px;
  -moz-box-flex: 0 0 8px;
  -webkit-flex: 0 0 8px;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  width: 8px;
  height: 7px;
  background: url(../images/main/icon-select-arrow.svg) no-repeat center;
  background-size: auto;
  transform-origin: center;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.catalog-filters__form__select__dropdown {
  display: none;
  max-height: 220px;
  overflow-y: auto;
}

.catalog-filters__form__select__dropdown::-webkit-scrollbar {
  width: 6px;
  background-color: #bbbbbb;
}

.catalog-filters__form__select__dropdown::-webkit-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.catalog-filters__form__select__dropdown::-moz-scrollbar {
  width: 6px;
  background-color: #bbbbbb;
}

.catalog-filters__form__select__dropdown::-moz-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.catalog-filters__form__select__dropdown::-ms-scrollbar {
  width: 6px;
  background-color: #bbbbbb;
}

.catalog-filters__form__select__dropdown::-ms-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.catalog-filters__form__select__dropdown__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 12px 13px 12px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.49px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0px;
  cursor: pointer;
}

.catalog-filters__form__select__dropdown__item:hover {
  color: #1c3775;
  background-color: #ececec;
}

.catalog-filters__form__select__dropdown__item:hover::after {
  border-color: #1c3775;
}

.catalog-filters__form__select__dropdown__item::after {
  content: "";
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
}

.catalog-filters__form__select__dropdown__item.active::after {
  content: "";
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #1c3775;
  border: 3px solid white;
  box-shadow: 0 0 0px 2px #1c3775;
}

.catalog-filters__form__selected-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0 0;
  gap: 6px;
}

.catalog-filters__form__selected-item {
  display: none;
  align-items: center;
  padding: 4px 10px 6px 10px;
  background: #e6e6e6;
  color: #9d9d9d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.49px;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-filters__form__selected-item:hover {
  color: #1c3775;
  background: #f3f3f3;
}

.catalog-filters__form__selected-item::after {
  content: "";
  -webkit-box-flex: 0 0 16px;
  -moz-box-flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url(../images/main/icon-close-checkbox.svg) no-repeat center;
  background-size: contain;
}

.catalog-filters__form__selected-item.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.catalog-filters__form__wrap-slider {
  margin: 0 0 66px;
  padding: 0 22px;
}

.catalog-filters__form__slider {
  height: 5px;
  background: rgba(28, 55, 117, 0.2);
  border: none;
}

.catalog-filters__form__slider .noUi-handle {
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  background: #1c3775;
  border: none;
  box-shadow: none;
  border-radius: 100%;
  cursor: pointer;
}

.catalog-filters__form__slider .noUi-handle::after,
.catalog-filters__form__slider .noUi-handle::before {
  display: none;
}

.catalog-filters__form__slider .noUi-base {
  cursor: pointer;
}

.catalog-filters__form__slider .noUi-value {
  color: #000;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.35px;
}

.catalog-filters__form__slider .noUi-marker {
  display: none;
}

.catalog-filters__form__slider .active-pip {
  color: #1c3775;
  font-weight: 700;
}

.catalog-filters__form__slider-input {
  display: block;
  opacity: 0;
  height: 0;
  width: 0;
}

.catalog-filters__form__reset {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 12px 14px 12px 12px;
  margin: 13px 0;
  background: #f2f2f2;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-filters__form__reset::before {
  content: "";
  -webkit-box-flex: 0 0 24px;
  -moz-box-flex: 0 0 24px;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(../images/main/icon-reset.svg) no-repeat center;
  background-size: contain;
}

.catalog-filters__form__reset:hover {
  background: #d1d1d1;
}

.catalog-filters__form__submit {
  display: none;
  position: absolute;
  left: calc(100% - 10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 160px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
  background: #ffdd63;
  padding: 12px 12px 12px 27px;
  z-index: 80;
  border: none;
  outline: none;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 15px 100%, 0 48%);
  transition: top 0.3s;
}

.catalog-filters__form__submit:hover {
  background: #ffd747;
}

.catalog-filters__form__submit:focus {
  background: #e2bd38;
}

.catalog-filters__catalog {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.catalog-filters__products-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.catalog-filters__products-item {
  position: relative;
  -webkit-box-flex: 0 0 calc(33.33% - 20px);
  -moz-box-flex: 0 0 calc(33.33% - 20px);
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin: 0 10px 40px;
}

.catalog-filters__products-item:hover .catalog-filters__products-item__img-2,
.catalog-filters__products-item.active .catalog-filters__products-item__img-2 {
  filter: blur(0px);
  opacity: 1;
  border-radius: 0px;
}

.catalog-filters__products-item__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 316px;
  margin: 0 0 20px;
  overflow: hidden;
  background: #10233e;
}

.catalog-filters__products-item__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 65%;
  z-index: 1;
  filter: drop-shadow(1.587949872px -0.9527699351px 3.1481480598px rgba(0, 0, 0, 0.03)) drop-shadow(6.9869794846px -4.1921877861px 6.5185184479px rgba(0, 0, 0, 0.05)) drop-shadow(17.1498584747px -10.2899150848px 13px rgba(0, 0, 0, 0.07)) drop-shadow(33.0293579102px -19.8176136017px 25.4814815521px rgba(0, 0, 0, 0.09)) drop-shadow(55.5782470703px -33.3469467163px 46.851852417px rgba(0, 0, 0, 0.11)) drop-shadow(85.7492904663px -51.4495773315px 80px rgba(0, 0, 0, 0.14));
}

.catalog-filters__products-item__img-2 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 2;
  filter: blur(5px);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.catalog-filters__products-item__title {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}

.catalog-filters__products-item__desc {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
}

.catalog-filters__products-item__show {
  display: none;
}

.catalog-filters__recipes-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.catalog-filters__recipes-item {
  position: relative;
  -webkit-box-flex: 0 0 calc(33.33% - 20px);
  -moz-box-flex: 0 0 calc(33.33% - 20px);
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin: 0 10px 40px;
  cursor: pointer;
}

.catalog-filters__recipes-item:hover .catalog-filters__recipes-item__wrap-img::before {
  opacity: 0;
}

.catalog-filters__recipes-item:hover .catalog-filters__recipes-item__wrap-img::after {
  opacity: 0;
}

.catalog-filters__recipes-item:hover .catalog-filters__recipes-item__img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.catalog-filters__recipes-item__wrap-img__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 8px;
  gap: 5px;
  z-index: 2;
}

.catalog-filters__recipes-item__wrap-img__tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  color: #fff;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.529px;
  background: #379f4e;
}

.catalog-filters__recipes-item__wrap-img__tag__img {
  width: 13px;
  height: 14px;
  margin: 0 3px 0 0;
}

.catalog-filters__recipes-item__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 207.9px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.catalog-filters__recipes-item__wrap-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-filters__recipes-item__wrap-img::after {
  content: "Подробнее";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-filters__recipes-item__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.catalog-filters__recipes-item__title {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}

.catalog-filters__recipes-item__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-filters__recipes-item__tag {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
  opacity: 0.4;
}

.catalog-filters__recipes-item__tag-sep {
  margin: 0 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.49px;
  opacity: 0.2;
}

.catalog-filters__load-more {
  display: block;
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.catalog-filters__load-more__button {
  border: none;
  outline: none;
}

@media (max-width: 1350px) {
  .catalog-filters__products-item__wrap-img {
    height: 250px;
  }
}

@media (max-width: 1200px) {
  .catalog-filters__products-item {
    position: relative;
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .catalog-filters__recipes-item {
    position: relative;
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media (max-width: 992px) {
  .catalog-filters {
    margin: 0 0 60px;
  }

  .catalog-filters__sidebar {
    display: none;
  }

  .catalog-filters__top {
    margin: 0 0 56px;
  }

  .catalog-filters__open-filter {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.63px;
    background: #f2f2f2;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .catalog-filters__open-filter::after {
    content: "";
    -webkit-box-flex: 0 0 24px;
    -moz-box-flex: 0 0 24px;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
    background: url(../images/main/icon-filter.svg) no-repeat center;
    background-size: contain;
  }

  .catalog-filters__open-filter:hover {
    background: #d1d1d1;
  }

  .catalog-filters__products-item__show {
    position: absolute;
    display: block;
    right: 8px;
    top: 8px;
    width: 48px;
    height: 48px;
    background: url(../images/main/icon-show.svg) no-repeat center;
    background-size: contain;
    filter: drop-shadow(0px 0px 25px #000);
    z-index: 3;
  }

  .catalog-filters__products-item:hover .catalog-filters__products-item__img-2 {
    -webkit-transform: rotateY(120deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    transform: rotateY(120deg) rotateX(35deg) translate(100px, -100px) skew(-35deg, 10deg);
    opacity: 0;
  }

  .catalog-filters__products-item.active .catalog-filters__products-item__img-2 {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
    border-radius: 0px;
  }

  .catalog-filters__search-form {
    margin: 40px 0 0;
  }

  .catalog-filters__load-more {
    margin: 20px 0;
  }

  .catalog-filters__load-more__button {
    width: 100%;
  }
}

@media (max-width: 740px) {
  .catalog-filters__top {
    margin: 0 0 32px;
  }

  .catalog-filters__open-filter {
    padding: 10px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.49px;
  }

  .catalog-filters__open-filter::after {
    -webkit-box-flex: 0 0 16px;
    -moz-box-flex: 0 0 16px;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }

  .catalog-filters__search-form__input {
    padding: 16px 50px 16px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
  }

  .catalog-filters__search-form__submit {
    right: 16px;
  }

  .catalog-filters__search-form {
    margin: 32px 0 24px;
  }
}

@media (max-width: 500px) {
  .catalog-filters {
    margin: 0 0 64px;
  }

  .catalog-filters__products-item {
    position: relative;
    -webkit-box-flex: 0 0 calc(100% - 20px);
    -moz-box-flex: 0 0 calc(100% - 20px);
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 24px;
  }

  .catalog-filters__products-item:last-of-type {
    margin-bottom: 0px;
  }

  .catalog-filters__recipes-item {
    position: relative;
    -webkit-box-flex: 0 0 calc(100% - 20px);
    -moz-box-flex: 0 0 calc(100% - 20px);
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 24px;
  }

  .catalog-filters__recipes-item:last-of-type {
    margin-bottom: 0px;
  }

  .catalog-filters__products-item__wrap-img {
    height: 327px;
  }

  .catalog-filters__open-filter {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .catalog-filters__recipes-item__tags {
    margin: 0 0 8px;
  }
}

@media (max-width: 370px) {
  .catalog-filters__products-item__wrap-img {
    height: 280px;
  }
}

.mobile-filters {
  position: fixed;
  top: 96px;
  left: 0;
  height: calc(100% - 96px);
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 50px 0;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mobile-filters.active {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-filters>.custom-container {
  height: 100%;
}

.mobile-filters__form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.mobile-filters__top {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 64px;
}

.mobile-filters__close {
  -webkit-box-flex: 0 0 40px;
  -moz-box-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
  background: url(../images/main/icon-filter-back.svg) no-repeat center;
  background-size: contain;
}

.mobile-filters__title {
  margin: 0;
}

.mobile-filters__form__items {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 24px;
  padding: 0 10px 0 0;
}

.mobile-filters__form__items::-webkit-scrollbar {
  width: 8px;
  background-color: #bbbbbb;
}

.mobile-filters__form__items::-webkit-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.mobile-filters__form__items::-moz-scrollbar {
  width: 8px;
  background-color: #bbbbbb;
}

.mobile-filters__form__items::-moz-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.mobile-filters__form__items::-ms-scrollbar {
  width: 8px;
  background-color: #bbbbbb;
}

.mobile-filters__form__items::-ms-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.mobile-filters__form__column {
  -webkit-box-flex: 0 0 calc(50% - 12px);
  -moz-box-flex: 0 0 calc(50% - 12px);
  -webkit-flex: 0 0 calc(50% - 12px);
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
}

.mobile-filters__form__item {
  display: block;
  width: 100%;
  margin: 0 0 32px;
}

.mobile-filters__form__item__title {
  display: block;
  width: 100%;
  margin: 0 0 21px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
}

.mobile-filters__form__checkbox {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 0 13px;
  cursor: pointer;
}

.mobile-filters__form__checkbox:last-of-type {
  margin: 0;
}

.mobile-filters__form__checkbox:hover .catalog-filters__form__checkbox__label {
  color: #1c3775;
}

.mobile-filters__form__checkbox__input {
  position: relative;
  -webkit-box-flex: 0 0 20px;
  -moz-box-flex: 0 0 20px;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: auto;
  background: #eaeaea;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mobile-filters__form__checkbox__input::after {
  content: "";
  display: block;
  left: 7px;
  top: 3px;
  position: absolute;
  width: 4px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  box-sizing: content-box;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mobile-filters__form__checkbox__input:checked {
  background: #1c3775;
}

.mobile-filters__form__checkbox__input:checked::after {
  opacity: 1;
}

.mobile-filters__form__checkbox__label {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  padding: 0 0 0 12px;
  position: relative;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.49px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mobile-filters__form__bottom {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 64px 0 0;
}

.mobile-filters__form__submit {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  text-align: center;
  border: none;
  outline: none;
}

.mobile-filters__form__reset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.63px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mobile-filters__form__reset::before {
  content: "";
  -webkit-box-flex: 0 0 24px;
  -moz-box-flex: 0 0 24px;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: url(../images/main/icon-reset.svg) no-repeat center;
  background-size: contain;
}

.mobile-filters__form__reset:hover {
  background: #d1d1d1;
}

.mobile-filters__form__select-checkbox {
  display: none;
}

.mobile-filters__form__select {
  position: relative;
  display: block;
  width: 100%;
}

.mobile-filters__form__select__open {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 12px 13px 12px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.mobile-filters__form__select__open::after {
  content: "";
  margin-top: 1px;
  -webkit-box-flex: 0 0 8px;
  -moz-box-flex: 0 0 8px;
  -webkit-flex: 0 0 8px;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  width: 8px;
  height: 7px;
  background: url(../images/main/icon-select-arrow.svg) no-repeat center;
  background-size: auto;
  transform-origin: center;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mobile-filters__form__select__dropdown {
  display: none;
  max-height: 220px;
  overflow-y: auto;
}

.mobile-filters__form__select__dropdown::-webkit-scrollbar {
  width: 6px;
  background-color: #bbbbbb;
}

.mobile-filters__form__select__dropdown::-webkit-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.mobile-filters__form__select__dropdown::-moz-scrollbar {
  width: 6px;
  background-color: #bbbbbb;
}

.mobile-filters__form__select__dropdown::-moz-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.mobile-filters__form__select__dropdown::-ms-scrollbar {
  width: 6px;
  background-color: #bbbbbb;
}

.mobile-filters__form__select__dropdown::-ms-scrollbar-thumb {
  background-color: #1c3775;
  border-radius: 0px;
}

.mobile-filters__form__select__dropdown__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 12px 13px 12px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.49px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0px;
  cursor: pointer;
}

.mobile-filters__form__select__dropdown__item:hover {
  color: #1c3775;
  background-color: #ececec;
}

.mobile-filters__form__select__dropdown__item:hover::after {
  border-color: #1c3775;
}

.mobile-filters__form__select__dropdown__item::after {
  content: "";
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
}

.mobile-filters__form__select__dropdown__item.active::after {
  content: "";
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #1c3775;
  border: 3px solid white;
  box-shadow: 0 0 0px 2px #1c3775;
}

.mobile-filters__form__selected-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0 0;
  gap: 6px;
}

.mobile-filters__form__selected-item {
  display: none;
  align-items: center;
  padding: 4px 10px 6px 10px;
  background: #e6e6e6;
  color: #9d9d9d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.49px;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mobile-filters__form__selected-item:hover {
  color: #1c3775;
  background: #f3f3f3;
}

.mobile-filters__form__selected-item::after {
  content: "";
  -webkit-box-flex: 0 0 16px;
  -moz-box-flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 2px;
  background: url(../images/main/icon-close-checkbox.svg) no-repeat center;
  background-size: contain;
}

.mobile-filters__form__selected-item.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mobile-filters__form__wrap-slider {
  margin: 0 0 66px;
  padding: 0 22px;
}

.mobile-filters__form__slider {
  height: 5px;
  background: rgba(28, 55, 117, 0.2);
  border: none;
}

.mobile-filters__form__slider .noUi-handle {
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  background: #1c3775;
  border: none;
  box-shadow: none;
  border-radius: 100%;
  cursor: pointer;
}

.mobile-filters__form__slider .noUi-handle::after,
.mobile-filters__form__slider .noUi-handle::before {
  display: none;
}

.mobile-filters__form__slider .noUi-base {
  cursor: pointer;
}

.mobile-filters__form__slider .noUi-value {
  color: #000;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.35px;
}

.mobile-filters__form__slider .noUi-marker {
  display: none;
}

.mobile-filters__form__slider .active-pip {
  color: #1c3775;
  font-weight: 700;
}

.mobile-filters__form__slider-input {
  display: none;
}

@media (max-width: 992px) {
  .mobile-filters {
    top: 88px;
    height: calc(100% - 88px);
    width: 100%;
  }
}

@media (max-width: 740px) {
  .mobile-filters {
    top: 58px;
    height: calc(100% - 58px);
    width: 100%;
    padding: 32px 0;
  }

  .mobile-filters__top {
    margin: 0 0 32px;
  }

  .mobile-filters__form__bottom {
    margin: 40px 0 0;
  }

  .mobile-filters__form__submit {
    font-size: 16px;
    padding: 14px;
    clip-path: none;
  }

  .mobile-filters__form__reset {
    font-size: 16px;
    padding: 16px;
    clip-path: none;
  }
}

@media (max-width: 576px) {
  .mobile-filters__form__item__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
  }

  .mobile-filters__form__items {
    gap: 0;
  }

  .mobile-filters__form__column {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-right: 12px;
  }

  .mobile-filters__close {
    -webkit-box-flex: 0 0 24px;
    -moz-box-flex: 0 0 24px;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}

.product-info {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 120px;
}

.product-info .breadcrumbs {
  margin: 0 0 28px;
}

.product-info__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-info__content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  max-width: 650px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.product-info__content p {
  margin: 0 0 20px;
}

.product-info__content p:last-of-type {
  margin: 0;
}

.product-info__content__title {
  padding: 0;
  margin: 0 0 40px;
}

.product-info__content__time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 40px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.product-info__content__time::before {
  content: "";
  -webkit-box-flex: 0 0 26px;
  -moz-box-flex: 0 0 26px;
  -webkit-flex: 0 0 26px;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
  background: url(../images/main/icon-clock.svg) no-repeat center;
  background-size: contain;
}

.product-info__wrap-img {
  position: relative;
  -webkit-box-flex: 0 0 540px;
  -moz-box-flex: 0 0 540px;
  -webkit-flex: 0 0 540px;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  width: 540px;
  margin: 0 0 0 130px;
  background: #10233e;
  overflow: hidden;
  min-height: 400px;
}

.product-info__video:hover::after {
  opacity: 0.4;
}

.product-info__video::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.product-info__img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-height: 70%;
  max-width: 80%;
  filter: drop-shadow(1.2196382284px -0.7317829728px 2.4179615974px rgba(0, 0, 0, 0.03)) drop-shadow(5.3664083481px -3.2198450565px 5.0066027641px rgba(0, 0, 0, 0.05)) drop-shadow(13.1720933914px -7.9032559395px 9.9847593307px rgba(0, 0, 0, 0.07)) drop-shadow(25.3684768677px -15.2210845947px 19.5712661743px rgba(0, 0, 0, 0.09)) drop-shadow(42.6873397827px -25.6124038696px 35.9849586487px rgba(0, 0, 0, 0.11)) drop-shadow(65.8604660034px -39.5162811279px 61.4446716309px rgba(0, 0, 0, 0.14));
}

.product-info__tags {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  z-index: 3;
}

.product-info__tag {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
  text-align: center;
  padding: 4px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1200px) {
  .product-info__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 340px;
    -moz-box-flex: 0 0 340px;
    -webkit-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    width: 340px;
    margin: 0 0 0 60px;
  }
}

@media (max-width: 992px) {
  .product-info {
    margin: 0 0 80px;
  }

  .product-info .breadcrumbs {
    margin: 0 0 22px;
  }

  .product-info__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-info__content__title {
    margin: 0 0 40px;
  }

  .product-info__content__time {
    margin: 0 0 24px;
  }

  .product-info__content {
    max-width: initial;
    margin: 0 0 80px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .product-info__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 377px;
    margin: 0;
    min-height: initial;
  }
}

@media (max-width: 740px) {
  .product-info {
    margin: 0 0 56px;
  }

  .product-info__content__title {
    margin: 0 0 16px;
  }

  .product-info__content {
    margin: 0 0 40px;
  }

  .product-info__content__time {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .product-info__wrap-img {
    height: 327px;
  }
}

.product-about {
  position: relative;
  display: block;
  width: 100%;
  padding: 56px 0 52px;
  margin: 0 0 120px;
}

.product-about__fon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}

.product-about__title {
  margin: 0 0 48px;
  color: #fff;
}

.product-about__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.product-about__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-flex: 0 0 calc(33.33% - 20px);
  -moz-box-flex: 0 0 calc(33.33% - 20px);
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  min-height: 224px;
  margin: 0 10px 20px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(11.5px);
}

.product-about__item__desc {
  display: block;
  margin: 0 0 24px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -1.32px;
}

.product-about__item__img {
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .product-about__item {
    min-height: 162px;
    padding: 22px;
  }

  .product-about__item__desc {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.77px;
  }

  .product-about__item__img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
  }
}

@media (max-width: 992px) {
  .product-about {
    padding: 40px 0 44px;
    margin: 0 0 80px;
  }

  .product-about__title {
    margin: 0 0 32px;
  }

  .product-about__item {
    min-height: 142px;
    padding: 12px;
  }

  .product-about__item__desc {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.77px;
  }

  .product-about__item__img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
  }
}

@media (max-width: 740px) {
  .product-about {
    margin: 0 0 56px;
  }

  .product-about__item {
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .product-about__item__desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.88px;
  }
}

@media (max-width: 450px) {
  .product-about {
    padding: 32px 0 40px;
  }

  .product-about__item {
    -webkit-box-flex: 0 0 calc(100% - 20px);
    -moz-box-flex: 0 0 calc(100% - 20px);
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 16px;
  }

  .product-about__item:last-of-type {
    margin-bottom: 0;
  }
}

.product-compound {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 140px;
}

.product-compound__title {
  margin: 0 0 64px;
}

.product-compound__items {
  position: relative;
  display: block;
  width: 100%;
}

.product-compound__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  background: #f8f8f8;
  gap: 20px;
}

.product-compound__item:nth-of-type(2n) {
  background: #fff;
}

.product-compound__item:nth-of-type(n + 6) {
  display: none;
}

.product-compound__item__name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.84px;
}

.product-compound__item__value {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.84px;
}

.product-compound__bottom {
  display: block;
  margin: 64px 0 0;
  text-align: center;
}

.product-compound__show-all {
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 992px) {
  .product-compound {
    margin: 0 0 88px;
  }

  .product-compound__title {
    margin: 0 0 48px;
  }

  .product-compound__item {
    padding: 20px 16px;
  }

  .product-compound__item__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.7px;
  }

  .product-compound__item__value {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1.32px;
  }

  .product-compound__bottom {
    margin: 48px 0 0;
  }
}

@media (max-width: 740px) {
  .product-compound {
    margin: 0 0 67px;
  }

  .product-compound__title {
    margin: 0 0 48px;
  }

  .product-compound__item {
    padding: 20px 16px;
  }

  .product-compound__item__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.56px;
  }

  .product-compound__item__value {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.56px;
  }

  .product-compound__bottom {
    margin: 40px 0 0;
  }

  .product-compound__show-all {
    width: 100%;
  }
}

.product-portion {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 160px;
}

.product-portion__body {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f6f6f6;
  padding: 40px 40px 50px;
  overflow: hidden;
}

.product-portion__img {
  position: absolute;
  left: -14px;
  bottom: -300px;
  width: 540.673px;
  height: 557.943px;
  overflow: hidden;
  z-index: 1;
}

.product-portion__title {
  position: relative;
  -webkit-box-flex: 0 0 305px;
  -moz-box-flex: 0 0 305px;
  -webkit-flex: 0 0 305px;
  -ms-flex: 0 0 305px;
  flex: 0 0 305px;
  width: 305px;
  margin: 0 265px 0 0;
  z-index: 2;
}

.product-portion__content {
  position: relative;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  z-index: 2;
}

.product-portion__content__title {
  display: block;
  width: 100%;
  margin: 0 0 32px;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
}

.product-portion__counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 32px;
}

.product-portion__counter__minus {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 0 0 42px;
  -moz-box-flex: 0 0 42px;
  -webkit-flex: 0 0 42px;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0 0 2px 0;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  background: #ffdd63;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.product-portion__counter__minus:hover {
  background: #1c3775;
  color: #fff;
}

.product-portion__counter__value {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.12px;
}

.product-portion__counter__plus {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 0 0 42px;
  -moz-box-flex: 0 0 42px;
  -webkit-flex: 0 0 42px;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0 0px 2px 1px;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  background: #ffdd63;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.product-portion__counter__plus:hover {
  background: #1c3775;
  color: #fff;
}

.product-portion__images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 32px;
  gap: 26px;
  opacity: 0.2;
}

.product-portion__image {
  -webkit-box-flex: 0 0 56px;
  -moz-box-flex: 0 0 56px;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
}

.product-portion__content__desc {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.84px;
}

.product-portion__content__value {
  display: block;
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.96px;
}

@media (max-width: 1200px) {
  .product-portion__title {
    margin-right: 100px;
  }

  .product-portion__img {
    left: -100px;
  }
}

@media (max-width: 992px) {
  .product-portion {
    margin: 0 0 80px;
  }

  .product-portion__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px;
  }

  .product-portion__content {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .product-portion__title {
    display: none;
  }

  .product-portion__img {
    top: -80px;
    bottom: unset;
    left: unset;
    right: -140px;
    width: 337.706px;
    height: 313.227px;
  }

  .product-portion__counter {
    gap: 48px;
  }

  .product-portion__counter__value {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.24px;
  }

  .product-portion__counter__minus {
    -webkit-box-flex: 0 0 84px;
    -moz-box-flex: 0 0 84px;
    -webkit-flex: 0 0 84px;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 0px;
  }

  .product-portion__counter__plus {
    -webkit-box-flex: 0 0 84px;
    -moz-box-flex: 0 0 84px;
    -webkit-flex: 0 0 84px;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    width: 84px;
    height: 84px;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 0px;
    padding: 0 0 8px;
  }
}

@media (max-width: 740px) {
  .product-portion {
    margin: 0 0 56px;
  }

  .product-portion>.custom-container {
    padding: 0;
  }

  .product-portion__body {
    padding: 24px 24px 40px;
  }

  .product-portion__content__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.84px;
    margin: 0 0 24px;
  }

  .product-portion__img {
    top: unset;
    bottom: -150px;
    right: -215px;
    width: 393.824px;
    height: 393.824px;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  .product-portion__counter {
    gap: 20px;
    margin: 0 0 42px;
  }

  .product-portion__counter__value {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.96px;
  }

  .product-portion__counter__minus {
    -webkit-box-flex: 0 0 64px;
    -moz-box-flex: 0 0 64px;
    -webkit-flex: 0 0 64px;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0px;
  }

  .product-portion__counter__plus {
    -webkit-box-flex: 0 0 64px;
    -moz-box-flex: 0 0 64px;
    -webkit-flex: 0 0 64px;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding: 0 0 4px;
  }

  .product-portion__images {
    gap: 16px;
    margin: 0 0 48px;
  }

  .product-portion__content__desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
  }

  .product-portion__content__value {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.4px;
  }
}

.products-slider-big {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 118px;
}

.products-slider-big__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 65px;
}

.products-slider-big__top__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.products-slider-big__title {
  margin: 0 24px 0 0;
}

.products-slider-big__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.products-slider-big__button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 0 0 56px;
  -moz-box-flex: 0 0 56px;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: #1c3775;
  margin: 0 0 0 16px;
  color: #fff;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: opacity 0.3s, background 0.3s;
}

.products-slider-big__button:hover {
  background: #2c52aa;
}

.products-slider-big__button.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
  background: #1c3775;
}

.products-slider-big__button-prev::before {
  content: "←";
}

.products-slider-big__button-next::before {
  content: "→";
}

.products-slider-big__slide {
  position: relative;
  cursor: pointer;
}

.products-slider-big__slide:hover .products-slider-big__slide__wrap-img::before {
  opacity: 0;
}

.products-slider-big__slide:hover .products-slider-big__slide__wrap-img::after {
  opacity: 0;
}

.products-slider-big__slide:hover .products-slider-big__slide__img {
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.products-slider-big__slide__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 426px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  background: #10233e;
}

.products-slider-big__slide__wrap-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.products-slider-big__slide__wrap-img::after {
  content: "Подробнее";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.products-slider-big__slide__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 70%;
  max-width: 80%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.products-slider-big__slide__title {
  display: block;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
}

.products-slider-big__slide__desc {
  display: block;
  width: 100%;
  margin: 12px 0 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
}

@media (max-width: 1350px) {
  .products-slider-big__slide__wrap-img {
    height: 324px;
  }
}

@media (max-width: 992px) {
  .products-slider-big {
    margin: 0 0 80px;
  }

  .products-slider-big__buttons {
    display: none;
  }

  .products-slider-big__top {
    margin-bottom: 40px;
  }
}

@media (max-width: 740px) {
  .products-slider-big__slide__wrap-img {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .products-slider-big {
    margin: 0 0 56px;
  }

  .products-slider-big__top {
    margin-bottom: 32px;
  }
}

@media (max-width: 370px) {
  .products-slider-big__slide__title {
    font-size: 18px;
  }

  .products-slider-big__slide__wrap-img {
    height: 216px;
    margin: 0 0 16px;
  }
}

.page-404 {
  padding: 130px 0 160px;
}

.page-404-fon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}

.page-404__content {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 740px;
}

.page-404__content__img {
  margin: 0 0 24px;
}

.page-404__content__title {
  margin: 0 0 32px;
}

.page-404__content__desc {
  display: block;
  margin: 0 auto 64px;
  max-width: 480px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.page-404__link {
  display: inline-block;
  background: #1c3775;
  color: #fff;
}

.page-404__link:hover {
  background: #2c52aa;
}

@media (max-width: 1350px) {
  .page-404 {
    padding: 70px 0 100px;
  }

  .page-404__content__desc {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .page-404 {
    padding: 135px 0 165px;
  }

  .page-404__content {
    max-width: 525px;
  }

  .page-404__content__img {
    width: 180px;
    height: 180px;
    object-fit: contain;
  }

  .page-404__content__desc {
    max-width: initial;
  }
}

@media (max-width: 740px) {
  .page-404 {
    padding: 85px 0 70px;
  }

  .page-404__content__img {
    width: 160px;
    height: 160px;
  }

  .page-404__content__desc {
    margin-bottom: 40px;
  }

  .page-404__content__title {
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  .page-404__link {
    width: 100%;
  }
}

.recipe-info {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 0 120px;
}

.recipe-info__body {
  position: relative;
  display: block;
  width: 100%;
}

.recipe-info__content {
  display: block;
  width: 100%;
  max-width: 670px;
}

.recipe-info .breadcrumbs {
  margin: 0 0 30px;
}

.recipe-info__content__title {
  display: block;
  width: 100%;
  margin: 0 0 58px;
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -3.08px;
}

.recipe-info__content__used-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 22px 30px;
  margin: 0 0 20px;
  background: #f2f2f2;
}

.recipe-info__content__used-product__wrap-img {
  position: relative;

}

.recipe-info__content__used-product__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.recipe-info__content__used-product__right {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.recipe-info__content__used-product__desc {
  display: block;
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}

.recipe-info__content__used-product__name {
  display: block;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.84px;
}

.recipe-info__content__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 56px;
  margin: 56px 0;
}

.recipe-info__content__tag {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  max-width: 50%;
}

.recipe-info__content__name {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.63px;
}

.recipe-info__content__value {
  display: block;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.63px;
}

.recipe-info__wrap-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 41%;
  height: 100%;
}

.recipe-info__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1350px) {
  .recipe-info__wrap-img {
    width: 38%;
  }
}

@media (max-width: 1200px) {
  .recipe-info__content {
    max-width: 55%;
  }

  .recipe-info__content__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.96px;
    margin: 0 0 48px;
  }
}

@media (max-width: 992px) {
  .recipe-info {
    padding: 48px 0 96px;
  }

  .recipe-info .breadcrumbs {
    margin: 0 0 20px;
  }

  .recipe-info__content {
    max-width: 100%;
  }

  .recipe-info__wrap-img {
    display: block;
    margin: 0 0 32px;
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    height: 317px;
  }

  .recipe-info__content__used-product {
    margin: 0 0 32px;
  }

  .recipe-info__content__tags {
    margin: 0;
  }
}

@media (max-width: 740px) {
  .recipe-info .breadcrumbs {
    margin: 0 0 12px;
  }

  .recipe-info__content__title {
    margin: 0 0 32px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.12px;
  }

  .recipe-info__content__used-product {
    margin: 0 -24px 32px;
  }

  .recipe-info__content__tags {
    column-gap: 32px;
  }

  .recipe-info__content__tag {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .recipe-info {
    padding: 32px 0 64px;
  }

  .recipe-info__wrap-img {
    height: 184px;
  }

  .recipe-info__content__used-product__wrap-img {
    -webkit-box-flex: 0 0 59px;
    -moz-box-flex: 0 0 59px;
    -webkit-flex: 0 0 59px;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    width: 59px;
    height: 83px;
    margin: 0 32px 0 0;
  }
}

@media (max-width: 370px) {
  .recipe-info__content__used-product {
    margin: 0 -12px 32px;
  }
}

.recipe-ingredients {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 120px;
}

.recipe-ingredients__title {
  margin: 0 0 56px;
}

.recipe-ingredients__items {
  position: relative;
  display: block;
}

.recipe-ingredients__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px;
}

.recipe-ingredients__item:last-of-type {
  margin: 0;
}

.recipe-ingredients__item__name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  align-items: center;
  width: auto;
}

.recipe-ingredients__item__name::after {
  content: "";
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  min-width: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  margin: -2px 24px 0;
}

.recipe-ingredients__item__name-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.7px;
}

.recipe-ingredients__item__name-text a {
  display: inline;
  color: #1c3775;
  border-bottom: 1px solid;
}

.recipe-ingredients__item__value {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.7px;
}

@media (max-width: 992px) {
  .recipe-ingredients {
    margin: 0 0 96px;
  }

  .recipe-ingredients__title {
    margin: 0 0 56px;
  }
}

@media (max-width: 740px) {
  .recipe-ingredients {
    margin: 0 0 72px;
  }

  .recipe-ingredients__title {
    margin: 0 0 32px;
  }

  .recipe-ingredients__item {
    margin: 0 0 24px;
  }
}

@media (max-width: 576px) {
  .recipe-ingredients__item__name-text {
    max-width: 70%;
  }
}

@media (max-width: 370px) {
  .recipe-ingredients__item__name::after {
    margin: -2px 10px;
  }

  .recipe-ingredients__item__name-text {
    font-size: 16px;
    line-height: 20px;
  }

  .recipe-ingredients__item__value {
    font-size: 16px;
    line-height: 20px;
  }
}

.recipe-video {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 130px;
}

.recipe-video__title {
  margin: 0 0 56px;
}

.recipe-video__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 597px;
}

.recipe-video__wrap-img:hover::after {
  opacity: 0.4;
}

.recipe-video__wrap-img::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.recipe-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: url(../images/main/icon-play.svg) no-repeat center;
  background-size: contain;
  backdrop-filter: blur(12px);
  z-index: 2;
  border-radius: 100%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.recipe-video__play:hover {
  background-color: #d3212a;
}

.recipe-video__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1350px) {
  .recipe-video__wrap-img {
    height: 500px;
  }
}

@media (max-width: 992px) {
  .recipe-video {
    margin: 0 0 80px;
  }

  .recipe-video__title {
    margin: 0 0 48px;
  }

  .recipe-video__play {
    height: 120px;
    width: 120px;
  }

  .recipe-video__wrap-img {
    height: 374px;
  }
}

@media (max-width: 740px) {
  .recipe-video {
    margin: 0 0 56px;
  }

  .recipe-video__title {
    margin: 0 0 32px;
  }

  .recipe-video__wrap-img {
    height: 314px;
  }

  .recipe-video__play {
    height: 64px;
    width: 64px;
  }
}

@media (max-width: 450px) {
  .recipe-video__wrap-img {
    height: 184px;
  }
}

.recipe-steps {
  position: relative;
  display: block;
  padding: 65px 0 80px;
  margin: 0 0 120px;
  background: rgba(241, 241, 241, 0.7);
}

.recipe-steps__title {
  margin: 0 0 56px;
}

.recipe-steps__items {
  position: relative;
  display: block;
  width: 100%;
  counter-reset: list;
}

.recipe-steps__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  counter-increment: list;
  margin: 0 0 40px;
}

.recipe-steps__item::before {
  content: counter(list);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 0 0 74px;
  -moz-box-flex: 0 0 74px;
  -webkit-flex: 0 0 74px;
  -ms-flex: 0 0 74px;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  margin: 0 32px 0 0;
  text-align: center;
  color: #c4c4c4;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1.12px;
  border: 2px solid #c4c4c4;
  border-radius: 100%;
}

.recipe-steps__item__desc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
}


@media (max-width: 992px) {
  .recipe-steps {
    padding: 32px 0 56px;
    margin: 0 0 64px;
  }

  .recipe-steps__title {
    margin: 0 0 40px;
  }

  .recipe-steps__item {
    margin: 0 0 32px;
  }

  .recipe-steps__item::before {
    -webkit-box-flex: 0 0 56px;
    -moz-box-flex: 0 0 56px;
    -webkit-flex: 0 0 56px;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    font-size: 24.216px;
    line-height: 21.189px;
    letter-spacing: -0.848px;
  }
}

@media (max-width: 740px) {
  .recipe-steps__item::before {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 576px) {
  .recipe-steps {
    padding: 32px 0 56px;
    margin: 0 0 56px;
  }

  .recipe-steps__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recipe-steps__item::before {
    -webkit-box-flex: 0 0 32px;
    -moz-box-flex: 0 0 32px;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    font-size: 13.838px;
    line-height: 12.108px;
    letter-spacing: -0.484px;
    margin: 0 0 16px;
    border: 1px solid;
  }

  .recipe-steps__item__desc {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.search-page {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 120px;
}

.search-page__search-form {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 80px 0 64px;
  background: #fff;
}

.search-page__search-form__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.search-page__search-form__img {
  margin: 0 0 0 24px;
  width: 94px;
  height: 70px;
  object-fit: contain;
}

.search-page__search-form__body {
  position: relative;
}

.search-page__search-form__input {
  display: block;
  width: 100%;
  padding: 23px 60px 23px 24px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(244, 244, 244, 0.7);
  outline: none;
}

.search-page__search-form__submit {
  position: absolute;
  right: 24px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: url(../images/main/icon-search-gray.svg);
}

.search-page__category {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.search-page__category__title {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
}

.search-page__category__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.search-page__category__item {
  -webkit-box-flex: 0 0 calc(33.33% - 20px);
  -moz-box-flex: 0 0 calc(33.33% - 20px);
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin: 0 10px 48px;
}

.search-page__category__item:hover .search-page__category__item__wrap-img::before {
  opacity: 0;
}

.search-page__category__item:hover .search-page__category__item__wrap-img::after {
  opacity: 0;
}

.search-page__category__item:hover .search-page__category__item__img {
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.search-page__category__item__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 428.08px;
  margin: 0 0 24px;
  overflow: hidden;
  background: #10233e;
}

.search-page__category__item__wrap-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.search-page__category__item__wrap-img::after {
  content: "Подробнее";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.search-page__category__item__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 70%;
  max-width: 80%;
  filter: drop-shadow(1.2196382284px -0.7317829728px 2.4179615974px rgba(0, 0, 0, 0.03)) drop-shadow(5.3664083481px -3.2198450565px 5.0066027641px rgba(0, 0, 0, 0.05)) drop-shadow(13.1720933914px -7.9032559395px 9.9847593307px rgba(0, 0, 0, 0.07)) drop-shadow(25.3684768677px -15.2210845947px 19.5712661743px rgba(0, 0, 0, 0.09)) drop-shadow(42.6873397827px -25.6124038696px 35.9849586487px rgba(0, 0, 0, 0.11)) drop-shadow(65.8604660034px -39.5162811279px 61.4446716309px rgba(0, 0, 0, 0.14));
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.search-page__category__item__title {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  color: #000;
  font-size: 22.68px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.794px;
}

.search-page__category__item__desc {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.529px;
}

.search-page__end {
  display: none;
}

.search-page__not-found {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px auto 200px;
  max-width: 560px;
}

.search-page__not-found__img {
  width: 170px;
  height: 170px;
  margin: 0 0 48px;
}

.search-page__not-found__title {
  margin: 0 0 32px;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
}

.search-page__not-found__desc {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.search-page__category__item2 {
  position: relative;
  -webkit-box-flex: 0 0 calc(33.33% - 20px);
  -moz-box-flex: 0 0 calc(33.33% - 20px);
  -webkit-flex: 0 0 calc(33.33% - 20px);
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin: 0 10px 40px;
  cursor: pointer;
}

.search-page__category__item2:hover .search-page__category__item2__wrap-img::before {
  opacity: 0;
}

.search-page__category__item2:hover .search-page__category__item2__wrap-img::after {
  opacity: 0;
}

.search-page__category__item2:hover .search-page__category__item2__img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.search-page__category__item2__wrap-img__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 8px;
  gap: 5px;
  z-index: 2;
}

.search-page__category__item2__wrap-img__tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  color: #fff;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.529px;
  background: #379f4e;
}

.search-page__category__item2__wrap-img__tag__img {
  width: 13px;
  height: 14px;
  margin: 0 3px 0 0;
}

.search-page__category__item2__wrap-img {
  position: relative;
  display: block;
  width: 100%;
  height: 260.9px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.search-page__category__item2__wrap-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c3775;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.search-page__category__item2__wrap-img::after {
  content: "Подробнее";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.search-page__category__item2__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.search-page__category__item2__title {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}

.search-page__category__item2__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-page__category__item2__tag {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
  opacity: 0.4;
}

.search-page__category__item2__tag-sep {
  margin: 0 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.49px;
  opacity: 0.2;
}

@media (max-width: 1350px) {
  .search-page__category__item__wrap-img {
    height: 350px;
  }

  .search-page__category__item2__wrap-img {
    height: 250px;
  }

  .search-page__not-found {
    margin: 40px auto 200px;
  }
}

@media (max-width: 1200px) {
  .search-page__category__item__wrap-img {
    height: 300px;
  }

  .search-page__category__item__wrap-img {
    height: 250px;
  }
}

@media (max-width: 992px) {
  .search-page {
    margin: 0 0 70px;
  }

  .search-page__search-form {
    padding: 35px 0 56px;
  }

  .search-page__search-form__img {
    width: 73px;
    height: 54px;
  }

  .search-page__category__title {
    margin: 0 0 32px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.84px;
  }

  .search-page__category__item {
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 40px;
  }

  .search-page__category__item2 {
    -webkit-box-flex: 0 0 calc(50% - 20px);
    -moz-box-flex: 0 0 calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 40px;
  }

  .search-page__category__item__wrap-img {
    height: 324px;
    margin: 0 0 20px;
  }

  .search-page__category__item__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.7px;
    margin: 0 0 12px;
  }

  .search-page__category__item__desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.21px;
  }
}

@media (max-width: 740px) {
  .search-page {
    margin: 0 0 40px;
  }

  .search-page__search-form {
    padding: 40px 0 40px;
  }

  .search-page__search-form__img {
    display: none;
  }

  .search-page__search-form__title {
    margin: 0 0 16px;
  }

  .search-page__search-form__input {
    padding: 16px 50px 16px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
  }

  .search-page__search-form__submit {
    right: 16px;
  }

  .search-page__category__item__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.63px;
    margin: 0 0 8px;
  }

  .search-page__category__item__wrap-img {
    height: 254px;
    margin: 0 0 16px;
  }

  .search-page__category__item2__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.63px;
    margin: 0 0 8px;
  }

  .search-page__category__item2__wrap-img {
    height: 204px;
    margin: 0 0 16px;
  }

  .search-page__end {
    display: block;
    margin: 20px auto;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    text-align: center;
  }

  .search-page__not-found {
    margin: 40px auto 120px;
  }

  .search-page__not-found__img {
    width: 120px;
    height: 120px;
    margin: 0 0 32px;
  }

  .search-page__not-found__title {
    margin: 0 0 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.84px;
  }

  .search-page__not-found__desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.56px;
  }
}

@media (max-width: 500px) {
  .search-page__category__title {
    margin: 0 0 24px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.7px;
  }

  .search-page__category__item {
    -webkit-box-flex: 0 0 calc(100% - 20px);
    -moz-box-flex: 0 0 calc(100% - 20px);
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 24px;
  }

  .search-page__category__item__wrap-img {
    height: 327px;
    margin: 0 0 16px;
  }

  .search-page__category__item2 {
    -webkit-box-flex: 0 0 calc(100% - 20px);
    -moz-box-flex: 0 0 calc(100% - 20px);
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 24px;
  }

  .search-page__category__item2__wrap-img {
    height: 227px;
    margin: 0 0 16px;
  }
}

@media (max-width: 370px) {
  .search-page__category__item__wrap-img {
    height: 280px;
    margin: 0 0 16px;
  }

  .search-page__category__item2__wrap-img {
    height: 210px;
    margin: 0 0 16px;
  }
}

.help-info {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 96px;
}

.help-info .breadcrumbs {
  margin: 0 0 28px;
}

.help-info__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.help-info__content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  max-width: 650px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.help-info__content p {
  margin: 0 0 20px;
}

.help-info__content p:last-of-type {
  margin: 0;
}

.help-info__content__title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 56px;
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2.24px;
}

.help-info__wrap-img {
  position: relative;
  -webkit-box-flex: 0 0 540px;
  -moz-box-flex: 0 0 540px;
  -webkit-flex: 0 0 540px;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  width: 540px;
  margin: 0 0 0 130px;
}

.help-info__img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1350px) {
  .help-info__content__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.96px;
  }
}

@media (max-width: 1200px) {
  .help-info__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 340px;
    -moz-box-flex: 0 0 340px;
    -webkit-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    width: 340px;
    margin: 0 0 0 60px;
  }
}

@media (max-width: 992px) {
  .help-info {
    margin: 0 0 72px;
  }

  .help-info .breadcrumbs {
    margin: 0 0 20px;
  }

  .help-info__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .help-info__content__title {
    margin: 0 0 32px;
  }

  .help-info__content {
    max-width: initial;
    margin: 0 0 56px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .help-info__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 377px;
    margin: 0;
  }

  .help-info__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
}

@media (max-width: 740px) {
  .help-info {
    margin: 0 0 48px;
  }

  .help-info .breadcrumbs {
    margin: 0 0 12px;
  }

  .help-info__content__title {
    margin: 0 0 16px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.12px;
  }

  .help-info__content {
    margin: 0 0 48px;
  }

  .help-info__wrap-img {
    height: 284px;
  }
}

@media (max-width: 576px) {
  .help-info__wrap-img {
    height: 184px;
  }
}

.help-questions {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 120px;
  padding: 56px 0 72px;
  background: #f5f5f5;
}

.help-questions__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 64px;
}

.help-questions__title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
}

.help-questions__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
}

.help-questions__button {
  padding: 8px 0;
  color: #858585;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.7px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.help-questions__button.active {
  color: #1c3775;
  border-bottom: 2px solid #1c3775;
  cursor: initial;
}

.help-questions__tabs {
  position: relative;
  display: none;
  width: 100%;
}

.help-questions__tab {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.help-questions__tab.active .help-questions__tab-open::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.help-questions__tab-open {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 44px;
  gap: 24px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.84px;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.help-questions__tab-open::after {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/main/icon-tab-arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.help-questions__tab-open:hover {
  color: #2c52aa;
}

.help-questions__tab-hide {
  display: none;
  width: 100%;
  max-width: 765px;
  padding: 0 0 40px 0;
  color: #6c6c6c;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
}

.help-questions__tab-hide a {
  color: #1c3775;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
  border-bottom: 1px solid;
  text-decoration: none;
}

.help-questions__tab-hide a:hover {
  color: #2c52aa;
}

@media (max-width: 1200px) {
  .help-questions__title {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 40px;
  }

  .help-questions__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
}

@media (max-width: 992px) {
  .help-questions {
    padding: 40px 0;
    margin: 0 0 80px;
  }

  .help-questions__tab-open {
    padding: 28px 0 36px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -1.1px;
  }

  .help-questions__tab-hide {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.7px;
  }

  .help-questions__buttons {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .help-questions__button {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 500;
  }
}

@media (max-width: 740px) {
  .help-questions {
    padding: 32px 0;
    margin: 0 0 48px;
  }

  .help-questions__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.12px;
  }

  .help-questions__tab-open {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .help-questions__tab-hide {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.7px;
  }
}

.contacts {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 120px;
}

.contacts__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contacts__left {
  -webkit-box-flex: 0 0 490px;
  -moz-box-flex: 0 0 490px;
  -webkit-flex: 0 0 490px;
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  width: 490px;
  margin: 0 65px 0 0;
}

.contacts__left__title {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
}

.contacts__left__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.contacts__right {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  padding: 0 0 0 52px;
}

.contacts__right__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 0 0 64px;
}

.contacts__right__item:last-of-type {
  margin: 0;
}

.contacts__right__item__sub-title {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.84px;
}

.contacts__right__item__email {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 20px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.4px;
}

.contacts__right__item__email::before {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 57%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/main/icon-contacts-email.svg) no-repeat center;
  background-size: auto;
}

.contacts__right__item__phone {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 0px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.4px;
}

.contacts__right__item__phone::before {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 57%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/main/icon-contacts-phone.svg) no-repeat center;
  background-size: auto;
}

.contacts__right__item__adres-head {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 24px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.84px;
}

.contacts__right__item__adres-head::before {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/main/icon-contacts-adres.svg) no-repeat center;
  background-size: auto;
}

.contacts__right__item__adres {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.84px;
}

@media (max-width: 1350px) {
  .contacts__left {
    -webkit-box-flex: 0 0 430px;
    -moz-box-flex: 0 0 430px;
    -webkit-flex: 0 0 430px;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    width: 430px;
    margin: 0 55px 0 0;
  }

  .contacts__right__item {
    margin: 0 0 56px;
  }
}

@media (max-width: 992px) {
  .contacts {
    margin: 0 0 96px;
  }

  .contacts__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__left {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0px;
  }

  .contacts__left__title {
    margin: 0 0 48px;
  }

  .contacts__left__img {
    display: none;
  }

  .contacts__right {
    padding: 0;
  }

  .contacts__right__item__adres-head,
  .contacts__right__item__adres {
    padding: 0 0 0 52px;
  }

  .contacts__right__item__adres-head::before,
  .contacts__right__item__adres::before {
    left: 0;
    right: unset;
  }

  .contacts__right__item__email {
    padding: 0 0 0 52px;
  }

  .contacts__right__item__email::before {
    left: 0;
    right: unset;
  }

  .contacts__right__item__phone {
    padding: 0 0 0 52px;
  }

  .contacts__right__item__phone::before {
    left: 0;
    right: unset;
  }
}

@media (max-width: 740px) {
  .contacts {
    margin: 0 0 56px;
  }

  .contacts__left__title {
    margin: 0 0 32px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.12px;
  }

  .contacts__right__item {
    margin: 0 0 40px;
  }

  .contacts__right__item__sub-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.56px;
  }

  .contacts__right__item__adres-head {
    margin: 0 0 16px;
    padding: 0 0 0 36px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.63px;
  }

  .contacts__right__item__adres-head::before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }

  .contacts__right__item__adres {
    padding: 0 0 0 36px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.7px;
  }

  .contacts__right__item__email {
    padding: 0 0 0 36px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.7px;
  }

  .contacts__right__item__email::before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }

  .contacts__right__item__phone {
    padding: 0 0 0 36px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.7px;
  }

  .contacts__right__item__phone::before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}

.ask-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 180px;
}

.ask-form__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ask-form__title {
  -webkit-box-flex: 0 0 540px;
  -moz-box-flex: 0 0 540px;
  -webkit-flex: 0 0 540px;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  width: 540px;
  margin: 0 130px 0 0;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
}

.ask-form__form {
  position: relative;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.ask-form__item {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}

.ask-form__input {
  display: block;
  width: 100%;
  padding: 23px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(244, 244, 244, 0.51);
  outline: none;
}

.ask-form__input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.ask-form__input.wpcf7-not-valid {
  border: 1px solid rgba(255, 11, 11, 0.5);
}

.ask-form__input.wpcf7-not-valid::placeholder {
  color: #ff0b0b;
}

.ask-form__input:focus {
  color: #000;
}

.ask-form__input:focus::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.ask-form__textarea {
  display: block;
  width: 100%;
  height: 220px;
  padding: 23px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(244, 244, 244, 0.51);
  resize: none;
  outline: none;
}

.ask-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.ask-form__textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.ask-form__textarea.wpcf7-not-valid {
  border: 1px solid rgba(255, 11, 11, 0.5);
}

.ask-form__textarea.wpcf7-not-valid::placeholder {
  color: #ff0b0b;
}

.ask-form__agreement {
  display: block;
  margin: 36px 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.56px;
}

.ask-form__submit {
  display: block;
  margin: 56px 0 0;
  width: 200px;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (max-width: 1350px) {
  .ask-form__title {
    -webkit-box-flex: 0 0 530px;
    -moz-box-flex: 0 0 530px;
    -webkit-flex: 0 0 530px;
    -ms-flex: 0 0 530px;
    flex: 0 0 530px;
    width: 530px;
    margin: 0 70px 0 0;
  }
}

@media (max-width: 1200px) {
  .ask-form {
    margin: 0 0 120px;
  }

  .ask-form__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ask-form__title {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 40px 0;
  }

  .ask-form__submit {
    width: 300px;
  }
}

@media (max-width: 992px) {
  .ask-form__submit {
    width: 100%;
  }
}

@media (max-width: 740px) {
  .ask-form {
    margin: 0 0 64px;
  }

  .ask-form__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.12px;
  }

  .ask-form__textarea {
    height: 221px;
  }
}

@media (max-width: 370px) {
  .ask-form__title {
    margin: 0 0 32px;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1.12px;
  }

  .ask-form__input {
    padding: 13px 15px;
    font-size: 16px;
  }

  .ask-form__textarea {
    padding: 13px 15px;
    font-size: 16px;
  }

  .ask-form__agreement {
    margin: 24px 0;
  }

  .ask-form__submit {
    margin: 36px 0 0;
  }
}

.our-history .breadcrumbs {
  margin: 0 0 30px;
}

.our-history__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 120px;
  gap: 40px;
}

.our-history__top__title {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2.24px;
}

.our-history__top__years {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
}

.our-history__top__year {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  color: rgba(50, 53, 58, 0.6);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 18px;
}

.our-history__top__year.active {
  color: #1c3775;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.our-history__top__year.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 8px;
  height: 16px;
  background: url(../images/main/icon-active-year.svg) no-repeat center;
}

.our-history__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 115px 0 0;
  margin: 0 0 120px;
  gap: 132px;
}

.our-history__item:nth-of-type(n) .our-history__item__wrap-img {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.our-history__item:nth-of-type(n) .our-history__item__info {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.our-history__item:nth-of-type(n) .our-history__item__year {
  right: 0;
}

.our-history__item:nth-of-type(2n) .our-history__item__wrap-img {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.our-history__item:nth-of-type(2n) .our-history__item__info {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.our-history__item:nth-of-type(2n) .our-history__item__year {
  left: 0;
}

.our-history__item__info {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.our-history__item__title {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.12px;
}

.our-history__item__content {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
}

.our-history__item__wrap-img {
  position: relative;
  -webkit-box-flex: 0 0 650px;
  -moz-box-flex: 0 0 650px;
  -webkit-flex: 0 0 650px;
  -ms-flex: 0 0 650px;
  flex: 0 0 650px;
  width: 650px;
}

.our-history__item__year {
  position: absolute;
  z-index: -1;
  bottom: 90%;
  font-size: 150px;
  font-weight: 700;
  line-height: 100%;
  color: rgba(50, 53, 58, 0.2);
}

.our-history__item__img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1350px) {
  .our-history__top {
    margin: 0 0 80px;
  }

  .our-history__item {
    gap: 80px;
    margin: 0 0 90px;
  }

  .our-history__item__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 450px;
    -moz-box-flex: 0 0 450px;
    -webkit-flex: 0 0 450px;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    width: 450px;
  }

  .our-history__top__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.96px;
  }
}

@media (max-width: 1200px) {
  .our-history__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 96px;
  }

  .our-history__top__title {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .our-history__top__years {
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  .our-history .breadcrumbs {
    margin: 0 0 20px;
  }

  .our-history__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    gap: 40px;
  }

  .our-history__item:nth-of-type(n) .our-history__item__wrap-img {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .our-history__item:nth-of-type(n) .our-history__item__info {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .our-history__item:nth-of-type(n) .our-history__item__year {
    right: 0;
    left: unset;
  }

  .our-history__item__info {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 540px;
  }

  .our-history__item__wrap-img {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 105px 0 0;
  }

  .our-history__item__year {
    top: 0;
    bottom: unset;
  }

  .our-history__top__year {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .our-history__top__year.active {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}

@media (max-width: 740px) {
  .our-history__top__years {
    margin-right: -20px;
  }

  .our-history .breadcrumbs {
    margin: 0 0 12px;
  }

  .our-history__top__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.12px;
  }

  .our-history__top {
    margin: 0 0 56px;
  }

  .our-history__item {
    gap: 30px;
    margin: 0 0 64px;
  }

  .our-history__item__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.84px;
  }

  .our-history__item__content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .our-history__item__wrap-img {
    padding-top: 55px;
  }

  .our-history__item__year {
    font-size: 74px;
    height: 74px;
  }
}

.common-content {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 96px;
  padding: 50px 0 0;
}

.common-content .breadcrumbs {
  margin: 0 0 28px;
}

.common-content__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.common-content__content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.1px;
}

.common-content__content p {
  margin: 0 0 20px;
}

.common-content__content p:last-of-type {
  margin: 0;
}

.common-content__content__title {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 56px;
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2.24px;
}

.common-content__wrap-img {
  position: relative;
  -webkit-box-flex: 0 0 540px;
  -moz-box-flex: 0 0 540px;
  -webkit-flex: 0 0 540px;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  width: 540px;
  margin: 0 0 0 130px;
}

.common-content__img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1350px) {
  .common-content__content__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.96px;
  }
}

@media (max-width: 1200px) {
  .common-content__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 340px;
    -moz-box-flex: 0 0 340px;
    -webkit-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    width: 340px;
    margin: 0 0 0 60px;
  }
}

@media (max-width: 992px) {
  .common-content {
    margin: 0 0 72px;
  }

  .common-content .breadcrumbs {
    margin: 0 0 20px;
  }

  .common-content__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .common-content__content__title {
    margin: 0 0 32px;
  }

  .common-content__content {
    max-width: initial;
    margin: 0 0 56px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
  }

  .common-content__wrap-img {
    position: relative;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 377px;
    margin: 0;
  }

  .common-content__img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
}

@media (max-width: 740px) {
  .common-content {
    margin: 0 0 48px;
  }

  .common-content .breadcrumbs {
    margin: 0 0 12px;
  }

  .common-content__content__title {
    margin: 0 0 16px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.12px;
  }

  .common-content__content {
    margin: 0 0 48px;
  }

  .common-content__wrap-img {
    height: 284px;
  }
}

@media (max-width: 576px) {
  .common-content__wrap-img {
    height: 184px;
  }
}

/*# sourceMappingURL=style.css.map */


/* Articles style */

.chapter__top-head {
  display: flex;
  gap: 59px;
  margin-bottom: 60px;
}

.chapter__tabs {
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

.chapter__title {
  margin: 0;
  color: #000;
  font-family: "Inter";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.52px;
}

.chapter__tab {
  color: #858585;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.84px;
  transition-duration: 0.3s;
  transition-property: all;
  cursor: pointer;
}

.chapter__tab:hover {
  color: #1C3775;
}

.chapter__tab.active {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.chapter__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.page-banner--v2 {
  margin: 0 0 84px;
}

.chapter__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 39px 20px;
  width: 962px;
  display: flex;
}

.chapter__blocks-wr {
  display: flex;
  align-items: center;
  justify-content: center;
}


.chapter__block {
  cursor: pointer;
  width: 305px;
}

.chapter__img {
  width: 100%;
  height: 306px;
  margin-bottom: 20px;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  position: relative;
  transition-property: all;
}

.chapter__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition-duration: 0.3s;
  transition-property: all;
}

.chapter__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.chapter__name {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  margin-bottom: 0;
}

.chapter__category {
  color: #1C3775;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}

.chapter__block:hover .chapter__img img {
  transform: scale(1.2);
}


.chapter__blocks-wr {
  margin-bottom: 53px;
}

.chapter {
  margin-bottom: 89px;
}

.page-banner__fon2--v2 {
  display: none;
}

.page-banner__fon3--v2 {
  display: none;
}

.career-banner__img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}

.career-banner {
  margin-bottom: 64px;
}

.care {
  margin-bottom: 132px;
}

.care .custom-container {
  display: flex;
  justify-content: space-between;
}

.care__content {
  width: 670px;
}

.care__img {
  width: 538px;
  height: 475px;
}

.care__title {
  margin-bottom: 56px;
  color: #000;
  font-family: "Inter";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2.24px;
  margin-top: 0;
}

.care__text p {
  margin-bottom: 15px;
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
}

.care__text p:last-child {
  margin-bottom: 0;
}

.care__text {
  margin-bottom: 73px;
}

.care__picture {
  width: 100%;
  height: 100%;
}

.care__img-text {
  position: absolute;
  z-index: 10;
  bottom: 145px;
  left: 94px;
  width: 311px;
  color: #FFF;
  font-family: "Inter";
  font-size: 30.492px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.574px;
  letter-spacing: -1.067px;
  margin-bottom: 0;
}

.care__img {
  position: relative;
  top: -12px;
}

.care-btn svg {
  margin-left: 7px;
}

.our-principles__title {
  margin-bottom: 40px;
  color: #000;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
}

.our-principles__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #FBE3D6;
  gap: 16px;
  padding: 16px;
  width: 100%;
  padding-right: 41px;
  padding-right: 41px;
}

.our-principles__blocks {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.our-principles__name {
  margin-bottom: 24px;
  color: #4E230C;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -1.12px;
}

.our-principles__text {
  margin-bottom: 0;
  color: #4E230C;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
  opacity: 0.7;
}

.our-principles__content {
  width: 698px;
  position: relative;
  padding-top: 27px;
}

.our-principles__icon {
  position: absolute;
  top: 19px;
  left: -81px;
}

.our-principles {
  margin-bottom: 146px;
}

.we-offer {
  margin-bottom: 112px;
}

.we-offer__blocks {
  display: flex;
  justify-content: space-between;
}

.we-offer__block {
  width: 446px;
}

.we-offer__img {
  position: relative;
}

.we-offer__name {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -1.12px;
  width: 410px;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin-bottom: 0;
}


.we-offer__block:nth-child(1) {
  width: 358px;
}

.we-offer__block:nth-child(1) .we-offer__name {
  width: 269px;
  left: 48%;
}

.we-offer__block:nth-child(2) .we-offer__name {
  width: 373px;
  left: 51%;
}

.we-offer__block:nth-child(3) .we-offer__name {
  width: 360px;
  left: 55%;
}


.we-offer__block:nth-child(3) .we-offer__list ul {
  padding-left: 66px;
}

.we-offer__block:nth-child(2) .we-offer__list ul {
  padding-left: 59px;
}


.we-offer__block:nth-child(2) .we-offer__bg {
  position: relative;
  top: 30px;
  left: 7px;
}

.we-offer__block:nth-child(3) {
  width: 393px;
}

.we-offer__block:nth-child(3) .we-offer__bg {
  position: relative;
  top: 48px;
  max-width: 10000px;
  width: 434px;
}


.we-offer__img {
  height: 293px;
  margin-bottom: 35px;
}

.we-offer__title {
  margin-bottom: 43px;
  color: #000;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
  padding-left: 10px;
}

.we-offer__list li {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
  list-style-type: disc;
}

.we-offer__list li::marker {
  color: #D3212A;
}

.we-offer__list ul {
  padding-left: 41px;
}

.candidate {
  margin-bottom: 100px;
  background: #1C3775;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.candidate__content {
  width: 894px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.candidate__title {
  margin-bottom: 36px;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
}

.candidate__text p {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  margin-bottom: 15px;
}

.candidate__text p:last-child {
  margin-bottom: 0;
}

.candidate__text-color {
  color: #E97132 !important;
}

.candidate__text-color strong {
  font-weight: 600;
}

.candidate .custom-container {
  position: relative;
}

.candidate__icon1 {
  position: absolute;
  bottom: 5px;
  left: -317px;
}

.candidate__icon2 {
  position: absolute;
  bottom: -201px;
  right: -24px;
}

.candidate__icon3 {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.employee-search {
  margin-bottom: 120px;
}

.employee-search__blocks-wr {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.employee-search__block-wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 57px 48px;
  background: #DCEAF7;
  overflow: hidden;
  position: relative;
}

.employee-search__name {
  color: #00347B;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.68px;
  margin-bottom: 24px;
}

.employee-search__text {
  color: #00347B;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 534px;
  letter-spacing: -0.7px;
  margin-bottom: 0;
}

.employee-search__img {
  width: 405px;
  height: 270px;
  object-fit: cover;
  position: relative;
  left: -2px
}

.employee-search__block-wr:nth-child(1) .employee-search__content {
  width: 349px;
}

.employee-search__block-wr:nth-child(2) .employee-search__content {
  width: 427px;
}

.employee-search__block-wr:nth-child(2) {
  padding: 52px 48px;
}

.employee-search__wr {
  width: 711px;
  position: relative;
  top: 29px;
}

.employee-search__blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 37px;
}

.employee-search__text-info {
  color: #00347B;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.525px;
  margin-bottom: 0;
  position: relative;
  left: -14px;
}

.employee-search__block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #1C3775;
  padding: 18px;
  width: 215px;
  height: 157px;
}

.employee-search__block p {
  color: #FFF;
  font-family: "Inter";
  font-size: 18.9px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.661px;
  margin-bottom: 0;
  text-align: center;
}

.employee-search__block::after {
  position: absolute;
  bottom: 0;
  left: -14px;
  height: 100%;
  width: 15px;
  content: "";
  background: url(../images/career/employee-search-pr1.svg) no-repeat center;
}

.employee-search__block::before {
  position: absolute;
  bottom: 0;
  right: -14px;
  height: 100%;
  width: 15px;
  content: "";
  background: url(../images/career/employee-search-pr2.svg) no-repeat center;
}


.employee-search__block-wr:nth-child(3) {
  padding: 32px 48px;
}

.employee-search__icon {
  position: absolute;
  top: -20px;
  left: 53%;
  transform: translate(-50%, 0);

}

.employee-search__icon2 {
  position: absolute;
  top: -71px;
  right: 324px;
}

.employee-search__icon3 {
  position: absolute;
  bottom: -121px;
  right: -107px;
}

.employee-search__icon4 {
  position: absolute;
  bottom: -156px;
  right: 332px;
}


.employee-search__icon5 {
  position: absolute;
  top: -65px;
  right: 26px;
}

.success-stories {
  margin-bottom: 159px;
}

.success-stories__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.success-stories__head-info {
  width: 923px;
}

.success-stories__arrows {
  display: flex;
  gap: 16px;
}

.success-stories__title {
  margin-bottom: 24px;
  color: #000;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
}

.success-stories__head-text {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
  margin-bottom: 0;
}

.success-stories__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #1C3775;
  width: 56px;
  height: 56px;
  transition: 0.3s;
}

.success-stories__arrow:hover {
  background: #2c52aa;
}

.success-stories__block {
  background: #DCEAF7;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.success-stories__people {
  width: 292px;
  height: 292px;
  margin-right: 40px;
}

.success-stories__people-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success-stories__content {
  width: 289px;
  padding-right: 10px;
  padding-top: 5px;
}

.success-stories__name {
  margin-bottom: 24px;
  color: #00347B;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.84px;
}

.success-stories__text {
  margin-bottom: 8px;
  color: #00347B;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 6;
}

.success-stories__head {
  margin-bottom: 51px;
}

.success-stories__more {
  color: rgba(0, 51, 123, 0.4);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.56px;
}

.journey {
  margin-bottom: 105px;
}

.journey .custom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.journey__content {
  width: 547px;
}

.journey__title {
  margin-bottom: 60px;
  color: #000;
  font-family: 'Inter';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
}

.journey__img-wr {
  width: 557px;
  height: 547px;
  position: relative;
  left: -79px;
}

.journey__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey__icon {
  position: absolute;
  z-index: 5;
  top: 31px;
  left: -9px;
}

.journey__icon2 {
  position: absolute;
  bottom: 118px;
  left: -19px;
  z-index: 10;
}

.personnel-reserve {
  display: none;
}

.personnel-reserve {
  background: #FFF;
  padding: 56px;
}

.employee-search__btn {
  cursor: pointer;
}

.personnel-reserve__info {
  width: 572px;
}

.personnel-reserve__form {
  width: 572px;
}

.personnel-reserve .custom-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.personnel-reserve__name {
  margin-bottom: 32px;
  color: #000;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
}

.personnel-reserve__text {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
  margin-bottom: 0;
}

.personnel-reserve__inp {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
  padding: 24px;
  width: 100%;
  color: #000;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.63px;
  width: 100%;
  margin-bottom: 16px;
}

.personnel-reserve__inp::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.personnel-reserve__inp-wr {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.personnel-reserve__inp-wr .personnel-reserve__inp {
  width: 278px;
  margin-bottom: 0;
}

.personnel-reserve__textarea {
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
  padding: 24px;
  width: 100%;
  color: #000;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.63px;
  width: 100%;
  height: 163px;
  resize: none;

}

.personnel-reserve__textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.personnel-reserve__file p {
  color: #00347B;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.56px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  transition: 0.3s;
}

.personnel-reserve__file p:hover {
  color: #2c52aa;
}


.checkbox__icon {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #1C3775;

}

.checkbox__parent {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.checkbox__parent input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
}

.checkbox__parent input:checked+.checkbox__icon {
  background: #1C3775;
}

.checkbox__icon svg {
  max-width: 90%;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox__parent input:checked+.checkbox__icon svg {
  opacity: 1;
}

.consult__text {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.49px;
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 12px;
}

.consult__text a {
  color: #1C3775;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.49px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.consult__text a:hover {
  color: #2c52aa;
  text-decoration: underline;
}

.personnel-reserve__checkbox {
  margin-bottom: 32px;
}

.personnel-reserve__checkbox {
  margin-bottom: 25px;
}

.personnel-reserve {
  /* overflow: hidden; */
}

.personnel-reserve__img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.internship-programs {
  display: none;
}

.checkbox__icon {
  cursor: pointer;
}

.journey__btn {
  border: transparent;
}

.care-btn {
  border: transparent;
}

.personnel-reserve>.carousel__button.is-close {
  background: #fff;
  border-radius: 0px;
  width: 56px;
  height: 56px;
  display: block;
  opacity: 1!important;
}

.personnel-reserve>.carousel__button.is-close svg {
  stroke: #000;
  width: 18px;
}

.internship-programs>.carousel__button.is-close {
  background: #fff;
  border-radius: 0px;
  width: 56px;
  height: 56px;
  top: -82px;
}

.internship-programs>.carousel__button.is-close svg {
  stroke: #000;
  width: 18px;
}

.internship-programs {
  width: 1400px;
}

.personnel-reserve {
  width: 1400px;
}

.internship-programs .custom-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.internship-programs__title {
  margin-bottom: 32px;
  color: #000;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
}

.internship-programs__text {
  margin-bottom: 0;
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
}

.internship-programs__head {
  margin-bottom: 56px;
}

.internship-programs__content {
  width: 538px;
}

.internship-programs__info-name {
  margin-bottom: 8px;
  color: #000;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.12px;
}


.internship-programs__info-wr li {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
  margin-bottom: 8px;
}

.internship-programs__info-wr li:last-child {
  margin-bottom: 0;
}

.internship-programs__info-wr {
  margin-bottom: 56px;
}

.internship-programs__info-wr:last-child {
  margin-bottom: 0;
}

.internship-programs__info-wr ol {
  padding-left: 24px;
}

.internship-programs__var-top {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.internship-programs__variants {
  position: relative;
}

.internship-programs__var-top p {
  width: 90%;
  color: #999;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.63px;
  margin-bottom: 0;
}

.internship-programs__var-top svg {
  display: flex;
  flex-shrink: 0;
}

.internship-programs__var-bottom {
  position: absolute;
  width: 100%;
  z-index: 20;
  top: 100%;
  background: #FFF;
}

.internship-programs__var-text {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}


.internship-programs__var-text p {
  color: rgba(72, 72, 72, 0.60);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.63px;
  margin-bottom: 0;
  transition: 0.3s;
  text-align: start;
}

.internship-programs__var-text:hover p {
  color: #000;
}

.internship-programs__var-top.active svg {
  transform: scaleY(-1);
}

.people-modal {
  background: #DCEAF7;
  width: 1019px;
}

.people-modal .custom-container {
  display: flex;
  justify-content: space-between;
}

.people-modal__img {
  width: 292px;
  object-fit: cover;
  height: 324px;
}

.people-modal__content {
  max-height: 308px;
  overflow: auto;
}

.people-modal__name {
  color: #00347B;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.84px;
  margin-bottom: 0;
}

.people-modal__post {
  color: #00347B;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.42px;
  margin-bottom: 0;
}

.people-modal__head {
  margin-bottom: 18px;
}

.people-modal__text {
  color: #00347B;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.49px;
  position: relative;
}

.people-modal__text p:last-child {
  margin-bottom: 0;
}

.people-modal__line {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: linear-gradient(180deg, rgba(220, 234, 247, 0.00) 0%, #DCEAF7 100%);
  z-index: 10;
}

.people-modal {
  display: none;
  padding: 16px;
}

.people-modal .custom-container {
  padding: 0;
}

.people-modal__text-wr {
  position: relative;
}

.people-wr__content {
  width: 631px;
  position: relative;
}

.people-modal__content::-webkit-scrollbar {
  width: 4px;
}

.people-modal__content::-webkit-scrollbar-thumb {
  background-color: #94ACC2;
  border-radius: 20px;
}

.people-modal__text {
  padding-right: 10px;
}


.people-modal>.carousel__button.is-close {
  background: #fff;
  border-radius: 0px;
  width: 56px;
  height: 56px;
  top: -96px;
}

.people-modal>.carousel__button.is-close svg {
  stroke: #000;
  width: 18px;
}

.people-modal__arrow {
  width: 56px;
  height: 56px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.people-modal__arrow svg {
  display: flex;
  flex-shrink: 0;
}

.people-modal__arrow:hover {
  background: #ededed;
}

.people-modal .custom-container {
  position: relative;
}

.people-modal__arrow-left {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -120px;
}

.people-modal__arrow-right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -120px;
}

.application-modal {
  display: none;
}

.application-modal {
  width: 484px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
}

.application-modal__img {
  margin-bottom: 24px;
  width: 120px;
  height: 89px;
}

.application-modal__name {
  margin-bottom: 24px;
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.4px;
}

.application-modal__text {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.7px;
  width: 374px;
}


.application-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.application-modal .carousel__button.is-close {
 display: none;
}

.internship-programs .custom-container {
  padding: 0;
}






@media (max-width: 1200px) {
  .custom-container {
    max-width: 1200px;
  }

  .page-template-page-career-php main .custom-container {max-width: 998px;}

  .chapter__title {
    font-size: 56px;
  }

  .chapter__top-head {
    gap: 41px;
    margin-bottom: 50px;
  }

  .chapter__tab {
    font-size: 22px;
  }

  .chapter__tabs {
    padding-bottom: 17px;
  }

  .chapter__blocks-wr {
    margin-bottom: 45px;
  }

  .chapter {
    margin-bottom: 69px;
  }
}

@media (max-width: 1000px) {
  .custom-container {
    max-width: 1000px;
  }

  .chapter__title {
    font-size: 48px;
    letter-spacing: -1.68px;
    line-height: 52px;
  }

  .chapter__tabs {
    padding-bottom: 8px;
    gap: 26px;
  }

  .chapter__tab {
    font-size: 20px;
  }

  .chapter__top-head {
    margin-bottom: 40px;
    gap: 34px;
  }

  .chapter__blocks {
    width: 100%;
    gap: 40px 14px;
  }

  .chapter__blocks-wr {
    margin-bottom: 30px;
  }

  .chapter {
    margin-bottom: 53px;
  }

  .chapter__block {
    cursor: pointer;
    width: 48.9%;
  }

  .chapter__img {
    height: 324px;
    margin-bottom: 17px;
  }

  .chapter__info {
    gap: 11px;
  }

  .chapter__category {
    font-size: 15px;
  }

  .chapter .catalog-categories__link-all {
    width: 100%;
    margin: 8px 0 83px;
  }

  .chapter__top-head {
    margin-top: -6px;
    flex-direction: column;
    gap: 17px;
  }

  .page-banner__fon2--v2 {
    display: block;
  }

  .chapter__blocks-wr {
    margin-bottom: 51px;
  }

  .page-banner__fon2--v2 {
    display: block;
  }
}

@media (max-width: 700px) {
  .custom-container {
    max-width: 700px;
  }
  .people-modal>.carousel__button.is-close{
    top: -72px;
  }
  .chapter__block {
    width: 48.4%;
  }

  .chapter__title {
    font-size: 40px;
    line-height: normal;
  }

  .chapter__top-head {
    margin-bottom: 31px;
  }

  .chapter__img {
    height: 261px;
    margin-bottom: 15px;
  }

  .chapter__name {
    font-size: 18px;
  }

  .chapter__category {
    font-size: 14px;
  }

  .chapter__blocks {
    width: 100%;
    gap: 32px 14px;
  }

  .chapter .catalog-categories__link-all {
    width: 100%;
    margin: 8px 0 42px;
  }

  .page-banner__fon2--v2 {
    display: none;
  }

  .page-banner__fon3--v2 {
    display: block;
  }

}

@media (max-width: 500px) {
  .custom-container {
    max-width: 500px;
  }

  .chapter__block {
    width: 100%;
  }

  .chapter__title {
    font-size: 32px;
    line-height: normal;
  }

}

@media (max-width: 400px) {
  .custom-container {
    max-width: 400px;
  }

  .chapter__top-head {
    gap: 24px;
    margin-top: -1px;
  }

  .chapter__title {
    font-size: 33px;
  }

  .chapter__tab {
    font-size: 17px;
  }

  .chapter__tabs {
    gap: 24px;
  }

  .chapter__top-head {
    margin-bottom: 24px;
  }

  .chapter__img {
    height: 326px;
    margin-bottom: 18px;
  }

  .chapter__name {
    font-size: 20px;
  }

  .chapter__blocks {
    gap: 35px 14px;
  }

  .chapter__blocks-wr {
    margin-bottom: 43px;
  }

  .chapter {
    margin-bottom: 97px;
  }
}

@media (max-width: 374px) {
  .custom-container {
    max-width: 374px;
  }

  .chapter__title {
    font-size: 31px;
  }

  .chapter__top-head {
    gap: 16px;
  }

  .chapter__top-head {
    margin-bottom: 18px;
  }

  .chapter__img {
    height: 283px;
    margin-bottom: 14px;
  }

  .chapter__name {
    font-size: 18px;
  }

  .chapter__blocks {
    gap: 30px 14px;
  }

  .chapter__blocks-wr {
    margin-bottom: 32px;
  }

  .chapter {
    margin-bottom: 44px;
  }
}
/* Карьера */

.success-stories__block{

  box-sizing: border-box;

}
/* Detailed articles style */

.detailed-articles__content-wr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailed-articles__content {
  width: 957px;
}

.detailed-articles__content p {
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.1px;
  margin-bottom: 30px;
}

.detailed-articles__content h1 {
  margin-bottom: 60px;
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.52px;
}

.more-read__title {
  margin-bottom: 40px;
  color: #000;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.68px;
  text-align: center;
}

.more-read__blocks {
  margin-bottom: 53px;
}

.more-read__img {
  height: 305px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  transition-duration: 0.3s;
  transition-property: all;
  display: block;
}

.more-read__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
  transition-property: all;
}

.more-read__block {
  width: 305px;
  cursor: pointer;
}

.more-read__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.more-read__name {
  margin-bottom: 0;
}

.more-read__name a {
  margin-bottom: 0;
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}

.chapter__img {
  display: block;
}

.more-read__category {
  color: #1C3775;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.56px;
}

.detailed-articles__content-wr {
  margin-top: -10px;
}

.detailed-articles .wp-caption .wp-caption-text {
  color: black;
  margin-bottom: 0 !important;
}

.detailed-articles p strong {
  color: #000;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.84px;
  margin-bottom: 40px;
}

.more-read__wr {
  width: 957px;
}

.more-read .custom-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-read {
  margin-bottom: 105px;
}

.more-read__block:hover .more-read__img img {
  transform: scale(1.2);
}

.more-read__blocks {
  display: flex;
  gap: 20px;
}

.detailed-articles .alignright {
  margin-bottom: 24px;
  margin-left: 40px;
}

.detailed-articles .alignleft {
  margin-bottom: 24px;
  margin-right: 40px;
}

.more-read__wr {
  margin-top: 76px;
}

.page-banner--v2 {
  margin: 0 0 64px;
}

.chapter__top-head .catalog-categories__top__links {
  align-items: flex-end;
  padding-bottom: 9px;
}

.our-principles__img {
  height: 301px;
  width: 452px;
  object-fit: cover;
}

.internship-programs__variants {
  margin-bottom: 16px;
}

.personnel-reserve .custom-container {
  padding: 0;
}

.employee-search__content {
  position: relative;
  z-index: 10;
}

.career-banner__img2 {
  display: none;
}

.we-offer__bg2 {
  display: none;
}

.candidate__icon4 {
  display: none;
}

.personnel-reserve__img2 {
  display: none;
}

.people-modal__img2 {
  display: none;
}

.success-stories__more {
  margin-bottom: 0;
}

.we-offer__bg3 {
  display: none;
}

.employee-search__br {
  display: none;
}

.success-stories__people-img2 {
  display: none;
}

.personnel-reserve>.carousel__button.is-close{
  top: -82px;
}


.people-modal__content{
  color: #00347B;
font-family: "Inter";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.49px;
}



@media (max-width: 1200px) {
  .custom-container {
    max-width: 1200px;
  }

  .detailed-articles__content h1 {
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 50px;
  }

  .detailed-articles__content p {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .more-read__title {
    font-size: 44px;
    margin-bottom: 30px;
  }

  .more-read__blocks {
    margin-bottom: 45px;
  }

  .more-read {
    margin-bottom: 80px;
  }

  .detailed-articles .alignright {
    margin-left: 30px;
    margin-bottom: 15px;
  }

  .detailed-articles .alignleft {
    margin-right: 30px;
    margin-bottom: 15px;
  }

  .more-read {
    margin-bottom: 80px;
    margin-top: 57px;
  }

  .more-read__wr {
    margin-top: 0;
  }

  .care__title {
    font-size: 55px;
    margin-bottom: 40px;
  }

  .care__img-text {
    font-size: 26px;
    line-height: 32px;
    width: 289px;
    left: 94px;
    width: 289px;
  }

  .care__img {
    width: 498px;
    height: 451px;
  }

  .care__text p {
    font-size: 19px;
  }

  .care__content {
    width: 629px;
  }

  .care__text {
    margin-bottom: 60px;
  }

  .care {
    margin-bottom: 115px;
  }

  .our-principles__title {
    font-size: 44px;
    margin-bottom: 38px;
  }

  .our-principles__block {
    padding: 13px;
    padding-right: 31px;
  }

  .our-principles__name {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .our-principles__text {
    font-size: 19px;
  }

  .our-principles__img {
    height: 288px;
    width: 419px;
    object-fit: cover;
  }

  .our-principles__icon {
    width: 50px;
  }

  .our-principles__content {
    width: 592px;
    position: relative;
    padding-top: 25px;
  }

  .our-principles {
    margin-bottom: 130px;
  }

  .we-offer__title {
    font-size: 44px;
    margin-bottom: 38px;
  }

  .we-offer__block {
    width: 380px;
  }

  .we-offer__list li {
    font-size: 18px;
    line-height: 27px;
  }

  .we-offer__name {
    font-size: 26px;
    line-height: 31px;
  }

  .we-offer__block:nth-child(2) .we-offer__list ul {
    padding-left: 28px;
  }

  .we-offer__list ul {
    padding-left: 32px;
  }

  .we-offer__block:nth-child(3) .we-offer__list ul {
    padding-left: 51px;
  }

  .we-offer__block:nth-child(1) .we-offer__img {
    height: 269px;
    margin-bottom: 31px;
    width: 313px;
  }

  .we-offer__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .we-offer__block:nth-child(2) .we-offer__img {
    height: auto;
    margin-bottom: 111px;
    width: 372px;
  }

  .we-offer__block:nth-child(1) {
    width: 320px;
  }

  .we-offer__block:nth-child(2) .we-offer__name {
    width: 337px;
    left: 51%;
    top: 77%;
  }

  .we-offer__block:nth-child(3) .we-offer__img {
    height: auto;
  }

  .we-offer__block:nth-child(3) .we-offer__bg {
    position: relative;
    top: 48px;
    max-width: initial;
    width: 392px;
  }

  .we-offer__img img {
    object-fit: contain;
  }

  .we-offer__block:nth-child(3) .we-offer__img {
    height: 252px;
  }

  .we-offer__block:nth-child(3) .we-offer__bg {
    position: relative;
    top: 12px;
    max-width: initial;
    width: 392px;
  }

  .we-offer__block:nth-child(3) .we-offer__list ul {
    padding-left: 38px;
  }

  .we-offer__block:nth-child(3) .we-offer__name {
    width: 311px;
    left: 50%;
    top: 54%;
  }

  .we-offer {
    margin-bottom: 100px;
  }

  .candidate__title {
    font-size: 41px;
  }

  .candidate__text p {
    font-size: 22px;
  }

  .candidate__content {
    width: 731px;
  }

  .candidate__icon3 {
    width: 785px;
    top: 66%;
  }

  .candidate__icon1 {
    position: absolute;
    bottom: 13px;
    left: -183px;
    width: 363px;
  }

  .candidate__icon2 {
    position: absolute;
    bottom: -181px;
    right: -43px;
    width: 244px;
  }

  .candidate {
    margin-bottom: 80px;
  }

  .employee-search__block-wr {
    padding: 36px 36px;
  }

  .employee-search__img {
    width: 365px;
    height: 243px;
    left: 0;
  }

  .employee-search__name {
    font-size: 41px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .employee-search__text {
    font-size: 19px;
  }

  .employee-search__icon {
    width: 349px;
  }

  .employee-search__block-wr:nth-child(2) {
    padding: 36px 36px;
  }

  .employee-search__block {
    width: 190px;
    height: 147px;
  }

  .employee-search__block p {
    font-size: 18px;
  }

  .employee-search__wr {
    width: 622px;
    position: relative;
    top: 8px;
  }

  .employee-search__block-wr:nth-child(3) {
    padding: 36px 36px;
  }

  .employee-search__icon2 {
    top: -57px;
    right: 324px;
    width: 294px;
  }

  .employee-search__icon4 {
    position: absolute;
    bottom: -120px;
    right: 332px;
    width: 335px;
  }

  .employee-search__icon5 {
    position: absolute;
    top: -57px;
    right: 26px;
    width: 234px;
  }

  .employee-search {
    margin-bottom: 100px;
  }

  .success-stories__title {
    font-size: 44px;
  }

  .success-stories__head-info {
    width: 719px;
  }

  .success-stories__head {
    margin-bottom: 43px;
  }

  .success-stories {
    margin-bottom: 140px;
  }

  .journey__img-wr {
    width: 496px;
    height: 485px;
    position: relative;
    left: -34px;
  }

  .journey__title {
    font-size: 44px;
    margin-bottom: 50px;
  }

  .journey__icon {
    top: 25px;
    left: 1px;
    width: 70px;
  }

  .journey__icon2 {
    bottom: 115px;
    left: -11px;
    width: 148px;
  }

  .journey {
    margin-bottom: 95px;
  }

  .internship-programs {
    width: 1100px;
    padding: 30px;
  }

  .internship-programs__content {
    width: 422px;
  }

  .internship-programs__title {
    font-size: 41px;
    margin-bottom: 27px;
  }

  .internship-programs__text {
    font-size: 19px;
  }

  .internship-programs__head {
    margin-bottom: 48px;
  }

  .internship-programs__info-name {
    font-size: 27px;
  }

  .internship-programs__info-wr li {
    font-size: 19px;
  }

  .internship-programs__info-wr ol {
    padding-left: 20px;
  }

  .internship-programs__info-wr {
    margin-bottom: 40px;
  }

  .personnel-reserve__inp {
    padding: 20px;
    font-size: 17px;
  }

  .internship-programs__var-text {
    padding: 20px;
  }

  .internship-programs__var-text p {
    font-size: 17px;
  }

  .internship-programs__var-top {
    padding: 20px;
  }

  .internship-programs__var-top p {
    font-size: 17px;
  }

  .internship-programs__var-top svg {
    width: 15px;
  }

  .personnel-reserve__textarea {
    padding: 20px;
    font-size: 17px;
  }

  .personnel-reserve {
    width: 1100px;
    padding: 30px;
  }

  .personnel-reserve__inp-wr .personnel-reserve__inp {
    width: 255px;
  }

  .personnel-reserve__form {
    width: 526px;
  }

  .personnel-reserve__name {
    font-size: 44px;
    margin-bottom: 26px;
  }

  .personnel-reserve__text {
    font-size: 19px;
  }

  .personnel-reserve__img {
    bottom: 0;
    left: 0;
  }

  .personnel-reserve__info {
    width: 419px;
  }
}

@media (max-width: 1000px)  and (min-width: 740px){
  .header__nav{
    display: none;
  }
  .header__search{
    /* margin-left: auto; */
order: -1;
  }

  .home-header__nav>ul>li {
    margin: 0 14px 0 0;
}
.home-header__nav {
  padding-left: 25px;
  padding-right: 25px;
}
.home-header__nav>ul>li>a{
  font-size: 13px;
}
  .header__burger{
    display: flex;
    /* border-radius: 35px;
    background: #d3212a;
    box-shadow: 0 0 0 2px transparent;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 12px;
     */
    padding: 5px;
    
    width: 40px;
        height: 40px; 
  }



  
}
@media (max-width: 1000px) {
  .custom-container {
    max-width: 1000px;
  }
  .page-template-page-career-php main .custom-container {max-width: 768px;}



  .detailed-articles__content h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
  }

  .detailed-articles__content p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .more-read__title {
    font-size: 37px;
  }

  .more-read__blocks {
    margin-bottom: 66px;
  }

  .more-read {
    margin-bottom: 45px;
  }

  .detailed-articles__content h1 {
    text-align: start !important;
  }

  .detailed-articles__content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .more-read__title {
    font-size: 32px;
    margin-bottom: 39px;
    text-align: start;
  }

  .more-read__block {
    width: 325px;
  }

  .more-read__info {
    gap: 12px;
  }

  .detailed-articles p strong {}

  .detailed-articles img {
    margin-left: 0;
    margin-bottom: 24px;
    height: 400px;
    width: 100%;
    object-fit: cover;
  }

  .detailed-articles p strong {
    margin-bottom: 20px;
  }

  .page-banner__fon {
    display: none;
  }

  .page-banner__fon:last-child:first-child {
    display: block;

  }

  .page-banner__fon2--v2 {
    display: block;
  }

  .more-read__blocks {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .more-read__block {
    flex-shrink: 0;
    width: auto;
  }

  .detailed-articles .alignright {
    margin-left: 0;
    margin-bottom: 24px;
  }

  .detailed-articles .alignleft {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .more-read {
    margin-bottom: 45px;
    margin-top: 0px;
  }

  .more-read__title {
    margin-bottom: 29px;
  }

  .more-read {
    margin-bottom: 45px;
    margin-top: 30px;
  }

  .care__img {
    width: 452px;
    height: 397px;
  }

  .care__img-text {
    font-size: 24px;
    line-height: 30px;
    width: 289px;
    left: 83px;
    width: 264px;
    bottom: 116px;
  }

  .care__img-text br {
    display: none;
  }

  .care__content {
    width: 489px;
  }

  .care__title {
    font-size: 46px;
    margin-bottom: 30px;
  }

  .care__text p {
    font-size: 18px;
  }

  .care__text p br {
    display: none;
  }

  .care__text {
    margin-bottom: 50px;
  }

  .care {
    margin-bottom: 100px;
  }

  .our-principles__title {
    font-size: 42px;
    margin-bottom: 35px;
  }

  .our-principles__content {
    width: 481px;
    padding-top: 22px;
  }

  .our-principles__name {
    font-size: 25px;
    line-height: 30px;
  }

  .our-principles__text {
    font-size: 18px;
    line-height: 25px;
  }

  .our-principles__img {
    height: 265px;
    width: 358px;
  }

  .our-principles {
    margin-bottom: 100px;
  }

  .we-offer__title {
    font-size: 42px;
    margin-bottom: 38px;
  }

  .we-offer__block:nth-child(1) .we-offer__img {
    height: 249px;
  }

  .we-offer__block:nth-child(2) .we-offer__img {
    width: 342px;
  }

  .we-offer__name {
    font-size: 25px;
    line-height: 31px;
  }

  .we-offer__block:nth-child(2) .we-offer__name {
    width: 297px;
  }

  .we-offer__block:nth-child(1) .we-offer__name {
    width: 198px;
  }

  .we-offer__blocks {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 46px 30px;
  }

  .we-offer__block {
    width: 407px !important;
  }

  .we-offer__list li {
    font-size: 19px;
    line-height: 30px;
  }

  .we-offer__block:nth-child(2) .we-offer__img {
    width: 362px;
    margin-bottom: 99px;
  }

  .we-offer__block:nth-child(3) .we-offer__img {
    height: 214px;
  }

  .we-offer__block:nth-child(3) .we-offer__list ul {
    padding-left: 30px;
  }

  .we-offer {
    margin-bottom: 90px;
  }

  .candidate__title {
    font-size: 35px;
  }

  .candidate__text p {
    font-size: 21px;
  }

  .candidate__icon3 {
    width: 589px;
    top: 57%;
  }

  .candidate__icon1 {
    bottom: 18px;
    left: -179px;
    width: 298px;
  }

  .candidate__content {
    width: 701px;
  }

  .candidate__icon2 {
    bottom: -172px;
    right: -59px;
    width: 207px;
  }

  .candidate {
    margin-bottom: 70px;
  }

  .employee-search__block-wr {
    padding: 29px;
    position: relative;
  }

  .employee-search__img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: auto;
    right: 0;
  }

  .employee-search__block-wr:nth-child(1) .employee-search__content {
    width: 510px;
  }

  .employee-search__block-wr {
    padding: 29px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }

  .employee-search__name {
    font-size: 38px;
  }

  .employee-search__text {
    margin-bottom: 40px;
  }

  .employee-search__icon {
    left: auto;
    right: 0;
    transform: none;
  }

  .employee-search__icon {
    left: auto;
    right: -155px;
    top: -65px;
    width: 508px;
  }

  .employee-search__icon3 {
    display: none;
  }

  .employee-search__block-wr:nth-child(2) .employee-search__content {
    width: 100%;
  }

  .employee-search__wr {
    width: 100%;
    top: 0;
  }

  .employee-search__icon2 {
    top: -51px;
    right: -122px;
    width: 351px;
  }

  .employee-search__block {
    width: 240px;
    height: 140px;
  }

  .employee-search__text-info {
    left: 0;
  }

  .employee-search__icon5 {
    display: none;
  }

  .employee-search__icon4 {
    position: absolute;
    bottom: -161px;
    right: -78px;
    width: 363px;
  }

  .employee-search {
    margin-bottom: 90px;
  }

  .success-stories__title {
    font-size: 42px;
  }

  .success-stories__arrow {
    width: 50px;
    height: 50px;
  }

  .success-stories__head-text {
    font-size: 19px;
  }

  .success-stories__name {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .success-stories__people {
    width: 276px;
    height: 276px;
    margin-right: 30px;
  }

  .success-stories {
    margin-bottom: 120px;
  }

  .journey__title {
    font-size: 38px;
    margin-bottom: 45px;
  }

  .journey__content {
    width: 430px;
  }

  .journey__img-wr {
    width: 435px;
    height: 432px;
    left: -14px;
  }

  .journey__icon2 {
    width: 122px;
  }

  .journey__icon {
    width: 63px;
  }

  .journey {
    margin-bottom: 85px;
  }

  .internship-programs {
    width: 900px;
    padding: 25px;
  }

  .internship-programs__title {
    font-size: 37px;
    margin-bottom: 25px;
  }

  .internship-programs__text {
    font-size: 18px;
  }

  .internship-programs__info-name {
    font-size: 26px;
  }

  .internship-programs__info-wr li {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .internship-programs__info-wr ol {
    padding-left: 17px;
  }

  .internship-programs__head {
    margin-bottom: 30px;
  }

  .internship-programs__info-wr {
    margin-bottom: 30px;
  }

  .internship-programs__content {
    width: 370px;
  }

  .personnel-reserve__inp {
    padding: 18px;
    font-size: 16px;
    margin-bottom: 13px;
  }

  .internship-programs__var-top {
    padding: 18px;
  }

  .internship-programs__var-top p {
    font-size: 16px;
  }

  .internship-programs__variants {
    margin-bottom: 13px;
  }

  .internship-programs__var-text {
    padding: 18px;
  }

  .internship-programs__var-text p {
    font-size: 15px;
  }

  .personnel-reserve__form {
    width: 453px;
  }

  .personnel-reserve__inp-wr .personnel-reserve__inp {
    width: 218px;
  }

  .personnel-reserve__inp {
    font-size: 14px;
  }

  .internship-programs__var-top p {
    font-size: 14px;
  }

  .internship-programs__var-text p {
    font-size: 14px;
  }

  .internship-programs__var-text {
    padding: 17px;
  }

  .personnel-reserve__textarea {
    padding: 18px;
    font-size: 15px;
    height: 140px;
  }

  .personnel-reserve {
    width: 900px;
  }

  .personnel-reserve__name {
    font-size: 38px;
    margin-bottom: 23px;
  }

  .personnel-reserve__info {
    width: 352px;
  }

  .personnel-reserve__form {
    width: 454px;
  }

  .personnel-reserve__text {
    font-size: 18px;
  }

  .personnel-reserve__img {
    bottom: 0;
    left: 0;
  }

  .personnel-reserve__file p {
    font-size: 15px;
  }

  .people-modal {
    width: 900px;
  }

  .people-wr__content {
    width: 546px;
  }

  .career-banner__img {
    display: none;
  }

  .career-banner__img2 {
    display: block;
  }

  .career-banner {
    margin-bottom: 39px;
  }

  .care__img {
    width: 407px;
    height: 381px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .care .custom-container {
    position: relative;
  }

  .care__img {
    width: 407px;
    height: 347px;
    position: absolute;
    top: 1px;
    right: -77px;
  }

  .care__content {
    width: 382px;
  }

  .care__title {
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 50px;
  }

  .care__text p {
    font-size: 16px;
    line-height: 24px;
  }

  .care__text {
    margin-bottom: 64px;
  }

  .care__img-text {
    font-size: 23px;
    line-height: 25px;
    left: 76px;
    width: 227px;
    bottom: 107px;
  }

  .care {
    margin-bottom: 115px;
  }

  .our-principles__title {
    font-size: 40px;
  }

  .our-principles__block {
    padding: 15px;
    padding-right: 16px;
    padding-bottom: 33px;
  }

  .our-principles__img {
    height: 207px;
    width: 307px;
  }

  .our-principles__name {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .our-principles__content {
    width: 319px;
    padding-top: 64px;
  }

  .our-principles__icon {
    width: 60px;
    top: 2px;
    left: 0;
  }

  .our-principles__text {
    font-size: 16px;
    line-height: 21px;
  }

  .our-principles__blocks {
    gap: 17px;
  }

  .our-principles {
    margin-bottom: 111px;
  }

  .we-offer__title {
    font-size: 40px;
    margin-bottom: 29px;
    padding-left: 0;
  }

  .we-offer__block:nth-child(1) .we-offer__img {
    height: 220px;
    width: 273px;
  }

  .we-offer__block:nth-child(1) .we-offer__img {
    margin-bottom: 34px;
  }

  .we-offer__list ul {
    padding-left: 10px;
  }

  .we-offer__list li {
    font-size: 17.4px;
    line-height: 28px;
  }

  .we-offer__block {
    width: 297px !important;
  }

  .we-offer__bg1 {
    display: none;
  }

  .we-offer__bg2 {
    display: block;
  }

  .we-offer__block:nth-child(2) .we-offer__img {
    width: 318px;
    margin-bottom: 50px;
    height: 206px;
    position: relative;
    top: -26px;
    left: 22px;
  }

  .we-offer__block:nth-child(1) .we-offer__name {
    width: 198px;
    font-size: 25px;
    line-height: 38px;
    top: 59%;
  }

  .we-offer__block:nth-child(2) .we-offer__name {
    width: 297px;
    left: 52%;
    top: 75%;
    line-height: 35px;
  }

  .we-offer__block:nth-child(2) {
    width: 297px !important;
  }

  .we-offer__block:nth-child(2) {
    width: 361px !important;
  }

  .we-offer__blocks {
    justify-content: center;
  }

  .we-offer__block:nth-child(3) .we-offer__bg {
    position: relative;
    top: 0;
    max-width: initial;
    width: 100%;
    left: 0;
    height: 100%;
  }

  .we-offer__block:nth-child(3) .we-offer__img {
    height: 145px;
    position: relative;
    top: -8px;
    width: 307px;
  }

  .we-offer__block:nth-child(3) .we-offer__list ul {
    padding-left: 0;
  }

  .we-offer__block:nth-child(3) {
    width: 297px !important;
  }

  .we-offer {
    margin-bottom: 69px;
  }

  .candidate__title {
    font-size: 33px;
    margin-bottom: 29px;
  }

  .candidate {
    padding-top: 69px;
    padding-bottom: 73px;
  }

  .candidate__text p {
    font-size: 20px;
  }

  .candidate__content {
    width: 637px;
  }

  .candidate__icon3 {
    width: 994px;
    top: 83%;
    max-width: 10000px;
  }

  .candidate__icon1 {
    z-index: 10;
  }

  .candidate__icon1 {
    bottom: 51px;
    left: -350px;
    width: 422px;
  }

  .candidate__icon2 {
    display: none;
  }

  .candidate__icon4 {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: -240px;
    right: -365px;
  }

  .candidate {
    margin-bottom: 60px;
  }

  .employee-search__img {
    width: 268px;
    height: 211px;
  }

  .employee-search__name {
    font-size: 33px;
    margin-bottom: 5px;
  }

  .employee-search__text {
    line-height: 24px;
    font-size: 16px;
  }

  .employee-search__text br {
    display: none;
  }

  .employee-search__block-wr:nth-child(1) .employee-search__content {
    width: 349px;
  }

  .employee-search__text {
    max-width: auto;
  }

  .employee-search__icon {
    right: -215px;
  }

  .employee-search__block-wr:nth-child(2) {
    padding: 27px 32px;
  }

  .employee-search__block-wr:nth-child(2) .employee-search__text {
    width: 400px;
  }

  .employee-search__blocks {
    padding-left: 12px;
  }

  .employee-search__block {
    width: 185px;
    height: 131px;
  }

  .employee-search__blocks {
    gap: 22px;
  }

  .employee-search__block p {
    font-size: 16px;
  }

  .employee-search__icon2 {
    top: -22px;
    right: -197px;
  }

  .employee-search__icon4 {
    width: 363px;
  }

  .success-stories__title {
    font-size: 41px;
  }

  .success-stories__head-text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.56px;
  }

  .success-stories__head-info {
    width: 376px;
  }

  .success-stories__arrow {
    width: 56px;
    height: 56px;
  }

  .success-stories__arrows {
    position: relative;
    top: 5px;
  }

  .success-stories__head {
    margin-bottom: 52px;
  }

  .success-stories__people {
    width: 293px;
    height: 293px;
    margin-right: 40px;
  }

  .success-stories__name {
    font-size: 24px;
    margin-bottom: 27px;
  }

  .journey__content {
    position: relative;
  }

  .journey__img-wr {
    width: 435px;
    height: 432px;
    left: auto;
    position: absolute;
    right: 0;
  }

  .journey {
    margin-bottom: 154px;
  }

  .success-stories {
    margin-bottom: 102px;
  }

  .journey__title {
    font-size: 40px;
    margin-bottom: 58px;
  }

  .journey__img-wr {
    width: 330px;
    height: 323px;
    left: auto;
    position: absolute;
    right: -40px;
    bottom: 246px;
  }

  .journey__icon {
    width: 53px;
    top: 12px;
    left: -6px;
  }

  .journey__icon2 {
    width: 110px;
    bottom: 70px;
    left: -13px;
  }

  .internship-programs {
    width: 688px;
    padding: 40px;
  }

  .internship-programs .custom-container {
    flex-direction: column;
  }

  .internship-programs__content {
    width: 100%;
  }

  .internship-programs__title {
    font-size: 48px;
    margin-bottom: 32px;
  }

  .internship-programs__info-name {
    font-size: 32px;
  }

  .internship-programs__info-wr li {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .internship-programs__info-wr {
    margin-bottom: 60px;
  }

  .internship-programs__content {
    margin-bottom: 40px;
  }

  .personnel-reserve__form {
    width: 100%;
  }

  .personnel-reserve__inp {
    font-size: 18px;
    padding: 24px;
    margin-bottom: 16px;
  }

  .internship-programs__var-top {
    padding: 24px;
  }

  .internship-programs__var-top p {
    font-size: 18px;
  }

  .internship-programs__var-text {
    padding: 24px;
  }

  .internship-programs__var-text p {
    font-size: 18px;
  }

  .personnel-reserve__inp-wr .personnel-reserve__inp {
    width: 296px;
  }

  .personnel-reserve__textarea {
    padding: 24px;
    font-size: 18px;
    height: 220px;
  }

  .personnel-reserve__file p {
    margin-bottom: 0;
  }

  .personnel-reserve__file {
    margin-bottom: 40px;
  }

  .personnel-reserve__textarea {
    margin-bottom: 20px;
  }

  .personnel-reserve {
    width: 681px;
  }

  .personnel-reserve .custom-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .personnel-reserve__info {
    width: 100%;
  }

  .personnel-reserve__name {
    font-size: 48px;
    margin-bottom: 32px;
  }

  .personnel-reserve__text {
    font-size: 20px;
  }

  .personnel-reserve__info {
    margin-bottom: 40px;
  }

  .personnel-reserve__img {
    display: none;
  }

  .personnel-reserve .personnel-reserve__inp-wr .personnel-reserve__inp {
    width: 302px;
  }

  .personnel-reserve__img {
    display: none;
  }

  .personnel-reserve__img2 {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .personnel-reserve__img2 {
    display: block;
    position: absolute;
    top: 6px;
    right: -509px;
    width: 650px;
  }

  .personnel-reserve__info {
    width: 450px;
  }

  .people-modal {
    width: 575px;
  }

  .people-modal .custom-container {
    flex-direction: column;
  }

  .people-modal__arrow-right {
    right: -96px;
  }

  .people-modal__arrow-left {
    left: -96px;
  }

  .people-modal__img {
    width: 100%;
    object-fit: cover;
    height: 342px;
    margin-bottom: 24px;
  }

  .people-modal__img {
    display: none;
  }

  .people-modal__img2 {
    display: block;
  }
  .personnel-reserve__img2 {
    display: block;
    position: absolute;
    top: 23px;
    right: 0;
    width: 124px;
}
}
.success-stories__block{
  align-self: stretch;
  height: auto;
}
@media (max-width: 700px) {
  .custom-container {
    max-width: 700px;
  }
  .we-offer__block:nth-child(3){
    margin-top: 20px;
  }
  .page-template-page-career-php main .custom-container {max-width: 420px;}

  .detailed-articles__content h1 {
    font-size: 39px;
    line-height: 40px;
    margin-bottom: 21px;
  }

  .detailed-articles img {
    height: 340px;
  }

  .more-read__title {
    font-size: 29px;
    margin-bottom: 22px;
    text-align: start;
  }

  .more-read__name {
    font-size: 18px;
  }

  .more-read__category {
    font-size: 15px;
  }

  .detailed-articles__content p {
    margin-bottom: 13px;
  }

  .more-read__blocks {
    margin-bottom: 41px;
  }

  .more-read__wr {
    width: 100%;
  }

  .detailed-articles__content {
    width: 100%;
  }

  .career-banner__img {
    height: 290px;
  }

  .career-banner__img {
    height: 250px;
  }

  .care__img {
    display: none;
  }

  .care__content {
    width: 100%;
  }

  .care__title {
    font-size: 41px;
    margin-bottom: 25px;
    line-height: 50px;
  }

  .care__text {
    margin-bottom: 54px;
  }

  .care {
    margin-bottom: 90px;
  }

  .our-principles__title {
    font-size: 36px;
  }

  .our-principles__block {
    flex-direction: column;
    align-items: flex-start;
  }

  .our-principles__img {
    height: 200px;
    width: 100%;
  }

  .our-principles__block {
    padding: 13px;
    padding-bottom: 24px;
  }

  .our-principles__content {
    width: 100%;
    padding-top: 0;
  }

  .our-principles__icon {
    display: none;
  }

  .our-principles {
    margin-bottom: 70px;
  }

  .we-offer__title {
    font-size: 36px;
  }

  .we-offer__block {
    width: 100% !important;
  }

  .we-offer__block:nth-child(2) {
    width: 100% !important;
  }

  .we-offer__block:nth-child(3) {
    width: 100% !important;
  }

  .we-offer__block:nth-child(3) .we-offer__list ul {
    padding-left: 23px;
  }

  .we-offer__block:nth-child(2) .we-offer__list ul {
    padding-left: 23px;
  }

  .we-offer__list ul {
    padding-left: 23px;
  }

  .we-offer__img {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .we-offer {
    margin-bottom: 50px;
  }

  .candidate__icon1 {
    display: none;
  }

  .candidate__icon4 {
    display: none;
  }

  .candidate__content {
    width: 100%;
  }

  .candidate__title {
    font-size: 30px;
  }

  .candidate__text p {
    font-size: 19px;
  }

  .candidate {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .candidate__icon3 {
    width: 582px;
    top: 50%;
    max-width: 10000px;
  }

  .candidate {
    margin-bottom: 50px;
  }

  .employee-search__img {
    width: 268px;
    height: 211px;
    position: static;
    order: 1;
  }

  .employee-search__block-wr:nth-child(1) .employee-search__content {
    width: 100%;
  }

  .employee-search__img {
    width: 100%;
    height: 211px;
    position: static;
    order: 1;
  }

  .employee-search__img {
    transform: none;
    margin-top: 40px;
  }

  .employee-search__text {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .employee-search__img {
    position: relative;
    z-index: 10;
  }

  .employee-search__icon {
    right: -344px;
    top: 65px;
  }

  .employee-search__icon2 {
    display: none;
  }

  .employee-search__block {
    width: 100%;
    height: 69px;
  }

  .employee-search__blocks {
    gap: 10px;
  }

  .employee-search__blocks {
    margin-bottom: 30px;
    padding: 0;
  }

  .employee-search__icon4 {
    width: 321px;
    bottom: -115px;
    right: -117px;
  }

  .success-stories__arrows {
    display: none;
  }

  .success-stories__title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .success-stories__head {
    margin-bottom: 30px;
  }

  .success-stories__block {
    width: 292px;
    flex-direction: column;
  }

  .success-stories__people {
    width: 100%;
    height: 224px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .success-stories__content {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .success-stories__name {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
  }

  .journey__img-wr {
    position: relative;
    right: 0;
    bottom: 0;
  }

  .journey .custom-container {
    flex-direction: column-reverse;
  }

  .journey__img-wr {
    width: 312px;
    height: 309px;
  }

  .success-stories {
    margin-bottom: 70px;
  }

  .journey__img-wr {
    margin-bottom: 26px;
  }

  .journey__title {
    font-size: 39px;
    margin-bottom: 44px;
  }

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

  .journey {
    margin-bottom: 60px;
  }

  .internship-programs {
    width: 343px;
    padding: 24px;
  }

  .internship-programs__title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .internship-programs__text {
    font-size: 16px;
    line-height: 24px;
  }

  .internship-programs__info-name {
    font-size: 23px;
  }

  .internship-programs__info-wr li {
    font-size: 17px;
    margin-bottom: 4px;
  }

  .internship-programs__info-wr {
    margin-bottom: 30px;
  }

  .internship-programs__content {
    margin-bottom: 20px;
  }

  .personnel-reserve__inp {
    font-size: 16px;
    padding: 19px;
    margin-bottom: 13px;
  }

  .internship-programs__var-top {
    padding: 19px;
  }

  .internship-programs__var-top p {
    font-size: 16px;
  }

  .internship-programs__var-top svg {
    width: 13px;
  }

  .internship-programs__var-text {
    padding: 19px;
  }

  .internship-programs__var-text p {
    font-size: 16px;
  }

  .personnel-reserve__textarea {
    padding: 20px;
    font-size: 16px;
    height: 180px;
  }

  .personnel-reserve {
    width: 343px;
  }

  .personnel-reserve {
    font-size: 24px;
  }

  .personnel-reserve__info {
    width: 100%;
  }

  .personnel-reserve__name {
    font-size: 33px;
    margin-bottom: 19px;
  }

  .personnel-reserve__text {
    font-size: 19px;
  }

  .personnel-reserve__text br {
    display: none;
  }

  .personnel-reserve {
    padding: 24px 16px;
  }

  .application-modal {
    width: 343px;
    padding: 32px;
  }

  .application-modal__img {
    margin-bottom: 20px;
    width: 109px;
    height: 77px;
  }

  .application-modal__name {
    font-size: 29px;
    line-height: 32px;
  }

  .application-modal__text {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .application-modal__content {
    width: 100%;
  }

  .application-modal .custom-container {
    padding: 0;
  }

  .people-modal {
    width: 343px;
  }

  .people-wr__content {
    width: 100%;
  }

  .people-modal__img {
    height: 195px;
    margin-bottom: 20px;
  }

  .people-modal__name {
    font-size: 22px;
  }

  .employee-search__block-wr:nth-child(2) .employee-search__text {
    width: 100%;
  }

  .journey__content {
    width: 100%;
  }
  .people-modal__arrow-right{
    top: auto;
    bottom: 0;
  }
  .people-modal__arrow-left, .people-modal__arrow-right {
    z-index: 10;
    bottom: -135px;
    right: 91px;
}
.people-modal__arrow-left{
  bottom: -135px;
  top: auto;
  left: 91px;
}
.personnel-reserve__img2{
  display: none;
}
.personnel-reserve__file {
  margin-bottom: 30px;
}
.personnel-reserve__textarea {
  margin-bottom: 10px;
}
}

@media (max-width: 500px) {
  .custom-container {
    max-width: 500px;
  }

  .detailed-articles__content h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 19px;
  }

  .detailed-articles__content p {
    font-size: 15px;
  }

  .detailed-articles img {
    height: 250px;
  }

  .care__title {
    font-size: 33px;
    line-height: normal;
  }

  .we-offer__block:nth-child(2) .we-offer__bg {
    left: 0;
  }

  .we-offer__block:nth-child(2) .we-offer__img {
    left: 0;
  }

  .employee-search__icon {
    right: -263px;
    top: 191px;
  }

  .success-stories__people-img {
    display: none;
  }

  .success-stories__people-img2 {
    display: block;
  }

}

@media (max-width: 400px) {
  .custom-container {
    max-width: 400px;
  }

  .detailed-articles__content h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .detailed-articles__content h1 br {
    display: none;
  }

  .detailed-articles__content p {
    font-size: 16px;
    line-height: 24px;
  }

  .detailed-articles img {
    height: 327px;
    margin-bottom: 16px;
  }

  .detailed-articles p strong {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .more-read__title {
    font-size: 32px;
    text-align: start;
    margin-bottom: 20px;
  }

  .more-read__block {
    width: 250px;
  }

  .more-read__img {
    height: 250px;
  }

  .more-read__name {
    font-size: 20px;
  }

  .more-read__category {
    font-size: 14px;
  }

  .more-read__blocks {
    margin-bottom: 39px;
  }

  .more-read {
    margin-bottom: 121px;
  }

  .more-read__wr {
    width: 100%;
  }

  .career-banner__img {
    height: 152px;
  }

  .career-banner {
    margin-bottom: 32px;
  }

  .care__title {
    font-size: 34px;
  }

  .care__text {
    margin-bottom: 61px;
  }

  .care-btn {
    width: 100%;
  }

  .care {
    margin-bottom: 71px;
  }

  .our-principles__title {
    font-size: 33px;
    margin-bottom: 25px;
  }

  .our-principles__img {
    height: 202px;
  }

  .our-principles {
    margin-bottom: 64px;
  }

  .we-offer__title {
    font-size: 33px;
  }

  .we-offer__block:nth-child(1) .we-offer__name {
    width: 198px;
    font-size: 24px;
    line-height: 35px;
    top: 57%;
    left: 50%;
  }

  .we-offer__block:nth-child(1) .we-offer__img {
    margin-bottom: 22px;
  }

  .we-offer__list li {
    font-size: 18px;
  }

  .we-offer__bg3 {
    display: block;
  }

  .we-offer__bg2 {
    display: none;
  }

  .we-offer__block:nth-child(2) .we-offer__bg {
    top: 0;
  }

  .we-offer__block:nth-child(2) .we-offer__img {
    left: 0;
    height: 154px;
    top: 0;
    width: 100%;
  }

  .we-offer__blocks {
    gap: 16px;
  }

  .we-offer__block:nth-child(2) .we-offer__name {
    width: 297px;
    left: 50%;
    top: 62%;
    line-height: 36px;
    font-size: 24px;
  }

  .we-offer__block:nth-child(2) .we-offer__img {
    margin-bottom: 30px;
  }

  .we-offer {
    margin-bottom: 16px;
  }

  .candidate__title {
    font-size: 25px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .candidate__text p {
    font-size: 17px;
  }

  .candidate__text p {
    margin-bottom: 8px;
  }

  .candidate {
    margin-bottom: 40px;
    padding-bottom: 44px;
  }

  .employee-search__name {
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 37px;
  }

  .employee-search__block-wr {
    padding: 27px;
  }

  .employee-search__text {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 35px;
  }

  .employee-search__btn {
    width: 100%;
  }

  .employee-search__img {
    height: 188px;
  }

  .employee-search__icon {
    right: -372px;
    top: 102px;
    width: 492px;
    max-width: 10000px;
  }

  .employee-search__block-wr:nth-child(2) {
    padding: 32px 26px;
  }

  .employee-search__text {
    margin-bottom: 33px;
  }

  .employee-search__block {
    height: 74px;
  }

  .employee-search__br {
    display: block;
  }

  .employee-search__block-wr:nth-child(3) {
    padding: 29px 26px;
  }

  .employee-search__icon4 {
    bottom: -90px;
    right: -109px;
  }

  .employee-search {
    margin-bottom: 78px;
  }

  .success-stories__title {
    font-size: 33px;
  }

  .success-stories__head {
    margin-bottom: 24px;
  }

  .success-stories__people {
    height: 192px;
    margin-bottom: 22px;
  }

  .success-stories__content {
    padding-right: 8px;
    padding-left: 8px;
  }

  .success-stories__name {
    margin-bottom: 14px;
  }

  .success-stories__text {
    -webkit-line-clamp: 7;
  }

  .success-stories {
    margin-bottom: 94px;
  }

  .journey__img-wr {
    width: 298px;
    height: 299px;
  }

  .journey__icon {
    width: 46px;
    top: 16px;
    left: -6px;
  }

  .journey__icon2 {
    width: 99px;
    bottom: 64px;
    left: -13px;
  }

  .journey__title {
    font-size: 36px;
    margin-bottom: 31px;
    line-height: 40px;
  }

  .journey {
    margin-bottom: 81px;
  }
}

@media (max-width: 374px) {
  .custom-container {
    max-width: 374px;
  }

}

.success-stories__swiper {
  overflow: visible;
}

/* .success-stories__swiper .swiper-slide {
  width: calc(50% - 8px) !important;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .success-stories__swiper .swiper-slide {
    width: 100% !important;
  }
} */

/* Success Stories Slider */
.success-stories__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
  background: #1c3775;
}
.people-modal__line{
  display: none;
}
.fancybox__slide{
  overflow-x: hidden;
}

/* People Modal Slider */
.people-modal__swiper {
  width: 100%;
  height: 100%;
}
.fancybox__container{
  overflow-x: hidden;
}
.people-modal__swiper .swiper-slide{

  opacity: 0;
}
.people-modal__swiper .swiper-slide.swiper-slide-active{
  opacity: 1;
}
.people-modal__swiper{
  overflow: visible;
}
.people-modal__arrow-left,.people-modal__arrow-right{
  z-index: 10;
}
.people-modal__wrapper {
  height: 100%;
}

.people-modal__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.people-modal__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* File Upload Styles */
.file-name {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

.file-name.file-selected {
  color: #1C3775;
  font-weight: 500;
  font-style: normal;
}

.personnel-reserve__file label {
  cursor: pointer;
  transition: all 0.3s ease;
}

.personnel-reserve__file label:hover {
  opacity: 0.8;
}

@media (max-width: 1320px) and (min-width: 1200px) {
  .care__img-text {
    font-size: 24px;
    line-height: 30px;
    left: 73px;
    width: 268px;
}
.care__img {
  width: 435px;
  height: 444px;
}
.care__content {
  width: 518px;
}
.care__title {
  font-size: 48px;
  margin-bottom: 30px;
}
.care__text p {
  font-size: 18px;
}
.care__text {
  margin-bottom: 50px;
}
.our-principles__content{
  width: 448px;
}
.our-principles__img{
  width: 390px;
}
.our-principles__name {
  font-size: 26px;
  margin-bottom: 17px;
}
.our-principles__text {
  font-size: 18px;
}
.our-principles__icon {
  width: 43px;
  top: 26px;
  left: -56px;
}
.we-offer__block {
  width: 309px;
}
.we-offer__block:nth-child(1) {
  width: 288px;
}
.we-offer__block:nth-child(3) {
  width: 320px;
}
.we-offer__block:nth-child(1) .we-offer__img {
  height: 243px;
  margin-bottom: 31px;
  width: 273px;
}
.we-offer__block:nth-child(2) .we-offer__img {
  height: auto;
  margin-bottom: 111px;
  width: 322px;
}
.we-offer__name {
  font-size: 24px;
  line-height: 28px;
}
.we-offer__block:nth-child(2) .we-offer__name {
  width: 337px;
  left: 51%;
  top: 77%;
  font-size: 23px;
}
.we-offer__block:nth-child(3) .we-offer__bg{
  width: 323px;
}
.we-offer__block:nth-child(3) .we-offer__img {
  height: 228px;
}
.we-offer__block:nth-child(2) .we-offer__bg {
  position: relative;
  top: 30px;
  left: -12px;
}
.we-offer__block:nth-child(2) .we-offer__name {
  width: 279px;
  left: 46%;
  top: 77%;
  font-size: 23px;
}
.we-offer__block:nth-child(1) .we-offer__name {
  width: 202px;
  left: 48%;
}
.we-offer__block:nth-child(3) .we-offer__name {
  width: 262px;
  left: 50%;
  top: 54%;
}
.candidate__title {
  font-size: 38px;
}
.candidate__text p {
  font-size: 21px;
}
.candidate__content {
  width: 695px;
}
.candidate__icon2{
  z-index: 10;
}

.candidate__icon3 {
  width: 654px;
  top: 66%;
}
.candidate__icon1{
  z-index: 10;
  left: -242px;
}
.candidate__icon2{
  right: -106px;
}
.employee-search__block-wr {
  padding: 30px 30px;
}
.employee-search__name{
  font-size: 37px;
}
.employee-search__text {
  font-size: 18px;
}
.employee-search__block-wr:nth-child(1) .employee-search__content {
  width: 339px;
}
.employee-search__img{
  width: 273px;
  height: 182px;
}
.employee-search__block {
  width: 165px;
  height: 128px;
}
.employee-search__block p {
  font-size: 17px;
}
.employee-search__block-wr:nth-child(2) {
  padding: 30px 30px;
}
.employee-search__block-wr:nth-child(2) .employee-search__content {
  width: 320px;
}
.employee-search__wr {
  width: 547px;
  position: relative;
  top: 8px;
}
.success-stories__content {
  width: 246px;
  padding-right: 0;
  padding-top: 0;
}
.success-stories__people {
  width: 178px;
  height: 251px;
  margin-right: 20px;
}
.success-stories__name{
  margin-bottom: 21px;
  font-size: 22px;
}
.journey__img-wr {
  width: 414px;
  height: 407px;
  position: relative;
  left: -34px;
}
.journey__title {
  font-size: 41px;
  margin-bottom: 50px;
}
.journey__content {
  width: 460px;
}
.personnel-reserve__img{
  width: 400px;
}
.people-modal__arrow-right{
  right: -90px;
}
.people-modal__arrow-left{
  left: -90px;
}

}

@media (max-width: 1199px) and (min-width: 992px) {
  .care__content {
    width: 558px;
  }
  .care__title {
    font-size: 49px;
    margin-bottom: 30px;
  }
  .care__text {
    margin-bottom: 50px;
  }
  .care__img {
    width: 384px;
    height: 448px;
  }
  .care__img-text {
    font-size: 22px;
    line-height: 27px;
    left: 76px;
    width: 227px;
    bottom: 152px;
  }
  .care__title {
    font-size: 49px;
    margin-bottom: 30px;
  }
  .care__text p {
    font-size: 18px;
  }
  .care__text {
    margin-bottom: 40px;
}
.our-principles__title {
  font-size: 41px;
  margin-bottom: 36px;
}
.our-principles__name {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 18px;
}
.our-principles__text {
  font-size: 18px;
}
.our-principles__content {
  width: 484px;
  position: relative;
  padding-top: 25px;
}
.our-principles__icon {
  width: 50px;
  left: -69px;
}
.our-principles__img {
  height: 266px;
  width: 350px;
}
.our-principles {
  margin-bottom: 100px;
}
.we-offer__blocks {
  flex-wrap: wrap;
  gap: 23px 48px;
}
.candidate__title {
  font-size: 37px;
}
.candidate__text p {
  font-size: 21px;
}
.candidate__content {
  width: 698px;
}
.candidate__icon3 {
  width: 644px;
}
.candidate__icon1{
  width: 312px;
}
.candidate__icon2{
  right: -64px;
        width: 221px;
}
.employee-search__name {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 20px;
}
.employee-search__text {
  font-size: 18px;
}
.employee-search__block-wr {
  padding: 25px;
}
.employee-search__img {
  width: 258px;
  height: 186px;
}
.employee-search__block-wr:nth-child(2) {
  padding: 25px;
}
.employee-search__blocks{
  gap: 20px;
}
.employee-search__block {
  width: 161px;
  height: 128px;
}
.employee-search__block p {
  font-size: 16px;
}
.employee-search__block-wr:nth-child(2) .employee-search__content {
  width: 366px;
}
.employee-search__wr{
  width: 523px;
}
.employee-search__text {
  font-size: 17px;
}
.employee-search__name {
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 16px;
}
.employee-search__block-wr:nth-child(2) .employee-search__content {
  width: 345px;
}
.success-stories__content {
  width: 64%;
  padding-right: 0;
  padding-top: 5px;
}
.journey__title {
  font-size: 38px;
}
.journey__img-wr {
  width: 429px;
  height: 409px;
  position: relative;
  left: -21px;
}
.journey__icon {
  top: 23px;
  left: 0;
  width: 59px;
}
.journey__icon2{
  width: 111px;
}
.we-offer__blocks{
  justify-content: flex-start;
}
.internship-programs{
  width: 800px;
}
.internship-programs .custom-container{
  flex-direction: column;
}
.internship-programs__content {
  width: 100%;
}
.personnel-reserve__form {
  width: 100%;
}
.personnel-reserve__inp-wr .personnel-reserve__inp {
  width: 362px;
}

.internship-programs__info{
  margin-bottom: 40px;
}
.personnel-reserve{
  width: 800px;
}
.personnel-reserve .custom-container{
  flex-direction: column;
}
.personnel-reserve__info {
  width: 100%;
  margin-bottom: 30px;
}
.personnel-reserve__img{
  display: none;
}
.personnel-reserve__img2{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.personnel-reserve__img2 {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  width: 100px;
}
.people-modal{
  width: 800px;
}
.people-wr__content {
  width: 452px;
}
.journey__img-wr{
  width: 429px;
  height: 424px;
}
.people-modal__arrow-right{
  right: -98px;
}
.people-modal__arrow-left{
  left: -98px;
}
}
.internship-programs__var-text.disabled {
  pointer-events: none;
}

.gotop{
  position: fixed;
  bottom: 40px;
  height: 56px;
  right: 28px;
  width: 56px;background-color: #D3212A;
  display: flex;
  align-items: center;
  z-index: 1000;
  opacity: 0;;
  justify-content: center;
  border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
}
.gotop.active{
  opacity: 1;
}
.gotop:hover{
  background: #C31019;
  transform: scale(1.04);
}
.gotop:active{
  background: #B10810;
  transform: scale(1.04);
}

.bot__link{
  position: fixed;
  color: #FFF;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.24px;
display: flex;
align-items: center;
gap: 2px;
padding: 4px 12px 4px 4px;
border-radius: 40px;
border: 1px solid rgba(255, 255, 255, 0.19);
right: 56px;
top: 120px;
z-index: 1000;
background: #D3212A;
}

@media (max-width: 1200px) {
  .bot__link{
    right: 32px;
    top: 112px;
  }
}
@media (max-width: 740px) {
  .bot__link{
    right: 12px;
    top: 70px;
    font-size: 14px;
  }
}