@charset "UTF-8";
/* Импортные CSS / SCSS файлы, плагины, модули */
/* Обнуление стилей */
/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

/* Переменные */
:root {
  --dark: #18191c;
  --grey-dark-1: #444444;
  --grey-dark-2: #3e3e3e;
  --grey-1: #b1b1b1;
  --grey-2: #888888;
  --grey-light: #f7f7f8;
  --green: #cad400;
  --white: #ffffff;
  --red: #ea0029;
  --black: #000000;
  --primary: var(--green);
  --background-dark: var(--black);
  --background-dark-on: var(--white);
  --primary-family: "Inter";
  --secondary-family: "InterTight";
}

/* Миксины */
/* Адаптивность */
/* Подключение шрифта вручную */
/* Работа с типографией */
/* Удобная Сетка */
/* Обнуление стилей */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.app-html,
.app-html body {
    scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  font-family: var(--primary-family);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  background-color: var(--background-dark);
  color: var(--background-dark-on);
}

.img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

/* Шрифты */
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: InterTight;
  font-display: swap;
  src: url("../fonts/InterTight-Medium.woff2") format("woff2"), url("../fonts/InterTight-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: InterTight;
  font-display: swap;
  src: url("../fonts/InterTight-Regular.woff2") format("woff2"), url("../fonts/InterTight-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Типографика */
h1 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

h1,
.title-h1,
.title-h1 > p {
  font-size: 66px;
  line-height: 1.1;
  font-family: var(--secondary-family);
}

h2,
.title-h2,
.title-h2 > p {
  font-size: 40px;
  line-height: 1.2;
}

h3,
.title-h3,
.title-h2 > p {
  font-size: 30px;
  line-height: 1.2;
}

h4,
.title-h4,
.title-h4 > p {
  font-size: 22px;
  line-height: 1.4;
}

h5,
.title-h5,
.title-h5 > p {
  font-size: 18px;
  line-height: 1.4;
}

p,
span,
strong,
b,
a,
.text-body {
  font-size: 16px;
  line-height: 1.4;
}

p strong,
p b,
p span {
  font-size: inherit;
  line-height: inherit;
}

p strong,
p b {
  font-weight: 500;
}

.text-small,
small {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.text-ultra-small {
  font-size: 12px;
  line-height: 1.4;
}
.title-h4 a
{
font-size: 22px;
    line-height: 1.4;
    }
.list-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-green {
  color: var(--green);
}

.text-red {
  color: var(--red);
}

.text-dark {
  color: var(--dark);
}

.text-white {
  color: var(--white);
}

.text-black {
  color: var(--black);
}

.text-grey-1 {
  color: var(--grey-1);
}

.text-grey-2 {
  color: var(--grey-2);
}

.text-dark-grey-1 {
  color: var(--grey-dark-1);
}

.text-dark-grey-2 {
  color: var(--grey-dark-2);
}

.text-grey-light {
  color: var(--grey-light);
}

a {
  color: var(--white);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  text-underline-offset: 2px;
}

a:active,
a:focus {
  color: var(--grey-1);
}

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

.break {
  display: block;
}

.break-lg {
  display: none;
}

.break-md {
  display: none;
}

.break-sm {
  display: none;
}

/* Анимации */
@-webkit-keyframes moveTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes btn {
  from {
    left: -100rem;
  }
  to {
    left: 300%;
  }
}
@keyframes btn {
  from {
    left: -100rem;
  }
  to {
    left: 300%;
  }
}
/* Компоненты */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  line-height: 1;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.btn:hover,
.btn:focus {
  cursor: pointer;
}

.btn span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
  color: inherit;
}

.btn--empty {
  background-color: transparent;
  border: none;
}

.btn--size-md {
  height: 64px;
  padding: 0 30px;
  font-size: 18px;
  border-width: 2px;
}

.btn--size-md.btn--with-icon {
  padding: 0;
  min-width: 64px;
  width: 64px;
}

.btn--size-sm {
  height: 56px;
  padding: 0 16px 0 20px;
  border-width: 2px;
  font-size: 18px;
}

.btn--size-xsm {
  height: 48px;
  padding: 0 24px;
  font-size: 18px;
  border-width: 2px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.btn--size-xsm.btn--with-icon {
  padding: 0;
  width: 48px;
  min-width: 48px;
}

.btn--with-icon {
  border-radius: 50%;
  background-color: transparent;
}

.btn--default {
  border-style: solid;
  border-color: var(--white);
  border-radius: 50px;
  background-color: transparent;
  color: var(--white);
}

.btn--default:focus,
.btn--default:active {
  background-color: var(--dark);
}

.btn--default:disabled,
.btn--default .btn--disabled {
  border-color: var(--grey-1);
  color: var(--grey-2);
}

.btn--default:disabled .icon path,
.btn--default .btn--disabled .icon path {
  stroke: var(--grey-2);
}

.btn--default:disabled:hover,
.btn--default .btn--disabled:hover {
  border-color: var(--grey-1);
  color: var(--grey-2);
  cursor: not-allowed;
}

.btn--default:disabled:hover .icon path,
.btn--default .btn--disabled:hover .icon path {
  stroke: var(--grey-2);
}

.btn--default:focus,
.btn--default:active,
.btn--default:hover {
  border-color: var(--green);
  color: var(--green);
}

.btn--default:focus .icon path,
.btn--default:focus .icon.icon--arrow-right path,
.btn--default:active .icon path,
.btn--default:active .icon.icon--arrow-right path,
.btn--default:hover .icon path,
.btn--default:hover .icon.icon--arrow-right path {
  stroke: var(--green);
}

.btn--default .icon.icon--arrow-right {
  position: relative;
  left: 0;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.btn--black {
  border-color: var(--black);
  color: var(--black);
}

.btn--black:focus,
.btn--black:active {
  background-color: var(--white);
}

.btn--black:focus .icon.icon--arrow-right path,
.btn--black:active .icon.icon--arrow-right path,
.btn--black:hover .icon.icon--arrow-right path {
  stroke: var(--green);
}

.btn--black .icon.icon--arrow-right path {
  stroke: var(--black);
}

.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-arrow:hover {
  cursor: pointer;
}

.btn-arrow--md {
  height: 52px;
  width: 52px;
  min-width: 52px;
  min-height: 52px;
}

.btn-arrow--md .icon {
  width: 32px;
  height: 32px;
}

.btn-arrow--sm {
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
}

.btn-arrow--sm .icon {
  width: 22px;
  height: 24px;
}

.btn-arrow--default {
  border-color: var(--white);
  background-color: transparent;
}

.btn-arrow--default:hover {
  border-color: var(--green);
}

.btn-arrow--default:hover .icon path {
  stroke: var(--green);
}

.btn-arrow--default .icon path {
  stroke: var(--white);
}

.btn-arrow--light {
  border-color: var(--grey-dark-1);
  background-color: var(--grey-dark-1);
}

.btn-arrow--light:hover {
  border-color: var(--green);
  background-color: var(--green);
}

.btn-arrow--light .icon path {
  stroke: var(--dark);
}

.btn-arrow--green {
  border-color: var(--green);
  background-color: var(--green);
}

.btn-arrow--green .icon path {
  stroke: var(--dark);
}

.btn-arrow.swiper-button-disabled,
.btn-arrow.swiper-button-lock {
  border-color: var(--grey-1);
  color: var(--grey-2);
}

.btn-arrow.swiper-button-disabled:hover,
.btn-arrow.swiper-button-lock:hover {
  border-color: var(--grey-1);
  color: var(--grey-2);
  cursor: not-allowed;
}

.btn-arrow.swiper-button-disabled:hover .icon path,
.btn-arrow.swiper-button-lock:hover .icon path {
  stroke: var(--grey-2);
}

.btn-arrow.swiper-button-disabled .icon path,
.btn-arrow.swiper-button-lock .icon path {
  stroke: var(--grey-2);
}

.container {
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.icon svg,
.icon path {
  -webkit-transition-property: fill, stroke;
  -o-transition-property: fill, stroke;
  transition-property: fill, stroke;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.icon--vk {
  width: 24px;
  height: 24px;
}

.icon--vk path {
  fill: var(--black);
}

.icon--telegram {
  width: 24px;
  height: 24px;
}

.icon--telegram path {
  fill: var(--white);
}

.icon--heart {
  width: 24px;
  height: 24px;
}

.icon--heart path {
  stroke: var(--black);
  fill: transparent;
}

.icon--search {
  width: 23px;
  height: 23px;
}

.icon--search path {
  stroke: var(--black);
}

.icon--close {
  width: 24px;
  height: 24px;
}

.icon--close path {
  stroke: var(--grey-1);
}

.icon--close-banner {
  width: 30px;
  height: 30px;
}

.icon--close-banner path {
  stroke: var(--grey-dark-1);
}

.icon--arrow-right,
.icon--arrow-left {
  width: 24px;
  height: 24px;
}

.icon--arrow-right path,
.icon--arrow-left path {
  stroke: var(--white);
}

.icon--arrow-up {
  width: 32px;
  height: 28px;
}

.icon--arrow-up path {
  stroke: var(--white);
}

.icon--play {
  width: 26px;
  height: 28px;
}

.icon--play path {
  fill: var(--black);
}

.icon--pot3 {
  width: 24px;
  height: 24px;
}

.icon--pot3 path {
  stroke: var(--green);
}

.icon--portion {
  width: 24px;
  height: 24px;
}

.icon--portion path {
  stroke: var(--green);
}

.icon--clock {
  width: 24px;
  height: 24px;
}

.icon--clock path {
  stroke: var(--green);
}

.icon--link {
  width: 24px;
  height: 24px;
}

.icon--link path {
  stroke: var(--white);
}

.icon--export {
  width: 24px;
  height: 24px;
}

.icon--export path {
  stroke: var(--white);
}

.icon--bag {
  width: 24px;
  height: 24px;
}

.icon--bag path {
  stroke: var(--green);
}

.icon--check {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.icon--check path {
  stroke: var(--green);
}

.icon--chevron-up {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.icon--chevron-up path {
  stroke: var(--white);
}

.icon--chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.332 15L12.332 9L6.33203 15' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon--arrow-down {
  width: 107px;
  height: 53px;
}

.icon--arrow-down path {
  stroke: var(--red);
  stroke-width: 2px;
}

.icon--plus {
  width: 22px;
  height: 23px;
}

.icon--plus path {
  stroke: var(--white);
  stroke-width: 1.5px;
}

.input-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 4;
  width: 24px;
  height: 24px;
}

.input-search input {
  position: absolute;
  pointer-events: none;
  right: 56px;
  height: 24px;
  border-radius: 0;
  top: 0;
  padding: 0 2px 1px 2px;
  z-index: 0;
  border: 0;
  border-bottom: 1px solid var(--grey-1);
  background-color: var(--white);
  width: 0px;
  opacity: 0;
  font-size: 16px;
  line-height: 1;
  outline: none;
  -webkit-transition-property: border-bottom-color, width, opacity;
  -o-transition-property: border-bottom-color, width, opacity;
  transition-property: border-bottom-color, width, opacity;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.input-search input:focus {
  border-bottom-color: var(--black);
}

.input-search input::-webkit-input-placeholder {
  font-family: var(--primary-family);
  font-size: inherit;
  line-height: 1;
  color: var(--grey-2);
}

.input-search input::-moz-placeholder {
  font-family: var(--primary-family);
  font-size: inherit;
  line-height: 1;
  color: var(--grey-2);
}

.input-search input:-ms-input-placeholder {
  font-family: var(--primary-family);
  font-size: inherit;
  line-height: 1;
  color: var(--grey-2);
}

.input-search input::-ms-input-placeholder {
  font-family: var(--primary-family);
  font-size: inherit;
  line-height: 1;
  color: var(--grey-2);
}

.input-search input::placeholder {
  font-family: var(--primary-family);
  font-size: inherit;
  line-height: 1;
  color: var(--grey-2);
}

.input-search__button {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  min-width: 24px;
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.input-search__close {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.input-search__close:hover .icon path {
  stroke: var(--black);
}

.input-search.active {
  background-color: var(--white);
}

.input-search.active .input-search__button {
  right: 28px;
  background-color: var(--white);
}

.input-search.active .input-search__close,
.input-search.active input {
  opacity: 1;
  pointer-events: all;
}

.input-search.active input {
  width: 396px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination__bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-transition-property: width, background-color, opacity, border-radius;
  -o-transition-property: width, background-color, opacity, border-radius;
  transition-property: width, background-color, opacity, border-radius;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.pagination__bullet:hover {
  opacity: 0.9;
  cursor: pointer;
}

.pagination__bullet--active {
  background-color: var(--green);
  border-radius: 50px;
  width: 35px;
}

.pagination__bullet--active:hover {
  opacity: 1;
}

.pagination--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination--red .pagination__bullet--active {
  background-color: var(--red);
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.quote-symbol::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='41' viewBox='0 0 51 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 24.9961C0.5 19.6731 1.85183 14.9186 4.55549 10.7326C7.31115 6.49483 11.4446 3.08398 16.9559 0.5L18.4378 3.36822C15.1102 4.76357 12.2505 6.95995 9.85883 9.95736C7.46713 12.9031 6.27128 15.9005 6.27128 18.9496C6.27128 20.2416 6.42726 21.3527 6.73922 22.2829C8.507 20.8876 10.4828 20.1899 12.6665 20.1899C15.5261 20.1899 17.9438 21.1202 19.9196 22.9806C21.8953 24.7894 22.8832 27.2442 22.8832 30.345C22.8832 33.239 21.8693 35.668 19.8416 37.6318C17.8658 39.5439 15.4741 40.5 12.6665 40.5C8.55899 40.5 5.41339 38.8204 3.22966 35.4612C1.40989 32.6705 0.5 29.1822 0.5 24.9961ZM27.6406 24.9961C27.6406 19.6731 28.9924 14.9186 31.6961 10.7326C34.4518 6.49483 38.5852 3.08398 44.0966 0.5L45.5784 3.36822C42.2508 4.76357 39.3911 6.95995 36.9994 9.95736C34.6077 12.9031 33.4119 15.9005 33.4119 18.9496C33.4119 20.2416 33.5679 21.3527 33.8798 22.2829C35.6996 20.8876 37.6754 20.1899 39.8071 20.1899C42.7187 20.1899 45.1364 21.1202 47.0602 22.9806C49.0359 24.7894 50.0238 27.2442 50.0238 30.345C50.0238 33.239 49.0359 35.668 47.0602 37.6318C45.0844 39.5439 42.6667 40.5 39.8071 40.5C35.6996 40.5 32.554 38.8204 30.3703 35.4612C28.5505 32.6705 27.6406 29.1822 27.6406 24.9961Z' fill='%23CAD400'/%3E%3C/svg%3E%0A");
}

.quote-symbol--size-md::before {
  width: 51px;
  min-width: 51px;
  height: 41px;
  min-height: 41px;
}

.quote-symbol--size-sm::before {
  width: 37px;
  min-width: 37px;
  height: 30px;
  min-height: 30px;
}

.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  color: var(--grey-1);
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font-family: var(--secondary-family);
  font-weight: 500;
}

.badge.active {
  background-color: var(--green);
  color: var(--black);
}

.badge--grey {
  background-color: var(--grey-dark-1);
}

.badge--dark {
  background-color: var(--dark);
}

.tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs__tab-content {
  display: none;
}

.tabs__tab-content.active {
  display: block;
}

.tabs__tab-button > .icon {
  display: none;
}

.tabs__tab-button.active .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabs--only-mobile {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.tabs--only-mobile .tabs__tab-content {
  display: block;
}

.tabs--only-mobile .tabs__tab-content.active {
  display: block;
}

.tabs--only-mobile.tabs--scroll-height .tabs__tab-content.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.stickers a,
.stickers__item {
  padding: 6px 16px;
  border: 1px solid var(--grey-1);
  border-radius: 50px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  text-align: center;
  white-space: nowrap;
  color: var(--grey-1);
}

.stickers a:hover,
.stickers__item:hover {
  color: var(--green);
  border-color: var(--green);
}

.stickers a.disabled:hover,
.stickers__item.disabled:hover {
  color: var(--grey-1);
  border-color: var(--grey-1);
}

.link-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  z-index: 100;
  text-decoration: none;
  -webkit-animation: moveTop 2s infinite ease-in-out;
  animation: moveTop 2s infinite ease-in-out;
  display: none;
  border: 1px solid var(--white);
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.link-top:hover {
  border-color: var(--green);
}

.link-top:hover .icon path {
  stroke: var(--green);
}

.breadcrumbs {
  font-size: 14px;
  line-height: 1.4;
  padding: 30px 0;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.breadcrumbs a {
  text-decoration: none;
  position: relative;
  color: var(--grey-1);
}

.breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs a::after {
  content: "|";
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: var(--primary-family);
  font-weight: inherit;
  color: var(--grey-1);
  margin: 0 8px 0 10px;
  pointer-events: none;
}

.breadcrumbs span {
  color: var(--white);
}

.breadcrumbs--fixed {
  position: sticky;
  top: 98px;
  left: 0;
  background-color: var(--black);
  z-index: 40;
}

.button-favorite {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  background-color: rgba(var(--grey-dark-2), 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 3;
}

.button-favorite .icon {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-favorite .icon path {
  fill: transparent;
  stroke: var(--white);
}

.button-favorite:hover {
  background-color: var(--grey-dark-2);
}

.favorite-active .button-favorite .icon path {
  stroke: var(--red);
  fill: var(--red);
}

.list-number ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  counter-reset: number;
}

.list-number ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.list-number ol li span::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 8px;
}

.list-number ol li p {
  font-size: 18px;
  line-height: 1.4;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(var(--grey-dark-1), 0.45);
  -webkit-backdrop-filter: blur(46px);
  backdrop-filter: blur(46px);
}

.modal__close {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  outline: none;
}

.modal__close:hover {
  cursor: pointer;
}

.modal__close:hover .icon path {
  stroke: var(--white);
}

.modal__close svg {
  width: 100%;
  height: 100%;
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
}

.modal__dialog--size-md {
  max-width: 698px;
}

.modal__dialog--black {
  background-color: var(--black);
  color: var(--white);
}

.modal--visible {
  opacity: 1;
  pointer-events: all;
}

.modal--animate .modal__dialog {
  bottom: -10vh;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: bottom, opacity, -webkit-transform;
  transition-property: bottom, opacity, -webkit-transform;
  -o-transition-property: bottom, transform, opacity;
  transition-property: bottom, transform, opacity;
  transition-property: bottom, transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal--animate.modal--visible .modal__dialog {
  opacity: 1;
  bottom: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal--form {
  padding: 10px;
}

.modal--form .modal__block-form {
  padding: 60px;
}

.modal--form .modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
}

.dropdown-select {
  position: relative;
  z-index: 4;
  -webkit-transition-property: z-index;
  -o-transition-property: z-index;
  transition-property: z-index;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.dropdown-select__button {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.dropdown-select__button .icon {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-select__close {
  display: none;
}

.dropdown-select__close .icon {
  width: 100%;
  height: 100%;
}

.dropdown-select__dropdown {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  z-index: 1;
}

.dropdown-select__backdrop {
  display: none;
}

.dropdown-select__wrap {
  max-height: 288px;
}

.dropdown-select--visible {
  z-index: 30;
}

.dropdown-select--visible .dropdown-select__dropdown {
  top: 100%;
}

.dropdown-select--visible .dropdown-select__button .icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dropdown-select--visible .dropdown-select__dropdown {
  opacity: 1;
  pointer-events: all;
}

.checkbox {
  position: relative;
}

.checkbox input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.checkbox label {
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox label:hover {
  cursor: pointer;
}

.checkbox input:checked + .checkbox__name::before {
  border-color: var(--grey-dark-1);
  background-color: var(--grey-dark-1);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.65217L4.34783 8L11.3478 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-size: 12px;
}

.checkbox input:hover + .checkbox__name::before,
.checkbox input:focus + .checkbox__name::before {
  border-color: var(--grey-dark-1);
}

.checkbox input:hover + .checkbox__name::before {
  cursor: pointer;
}

.checkbox__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.checkbox__name::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border: 1px solid var(--grey-1);
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  position: relative;
  top: 2px;
}

.radio-button {
  position: relative;
}

.radio-button input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.radio-button label {
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-button label:hover {
  cursor: pointer;
}

.radio-button input:checked + .radio-button__wrap {
  border: 1px solid var(--white);
  color: var(--white);
}

.radio-button input:hover + .radio-button__wrap {
  border-color: var(--grey-1);
  color: var(--grey-1);
}

.radio-button input:checked:hover + .radio-button__wrap {
  border: 1px solid var(--white);
  color: var(--white);
}

.radio-button__wrap {
  border: 1px solid var(--grey-dark-2);
  text-decoration: none;
  font-size: 18px;
  color: var(--grey-1);
  min-height: 56px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.ui-input {
  width: 100%;
  border-color: var(--grey-1);
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ui-input:hover {
  border-color: var(--white);
}

.ui-input__input,
.ui-input__placeholder {
  font-size: inherit;
  font-weight: inherit;
}

.ui-input__input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--white);
  padding: 16px 0;
  position: relative;
  z-index: 0;
}

.ui-input__input:disabled {
  color: var(--grey-2);
}

.ui-input__input:disabled:hover {
  cursor: not-allowed;
}

.ui-input__placeholder {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 8px;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  color: var(--grey-1);
  padding-left: inherit;
  padding-right: inherit;
  -webkit-transition-property: margin-top, font-size;
  -o-transition-property: margin-top, font-size;
  transition-property: margin-top, font-size;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ui-input__error,
.ui-input__clear {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ui-input__error:hover,
.ui-input__clear:hover {
  cursor: pointer;
}

.ui-input__error {
  z-index: 3;
}

.ui-input__clear {
  z-index: 2;
}

.ui-input__clear:hover .icon path {
  stroke: var(--white);
}

.ui-input--placeholder-up.ui-input--size-md .ui-input__input {
  padding: 25px 0 8px 0;
}

.ui-input--placeholder-up.ui-input--size-md .ui-input__placeholder {
  font-size: 13px;
  margin-top: 0;
}

.ui-input--textarea .ui-input__input {
  resize: none;
  overflow-y: hidden;
}

.ui-input--size-md {
  height: 56px;
  border-width: 2px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 400;
}

.ui-input--size-md .ui-input__error {
  right: 20px;
  top: 16px;
}

.ui-input--size-md .ui-input__clear {
  top: 13px;
  right: 17px;
}

.ui-input--size-md .ui-input__placeholder {
  margin: auto 0;
  margin-top: 6px;
}

.ui-input--size-md.ui-input--textarea {
  height: 156px;
}

.ui-input--clearable .ui-input__clear {
  opacity: 1;
  pointer-events: all;
}

.ui-input--focus {
  border-color: var(--green);
}

.ui-input--focus:hover {
  border-color: var(--green);
}

.ui-input--error {
  border-color: var(--red);
}

.ui-input--error:hover {
  border-color: var(--red);
}

.ui-input--error .ui-input__clear {
  display: none;
}

.ui-input--error .ui-input__error {
  opacity: 1;
  pointer-events: all;
}

.ui-input--error.ui-input--focus {
  border-color: var(--red);
}

.ui-input--error.ui-input--focus:hover {
  border-color: var(--red);
}

.ui-input--disabled:hover {
  cursor: not-allowed;
  border-color: var(--grey-1);
}

.ui-input--disabled .ui-input__input {
  color: var(--grey-2);
  pointer-events: none;
}

.ui-input--disabled .ui-input__input:hover {
  border-color: var(--grey-1);
}

.ui-input--disabled .ui-input__error,
.ui-input--disabled .ui-input__clear {
  display: none;
}

.ui-input--disabled.ui-input--focus {
  border-color: var(--grey-1);
}

.ui-input--disabled.ui-input--focus:hover {
  border-color: var(--grey-1);
}

.ui-input--disabled.ui-input--focus .ui-input__clear {
  display: none;
}

.tooltip {
  display: block;
}

.tooltip:hover {
  cursor: pointer;
}

.tooltip__button {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  background-color: var(--red);
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tooltip__message {
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tooltip__message::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12px;
  border-radius: 8px;
  border: 7px solid transparent;
  border-top-color: var(--red);
}

.tooltip__wrap-message {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(-100% - 13px - 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  padding: 4px 10px 7px 10px;
  height: 31px;
  border-radius: 24px;
}

.tooltip--error .tooltip__button::before {
  display: block;
  content: "!";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--white);
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  left: 0.5px;
}

.tooltip--error .tooltip__wrap-message {
  background-color: var(--red);
  color: var(--white);
}

.tooltip--visible .tooltip__wrap-message {
  opacity: 1;
  pointer-events: all;
}

/* Блоки */
/* Шапка сайта */
.header {
  background-color: var(--white);
  padding: 20px 0;
  height: 98px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.header__logo {
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__logo img {
  width: 200px;
  min-width: 200px;
  height: 58px;
}

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

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}

.header__menu a {
  text-decoration: none;
}

.header__contacts {
  /* margin-left: auto; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.header__contacts a {
  text-decoration: none;
}

.header__hamburger {
  display: none;
}

.header__hamburger::after,
.header__hamburger::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
}

.header__hamburger::after,
.header__hamburger::before,
.header__hamburger span {
  display: block;
  width: 100%;
  border-radius: 16px;
  border-bottom: 2px solid var(--black);
  -webkit-transition-property: top, opacity, border-bottom-color, -webkit-transform;
  transition-property: top, opacity, border-bottom-color, -webkit-transform;
  -o-transition-property: top, transform, opacity, border-bottom-color;
  transition-property: top, transform, opacity, border-bottom-color;
  transition-property: top, transform, opacity, border-bottom-color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.header__hamburger span {
  margin: 4.25px 0;
  opacity: 1;
}

.header a {
  color: var(--black);
}

.header a:hover {
  color: var(--red);
}

.header a:hover .icon.icon--vk path {
  fill: var(--red);
}

.header a:hover .icon.icon--heart path {
  stroke: var(--red);
  fill: var(--red);
}

.header button:hover .icon.icon--search path {
  stroke: var(--red);
}

.header--visible-modal {
  background-color: var(--black);
}

.header--visible-modal a {
  color: var(--white);
}

.header--visible-modal .header__search .input-search__button {
  background-color: transparent;
}

.header--visible-modal .header__search input {
  background-color: var(--black);
  color: var(--white);
  border-bottom-color: var(--white);
}

.header--visible-modal .header__search input::-webkit-input-placeholder {
  color: rgba(var(--white), 0.7);
}

.header--visible-modal .header__search input::-moz-placeholder {
  color: rgba(var(--white), 0.7);
}

.header--visible-modal .header__search input:-ms-input-placeholder {
  color: rgba(var(--white), 0.7);
}

.header--visible-modal .header__search input::-ms-input-placeholder {
  color: rgba(var(--white), 0.7);
}

.header--visible-modal .header__search input::placeholder {
  color: rgba(var(--white), 0.7);
}

.header--visible-modal .header__search.input-search.active {
  background-color: var(--black);
}

.header--visible-modal .icon--search path {
  stroke: var(--white);
}

.header--visible-modal .icon--heart path {
  stroke: var(--white);
  fill: transparent;
}

.header--visible-modal .header__hamburger span,
.header--visible-modal .header__hamburger::after,
.header--visible-modal .header__hamburger::before {
  border-bottom-color: var(--white);
}

.header--visible-modal .header__hamburger span {
  opacity: 0;
}

.header--visible-modal .header__hamburger::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}

.header--visible-modal .header__hamburger::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px;
}

/* Модальное окно шапки */
.modal--header {
  background-color: var(--black);
  color: var(--white);
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100dvh - 90px);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  top: -100vh;
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal--header .modal__container,
.modal--header .modal__flex {
  height: 100%;
}

.modal--header .modal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 24px 0;
  row-gap: 80px;
}

.modal--header .modal__menu {
  width: 100%;
}

.modal--header .modal__menu .icon--vk {
  display: inline-block;
}

.modal--header .modal__menu .icon--vk path {
  fill: var(--white);
}

.modal--header .modal__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal--header .modal__menu li {
  display: block;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--grey-dark-2);
}

.modal--header .modal__menu li:first-child {
  border-top: 1px solid var(--grey-dark-2);
}

.modal--header .modal__menu a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal--header .modal__menu:last-child li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Подвал сайта */
.footer {
  padding: 60px 0;
  background-color: var(--dark);
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 430px 1fr;
  grid-template-columns: 430px 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

.footer__column:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-top: 6px;
}

.footer__column:nth-child(2),
.footer__column:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__wrap-width {
  max-width: 600px;
  width: 100%;
}

.footer__logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer__logo img {
  width: 170px;
  height: 49px;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.footer__menu ul li {
  line-height: 1;
}

.footer__menu ul a {
  text-decoration: none;
  color: var(--grey-1);
  line-height: 1.4;
}

.footer__menu ul a:hover {
  color: var(--white);
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 40px;
}

.footer__contacts a {
  text-decoration: none;
}

.footer__contacts-top,
.footer__contacts-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.footer__contacts-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__contacts-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__phone span {
  display: block;
  line-height: 1.5;
}

.footer__phone a {
  display: block;
  margin-bottom: 6px;
}

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

.footer__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  border: 1px solid var(--white);
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.footer__socials a:hover {
  border-color: var(--green);
}

.footer__socials a:hover .icon path {
  fill: var(--green);
}

.footer__socials a .icon path {
  fill: var(--white);
}

.footer__about span {
  line-height: 1.5;
  color: var(--grey-2);
}

.footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
}

.footer__links ul a {
  font-size: 14px;
  line-height: 1.4;
  color: var(--grey-1);
  letter-spacing: 0.03em;
}

.footer__links ul a:hover {
  color: var(--white);
}

/* Баннер */
.banner-top {
  height: 110px;
  background-color: var(--dark);
  color: var(--white);
  position: relative;
  display: none;
}

.banner-top:hover {
  cursor: pointer;
}

.banner-top__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  width: 594px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}

.banner-top__close {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin-top: -2px;
}

.banner-top__close:hover .icon path {
  stroke: var(--green);
}

.banner-top__wrap,
.banner-top__container {
  height: 100%;
}

.banner-top__wrap {
  position: relative;
  z-index: 1;
}

.banner-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.banner-top__title {
  color: var(--white);
  text-decoration: none;
  font-size: 22px;
}

.banner-top__title span {
  font-size: inherit;
  line-height: inherit;
}

.banner-top__title:hover {
  color: var(--white);
}

.banner-top.visible {
  display: block;
}

/* Навигация каталога (меню) */
.catalog-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-navigation li {
  line-height: 1;
}

.catalog-navigation a {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-decoration: none;
}

.catalog-navigation a:hover .tabs__nav-text,
.catalog-navigation a:hover .catalog-navigation__text {
  color: var(--white);
}

.catalog-navigation__text {
  color: var(--grey-1);
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 0.5px;
  border-bottom: 1px solid transparent;
  -webkit-transition-property: border-bottom-color, color;
  -o-transition-property: border-bottom-color, color;
  transition-property: border-bottom-color, color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.catalog-navigation a.active .catalog-navigation__text {
  border-bottom-color: var(--green);
  color: var(--white);
}

.catalog-navigation a.active .badge {
  background-color: var(--green);
  color: var(--black);
}

.catalog-navigation.swiper {
  margin-left: 0;
  margin-right: 0;
}

.catalog-navigation.swiper .swiper-wrapper {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog-navigation.swiper .swiper-slide {
  height: auto;
  width: auto;
}

.catalog-navigation--vertical ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.catalog-navigation--mobile-swiper.swiper .swiper-wrapper {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog-navigation--mobile-swiper.swiper .swiper-slide {
  height: auto;
}

.catalog-navigation--swiper.swiper {
  margin-left: auto;
  margin-right: auto;
}

.catalog-navigation--swiper.swiper .swiper-wrapper {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.catalog-navigation--swiper.swiper .swiper-slide {
  height: 100%;
  width: auto;
}

/* Карточка описания (гл. стр.) */
.about-card {
  background-color: transparent;
  border: 1px solid var(--grey-dark-2);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 414px;
  padding: 20px;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.about-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.about-card__wrap-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--dark);
  margin-bottom: 20px;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-card__wrap-icon svg {
  width: 100%;
  height: 100%;
}

.about-card__desc {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  padding-top: 0;
  -webkit-transition-property: opacity, max-height, padding-top, -webkit-transform;
  transition-property: opacity, max-height, padding-top, -webkit-transform;
  -o-transition-property: opacity, transform, max-height, padding-top;
  transition-property: opacity, transform, max-height, padding-top;
  transition-property: opacity, transform, max-height, padding-top, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.about-card:hover,
.about-card.active {
  background-color: var(--dark);
  border-color: var(--dark);
}

.about-card:hover .about-card__wrap-icon,
.about-card.active .about-card__wrap-icon {
  background-color: var(--grey-dark-2);
}

.about-card:hover .about-card__desc,
.about-card.active .about-card__desc {
  opacity: 1;
  max-height: 560px;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  pointer-events: all;
  padding-top: 20px;
}

/* Карточка рецепта, статьи */
.card {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.card:hover .card__stickers a {
  color: var(--green);
  border-color: var(--green);
}

.card:hover .card__wrap-img img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.card.hidden_type {
  display: none;
}

.card.hidden_product {
  display: none;
}

.card.hidden_level {
  display: none;
}

.card a {
  text-decoration: none;
}

.card a,
.card__time,
.card__title {
  color: var(--grey-1);
}

.card__button-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.card__wrap-img {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid var(--dark);
  height: 413px;
  position: relative;
}

.card__wrap-img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.card__wrap-img img {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.card__time {
  font-size: 14px;
  line-height: 1.4;
  margin-left: auto;
  white-space: nowrap;
}

.card__title {
  font-size: 22px;
  line-height: 1.4;
  padding-right: 10px;
}

.card__title a {
  letter-spacing: unset;
}

.card__title a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.card.video-play:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.card.video-play .card__wrap-img video {
  z-index: 2;
}

/* Блок цитаты шефа (гл. стр) */
.quote__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 80px;
}

.quote__block::before {
  margin-bottom: 10px;
}

.quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
}

.quote__author--symbol-star {
  position: relative;
}

.quote__author--symbol-star::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 49px;
  min-width: 49px;
  height: 50px;
  min-height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 61px;
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='50' viewBox='0 0 49 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 25C12.934 27.0254 22.516 36.7954 24.5 49.5C26.484 36.807 36.0547 27.0254 48.5 25C36.0547 22.9746 26.4728 13.193 24.5 0.5C22.516 13.193 12.934 22.9746 0.5 25Z' stroke='%23444444' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.quote__author-position {
  font-size: 14px;
}

/* Карточка - совет от шефа */
.quote-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 100px;
}

.quote-post__block,
.quote-post__author {
  position: relative;
  z-index: 1;
}

.quote-post__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: auto;
}

/* Блок для навигации: заголовок + ссылка + стрелки */
.wrap-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.wrap-navigation__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}

.wrap-navigation__right > a {
  font-size: 18px;
  line-height: 1.4;
  text-underline-offset: 5px;
}

/* Блок для большого рецепта + совет от шефа (блок цитаты) */
.block-recept {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 413px;
  grid-template-columns: 1fr 413px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.block-recept__quote,
.block-recept__quote .block-figure__content,
.block-recept__quote-post {
  height: 100%;
}

/* Карточка продукта */
.product-card {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card:hover .product-card__title {
  color: var(--green);
}

.product-card:hover .product-card__wrap-img img {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.product-card__wrap-img {
  width: 188px;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}

.product-card__wrap-img img {
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.product-card__wrap-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -o-radial-gradient(50.12% 50.12%, 49.1% 49.1%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  background: radial-gradient(49.1% 49.1% at 50.12% 50.12%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  width: 280px;
  height: 300px;
  z-index: 0;
}

.product-card__title {
  text-align: center;
  color: var(--grey-1);
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 22px;
  min-height: 62px;
}

.product-card__content {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 10px;
}

.product-card__content p {
  font-size: 16px;
  color: var(--grey-1);
  line-height: 1.4;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  letter-spacing: 0.015em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Блок карточек продукта */
.block-products__wrap-title {
  margin-bottom: 40px;
}

.block-products__wrap-swiper {
  padding: 0 11.75vw;
}

.block-products__wrap-swiper .swiper-wrapper,
.block-products__wrap-swiper .swiper-slide {
  height: auto;
}

.block-products__wrap-swiper .swiper-slide {
  width: auto;
}
.tab_l
{
    position: absolute;
    bottom: 40px;
    z-index: 100;	}

@media (max-width: 576px) {
  .block-products__wrap-swiper .swiper-slide {
    width: 100%;
  }
  .tab_l
  {
   display:none;  	}
}
.block-products__wrap-swiper .product-card {
  padding-right: 20px;
  max-width: 262px;
}

.block-products__wrap-swiper .swiper.swiper-initialized .swiper-wrapper,
.block-products__wrap-swiper .swiper.swiper-initialized .swiper-slide {
  height: 100%;
}

.block-products__wrap-swiper .swiper.swiper-initialized .swiper-slide {
  width: 100%;
}

.block-products--recept .block-products__wrap-swiper {
  padding: 0;
}

.block-products--recept .block-products__wrap-swiper .product-card {
  padding-right: 20px;
  max-width: 300px;
}

/* Слайд основной */
.product-gallery-slide {
  height: 520px;
  border: 1px solid var(--grey-dark-2);
  position: relative;
}

.product-gallery-slide img {
  height: 100%;
}

.product-gallery-slide video {
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 520px;
}

.product-gallery-slide__icons {
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-gallery-slide.active .button-favorite .icon path {
  fill: var(--red);
  stroke: transparent;
}

.product-gallery-slide--product {
  height: 630px;
  border: unset;
}

.product-gallery-slide--product .product-gallery-slide__wrap-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.product-gallery-slide--product .product-gallery-slide__wrap-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -o-radial-gradient(50.12% 50.12%, 49.1% 49.1%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  background: radial-gradient(49.1% 49.1% at 50.12% 50.12%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  width: 630px;
  height: 580px;
  z-index: -1;
}

.product-gallery-slide--product .product-gallery-slide__wrap-img img {
  height: 100%;
  width: auto;
  max-width: 416px;
}

/* Слайд пагинация */
.product-mingallery-slide {
  border: 1px solid var(--grey-dark-2);
  height: 106px;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.product-mingallery-slide img {
  height: 100%;
}

.product-mingallery-slide__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.product-mingallery-slide__play i {
  position: relative;
  left: 2px;
}

.product-mingallery-slide--product .product-mingallery-slide__wrap-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-mingallery-slide--product .product-mingallery-slide__wrap-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -o-radial-gradient(50.12% 50.12%, 49.1% 49.1%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  background: radial-gradient(49.1% 49.1% at 50.12% 50.12%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  width: 90px;
  height: 90px;
  z-index: -1;
}

.product-mingallery-slide--product .product-mingallery-slide__wrap-img img {
  height: 74px;
  width: auto;
}

/* Блок - два свайпера */
.swiper-gallery {
  margin-bottom: 60px;
}

.swiper-gallery__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.swiper-gallery__wrapper > .swiper {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.swiper-gallery__wrapper .swiper-slide-thumb-active {
  border: 1px solid var(--white);
}

.swiper-gallery__wrapper .swiper-slide-thumb-active .sc-page-article__wrap-minimage {
  border: unset;
}

.swiper-gallery__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 114px;
  width: 58px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  pointer-events: none;
}

.swiper-gallery .swiper--mingallery .swiper-slide {
  width: 106px;
}

.swiper-gallery__pagination {
  display: none;
}

.swiper-gallery--recept {
  margin-bottom: 0;
}

.swiper-gallery--product {
  margin-bottom: 0;
}

/* Блок с текстом и фигурой (вариации) */
.block-figure {
  background-color: var(--dark);
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.block-figure__wrap-content {
  height: 100%;
}

.block-figure__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.block-figure__figure {
  position: absolute;
  display: block;
  z-index: 0;
}

.block-figure__figure svg {
  width: 100%;
  height: 100%;
}

.block-figure__wrap-value {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  row-gap: 40px;
}

.block-figure__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 6px;
  text-align:center;
}

.block-figure__value:nth-child(2) {
  position: relative;
}

.block-figure__value:nth-child(2)::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--grey-dark-2);
  top: 0;
  left: -11px;
}

.block-figure__value:nth-child(2)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--grey-dark-2);
  top: 0;
  right: -11px;
}

.block-figure__value:nth-child(5) {
  position: relative;
}

.block-figure__value:nth-child(5)::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--grey-dark-2);
  top: 0;
  left: -11px;
}

.block-figure__value:nth-child(5)::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--grey-dark-2);
  top: 0;
  right: -11px;
}

.block-figure__value span {
  font-size: 18px;
}

.block-figure__value p {
  font-size: 16px;
  color: var(--grey-1);
}

.block-figure--cats-1 .block-figure__figure--figure1 {
  width: 334px;
  height: 227px;
  bottom: -14px;
  left: 40px;
}

.block-figure--cats-1 .block-figure__figure--figure2 {
  width: 98px;
  height: 67px;
  right: 64px;
  top: 216px;
}

.block-figure--cats-4 .block-figure__figure--figure1 {
  width: 319px;
  height: 323px;
  right: -48px;
  bottom: -24px;
}

.block-figure--cats-4 .block-figure__figure--figure2 {
  width: 72px;
  height: 74px;
  left: 87px;
  top: 233px;
}

.block-figure--cats-4 .block-figure__figure--figure2 path {
  stroke-width: 5px;
}

.block-figure--cats-4 .block-figure__figure--figure3 {
  width: 51px;
  height: 53px;
  left: 61px;
  bottom: 41px;
}

.block-figure--cats-4 .block-figure__figure--figure3 path {
  stroke-width: 6px;
}

.block-figure--cats-5 .block-figure__figure--figure1 {
  width: 364px;
  height: 273px;
  left: -38px;
  bottom: -35px;
}

.block-figure--cats-5 .block-figure__figure--figure2 {
  width: 98px;
  height: 74px;
  right: 16px;
  bottom: 28px;
}

.block-figure--cats-5 .block-figure__figure--figure2 path {
  stroke-width: 6px;
}

.block-figure--cats-2 .block-figure__figure--figure1 {
  width: 392px;
  height: 374px;
  right: -143px;
  bottom: -21px;
}

.block-figure--cats-2 .block-figure__figure--figure2 {
  width: 66px;
  height: 63px;
  left: 75px;
  bottom: 204px;
}

.block-figure--cats-2 .block-figure__figure--figure2 path {
  stroke-width: 7px;
}

.block-figure--cats-2 .block-figure__figure--figure3 {
  width: 59px;
  height: 55px;
  left: 140px;
  bottom: 25px;
}

.block-figure--cats-2 .block-figure__figure--figure3 path {
  stroke-width: 7px;
}

.block-figure--cats-3 .block-figure__figure--figure1 {
  width: 284px;
  height: 315px;
  right: -44px;
  bottom: 16px;
}

.block-figure--cats-3 .block-figure__figure--figure1 path {
  stroke-width: 1.5px;
}

.block-figure--cats-3 .block-figure__figure--figure2 {
  width: 88px;
  height: 97px;
  left: 40px;
  bottom: 43px;
}

.block-figure--cats-3 .block-figure__figure--figure2 path {
  stroke-width: 4px;
}

.block-figure--stars-quote .block-figure__figure--figure1 {
  width: 232px;
  height: 232px;
  right: -58.5px;
  bottom: 20px;
}

.block-figure--stars-quote .block-figure__figure--figure2 {
  width: 36px;
  height: 37px;
  bottom: 42px;
  right: 117px;
}

.block-figure--stars-quote .block-figure__figure--figure2 path {
  stroke-width: 8px;
}

.block-figure--stars3 .block-figure__figure--figure1 {
  width: 181px;
  height: 182px;
  left: -45px;
  bottom: -36px;
}

.block-figure--stars3 .block-figure__figure--figure2 {
  width: 35px;
  height: 35px;
  left: 205px;
  bottom: 20px;
}

.block-figure--stars3 .block-figure__figure--figure2 path {
  stroke-width: 7px;
}

.block-figure--stars3 .block-figure__figure--figure3 {
  width: 51px;
  height: 51px;
  right: 36px;
  bottom: 67px;
}

.block-figure--stars3 .block-figure__figure--figure3 path {
  stroke-width: 7px;
}

.block-figure--stars3 .block-figure__desc {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  color: var(--white);
}

/* Категория продукта: с фигурой продукта и карточками продукта (слайдер) */
.category-products {
  padding: 60px 0;
  border-bottom: 1px solid var(--grey-dark-2);
}

.category-products__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.category-products__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 414px 1fr;
  grid-template-columns: 414px 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.category-products__wrap-swiper {
  min-width: 0;
}

.category-products__block-figure {
  height: 100%;
}

.category-products__swiper .product-card .product-card__wrap-img {
  width: 256px;
}

.category-products__swiper .product-card .product-card__wrap-img::after {
  width: 413px;
  height: 413px;
}

/* Блок категория продукта: изображение кат. + блок-фигура и карточками продукта (список-грид) */
.category-block__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 414px 1fr;
  grid-template-columns: 414px 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: 535px;
  margin-bottom: 40px;
}

.category-block__left,
.category-block__right,
.category-block__block-figure,
.category-block__right img {
  height: 100%;
}

.category-block__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
}

/* Блок шагов (способ приготовления) */
.block-preparation__wrap-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.block-preparation__play-video:hover path {
  fill: var(--green);
}

.block-preparation__play-video i svg path {
  fill: var(--white);
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.block-preparation__wrap-content {
  padding-top: 20px;
  counter-reset: number;
}

.block-preparation__content {
  padding: 20px 0;
  border-top: 1px solid var(--grey-dark-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.block-preparation__content:last-child {
  border-bottom: 1px solid var(--grey-dark-1);
}

.block-preparation__content span {
  font-size: 22px;
  line-height: 1.4;
  min-width: 70px;
}

.block-preparation__content span::after {
  content: counter(number);
  counter-increment: number;
  padding-left: 8px;
}

.block-preparation__content p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--grey-1);
  max-width: 600px;
  position: relative;
  top: 2px;
}

.block-preparation__button-mobile {
  display: none;
}

.block-preparation--product .block-preparation__wrap-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* Блок загрузки */
.modal--loading {
  background-color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -40px;
}

.loading__wrap-gif {
  width: 313px;
}

.loading__title {
  position: relative;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.loading__line {
  width: 300px;
  height: 4px;
  background-color: var(--red);
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

/* Фильтр select (рецептов) */
.filter-select:hover .filter-select__head {
  border-color: var(--white);
}

.filter-select__head {
  border: 1px solid var(--grey-1);
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: var(--black);
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.filter-select__head .filter-select__item {
  padding: 12px 20px;
  max-height: unset;
  background-color: transparent;
  top: -2px;
}

.filter-select__head .filter-select__item:hover {
  background-color: transparent;
}

.filter-select__head .filter-select__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.filter-select__head .filter-select__item-name span:not(.filter-select__counter) {
  display: inline-block;
  color: var(--white);
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 280px;
}

.filter-select__head .icon {
  position: relative;
  top: 5px;
}

.filter-select__dropdown .simplebar-scrollbar:before {
  width: 4px;
  min-width: 4px;
  background-color: var(--dark);
}

.filter-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: var(--white);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-height: 48px;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.filter-select__item:hover {
  cursor: pointer;
  background-color: var(--grey-light);
}

.filter-select__item label {
  width: 100%;
  padding: 14px 20px;
  height: 48px;
}

.filter-select__item--placeholder .filter-select__item-name span:not(.filter-select__counter) {
  color: var(--grey-1);
}

.filter-select__counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background-color: var(--dark);
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey-1);
  visibility: hidden;
}

.filter-select__title {
  display: none;
}

.filter-select__button-submit {
  display: none;
}

.filter-select__items {
  background-color: var(--white);
}

.filter-select__item-name {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-select__item-name::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.filter-select__item-name span:not(.filter-select__counter) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 16px;
  line-height: 1.1;
  color: var(--black);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-select__item-name span:not(.filter-select__counter) .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
}

.filter-select__item-name span:not(.filter-select__counter) .icon svg {
  width: 25px;
  height: 25px;
}

.filter-select.dropdown-select--visible .filter-select__head {
  border-color: var(--white);
}

/* Блок для форм */
.block-form__wrap-title {
  text-align: center;
}

.block-form__wrap-title,
.block-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 40px;
}

.block-form__inputs {
  width: 100%;
}

.block-form__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Блок для форм */
.block-form__wrap-title {
  text-align: center;
}

.block-form__wrap-title,
.block-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 40px;
}

.block-form__inputs {
  width: 100%;
}

.block-form__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Модальное окно формы: задать вопрос */
/* Модальное окно формы: с вами свяжуться */
.modal--thunks .modal__wrap-title {
  margin-bottom: 0;
}

/* Модальное окно: баннер */
.modal--banner .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal--banner .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px;
}

.modal--banner .modal__title {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: -32px;
}

.modal--banner .modal__title span {
  font-size: inherit;
  line-height: inherit;
  color: var(--green);
}

.modal--banner .modal__btn {
  position: relative;
  z-index: 10;
  margin-top: -38px;
}

.modal--banner .modal__wrap-img {
  width: 548px;
  position: relative;
  z-index: 1;
}

/* Кастомизация fancybox */
.fancybox__container {
  padding: 16px 40px;
}

.fancybox__container .f-button {
  opacity: 1;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(62, 62, 62, 0.4);
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.fancybox__container .f-button:focus,
.fancybox__container .f-button:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fancybox__container .f-button:hover {
  background-color: rgb(62, 62, 62);
}

.fancybox__container .f-button svg {
  width: 22px;
  height: 22px;
  stroke-width: 2px;
}

.fancybox__container .fancybox__content > .f-button.is-close-btn {
  top: 10px;
  right: 10px;
}

.fancybox__backdrop {
  background-color: rgba(68, 68, 68, 0.35);
  opacity: 1;
  -webkit-backdrop-filter: blur(46px);
  backdrop-filter: blur(46px);
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 0;
}

.fancybox__slide {
  padding: 0;
}

.fancybox__slide.is-nav-selected {
  border-color: var(--white);
}

.fancybox__footer {
  display: none !important;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
  height: calc(100% - 48px);
  width: 165px;
}

.fancybox__footer .fancybox__thumbs.is-vertical {
  padding: 0;
}

.fancybox__footer .f-thumbs.is-vertical .f-thumbs__track {
  width: 100%;
  padding: 0 2px;
}

.fancybox__footer .f-thumbs.is-vertical .f-thumbs__slide {
  margin-bottom: 10px;
  opacity: 1;
}

.fancybox__footer .fancybox__thumbs.is-horizontal {
  padding: 0;
}

.fancybox__footer .is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: 1;
}

.fancybox__footer .f-thumbs__slide__img {
  opacity: 1;
  width: 91px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fancybox__footer .f-thumbs__slide {
  width: 100%;
  height: 177px;
  border: 1px solid var(--grey-dark-2);
}

.fancybox__footer .f-thumbs__slide__button {
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: -o-radial-gradient(54.48% 57.45%, 48.21% 48.21%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  background: radial-gradient(48.21% 48.21% at 54.48% 57.45%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  border-radius: 0;
}

.is-compact .fancybox__footer {
  background: unset;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin-right: 10px;
}

#fancybox-f-product-gallery {
  padding: 16px 0;
}

#fancybox-f-product-gallery .fancybox__toolbar {
  padding: 24px;
}

#fancybox-f-product-gallery .fancybox__toolbar .f-button:not([data-fancybox-close]) {
  display: none;
}

#fancybox-f-product-gallery .fancybox__toolbar .f-button[data-fancybox-close] {
  width: auto;
  min-width: unset;
  height: auto;
  min-height: unset;
  background-color: transparent;
  position: static;
}

#fancybox-f-product-gallery .fancybox__toolbar .f-button[data-fancybox-close] svg {
  width: 28px;
  height: 28px;
}

#fancybox-f-product-gallery .fancybox__nav .f-button {
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  background-color: transparent;
  border: 1px solid var(--white);
  outline: none;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

#fancybox-f-product-gallery .fancybox__nav .f-button:hover {
  border-color: var(--green);
  background-color: transparent;
}

#fancybox-f-product-gallery .fancybox__nav .f-button:hover .icon path {
  stroke: var(--green);
}

#fancybox-f-product-gallery .fancybox__nav .f-button .icon {
  width: 28px;
  height: 28px;
}

#fancybox-f-product-gallery .fancybox__nav .f-button .icon svg {
  width: 100%;
  height: 100%;
}

#fancybox-f-product-gallery .fancybox__backdrop {
  background-color: var(--black);
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}

#fancybox-f-product-gallery .fancybox__nav,
#fancybox-f-product-gallery .fancybox__toolbar {
  opacity: 1 !important;
}

#fancybox-f-product-gallery .fancybox__slide::before,
#fancybox-f-product-gallery .fancybox__slide::after {
  display: none;
}

#fancybox-f-product-gallery .is-horizontal .f-carousel__nav .f-button.is-prev,
#fancybox-f-product-gallery .is-horizontal .fancybox__nav .f-button.is-prev {
  left: 219px;
}

#fancybox-f-product-gallery .is-horizontal .f-carousel__nav .f-button.is-next,
#fancybox-f-product-gallery .is-horizontal .fancybox__nav .f-button.is-next {
  right: 40px;
}

#fancybox-f-product-gallery .fancybox__toolbar__column.is-left,
#fancybox-f-product-gallery .fancybox__toolbar__column.is-middle {
  display: none !important;
}

#fancybox-f-product-gallery > .fancybox__carousel {
  padding: 42px 40px;
  background: -o-radial-gradient(50% 50%, 52.28% 37.46%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
  background: radial-gradient(52.28% 37.46% at 50% 50%, #18191c 55.48%, #0c0d0f 80.5%, #000 100%);
}

#fancybox-f-product-gallery .fancybox__footer {
  display: block !important;
}

/* Страницы */
/* Страница: Главная */
.sc-main {
  min-height: 774px;
  height: calc(100dvh - 98px);
}

.sc-main__container,
.sc-main__grid,
.sc-main__right {
  height: 100%;
}

.sc-main__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 486px 1fr;
  grid-template-columns: 486px 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.sc-main__wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 40px;
}

.sc-main__wrap-title p {
  display: inline-block;
  font-size: 22px;
  line-height: 1.4;
  color: var(--grey-1);
  max-width: 401px;
}

.sc-main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0;
}

.sc-main__right {
  min-width: 0;
}

.sc-main__content {
  margin-bottom: 130px;
}

.sc-main__swiper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}

.sc-main__swiper img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}

.sc-main__swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.sc-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 43px;
  min-height: 371px;
}

.sc-about__wrap-title {
  max-width: 696px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}

.sc-about__title strong {
  font-size: inherit;
  line-height: inherit;
}

.sc-about__picture {
  width: 239px;
  height: 371px;
  min-width: 239px;
  min-height: 371px;
}

.sc-about__picture svg {
  width: 100%;
  height: 100%;
}

.sc-about--main {
  padding: 120px 0;
}

.sc-about--page {
  padding: 120px 0;
}

.sc-about-cards__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.sc-about-cards__card {
  width: 100%;
}

.sc-benefit {
  padding: 120px 0;
}

.sc-benefit__title {
  max-width: 575px;
  width: 100%;
  position: relative;
  padding-bottom: 90px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.sc-benefit__title span {
  font-size: 100px;
  line-height: 1.1;
  font-weight: 300;
}

.sc-benefit__title span:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sc-benefit__content {
  max-width: 782px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  text-align: center;
}

.sc-benefit__btn {
  margin: 0 auto;
}

.sc-quote-brand {
  height: 100dvh;
  min-height: 930px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--dark);
  overflow: hidden;
}

.sc-quote-brand__container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-quote-brand__background {
  display: block;
  position: absolute;
  z-index: 1;
  width: 719px;
  height: 894px;
  bottom: -90px;
  left: 27px;
}

.sc-quote-brand__background img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.sc-quote-brand__wrap-background {
  position: relative;
  width: 100%;
  height: 100%;
}

.sc-quote-brand__circle-light {
  display: block;
  position: absolute;
  z-index: 0;
  width: 506px;
  height: 506px;
  left: 55px;
  top: 126px;
  border-radius: 50%;
  background-color: var(--grey-dark-1);
  -webkit-filter: blur(120px);
  filter: blur(120px);
}

.sc-quote-brand__quote {
  position: relative;
  z-index: 1;
  margin-left: auto;
  max-width: 461px;
  width: 100%;
  padding-right: 10px;
}

.sc-recipes__swiper {
  margin-bottom: 100px;
}

.sc-recipes__swiper .swiper-wrapper {
  left: 1px;
}

.sc-recipes__block-recept .quote-post__block {
  max-width: 307px;
}

.sc-recipes--main {
  padding: 120px 0;
}

.sc-recipes--page {
  padding-top: 120px;
}

.sc-catalog {
  background-color: var(--dark);
  padding: 100px 0;
  position: relative;
}

.sc-catalog__container {
  position: relative;
  z-index: 1;
}

.sc-catalog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 546px;
  grid-template-columns: 1fr 546px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.sc-catalog__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sc-catalog__right {
  padding-right: 24px;
  position: relative;
}

.sc-catalog__right::before {
  content: "";
  display: block;
  width: 362px;
  height: 362px;
  -webkit-filter: blur(140px);
  filter: blur(140px);
  background-color: var(--grey-dark-1);
  opacity: 1;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 60px;
  z-index: 0;
}

.sc-catalog__wrap-swiper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 382px 114px;
  grid-template-columns: 382px 114px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  padding-bottom: 10px;
}

.sc-catalog__swiper {
  padding-top: 10px;
  padding-bottom: 30px;
}

.sc-catalog__wrap-spacing {
  padding: 0 32px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  min-width: 0;
}

.sc-catalog__content {
  position: relative;
  z-index: 1;
}

.sc-catalog__wrap-pagination {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  min-height: 8px;
}

.sc-catalog__arrows {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

.sc-catalog__catalog-item {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 5px;
}

.sc-catalog__catalog-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.sc-catalog__catalog-item img {
  min-height: 438px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.sc-catalog__wrap-btn-mobile {
  display: none;
}

.sc-catalog__entity {
  position: absolute;
  z-index: 0;
}

.sc-catalog__entity::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.sc-catalog__entity--entity1 {
  width: 46px;
  height: 43px;
  top: 192px;
  left: 46.13vw;
}

.sc-catalog__entity--entity1::before {
  background-image: url("../img/main/entities/entity1.png");
}

.sc-catalog__entity--entity2 {
  width: 36px;
  height: 40px;
  top: 423px;
  left: 34.46vw;
}

.sc-catalog__entity--entity2::before {
  background-image: url("../img/main/entities/entity2.png");
}

.sc-catalog__entity--entity3 {
  width: 27px;
  height: 27px;
  bottom: 174px;
  left: 46.84vw;
}

.sc-catalog__entity--entity3::before {
  background-image: url("../img/main/entities/entity3.png");
}

.sc-catalog__entity--entity4 {
  width: 77px;
  height: 69px;
  bottom: 49px;
  left: 39.34vw;
}

.sc-catalog__entity--entity4::before {
  background-image: url("../img/main/entities/entity4.png");
}

.sc-catalog__entity--entity5 {
  width: 29px;
  height: 25px;
  top: 297px;
  right: 14.76vw;
}

.sc-catalog__entity--entity5::before {
  background-image: url("../img/main/entities/entity5.png");
}

.sc-catalog__entity--entity6 {
  width: 27px;
  height: 27px;
  bottom: 199px;
  right: 19.1vw;
}

.sc-catalog__entity--entity6::before {
  background-image: url("../img/main/entities/entity6.png");
}

.sc-catalog__entity--entity7 {
  width: 31px;
  height: 33px;
  right: 6.19vw;
  bottom: 161px;
}

.sc-catalog__entity--entity7::before {
  background-image: url("../img/main/entities/entity7.png");
}

.sc-articles--main {
  padding: 120px 0;
}

.sc-articles--page {
  padding-top: 120px;
}

/* Страница: Где купить */
.sc-wherebuy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sc-wherebuy__wrap-title {
  text-align: center;
  margin-bottom: 40px;
}

.sc-wherebuy__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.sc-wherebuy__card {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--grey-dark-2);
  min-height: 160px;
  background-color: transparent;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  padding: 0 17px;
}

.sc-wherebuy__card img {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.sc-wherebuy__card:hover {
  background-color: var(--dark);
  border-color: transparent;
}

.sc-wherebuy__card:hover img {
  opacity: 1;
}

.sc-wherebuy--bottom {
  padding-bottom: 120px;
}

/* Страница: Статья */
.sc-page-article__wrapper-content {
  max-width: 828px;
  margin: 0 auto;
}

.sc-page-article__title {
  margin-bottom: 40px;
  max-width: 700px;
}

.sc-page-article__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 60px;
}

.sc-page-article__desc p {
  font-size: 18px;
  line-height: 140%;
  color: var(--grey-1);
}

.sc-page-article__desc p a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sc-page-article__desc p a:hover {
  color: var(--green);
}

.sc-page-article__list {
  margin-bottom: 60px;
}

/* Страница: Рецепт */
.sc-page-recept__top-content {
  margin-bottom: 60px;
}

.sc-page-recept__grid-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 413px;
  grid-template-columns: 1fr 413px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.sc-page-recept__grid-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 413px;
  grid-template-columns: 1fr 413px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.sc-page-recept__left {
  min-width: 0;
}

.sc-page-recept__title {
  margin-bottom: 20px;
  max-width: 828px;
}

.sc-page-recept__wrap-mininfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 40px;
}

.sc-page-recept__teg {
  border: 1px solid var(--grey-1);
  border-radius: 50px;
  background-color: transparent;
  height: 32px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--grey-1);
}

