

/* Start:/assets/css/init.css?176987157577818*/
@font-face {
  font-family: 'Aeroport';
  src: url('/assets/fonts/Aeroport.woff') format('woff'),
  url('/assets/fonts/Aeroport.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/Aeroport-Medium.woff') format('woff'),
  url('/assets/fonts/Aeroport-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/Aeroport-Bold.woff') format('woff'),
  url('/assets/fonts/Aeroport-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --containerWidth: 1820px;
  --innerContainerWidth: 1220px;
  --pagePadding: 20px;
  --yellow: #FCBD15;
  --yellowSun: #FFD41F;
  --yelowHover: #FFC700;
  --yellowActive: #EFB51C;
  --red: #EC1C24;
  --pink: #F38FB0;
  --grey1: #555555;
  --grey2: #9D9D9D;
  --grey3: #828282;
  --blue: #1F66B0;
  --unit-100vh: 100vh;
}

@supports (height: 100dvh) {
  :root {
    --unit-100vh: 100dvh;
  }
}

@media (min-width: 641px) and (max-width: 990px) {
  :root {
    --pagePadding: 50px;
  }
}


* {
  box-sizing: border-box;
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: 'Aeroport', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #000;
  background-color: rgba(252, 189, 21, 0.1);
  background-image: image-set(
   url("/assets/img/noise.webp") type("image/webp"),
   url("/assets/img/noise.png") type("image/png")
  );
  background-repeat: repeat;
  position: relative;
}

body.no-scroll {
  overflow: hidden;
}

.page {
  padding: 85px 0 0;
}

.main-page {
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button {
  padding: 0;
  border: none;
  background: transparent;
  font-family: 'Aeroport', sans-serif;
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.hidden {
  display: none!important;
}

.container {
  max-width: var(--containerWidth);
  margin: 0 auto;
  padding: 0 var(--pagePadding);
}

.container-inner {
  max-width: var(--innerContainerWidth);
  margin: 0 auto;
  padding: 0 var(--pagePadding);
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main {
  flex-grow: 1;
}

.button {
  display: inline-block;
  height: 60px;
  border-radius: 30px;
  border: 2px solid transparent;
  padding: 0 47px;
  font-size: 16px;
  font-weight: 700;
  line-height: 57px;
  text-decoration: none;
  text-align: center;
  transition: .3s ease-in;
}

.button_shadow {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.button_fill {
  background-color: var(--yellow);
  color: #000;
}

.button_fill:hover {
  background-color: var(--yelowHover);
}

.button_fill:active {
  background-color: var(--yellowActive);
}

.button_border {
  border-color: var(--yellow);
  background-color: rgba(78, 58, 3, 0.3);
  color: #FFFFFF;
}

.button_border:hover {
  background-color: rgba(78, 58, 3, 0.5);
}

.button_border:active {
  background-color: rgba(78, 58, 3, 0.7);
}

.button_border-red {
  border-color: var(--red);
}

.button_border-pink {
  border-color: var(--pink);
}

.button_small {
  padding: 0 37px;
  height: 50px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
}

.button_black {
  background-color: #000000;
  color: #FFFFFF;
}

.button_black:hover {
  background-color: var(--grey1);
}

.button_black:active {
  background-color: var(--grey2);
}

.logo {
  display: block;
}

.logo img {
  width: 100%;
  height: 100%;
}

.title {
  margin: 0;
  font-family: 'Aeroport', sans-serif;
  font-weight: 400;
}

.title_h1 {
  font-size: 96px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -3.84px;
}

.title_h2 {
  font-size: 64px;
  line-height: 1.25;
  letter-spacing: -1.28px;
}

.title_h3 {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -1.28px;
}

.title_h4 {
  font-size: 36px;
  line-height: 1.36;
}

.title_h5 {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: initial;
}

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

.title__highlight {
  position: relative;
  padding-bottom: 42px;
}

.title__highlight::after {
  content: '';
  position: absolute;
  left: 44px;
  bottom: 0;
  background-image: url("/assets/img/icons/pattern-title-red.svg");
  width: 237px;
  height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-28 {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
}

.text-30 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.header {
  /*padding: 15px 0;*/
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding:31px 0 0;
  z-index: 20;
  transform: translateY(0%);
  transition: .3s;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_light {
  color: #FFFFFF;
}

.header_light .logo__dark {
  display: none;
}

.header_light .logo__light {
  display: block;
}

.header_dark .logo__dark {
  display: block;
}

.header_dark .logo__light {
  display: none;
}

.header_dark .header__phone-desc {
  color: var(--grey1);
}

.menu {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-left: -45px;
}

.menu__link {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.header__actions {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header__phone {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

.header__phone-link {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.375;
  text-decoration: none;
}

.header__left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.header__left .header__phone-link {
  display: none;
  font-size: 16px;
  line-height: 1.25;
}

.menu-wrapper .header__phone {
  display: none;
  padding-top: 145px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.header__social {
  display: none;
  padding-top: 50px;
}

.menu-wrapper .header__phone-link {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.76px;
}

.header__social .social__desc {
  margin: 30px auto 0;
  color: var(--grey1);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.menu-trigger {
  display: none;
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  backdrop-filter: blur(20px);
  background: rgba(78, 58, 3, 0.3);
  transition: .3s ease-in;
}

.menu-trigger:hover {
  background: var(--yelowHover);
}

.menu-trigger:active {
  background: var(--yellowActive);
}

.menu-trigger::before,
.menu-trigger::after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 24px;
  height: 3px;
  border-radius: 8px;
  background-color: #FFFFFF;
  transform-origin: center;
  transition: .3s ease-in;
}

.menu-trigger::before {
  top: 19px;
}

.menu-trigger::after {
  top: 28px;
}

.header_dark .menu-trigger {
  background: var(--yellow);
}

.header_dark .menu-trigger::before,
.header_dark .menu-trigger::after {
  background-color: #000000;
}

.header.open {
  background-image: image-set(
          url("/assets/img/noise.webp") type("image/webp"),
          url("/assets/img/noise.png") type("image/png")
  );
  background-repeat: repeat;
}

.header.open .menu-wrapper {
  display: block;
}

.header.open .menu-trigger {
  background-color: var(--yellow);
}

.header.open .menu-trigger::before,
.header.open .menu-trigger::after {
  background-color: #000000;
}

.header.open .menu-trigger::before {
  top: 24px;
  rotate: 45deg;
}

.header.open .menu-trigger::after {
  top: 24px;
  rotate: -45deg;
}

.header.open .header__actions .header__phone {
  display: none;
}

.header.open .logo__dark {
  display: block;
}

.header.open .logo__light {
  display: none;
}

.header.scroll {
  padding: 15px 0;
  position: fixed;
  background-color: #FEF7E7;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  color: #000000;
  transition: .3s;
  transform: translateY(0%);
}

.header.hide {
  transform: translateY(-100%);
}

.header.scroll .logo__light {
  display: none;
}

.header.scroll .logo__dark {
  display: block;
}

.footer {
  padding: 60px 0 34px;
  background-color: var(--pink);
  /* overflow: hidden;
  min-height: 586px; */
}

.footer__top {
  padding-bottom: 64px;
}

.footer__logo {
  display: block;
  width: 280px;
  height: 51px;
}

.footer__middle {
  padding-bottom: 81px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__phone-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.footer__phone-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.36;
  text-decoration: none;
}

.footer__social {
  padding-top: 60px;
}

.social__box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  transition: .3s ease-in;
}

.social-link::after {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-link_vk::after {
  width: 24px;
  height: 15px;
  background-image: url("/assets/img/icons/vk.svg");
}

.social-link_tg::after {
  width: 28px;
  height: 23px;
  background-image: url("/assets/img/icons/tg.svg");
}

.social-link_inst::after {
  width: 25px;
  height: 25px;
  background-image: url("/assets/img/icons/inst.svg");
}

.social-link_inst::before {
  content: '*';
  position: absolute;
  right: -2px;
  top: -2px;
  color: #000000;
  font-family: 'Aeroport', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11;
}

.social-link:hover {
  background-color: var(--grey1);
}

.social-link:active {
  background-color: var(--grey2);
}

.footer__info {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.35;
  color: var(--grey1);
}

.footer__menu {
  max-width: 296px;
  column-count: 2;
  column-gap: 115px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer__menu-item:not(.footer__menu-item:nth-child(3n+3)) {
  margin-bottom: 50px;
}

.footer__menu-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11;
  text-decoration: none;
  text-transform: lowercase;
  transition: .3s ease-in;
}

.footer__menu-link:hover {
  color: var(--grey1);
}

.qr-code {
  position: relative;
  max-width: 380px;
  padding: 20px 27px 20px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--blue);
}

.qr-code::after {
  content: '';
  position: absolute;
  top: -95px;
  right: -52px;
  width: 156px;
  height: 160px;
  background-image: url("/assets/img/icons/cheburek.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1)
}

.qr-code__info {
  display: none;
  flex-direction: column;
  gap: 35px;
  max-width: 191px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #FFFFFF;
}

.qr-code__links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.qr-code__links a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.qr-code__left {
  width: 129px;
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.qr-code img {
  width: 119px;
  height: 119px;
}

.qr-code__right {
  max-width: 174px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.footer__bottom {
  padding-top: 30px;
  border-top: 1px solid #F3A5C6;
  display: flex;
  justify-content: space-between;
}

.footer__rights {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.footer__terms {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__terms a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--grey1);
}


.footer__author {
  font-size: 20px;
  line-height: 1.35;
}

.footer__author span {
  font-weight: 400;
}

.footer__author a {
  font-weight: 700;
  text-decoration: none;
  transition: .3s ease-in;
}

.footer__author a:hover {
  color: var(--grey1);
}

/*Модальные окна*/
.modal-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 11, 0.6);
  transition: opacity ease-in-out .3s;
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 580px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--yellow);
  color: #000000;
  transform: translate(-50%, -30%) scale(.9);
  transition: transform ease-in-out .3s;
}

.modal-overlay.show {
  opacity: 1;
}

.modal-overlay.show .modal{
  transform: translate(-50%, -50%)  scale(1);
}

.modal__inner {
  padding: 50px 60px;
  max-height: 740px;
  overflow: auto;
}

.modal__inner::-webkit-scrollbar {
  width: 0;
}

.modal__close {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 18px;
  height: 17px;
  padding: 2px;
}

.modal__close::before,
.modal__close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 7px;
  width: 2px;
  height: 17px;
  background-color: #000000;
  transform-origin: center center;
}

.modal__close::before {
  rotate: -137deg;
}

.modal__close::after {
  rotate: -43deg;
}

.modal-book__info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-book__text {
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}

.modal-book__phone {
  margin: 55px 0 40px;
  font-size: 28px;
  line-height: 1.35;
  text-decoration: none;
}

.default-from__title {
  font-size: 36px;
  line-height: 1.36;
  text-align: center;
  margin-bottom: 10px;
}

.default-form__subtitle {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 20px;
  color: var(--grey1);
  text-align: center;
}

.default-form__fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.control {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.control__field {
  outline: none;
  width: 100%;
  height: 60px;
  padding: 20px 10px 20px 28px;
  border: 1px solid var(--grey2);
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #000000;
  font-family: 'Aeroport', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.control-message .control__field {
  min-height: 140px;
  display: block;
  resize: none;
}

.control-message .control__field::-webkit-scrollbar {
  width: 0;
}

.control__field::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--grey2);
}

.control__field:hover::placeholder {
  color: var(--grey1);
}

.control__field:focus-visible::placeholder {
  color: var(--grey1);
}

.default-form__bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.default-form__policy {
  max-width: 306px;
  font-size: 14px;
  line-height: 1.357;
}

.default-form__error {
  position: absolute;
  bottom: -12px;
  left: 28px;
  color: var(--red);
  font-size: 12px;
  line-height: 1;
}

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

  /*Страница Главная*/
.hero {
  padding-bottom: 150px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 920px;
  background-image: image-set(
    url("/assets/img/hero@1x.webp") type("image/png") 1x,
    url("/assets/img/hero@2x.webp") type("image/webp") 2x,
    url("/assets/img/hero@1x.png") type("image/png") 1x,
    url("/assets/img/hero@2x.png") type("image/png") 2x
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero__container {
  position: relative;
  z-index: 1;
  height: 920px;
}

.hero__container::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: -120px;
  width: 554px;
  height: 520px;
  background-image: image-set(
    url("/assets/img/georgian-man@1x.webp") type("image/webp") 1x,
    url("/assets/img/georgian-man@2x.webp") type("image/webp") 2x,
    url("/assets/img/georgian-man@1x.png") type("image/png") 1x,
    url("/assets/img/georgian-man@2x.png") type("image/png") 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
}

.hero__info {
  padding-top: 300px;
}

.hero__title {
  color: #FFFFFF;
  margin-bottom: 60px;
}

.hero__buttons {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
}

.scroll-down {
  position: absolute;
  left: 0;
  bottom: 70px;
  display: flex;
  justify-content: center;
  width: 50px;
  height: 95px;
}

.scroll-down__line {
  position: relative;
  height: 70px;
  width: 1px;
  background-color: #FFFFFF;
}

.scroll-down__line::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  translate: -50% 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.scroll-down__circle {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  animation: forwardBack 2s infinite ease-in-out;
}


/* Section 2 */
.company {
  padding-bottom: 75px;
  overflow: hidden;
}

.company__content {
  position: relative;
  padding-bottom: 150px;
}

.company__part {
  position: relative;
}

.company__title {
  position: relative;
  display: flex;
  flex-direction: column;
}

.company__title_welcome {
  position: relative;
}

.company__title_welcome::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -8px;
  width: 69px;
  height: 75px;
  background-image: url("/assets/img/icons/stars-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.company__title-pattern {
  padding-left: 100px;
}

.company__text {
  color: #000000;
}

.company__pictures {
  position: absolute;
}

.company__picture-box {
  position: relative;
  display: flex;
}

.company__picture img {
  height: 100%;
}

.company__picture-inner {
  width: 100%;
  height: 100%;
  transform-origin: center;
}

.company__picture_short {
  width: 280px;
  height: 280px;
  position: relative;
  z-index: 2;
  top: 153px;
  left: 42px;
}

.company__picture_long {
  width: 280px;
  height: 352px;
}

.company__picture_short .company__picture-inner {
  rotate: -5deg;
}

.company__picture_long .company__picture-inner {
  rotate: 8deg;
}

.company__pattern-1 {
  position: absolute;
  z-index: 2;
  right: -103px;
  top: 197px;
  width: 435px;
  height: 327px;
  background-image: image-set(
    url("/assets/img/hachapuri@1x.png") type("image/png") 1x,
    url("/assets/img/hachapuri@2x.png") type("image/png") 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
}

.company__picture_bottom {
  position: absolute;
  z-index: 2;
  top: 338px;
  left: -65px;
  width: 307px;
  height: 340px;
}

.company__picture_top {
  position: absolute;
  width: 263px;
  height: 415px;
}

.company__picture_bottom .company__picture-inner {
  rotate: -15deg;
}

.company__picture_top .company__picture-inner {
  rotate: -85deg;
}

.company__pattern-2 {
  position: absolute;
  z-index: 1;
  left: -176px;
  top: 285px;
  width: 275px;
  height: 195px;
  background-image: url("/assets/img/icons/stars-red-5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  rotate: -17deg;
}

.company__pattern-2::before {
  content: '';
  position: absolute;
  top: -87px;
  left: 65px;
  width: 126px;
  height: 131px;
  background-image: url("/assets/img/icons/cheburek.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.company__title_party {
  position: relative;
}

.company__title_party::after {
  content: '';
  position: absolute;
  right: -34px;
  top: 14px;
  width: 340px;
  height: 266px;
  background-image: image-set(
    url("/assets/img/hachapuri-stars@1x.png") type("image/png") 1x,
    url("/assets/img/hachapuri-stars@2x.png") type("image/png") 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
}

.company__part:first-child {
  padding-bottom: 199px;
}

.company__part:first-child .company__text {
  margin-top: 50px;
  max-width: 623px;
  padding-left: 100px;
}

.company__part:first-child .company__pictures {
  right: 0;
  top: 127px;
}

.company__part:nth-child(2) {
  padding-top: 199px;
  padding-bottom: 75px;
}

.company__part:nth-child(2) .company__text-block {
  max-width: 680px;
  margin-left: auto;
}

.company__part:nth-child(2) .company__text{
  margin-top: 40px;
}

.company__part:nth-child(2) .company__pictures {
  left: 92px;
  top: -177px;
}

.company__part:last-child {
  padding-top: 75px;
}

.company__part:last-child .company__text{
  margin-top: 40px;
  max-width: 950px;
}

.carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
}

.carousel-slide_380 {
  width: 380px;
  height: 380px;
}

.carousel-slide_480 {
  width: 480px;
  height: 480px;
}

.carousel__container {
  display: flex;
  gap: 20px;
  position: relative;
}

.carousel_regular-5 .carousel__container {
  min-width: 2000px;
}

.carousel_regular-6 .carousel__container {
  min-width: 2400px;
}

.carousel_larger-5 .carousel__container {
  min-width: 2500px;
}

.carousel_rtl .carousel__container {
  animation: scrollRtl 20s linear infinite;
}

.carousel_ltr .carousel__container {
  animation: scrollLtr 20s linear infinite;
}

.company__carousels {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/*Section 3*/
.сuisine {
  margin: 75px 0;
  position: relative;
  background-image: image-set(
    url("/assets/img/menu-banner@1x.jpg") type("image/jpg") 1x,
    url("/assets/img/menu-banner@2x.jpg") type("image/jpg") 2x
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  overflow: hidden;
}

.сuisine::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(47, 25, 5, 0.2);
}

.сuisine__content {
  position: relative;
  z-index: 2;
  padding: 0 100px;
  min-height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.сuisine__title {
  position: relative;
}

.сuisine__title::before {
  content: '';
  position: absolute;
  top: -66px;
  left: 50%;
  translate: -50% 0;
  width: 95px;
  height: 60px;
  background-image: url("/assets/img/icons/menu-pattern.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.сuisine__text-28 {
  margin: 50px 0;
}

.сuisine__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cuisine .container {
  position: relative;
}

.parallax-image {
  position: absolute;
  z-index: 2;
  transition: .3s linear;
}

.parallax-image_1 {
  bottom: 31px;
  left: 109px;
}

.parallax-image_2 {
  top: 186px;
  left: -13px;
}

.parallax-image_3 {
  top: 50px;
  left: 385px;
}

.parallax-image_4 {
  top: 24px;
  right: 356px;
}

.parallax-image_5 {
  top: 205px;
  right: 29px;
}

.parallax-image_6 {
  bottom: 35px;
  right: 148px;
}


.delivery {
  padding: 75px 0;
  overflow: hidden;
}

.delivery__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.delivery__title {
  max-width: 857px;
}

.delivery__link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11;
  color: var(--blue);
  transition: .3s ease;
}

.delivery__link:hover {
  color: #3986D6;
}

.delivery__link:active {
  color: #004996;
}

.map__container {
  width: 100%;
  height: 700px;
}

.map__container * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activities {
  background-color: var(--yellow);
  padding: 200px 0 24px;
  overflow: hidden;
}

.activities__content {
  position: relative;
}

.activities__info {
  max-width: 691px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 83px;
}

.activities__top {
  padding-bottom: 208px;
}

.activities__title {
  margin-bottom: 20px;
}

.activities__social .social__box {
  justify-content: center;
}

.social__desc {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.38;
  max-width: 222px;
}

.activities__bottom {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #FFFFFF;
}

.activities__bottom p {
  margin: 0;
}

.activity-photo {
  position: absolute;
  transform-origin: center center;
  width: 280px;
  height: 352px;
}

.activity-photo img {
  height: 100%;
  object-fit: cover;
}

.activity-photo_top-left {
  z-index: 2;
  rotate: -18deg;
  top: -26px;
  left: -46px;
}

.activity-photo_top-left::after {
  content: "";
  position: absolute;
  width: 169px;
  height: 101px;
  background-image: url("/assets/img/icons/badge-school.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: -50px;
  left: -11px;
  rotate: 18deg;
}

.activity-photo_bottom-left {
  z-index: 3;
  rotate: 5deg;
  bottom: 78px;
  left: 122px;
  width: 232px;
  height: 232px;
}

.activity-photo_top-right {
  z-index: 1;
  top: 74px;
  right: -103px;
  rotate: 8deg;
  width: 280px;
  height: 352px;
}

.activity-photo_bottom-right {
  z-index: 2;
  bottom: 86px;
  right: 135px;
  rotate: -5deg;
  height: 280px;
}

.activity-photo_bottom-right::after {
  content: "";
  position: absolute;
  width: 162px;
  height: 80px;
  background-image: url("/assets/img/icons/assa.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 49px;
  right: -102px;
  rotate: 5deg;
}

.activities__photos_left::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -94px;
  bottom: 53px;
  width: 318px;
  height: 369px;
  background-image: url("/assets/img/icons/stars-red-6-vertical.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.activities__photos_right::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: -183px;
  top: -124px;
  width: 331px;
  height: 334px;
  background-image: url("/assets/img/icons/stars-red-6.svg");
  background-repeat: no-repeat;
  background-size: contain;
}


.welcome {
  padding: 150px 0 75px;
}

.welcome__button {
  margin: 40px 0;
}

.hachapurimetr {
  padding: 75px 0 150px;
  overflow: hidden;
}

.hachapurimetr__container {
  height: 419px;
}

.hachapurimetr__title {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}

.hachapurimetr-item {
  width: 100%;
  max-width: 1920px;
  margin: -155px auto 0;
}

.hachapurimetr-item__container {
  position: relative;
  height: 383px;
}

.hachapurimetr-item__bg {
  height: 100%;
  background-image: image-set(
    url("/assets/img/hachapurimetr@1x.webp") type("image/webp") 1x,
    url("/assets/img/hachapurimetr@2x.webp") type("image/webp") 2x,
    url("/assets/img/hachapurimetr@1x.png") type("image/png") 1x,
    url("/assets/img/hachapurimetr@2x.png") type("image/png") 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hachapurimetr-item__elements {
  position: absolute;
  left: 14.7%;
  top: 189px;
  height: 77px;
  width: 70%;
}

.hachapurimetr-item__part {
  width: 100%;
}

.hachapurimetr-item__circle {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: var(--yellowSun);
  border-radius: 50%;
}

.hachapurimetr-item__circle_one {
  left: 8%;
  top: 23px;
}

.hachapurimetr-item__circle_two{
  left: 23%;
  top: 16px;
}

.hachapurimetr-item__circle_three{
  left: 35.6%;
  top: 26px;
}

.hachapurimetr-item__circle_four {
  left: 50.7%;
  top: 10px;
}

.hachapurimetr-item__circle_five {
  left: 63.7%;
  top: 25px;
}

.hachapurimetr-item__circle_six {
  left: 79.6%;
  top: 10px;
}

.hachapurimetr-item__circle_seven {
  left: 92.6%;
  top: 17px;
}

.hachapurimetr-item__leaf {
  position: absolute;
}

.hachapurimetr-item__leaf_bottom {
  rotate: 180deg;
  bottom: -111px;
  left: 13%;
}

.hachapurimetr-item__leaf_top {
  left: 43.2%;
  top: -8px;
  rotate: -50deg;
}

.hachapurimetr-item__leaf_back {
  left: 97.6%;
  top: 8px;
}

.hachapurimetr-item__ruler {
  position: relative;
  height: 160px;
  margin-top: -70px;
  margin-left: 14px;
}

.hachapurimetr-item__ruler-bg {
  width: 81%;
  height: 67px;
  background-image: image-set(
          url("/assets/img/hachapurimetr-line@1x.webp") type("image/webp") 1x,
          url("/assets/img/hachapurimetr-line@2x.webp") type("image/webp") 2x,
          url("/assets/img/hachapurimetr-line@1x.png") type("image/png") 1x,
          url("/assets/img/hachapurimetr-line@2x.png") type("image/png") 2x
  );
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}

.hachapurimetr-item__fito {
  position: absolute;
  left: 8.6%;
  bottom: 7px;
}
.hachapurimetr-item__arel {
  position: absolute;
  left: 23.8%;
  bottom: 0;
}
.hachapurimetr-item__soso {
  position: absolute;
  left: 40.5%;
  bottom: 4px;
}
.hachapurimetr-item__tigr {
  position: absolute;
  left: 55.5%;
}
.hachapurimetr-item__gogi {
  position: absolute;
  left: 71%;
  bottom: 10px;
}

.hachapurimetr-item__scroll {
  display: none;
  margin: 24px auto 0;
  padding: 0;
  width: calc(100% - 40px);
  height: 1px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.hachapurimetr-item__scroll::-webkit-slider-runnable-track {
  background-color: #D4D4D4;
  height: 1px;
}

.hachapurimetr-item__scroll::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -14px;
  width: 29px;
  height: 29px;
  background-color: transparent;
  border-radius: 50%;
  background-image: url("/assets/img/icons/scroll-thumb.svg");
  background-repeat: no-repeat;
}

.squint-item {
  position: relative;
  height: 70px;
  padding: 16px 87px 16px 80px;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

.squint-item__text {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.squint-item_189 {
  width: 189px;
}

.squint-item_270 {
  width: 270px;
}

.squint-item_315 {
  width: 315px;
}

.squint-item_360 {
  width: 360px;
}

.squint-item_393 {
  width: 393px;
}

.squint-item_403 {
  width: 403px;
}

.squint-item_484 {
  width: 484px;
}

.squint-item_blue {
  background-color: var(--blue);
}

.squint-item_blue::after {
  border-top-color: var(--blue);
}

.squint-item_blue .squint-item__text {
  color: #FFFFFF;
}

.squint-item_yellow {
  background-color: var(--yellow);
}

.squint-item_yellow::after {
  border-top-color: var(--yellow);
}

.squint-item_red {
  background-color: var(--red);
}

.squint-item_red::after {
  border-top-color: var(--red);
}

.squint-item_red .squint-item__text {
  color: #FFFFFF;
}

.squint-item_pink {
  background-color: var(--pink);
}

.squint-item_pink::after {
  border-top-color: var(--pink);
}

.infograph__inner {
  overflow: hidden;
}

.infograph__desc {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}


/*Страница Доставка*/
.delivery-page {
  padding: 140px 0 85px;
}

.delivery-page__title {
  max-width: 100%;
}

.delivery-terms {
  padding: 85px 0 72px;
}

.delivery-terms__title {
  margin: 0 0 40px;
}

.delivery-terms__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 79px;
  padding-right: 59px;
}

.schedule {
  padding: 72px 0 75px;
}

.schedule__title {
  margin: 0 0 40px;
}

.schedule__info {
  position: relative;
  max-width: 1125px;
  height: 467px;
  padding: 60px 143px 60px 80px;
  background-color: var(--yellow);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
}

.schedule-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.schedule-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  color: #000000;
}

.schedule-list__item:not(:last-child) {
  padding-bottom: 48px;
  border-bottom: 2px solid #000000;
}

.schedule-list__item:nth-child(even) {
  max-width: 95.7%;
}

.schedule-list__item:nth-child(even) .schedule-list__item-desc {
  padding-right: 85px;
}

.schedule-list__item:nth-child(odd) .schedule-list__item-desc {
  padding-right: 123px;
}

.schedule-list__item-name {
  font-size: 36px;
  line-height: 1.36;
  width: 340px;
}

.schedule-list__item-desc {
  margin: 0;
  font-size: 28px;
  line-height: 1.357;
}

.delivery-area {
  padding: 75px 0 150px;
}

.delivery-area__title {
  margin: 0 0 40px;
}

.delivery-area__map {
  height: 700px;
}

.delivery-area__map * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-partners {
  margin: 75px 0 150px;
  height: 850px;
  background-color: var(--grey1);
  background-image: image-set(
    url("/assets/img/welcome-bg@1x.webp") type("image/webp") 1x,
    url("/assets/img/welcome-bg@2x.webp") type("image/webp") 2x,
    url("/assets/img/welcome-bg@1x.jpg") type("image/jpg") 1x,
    url("/assets/img/welcome-bg@2x.jpg") type("image/jpg") 2x
  );
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-partners .container-inner {
  position: relative;
  height: 100%;
}

.welcome-partners__content {
  position: absolute;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
}

.welcome-partners__title {
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 40px;
  max-width: 730px;
}

.welcome-partners__button {
  padding: 0 48px;
}

/*Страница События и Новости*/
.news {
  padding: 75px 0 150px;
}

.news__title {
  margin-bottom: 60px;
}

.news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}

.news-item {
  position: relative;
  aspect-ratio: 580/391;
  border-radius: 20px;
  overflow: hidden;
  color: #000000;
}

.news-item_white-color {
  color: #FFFFFF;
}

.news-item:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.news-item:active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.news-item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  text-decoration: none;
}

.news-item__banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.news-item__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__title {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  max-width: 65%;
}

/*Страница Отдельная Новость*/
.article {
  padding: 140px 0 150px;
  overflow: hidden;
}

.article__content {
  max-width: 980px;
}

.article__top-content {
  margin-bottom: 55px;
}

.article__title {
  position: relative;
  margin-bottom: 30px;
}

.article__title::before {
  content: '';
  position: absolute;
  top: -54px;
  left: -109px;
  width: 144px;
  height: 161px;
  background-image: url("/assets/img/icons/stars-red-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.article__date {
  font-size: 20px;
  line-height: 1.35;
  color: var(--grey3);
}

.article__text-block:not(:last-child) {
  margin-bottom: 50px;
}

.article__text-block p {
  margin: 0;
}

.article__text-block p:not(.article__text-block p:last-child) {
  margin-bottom: 25px;
}

.article__pattern {
  display: none;
  margin: 28px auto 0;
  width: 217px;
  height: 195px;
  background-image: url("/assets/img/icons/hincali-man-mobile.svg");
  background-repeat: no-repeat;
}

.article .carousel_regular-5 {
  margin: 100px 0;
}

.article .carousel_regular-5 .carousel__container {
  width: 2500px;
}

.article__picture {
  width: 100%;
  aspect-ratio: 1180/700;
  margin: 0;
}

.article__picture:not(:last-child) {
  margin-bottom: 50px;
}

.article__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__middle-content {
  position: relative;
}

.article__middle-content::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -168px;
  z-index: 1;
  width: 313px;
  height: 244px;
  background-image: url("/assets/img/icons/stars-yellow-5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.article__middle-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -278px;
  z-index: 2;
  width: 259px;
  height: 327px;
  background-image: url("/assets/img/icons/hinkali-man.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*404*/
.content-404 {
  padding: 191px 0 206px;
  overflow: hidden;
}

.content-404__parallax-part {
  position: relative!important;
}

.content-404__parallax img {
  position: absolute;
  max-width: initial;
}

.content-404__info {
  max-width: 662px;
  text-align: center;
  margin: 0 auto;
}

.content-404__picture {
  max-width: 100%;
  height: 393px;
}

.content-404__picture img {
  height: 100%;
  object-fit: contain;
}

.content-404__parallax-img_hinkali {
  left: 21.7%;
  top: -75px;
}

.content-404__parallax-img_belyash {
  right: 12%;
  bottom: -673px;
}

.content-404__parallax-img_granat {
  top: -87px;
  right: 16%;
}

.content-404__parallax-img_lepeshka {
  left: 6%;
  top: 131px;
}

.content-404__parallax-img_plate {
  right: 5%;
  top: 188px;
}

.content-404__parallax-img_shashlik {
  left: 16%;
  bottom: -674px
}

.content-404__text {
  max-width: 370px;
  margin: 14px auto 0;
  color: #000000;
}

.content-404__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.36;
}

.content-404__subtitle {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.25;
  color: var(--grey1);
}

  /* Animation */
.anima-fade {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.anima-fade.show {
  opacity: 1;
}

.anima-slide {
  transform: translateY(100%);
  opacity: 0;
  transition: transform .3s ease-in, opacity .5s ease-in;
}
.anima-slide.show {
  transform: translateY(0);
  opacity: 1;
}

.js-rotate {
  transition: .3s ease-in;
}

.grey {
  color: #55555570;
}


@keyframes forwardBack {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 40px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes scrollRtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollLtr {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}


/* Media */
@media(min-width: 2000px) {
  .carousel {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media(max-width: 1570px) {
  .parallax-image_1 {
    bottom: 33px;
    left: -134px;
  }

  .parallax-image_2 {
    top: 187px;
    left: -255px;
  }

  .parallax-image_3 {
    left: 146px;
  }

  .parallax-image_4 {
    right: 132px;
  }

  .parallax-image_5 {
    right: -200px;
  }

  .parallax-image_6 {
    right: -85px;
  }

  .hachapurimetr {
    padding: 75px 0 96px;
  }

  .hachapurimetr-item__fito {
    left: 6%;
  }

  .hachapurimetr-item__arel {
    left: 20%;
  }

  .hachapurimetr-item__soso {
    left: 39%;
  }

  .hachapurimetr-item__circle {
    width: 33px;
    height: 33px;
  }

  .hachapurimetr-item__leaf_bottom {
    bottom: -77px;
  }

  .hachapurimetr-item__ruler {
    margin-top: -106px;
  }

  /*404*/
  .content-404__parallax-img_hinkali {
    left: 7%;
    top: -93px;
  }

  .content-404__parallax-img_belyash {
    right: 5%;
  }

  .content-404__parallax-img_granat {
    top: -128px;
    right: 7%;
  }

  .content-404__parallax-img_lepeshka {
    left: -1%;
    top: 215px;
  }

  .content-404__parallax-img_shashlik {
    bottom: -733px;
  }
}

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

  .container {
    max-width: var(--innerContainerWidth);
  }

  .header__logo {
    width: 163px;
    height: 30px;
  }
  
  .header {
    padding: 22px 0 0;
  }

  .header.scroll {
    padding: 12px 0;
  }

  .menu {
    gap: 40px;
    margin-left: 0;
  }
  
  .menu__link {
    font-size: 16px;
    line-height: 1.375;
  }
  
  .header__phone-link {
    font-size: 20px;
    line-height: 1.35;
  }

  .hero__bg {
    height: 768px;
  }

  .hero__container {
    height: 768px;
  }

  .hero__container::after {
    width: 425px;
    height: 399px;
    right: -162px;
    bottom: -86px;
  }
  
  .hero__info {
    padding-top: 240px;
  }
  
  .hero__title {
    margin-bottom: 60px;
  }
  
  .hero__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .scroll-down {
    bottom: 55px;
    left: 5px;
  }

  .company__pattern-1 {
    right: -75px;
    width: 410px;
  }

  .company__pattern-2::before {
    display: none;
  }

  .company__pattern-2 {
    left: -158px;
    top: 285px;
  }

  .delivery {
    overflow: hidden;
  }

  .hachapurimetr {
    padding-bottom: 25px;
  }

  .hachapurimetr__title img {
    width: 411px;
    height: 52px;
  }

  .hachapurimetr-item {
    margin-top: -170px;
  }

  .hachapurimetr-item__circle_one {
    top: 15px;
  }

  .hachapurimetr-item__circle_two {
    left: 24%;
    top: 9px;
  }

  .hachapurimetr-item__circle_three {
    left: 36%;
    top: 18px;
  }

  .hachapurimetr-item__circle_five {
    left: 65%;
    top: 18px;
  }

  .hachapurimetr-item__circle_seven {
    left: 93.6%;
    top: 11px;
  }

  .hachapurimetr-item__leaf_back {
    left: 98%;
    width: 27px;
    height: 31px;
  }

  .hachapurimetr-item__leaf_top {
    width: 23px;
    height: 29px;
    top: -4px;
  }

  .hachapurimetr-item__leaf_bottom {
    width: 22px;
    height: 26px;
    bottom: -79px;
    left: 14%;
  }

  .hachapurimetr-item__ruler {
    margin-top: -113px;
    margin-left: -6px;
  }

  .hachapurimetr-item__badge img {
    width: 100%;
    height: 100%;
  }

  .hachapurimetr-item__fito {
    left: 9%;
    bottom: 44px;
    width: 125px;
    height: 65px;
  }

  .hachapurimetr-item__arel {
    left: 24.4%;
    bottom: 41px;
    width: 165px;
    height: 72px;
  }

  .hachapurimetr-item__soso {
    left: 40.8%;
    bottom: 41px;
    width: 154px;
    height: 69px;
  }

  .hachapurimetr-item__tigr {
    left: 55.4%;
    bottom: 41px;
    width: 134px;
    height: 57px;
  }

  .hachapurimetr-item__gogi {
    left: 70.6%;
    bottom: 44px;
    width: 241px;
    height: 68px;
  }


  /*Страница Доставка*/
  .delivery-page {
    padding-top: 120px;
  }

  /*Отдельная Страница Новости*/
  .article__content {
    margin: 0 auto;
  }

  .article__title::before {
    top: -55px;
    left: -94px;
  }

  .article__middle-content::after {
    right: -208px;
  }

  .article__middle-content::before {
    bottom: -8px;
    right: -95px;
  }

  /*404*/
  .content-404 {
    padding: 100px 0 122px;
  }

  .content-404__info {
    max-width: 444px;

  }

  .content-404__parallax img {
    height: auto;
  }

  .content-404__parallax-img_hinkali {
    left: 22%;
    top: 10px;
    width: 130px;
  }

  .content-404__parallax-img_belyash {
    width: 175px;
    bottom: -477px;
    right: 17%;
  }

  .content-404__parallax-img_granat {
    top: 12px;
    right: 17.5%;
    width: 153px;
  }

  .content-404__parallax-img_lepeshka {
    width: 188px;
    left: 9%;
    top: 141px;
  }

  .content-404__parallax-img_plate {
    width: 117px;
    right: 10%;
    top: 177px;
  }

  .content-404__parallax-img_shashlik {
    width: 181px;
    bottom: -487px;
    left: 18%;
  }

  .content-404__text {
    margin-top: 22px;
    margin-left: 32px;
  }

  .content-404__picture {
    height: 268px;
  }
}

@media(max-width: 1359px) {
  .activity-photo_top-left::after {
    left: 100px;
  }
}

@media (max-width: 1170px) {
  .footer {
    overflow: initial;
    min-height: initial;
  }

  .footer__code {
    margin: 60px auto 0;
    width: 100%;
  }

  .qr-code {
    margin: 0 auto;
  }

  .company__picture_short {
    top: 215px;
    left: 119px;
    width: 230px;
    height: 230px;
  }

  .company__picture_long {
    width: 230px;
    height: 240px;
  }

  .company__part:nth-child(2) .company__text-block {
    max-width: 531px;
  }

  .company__title_party::after {
    right: -81px;
    top: -216px;
  }

  .parallax-image_1 {
    left: -213px;
  }

  .parallax-image_3 {
    left: 70px;
  }

  .parallax-image_4 {
    right: 38px;
  }

  .parallax-image_6 {
    right: -182px;
  }

  .delivery__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .activity-photo {
    height: auto;
  }

  .activity-photo_top-left {
    width: 240px;
  }

  .activity-photo_bottom-left {
    bottom: 240px;
    left: 60px;
  }

  .activity-photo_top-right {
    right: -21px;
    width: 240px;
  }

  .activity-photo_bottom-right {
    width: 240px;
    bottom: 170px;
  }

  .activities__photos_right::after {
    right: -90px;
  }

  .activities__info {
    max-width: 540px;
  }

  .hachapurimetr {
    padding-bottom: 8px;
  }

  .hachapurimetr-item__circle {
    width: 20px;
    height: 20px;
  }

  .hachapurimetr-item__elements {
    top: 184px;
    height: 59px;
  }

  .hachapurimetr-item__ruler {
    margin-top: -129px;
  }

  /*Страница Франшиза*/
  .squint-item_315 {
    width: 310px;
  }

  .squint-item_393 {
    width: 360px;
  }

  /*Страница События и Новости*/
  .news-item__title {
    font-size: 30px;
  }

  /*Страница Отдельной Новости*/
  .article__content {
    max-width: 800px;
  }

  .article__middle-content::before {
    right: -202px;
  }

  .article__middle-content::after {
    right: -250px;
  }

  /*404*/
  .content-404__parallax-img_hinkali {
    left: 2%;
    top: -78px;
  }

  .content-404__parallax-img_belyash {
    right: 0;
  }

  .content-404__parallax-img_granat {
    top: -79px;
    right: 2.5%;
  }

  .content-404__parallax-img_lepeshka {
    left: -2%;
  }

  .content-404__parallax-img_shashlik {
    bottom: -521px;
    left: 7%;
  }
}

@media (max-width: 990px) {
  .page {
    padding: 80px 0 0;
  }

  .container {
    max-width: 100%;
  }

  .title_h1 {
    font-size: 57px;
    line-height: 1.05;
    letter-spacing: -2.28px;
  }

  .title_h2 {
    font-size: 38px;
    line-height: 1.26;
    letter-spacing: -0.8px;
  }

  .title_h3 {
    font-size: 28px;
    line-height: 1.28;
  }

  .title_h4 {
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: -0.56px;
  }

  .title_h5 {
    font-size: 20px;
    line-height: 1.35;
  }

  .title__highlight {
    padding-bottom: 34px;
  }

  .title__highlight::after {
    left: 16px;
    width: 176px;
    height: 30px;
  }

  .text-28 {
    font-size: 18px;
    line-height: 1.38;
  }

  .text-30 {
    font-size: 24px;
    line-height: 1.58;
  }

  .button {
    height: 50px;
    padding: 0 37px;
    font-size: 14px;
    line-height: 46px;
  }

  .header {
    padding: 30px 0 0;
    height: 80px;
  }

  .header.scroll {
    padding: 15px 0;
  }

  .header.scroll .menu-trigger {
    background: var(--yellow);
  }

  .header.scroll .menu-trigger::before,
  .header.scroll .menu-trigger::after {
    background-color: #000000;
  }

  .header__logo {
    width: 196px;
    height: 36px;
  }

  .menu-wrapper {
    display: none;
    position: absolute;
    z-index: 50;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    max-height: var(--unit-100vh);
    padding: 180px 50px 114px;
    background-color: var(--pink);
    overflow-y: auto;
  }

  .menu-wrapper .header__phone {
    display: flex;
  }

  .header__social {
    display: block;
  }

  .menu {
    display: block;
    margin: 0 auto;
    column-count: 2;
    column-gap: 183px;
    gap: initial;
  }

  .menu__link {
    display: block;
    color: #000000;
    font-size: 36px;
    line-height: 1.36;
    text-align: center;
  }

  .menu__link:not(.menu__link:nth-child(3n+3)) {
    margin-bottom: 60px;
  }

  .menu-trigger {
    display: block;
  }

  .footer {
    padding: 70px 0 30px;
  }

  .footer__top {
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
  }

  .footer__logo {
    width: 302px;
    height: 55px;
  }

  .footer__middle {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .footer__social {
    padding-top: 64px;
  }

  .footer__phone {
    align-items: center;
  }

  .footer__phone-link {
    font-size: 38px;
    line-height: 1.15;
  }

  .social__box {
    justify-content: center;
  }

  .footer__menu {
    padding-top: 60px;
    margin: 0 auto;
    column-gap: 146px;
    max-width: 100%;
  }

  .footer__menu-item {
    text-align: center;
  }

  .qr-code {
    padding: 40px 0 40px 30px;
  }

  .qr-code__left, .qr-code__right {
    display: none;
  }

  .qr-code__info {
    display: flex;
  }

  .qr-code::after {
    top: -4px;
    right: -25px;
    width: 156px;
    height: 160px;
  }

  .footer__info {
    text-align: center;
  }

  .footer__bottom {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer__terms {
    order: 3;
  }

  .modal {
    max-width: 523px;
  }

  .default-from__title {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.76px;
    margin-bottom: 15px;
  }

  .default-form__bottom {
    gap: 40px;
  }

  .default-form__policy {
    font-size: 13px;
    line-height: 1.38;
  }


  /*Главная*/
  .hero {
    padding-bottom: 100px;
  }

  .hero__bg {
    background-position: 34%;
    z-index: 1;
  }

  .hero__container {
    z-index: initial;
  }

  .hero__info {
    padding-top: 291px;
  }

  .scroll-down {
    display: none;
  }

  .hero__container::after {
    width: 362px;
    height: 340px;
    right: -127px;
    bottom: -58px;
  }

  .company {
    padding-bottom: 50px;
  }

  .company__content {
    padding-bottom: 70px;
  }

  .company__title-pattern {
    padding-left: 90px;
  }

  .company__title_welcome::after {
    width: 49px;
    height: 46px;
    left: 25px;
    bottom: -16px;
  }

  .company__pattern-1 {
    width: 266px;
    height: 200px;
    right: -65px;
    top: 123px;
  }

  .company__part:first-child {
    padding-bottom: 150px;
  }

  .company__part:first-child .company__pictures {
    right: -14px;
    top: 78px;
  }

  .company__part:first-child .company__text {
    margin-top: 19px;
    padding-left: 90px;
    max-width: 436px;
  }

  .company__picture_long {
    width: 171px;
    height: 215px;
  }

  .company__picture_short {
    width: 171px;
    height: 171px;
    left: 27px;
    top: 153px;
  }

  .company__picture_top {
    width: 161px;
    height: 254px;
  }

  .company__picture_bottom {
    width: 188px;
    height: 208px;
    top: 185px;
    left: -38px;
  }

  .company__pattern-2 {
    width: 186px;
    height: 133px;
    left: -86px;
    top: 129px;
    z-index: 3;
  }

  .company__title_party::after {
    width: 201px;
    height: 185px;
    right: -40px;
    top: 14px;
  }

  .company__part:nth-child(2) {
    padding-top: 150px;
    padding-bottom: 45px;
  }

  .company__part:nth-child(3) {
    padding-top: 45px;
  }

  .company__part:nth-child(2) .company__pictures {
    left: 51px;
    top: -95px;
  }

  .company__part:nth-child(2) .company__text-block {
    max-width: 431px;
  }

  .company__part:nth-child(2) .company__text {
    margin-top: 15px;
  }

  .company__part:last-child .company__text {
    max-width: 524px;
    margin-top: 32px;
  }

  .company__carousels {
    gap: 16px;
  }

  .carousel__container {
    gap: 16px;
  }

  .carousel_regular-5 .carousel__container {
    min-width: 1245px;
  }

  .carousel_regular-6 .carousel__container {
    min-width: 1494px;
  }

  .carousel-slide_380 {
    width: 233px;
    height: 233px;
  }

  .сuisine {
    margin: 50px 0;
    padding: 122px 0 77px;
    min-height: 764px;
  }

  .сuisine__content {
    min-height: auto;
    padding: 0 0 50px;
    max-width: 590px;
    margin: 0 auto;
  }

  .сuisine__text-28 {
    margin: 37px 0;
    max-width: 513px;
    font-size: 20px;
    line-height: 1.35;
  }

  .сuisine__title::before {
    width: 57px;
    height: 36px;
    top: -45px;
  }

  .сuisine__buttons {
    gap: 10px;
  }

  .parallax-images {
    display: flex;
    position: relative;
  }

  .parallax-image img {
    width: 100%;
    height: 100%;
  }

  .parallax-image_1, .parallax-image_4 {
    display: none;
  }

  .parallax-image_2 {
    order: 2;
    width: 229px;
    height: 170px;
    left: 142px;
    top: 16px;
  }

  .parallax-image_3 {
    order: 1;
    width: 179px;
    height: 163px;
    left: -51px;
    top: 16px;
  }

  .parallax-image_5 {
    order: 4;
    width: 215px;
    height: auto;
    top: -6px;
    right: -100px;
  }

  .parallax-image_6 {
    order: 3;
    width: 165px;
    height: auto;
    bottom: auto;
    top: 29px;
    right: 127px;
  }

  .delivery {
    padding: 50px 0 61px;
  }

  .delivery__top {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    margin-bottom: 38px;
  }

  .delivery__title {
    max-width: 460px;
  }

  .delivery__link {
    font-size: 16px;
    line-height: 1.06;
  }

  .map__container {
    height: 600px;
  }

  .activities {
    padding: 140px 0 30px;
  }

  .activities__info {
    max-width: 365px;
    padding-bottom: 65px;
  }

  .activities__top {
    padding-bottom: 191px;
  }

  .activities__text-28 {
    font-size: 20px;
    line-height: 1.35;
  }

  .activity-photo_top-left {
    width: 201px;
    height: 252px;
    top: 11px;
    left: -65px;
    rotate: -15deg;
  }

  .activity-photo_top-left::after {
    left: 53px;
    top: -45px;
    rotate: 15deg;
  }

  .activity-photo_bottom-left {
    bottom: 85px;
    left: -20px;
    width: 213px;
    height: 213px;
    rotate: 15deg;
  }

  .activity-photo_top-right {
    width: 204px;
    height: 257px;
    rotate: 15deg;
    right: -87px;
    top: 29px;
  }

  .activity-photo_bottom-right {
    width: 174px;
    height: 174px;
    rotate: -15deg;
    right: -1px;
    bottom: 102px;
  }

  .activity-photo_bottom-right::after {
    bottom: -58px;
    right: -23px;
    rotate: 15deg;
  }

  .activities__photos_left::after {
    bottom: 171px;
    left: -85px;
    z-index: 3;
    width: 121px;
    height: 190px;
    background-image: url("/assets/img/icons/stars-red-6-vertical-tablet.svg");
  }

  .activities__photos_right::after {
    right: -128px;
    bottom: 128px;
    top: auto;
    width: 178px;
    height: 231px;
    background-image: url("/assets/img/icons/stars-red-6-tablet.svg");
  }

  .welcome {
    padding: 100px 0 60px;
    position: relative;
    z-index: 2;
  }

  .welcome__button {
    margin: 38px 0 30px;
  }

  .carousel_larger-5 .carousel__container {
    min-width: 1245px;
  }

  .carousel-slide_480 {
    width: 233px;
    height: 233px;
  }

  .hachapurimetr {
    padding: 60px 0 0;
    height: 346px;
    overflow: hidden;
  }

  .hachapurimetr__container {
    height: auto;
  }

  .hachapurimetr__title {
    margin: 0;
  }

  .hachapurimetr-item__ruler {
    margin-top: -150px;
    margin-left: 0;
  }

  .hachapurimetr__title img {
    width: 249px;
    height: 31px;
  }

  .hachapurimetr-item__elements {
    height: 44px;
    left: 15%;
  }

  .hachapurimetr-item__leaf_bottom {
    width: 13px;
    height: 15px;
    bottom: -51px;
  }

  .hachapurimetr-item__leaf_top {
    width: 13px;
    height: 17px;
    top: 3px;
  }

  .hachapurimetr-item__leaf_back {
    width: 16px;
    height: 18px;
  }

  .hachapurimetr-item__fito {
    width: 73px;
    height: 38px;
    bottom: 78px;
  }

  .hachapurimetr-item__arel {
    width: 97px;
    height: 43px;
    bottom: 76px;
  }

  .hachapurimetr-item__soso {
    width: 89px;
    height: 42px;
    bottom: 75px;
  }

  .hachapurimetr-item__tigr {
    width: 79px;
    height: 34px;
    bottom: 76px
  }

  .hachapurimetr-item__gogi {
    width: 142px;
    height: 40px;
    bottom: 78px;
  }

  /*  Страница Доставка*/
  .delivery-page {
    padding: 110px 0 50px;
  }

  .delivery-page .delivery__top {
    margin: 0 0 30px;
  }

  .delivery-terms {
    padding: 50px 0;
  }

  .delivery-terms__title {
    margin: 0 0 30px;
  }

  .delivery-terms__grid {
    padding-right: 0;
    gap: 50px 0;
  }

  .infograph__desc {
    font-size: 16px;
    line-height: 1.25;
  }

  .squint-item {
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .squint-item_189 {
    width: 153px;
  }

  .squint-item_315 {
    width: 214px;
  }

  .squint-item_360 {
    width: 241px;
  }

  .squint-item_393 {
    width: 252px;
  }

  .squint-item_403 {
    width: 244px;
  }

  .squint-item_484 {
    width: 294px;
  }

  .infograph:nth-child(4) .squint-item {
    width: 192px;
  }

  .squint-item__text {
    font-size: 20px;
    line-height: 1.1;
  }

  .infograph__desc {
    max-width: 80%;
  }

  .schedule {
    padding: 50px 0;
  }

  .schedule__title {
    margin: 0 0 30px;
  }

  .schedule__info {
    padding: 60px 89px 0 50px;
  }

  .schedule-list__item:not(:last-child) {
    padding-bottom: 61px;
  }

  .schedule-list__item-name {
    width: 253px;
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: -0.56px;
  }

  .schedule-list__item-desc {
    font-size: 24px;
    line-height: 1.375;
  }

  .schedule-list__item:nth-child(odd) .schedule-list__item-desc {
    padding-right: 29px;
  }

  .schedule-list__item:nth-child(even) .schedule-list__item-desc {
    padding-right: 4px;
  }

  .delivery-area {
    padding: 50px 0 100px;
  }

  .delivery-area__title {
    margin: 0 0 30px;
  }

  .welcome-partners {
    margin: 50px 0 100px;
    background-image: image-set(
            url("/assets/img/welcome-bg-tablet@1x.webp") type("image/webp") 1x,
            url("/assets/img/welcome-bg-tablet@2x.webp") type("image/webp") 2x,
            url("/assets/img/welcome-bg-tablet@1x.jpg") type("image/jpg") 1x,
            url("/assets/img/welcome-bg-tablet@2x.jpg") type("image/jpg") 2x
    );
  }

  .welcome-partners__content {
    left: 50px;
  }

  .welcome-partners__title {
    font-size: 57px;
    line-height: 1.05;
    letter-spacing: -2.28px;
  }

  .welcome-partners__button {
    padding: 0 38px;
  }

  /*Страница События и Новости*/
  .news {
    padding: 60px 0 120px;
  }

  .news__title {
    margin-bottom: 40px;
  }

  .news__grid {
    gap: 24px 16px;
  }

  .news-item {
    border-radius: 8px;
  }

  .news-item__title {
    max-width: 226px;
    top: 20px;
    left: 30px;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: initial;
  }

  /*Страница Отдельной Новости*/
  .article {
    padding: 110px 0 100px;
  }

  .article__content {
    max-width: 700px;
  }

  .article__top-content {
    margin-bottom: 40px;
  }

  .article__title {
    margin-bottom: 10px;
  }

  .article__date {
    font-size: 18px;
    line-height: 1.38;
  }

  .article .carousel_regular-5 {
    margin: 70px 0;
  }

  .article .carousel_regular-5 .carousel__container {
    gap: 20px;
    width: 1265px;
  }

  .article__title::before {
    top: -33px;
    left: -50px;
    width: 92px;
  }

  .article__middle-content::before {
    bottom: -9px;
    right: -14px;
    width: 193px;
    height: 160px;
  }

  .article__middle-content::after {
    right: -88px;
    bottom: -66px;
    width: 189px;
    height: 239px;
  }

  /*404*/
  .content-404 {
    padding: 247px 0 236px;
  }

  .content-404__title {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.76px;
  }

  .content-404__parallax-img_hinkali {
    left: 12%;
    top: -147px;
  }

  .content-404__parallax-img_granat {
    top: -162px;
    right: 15.5%;
    width: 150px;
  }

  .content-404__parallax-img_lepeshka {
    left: -8%;
    top: 151px;
  }

  .content-404__parallax-img_plate {
    right: 1%;
    top: 199px;
  }

  .content-404__parallax-img_shashlik {
    bottom: -618px;
    left: 13%;
  }

  .content-404__parallax-img_belyash {
    width: 175px;
    bottom: -616px;
    right: 12%;
  }

}

@media(max-width: 800px) {
  .hachapurimetr-item__ruler {
    margin-top: -160px;
  }
}

@media (max-width: 760px) {
  .company__title {
    font-size: 28px;
  }
  .company__part:first-child .company__text {
    margin-top: 39px;
    padding-left: 0;
    max-width: 350px;
  }

  .company__part:nth-child(2) .company__text-block {
    max-width: 380px;
  }

  .company__picture_bottom {
    left: -99px;
  }

  .company__picture_short {
    left: 85px;
  }

  .company__title_party::after {
    width: 170px;
    height: 161px;
    right: -66px;
    top: 38px;
  }

  .сuisine__buttons {
    flex-wrap: wrap;
  }

  .parallax-image_3 {
    left: -117px;
  }

  .parallax-image_2 {
    left: 60px;
  }

  .parallax-image_6 {
    right: 85px;
  }

  .activity-photo_top-left {
    left: -95px;
  }

  .activity-photo_top-right {
    right: -110px;
  }

  .hachapurimetr-item__ruler {
    margin-top: -170px;
  }

  /*Страница Доставка*/
  .schedule-list__item-name {
    width: 200px;
    font-size: 22px;
  }

  .schedule-list__item-desc {
    font-size: 18px;
  }

  /*Страница События и Новости*/
  .news-item__title {
    left: 8.7%;
  }

  /*Страница Отдельной Новости*/
  .article__content {
    margin: initial;
  }

  .article__middle-content {
    padding-right: 90px;
  }

  .article__middle-content::before {
    right: -80px;
  }

  .article__middle-content::after {
    right: -118px;
  }
}

@media (max-width: 640px) {
  .title_h1 {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.76px;
  }

  .title_h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .title__highlight {
    padding-bottom: 17px;
  }

  .title__highlight::after {
    width: 114px;
    height: 20px;
    rotate: 4deg;
    left: 0;
  }

  .text-30 {
    font-size: 18px;
    line-height: 1.55;
  }

  .button {
    height: 40px;
    line-height: 37px;
    padding: 0 25px;
    font-size: 13px;
  }

  .header {
    padding: 21px 0 3px;
  }

  .header.scroll {
    padding: 14px 0;
  }

  .header__logo {
    width: 162px;
    height: 30px;
  }

  .header__phone {
    display: none;
  }

  .header__left .header__phone-link {
    display: block;
  }

  .header__actions {
    align-items: flex-start;
  }

  .menu-trigger {
    width: 38px;
    height: 38px;
  }

  .menu-trigger::before, .menu-trigger::after {
    width: 18px;
    height: 2px;
  }

  .menu-trigger::before {
    top: 15px;
  }

  .menu-trigger::after {
    top: 21px;
  }

  .menu-wrapper {
    top: 100%;
    padding: 60px 20px 66px;
  }

  .menu {
    column-count: initial;
    column-gap: initial;
  }

  .menu__link {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }

  .menu__link:not(.menu__link:nth-child(3n+3)) {
    margin-bottom: 0;
  }

  .menu__link:not(.menu__link:last-child) {
    margin-bottom: 40px;
  }

  .menu-wrapper .header__phone {
    padding-top: 60px;
  }

  .menu-wrapper .header__phone-link {
    font-size: 28px;
    line-height: 1.28;
  }

  .header__social .social__desc {
    margin-top: 10px;
    max-width: 100%;
  }

  .header.open .header__left .header__phone-link {
    opacity: 0;
    display: none;
    pointer-events: none;
  }

  .header.open .menu-trigger::before {
    top: 18px;
  }

  .header.open .menu-trigger::after {
    top: 18px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer__top {
    padding-bottom: 60px;
  }

  .footer__logo {
    width: 222px;
    height: 40px;
  }

  .footer__middle {
    padding-bottom: 30px;
  }

  .footer__phone-link {
    font-size: 28px;
    line-height: 1.28;
  }

  .footer__social {
    padding-top: 60px;
  }

  .footer__menu {
    padding-top: 70px;
    column-gap: 82px;
  }

  .footer__code {
    margin-top: 70px;
  }

  .qr-code {
    padding: 30px 0 30px 20px;
    border-radius: 8px;
  }

  .qr-code__info {
    font-size: 14px;
    line-height: 1.35;
    max-width: 174px;
    gap: 30px;
  }

  .qr-code::after {
    top: 0;
    right: -17px;
    width: 132px;
    height: 140px;
  }

  .footer__info {
    margin-top: 30px;
  }

  .footer__bottom {
    padding-top: 20px;
    justify-content: center;
    text-align: center;
  }

  .footer__rights {
    font-size: 16px;
    line-height: 1.25;
  }

  .modal-book {
    max-width: calc(100% - 26px);
  }

  .modal-book .modal__inner {
    padding: 40px 30px 50px;
  }

  .modal-book__phone {
    margin: 38px 0 40px;
  }

  .modal .button {
    height: 50px;
    padding: 0 37px;
    font-size: 14px;
    line-height: 46px;
  }

  .default-from__title {
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: -0.56px;
    margin-bottom: 20px;
  }

  .default-form__subtitle {
    font-size: 14px;
    line-height: 1.357;
  }

  .default-form__bottom {
    flex-direction: column;
    gap: 20px;
  }


  /*Главная*/
  .hero {
    padding-bottom: 140px;
  }

  .hero__bg {
    height: 600px;
  }

  .hero__container {
    height: 600px;
  }

  .hero__info {
    padding-top: 154px;
  }

  .hero__title {
    text-align: center;
    margin-bottom: 30px;
  }

  .hero__container::after {
    width: 300px;
    height: 282px;
    right: -37px;
    bottom: -85px;
  }

  .company {
    padding-bottom: 35px;
  }

  .company__content {
    padding-bottom: 40px;
  }

  .company__title-pattern {
    padding-left: 0;
  }

  .company__part:first-child .company__text {
    margin-top: 20px;
    max-width: 100%;
  }

  .company__title_welcome::after {
    left: auto;
    right: 0;
    bottom: auto;
    top: 13px;
  }

  .company__part:first-child .company__pictures {
    right: auto;
    top: 210px;
    left: 0;
    width: 100%;
  }

  .company__picture_short {
    left: -55px;
    top: 11px;
  }

  .company__picture_long {
    position: absolute;
    left: 92px;
    top: -11px;
  }

  .company__picture_bottom {
    top: 40px;
    left: -167px;
    z-index: 3;
  }

  .company__picture_top {
    left: 21px;
  }

  .company__pattern-1 {
    width: 194px;
    height: 179px;
    right: 120px;
    top: 41px;
  }

  .company__pattern-2 {
    width: 144px;
    height: 113px;
    left: 5px;
    top: 140px;
    rotate: -191deg;
    z-index: 2;
  }

  .company__title_party::after {
    width: 202px;
    height: 163px;
    right: -58px;
    top: 102px;
  }

  .company__part:first-child {
    padding-bottom: 153px;
  }

  .company__part:first-child .company__title {
    padding-right: 40px;
  }

  .company__part:nth-child(2) {
    padding-top: 153px;
    padding-bottom: 158px;
  }

  .company__part:last-child {
    padding-top: 153px;
  }

  .company__part:nth-child(2) .company__text {
    margin-top: 19px;
  }

  .company__part:nth-child(2) .company__pictures {
    top: auto;
    bottom: 154px;
    left: auto;
    right: 189px;
  }

  .company__part:nth-child(2) .company__text-block {
    max-width: 100%;
  }

  .company__part:nth-child(2) .company__title {
    display: block;
  }

  .company__part:last-child .company__text {
    max-width: 100%;
    margin-top: 20px;
  }

  .company__part:last-child .company__title {
    max-width: 350px;
  }

  .company__carousels {
    gap: 10px;
  }

  .carousel__container {
    gap: 10px;
  }

  .carousel_regular-5 .carousel__container {
    min-width: 1295px;
  }

  .carousel_regular-6 .carousel__container {
    min-width: 1554px;
  }

  .carousel-slide_380 {
    width: 249px;
    height: 249px;
  }

  .сuisine {
    margin: 35px 0;
    min-height: 645px;
    padding: 96px 0 62px;
  }

  .сuisine__title::before {
    width: 41px;
    height: 26px;
    top: -40px;
  }

  .сuisine__content {
    padding-bottom: 61px;
  }

  .сuisine__text-28 {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .parallax-image_2 {
    width: 142px;
    height: auto;
    left: 95px;
    top: -5px;
  }

  .parallax-image_3 {
    width: 129px;
    height: auto;
    left: -51px;
    top: -14px;
  }

  .parallax-image_5 {
    width: 149px;
    top: -26px;
    right: -75px;
  }

  .parallax-image_6 {
    width: 111px;
    top: 2px;
    right: 92px;
  }

  .delivery {
    padding: 35px 0;
  }

  .delivery__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }

  .delivery__title {
    max-width: 100%;
  }

  .activities {
    padding: 80px 0 20px;
  }

  .activities__info {
    max-width: 100%;
    padding-bottom: 248px;
  }

  .activities__top {
    padding-bottom: 40px;
  }

  .activities__text-28 {
    font-size: 16px;
    line-height: 1.25;
  }

  .social__desc {
    max-width: 197px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.35;
  }

  .activities__bottom {
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.38;
  }

  .activity-photo_top-left::after {
    display: none;
  }

  .activity-photo_bottom-right::after {
    display: none;
  }

  .activity-photo_top-left {
    width: 140px;
    height: 175px;
    left:0;
    top: auto;
    bottom: 53px;
  }

  .activity-photo_bottom-left {
    width: 136px;
    height: 136px;
    left: 136px;
    bottom: 49px;
    rotate: 7deg;
  }

  .activity-photo_bottom-right {
    width: 124px;
    height: 124px;
    bottom: 33px;
    right: 110px;
  }

  .activity-photo_top-right {
    width: 134px;
    height: 169px;
    bottom: 75px;
    top: auto;
    right: 0;
  }

  .activities__photos_right::after {
    right: -69px;
    bottom: 143px;
    width: 117px;
    height: 211px;
  }

  .activities__photos_left::after {
    bottom: 146px;
    left: -49px;
    z-index: 1;
    width: 87px;
  }

  .welcome {
    padding: 70px 0 50px;
  }

  .welcome__button {
    margin-top: 10px;
  }

  .carousel_larger-5 .carousel__container {
    min-width: 1295px;
  }

  .carousel-slide_480 {
    width: 249px;
    height: 249px;
  }

  .hachapurimetr {
    padding: 50px 0 114px;
    height: auto;
    overflow: initial;
  }

  .hachapurimetr-item {
    margin: -19px 0 0;
    width: auto;
    overflow-x: scroll;
  }

  .hachapurimetr-item::-webkit-scrollbar {
    width: 0;
  }

  .hachapurimetr-item__container {
    width: 769px;
    height: 187px;
  }

  .hachapurimetr__title img {
    width: 258px;
    height: 33px;
  }

  .hachapurimetr-item__bg {
    height: 97px;
    background-image: image-set(
      url(/assets/img/hachapurimetr-mob@1x.webp) type("image/webp") 1x,
      url(/assets/img/hachapurimetr-mob@2x.webp) type("image/webp") 2x,
      url(/assets/img/hachapurimetr-mob@1x.png) type("image/png") 1x,
      url(/assets/img/hachapurimetr-mob@2x.png) type("image/png") 2x);
  }

  .hachapurimetr-item__elements {
    height: 48px;
    top: 41px;
  }

  .hachapurimetr-item__ruler {
    margin: 5px;
    height: 68px;
  }

  .hachapurimetr-item__ruler-bg {
    height: 27px;
  }

  .hachapurimetr-item__leaf {
    width: 14px;
    height: 19px;
  }

  .hachapurimetr-item__badge {
    bottom: 0;
  }

  .hachapurimetr-item__fito {
    width: 78px;
    left: 6%;
  }

  .hachapurimetr-item__arel {
    width: 104px;
    left: 20%;
  }

  .hachapurimetr-item__soso {
    width: 96px;
    left: 38%;
  }

  .hachapurimetr-item__tigr {
    width: 84px;
    left: 54.5%;
  }

  .hachapurimetr-item__gogi {
    width: 151px;
    left: 72%;
  }

  .hachapurimetr-item__scroll{
    display: block;
  }

  .hachapurimetr-item__circle_two {
    top: 14px;
    left: 19%;
  }

  .hachapurimetr-item__circle_three {
    left: 33%;
  }

  .hachapurimetr-item__circle_four {
    left: 49%;
  }

  .hachapurimetr-item__circle_five {
    left: 64%;
  }

  .hachapurimetr-item__circle_six {
    left: 81%;
  }

  .hachapurimetr-item__leaf_top {
    left: 41%;
  }

  /*Страница Доставка*/
  .delivery-page {
    padding: 70px 0 35px;
  }

  .delivery-page .delivery__top {
    margin: 0 0 20px;
  }

  .delivery-terms {
    padding: 35px 0;
  }

  .delivery-terms__title {
    margin: 0 0 20px;
  }

  .delivery-terms__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .squint-item {
    height: 50px;
  }

  .squint-item_315 {
    width: 194px;
  }

  .squint-item_360 {
    width: 211px;
  }

  .squint-item_403 {
    width: 224px;
  }

  .squint-item_484 {
    width: 270px;
  }

  .squint-item__text {
    font-size: 16px;
    line-height: 1.375;
  }

  .infograph__desc {
    margin: 10px 0 0;
    max-width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.38;
  }

  .schedule {
    padding: 35px 0;
  }

  .schedule__title {
    margin: 0 0 20px;
    max-width: 90%;
  }

  .schedule__info {
    height: 246px;
    padding: 30px 41px 0 20px;
  }

  .schedule-list {
    gap: 30px;
  }

  .schedule-list__item:nth-child(even) {
    max-width: 100%;
  }

  .schedule-list__item:not(:last-child) {
    padding-bottom: 29px;
    border-bottom-width: 1px;
  }

  .schedule-list__item-name {
    width: 159px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: initial;
  }

  .schedule-list__item-desc {
    font-size: 14px;
    line-height: 1.35;
  }

  .schedule-list__item:nth-child(odd) .schedule-list__item-desc,
  .schedule-list__item:nth-child(even) .schedule-list__item-desc {
    padding-right: 0;
  }

  .delivery-area {
    padding: 35px 0 70px;
  }

  .delivery-area__map {
    height: 600px;
  }

  .welcome-partners {
    margin: 35px 0 70px;
    height: 600px;
    background-image: image-set(
            url("/assets/img/welcome-bg-mob@1x.webp") type("image/webp") 1x,
            url("/assets/img/welcome-bg-mob@2x.webp") type("image/webp") 2x,
            url("/assets/img/welcome-bg-mob@1x.jpg") type("image/jpg") 1x,
            url("/assets/img/welcome-bg-mob@2x.jpg") type("image/jpg") 2x
    );
  }

  .welcome-partners__content {
    left: 20px;
    bottom: 108px;
    top: auto;
    translate: initial;
  }

  .welcome-partners__title {
    margin-bottom: 20px;
    letter-spacing: -0.56px;
  }

  .welcome-partners__button {
    padding: 0 25px 0 26px;
  }

  /*Страница События и Новости*/
  .news {
    padding: 35px 0 70px;
  }

  .news__title {
    margin-bottom: 20px;
  }

  .news__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .news-item__title {
    max-width: 270px;
    font-size: 28px;
  }

  /*Страница Отдельной Новости*/
  .article {
    padding: 50px 0 70px;
  }

  .article__title {
    margin-bottom: 4px;
  }

  .article__title::before {
    top: -18px;
    left: -32px;
    width: 59px;
  }

  .article__date {
    font-size: 16px;
    line-height: 1.25;
  }

  .article__top-content {
    margin-bottom: 30px;
  }

  .article__middle-content {
    padding-right: 0;
  }

  .article__middle-content::before,
  .article__middle-content::after {
    display: none;
  }

  .article__pattern {
    display: block;
  }

  .article__text-block p:not(.article__text-block p:last-child) {
    margin-bottom: 20px;
  }

  .article .carousel_regular-5 {
    margin-top: 60px;
  }

  .article .carousel_regular-5 .carousel__container {
    gap: 10px;
    min-width: 1295px;
  }

  .article__bottom {
    overflow: hidden;
  }

  .article__bottom-content {
    margin: 0 -20px;
  }

  /*404*/
  .content-404 {
    height: var(--unit-100vh);
    padding: 121px 0 30px;
  }
  .content-404__parallax {
    display: none;
  }

  .content-404__picture {
    max-width: 280px;
    width: 100%;
    height: 166px;
    margin: 0 auto;
  }

  .content-404__text {
    margin: 33px auto 0;
  }

  .content-404__title {
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: -0.56px;
  }

  .content-404__subtitle {
    font-size: 14px;
    line-height: 1.35;
  }

  .content-404__subtitle br {
    display: none;
  }

  .content-404 .button {
    width: 155px;
    height: 50px;
    font-size: 14px;
    line-height: 46px;
  }
}

@media(max-width: 490px) {
  .company__pattern-1 {
    right: -39px;
    top: 20px;
  }

  .company__part:first-child .company__pictures {
    top: 269px;
  }

  .parallax-image_2 {
    left: 24px;
  }

  .parallax-image_3 {
    left: -110px;
  }

  .parallax-image_5 {
    right: -109px;
  }

  .parallax-image_6 {
    right: 49px;
  }

  .activity-photo_top-left {
    left: -50px;
  }

  .activity-photo_bottom-left {
    left: 66px;
  }

  .activity-photo_bottom-right {
    right: 30px;
  }

  .activity-photo_top-right {
    right: -54px;
  }

  .activities__photos_right::after {
    right: -69px;
  }

  .activities__photos_left::after {
    left: -49px;
  }

  /*Страница События и Новости*/
  .news-item__title {
    top: 19px;
    left: 29px;
    max-width: 226px;
    font-size: 20px;
    line-height: 1.35;
  }

  /*Страница Отдельной Новости*/
  .article__pattern {
    margin-left: 25px;
  }
}

@media (max-width: 363px) {
  .company__title_party::after {
    width: 137px;
    right: -49px;
    top: 145px;
  }

  .company__title_welcome::after {
    right: -28px;
  }

  .company__part:first-child .company__pictures {
    top: 336px;
  }

  .сuisine {
    padding-bottom: 140px;
  }

  .сuisine__content {
    padding-bottom: 36px;
  }

  .сuisine__buttons {
    flex-direction: column;
    gap: 15px;
  }

  .сuisine__buttons .button {
    width: 100%;
  }

  .parallax-image_2 {
    left: 8px;
  }

  .parallax-image_6 {
    right: 27px;
  }

  .activity-photo_bottom-left {
    left: 35px;
  }

  /*Страница Доставка*/
  .schedule__info {
    height: auto;
    min-height: 246px;
    padding-left: 10px;
  }

  .schedule-list__item-name {
    font-size: 14px;
    width: 135px;
  }

  .schedule-list__item-desc {
    font-size: 12px;
  }

  .welcome-partners__title {
    font-size: 26px;
  }
}

@media (max-width: 350px) {
  .news-item__title {
    left: 15px;
    max-width: 200px;
    font-size: 18px;
  }
}
/* End */
/* /assets/css/init.css?176987157577818 */
