@charset "UTF-8";
:root {
  --primary-color: #FF462F;
  --secondary-color: #DFCC9D;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

h1:where([class]),
h2:where([class]),
h3:where([class]),
h4:where([class]),
h5:where([class]),
h6:where([class]),
p:where([class]),
ul:where([class]),
ol:where([class]),
dl:where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scrollbar-gutter: stable;
}

html,
:has(:target) {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

a:where([class]) {
  display: inline-flex;
  text-decoration: none;
}

button,
label {
  cursor: pointer;
}

:where([fill]:not([fill=none],
[fill^=url])) {
  fill: currentColor;
}

:where([stroke]:not([stroke=none],
[stroke^=url])) {
  stroke: currentColor;
}

svg * {
  transition-property: fill, stroke;
}

:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Regular.woff2") format("woff2"), url("../fonts/Involve-Regular.woff") format("woff"), url("../fonts/Involve-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Medium.woff2") format("woff2"), url("../fonts/Involve-Medium.woff") format("woff"), url("../fonts/Involve-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-SemiBold.woff2") format("woff2"), url("../fonts/Involve-SemiBold.woff") format("woff"), url("../fonts/Involve-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff"), url("../fonts/Unbounded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff"), url("../fonts/Onest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff"), url("../fonts/Onest-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 0.6944vw;
}

body {
  font-family: "Involve", sans-serif;
  font-size: 16px;
  background: #080000;
}

.image-wrapper > img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;
}