.sc-page-recept__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.sc-page-recept__info span {
  color: var(--grey-1);
  font-size: 16px;
  line-height: 1.4;
}

.sc-page-recept__wrap-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sc-page-recept__play-video:hover path {
  fill: var(--green);
}

.sc-page-recept__play-video i svg path {
  fill: var(--white);
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.sc-page-recept__ingredients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.sc-page-recept__ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.sc-page-recept__ingredient::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--grey-dark-1);
}

.sc-page-recept__ingredient span {
  color: var(--grey-1);
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}

.sc-page-recept__ingredient span:nth-child(1) {
  padding-right: 8px;
}

.sc-page-recept__ingredient span:nth-child(2) {
  padding-left: 8px;
  min-width: 53px;
      text-align: right;
}

.sc-page-recept__ingredient span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  top: 0;
  left: 0px;
  z-index: -1;
}

.sc-page-recept__bottom-content {
  margin-bottom: 60px;
}

.sc-page-recept__preparations {
  padding-top: 20px;
}

.sc-page-recept__preparation {
  padding: 20px 0;
  border-top: 1px solid var(--grey-dark-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.sc-page-recept__preparation:last-child {
  border-bottom: 1px solid var(--grey-dark-1);
}

.sc-page-recept__preparation span {
  font-size: 22px;
  line-height: 1.4;
}

.sc-page-recept__preparation span::after {
  content: counter(number);
  counter-increment: number;
  padding-left: 8px;
}

.sc-page-recept__preparation p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--grey-1);
  max-width: 600px;
  position: relative;
  top: 2px;
}

.sc-page-recept__share {
  margin-bottom: 60px;
}

.sc-page-recept__wrap-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.sc-page-recept__wrap-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sc-page-recept__wrap-button a:hover {
  border-color: var(--green);
}

.sc-page-recept__wrap-button a:hover .icon--vk path,
.sc-page-recept__wrap-button a:hover .icon--telegram path {
  fill: var(--green);
}

.sc-page-recept__wrap-button a .icon--vk path {
  fill: var(--white);
}

.sc-page-recept__button-mobile {
  display: none;
}

/* Страница: Каталог */
.sc-page-catalog {
  padding-top: 60px;
  position: relative;
}

.sc-page-catalog__fixed-nav {
  padding: 40px 0;
  position: sticky;
  top: 98px;
  left: 0;
  background-color: var(--black);
  z-index: 110;
}

.sc-page-catalog__categories {
  padding-top: 20px;
}

.sc-page-catalog__catalog-nav.catalog-navigation a {
  width: 100%;
}

.sc-page-catalog__category:first-child {
  padding-top: 0;
}

.sc-page-catalog__category:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Страница: Рецепты */
.sc-page-recipes {
  padding-top: 120px;
}

.sc-page-recipes__wrap-title,
.sc-page-recipes__filters {
  margin-bottom: 40px;
}