.wrapper {
  max-width: 144rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.overflow-section {
  overflow: hidden;
  position: relative;
  background: #080000;
  z-index: 5;
}
.overflow-section--top {
  z-index: 5;
}

.container {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.custom-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 1.8rem 3.2rem;
  background: var(--primary-color);
  color: #fff;
  border-radius: 9rem;
  font: 500 1.6rem/1.2 "Onest", sans-serif;
  letter-spacing: -0.02em;
}
.custom-btn:hover {
  background: #E82C15;
}
.custom-btn:active {
  background: #B32311;
}

.custom-btn--grey {
  background: rgba(255, 255, 255, 0.3);
}
.custom-btn--grey:hover {
  background: rgba(91, 91, 91, 0.545);
}
.custom-btn--grey:active {
  background: rgba(57, 57, 57, 0.657);
}

.section-title {
  text-align: center;
  color: var(--secondary-color);
  text-transform: uppercase;
  font: 700 5.6rem/0.98 "Unbounded", sans-serif;
  letter-spacing: -0.02em;
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  width: 18.2rem;
}

.arrow-prev {
  width: 7.5rem;
  height: 7.4rem;
  background: rgba(255, 255, 255, 0.1) url(../img/ico_prev.svg) no-repeat 48% 50%/1.4rem 1.7rem;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.arrow-prev:hover {
  background-color: rgba(26, 26, 26, 0.35);
}

.arrow-next {
  width: 7.5rem;
  height: 7.4rem;
  background: rgba(255, 255, 255, 0.1) url(../img/ico_next.svg) no-repeat 52% 50%/1.4rem 1.7rem;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.arrow-next:hover {
  background-color: rgba(26, 26, 26, 0.35);
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  width: 100%;
  margin: 2.3rem 0 0 !important;
  padding: 1rem !important;
  font-size: 1.3rem !important;
  color: #fff;
}

.wpcf7-not-valid-tip {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 1.3rem !important;
}

.header-languages {
  height: 5.6rem;
  width: 10rem;
  text-transform: uppercase;
  height: 6.5rem;
  padding: 1rem 2.5rem;
  background: rgba(255, 255, 255, 0.1) url(../img/ico_languages.svg) no-repeat 85% 50%/1.6rem 1.6rem;
  border-radius: 3rem;
  position: relative;
  cursor: pointer;
}

.header-languages__dropdown {
  position: absolute;
  border-radius: 2rem;
  padding: 1rem;
  left: 0;
  top: calc(100% + 0.5rem);
  background: #000;
  display: none;
  width: 100%;
}

.header-languages__dropdown a {
  padding: 1.2rem 1.6rem;
  transition: 0.3s;
  width: 100%;
}

.header-languages__dropdown a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-languages.active .header-languages__dropdown {
  display: block;
}

.header-language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  height: 100%;
  border-radius: 1rem;
}
.header-language:hover {
  color: var(--primary-color);
}

.fade-in {
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-left {
  opacity: 0;
  transform: translateX(-5rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-right {
  opacity: 0;
  transform: translateX(5rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible,
.fade-left.visible,
.fade-right.visible {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

.fade-delay-1 {
  transition-delay: 0.2s;
}

.fade-delay-2 {
  transition-delay: 0.4s;
}

.fade-delay-3 {
  transition-delay: 0.6s;
}

.fade-delay-4 {
  transition-delay: 0.8s;
}

.fade-delay-5 {
  transition-delay: 1s;
}

.fade-delay-6 {
  transition-delay: 1.2s;
}

.gm-style-iw-ch {
  padding-top: 10px !important;
}

.gm-style-iw-chr {
  position: relative;
}
.gm-style-iw-chr button {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 20px !important;
  height: 20px !important;
}
.gm-style-iw-chr button span {
  width: 14px !important;
  height: 14px !important;
  margin: 2px !important;
}

.gmnoprint,
.gm-style-cc {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

.slick-dots li.slick-active button {
  background: #000;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.header {
  position: absolute;
  width: 100%;
  top: 5.5rem;
  left: 0;
  right: 0;
  z-index: 10;
}
.header .container {
  display: flex;
  align-items: center;
  min-height: 6.5rem;
}
.header-logo {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-right: auto;
}
.header-logo__img {
  width: 3.2rem;
}
.header-logo__text {
  margin-top: 0.4rem;
  height: 1.6rem;
}
.header-menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 6.5rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 3.9rem;
  gap: 4.5rem;
  border-radius: 4rem;
}
.header-menu li {
  padding-bottom: 0.3rem;
}
.header-menu a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.02em;
  font: 500 1.4rem/1.2 "Involve", sans-serif;
  transition: 0.3s;
  letter-spacing: -0.01em;
}
.header-menu a:hover {
  color: var(--primary-color);
}
.header-menu__langs {
  display: none;
}
.header-socials {
  height: 6.5rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 3.1rem;
  gap: 1.5rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  margin-right: 1.6rem;
  margin-left: 3.8rem;
}
.header-social {
  width: 2.4rem;
  height: auto;
  color: #fff;
  transition: 0.3s;
}
.header-social:hover {
  color: var(--primary-color);
}
.header-social svg {
  width: 100%;
  height: 100%;
}
.header-langs {
  height: 6.5rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 3.1rem;
  gap: 1.5rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
}
.header-lang {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.02em;
  font: 500 1.4rem/1.2 "Involve", sans-serif;
  transition: 0.3s;
}
.header-lang:hover, .header-lang.active {
  color: var(--primary-color);
}

.hero {
  position: relative;
}
.hero .container {
  min-height: 81.1rem;
  padding-top: 16.4rem;
  padding-bottom: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.hero-video {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.hero-video > video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.hero-uptitle {
  color: var(--primary-color);
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
}
.hero-title {
  margin-top: 2.4rem;
  color: var(--secondary-color);
  font: 700 7.3rem/0.98 "Unbounded", sans-serif;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hero-btn {
  margin-top: 4.2rem;
}
.hero-image {
  width: 24.8rem;
}

.advantages {
  background: rgba(255, 255, 255, 0.04);
  min-height: 9.6rem;
  align-items: center;
  padding: 2.5rem 0;
  display: flex;
  overflow: hidden;
}

.advantages-track {
  display: flex;
  justify-content: flex-start;
  gap: 5.5rem;
  white-space: nowrap;
  will-change: transform;
  animation: 40s linear infinite marquee;
}

.advantage {
  color: #fff;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
  padding: 0.5rem;
  text-align: center;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.kura {
  background: url(../img/bg_kura.jpg) no-repeat 50% 50%/cover;
  position: sticky;
  top: 0;
}
.kura .container {
  display: flex;
  flex-direction: column;
  min-height: 83.8rem;
  align-items: center;
  padding-top: 5.5rem;
  padding-bottom: 8.64rem;
}
.kura-uptitle {
  display: flex;
  text-align: center;
  font: 600 1.4rem/1.6rem "Involve", sans-serif;
  letter-spacing: -0.04rem;
  padding: 0.7rem 1.8rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.kura-title {
  margin-top: 2.8rem;
}
.kura-subtitle {
  text-align: center;
  color: var(--primary-color);
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 1.4rem;
}
.kura-description {
  text-align: center;
  color: #fff;
  font: 500 1.8rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
  max-width: 58.6rem;
  margin-top: auto;
}
.kura-features {
  display: flex;
  gap: 2.4rem;
  margin-top: 2.7rem;
}
.kura-feature {
  padding: 0.7rem 2.4rem 0.7rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8.8rem;
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.kura-feature__img {
  width: 4rem;
}
.kura-feature__text {
  color: #fff;
  font: 500 1.6rem/1.2 "Onest", sans-serif;
  letter-spacing: -0.02em;
}

.sertificates {
  background: rgba(21, 13, 10, 0.1);
  background: linear-gradient(180deg, rgb(21, 13, 10) 0%, rgba(21, 13, 10, 0.8) 24%, rgba(21, 13, 10, 0) 100%), #080000;
  border-radius: 11.4rem;
  padding-top: 9rem;
  position: relative;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.sertificates-subtitle {
  color: var(--primary-color);
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  text-align: center;
  margin-top: 1.6rem;
  display: block;
  letter-spacing: -0.02em;
}
.sertificates-text {
  color: #fff;
  font: 500 1.8rem/1.3 "Involve", sans-serif;
  text-align: center;
  margin-top: 1.6rem;
  letter-spacing: -0.02em;
}
.sertificates-image {
  margin: 8.2rem auto 0;
  width: 86.5rem;
  height: 45.8rem;
  overflow: hidden;
}
.sertificates:after {
  width: 277.2rem;
  height: 103.9rem;
  filter: blur(14.3rem);
  background: rgba(10, 7, 5, 0.88);
  position: absolute;
  content: "";
  display: block;
  bottom: -77.5rem;
  border-radius: 50%;
  left: -76.2rem;
}

.craft {
  border-radius: 7rem;
  padding-top: 9.3rem;
  background: url(../img/bg_craft.jpg) no-repeat 50% 50%/cover;
  min-height: 75.5rem;
  position: relative;
  z-index: 2;
  position: sticky;
  top: 0;
}
.craft .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.craft-subtitle {
  text-align: center;
  color: var(--primary-color);
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  display: block;
  letter-spacing: -0.02em;
  margin-top: 1.4rem;
}
.craft-text {
  text-align: center;
  color: #fff;
  margin: 5.7rem auto 0;
  max-width: 60rem;
  font: 500 1.8rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
}
.craft-features {
  display: flex;
  gap: 2.4rem;
  margin: 2.7rem auto 0;
}
.craft-feature {
  padding: 0.7rem 2.4rem 0.7rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8.8rem;
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.craft-feature__img {
  width: 4rem;
}
.craft-feature__text {
  color: #fff;
  font: 500 1.6rem/1.2 "Onest", sans-serif;
  letter-spacing: -0.02em;
}

.menu {
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.menu-decor-1 {
  position: absolute;
  left: 0;
  top: -8.8rem;
  width: 94.9rem;
  height: 96.7rem;
  background: url(../img/decor-1.png) no-repeat 0 0/cover;
}
.menu .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.menu-uptitle {
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  padding: 0.7rem 1.8rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  font: 600 1.4rem/1.6rem "Involve", sans-serif;
}
.menu-title {
  margin-top: 3rem;
}
.menu-subtitle {
  color: var(--primary-color);
  text-align: center;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 2.8rem;
}
.menu-content {
  width: 100%;
  margin-top: 4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 12.8rem;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.menu-label {
  color: #fff;
  font: 600 1.8rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
  min-width: 41.8rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.7rem;
  border-radius: 10rem;
  padding: 0.5rem 2rem;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 1;
}
.menu-sprinkles {
  margin-top: 6rem;
  width: calc(100% - 6.4rem);
  margin-left: 4rem;
  margin-bottom: 0;
}
.menu-sprinkle {
  width: 31.8rem;
  height: 33.45rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8.2rem;
  transition: 0.3s;
  margin-right: 1.6rem;
  padding: 2.55rem 3rem 1rem;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.menu-sprinkle__image {
  width: 24rem;
  height: 24rem;
}
.menu-sprinkle__text {
  color: #fff;
  text-align: center;
  margin-top: 2.4rem;
  font: 500 1.618rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
}
.menu-sprinkle__info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem;
  font: 500 1.8rem/1.5 "Involve", sans-serif;
  text-align: center;
  color: transparent;
  letter-spacing: -0.02em;
  transition: 0.3s;
  border-radius: 8.2rem;
  border: 0.166rem solid rgba(255, 255, 255, 0.03);
}
.menu-sprinkle__info:hover {
  color: #fff;
  background: rgba(53, 16, 11, 0.94);
  border-color: var(--primary-color);
  box-shadow: inset 0 0.3333rem 3.5rem rgba(255, 70, 47, 0.3);
}
.menu-sprinkles-nav {
  margin: 4rem auto 10rem;
}
.menu-image {
  width: 100%;
}
.menu-features {
  display: flex;
  gap: 2.4rem;
  width: 100%;
  justify-content: space-around;
  margin: -60.4rem auto 17.2rem;
  padding: 0 6rem;
}
.menu-feature {
  padding: 0.7rem 2.4rem 0.7rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8.8rem;
  min-width: 19.3rem;
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.menu-feature__img {
  width: 4rem;
}
.menu-feature__text {
  color: #fff;
  font: 500 1.6rem/1.2 "Onest", sans-serif;
  letter-spacing: -0.02em;
}
.menu-sauces {
  margin-top: 4.7rem;
  width: 133.5rem;
  margin-left: 4rem;
  margin-bottom: 0;
}
.menu-sauce {
  width: 31.8rem;
  height: 33.45rem;
  border: 0.166rem solid rgba(255, 255, 255, 0.03);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8.2rem;
  transition: 0.3s;
  margin-right: 1.6rem;
  padding: 2.55rem 3rem 1rem;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.menu-sauce:hover {
  border-color: var(--primary-color);
  background: rgba(255, 70, 47, 0.21);
  box-shadow: inset 0 0.3333rem 3.5rem rgba(255, 70, 47, 0.3);
}
.menu-sauce__image {
  width: 24rem;
  height: 24rem;
}
.menu-sauce__text {
  color: #fff;
  text-align: center;
  margin-top: 2.4rem;
  font: 500 1.618rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
}
.menu-sauces-nav {
  margin: 4.6rem auto 0;
}
.menu-btn {
  display: inline-flex;
  width: 39.6rem;
  margin: 6.7rem auto 0;
  height: 8rem;
  font-size: 1.8rem;
}

.salads {
  padding-top: 10rem;
  position: relative;
}
.salads:before {
  content: "";
  display: block;
  width: 94.9rem;
  height: 136.4rem;
  position: absolute;
  background: url(../img/decor-2.png) no-repeat 0 0/cover;
  left: 0;
  top: -53rem;
}
.salads:after {
  content: "";
  display: block;
  width: 94.1rem;
  height: 136.4rem;
  position: absolute;
  background: url(../img/decor-3.png) no-repeat 0 0/cover;
  right: 0;
  top: 23rem;
}
.salads .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.salads-subtitle {
  color: var(--primary-color);
  text-align: center;
  display: block;
  margin-top: 2.8rem;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
}
.salads-slider {
  width: 186.6rem;
  margin-top: 4.55rem;
  margin-left: -3rem;
}
.salads-slide {
  margin: 0 0.9rem;
  width: calc(33.3333% - 1.8rem);
  height: 29rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 7.8rem;
  display: flex !important;
  gap: 2.95rem;
  padding: 4.5rem 5rem 4.6rem 2.7rem;
}
.salads-slide__image {
  width: 20rem;
  height: 20rem;
  flex: 0 0 auto;
}
.salads-slide__info {
  width: 100%;
  margin-top: auto;
}
.salads-slide__name {
  letter-spacing: -0.02em;
  font: 600 2.4rem/0.92 "Involve", sans-serif;
  color: #fff;
  min-height: 4rem;
  display: block;
}
.salads-slide__text {
  color: #fff;
  font: 400 1.6rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 1.3rem;
  min-height: 3.9em;
}
.salads-slide__descr {
  color: #fff;
  font: 600 1.23rem/1.3 "Involve", sans-serif;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 1.1rem 2rem 1.3rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4rem;
  margin-top: 1.6rem;
}
.salads-nav {
  margin-top: 4.6rem;
}

.promo {
  padding-top: 10rem;
  position: relative;
  z-index: 1;
}
.promo-content {
  height: 62rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 11rem;
}
.promo-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_video-overlay.png) no-repeat 100% 50%/cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.promo-text {
  margin-right: 3.8rem;
  width: 30rem;
  font: 600 2rem/1.24 "Involve", sans-serif;
  letter-spacing: -0.02em;
  color: #fff;
}

.ingredients {
  position: relative;
  padding-top: 10rem;
}
.ingredients:before {
  content: "";
  display: block;
  width: 144rem;
  left: 0;
  top: -55rem;
  height: 179.5rem;
  background: url(../img/decor-4.png) no-repeat 0 0/cover;
  position: absolute;
}
.ingredients-content {
  position: relative;
  height: 37.7rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ingredients-title {
  color: var(--secondary-color);
  font: 700 5.6rem/0.98 "Unbounded", sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.ingredients-item {
  font: 400 1.8rem/1.48 "Onest", sans-serif;
  padding: 1.6rem 2.6rem 1.4rem;
  border-radius: 9rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ingredients-item--1 {
  color: var(--primary-color);
  background: rgba(255, 70, 47, 0.22);
  top: 4.2rem;
  left: 10.6rem;
}
.ingredients-item--2 {
  color: #52FF2F;
  background: rgba(82, 255, 47, 0.22);
  top: 0;
  left: 74.5rem;
}
.ingredients-item--3 {
  color: var(--primary-color);
  background: rgba(255, 70, 47, 0.22);
  top: 9.1rem;
  right: 0;
}
.ingredients-item--4 {
  color: #fff;
  background: #4B4B4B;
  top: 23.4rem;
  left: 0;
  z-index: 2;
}
.ingredients-item--5 {
  color: #fff;
  background: var(--primary-color);
  bottom: 0;
  left: 36.3rem;
}
.ingredients-item--6 {
  color: var(--primary-color);
  background: rgba(255, 70, 47, 0.22);
  top: 29.1rem;
  left: 79.7rem;
}

.delivery {
  padding-top: 10rem;
  position: relative;
}
.delivery .container {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.delivery-label {
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  padding: 0.7rem 1.8rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  font: 600 1.4rem/1.6rem "Involve", sans-serif;
  letter-spacing: -0.04rem;
}
.delivery-title {
  margin-top: 4.7rem;
}
.delivery-subtitle {
  color: var(--primary-color);
  text-align: center;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  margin-top: 2.8rem;
  letter-spacing: -0.02em;
}
.delivery-content {
  margin-top: 4.5rem;
  width: 100%;
  border-radius: 11rem;
  overflow: hidden;
  position: relative;
}
.delivery-map {
  border-radius: 12.9rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 66rem;
  height: 49.4rem;
}
.delivery-map > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.delivery-btn {
  position: absolute;
  top: 3rem;
  right: 65.7rem;
  width: 17.8rem;
  height: 17.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.2rem;
  font: 600 1.6rem/1.2 "Onest", sans-serif;
  letter-spacing: -0.02em;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  transition: 0.3s;
  z-index: 3;
}
.delivery-btn:hover {
  background: #E82C15;
}
.delivery-btn:active {
  background: #B32311;
}
.delivery-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.delivery-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.drive {
  padding-top: 10rem;
  position: relative;
  z-index: 3;
}
.drive .container {
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 105.8rem;
  background: url(../img/bg_drive.png) no-repeat 50% 0%/128rem 94.7rem;
}
.drive-label {
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  padding: 0.7rem 1.8rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  font: 600 1.4rem/1.6rem "Involve", sans-serif;
  letter-spacing: -0.04rem;
}
.drive-title {
  margin-top: 4.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.drive-words--1 {
  width: 100%;
}
.drive-words--2 {
  width: calc(50% - 5.2rem);
  margin-top: 1.7rem;
  text-align: right;
}
.drive-words--3 {
  width: 11.4rem;
}
.drive-words--4 {
  width: calc(50% - 6.4rem);
  margin-top: 1.7rem;
  text-align: left;
}
.drive-subtitle {
  display: block;
  text-align: center;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
  color: var(--primary-color);
  margin-top: 30.6rem;
}
.drive-text {
  color: #fff;
  text-align: center;
  font: 600 2rem/1.24 "Involve", sans-serif;
  margin-top: 0.7rem;
}
.drive-btn {
  margin-top: 3.4rem;
  height: 8rem;
  width: 39.5rem;
  font-size: 1.8rem;
}
.drive-list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.7rem;
  width: 100%;
}
.drive-item {
  width: 100%;
  height: 30.95rem;
  border: 0.166rem solid rgba(255, 255, 255, 0.03);
  background: rgba(127, 127, 127, 0.1);
  border-radius: 7.33rem;
  transition: 0.3s;
  padding: 8.1rem 3rem 3rem;
  display: block !important;
}
.drive-item:hover {
  border-color: var(--primary-color);
  background: rgba(255, 70, 47, 0.21);
  box-shadow: inset 0 0.3333rem 3.5rem rgba(255, 70, 47, 0.3);
}
.drive-item__image {
  width: auto;
  height: 11.4rem;
}
.drive-item__image > img {
  width: auto;
  margin: 0 auto;
  height: 100%;
}
.drive-item__text {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 3.2rem;
  font: 500 1.5rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
}

.popcorn {
  padding-top: 10rem;
  position: relative;
  min-height: 100rem;
  z-index: 2;
  background: url(../img/bg_popcorn.png) no-repeat 50% 0.2rem/144rem 100rem;
}
.popcorn .container {
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100%;
}
.popcorn-label {
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  padding: 0.7rem 1.8rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
  font: 600 1.4rem/1.6rem "Involve", sans-serif;
  letter-spacing: -0.04rem;
}
.popcorn-title {
  text-align: center;
  margin-top: 64.85rem;
  color: var(--secondary-color);
  font: 700 11.6rem/0.95 "Unbounded", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: center;
}
.popcorn-word {
  color: transparent;
  width: 10.3rem;
  height: 11rem;
  position: relative;
}
.popcorn-word:before {
  content: "";
  display: block;
  position: absolute;
  width: 18.9rem;
  height: 18.9rem;
  background: url(../img/pic_popcorn-badge.png) no-repeat 50% 50%/cover;
  top: -3.8rem;
  left: -4.5rem;
}
.popcorn-subtitle {
  text-align: center;
  color: var(--primary-color);
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 3.9rem;
  display: block;
}
.popcorn-text {
  color: #fff;
  text-align: center;
  font: 500 1.8rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 1.4rem;
  width: 72rem;
}

.combo {
  padding-top: 4.6rem;
  position: relative;
  z-index: 2;
}
.combo-decor {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 144rem;
  height: 132.8rem;
  filter: blur(37.8rem);
}
.combo .container {
  display: flex;
}
.combo-content {
  width: 62rem;
  margin-right: auto;
  padding-top: 13.5rem;
  padding-bottom: 15rem;
  position: relative;
}
.combo-title {
  text-align: left;
}
.combo-subtitle {
  color: var(--primary-color);
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 2.8rem;
  display: block;
}
.combo-text {
  color: #fff;
  font: 500 1.8rem/1.28 "Involve", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 6.4rem;
}
.combo-btns {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.7rem;
}
.combo-image {
  width: 51.2rem;
  position: absolute;
  left: 100%;
  margin-left: 10.7rem;
  top: 0;
}
.combo-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/pic_combo.png) no-repeat 50% 50%/cover;
  left: 0;
  top: 0;
  pointer-events: none;
  filter: blur(18.8rem);
  opacity: 0.6;
}
.combo-image img {
  position: relative;
}
.combo-feature {
  padding: 0.7rem 2.4rem 0.7rem 1rem;
  border-radius: 8.8rem;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  position: absolute;
  backdrop-filter: blur(8.5rem);
  -webkit-backdrop-filter: blur(8.5rem);
}
.combo-feature__img {
  width: 4rem;
}
.combo-feature__text {
  color: #fff;
  font: 500 1.6rem/1.2 "Onest", sans-serif;
  letter-spacing: -0.02em;
}
.combo-feature--1 {
  background: rgba(255, 255, 255, 0.1);
  top: 12.4rem;
  left: -3rem;
}
.combo-feature--2 {
  background: rgba(0, 0, 0, 0.1);
  top: 17.8rem;
  right: 0.6rem;
}
.combo-feature--3 {
  background: rgba(0, 0, 0, 0.1);
  top: 41.8rem;
  right: 0.7rem;
}
.combo-feature--4 {
  background: rgba(255, 255, 255, 0.1);
  top: 55.8rem;
  left: 10.9rem;
}

.news {
  padding-top: 10rem;
  position: relative;
  z-index: 2;
  padding-bottom: 19.8rem;
  margin-bottom: 14.2rem;
}
.news:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14.2rem;
  background: url(../img/decor_footer.svg) no-repeat 50% 100%/contain;
}
.news-title {
  text-align: left;
}
.news-slider {
  margin-top: 4.5rem;
  margin-left: -0.8rem;
  width: calc(100% + 1.6rem);
}
.news-slide {
  min-height: 35.6rem;
  background: rgba(255, 255, 255, 0.03);
  margin: 0 0.8rem;
  border-radius: 7.6rem;
  padding: 3rem 3.1rem;
}
.news-slide__image {
  width: 100%;
  height: 13.2rem;
  overflow: hidden;
  background: #fff;
  border-radius: 4rem;
}
.news-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-slide__title {
  color: #fff;
  margin-top: 2.8rem;
  letter-spacing: -0.02em;
  font: 600 1.6rem/1.3 "Involve", sans-serif;
  display: block;
}
.news-slide__text {
  opacity: 0.26;
  color: #fff;
  margin-top: 0.3rem;
  letter-spacing: -0.02em;
  font: 600 1.48rem/1.3 "Involve", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-slide__descr {
  margin-top: 2.2rem;
  display: flex;
  gap: 2rem;
}
.news-slide__date {
  font: 600 1.4rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
  color: #fff;
  margin-right: auto;
}
.news-slide__link {
  font: 600 1.4rem/1.3 "Involve", sans-serif;
  letter-spacing: -0.02em;
  color: var(--primary-color);
  margin-right: 0.6rem;
}
.news-nav {
  margin: 4.6rem auto 0;
}

.page {
  padding-top: 23.6rem;
  padding-bottom: 23.7rem;
  margin-bottom: -11.7rem;
  position: relative;
  background: url(../img/bg_page.jpg) no-repeat 50% 0/144rem auto;
}
.page-title {
  margin: 0 -2rem;
}
.page-date {
  margin-top: 2.2rem;
  text-align: center;
  color: var(--primary-color);
  display: block;
  letter-spacing: -0.02em;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
}
.page-thumbnail {
  border-radius: 11rem;
  overflow: hidden;
  width: 100%;
  margin-top: 5.8rem;
  height: 33.8rem;
}
.page-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content {
  width: 67.5rem;
  margin: 8.3rem auto 0;
  color: #fff;
  font: 500 1.8rem/1.5 "Involve", sans-serif;
  letter-spacing: -0.02em;
  text-align: justify;
}
.page-content a {
  text-decoration: underline;
  color: var(--primary-color);
}
.page-content p {
  margin: 1.5em 0;
}
.page-content ul {
  margin: 2rem 0;
  padding-left: 3rem;
  list-style: disc outside none;
}
.page-content ol {
  margin: 2rem 0;
  padding-left: 3rem;
  list-style: decimal outside none;
}

.footer {
  position: relative;
  background: #120A0A;
  padding-top: 5.9rem;
  padding-bottom: 5.5rem;
  border-top-left-radius: 11.7rem;
  border-top-right-radius: 11.7rem;
}
.footer-top {
  display: flex;
  align-items: center;
}
.footer-logo {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-right: auto;
  margin-left: -0.5rem;
}
.footer-logo__img {
  width: 3.2rem;
}
.footer-logo__text {
  margin-top: 0.4rem;
  height: 1.6rem;
}
.footer-menu {
  display: flex;
  margin-right: auto;
  width: 58.6rem;
  padding-left: 2rem;
  padding-bottom: 0.2rem;
  justify-content: space-between;
}
.footer-menu a {
  color: var(--secondary-color);
  font: 600 1.8rem/1.4 "Involve", sans-serif;
  letter-spacing: -0.02em;
  transition: 0.3s;
}
.footer-menu a:hover {
  color: var(--primary-color);
}
.footer-langs {
  display: flex;
  gap: 0.6rem;
}
.footer-lang {
  border-radius: 9rem;
  background: rgba(226, 63, 42, 0.08);
  color: #fff;
  transition: 0.3s;
  width: 7.4rem;
  height: 5.7rem;
  display: flex;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.footer-lang:hover {
  background: var(--primary-color);
}
.footer-form {
  width: 62.6rem;
  background: var(--primary-color);
  padding: 3.4rem 3.7rem;
  border-radius: 4rem;
  margin: 1.2rem auto 0;
  position: relative;
  left: 3rem;
}
.footer-form__title {
  text-align: center;
  color: var(--secondary-color);
  margin: 0 auto;
  width: 44.9rem;
  font: 600 2.2rem/1 "Involve", sans-serif;
  letter-spacing: -0.02em;
}
.footer-form__text {
  font: 500 1.4rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
  text-align: center;
  margin: 1.2rem auto 0;
}
.footer-form__form {
  width: 100%;
  margin-top: 3.15rem;
}
.footer-form__form > p {
  display: flex;
  gap: 1.4rem;
  width: 100%;
  flex-wrap: wrap;
}
.footer-form__form > p > span {
  width: calc(100% - 19.9rem);
}
.footer-form__form br {
  display: none;
}
.footer-form__form input[type=email] {
  background: rgba(0, 0, 0, 0.18);
  border: 0;
  height: 6.4rem;
  width: 100%;
  border-radius: 1.5rem;
  color: #fff;
  padding: 1rem 2rem;
  letter-spacing: -0.02em;
}
.footer-form__form input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font: 600 1.4rem/1 "Involve", sans-serif;
}
.footer-form__form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font: 600 1.4rem/1 "Involve", sans-serif;
}
.footer-form__form input[type=email]:focus {
  border: 0;
  outline: none;
}
.footer-form__form input[type=submit] {
  background: #120A0A;
  border: 0;
  width: 18.5rem;
  height: 6.4rem;
  flex: 0 0 auto;
  text-align: center;
  color: #fff;
  font: 600 1.4rem/1 "Involve", sans-serif;
  letter-spacing: -0.02em;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: 0.3s;
}
.footer-form__form input[type=submit]:hover {
  color: #000;
  background: #fff;
}
.footer-bottom {
  display: flex;
  margin-top: 4.35rem;
  width: 100%;
  position: relative;
}
.footer-bottom:after {
  content: "";
  display: block;
  width: 8rem;
}
.footer-contacts {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 2.1rem;
}
.footer-contact {
  color: #fff;
  transition: 0.3s;
  height: 5.7rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 1rem 2.1rem;
  border-radius: 4rem;
  background: #000;
  transition: 0.3s;
  background: rgba(226, 63, 42, 0.08);
  min-width: 17.2rem;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.06em;
}
.footer-contact:hover {
  background: var(--primary-color);
}
.footer-socials {
  display: flex;
  gap: 1.5rem;
}
.footer-social {
  background: rgba(226, 63, 42, 0.08);
  border-radius: 50%;
  height: 5.7rem;
  width: 5.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
}
.footer-social svg {
  width: 2.4rem;
  height: 2.4rem;
}
.footer-social:hover {
  background: var(--primary-color);
}
.footer-scroll-up {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 11.2rem;
  height: 11.2rem;
  border-radius: 50%;
  padding: 2.9rem 2rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.footer-scroll-up img {
  width: 3.15rem;
}
.footer-scroll-up span {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font: 600 1.2rem/1.4 "Involve", sans-serif;
  letter-spacing: -0.02em;
}
.footer-scroll-up:hover {
  background: var(--primary-color);
}
.footer-info {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 4.3rem;
}
.footer-copy {
  color: rgba(223, 204, 157, 0.28);
  letter-spacing: -0.02em;
  font: 600 1.6rem/1.4 "Involve", sans-serif;
  margin-right: auto;
}
.footer-page {
  color: rgba(223, 204, 157, 0.28);
  letter-spacing: -0.02em;
  font: 600 1.6rem/1.4 "Involve", sans-serif;
  transition: 0.3s;
  margin-left: 2rem;
}
.footer-page:hover {
  color: var(--primary-color);
}

.image-404 {
  margin: 2.1rem auto 0;
  width: 73.6rem;
}

.descr-404 {
  color: var(--primary-color);
  text-align: center;
  margin-top: 1.5rem;
  font: 600 1.8rem/1.2 "Involve", sans-serif;
  letter-spacing: -0.02em;
}

.text-404 {
  color: #fff;
  text-align: center;
  margin: 1.2rem auto 0;
  width: 35rem;
  font: 600 1.6rem/1.2 "Involve", sans-serif;
}

.btn-404 {
  width: 23.2rem;
  margin: 2rem auto 2rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

@media (min-width: 1920px) {
  html {
    font-size: 13.333px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 2.6667vw;
  }
  .wrapper {
    width: 100%;
    margin: 0;
  }
  .container {
    width: 100%;
    padding: 0 1.8rem;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .header {
    position: absolute;
    background: #080000;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header-langs {
    position: absolute;
    top: 100%;
  }
  .header-logo__img {
    width: 5.165rem;
    height: 6.5rem;
  }
  .header-logo__text {
    display: none;
  }
  .header-socials {
    margin-right: 0.6rem;
    margin-left: 0;
  }
  .menu-toggle {
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
  }
  .menu-toggle.active {
    background: var(--primary-color);
  }
  .menu-toggle span {
    transition: 0.3s;
    display: block;
    width: 2.5rem;
    height: 0.2rem;
    background: #fff;
    margin: 0.25rem 0;
    position: relative;
  }
  .menu-toggle.active span:first-child {
    margin: 0;
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .menu-toggle.active span:nth-child(2) {
    margin: 0;
    position: relative;
    top: -0.1rem;
    transform: rotate(-45deg);
  }
  .header-menu {
    position: absolute;
    background: #080000;
    width: 100%;
    z-index: -1;
    left: 0;
    flex-direction: column;
    padding: 5.6rem 1.8rem;
    align-items: flex-end;
    gap: 3.55rem;
    border-radius: 0;
    height: calc(100vh - 11.1rem);
    transition: 0.5s;
    bottom: 100%;
  }
  .header-menu.active {
    bottom: calc(-100vh + 11.1rem);
  }
  .overflow-section {
    overflow: visible;
  }
  .overflow-section--top {
    overflow: hidden;
  }
  .hero {
    background: #080000 url(../img/bg_hero-m.png) no-repeat 50% 50%/cover;
  }
  .hero-video {
    display: none;
  }
  .header .container {
    position: relative;
    background: #080000;
    padding-top: 4.6rem;
  }
  .header-menu a {
    font-size: 3.845rem;
    text-align: right;
  }
  .header-langs {
    display: none;
  }
  .header-menu__langs {
    display: flex;
    margin-top: auto;
    justify-content: center;
    width: 100%;
    gap: 1.4rem;
  }
  .header-menu__langs a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.4rem;
    height: 5.4rem;
    transition: 0.3s;
    text-align: center;
    font: 600 1.6rem/1.2 "Involve", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.06em;
    background: rgba(226, 63, 42, 0.08);
    border-radius: 9rem;
  }
  .header-menu__langs a.active, .header-menu__langs a:hover {
    background: var(--primary-color);
    color: #fff;
  }
  .hero-title {
    font-size: 3.04rem;
    line-height: 1.03;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .hero-title span {
    font-size: 2.2rem;
    display: block;
  }
  .hero-uptitle {
    order: 1;
    font: 600 1.6rem/1.14 "Involve", sans-serif;
    margin-top: 1.6rem;
  }
  .hero-btn {
    order: 1;
    margin-top: 4.7rem;
    height: 5.1rem;
    width: 22.6rem;
  }
  .hero-image {
    order: 1;
    margin-top: 4rem;
    margin-bottom: -2.5rem;
  }
  .hero .container {
    height: 100vh;
    min-height: 70rem;
    max-height: 83.2rem;
  }
  .advantages {
    min-height: 6.6rem;
    padding: 1rem 0;
  }
  .advantage {
    font-size: 1.241rem;
  }
  .kura-uptitle {
    font-size: 1.2rem;
    line-height: 1.15rem;
    padding: 0.8rem 1.4rem;
    border-radius: 0.6rem;
  }
  .kura .container {
    padding-top: 6rem;
    min-height: 80.7rem;
    padding-bottom: 6.8rem;
  }
  .section-title {
    line-height: 0.91;
    font-size: 3.045rem;
  }
  .kura-title {
    margin-top: 2rem;
  }
  .kura-subtitle {
    font-size: 1.6rem;
    margin-top: 0.9rem;
  }
  .kura-features {
    flex-direction: column;
    gap: 1.4rem;
    margin-top: 1.4rem;
  }
  .kura-feature {
    padding-right: 2.7rem;
    min-width: 23.1rem;
  }
  .kura-feature__img {
    height: 3.745rem;
    width: 3.745rem;
    flex: 0 0 auto;
  }
  .kura-feature__text {
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
  }
  .kura-description {
    font-size: 1.6rem;
    padding: 0 1.5rem;
  }
  .kura {
    background: url(../img/bg_kura.jpg) no-repeat 50% 13.3rem/62.8rem auto;
  }
  .sertificates {
    padding-top: 6rem;
    border-radius: 5.2rem;
  }
  .sertificates-subtitle {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
  .sertificates-text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
  .sertificates-image {
    margin-top: 6.8rem;
    max-width: 132%;
    margin-left: -16%;
    height: auto;
  }
  .sertificates:after {
    display: none;
  }
  .craft {
    margin-top: -8.5rem;
    padding-top: 6rem;
    border-radius: 5.2rem;
    min-height: 69.1rem;
    background-position: 29% 62%;
    background-size: auto 110%;
  }
  .craft-subtitle {
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
  .craft-text {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
  .craft-features {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem 0.7rem;
  }
  .craft-feature {
    min-width: 14.8rem;
    padding: 0.616rem 0.88rem;
    gap: 1.144rem;
  }
  .craft-feature__img {
    width: 3.535rem;
    height: 3.535rem;
  }
  .craft-feature__text {
    font-size: 1.4rem;
  }
  .menu {
    overflow: visible;
    padding-top: 13.1rem;
  }
  .menu-decor-1 {
    background: url(../img/decor-1m.png) no-repeat 0 0/cover;
    width: 100%;
    height: 136.4rem;
    top: -60rem;
  }
  .menu-uptitle {
    font-size: 1.2rem;
    line-height: 1.15rem;
    padding: 0.8rem 1.4rem;
    border-radius: 0.6rem;
  }
  .menu-title {
    font-size: 2.8rem;
    margin-top: 2.353rem;
  }
  .menu-subtitle {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }
  .menu-content {
    width: calc(100% + 3.6rem);
    margin-top: 2.8rem;
    border-radius: 5.2rem;
    padding: 3rem 0;
  }
  .menu-label {
    font-size: 0.9rem;
    padding: 0.85rem 1.2rem;
    min-width: 20.9rem;
    min-height: auto;
  }
  .menu-sprinkles {
    margin-top: 2.4rem;
    margin-left: 1.8rem;
    width: 92%;
    margin-bottom: 6rem;
  }
  .menu-sprinkles .slick-list {
    overflow: visible;
  }
  .menu-sprinkle {
    margin-right: 0.8rem;
    border-radius: 4rem;
    padding: 1.3rem;
    height: 16.8rem;
  }
  .menu-sprinkle__image {
    width: 12.1rem;
    height: 12.1rem;
  }
  .menu-sprinkle__text {
    margin-top: 0.1rem;
    font-size: 1.2rem;
  }
  .menu-sprinkle__info {
    border-radius: 4rem;
    font-size: 1.2rem;
  }
  .menu-sprinkles-nav {
    display: none;
  }
  .menu-features {
    margin-top: -19.8rem;
    margin-bottom: 6rem;
    padding: 0;
    gap: 0.2rem;
  }
  .menu-image {
    width: 109%;
    margin-left: -4.5%;
    margin-top: 0.6rem;
  }
  .menu-feature {
    padding: 0.3rem 1.1rem 0.3rem 0.4rem;
    gap: 0.6rem;
    min-width: 8.6rem;
  }
  .menu-feature__img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .menu-feature__text {
    font-size: 0.714rem;
  }
  .menu-sauces {
    margin-top: 2.4rem;
    margin-left: 1.8rem;
    width: 67.2rem;
    margin-bottom: 6rem;
  }
  .menu-sauce {
    margin-right: 0.8rem;
    border-radius: 4rem;
    padding: 1.3rem;
    height: 16.8rem;
  }
  .menu-sauce__image {
    width: 12.1rem;
    height: 12.1rem;
  }
  .menu-sauce__text {
    margin-top: 1.22rem;
    font-size: 0.814rem;
  }
  .menu-sauces-nav {
    display: none;
  }
  .menu-btn {
    margin-top: 0;
    width: calc(100% - 4.4rem);
    height: 7.1rem;
    font-size: 1.6rem;
  }
  .salads:before {
    display: none;
  }
  .salads:after {
    display: none;
  }
  .salads {
    padding-top: 6.37rem;
  }
  .salads .container {
    align-items: flex-start;
  }
  .salads-title {
    font-size: 2.8rem;
    width: 100%;
  }
  .salads-subtitle {
    margin-top: 1.1rem;
    font-size: 1.6rem;
    width: 100%;
  }
  .salads-slider {
    width: 69.8rem;
    margin-left: 0;
    margin-top: 2.4rem;
  }
  .salads-slide {
    margin: 0 1.663rem 0 0;
    padding: 2.5rem 2.7rem 2.5rem 1.5rem;
    gap: 1.58rem;
    height: 16rem;
    border-radius: 4.3rem;
  }
  .salads-slide__image {
    width: 11rem;
    height: 11rem;
  }
  .salads-slide__name {
    font-size: 1.4rem;
    min-height: auto;
  }
  .salads-slide__text {
    font-size: 0.9rem;
    margin-top: 0.54rem;
    min-height: auto;
  }
  .salads-slide__descr {
    font-size: 0.674rem;
    margin-top: 1.85rem;
    padding: 0.6rem 1rem;
  }
  .salads-nav {
    display: none;
  }
  .promo {
    padding-top: 6rem;
  }
  .promo-content {
    height: 41.4rem;
    border-radius: 5.2rem;
  }
  .promo-text {
    text-align: center;
    font-size: 1.6rem;
    width: 28rem;
    margin-right: 0;
    margin-top: 4.05rem;
  }
  .promo-overlay {
    background: url(../img/bg_video-overlay-m.png) no-repeat 100% 50%/cover;
    justify-content: center;
    align-items: flex-start;
  }
  .ingredients-title {
    font-size: 2.8rem;
    line-height: 0.92;
  }
  .ingredients-content {
    height: 34.8rem;
    padding-bottom: 1rem;
  }
  .ingredients {
    padding-top: 6rem;
  }
  .ingredients:before {
    top: -20rem;
  }
  .ingredients-item {
    padding: 0.886rem 1.536rem;
    font-size: 1.063rem;
  }
  .ingredients-item--1 {
    left: 5.284rem;
    top: 0;
  }
  .ingredients-item--2 {
    left: 1.034rem;
    top: 8.3rem;
  }
  .ingredients-item--3 {
    top: 8.9rem;
  }
  .ingredients-item--4 {
    top: 21.67rem;
    left: -0.5rem;
  }
  .ingredients-item--5 {
    left: 4.35rem;
  }
  .ingredients-item--6 {
    left: auto;
    right: 0.2rem;
    top: 25.05rem;
  }
  .delivery {
    padding-top: 5.9rem;
  }
  .delivery-label {
    font-size: 1.2rem;
    line-height: 1.15rem;
    padding: 0.8rem 1.4rem;
    border-radius: 0.6rem;
  }
  .delivery-title {
    font-size: 2.8rem;
    margin-top: 2.3rem;
  }
  .delivery-subtitle {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }
  .delivery-content {
    margin-top: 2.6rem;
  }
  .delivery-map {
    border-radius: 4.7rem;
    height: 26.2rem;
    width: 100%;
  }
  .delivery-content {
    border-radius: 4.7rem;
  }
  .delivery-image {
    position: relative;
    border-radius: 6.9rem;
    height: 40rem;
    margin-top: -9rem;
    overflow: hidden;
  }
  .delivery-btn {
    top: auto;
    right: 1.1rem;
    bottom: 1.1rem;
    font-size: 1.4rem;
    height: 13rem;
    width: 13rem;
  }
  .drive {
    padding-top: 3rem;
  }
  .drive .container {
    padding-top: 3rem;
    background: url(../img/bg_drive.png) no-repeat 50.5% 0%/100rem auto;
  }
  .drive-label {
    font-size: 1.2rem;
    line-height: 1.15rem;
    padding: 0.8rem 1.4rem;
    border-radius: 0.6rem;
  }
  .drive-title {
    font-size: 2.8rem;
    margin-top: 2.2rem;
  }
  .drive-words--2 {
    margin-top: 0;
    width: calc(52% - 5.2rem);
  }
  .drive-words--4 {
    margin-top: 0;
    width: calc(48% - 4.4rem);
  }
  .drive-words--3 {
    width: 9rem;
  }
  .drive-subtitle {
    font-size: 1.6rem;
    margin-top: 28.8rem;
  }
  .drive-text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
    padding: 0 4rem;
  }
  .drive-text br {
    display: none;
  }
  .drive-btn {
    font-size: 1.3rem;
    padding: 1rem 2rem;
    height: 5.2rem;
    width: 25.6rem;
  }
  .drive-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10rem;
    gap: 0.9rem;
  }
  .drive-item {
    padding: 4.1rem 2rem 1rem;
    height: 16.7rem;
    border-radius: 4.2rem;
  }
  .drive-item__image {
    height: 7.376rem;
  }
  .drive-item__image > img {
    height: 100%;
    width: auto;
  }
  .drive-item__text {
    margin-top: 1.954rem;
    font-size: 1.4rem;
  }
  .popcorn-label {
    display: none;
  }
  .popcorn {
    margin-top: -19.4rem;
    padding-top: 26rem;
    background: url(../img/bg_popcorn-m.png) no-repeat 50% 0.2rem/100% auto;
  }
  .popcorn-title {
    margin-top: 36.6rem;
    font-size: 4.661rem;
  }
  .popcorn .container:after {
    content: "";
    display: block;
    width: 18.9rem;
    height: 18.9rem;
    background: url(../img/pic_popcorn-badge.png) no-repeat 50% 50%/cover;
    margin-top: -0.2rem;
  }
  .popcorn-word:before {
    display: none;
  }
  .popcorn-word {
    color: var(--secondary-color);
    width: auto;
    height: auto;
  }
  .popcorn-subtitle {
    font-size: 1.6rem;
    margin-top: 2.1rem;
  }
  .popcorn-text {
    font-size: 1.6rem;
    width: 100%;
    margin-top: 1.1rem;
  }
  .combo {
    padding-top: 7.3rem;
    background: url(../img/bg_combo.jpg) no-repeat 50% 0/100% 80rem;
  }
  .combo .container {
    flex-direction: column;
  }
  .combo-decor {
    width: 100%;
    height: auto;
    top: -15rem;
    filter: blur(4rem);
  }
  .combo-content {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .combo-title {
    text-align: center;
    font-size: 4.661rem;
    line-height: 0.95;
  }
  .combo-subtitle {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    text-align: center;
    padding: 0 3rem;
  }
  .combo-image {
    margin-top: 0.5rem;
    left: 0;
    position: relative;
    margin-left: 2.1rem;
    width: 28.957rem;
  }
  .combo-image:before {
    display: none;
  }
  .combo-feature__text {
    font-size: 1.22rem;
  }
  .combo-feature__img {
    width: 3.032rem;
    height: 3.032rem;
  }
  .combo-feature {
    padding: 0.585rem 1.8rem 0.585rem 0.835rem;
    gap: 0.816rem;
  }
  .combo-feature--1 {
    top: 4.274rem;
    left: -1.685rem;
  }
  .combo-feature--2 {
    top: 9.276rem;
    right: -1.878rem;
  }
  .combo-feature--3 {
    top: 21.58rem;
    right: -2.311rem;
  }
  .combo-feature--4 {
    top: 31.76rem;
    left: -1.685rem;
  }
  .combo-text {
    text-align: center;
    margin-top: 2.214rem;
  }
  .combo-btns {
    display: none;
  }
  .news {
    padding-top: 11rem;
    padding-bottom: 11rem;
    margin-bottom: 27.1rem;
  }
  .news-title {
    text-align: center;
    font-size: 4.661rem;
  }
  .news-slider {
    width: 116.4rem;
    margin-left: 0.6rem;
    margin-top: 3.2rem;
  }
  .news-slide {
    margin-right: 1.4rem;
    margin-left: 0;
    border-radius: 6.89rem;
    padding: 2.77rem 2.5rem 2rem 3.2rem;
    min-height: 32rem;
  }
  .news-slide__image {
    height: 11.9rem;
  }
  .news-slide__title {
    font-size: 1.438rem;
    margin-top: 2.52rem;
  }
  .news-slide__text {
    font-size: 1.3333rem;
    margin-top: 0.25rem;
  }
  .header-languages {
    display: none;
  }
  .header-languages--footer {
    display: block;
    margin-top: 2rem;
    z-index: 10;
    height: 5.4rem;
  }
  .news-slide__date {
    font-size: 1.258rem;
  }
  .news-slide__descr {
    margin-top: 1.715rem;
  }
  .news-slide__link {
    margin-right: 0.3rem;
    font-size: 1.258rem;
  }
  .news-nav {
    display: none;
  }
  .news:after {
    width: 100%;
    height: 21.7rem;
    background: url(../img/decor_footer-m.svg) no-repeat 50% 100%/contain;
  }
  .footer {
    border-top-left-radius: 5.2rem;
    border-top-right-radius: 5.2rem;
    padding-top: 4.5rem;
    padding-bottom: 6.6rem;
  }
  .footer-top {
    flex-direction: column;
    width: 100%;
  }
  .footer-logo {
    margin-right: -0.5rem;
  }
  .footer-menu {
    justify-content: center;
    width: 100%;
    gap: 2.415rem;
    padding: 0;
    margin-top: 1.37rem;
  }
  .footer-menu a {
    font-size: 1.6rem;
  }
  .footer-langs {
    margin-top: 4.9rem;
    gap: 0.9rem;
  }
  .footer-lang {
    width: 7.2rem;
    height: 5.4rem;
    font-size: 1.6rem;
  }
  .footer-form {
    margin-top: 4.9rem;
    width: calc(100% - 0.4rem);
    left: 0;
    padding: 2.7rem 2rem 2.9rem 2rem;
  }
  .footer-form__title {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 1.5rem;
  }
  .footer-form__form {
    display: block;
    margin-top: 3.5rem;
  }
  .footer-form__form > p {
    display: block;
  }
  .footer-form__form input[type=email] {
    height: 6.4rem;
    width: 100%;
  }
  .footer-form__form input[type=submit] {
    width: 100%;
    margin-top: 0.9rem;
  }
  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 2rem;
    align-items: center;
    gap: 4.1rem;
  }
  .footer-socials {
    margin-right: auto;
    order: 1;
  }
  .footer-contacts {
    flex-direction: column;
    width: 100%;
    gap: 0.9rem;
  }
  .footer-contact {
    height: 5.4rem;
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  .footer-scroll-up {
    position: relative;
    order: 1;
  }
  .footer-bottom:after {
    display: none;
  }
  .footer-info {
    width: 100%;
    flex-direction: column;
    gap: 1.1rem;
    margin-top: 5.94rem;
  }
  .footer-copy {
    margin-right: 0;
    margin-bottom: 2.615rem;
  }
  .footer-page {
    margin-left: 0;
  }
  .page {
    background: url(../img/bg_page-m.jpg) no-repeat 50% 0/37.5rem auto;
    padding-top: 20rem;
    padding-bottom: 10rem;
    margin: 0 0 -5.2rem;
  }
  .page-title {
    font-size: 2.6rem;
    line-height: 1.05;
    margin: 0;
  }
  .page-date {
    font-size: 1.6rem;
    margin-top: 1.3rem;
  }
  .page-thumbnail {
    margin-top: 3.1rem;
    border-radius: 6rem;
  }
  .page-content {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 4.9rem;
  }
  .page-title--doc {
    font-size: 2rem;
  }
  .image-404 {
    width: calc(100% - 1.3rem);
    margin-top: 4rem;
  }
  .descr-404 {
    font-size: 1.6rem;
    margin-top: 2.2rem;
  }
  .text-404 {
    width: 100%;
    font-size: 1.38rem;
    margin-top: 1.1rem;
  }
  .btn-404 {
    width: 22.6rem;
    font-size: 1.469rem;
    margin-top: 2.6rem;
    margin-bottom: 9rem;
    height: 5.1rem;
  }
  .wpcf7-response-output {
    margin-top: 1.2rem !important;
  }
  .wpcf7-not-valid-tip {
    position: relative;
    top: 0;
  }
}
@media (min-width: 500px) and (max-width: 1024px) {
  html {
    font-size: 12px !important;
  }
  .hero .container {
    min-height: 50rem;
    height: auto;
  }
  .kura {
    background-size: auto 100%;
    background-position: 50% 0;
  }
  .kura-features {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .kura .container {
    min-height: 65rem;
  }
  .sertificates-image {
    width: 80%;
    margin: 4rem auto;
  }
  .craft {
    margin-top: -15rem;
    min-height: 55rem;
  }
  .menu {
    padding-top: 7rem;
  }
  .menu-sprinkles {
    width: calc(100% - 2.8rem);
  }
  .menu-features {
    margin-top: -34rem;
  }
  .menu-sauces {
    width: 80rem;
  }
  .menu-btn {
    width: auto;
    min-width: 30rem;
  }
  .salads-slider {
    width: 100rem;
  }
  .ingredients-content {
    width: 70%;
    height: 30rem;
    padding-top: 2rem;
    margin: auto;
  }
  .drive-list {
    margin-top: 6rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .popcorn {
    margin-top: 0;
    padding-top: 0;
    min-height: 50rem;
    background: url(../img/bg_popcorn.png) no-repeat 50% 0/100% auto;
  }
  .popcorn-label {
    display: flex;
  }
  .combo-image {
    width: 39rem;
    margin: 1rem auto 0;
  }
  .combo-text {
    font-size: 1.6rem;
  }
}