.sc-page-recipes__wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.sc-page-recipes__clear-filters {
  display: none;
  text-underline-offset: 4px;
}

.sc-page-recipes__filters,
.sc-page-recipes__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.sc-page-recipes__filters {
  row-gap: 20px;
}

.sc-page-recipes__items {
  row-gap: 40px;
}

/* Страница: Продукт */
.sc-page-product {
  position: relative;
}

.sc-page-product__grid-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 592px;
  grid-template-columns: 1fr 592px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 60px;
}

.sc-page-product__content-left {
  min-width: 0;
}

.sc-page-product__title {
  margin-bottom: 20px;
}

.sc-page-product__wrap-mininfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 30px;
}

.sc-page-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.sc-page-product__info span {
  color: var(--grey-1);
  font-size: 16px;
  line-height: 1.4;
}

.sc-page-product__desc {
  max-width: 482px;
  margin-bottom: 30px;
}

.sc-page-product__desc p {
  color: var(--grey-1);
}

.sc-page-product__inner-weight {
  margin-bottom: 30px;
}

.sc-page-product__subtitle-top {
  margin-bottom: 10px;
}

.sc-page-product__wrap-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-page-product__list {
  margin-bottom: 30px;
  max-width: 380px;
}

.sc-page-product__list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 10px;
}

.sc-page-product__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--grey-1);
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 18px;
  line-height: 1.4;
}

.sc-page-product__wrap-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.sc-page-product__wrap-link a {
  width: 60px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.sc-page-product__wrap-link a:hover {
  opacity: 1;
}

.sc-page-product__grid-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 413px;
  grid-template-columns: 1fr 413px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.sc-page-product__grid-bottom--first {
  margin-bottom: 60px;
}

.sc-page-product__wrap-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grey-dark-2);
}

.sc-page-product__wrap-desc:first-child {
  padding-top: 0;
}

.sc-page-product__wrap-desc:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}

.sc-page-product__wrap-desc p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--grey-1);
  max-width: 800px;
}

.sc-page-product__left .tabs__tab-content {
  margin-bottom: 0;
}

.sc-page-product__block-figure {
  height: 100%;
}

.sc-products .swiper-slide {
  padding-left: 20px;
}

.sc-products .swiper-slide:nth-child(1) {
  display: block;
  max-width: 340px;
}

.sc-products .swiper-slide:nth-child(2) {
  display: block;
  max-width: 340px;
}

.sc-products__button-mobile {
  display: none;
}

/* Страница: Результат поиска */
.sc-search-result {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sc-search-result__wrap-assortment {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sc-search-result__subtitle {
  margin-bottom: 40px;
}

.sc-search-result__wrap-recept {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sc-search-result__recept,
.sc-search-result__trends,
.sc-search-result__assortment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sc-search-result__wrap-trends {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sc-about-main {
  position: relative;
  height: 878px;
  background-color: var(--black);
  overflow: hidden;
}

.sc-about-main__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 878px;
}

.sc-about-main__background video {
  margin-top: -190px;
}

@media (max-width: 1600px) {
  .sc-about-main__background video {
    margin-top: -214px;
  }
}
@media (max-width: 1440px) {
  .sc-about-main__background video {
    margin-top: -260px;
  }
}
@media (max-width: 1200px) {
  .sc-about-main__background video {
    margin-top: -240px;
  }
}
@media (max-width: 1100px) {
  .sc-about-main__background video {
    margin-top: -210px;
  }
}
@media (max-width: 1024px) {
  .sc-about-main__background video {
    margin-top: -190px;
  }
}
@media (max-width: 900px) {
  .sc-about-main__background video {
    margin-top: -150px;
  }
}
@media (max-width: 800px) {
  .sc-about-main__background video {
    margin-top: -140px;
  }
}
@media (max-width: 768px) {
  .sc-about-main__background video {
    margin-top: -120px;
  }
}
@media (max-width: 600px) {
  .sc-about-main__background video {
    margin-top: -100px;
  }
}
@media (max-width: 578px) {
  .sc-about-main__background video {
    margin-top: -240px;
  }
}
@media (max-width: 500px) {
  .sc-about-main__background video {
    margin-top: -170px;
  }
}
@media (max-width: 450px) {
  .sc-about-main__background video {
    margin-top: -140px;
  }
}
@media (max-width: 400px) {
  .sc-about-main__background video {
    margin-top: -100px;
  }
}
@media (max-width: 360px) {
  .sc-about-main__background video {
    margin-top: -60px;
  }
}
@media (max-width: 330px) {
  .sc-about-main__background video {
    margin-top: -20px;
  }
}
@keyframes anim {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes animBack {
  0% {
    transform: scale(1.12);
  }
  30% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animpuls {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.12);
  }
  70% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.sc-about-main__icon {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc-about-main__iconm {
  position: absolute;
  bottom: 80px;
  text-decoration: none;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  background: url("../img/icons/mute-on.svg") no-repeat 0 0/cover;
  transform: scale(1);
  animation: animBack 0.3s ease;
}

@media (max-width: 768px) {
  .sc-about-main__iconm:not(.mactive) {
    animation: animpuls 6s ease infinite;
  }
}
@media (min-width: 768px) {
  .sc-about-main__iconm:hover {
    text-decoration: none;
    background: url("../img/icons/mute-off.svg") no-repeat 0 0/cover;
    transition: 0.35s;
    animation: anim 0.3s ease;
    transform: scale(1.12);
  }
}
.sc-about-main__iconm.mactive {
  position: absolute;
  bottom: 80px;
  text-decoration: none;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  background: url("../img/icons/mute-off.svg") no-repeat 0 0/cover;
}

.sc-about-slider {
  height: 750px;
  background-color: var(--dark);
  position: relative;
}

.sc-about-slider__item {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

.sc-about-slider__content-left {
  height: 750px;
}

.sc-about-slider__content-left img {
  height: 100%;
}

.sc-about-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}

.sc-about-slider__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 0 100px;
}

.sc-about-slider__content {
  max-width: 581px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}

.sc-about-slider__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.sc-about-slider__desc p {
  font-size: 22px;
  color: var(--grey-1);
}

.sc-about-slider .swiper,
.sc-about-slider .swiper-wrapper,
.sc-about-slider .swiper-slide {
  height: 100%;
}

.sc-about-slider__navigation {
  position: absolute;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  width: 40.6vw;
  bottom: 60px;
  right: 70px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sc-about-banner {
  height: 750px;
  position: relative;
  overflow: hidden;
}

.sc-about-banner__background {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.sc-about-banner__background-lg {
  display: none;
}

.sc-about-banner__background-md {
  display: none;
}

.sc-about-banner__wrapper-content {
  height: 100%;
  padding-left: 200px;
  position: relative;
  z-index: 2;
}

.sc-about-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-width: 680px;
}

.sc-about-banner__content p {
  color: var(--grey-1);
  margin-bottom: 80px;
  font-size: 22px;
}

.sc-about-banner__content p a {
  font-weight: 600;
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.sc-about-banner__content p a:hover {
  color: var(--green);
}

.sc-about-banner__title {
  margin-bottom: 40px;
}

.sc-about-achievements__content-top {
  height: 266px;
  background-color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 40px;
  padding: 0 85px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.sc-about-achievements__title > p {
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}

.sc-about-achievements__content-top:hover {
  background-color: var(--green);
}

.sc-about-achievements__content-top:hover .sc-about-achievements__title {
  color: var(--black);
}

.sc-about-achievements__content-top:hover .btn {
  color: var(--black);
  border-color: var(--black);
}

.sc-about-achievements__content-top:hover .btn path {
  stroke: var(--black);
}

.sc-about-achievements__content-top.active {
  height: 420px;
}

.sc-about-achievements__content-top.active .sc-about-achievements__title > p {
  font-size: 40px;
  max-width: 800px;
}

.sc-about-achievements__content-top .sc-about-achievements__title {
  font-weight: 400;
  text-align: center;
  transition: color 0.3s linear;
}

.sc-about-achievements__content-top.active .btn i {
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .sc-about-achievements__content-top.active {
    height: 400px;
  }

  .sc-about-achievements__content-top.active .sc-about-achievements__title > p {
    font-size: 34px;
    max-width: 800px;
  }

  .sc-about-achievements__title > p {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .sc-about-achievements__content-top.active {
    height: 302px;
  }

  .sc-about-achievements__content-top.active .sc-about-achievements__title > p {
    font-size: 22px;
    max-width: unset;
  }

  .sc-about-achievements__title > p {
    font-size: 22px;
  }
}
.sc-about-achievements__content-bottom {
  display: none;
  padding: 80px 200px 120px;
}

.sc-about-achievements__content-bottom .sc-about-achievements__title {
  text-align: center;
  margin-bottom: 85px;
}

.sc-about-achievements__content-bottom.active {
  display: block;
}

.sc-about-achievements__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  row-gap: 40px;
  margin-bottom: 20px;
}

.sc-about-achievements__logo .title-h2 {
  font-weight: 300;
}

.sc-about-achievements__logo img {
  width: 384px;
}

.sc-about-achievements__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

@media (min-width: 1024px) {
  #fancybox-f-product-gallery .fancybox__content {
    height: 100% !important;
  }
}
@media (min-width: 1200px) and (max-height: 740px) {
  .sc-main__content {
    margin-bottom: 12dvh;
  }
}
@media (min-width: 1200px) and (max-height: 680px) {
  .sc-main__content {
    margin-bottom: 9dvh;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .sc-main__content {
    margin-bottom: 5dvh;
  }
}
@media (min-width: 1400px) {
  .fancybox__content {
    width: 1300px !important;
    min-height: 720px !important;
  }

  .fancybox__content {
    width: 1300px !important;
    min-height: 720px !important;
  }
}
@media (max-width: 1600px) {
  .about-card--achievements {
    padding: 20px 12px;
  }

  .sc-quote-brand__background {
    left: 1.68vw;
  }

  .sc-about-main {
    height: 800px;
  }

  .sc-about-main__background {
    height: 800px;
  }

  .sc-about-slider {
    height: 700px;
  }

  .sc-about-slider__content-left {
    height: 700px;
  }

  .sc-about-slider__navigation {
    width: 39.4vw;
  }
}
@media (max-width: 1500px) {
  .sc-about-main {
    height: 770px;
  }

  .sc-about-main__background {
    height: 770px;
  }
}
@media (max-width: 1440px) {
  .sc-about-main {
    height: 740px;
  }

  .sc-about-main__background {
    height: 730px;
  }

  .sc-about-slider {
    height: 670px;
  }

  .sc-about-slider__content-left {
    height: 670px;
  }

  .sc-about-slider__desc p {
    font-size: 20px;
  }

  .sc-about-slider__navigation {
    width: 38.2vw;
  }

  .sc-about-banner {
    height: 610px;
  }

  .sc-about-banner__wrapper-content {
    padding-left: 100px;
  }

  .sc-about-achievements__content-bottom {
    padding: 80px 100px 120px;
  }
}
@media (max-width: 1430px) {
  .sc-catalog__entity--entity6 {
    right: 15vw;
  }
}
@media (max-width: 1400px) {
  .input-search input {
    right: 50px;
  }

  .input-search.active .input-search__button {
    right: 26px;
  }

  .input-search.active input {
    width: 386px;
  }

  .header__logo {
    margin: 0 auto;
  }

  .header__menu {
    /* margin-right: auto; */
  }

  .header__menu ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .header__contacts {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .banner-top__background {
    width: 540px;
    left: -30px;
  }

  .banner-top__close {
    right: 40px;
  }

  .about-card {
    height: 34vw;
  }

  .about-card__desc br {
    display: none;
  }

  .card__wrap-img {
    height: 29.5vw;
  }

  .block-recept {
    -ms-grid-columns: 1fr 380px;
    grid-template-columns: 1fr 380px;
  }

  .block-recept__card .card__wrap-img {
    height: 418px;
  }

  .sc-main__wrap-title {
    max-width: 480px;
  }

  .sc-benefit__title {
    max-width: 505px;
  }

  .sc-benefit__title span {
    font-size: 90px;
  }

  .sc-quote-brand {
    min-height: 71.6vw;
  }
}
@media (max-width: 1300px) {
  .banner-top__background {
    width: 495px;
    left: -20px;
  }

  .filter-select__head .filter-select__item-name span:not(.filter-select__counter) {
    max-width: 20vw;
  }

  .sc-quote-brand__background {
    width: 55.3vw;
    height: 68.76vw;
    bottom: -6.92vw;
  }

  .sc-page-product__grid-top {
    -ms-grid-columns: 1fr 480px;
    grid-template-columns: 1fr 480px;
  }

  .sc-about-main {
    height: 680px;
  }

  .sc-about-main__background {
    height: 680px;
  }

  .sc-about-main__icon {
    bottom: 60px;
  }

  .sc-about-main__iconm {
    bottom: 60px;
  }

  .sc-about-main__iconm.mactive {
    bottom: 60px;
  }

  .sc-about-slider {
    height: 620px;
  }

  .sc-about-slider__content-left {
    height: 620px;
  }

  .sc-about-slider__navigation {
    width: 37vw;
  }
}
@media (max-width: 1200px) {
  h1,
.title-h1 {
    font-size: 56px;
  }

  h2,
.title-h2 {
    font-size: 36px;
  }

  h3,
.title-h3 {
    font-size: 28px;
  }

  h4,
.title-h4 {
    font-size: 20px;
  }

  .input-search.active input {
    width: 340px;
  }

  .breadcrumbs--fixed {
    top: 90px;
  }

  .header {
    height: 90px;
  }

  .header__logo {
    margin: 0 auto;
  }

  .header__logo img {
    width: 173px;
    min-width: 173px;
    height: 50px;
  }

  .header__menu ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .header__contacts {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footer {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    z-index: 110;
  }

  .footer__grid {
    -ms-grid-columns: 390px 1fr;
    grid-template-columns: 390px 1fr;
  }

  .banner-top {
    height: 92px;
  }

  .banner-top__background {
    width: 307px;
    left: 0;
  }

  .banner-top__title {
    font-size: 20px;
  }

  .card__title {
    font-size: 20px;
  }

  .quote__block-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .block-recept {
    -ms-grid-columns: 1fr 340px;
    grid-template-columns: 1fr 340px;
  }

  .product-gallery-slide--product {
    height: 580px;
  }

  .product-gallery-slide--product .product-gallery-slide__wrap-img::after {
    width: 480px;
    height: 480px;
  }

  .block-figure--cats-4 .block-figure__figure--figure2 {
    left: 44px;
    top: 210px;
  }

  .category-products__swiper .product-card .product-card__wrap-img {
    width: 224px;
  }

  .sc-main {
    min-height: 51.42vw;
  }

  .sc-main {
    height: auto;
    min-height: unset;
  }

  .sc-main__grid {
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
  }

  .sc-main__wrap-title {
    row-gap: 30px;
    margin-bottom: 40px;
  }

  .sc-main__wrap-title p {
    font-size: 20px;
  }

  .sc-main__right {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sc-main__content {
    margin-bottom: 100px;
  }

  .sc-main__swiper {
    height: 49.33vw;
  }

  .sc-about__wrap-title {
    max-width: 620px;
  }

  .sc-about--main {
    padding: 100px 0;
  }

  .sc-about--page {
    padding: 100px 0;
  }

  .sc-benefit {
    padding: 100px 0;
  }

  .sc-quote-brand {
    min-height: 720px;
    height: 720px;
  }

  .sc-quote-brand__background {
    width: 47.93vw;
    height: 59.6vw;
    left: 6.66vw;
  }

  .sc-quote-brand__circle-light {
    width: 404px;
    height: 404px;
  }

  .sc-quote-brand__quote {
    max-width: 433px;
  }

  .sc-recipes__swiper {
    margin-bottom: 80px;
  }

  .sc-recipes__block-recept .quote-post__block {
    max-width: 290px;
  }

  .sc-recipes--main {
    padding: 100px 0;
  }

  .sc-articles--main {
    padding: 100px 0;
  }

  .sc-page-catalog__fixed-nav {
    top: 90px;
  }

  .sc-about-main {
    height: 630px;
  }

  .sc-about-main__background {
    height: 630px;
  }

  .sc-about-slider__content-right {
    padding: 0 20px 0 60px;
  }

  .sc-about-slider__desc p {
    font-size: 17px;
  }

  .sc-about-slider__navigation {
    bottom: 20px;
    width: 38.8vw;
  }

  .sc-about-banner {
    height: 560px;
  }

  .sc-about-banner__content p {
    margin-bottom: 50px;
  }

  .sc-about-banner__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1190px) {
  .block-preparation--product .block-preparation__wrap-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1130px) {
  .header__menu ul {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .header__contacts {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media (max-width: 1100px) {
  .input-search.active input {
    width: 320px;
  }

  .footer__grid {
    -ms-grid-columns: 360px 1fr;
    grid-template-columns: 360px 1fr;
  }

  .sc-quote-brand__background {
    left: 4.66vw;
  }

  .sc-about-main {
    height: 580px;
  }

  .sc-about-main__background {
    height: 580px;
  }

  .sc-about-main__icon {
    bottom: 40px;
  }

  .sc-about-main__iconm {
    bottom: 40px;
  }

  .sc-about-main__iconm.mactive {
    bottom: 40px;
  }

  .sc-about-slider {
    height: 560px;
  }

  .sc-about-slider__content-left {
    height: 560px;
  }

  .sc-about-slider__navigation {
    width: 37.8vw;
  }

  .sc-about-banner {
    height: 520px;
  }

  .sc-about-banner__content p {
    font-size: 20px;
  }

  .sc-about-achievements__grid {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1080px) {
  .product-gallery-slide--product .product-gallery-slide__wrap-img::after {
    width: 430px;
    height: 430px;
  }
}
@media (max-width: 1070px) {
  .input-search input {
    font-size: 15px;
  }

  .header a {
    font-size: 15px;
  }

  .block-preparation__wrap-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sc-page-recept__wrap-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1060px) {
  .sc-catalog__entity--entity3 {
    left: 43vw;
  }
}
@media (max-width: 1050px) {
  .input-search.active input {
    width: 310px;
  }

  .sc-about-main {
    height: 550px;
  }

  .sc-about-main__background {
    height: 550px;
  }

  .sc-about-slider__navigation {
    width: 37.4vw;
  }

  .sc-about-banner {
    height: 480px;
  }
}
@media (max-width: 1040px) {
  .product-gallery-slide--product {
    height: 540px;
  }
}
@media (max-width: 1024px) {
  h1,
.title-h1 {
    font-size: 46px;
  }

  h2,
.title-h2 {
    font-size: 34px;
  }

  h3,
.title-h3 {
    font-size: 24px;
  }

  h4,
.title-h4 {
    font-size: 18px;
  }

  .break-lg {
    display: block;
  }

  .btn--size-md {
    height: 56px;
    padding: 0 20px;
  }

  .btn--size-md.btn--with-icon {
    width: 56px;
    min-width: 56px;
  }

  .btn-arrow--md {
    height: 40px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .btn-arrow--md .icon {
    width: 28px;
    height: 28px;
  }

  .container {
    max-width: 100%;
  }

  .icon--arrow-up {
    width: 28px;
    height: 24px;
  }

  .icon--arrow-down {
    width: 52px;
    height: 26px;
  }

  .input-search {
    position: static;
  }

  .input-search input {
    font-size: 16px;
    right: unset;
    position: relative;
    margin-left: auto;
    display: none;
  }

  .input-search__button {
    position: relative;
  }

  .input-search__close {
    position: relative;
    margin-left: auto;
    display: none;
  }

  .input-search.active {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .input-search.active .input-search__button {
    right: unset;
  }

  .input-search.active .input-search__close,
.input-search.active input {
    display: block;
  }

  .input-search.active input {
    width: 428px;
  }

  .link-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .list-number ol li span {
    font-size: 18px;
  }

  .list-number ol li p {
    font-size: 16px;
  }

  .ui-input--size-md.ui-input--textarea {
    height: 56px;
  }

  .header__container {
    position: relative;
    z-index: 11;
  }

  .header__flex {
    position: relative;
  }

  .header__menu ul li {
    display: none;
  }

  .header__menu ul li.header__visible-lg {
    display: block;
  }

  .header__contacts {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    margin-right: 16px;
  }

  .header__socials,
.header__phone,
.header__button {
    display: none;
  }

  .header__hamburger {
    display: block;
    width: 20px;
  }

  .header a {
    font-size: 16px;
  }

  .modal--header {
    display: block;
  }

  .header--visible-modal .modal.modal--header {
    pointer-events: all;
    opacity: 1;
    top: 90px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 46px;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }

  .footer__column:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    row-gap: 40px;
  }

  .footer__wrap-width {
    max-width: 470px;
  }

  .footer__contacts-top,
.footer__contacts-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .footer__about {
    max-width: 465px;
  }

  .footer__about span br {
    display: none;
  }

  .banner-top__close {
    right: 37px;
  }

  .banner-top__title {
    font-size: 18px;
  }

  .about-card {
    min-height: 325px;
    height: auto;
    background-color: var(--dark);
    border-color: var(--dark);
  }

  .about-card__wrap-icon {
    background-color: var(--grey-dark-2);
  }

  .about-card__desc {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    max-width: 260px;
    margin: 0 auto;
    opacity: 1;
    pointer-events: all;
    max-height: unset;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    padding-top: 20px;
  }

  .about-card--achievements {
    min-height: 413px;
  }

  .about-card--achievements .about-card__title br {
    display: none;
  }

  .card__wrap-img {
    height: 29.29vw;
    margin-bottom: 10px;
  }

  .card__title {
    font-size: 18px;
  }

  .quote__block-desc {
    display: block;
    max-width: 420px;
  }

  .quote__author--symbol-star::after {
    right: 55px;
  }

  .block-recept {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
  }

  .block-recept__card .card__wrap-img {
    height: 40.82vw;
  }

  .product-card:hover .product-card__wrap-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .block-products__wrap-title {
    margin-bottom: 20px;
  }

  .block-products__wrap-swiper {
    padding: 0;
  }

  .block-products__wrap-swiper .product-card {
    max-width: 301px;
  }

  .product-gallery-slide {
    height: 50.78vw;
  }

  .product-gallery-slide video {
    height: 50.78vw;
  }

  .product-gallery-slide--product {
    height: 61.52vw;
  }

  .product-gallery-slide--product .product-gallery-slide__wrap-img::after {
    height: 540px;
    width: 83.98vw;
  }

  .swiper-gallery {
    margin-bottom: 40px;
  }

  .block-figure {
    padding: 20px;
  }

  .block-figure__wrap-value {
    -ms-grid-columns: 86px 86px;
    grid-template-columns: 86px 86px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .block-figure__value:nth-child(2)::before {
    display: none;
  }

  .block-figure__value:nth-child(5)::after {
    display: none;
  }

  .block-figure__value:nth-child(4) {
    position: relative;
  }

  .block-figure__value:nth-child(4)::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--grey-dark-2);
    top: 0;
    left: -11px;
  }

  .block-figure__value p {
    font-size: 14px;
  }

  .block-figure--cats-1 .block-figure__figure--figure1 {
    width: 248px;
    height: 168px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .block-figure--cats-1 .block-figure__figure--figure2 {
    width: 71px;
    height: 48px;
    top: 173px;
    right: 76px;
  }

  .block-figure--cats-1 .block-figure__figure--figure2 path {
    stroke-width: 6px;
  }

  .block-figure--cats-4 .block-figure__figure--figure1 {
    width: 238px;
    height: 239px;
    right: -52px;
    bottom: -2px;
  }

  .block-figure--cats-4 .block-figure__figure--figure2 {
    width: 51px;
    height: 53px;
    left: 31px;
    top: unset;
    bottom: 41px;
  }

  .block-figure--cats-4 .block-figure__figure--figure3 {
    width: 45px;
    height: 45px;
    left: 95px;
    top: 151px;
    bottom: unset;
  }

  .block-figure--cats-5 .block-figure__figure--figure1 {
    width: 254px;
    height: 190px;
    left: -37px;
    bottom: -31px;
  }

  .block-figure--cats-5 .block-figure__figure--figure2 {
    width: 72px;
    height: 54px;
    right: 21px;
    bottom: 20px;
  }

  .block-figure--cats-2 .block-figure__figure--figure1 {
    width: 269px;
    height: 255px;
    right: -81px;
    bottom: -21px;
  }

  .block-figure--cats-2 .block-figure__figure--figure2 {
    width: 45px;
    height: 43px;
    bottom: 181px;
    left: 76px;
  }

  .block-figure--cats-2 .block-figure__figure--figure2 path {
    stroke-width: 9px;
  }

  .block-figure--cats-2 .block-figure__figure--figure3 {
    width: 41px;
    height: 39px;
    left: 48px;
    bottom: 33px;
  }

  .block-figure--cats-2 .block-figure__figure--figure3 path {
    stroke-width: 9px;
  }

  .block-figure--cats-3 .block-figure__figure--figure1 {
    width: 204px;
    height: 226px;
    right: -34px;
    bottom: 12px;
  }

  .block-figure--cats-3 .block-figure__figure--figure2 {
    width: 58px;
    height: 66px;
    left: 30px;
    bottom: 70px;
  }

  .block-figure--cats-3 .block-figure__figure--figure2 path {
    stroke-width: 6px;
  }

  .block-figure--stars-quote .block-figure__figure--figure1 {
    width: 213px;
    height: 211px;
    right: -63px;
    bottom: 27px;
  }

  .block-figure--stars-quote .block-figure__figure--figure2 {
    right: 99px;
    bottom: 60px;
  }

  .block-figure--stars3 {
    padding: 30px 12px;
  }

  .block-figure--stars3 .block-figure__figure--figure1 {
    width: 139px;
    height: 139px;
    left: -44px;
    bottom: -23px;
  }

  .block-figure--stars3 .block-figure__figure--figure2 {
    width: 35px;
    height: 35px;
    left: 144px;
    bottom: 17px;
  }

  .block-figure--stars3 .block-figure__figure--figure2 path {
    stroke-width: 9px;
  }

  .block-figure--stars3 .block-figure__figure--figure3 {
    width: 41px;
    height: 41px;
    right: 13px;
    bottom: 56px;
  }

  .block-figure--stars3 .block-figure__figure--figure3 path {
    stroke-width: 9px;
  }

  .block-figure--stars3 .block-figure__desc {
    margin-bottom: 20px;
  }

  .category-products {
    padding: 40px 0;
  }

  .category-products__head {
    margin-bottom: 30px;
  }

  .category-products__body {
    -ms-grid-columns: 304px 1fr;
    grid-template-columns: 304px 1fr;
  }

  .category-products__swiper .product-card .product-card__wrap-img {
    width: 189px;
  }

  .category-products__swiper .product-card .product-card__wrap-img::after {
    width: 300px;
    height: 300px;
  }

  .category-products__swiper .product-card .product-card__title {
    font-size: 18px;
    min-height: 51px;
  }

  .category-block__head {
    -ms-grid-columns: 304px 1fr;
    grid-template-columns: 304px 1fr;
    height: 410px;
  }

  .block-preparation__wrap-subtitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .block-preparation__wrap-content {
    padding: 0;
  }

  .block-preparation__content span {
    font-size: 18px;
    min-width: 56px;
  }

  .block-preparation__content p {
    font-size: 16px;
    max-width: 500px;
    top: 1px;
  }

  .block-preparation--product .block-preparation__wrap-subtitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .filter-select__head .filter-select__item-name span:not(.filter-select__counter) {
    max-width: 18vw;
  }

  .fancybox__content {
    width: 100% !important;
    height: 51vw;
  }

  .fancybox__slide {
    margin-left: 0;
    margin-right: 0;
  }

  .fancybox__footer {
    width: 108px;
  }

  .fancybox__footer .f-thumbs__slide__img {
    width: 56px;
  }

  .fancybox__footer .f-thumbs__slide {
    height: 104px;
  }

  #fancybox-f-product-gallery .fancybox__nav .f-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  #fancybox-f-product-gallery .fancybox__nav .f-button .icon {
    width: 25px;
    height: 25px;
  }

  #fancybox-f-product-gallery .is-horizontal .f-carousel__nav .f-button.is-prev,
#fancybox-f-product-gallery .is-horizontal .fancybox__nav .f-button.is-prev {
    left: 146px;
  }

  #fancybox-f-product-gallery .is-horizontal .f-carousel__nav .f-button.is-next,
#fancybox-f-product-gallery .is-horizontal .fancybox__nav .f-button.is-next {
    right: 20px;
  }

  .sc-main__grid {
    -ms-grid-columns: 328px 1fr;
    grid-template-columns: 328px 1fr;
  }

  .sc-main__wrap-title {
    row-gap: 20px;
    max-width: 328px;
  }

  .sc-main__wrap-title p {
    max-width: 290px;
  }

  .sc-main__left {
    padding-bottom: 0;
    padding-top: 20px;
  }

  .sc-main__content {
    margin-bottom: 9.76vw;
  }

  .sc-main__swiper {
    height: 57.81vw;
  }

  .sc-about__flex {
    padding-right: 7.12vw;
    min-height: 274px;
  }

  .sc-about__wrap-title {
    max-width: 57.61vw;
  }

  .sc-about__title {
    font-size: 3.32vw;
  }

  .sc-about__picture {
    width: 176px;
    height: 274px;
    min-width: 176px;
    min-height: 274px;
  }

  .sc-benefit__title {
    max-width: 450px;
    padding-bottom: 85px;
  }

  .sc-benefit__title span {
    font-size: 80px;
  }

  .sc-benefit__content {
    max-width: 678px;
  }

  .sc-quote-brand {
    overflow: hidden;
    height: 534px;
    min-height: unset;
  }

  .sc-quote-brand__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sc-quote-brand__background {
    bottom: -2.44vw;
    width: 42.48vw;
    height: 50.78vw;
    left: 4.78vw;
  }

  .sc-quote-brand__circle-light {
    left: 3.71vw;
    top: 9.96vw;
    width: 31.54vw;
    height: 31.54vw;
    -webkit-filter: blur(80px);
    filter: blur(80px);
  }

  .sc-quote-brand__quote {
    max-width: 433px;
  }

  .sc-recipes__swiper {
    margin-bottom: 40px;
  }

  .sc-recipes--page {
    padding-top: 50px;
  }

  .sc-catalog__grid {
    -ms-grid-columns: 1fr 443px;
    grid-template-columns: 1fr 443px;
  }

  .sc-catalog__right {
    padding-right: 0;
  }

  .sc-catalog__wrap-swiper {
    -ms-grid-columns: 338px 90px;
    grid-template-columns: 338px 90px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .sc-catalog__wrap-spacing {
    padding: 0 10px;
  }

  .sc-catalog__catalog-item:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .sc-catalog__catalog-item img {
    min-height: 42.77vw;
  }

  .sc-catalog__entity--entity1 {
    top: 214px;
    left: 38vw;
  }

  .sc-catalog__entity--entity2 {
    left: 33.44vw;
    top: 430px;
  }

  .sc-catalog__entity--entity3 {
    top: 390px;
    left: 47.65vw;
  }

  .sc-catalog__entity--entity4 {
    bottom: 118px;
    left: 34.66vw;
  }

  .sc-catalog__entity--entity5 {
    top: 256px;
    right: 9.66vw;
  }

  .sc-catalog__entity--entity6 {
    bottom: 177px;
    right: 13.67vw;
  }

  .sc-catalog__entity--entity7 {
    right: 4.1vw;
    bottom: 117px;
  }

  .sc-articles--page {
    padding-top: 100px;
  }

  .sc-wherebuy {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .sc-wherebuy__title {
    font-size: 34px;
  }

  .sc-wherebuy__card {
    min-height: 15.62vw;
    padding: 0 10px;
  }

  .sc-wherebuy__card--img img {
    width: 90px;
  }

  .sc-wherebuy--bottom {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sc-page-article__wrapper-content {
    max-width: 100%;
  }

  .sc-page-article__title {
    max-width: 898px;
  }

  .sc-page-article__title h1 {
    font-size: 34px;
  }

  .sc-page-article__desc {
    margin-bottom: 40px;
    max-width: 620px;
    row-gap: 40px;
  }

  .sc-page-article__desc p {
    font-size: 16px;
  }

  .sc-page-article__list {
    margin-bottom: 40px;
    max-width: 620px;
  }

  .sc-page-recept__top-content {
    margin-bottom: 40px;
  }

  .sc-page-recept__grid-top {
    -ms-grid-columns: 1fr 1fr 300px;
    grid-template-columns: 1fr 1fr 300px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
  }

  .sc-page-recept__grid-top .sc-page-recept__left {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .sc-page-recept__grid-top .sc-page-recept__right {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .sc-page-recept__grid-bottom {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .sc-page-recept__title h1 {
    font-size: 34px;
  }

  .sc-page-recept__wrap-subtitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sc-page-recept__ingredients {
    max-width: 620px;
  }

  .sc-page-recept__ingredient span {
    font-size: 16px;
  }

  .sc-page-recept__ingredient span:nth-child(2) {
    min-width: 75px;
  }

  .sc-page-recept__bottom-content {
    margin-bottom: 40px;
  }

  .sc-page-recept__preparations {
    padding: 0;
  }

  .sc-page-recept__preparation span {
    font-size: 18px;
  }

  .sc-page-recept__preparation p {
    font-size: 16px;
    max-width: 500px;
    top: 1px;
  }

  .sc-page-recept__share {
    margin-bottom: 40px;
  }

  .sc-page-recept__share .sc-page-recept__subtitle {
    font-size: 30px;
  }

  .sc-page-catalog {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .sc-page-catalog__fixed-nav {
    padding: 20px 0;
  }

  .sc-page-catalog__category-block {
    padding-top: 20px;
  }

  .sc-page-catalog__catalog-nav .catalog-navigation__text {
    font-size: 18px;
  }

  .sc-page-recipes {
    padding-top: 100px;
  }

  .sc-page-product {
    padding-bottom: 50px;
  }

  .sc-page-product__grid-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .sc-page-product__title h1 {
    font-size: 34px;
  }

  .sc-page-product__wrap-mininfo {
    margin-bottom: 40px;
  }

  .sc-page-product__desc {
    margin-bottom: 40px;
    max-width: 784px;
  }

  .sc-page-product__inner-weight {
    margin-bottom: 40px;
  }

  .sc-page-product__subtitle-top {
    font-size: 24px;
  }

  .sc-page-product__list {
    margin-bottom: 40px;
    max-width: 780px;
  }

  .sc-page-product__grid-bottom {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
  }

  .sc-page-product__wrap-desc p {
    font-size: 16px;
    line-height: 1.4;
  }

  .sc-search-result {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .sc-search-result__title h1 {
    font-size: 34px;
  }

  .sc-search-result__wrap-assortment {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .sc-search-result__subtitle {
    margin-bottom: 30px;
  }

  .sc-search-result__wrap-recept {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sc-search-result__wrap-trends {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sc-search-result .product-card__title {
    font-size: 18px;
  }

  .sc-about-main {
    height: 536px;
  }

  .sc-about-main__background {
    height: 536px;
  }

  .sc-about-main__icon {
    bottom: 46px;
  }

  .sc-about-main__iconm {
    bottom: 46px;
  }

  .sc-about-main__iconm.mactive {
    bottom: 46px;
  }

  .sc-about-slider {
    height: 693px;
  }

  .sc-about-slider__content-left {
    height: 693px;
  }

  .sc-about-slider__content-right {
    padding: 100px 50px 0 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sc-about-slider__title {
    font-size: 40px;
  }

  .sc-about-slider__desc p {
    font-size: 22px;
  }

  .sc-about-slider__desc p br {
    display: none;
  }

  .sc-about-slider__navigation {
    bottom: 100px;
    width: 39vw;
  }

  .sc-about-banner {
    height: 625px;
  }

  .sc-about-banner__background {
    display: none;
  }

  .sc-about-banner__background-lg {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .sc-about-banner__wrapper-content {
    padding-left: 42px;
  }

  .sc-about-banner__content p {
    font-size: 18px;
    margin-bottom: 80px;
  }

  .sc-about-banner__title {
    margin-bottom: 40px;
  }

  .sc-about-achievements__content-top {
    row-gap: 80px;
    height: 400px;
  }

  .sc-about-achievements__content-top .sc-about-achievements__title {
    font-size: 34px;
  }

  .sc-about-achievements__content-bottom {
    padding: 100px 42px 100px;
  }

  .sc-about-achievements__content-bottom .sc-about-achievements__title {
    margin-bottom: 80px;
  }

  .sc-about-achievements__logo {
    row-gap: 40px;
  }

  .sc-about-achievements__logo img {
    width: 290px;
  }
}
@media (max-width: 1010px) {
  .block-preparation--product .block-preparation__wrap-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .quote__block {
    margin-bottom: 6vw;
  }

  .quote__block-title {
    max-width: 360px;
  }
}
@media (max-width: 950px) {
  .sc-about-main {
    height: 500px;
  }

  .sc-about-main__background {
    height: 500px;
  }

  .sc-about-slider {
    height: 660px;
  }

  .sc-about-slider__content-left {
    height: 660px;
  }

  .sc-about-slider__title {
    font-size: 36px;
  }

  .sc-about-slider__desc p {
    font-size: 20px;
  }

  .sc-about-slider .break-lg {
    display: none;
  }

  .sc-about-slider__navigation {
    width: 38.4vw;
  }
}
@media (max-width: 940px) {
  .filter-select__head .filter-select__item-name span:not(.filter-select__counter) {
    max-width: 29vw;
  }

  .sc-page-recipes__filters,
.sc-page-recipes__items {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-page-recipes__items .card__wrap-img {
    height: 38.2vw;
  }
}
@media (max-width: 930px) {
  .quote__block-desc {
    font-size: 14px;
  }

  .block-preparation__wrap-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sc-quote-brand__background {
    left: 1.95vw;
    width: 46.72vw;
    height: 55.85vw;
  }

  .sc-quote-brand__quote {
    max-width: 380px;
  }

  .sc-page-recept__wrap-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 910px) {
  .sc-catalog__entity--entity3 {
    left: 44vw;
  }
}
@media (max-width: 900px) {
  .product-card__wrap-img {
    width: 160px;
  }

  .product-card__wrap-img::after {
    width: 230px;
    height: 250px;
  }

  .product-card__content p {
    font-size: 15px;
  }

  .sc-search-result .card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
  }

  .sc-search-result .card__time {
    margin-left: unset;
  }

  .sc-about-banner {
    height: 567px;
  }

  .sc-about-banner__background-lg img {
    width: 650px;
  }
}
@media (max-width: 880px) {
  .footer__grid {
    -ms-grid-columns: 24vw 1fr;
    grid-template-columns: 24vw 1fr;
  }

  .sc-quote-brand {
    height: 58vw;
  }
}
@media (max-width: 860px) {
  .quote__author--symbol-star::after {
    right: 24px;
  }

  .sc-quote-brand__quote {
    max-width: 365px;
    padding-right: 0;
  }
}
@media (max-width: 850px) {
  .sc-page-recept__wrap-mininfo {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .sc-page-recept__teg {
    padding: 0 10px;
  }

  .sc-page-recept__info span {
    font-size: 15px;
  }

  .sc-about-main {
    height: 420px;
  }

  .sc-about-main__background {
    height: 420px;
  }

  .sc-about-slider__navigation {
    width: 37.2vw;
    bottom: 60px;
  }
}
@media (max-width: 840px) {
  .card__title br {
    display: none;
  }

  .sc-catalog__entity--entity3 {
    top: 340px;
    left: 39vw;
  }
}
@media (max-width: 800px) {
  .about-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote__block {
    margin-bottom: 3vw;
  }

  .quote__block-title {
    font-size: 22px;
  }

  .sc-quote-brand__quote {
    max-width: 320px;
  }

  .sc-wherebuy__card--img img {
    width: 80px;
  }

  .sc-about-slider__navigation {
    width: 36.4vw;
  }

  .sc-about-banner__content p {
    font-size: 16px;
  }

  .sc-about-banner__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h1,
.title-h1 {
    font-size: 36px;
  }

  h2,
.title-h2 {
    font-size: 30px;
  }

  h3,
.title-h3 {
    font-size: 20px;
  }

  h5,
.title-h5 {
    font-size: 16px;
  }

  .text-small,
small {
    font-size: 12px;
  }

  .break-md {
    display: block;
  }

  .tabs__tab-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .tabs__tab-button > .icon {
    display: block;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }

  .tabs--only-mobile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .tabs--only-mobile .tabs__tab-content {
    display: none;
  }

  .tabs--only-mobile.tabs--scroll-height .tabs__tab-content {
    display: block;
    opacity: 0;
    -webkit-transition-property: height, opacity, padding-top, padding-bottom;
    -o-transition-property: height, opacity, padding-top, padding-bottom;
    transition-property: height, opacity, padding-top, padding-bottom;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    pointer-events: none;
  }

  .tabs--only-mobile.tabs--scroll-height .tabs__tab-content:not(.active) {
    height: 0 !important;
  }

  .link-top {
    bottom: 12px;
    right: 12px;
  }

  .breadcrumbs {
    padding: 24px 0;
    white-space: wrap;
  }

  .breadcrumbs--fixed {
    top: 70px;
  }

  .modal--form .modal__block-form {
    padding: 40px;
  }

  .tooltip__message::after {
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    right: 8px;
    bottom: -13px;
    border-width: 8px;
  }

  .tooltip__wrap-message {
    right: -8px;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .header {
    height: 70px;
    padding: 10px 0;
  }

  .modal--header {
    height: calc(100dvh - 70px);
  }

  .header--visible-modal .modal.modal--header {
    top: 70px;
  }

  .footer {
    padding: 32px 0;
  }

  .footer__grid {
    row-gap: 32px;
    -ms-grid-columns: 170px 1fr;
    grid-template-columns: 170px 1fr;
  }

  .footer__contacts {
    row-gap: 32px;
    margin-bottom: 32px;
  }

  .footer__about span .break-lg {
    display: none;
  }

  .footer__links ul a {
    font-size: 12px;
  }

  .banner-top {
    height: 70px;
  }

  .banner-top__background {
    display: none;
  }

  .banner-top__content {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .banner-top__content .btn-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }

  .banner-top__content .btn-arrow .icon {
    width: 24px;
    height: 24px;
  }

  .banner-top__title {
    font-size: 16px;
  }

  .catalog-navigation__text {
    font-size: 18px;
  }

  .card__wrap-img {
    height: 39vw;
  }

  .card__head {
    margin-bottom: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .card__title {
    padding-right: 0;
  }

  .quote__block-title {
    font-size: 24px;
  }

  .quote__block-desc {
    font-size: 16px;
  }

  .quote__block-desc br {
    display: none;
  }

  .quote__author--symbol-star::after {
    right: 0;
  }

  .quote-post--recept br {
    display: none;
  }

  .wrap-navigation {
    margin-bottom: 32px;
  }

  .wrap-navigation__right {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .block-recept {
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
  }

  .block-recept__card .card__wrap-img {
    height: 39vw;
  }

  .product-card__wrap-img {
    margin-bottom: 12px;
  }

  .product-card__title {
    font-size: 18px;
    min-height: unset;
  }

  .product-card__content {
    row-gap: 12px;
  }

  .product-card__content p {
    font-size: 14px;
  }

  .block-products__wrap-title {
    margin-bottom: 24px;
  }

  .block-products__title {
    font-size: 24px;
  }

  .product-gallery-slide {
    height: 420px;
  }

  .product-gallery-slide video {
    height: 420px;
  }

  .product-gallery-slide--product {
    height: 400px;
  }

  .product-gallery-slide--product .product-gallery-slide__wrap-img::after {
    height: 300px;
  }

  .product-mingallery-slide {
    height: 92px;
  }

  .product-mingallery-slide__play {
    width: 36px;
    height: 36px;
  }

  .swiper-gallery {
    margin-bottom: 24px;
  }

  .swiper-gallery__wrapper > .swiper {
    max-width: 400px;
  }

  .block-figure__title {
    font-size: 22px;
  }

  .block-figure__desc {
    font-size: 18px;
  }

  .block-figure__wrap-value {
    -ms-grid-columns: 96px 96px 96px;
    grid-template-columns: 96px 96px 96px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .block-figure__value:nth-child(2)::before {
    display: block;
  }

  .block-figure__value:nth-child(5)::after {
    display: block;
  }

  .block-figure__value:nth-child(4)::after {
    display: none;
  }

  .block-figure__value p {
    font-size: 15px;
  }

  .block-figure--stars3 {
    padding: 24px 10px;
  }

  .block-figure--stars3 {
    height: 309px;
  }

  .category-products__title {
    font-size: 22px;
  }

  .category-block__head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .category-block__right {
    display: none;
  }

  .category-block__items {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .block-preparation__wrap-subtitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .block-preparation__subtitle {
    font-size: 22px;
  }

  .block-preparation__play-video i {
    width: 22px;
    height: 24px;
  }

  .block-preparation--product {
    border-bottom: 1px solid var(--grey-dark-2);
    padding: 24px 0;
  }

  .block-preparation--product .block-preparation__wrap-subtitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .block-preparation--product .block-preparation__wrap-subtitle .block-preparation__play-video {
    display: none;
  }

  .block-preparation--product .block-preparation__button-mobile {
    display: block;
    margin-top: 24px;
  }

  .block-preparation--product .block-preparation__content:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .block-preparation--product .block-preparation__content:first-child {
    border-top: none;
    padding-top: 0;
  }

  .block-preparation--product .block-preparation__wrap-content {
    margin-top: 24px;
  }

  .loading__wrap-gif {
    width: 235px;
  }

  .loading__title {
    font-size: 18px;
    top: -20px;
    row-gap: 16px;
  }

  .loading__line {
    width: 180px;
  }

  .filter-select__head .filter-select__item {
    top: 0;
  }

  .filter-select__head .filter-select__item-name span:not(.filter-select__counter) {
    max-width: 24vw;
  }

  .modal--banner {
    padding: 10px;
  }

  .modal--banner .modal__content {
    padding: 24px;
  }

  .modal--banner .modal__title {
    font-size: 18px;
    margin-bottom: -24px;
  }

  .modal--banner .modal__btn {
    margin-top: -26px;
  }

  .modal--banner .modal__wrap-img {
    width: 343px;
  }

  .fancybox__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fancybox__container .fancybox__content > .f-button.is-close-btn {
    top: 12px;
    right: 12px;
  }

  .fancybox__content {
    position: static;
  }

  #fancybox-f-product-gallery > .fancybox__carousel {
    padding-left: 100px;
    padding-right: 16px;
  }

  .sc-main__grid {
    -ms-grid-columns: 270px 1fr;
    grid-template-columns: 270px 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .sc-main__wrap-title {
    row-gap: 16px;
    margin-bottom: 32px;
  }

  .sc-main__wrap-title p {
    font-size: 16px;
    max-width: 260px;
  }

  .sc-main__right {
    padding-top: 20px;
  }

  .sc-main__content {
    margin-bottom: 40px;
  }

  .sc-main__swiper {
    height: 46vw;
  }

  .sc-about__flex {
    padding-right: 4vw;
    min-height: 259px;
  }

  .sc-about__wrap-title {
    row-gap: 32px;
  }

  .sc-about__title br {
    display: none;
  }

  .sc-about__picture {
    width: 167px;
    height: 259px;
    min-width: 167px;
    min-height: 259px;
  }

  .sc-about--main {
    padding: 64px 0;
  }

  .sc-about--page {
    padding: 64px 0;
  }

  .sc-about-cards__items {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .sc-about-cards__wrap-card:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .sc-about-cards__wrap-card:last-child .sc-about-cards__card {
    max-width: 43.22916vw;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-benefit {
    padding: 64px 0;
  }

  .sc-benefit__title {
    max-width: 415px;
    padding-bottom: 75px;
  }

  .sc-benefit__title span {
    font-size: 70px;
  }

  .sc-benefit__content {
    max-width: 540px;
  }

  .sc-quote-brand {
    height: auto;
  }

  .sc-quote-brand__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 64px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sc-quote-brand__background {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
    width: 283px;
    height: 352px;
    bottom: 0;
  }

  .sc-quote-brand__circle-light {
    width: 246px;
    height: 295px;
    left: 50%;
    top: 22px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(110px);
    filter: blur(110px);
  }

  .sc-quote-brand__quote {
    max-width: unset;
    margin-right: auto;
    margin-bottom: 32px;
  }

  .sc-recipes__swiper {
    margin-bottom: 32px;
  }

  .sc-recipes__block-recept .quote-post__block {
    max-width: 280px;
  }

  .sc-recipes--main {
    padding: 64px 0;
  }

  .sc-recipes--page {
    padding-top: 32px;
  }

  .sc-catalog {
    padding: 64px 0;
  }

  .sc-catalog__grid {
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }

  .sc-catalog__right {
    min-width: 0;
  }

  .sc-catalog__right::before {
    width: 240px;
    height: 240px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }

  .sc-catalog__wrap-swiper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-catalog__wrap-spacing {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .sc-catalog__wrap-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    margin-bottom: 20px;
  }

  .sc-catalog__arrows {
    margin-left: auto;
    margin-right: auto;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .sc-catalog__entity {
    display: none;
  }

  .sc-catalog__entity--entity2 {
    display: none;
  }

  .sc-catalog__entity--entity5 {
    right: 4.46vw;
  }

  .sc-catalog__entity--entity7 {
    bottom: 130px;
  }

  .sc-articles--main {
    padding: 64px 0;
  }

  .sc-articles--page {
    padding-top: 32px;
  }

  .sc-wherebuy {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .sc-wherebuy__title {
    font-size: 36px;
  }

  .sc-wherebuy__grid {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .sc-wherebuy__card {
    min-height: 20.83vw;
  }

  .sc-wherebuy__card--img img {
    width: 90px;
  }

  .sc-wherebuy--bottom {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .sc-page-article {
    padding-bottom: 32px;
  }

  .sc-page-article__title {
    margin-bottom: 24px;
  }

  .sc-page-article__title h1 {
    font-size: 36px;
  }

  .sc-page-article__desc {
    max-width: unset;
    row-gap: 24px;
    margin-bottom: 24px;
  }

  .sc-page-article__list {
    max-width: unset;
    margin-bottom: 24px;
  }

  .sc-page-recept {
    padding-bottom: 28px;
  }

  .sc-page-recept__grid-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sc-page-recept__grid-top .sc-page-recept__right {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .sc-page-recept__grid-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .sc-page-recept__title h1 {
    font-size: 36px;
  }

  .sc-page-recept__wrap-mininfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
    margin-bottom: 24px;
  }

  .sc-page-recept__teg {
    padding: 0 16px;
  }

  .sc-page-recept__wrap-subtitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-page-recept__play-video i {
    width: 22px;
    height: 24px;
  }

  .sc-page-recept__ingredient span:nth-child(2) {
    min-width: 70px;
  }

  .sc-page-recept__share .sc-page-recept__subtitle {
    font-size: 22px;
  }

  .sc-page-recept__wrap-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sc-page-recept__block-figure2 .block-figure__desc br {
    display: none;
  }

  .sc-page-catalog {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .sc-page-catalog__fixed-nav {
    top: 70px;
    padding: 24px 0;
  }

  .sc-page-catalog__categories {
    padding-top: 16px;
  }

  .sc-page-catalog__category-block {
    padding-top: 8px;
  }

  .sc-page-recipes {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .sc-page-recipes__wrap-title,
.sc-page-recipes__filters {
    margin-bottom: 24px;
  }

  .sc-page-recipes__filters {
    row-gap: 12px;
  }

  .sc-page-recipes__items {
    row-gap: 24px;
  }

  .sc-page-recipes__items .card__wrap-img {
    height: 39vw;
  }

  .sc-page-product {
    padding-bottom: 32px;
  }

  .sc-page-product__grid-top {
    margin-bottom: 40px;
  }

  .sc-page-product__title h1 {
    font-size: 36px;
  }

  .sc-page-product__wrap-mininfo {
    margin-bottom: 24px;
  }

  .sc-page-product__desc {
    max-width: unset;
  }

  .sc-page-product__subtitle-top {
    font-size: 22px;
  }

  .sc-page-product__wrap-link {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .sc-page-product__grid-bottom--first {
    margin-bottom: 0;
  }

  .sc-page-product__grid-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .sc-page-product__wrap-desc {
    padding-top: 24px;
    padding-bottom: 24px;
    row-gap: 0;
  }

  .sc-page-product__wrap-desc .tabs__tab-content {
    padding-top: 0;
  }

  .sc-page-product__wrap-desc .tabs__tab-content.active {
    padding-top: 16px;
  }

  .sc-page-product__wrap-desc:last-child {
    border-bottom: 1px solid var(--grey-dark-2);
    padding-bottom: 24px;
  }

  .sc-page-product__left {
    padding-bottom: 0;
  }

  .sc-page-product__left .tabs__tab-content.active {
    margin-bottom: 24px;
  }

  .sc-page-product__subtitle {
    font-size: 22px;
  }

  .sc-page-product__block-figure1 {
    margin-top: 16px;
  }

  .sc-page-product__block-figure2 {
    margin-top: 24px;
  }

  .sc-page-product__block-figure2 .block-figure__desc br {
    display: none;
  }

  .sc-products--product-page {
    padding-top: 32px;
  }

  .sc-search-result {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sc-search-result__title h1 {
    font-size: 36px;
  }

  .sc-search-result__wrap-assortment {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .sc-search-result__subtitle {
    margin-bottom: 24px;
    font-size: 22px !important;
  }

  .sc-search-result__wrap-recept {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sc-search-result__recept,
.sc-search-result__trends,
.sc-search-result__assortment {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-search-result__wrap-trends {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  .sc-search-result .card__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-search-result .card__time {
    margin-left: auto;
  }

  .sc-search-result .card__title {
    font-size: 18px;
  }

  .sc-about-main {
    height: auto;
  }

  .sc-about-slider {
    height: auto;
  }

  .sc-about-slider__item {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sc-about-slider__content-left {
    height: 345px;
    margin-top: auto;
  }

  .sc-about-slider__content-right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 64px 15px 0 15px;
  }

  .sc-about-slider__content {
    row-gap: 16px;
    width: 400px;
    margin: 0 auto;
  }

  .sc-about-slider__desc p {
    font-size: 16px;
  }

  .sc-about-slider__navigation {
    width: calc(100% - 30px);
    bottom: unset;
    right: unset;
    left: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sc-about-slider .swiper-horizontal > .swiper-pagination-bullets,
.sc-about-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.sc-about-slider .swiper-pagination-custom,
.sc-about-slider .swiper-pagination-fraction {
    width: auto;
  }

  .sc-about-banner__background-lg {
    display: none;
  }

  .sc-about-banner__background-md {
    display: block;
  }

  .sc-about-banner__background-circle {
    display: block;
    position: absolute;
    z-index: 0;
    width: 246px;
    height: 295px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: blur(110px);
    filter: blur(110px);
    border-radius: 50%;
    background-color: var(--grey-dark-1);
  }

  .sc-about-banner__wrapper-content {
    padding: 64px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-about-banner__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sc-about-banner__content p {
    margin-bottom: 32px;
  }

  .sc-about-banner__title {
    margin-bottom: 32px;
  }

  .sc-about-achievements__content-top {
    height: 302px;
    row-gap: 40px;
  }

  .sc-about-achievements__content-top .sc-about-achievements__title {
    font-size: 22px;
  }

  .sc-about-achievements__content-bottom {
    padding: 64px 15px 64px;
  }

  .sc-about-achievements__content-bottom .sc-about-achievements__title {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .sc-about-achievements__logo .title-h2 {
    font-size: 22px;
  }

  .sc-about-achievements__grid {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}
@media (max-width: 700px) {
  .about-card--achievements {
    min-height: 320px;
  }

  .sc-about-main__background {
    width: 140vw;
    position: relative;
    left: -20vw;
    height: 536px;
    background-size: cover;
  }

  .sc-about-main__iconm {
    right: 25vw;
    bottom: 40px;
  }

  .sc-about-main__iconm.mactive {
    right: 25vw;
    bottom: 40px;
  }

  .sc-about-slider__navigation {
    top: 350px;
    max-width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sc-about-banner {
    height: 873px;
  }

  .sc-about-banner__background-md img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 340px;
    z-index: 10;
  }
}
@media (max-width: 660px) {
  .sc-search-result .card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
  }

  .sc-search-result .card__time {
    margin-left: unset;
  }
}
@media (max-width: 650px) {
  .block-figure--cats-5 .block-figure__figure--figure2 {
    right: 4px;
  }

  .category-products__body {
    -ms-grid-columns: 270px 1fr;
    grid-template-columns: 270px 1fr;
  }

  .category-products__swiper .product-card .product-card__wrap-img::after {
    width: 250px;
    height: 250px;
  }

  .filter-select__head .filter-select__item-name span:not(.filter-select__counter) {
    max-width: 58.66vw;
  }

  .sc-page-recipes__filters,
.sc-page-recipes__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sc-page-recipes__items .card__wrap-img {
    height: 56vw;
  }
}
@media (max-width: 630px) {
  .block-preparation--product .block-preparation__wrap-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 620px) {
  .footer__phone span {
    font-size: 12px;
  }

  .footer__phone a {
    font-size: 24px;
    margin-bottom: 3px;
  }

  .block-recept {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .block-recept__quote,
.block-recept__quote .block-figure__content,
.block-recept__quote-post {
    height: auto;
  }

  .block-recept__card .card__wrap-img {
    height: 54.42vw;
  }

  .sc-recipes__block-recept .quote-post__block {
    max-width: 390px;
  }

  .sc-recipes__block-recept .quote-post__block br {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer__contacts-bottom a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
  }

  h2,
.title-h2 {
    font-size: 22px;
  }

  h3,
.title-h3 {
    font-size: 18px;
  }

  h4,
.title-h4 {
    font-size: 16px;
  }

  .title-alter-mobile,
.title-alter-mobile h1,
.title-alter-mobile h2,
.title-alter-mobile h3,
.title-alter-mobile h4 {
    font-size: 36px;
    line-height: 1.2;
    font-family: var(--secondary-family);
  }

  p,
span,
strong,
b,
a,
.text-body {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

  .break-sm {
    display: block;
  }

  .btn--full-sm {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .icon--close-banner {
    width: 28px;
    height: 28px;
  }

  .input-search input {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

  .sc-about-main__iconm {
    right: 50vw;
    bottom: 40px;
  }

  .sc-about-main__iconm.mactive {
    right: 50vw;
    bottom: 40px;
  }

  .breadcrumbs--fixed {
    top: 60px;
  }

  .list-number ol li p {
    font-size: 14px;
  }

  .modal--form .modal__block-form {
    padding: 24px;
  }

  .dropdown-select {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }

  .dropdown-select__close {
    display: block;
    position: absolute;
    right: 16px;
    top: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    outline: none;
    border: none;
    width: 25px;
    height: 25px;
  }

  .dropdown-select__dropdown {
    position: fixed;
    height: 100dvh;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 30;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .dropdown-select__backdrop {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--dark);
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .dropdown-select__wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 87dvh;
    background-color: var(--white);
    bottom: -10dvh;
    -webkit-transition-property: bottom;
    -o-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .dropdown-select--visible {
    z-index: 1001;
  }

  .dropdown-select--visible .dropdown-select__dropdown {
    top: 0;
  }

  .dropdown-select--visible .dropdown-select__wrap {
    bottom: 0;
  }

  .dropdown-select--visible .dropdown-select__backdrop {
    opacity: 0.65;
  }

  .header {
    height: 60px;
    padding: 12px 0;
  }

  .header__logo {
    margin: 0;
  }

  .header__logo img {
    width: 125px;
    min-width: 125px;
    height: 36px;
  }

  .header__menu {
    display: none;
  }

  .header__contacts {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-right: 12px;
    margin-left: auto;
  }

  .modal--header {
    height: calc(100dvh - 60px);
  }

  .modal--header .modal__flex {
    padding-top: 12px;
  }

  .modal--header .modal__menu li {
    padding: 24px 0;
  }

  .header--visible-modal .modal.modal--header {
    top: 60px;
  }

  .footer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .footer__column:nth-child(1),
.footer__column:nth-child(2) {
    margin-bottom: 40px;
  }

  .footer__column:nth-child(3) {
    -ms-grid-row: 4;
    grid-row: 4;
  }

  .footer__column:nth-child(4) {
    margin-bottom: 12px;
  }

  .footer__column:nth-child(2),
.footer__column:nth-child(4) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__menu ul {
    row-gap: 16px;
  }

  .footer__menu ul a {
    font-size: 16px;
  }

  .footer__contacts {
    position: relative;
    row-gap: 12px;
    margin-bottom: 40px;
    padding-bottom: 60px;
  }

  .footer__contacts-top,
.footer__contacts-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 12px;
  }

  .footer__contacts-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__phone a {
    font-size: 22px;
    margin-bottom: 1px;
  }

  .footer__socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
  }

  .footer__about span {
    font-size: 14px;
    letter-spacing: 0.03em;
  }

  .footer__copy {
    font-size: 14px;
  }

  .footer__links ul {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__links ul a {
    font-size: 14px;
  }

  .banner-top {
    height: 56px;
  }

  .banner-top__close {
    right: 14px;
    margin-top: 0;
  }

  .banner-top__container {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .banner-top__content {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .banner-top__content .btn-arrow {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }

  .banner-top__content .btn-arrow .icon {
    width: 16px;
    height: 16px;
  }

  .banner-top__title {
    font-size: 14px;
  }

  .catalog-navigation__text {
    font-size: 16px;
  }

  .catalog-navigation--mobile-swiper {
    width: 100%;
  }

  .catalog-navigation--mobile-swiper.swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .catalog-navigation--mobile-swiper.swiper .swiper-wrapper {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .catalog-navigation--mobile-swiper.swiper .swiper-slide {
    height: 100%;
    width: auto;
  }

  .catalog-navigation--swiper.swiper.catalog-navigation--mobile-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .catalog-navigation--swiper.swiper.catalog-navigation--mobile-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    row-gap: 16px;
  }

  .catalog-navigation--swiper.swiper.catalog-navigation--mobile-vertical .swiper-slide {
    height: auto;
  }

  .catalog-navigation--mobile-vertical ul:not(.swiper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
  }

  .about-card {
    padding: 24px;
    min-height: 285px;
  }

  .about-card__wrap-icon {
    margin-bottom: 16px;
  }

  .about-card__title {
    font-size: 18px;
  }

  .about-card__desc {
    max-width: unset;
    padding-top: 16px;
  }

  .about-card__desc .break-lg {
    display: none;
  }

  .about-card:hover .about-card__desc,
.about-card.active .about-card__desc {
    padding-top: 16px;
  }

  .about-card--achievements {
    min-height: 305px;
  }

  .card__wrap-img {
    height: 52vw;
  }

  .card__time {
    letter-spacing: 0.03em;
  }

  .card__title {
    font-size: 16px;
  }

  .quote__block {
    row-gap: 16px;
    margin-bottom: 32px;
  }

  .quote__block::before {
    margin-bottom: 0;
  }

  .quote__block-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .quote__block-desc {
    font-size: 14px;
    max-width: 340px;
  }

  .quote-post {
    row-gap: 180px;
  }

  .wrap-navigation {
    margin-bottom: 24px;
  }

  .wrap-navigation__right {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .wrap-navigation--hidden-mob-arrow .wrap-navigation__navigation {
    display: none;
  }

  .block-recept {
    row-gap: 24px;
  }

  .block-recept__card .card__wrap-img {
    height: 52vw;
  }

  .block-products__wrap-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .block-products__wrap-swiper .product-card {
    padding-right: 0px;
    max-width: unset;
  }

  .block-products__wrap-swiper .swiper.swiper-initialized .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .block-products--recept .block-products__wrap-swiper .product-card {
    padding-right: 0px;
  }

  .product-gallery-slide {
    height: 91.466vw;
  }

  .product-gallery-slide video {
    height: 91.466vw;
  }

  .product-gallery-slide--product {
    height: 82.29vw;
  }

  .product-gallery-slide--product .product-gallery-slide__wrap-img::after {
    height: 250px;
  }

  .product-gallery-slide--product .product-gallery-slide__wrap-img img {
    max-width: 219px;
  }

  .swiper-gallery__wrapper {
    margin-top: 24px;
  }

  .swiper-gallery .swiper--mingallery {
    display: none;
  }

  .swiper-gallery__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .block-figure {
    padding: 24px;
    min-height: 70.4vw;
  }

  .block-figure__wrap-value {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .block-figure__value {
    row-gap: 4px;
  }

  .block-figure--cats-1 .block-figure__figure--figure1 {
    width: 50.9333333333vw;
    height: 34.9333333333vw;
    left: 6.4vw;
    bottom: -5.0666666667vw;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .block-figure--cats-1 .block-figure__figure--figure2 {
    width: 14.9333333333vw;
    height: 10.1333333333vw;
    right: 6.4vw;
    bottom: 27.4666666667vw;
    top: unset;
  }

  .block-figure--stars .block-figure__figure--figure1 {
    width: 43.7333333333vw;
    height: 43.7333333333vw;
    right: -4.5333333333vw;
    bottom: 1.6vw;
  }

  .block-figure--stars .block-figure__figure--figure2 {
    width: 9.3333333333vw;
    height: 9.6vw;
    left: 26.1333333333vw;
    bottom: 5.8666666667vw;
  }

  .block-figure--stars .block-figure__figure--figure3 {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    left: 10.9333333333vw;
    bottom: 24vw;
    top: unset;
  }

  .block-figure--cats-5 .block-figure__figure--figure1 {
    width: 52.5333333333vw;
    height: 39.4666666667vw;
    left: -6.6666666667vw;
    bottom: -7.2vw;
  }

  .block-figure--cats-5 .block-figure__figure--figure2 {
    width: 19.2vw;
    height: 14.4vw;
    right: 6.4vw;
    bottom: 16.5333333333vw;
  }

  .block-figure--cats-2 .block-figure__figure--figure1 {
    width: 53.3333333333vw;
    height: 50.4vw;
    right: -11.4666666667vw;
    bottom: -4.8vw;
  }

  .block-figure--cats-2 .block-figure__figure--figure2 {
    width: 12vw;
    height: 11.4666666667vw;
    bottom: 5.8666666667vw;
    left: 16.2666666667vw;
  }

  .block-figure--cats-2 .block-figure__figure--figure3 {
    display: none;
  }

  .block-figure--cats-3 .block-figure__figure--figure1 {
    width: 41.8666666667vw;
    height: 46.4vw;
    right: -4.5333333333vw;
    bottom: -5.8666666667vw;
  }

  .block-figure--cats-3 .block-figure__figure--figure2 {
    width: 11.4666666667vw;
    height: 12.8vw;
    left: 12.5333333333vw;
    bottom: 8vw;
  }

  .block-figure--stars-quote .block-figure__figure--figure1 {
    width: 189px;
    height: 187px;
    right: -39px;
    bottom: 20px;
  }

  .block-figure--stars-quote .block-figure__figure--figure2 {
    right: 111px;
    bottom: 43px;
  }

  .block-figure--stars3 .block-figure__figure--figure1 {
    width: 35.7333333333vw;
    height: 36vw;
    left: -9.8666666667vw;
    bottom: -6.4vw;
  }

  .block-figure--stars3 .block-figure__figure--figure2 {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    bottom: 13.3333333333vw;
    left: 42.4vw;
  }

  .block-figure--stars3 .block-figure__figure--figure3 {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    bottom: 3.2vw;
    right: 6.9333333333vw;
  }

  .category-products__head {
    margin-bottom: 24px;
  }

  .category-products__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .category-products__arrows {
    display: none;
  }

  .category-products__swiper.swiper {
    margin-left: 0;
    margin-right: 0;
  }

  .category-products__swiper.swiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    row-gap: 20px;
  }

  .category-products__swiper.swiper .swiper-slide {
    height: auto;
  }

  .category-products__swiper .product-card .product-card__wrap-img::after {
    width: 300px;
    height: 300px;
  }

  .category-products__swiper .product-card .product-card__title {
    min-height: unset;
  }

  .category-block__head {
    margin-bottom: 20px;
  }

  .category-block__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .block-preparation__wrap-subtitle {
    margin-bottom: 24px;
  }

  .block-preparation__wrap-subtitle .block-preparation__play-video {
    display: none;
  }

  .block-preparation__content {
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
  }

  .block-preparation__content:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .block-preparation__content:first-child {
    border-top: none;
    padding-top: 0;
  }

  .block-preparation__content span::after {
    padding-left: 6px;
  }

  .block-preparation__content p {
    font-size: 14px;
    top: 0px;
  }

  .block-preparation__button-mobile {
    display: block;
    margin-top: 24px;
  }

  .filter-select__item label {
    padding: 14px 16px;
  }

  .filter-select__button-submit {
    display: block;
    padding: 8px 16px 16px 16px;
  }

  .filter-select__title {
    display: block;
    padding: 16px 0 8px 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    color: var(--black);
  }

  .filter-select__item-name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .filter-select__item-name::before {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .block-form__wrap-title,
.block-form__inputs {
    row-gap: 16px;
    margin-bottom: 24px;
  }

  .block-form__wrap-title,
.block-form__inputs {
    row-gap: 16px;
    margin-bottom: 24px;
  }

  .modal--question .modal__title {
    max-width: 251px;
    margin: 0 auto;
    line-height: 1.4;
  }

  .modal--question .modal__desc {
    max-width: 181px;
    margin: 0 auto;
  }

  .fancybox__footer {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
    width: 100%;
    padding: 0 17px 4px 17px;
  }

  .fancybox__footer .f-thumbs__slide {
    width: 104px;
  }

  #fancybox-f-product-gallery .fancybox__toolbar {
    padding: 12px;
  }

  #fancybox-f-product-gallery .fancybox__toolbar .f-button[data-fancybox-close] svg {
    width: 24px;
    height: 24px;
  }

  #fancybox-f-product-gallery .fancybox__nav {
    display: none !important;
  }

  #fancybox-f-product-gallery .fancybox__content {
    height: calc(100% - 130px) !important;
  }

  #fancybox-f-product-gallery > .fancybox__carousel {
    padding-left: 16px;
  }

  .sc-main {
    padding: 32px 0;
  }

  .sc-main__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 64px;
    position: relative;
    row-gap: 24px;
  }

  .sc-main__wrap-title {
    margin-bottom: 24px;
    max-width: 375px;
  }

  .sc-main__left {
    padding-top: 0;
  }

  .sc-main__right {
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
    height: 100dvw;
  }

  .sc-main__content {
    margin-bottom: 0;
  }

  .sc-main__swiper {
    height: 100%;
    width: 100%;
  }

  .sc-main__pagination {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .sc-main__pagination.swiper-horizontal > .swiper-pagination-bullets,
.sc-main__pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
.sc-main__pagination.swiper-pagination-custom,
.sc-main__pagination.swiper-pagination-fraction {
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
  }

  .sc-main__swiper-navigation {
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .sc-main__btn {
    max-width: 343px;
  }

  .sc-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 60px;
    padding-right: 0;
  }

  .sc-about__wrap-title {
    max-width: 343px;
  }

  .sc-about__title {
    font-size: 22px;
    line-height: 1.3;
  }

  .sc-about__picture {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .sc-about--main {
    padding: 32px 0;
  }

  .sc-about--page {
    padding: 32px 0 64px 0;
  }

  .sc-about-cards {
    margin: 32px 0;
    overflow: hidden;
  }

  .sc-about-cards__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
  }

  .sc-about-cards__wrap-card {
    margin-bottom: 24px;
  }

  .sc-about-cards__wrap-card:last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    margin-bottom: 0;
  }

  .sc-about-cards__wrap-card:last-child .sc-about-cards__card {
    max-width: unset;
  }

  .sc-benefit {
    padding: 32px 0 64px 0;
  }

  .sc-benefit__title {
    max-width: 275px;
    padding-bottom: 52px;
  }

  .sc-benefit__title span {
    font-size: 46px;
  }

  .sc-benefit__content {
    row-gap: 16px;
    max-width: 343px;
  }

  .sc-benefit__btn {
    margin-top: 8px;
  }

  .sc-recipes__swiper .card__title,
.sc-recipes__block-recept .card__title {
    font-size: 18px;
  }

  .sc-recipes__block-recept .quote-post__block {
    max-width: 260px;
  }

  .sc-catalog__wrap-navigation .wrap-navigation__right {
    display: none;
  }

  .sc-catalog__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-bottom: 32px;
  }

  .sc-catalog__left {
    min-width: 0;
  }

  .sc-catalog__wrap-swiper {
    -ms-grid-columns: 1fr 90px;
    grid-template-columns: 1fr 90px;
    padding-bottom: 0;
    row-gap: 32px;
  }

  .sc-catalog__swiper {
    padding-bottom: 0;
    padding-top: 0;
    max-width: 308px;
  }

  .sc-catalog__wrap-spacing {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 0;
  }

  .sc-catalog__wrap-pagination {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sc-catalog__pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sc-catalog__arrows {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .sc-catalog__catalog-item {
    padding: 0;
  }

  .sc-catalog__catalog-item img {
    min-height: 116.8vw;
  }

  .sc-catalog__wrap-btn-mobile {
    display: block;
  }

  .sc-wherebuy__title {
    font-size: 35px;
  }

  .sc-wherebuy__grid {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .sc-wherebuy__card {
    min-height: 160px;
    padding: 0 17px;
  }

  .sc-page-article__desc p {
    font-size: 14px;
  }

  .sc-page-recept__title {
    margin-bottom: 24px;
  }

  .sc-page-recept__wrap-mininfo {
    row-gap: 12px;
  }

  .sc-page-recept__wrap-subtitle {
    margin-bottom: 24px;
  }

  .sc-page-recept__wrap-subtitle .sc-page-recept__play-video {
    display: none;
  }

  .sc-page-recept__subtitle {
    font-size: 22px;
  }

  .sc-page-recept__ingredients {
    row-gap: 8px;
  }

  .sc-page-recept__ingredient span {
    font-size: 14px;
  }

  .sc-page-recept__preparation {
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
  }

  .sc-page-recept__preparation:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sc-page-recept__preparation:first-child {
    border-top: none;
    padding-top: 0;
  }

  .sc-page-recept__preparation span::after {
    padding-left: 6px;
  }

  .sc-page-recept__preparation p {
    font-size: 14px;
    top: 0px;
  }

  .sc-page-recept__share .sc-page-recept__wrap-subtitle {
    margin-bottom: 16px;
  }

  .sc-page-recept__button-mobile {
    display: block;
    margin-top: 24px;
  }

  .sc-page-catalog {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .sc-page-catalog__fixed-nav {
    top: 0;
    position: static;
    width: 100%;
    opacity: 1;
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .sc-page-catalog__fixed-nav.fixed {
    position: fixed;
    top: 60px;
  }

  .sc-page-catalog__fixed-nav.fixed.scroll-bottom {
    pointer-events: none;
    opacity: 0;
  }

  .sc-page-catalog__fixed-nav.fixed.scroll-top {
    opacity: 1;
    top: 60px !important;
  }

  .sc-page-recipes__items .card__title {
    font-size: 18px;
  }

  .sc-page-product__desc p {
    font-size: 14px;
  }

  .sc-page-product__list ul li {
    font-size: 16px;
  }

  .sc-page-product__wrap-desc p {
    font-size: 14px;
  }

  .sc-products .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 32px;
  }

  .sc-products .swiper-slide {
    display: none;
    padding-left: 0px;
  }

  .sc-products__button-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
  }

  .sc-search-result__recept,
.sc-search-result__trends,
.sc-search-result__assortment {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }

  .sc-search-result .card__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sc-search-result .card__time {
    margin-left: auto;
  }

  .sc-about-main__background {
    width: 189.18vw;
    left: -44vw;
    height: 536px;
  }

  .sc-about-slider .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .sc-about-slider__content {
    width: 100%;
  }

  .sc-about-slider__navigation {
    max-width: unset;
    left: 15px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: unset;
    bottom: 45vh;
  }

  .sc-about-banner {
    height: 850px;
  }

  .sc-about-banner__background-md img {
    width: 300px;
  }

  .sc-about-banner__content .btn {
    width: 100%;
  }

  .sc-about-banner__title {
    max-width: 300px;
  }

  .sc-about-achievements__content-top {
    padding: 0 15px;
  }

  .sc-about-achievements__content-top .sc-about-achievements__title {
    max-width: 400px;
  }

  .sc-about-achievements__content-top .sc-about-achievements__title .break-lg {
    display: none;
  }

  .sc-about-achievements__content-top .btn {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .sc-about-banner {
    height: 873px;
  }

  .sc-about-banner__background-md img {
    width: 290px;
  }

  .sc-about-banner__content p br {
    display: none;
  }
}
@media (max-width: 400px) {
  .sc-about-slider__title {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .card__wrap-img {
    height: 80vw;
  }

  .block-recept__card .card__wrap-img {
    height: 80vw;
  }

  .block-figure {
    min-height: 264px;
  }

  .sc-page-recipes__items .card__wrap-img {
    height: 80vw;
  }
}
@media (max-width: 365px) {
  .sc-about__title .break-md {
    display: none;
  }
}
@media (max-width: 360px) {
  .banner-top__content {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .banner-top__content .btn-arrow {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }

  .banner-top__content .btn-arrow .icon {
    width: 12px;
    height: 12px;
  }

  .banner-top__title {
    font-size: 12px;
  }

  .block-figure__wrap-value {
    -ms-grid-columns: 100px 100px;
    grid-template-columns: 100px 100px;
  }

  .block-figure__value:nth-child(2)::before {
    display: none;
  }

  .block-figure__value:nth-child(5)::after {
    display: none;
  }

  .block-figure__value:nth-child(5)::before {
    right: -2px;
  }

  .block-figure__value:nth-child(4)::after {
    display: block;
  }

  .sc-page-recipes__clear-filters {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .block-figure--stars-quote .block-figure__desc span {
    display: none;
  }

  .block-preparation__button-mobile a {
    font-size: 16px;
    padding: 0 12px;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    width: 100%;
  }

  .block-preparation--product .block-preparation__button-mobile a {
    font-size: 16px;
    padding: 0 12px;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    width: 100%;
  }

  .sc-wherebuy__card {
    min-height: 140px;
  }

  .sc-about-slider__item {
    row-gap: 80px;
  }

  .sc-about-slider__navigation {
    bottom: 44vh;
  }

  .sc-about-banner__background-md img {
    width: 270px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  #fancybox-f-product-gallery .fancybox__content {
    height: 70vw !important;
  }
}
.sc-main__right video::-webkit-media-controls,
.sc-about-main__background video::-webkit-media-controls {
  display: none;
}

.sc-main__right video .sc-about-main__background video {
  pointer-events: none;
  opacity: 0;
}
.header .mactive
{
border-bottom: 1px #cad400 solid;
padding-bottom:3px;	}