 @font-face {
      font-family: "Google Sans";
      src: local("Google Sans"), local("Product Sans");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Google Sans";
      src: local("Google Sans Medium"), local("Product Sans Medium");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Google Sans";
      src: local("Google Sans Bold"), local("Product Sans Bold");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --color-main: #46676e;
      --color-green: #286c09;
      --color-green-dark: #1f5606;
      --color-white: #ffffff;
      --color-border: #46676e;

      --container-width: 1604px;
      --container-padding: 30px;
      --header-height: 92px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      min-height: 100vh;
      font-family: "Google Sans", Arial, sans-serif;
      color: var(--color-main);
      background: #ffffff;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button {
      font-family: inherit;
      border: none;
      background: transparent;
      cursor: pointer;
    }

    .page {
      min-height: 100vh;
      padding-top: var(--header-height);
    }

    .site-main > :first-child,
    .site-main .granola-layout-page:first-child,
    .site-main .wp-block-granola-hero:first-child {
      margin-top: 0 !important;
    }

    .container {
      width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
      max-width: var(--container-width);
      margin: 0 auto;
    }

    /* Header */

    .header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      height: var(--header-height);
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(12px);
    }

    .header__container {
      display: flex;
      align-items: center;
      height: 100%;
      gap: 58px;
    }

    .header__logo {
      flex: 0 0 auto;
      /* width: 76px;
      height: 76px; */
      display: flex;
      align-items: center;
      justify-content: center;
      background: #46676e;
      border: 2px solid #d6b56d;
    }

    .header__logo-img {
      width: 45.736px;
height: 45.736px;
      display: block;
    }

    .header__nav {
      display: flex;
      align-items: center;
      gap: 62px;
      margin-left: auto;
    }

    .header__nav-link {
      font-size: 24px;
      font-weight: 500;
      line-height: 1;
      color: var(--Graffit-500, #48666D);
      transition: color 0.25s ease;
    }

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

    .header__right {
      display: flex;
      align-items: center;
      gap: 22px;
      margin-left: auto;
    }

    .header__socials {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .header__social {
      width: 44px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1.5px solid var(--color-main);
      border-radius: 50%;
      color: var(--color-main);
      transition: all 0.25s ease;
    }

    .header__social svg {
      display: block;
      flex: 0 0 auto;
    }

    .header__social[aria-label="Telegram"] svg {
      transform: translate(-2px, 1px);
    }

    .header__social[aria-label="Telegram"] path {
      fill: currentColor;
      transition: fill 0.25s ease;
    }

    .header__social:hover {
      color: var(--color-white);
      background: var(--color-main);
    }

    .header__lang {
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 2px;
     border-radius: 50px;
border: 1px solid var(--Graffit-500, #48666D);
    }

   .header__lang-btn {
    width: 40px;
    height: 38px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-main);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    border: none;
    background: transparent;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
}

    .header__lang-btn--active {
      color: #ffffff;
      background: var(--color-main);
    }

    .header__info {
      display: grid;
      gap: 6px;
      min-width: 218px;
    }

    .header__info-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.1;
      color: var(--color-main);
      white-space: nowrap;
    }
    .header__info-item span{
      color: var(--Graffit-500, #48666D);
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
    }

    .header__phone {
    min-width: 218px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    border: 1.5px solid var(--color-border);
    border-radius: 999px;
    font-size: 24px;
    font-weight: 500;
    color: var(--color-main);
    white-space: nowrap;
    transition: all 0.25s ease;
}

    .header__phone:hover {
      color: var(--color-white);
      background: var(--color-main);
    }

    .header__order {
      min-width: 230px;
      height: 52px;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 0 34px;
      border-radius: 999px;
      background: var(--color-green);
      color: var(--color-white);
      font-size: 15px;
      font-weight: 700;
      transition: background 0.25s ease, transform 0.25s ease;
    }

    .header__order:hover {
      background: var(--color-green-dark);
      transform: translateY(-2px);
    }

    .header__burger {
      display: none;
      width: 42px;
      height: 34px;
      position: relative;
      flex: 0 0 auto;
    }

    .header__burger-line {
      position: absolute;
      left: 0;
      width: 42px;
      height: 5px;
      border-radius: 999px;
      background: var(--color-main);
    }

    .header__burger-line:nth-child(1) {
      top: 3px;
    }

    .header__burger-line:nth-child(2) {
      top: 14px;
    }

    .header__burger-line:nth-child(3) {
      top: 25px;
    }

    .header__burger--active .header__burger-line:nth-child(1) {
      transform: translateY(11px) rotate(45deg);
    }

    .header__burger--active .header__burger-line:nth-child(2) {
      transform: scaleX(0);
    }

    .header__burger--active .header__burger-line:nth-child(3) {
      transform: translateY(-11px) rotate(-45deg);
    }

    /* Mobile menu */

 
    .mobile-menu__nav {
      display: grid;
      gap: 18px;
      margin-bottom: 22px;
      text-align: start;
    }

    .mobile-menu__nav-link {
      font-size: 18px;
      font-weight: 700;
      color: var(--color-main);
    }

    .mobile-menu__actions {
      display: grid;
      gap: 12px;
    }

    .mobile-menu__phone,
    .mobile-menu__button {
      height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      font-size: 16px;
      font-weight: 700;
    }

    .mobile-menu__phone {
      color: var(--color-main);
      border: 1.5px solid var(--color-main);
    }

    .mobile-menu__button {
      color: var(--color-white);
      background: var(--color-green);
    }

    /* Hero */

    .hero {
      padding: 26px 0 60px;
    }

    .hero__inner {
      position: relative;
      min-height: 565px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 80px 40px;
      border-radius: 10px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .hero__content {
      max-width: 1180px;
      text-align: center;
    }

    .hero__title {
      margin-bottom: 20px;
     font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: normal;
    }

    .hero__text {
      margin-bottom: 32px;
      font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
      color: #000000;
    }
.flex--btn{
  display: flex;
  flex-wrap: wrap;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.hero-actions__button {
  width: 100%;
  max-width: 344px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border-radius: 50px;
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.hero-actions__button--primary {
  padding-right: 38px;
  border: 1px solid #2b6600;
  background: #2b6600;
  color: #ffffff;
}

.hero-actions__button--telegram {
  border: 1px solid #2b6600;
  background: #ffffff;
  color: #2b6600;
}

.hero-actions__button:hover {
  transform: translateY(-2px);
}

.hero-actions__button--primary:hover {
  background: #235400;
  border-color: #235400;
}

.hero-actions__button--telegram:hover {
  background: #f4fbef;
}

.hero-actions__icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #2b6600;
}

@media (max-width: 767px) {
  .hero-actions {
    gap: 8px;
  }
.fl--mb{
  display: flex;
  gap: 8px;
}
.gren{
  border-radius: 50px;
background: var(--Green-800, #2B6600);
color: #ffffff;
}
      .hero-actions__button {
        max-width: 180px;
        height: 58px;
        font-size: 15px;
        padding: 0 24px;
    }

  .hero-actions__button--telegram {
    gap: 5px;
  }

  .hero-actions__icon {
    width: 18px;
    height: 18px;
  }
}
:root {
  --color-main: #46676e;
  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.steps {
  padding: 46px 0;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.steps__list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    max-width: 1400px;
    margin: 0px auto;
}

.steps__item {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--color-main);
}

.steps__number {
  display: block;
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: normal;
  color: var(--color-main);
}

.steps__text {
  margin: 0;
  /* max-width: 190px; */
 font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
  color: var(--color-main);
}

/* Laptop */

@media (max-width: 1200px) {
  .steps__list {
    gap: 34px;
  }

  .steps__number {
    font-size: 48px;
  }

  .steps__text {
    font-size: 15px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .steps {
    padding: 24px 0 28px;
  }

  .steps__list {
    max-width: 361px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    column-gap: 28px;
    row-gap: 22px;
    margin: 0 auto;
  }

  .steps__item {
    /* align-items: flex-start; */
    gap: 16px;
  }

  .steps__number {
   color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .steps__text {
   color: var(--Graffit-500, #48666D);
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
  }
}

@media (max-width: 380px) {
  .steps__list {
    max-width: 270px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .steps__number {
    font-size: 29px;
  }

  .steps__text {
    font-size: 7.5px;
  }
}
    .hero__button {
      min-width: 220px;
      height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 34px;
      border-radius: 999px;
      background: var(--color-green);
      color: var(--color-white);
      font-size: 15px;
      font-weight: 700;
      transition: background 0.25s ease, transform 0.25s ease;
    }

    .hero__button:hover {
      background: var(--color-green-dark);
      transform: translateY(-2px);
    }

    .icon {
      width: 18px;
      height: 18px;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .icon--social {
      width: 17px;
      height: 17px;
    }

    .icon--phone {
      width: 15px;
      height: 15px;
    }

    @media (max-width: 1500px) {
      .header__container {
        gap: 34px;
      }

      .header__nav {
        gap: 42px;
      }

      .header__right {
        gap: 16px;
      }

      .header__info {
        min-width: 195px;
      }

      .header__info-item {
        font-size: 13px;
      }

      .header__phone {
        min-width: 190px;
        padding: 0 16px;
        font-size: 14px;
      }
    }

    @media (max-width: 1280px) {
      :root {
        --container-padding: 24px;
      }

      .header__container {
        gap: 24px;
      }

      .header__nav {
        gap: 28px;
      }

      .header__right {
        gap: 12px;
      }

      .header__info {
        min-width: 178px;
      }

      .header__info-item {
        font-size: 12px;
      }

      .header__phone {
        /* min-width: 174px; */
        font-size: 13px;
      }

      .hero__inner {
        min-height: 500px;
      }
    }

    @media (max-width: 1100px) {
      .header__nav,
      .header__lang {
        display: none;
      }

      .header__order {
        display: inline-flex;
      }

      .header__container {
        gap: 20px;
      }
    }

    @media (max-width: 900px) {
      :root {
        --header-height: 142px;
        --container-padding: 16px;
      }

      .page {
        padding-top: var(--header-height);
      }

      .header {
        height: var(--header-height);
      }

      .header__container {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr) 42px;
        grid-template-rows: 76px 56px;
        align-items: center;
        gap: 0 10px;
      }

      .header__logo {
        width: 62px;
        height: 62px;
        grid-column: 1;
        grid-row: 1;
      }

      .header__logo-img {
        width: 52px;
      }

      .header__right {
        display: contents;
      }

      .header__socials {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        gap: 16px;
      }

      .header__social {
        width: 42px;
        height: 42px;
      }

      .header__social:nth-child(3) {
        display: none;
      }

      .header__info {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
        min-width: 0;
        gap: 6px;
      }

      .header__info-item {
        font-size: 12px;
      }

      .header__phone {
        width: 100%;
        height: 56px;
        font-size: 16px;
      }

      .fl--mb {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
        gap: 10px;
      }

      .header__order {
        grid-column: 3;
        grid-row: 2;
        min-width: 0;
        width: 100%;
        height: 56px;
        display: none;
      }

      .header__burger {
        display: block;
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
      }

      .hero {
        padding: 0px;
      }

      .hero__inner {
        min-height: calc(100vh - var(--header-height) - 32px);
        padding: 38px 18px;
        border-radius: 4px;
      }

      .hero__title {
        margin-bottom: 16px;
       color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
      }

      .hero__text {
        max-width: 340px;
        margin: 0 auto 18px;
       color: var(--BlackWhite-900, #000);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
      }

      .hero__button {
        min-width: 142px;
        height: 36px;
        padding: 0 22px;
        font-size: 11px;
      }
    }

    @media (max-width: 520px) {
      :root {
        --header-height: 132px;
      }

      .header__container {
        grid-template-columns: 58px minmax(0, 1fr) 38px;
        grid-template-rows: 72px 50px;
      }

      .header__logo {
        width: 56px;
        height: 56px;
        position: relative;
        z-index: 200;
      }

      .header__logo-img {
        width: 47px;
      }

      .header__info-item {
        gap: 5px;
        font-size: 10px;
      }

      .header__socials {
        gap: 10px;
      }

      .header__social {
        width: 36px;
        height: 36px;
      }

      .header__phone {
        height: 50px;
        font-size: 13px;
        min-width: 0;
        padding-inline: 12px;
      }

      .header__burger {
        width: 36px;
        height: 30px;
      }

      .header__burger-line {
        width: 36px;
        height: 4px;
      }

      .hero__inner {
        min-height: 286px;
      }
    }

    @media (max-width: 380px) {
      .header__info-item {
        font-size: 9px;
      }

      .header__phone {
        font-size: 12px;
      }

      .hero__title {
        font-size: 26px;
      }
    }
    :root {
  --color-main: #46676e;
  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.features {
  padding: 56px 0 64px;
  background: #ffffff;
}

.features__container {
  max-width: 1604px;
}

.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 80px;
}

.features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--color-main);
}

.features__image-wrap {
 width: 364px;
height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.features__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.features__title {
  margin-bottom: 20px;
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
  color: var(--color-main);
}

.features__text {
  /* max-width: 330px; */
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
  color: var(--color-main);
}

/* Tablet */

@media (max-width: 1024px) {
  .features {
    padding: 46px 0 54px;
  }

  .features__list {
    gap: 40px;
  }

  .features__image-wrap {
    width: 155px;
    height: 155px;
  }

  .features__title {
    font-size: 21px;
  }

  .features__text {
    font-size: 14px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .features {
    padding: 34px 0 42px;
  }

  .features__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .features__image-wrap {
    width: 166px;
height: 160px;
aspect-ratio: 83/80;
    margin-bottom: 16px;
  }

  .features__title {
    margin-bottom: 16px;
   color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .features__text {
    max-width: 210px;
    color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
}

@media (max-width: 380px) {
  .features {
    padding-top: 28px;
  }

  .features__list {
    gap: 28px;
  }

  .features__image-wrap {
    width: 105px;
    height: 105px;
  }

  .features__title {
    font-size: 16px;
  }

  .features__text {
    font-size: 10px;
  }
}
:root {
  --color-main: #46676e;
  --color-green: #286c09;
  --color-green-dark: #1f5606;
  --color-white: #ffffff;
  --color-muted: #eef3f4;
  --color-border: #46676e;

  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.rations {
  scroll-margin-top: calc(var(--header-height) + 16px);
  padding: 70px 0 76px;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.rations__head {
  max-width: 1050px;
  margin-bottom: 40px;
}

.rations__title {
  margin-bottom: 40px;
  font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
  color: var(--color-main);
}

.rations__subtitle {
  font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
  color: var(--color-main);
}
.cont--plan{
  padding: 16px;
  border-radius: 16px;
border: 1px solid var(--Graffit-500, #48666D);
}
.rations__plans {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 14px;
}

.rations__plan {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 342px;
 border-radius: 8px;
opacity: 0.5;
background: var(--Graffit-100, #DAE0E2);
  color: var(--color-main);
  cursor: pointer;
  opacity: 0.45;
  transition:
    opacity 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}


.rations__plan--active {
  border-radius: 8px;
border: 1px solid var(--Graffit-500, #48666D);
background: var(--BlackWhite-100, #FFF);
  opacity: 1;
}

.rations__plan-top {
  min-height: 178px;
  padding: 17px 18px 12px;
  text-align: center;
}

.rations__plan-number {
  display: block;
  margin-bottom: 16px;
 font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.rations__plan-image {
  width: 100%;
  width: 228px;
height: 165px;
  margin: 0 auto;
  color: var(--color-main);
}

.rations__plan-image img {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rations__plan-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 16px 14px;
  text-align: center;
}

.rations__plan-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.rations__plan-text {
  max-width: 250px;
  min-height: 34px;
  margin: 0 auto 15px;
 font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.rations__plan-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: -5px;
}
.bm{
  border-radius: 8px !important;
background-color:#DAE0E2 !important;
border:solid 1px rgba(255, 255, 255, 0) !important;
}
.bs{
  border-radius: 8px !important;
border: 1px solid var(--Graffit-500, #48666D) !important;
}
.rations__plan-info span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
 font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.rations__main {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  gap: 16px;
  margin-bottom: 14px;
}

.rations__plan-panel[hidden] {
  display: none !important;
}

.rations__main[hidden],
.rations__meals[hidden] {
  display: none !important;
}

.rations__description,
.rations__calculator {
  border: 1.5px solid rgba(70, 103, 110, 0.65);
  border-radius: 8px;
  background: #ffffff;
}

.rations__description {
  padding: 22px 24px 20px;
}

.rations__description-title {
  margin-bottom: 16px;
  font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.rations__description-text {
  max-width: 770px;
  margin-bottom: 46px;
 font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.rations__description-note {
  font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.rations__calculator {
  padding: 22px 24px;
}

.rations__calculator-title {
  margin-bottom: 16px;
  font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.rations__periods {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 22px;
  border: 1.5px solid rgba(70, 103, 110, 0.65);
  border-radius: 999px;
}

.rations__period {
  min-height: 60px;
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 8px 10px;
  color: var(--color-main);
  border-right: 1.5px solid rgba(70, 103, 110, 0.65);
  transition: color 0.25s ease, background 0.25s ease;
}

.rations__period:last-child {
  border-right: none;
}

.rations__period span {
  font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.rations__period small {
  font-size: 12px;
  font-weight: 700;
  color: #e75a5a;
}

.rations__period--active {
  background: #91a3a7;
  color: #ffffff;
}

.rations__period:first-child.rations__period--active {
  border-radius: 50px 0 0 50px;
}

.rations__period:nth-child(2).rations__period--active {
  border-radius: 0;
}

.rations__period:last-child.rations__period--active {
  border-radius: 0 50px 50px 0;
}

.rations__period--active small {
  color: #ffffff;
}

.rations__calculator-bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
}

.rations__price-panel {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border: 1.5px solid rgba(70, 103, 110, 0.65);
  border-radius: 8px;
  background: #ffffff;
}

.rations__price-block {
  width: 100%;
  min-width: 0;
}

.rations__price-line {
  margin: 0;
}

.rations__price-line--simple {
  display: block;
}

.rations__price-detail {
  display: none;
  flex-direction: column;
  gap: 8px;
}

.rations__price-block--discount .rations__price-line--simple {
  display: none;
}

.rations__price-block--discount .rations__price-detail {
  display: flex;
}

.rations__price {
  font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.rations__price-detail-top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.rations__price-old {
  font-size: 28px;
  font-weight: 700;
  color: rgba(72, 102, 109, 0.45);
  text-decoration: line-through;
  line-height: 1.1;
}

.rations__price-discount-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  color: #e75a5a;
  line-height: 1;
}

.rations__price-discount-badge small {
  font-size: 13px;
  font-weight: 700;
}

.rations__price-discount-badge strong {
  font-size: 22px;
  font-weight: 700;
}

.rations__price--final {
  display: block;
  font-size: 32px;
  line-height: 1.1;
}

.rations__price-per-day {
  margin: 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(72, 102, 109, 0.08);
  font-size: 15px;
  color: var(--color-main);
}

.rations__price-per-day s {
  margin: 0 6px;
  color: rgba(72, 102, 109, 0.45);
}

.rations__price-per-day strong {
  font-weight: 700;
}

.rations__button {
  align-self: center;
  min-width: 220px;
  height: 54px;
  display: inline-flex;
padding: 24px 80px;
justify-content: center;
align-items: center;
gap: 8px;
  background: var(--color-green);
  font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: white;
  transition: background 0.25s ease, transform 0.25s ease;
  border-radius: 50px;
background: var(--Green-800, #2B6600);
}

.rations__button:hover {
  background: var(--color-green-dark);
  transform: translateY(-2px);
}

.rations__meals {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.rations__meal {
  position: relative;
  overflow: visible;
  border-radius: 8px;
border: 1px solid var(--Graffit-500, #48666D);
background: var(--BlackWhite-100, #FFF);
  color: var(--color-main);
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.rations__meal:hover {
  transform: translateY(-3px);
}

.rations__meal--active {
    border-color: #000000;
    box-shadow: 0 10px 24px rgb(43 102 0);
}
.rations__meal-head {
  position: relative;
  z-index: 3;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  text-align: center;
}

.rations__meal-info-wrap {
  position: relative;
  display: inline-flex;
}

.rations__meal-info {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.rations__meal-tooltip {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  z-index: 30;
  width: min(300px, calc(100vw - 32px));
  padding: 10px 12px 12px;
  border: 1.5px solid var(--Green-800, #2B6600);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(43, 102, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.rations__meal-tooltip--multi {
  width: min(360px, calc(100vw - 24px));
}

.rations__meal-tooltip--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.rations__meal-tooltip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.rations__meal-tooltip-type {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-main);
}

.rations__meal-tooltip-mark {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff7a00;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.rations__meal-tooltip-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px;
  gap: 10px;
  align-items: start;
}

.rations__meal-tooltip-dishes {
  min-width: 0;
}

.rations__meal-tooltip-dish + .rations__meal-tooltip-dish {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(70, 103, 110, 0.25);
}

.rations__meal-tooltip-title {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.rations__meal-tooltip-text {
  display: inline-flex;
  margin: 0;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(72, 102, 109, 0.12);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-main);
}

.rations__meal-tooltip--multi .rations__meal-tooltip-body {
  grid-template-columns: minmax(0, 1fr) 88px;
}

.rations__meal-tooltip--multi .rations__meal-tooltip-title {
  font-size: 12px;
}

.rations__meal-tooltip-image {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rations__meal-tooltip-image img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  border-radius: 6px;
}

.rations__meal-tooltip--multi .rations__meal-tooltip-image {
  width: 88px;
}

.rations__meal-tooltip--multi .rations__meal-tooltip-image img {
  max-height: 120px;
}

.rations__meal-tooltip-note {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(70, 103, 110, 0.25);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  color: var(--color-main);
}

.rations__meal-image {
  /* height: 126px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.rations__meal-image img {
  width: 188px;
height: 160px;
aspect-ratio: 47/40;
  display: block;

}

.rations__meal-body {
  min-height: 58px;
  padding: 10px 8px;
  border-top: 1.5px solid rgba(70, 103, 110, 0.65);
  border-bottom: 1.5px solid rgba(70, 103, 110, 0.65);
  text-align: center;
  margin-bottom: 24px;
}

.rations__meal-body:last-child {
  margin-bottom: 0;
}

.rations__meal-title {
  margin-bottom: 4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.rations__meal-text + .rations__meal-title {
  border-top: solid 1px #46676e;
  padding-top: 8px;
  margin-top: 8px;
}

.rations__meal-title + .rations__meal-title {
  border-top: solid 1px #46676e;
  padding-top: 8px;
  margin-top: 8px;
}

.rations__meal-text:has(+ .rations__meal-title) {
  margin-bottom: 0;
}

.rations__meal-text {
 font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

/* Tablet */

@media (max-width: 1200px) {
  .rations__plans {
    grid-template-columns: repeat(2, 1fr);
  }

  .rations__main {
    grid-template-columns: 1fr;
  }

  .rations__meals {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .rations {
    padding: 32px 0 42px;
  }

  .rations__head {
    /* max-width: 300px; */
    margin-bottom: 16px;
  }

  .rations__title {
    margin-bottom: 8px;
    color: var(--Graffit-500, #48666D);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .rations__subtitle {
    color: var(--Graffit-500, #48666D);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .rations__plans {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(var(--container-padding) * -1);
    margin-bottom: 8px;
    padding: 0 var(--container-padding) 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rations__plans::-webkit-scrollbar {
    display: none;
  }

  .rations__plans {
    scrollbar-width: none;
  }

  .rations__plan {
    flex: 0 0 286px;
    min-height: 328px;
    scroll-snap-align: start;
  }

  .rations__plan-top {
    min-height: 164px;
    padding: 14px 14px 16px;
  }

  .rations__plan-number {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .rations__plan-image {
  width: 228px;
height: 165px;
  }

  .rations__plan-body {
    padding: 15px 12px 0px;
  }

  .rations__plan-title {
    font-size: 15px;
  }

  .rations__plan-text {
    min-height: 34px;
    color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .rations__plan-info {
    gap: 6px;
    margin-bottom: 16px;
  }

  .rations__plan-info span {
    min-height: 38px;
    font-size: 12px;
  }

  .rations__main {
    display: grid;
    gap: 8px;
    margin-bottom: 8px;
  }

  .rations__description {
    padding: 14px 12px;
  }

  .rations__description-title {
    margin-bottom: 16px;
    color: var(--Graffit-500, #48666D);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .rations__description-text {
    margin-bottom: 16px;
   color: var(--Graffit-500, #48666D);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .rations__description-note {
    color: var(--Graffit-500, #48666D);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .rations__calculator {
    padding: 14px 12px;
  }

  .rations__calculator-title {
    margin-bottom: 16px;
    color: var(--Graffit-500, #48666D);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
  }

  .rations__periods {
    margin-bottom: 12px;
  }

  .rations__period {
    min-height: 42px;
    padding: 6px;
  }

  .rations__period span {
    font-size: 12px;
  }

  .rations__period small {
    font-size: 12px;
  }

  .rations__calculator-bottom {
    gap: 10px;
    flex-direction: column;
  }

  .rations__price-old,
  .rations__price--final,
  .rations__price {
    color: var(--Graffit-500, #48666D);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rations__price-discount-badge strong {
    font-size: 18px;
  }

  .rations__price-per-day {
    font-size: 14px;
  }

  .rations__price-panel {
    padding: 10px 12px;
  }

  .rations__meal-tooltip {
    width: min(300px, calc(100vw - 24px));
  }

  .rations__meal-tooltip--multi {
    width: min(340px, calc(100vw - 20px));
  }

  .rations__button {
    width: 100%;
    color: var(--BlackWhite-100, #FFF);
    padding: 12px 32px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .rations__meals {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(var(--container-padding) * -1);
    padding: 0 var(--container-padding) 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rations__meals::-webkit-scrollbar {
    display: none;
  }

  .rations__meals {
    scrollbar-width: none;
  }

  .rations__meal {
    flex: 0 0 306px;
    scroll-snap-align: start;
  }

  .rations__meal-head {
    min-height: 42px;
    padding: 8px;
    color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  /* .rations__meal-image {
    height: 112px;
  } */

  .rations__meal-image img {
    width: 188px;
height: 160px;
aspect-ratio: 47/40;
  }

  .rations__meal-body {
    min-height: 50px;
    padding: 8px;
  }

  .rations__meal-title {
    color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .rations__meal-text {
  color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  }
}

@media (max-width: 380px) {
  .rations__plan,
  .rations__meal {
    flex-basis: 230px;
  }

  .rations__title {
    font-size: 17px;
  }
}
:root {
  --color-main: #46676e;
  --color-green: #286c09;
  --color-white: #ffffff;

  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.about-service {
  padding: 58px 0 74px;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.about-service__top {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: 80px;
  margin-bottom: 128px;
}

.about-service__logo {
 width: 232px;
height: 232px;
  display: block;
}

.about-service__logo-img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-service__text {
  max-width: 1160px;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-main);
}

.about-service__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 92px;
}

.about-service__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-service__icon {
  width: 402px;
height: 274px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--color-main);
}

.about-service__icon img{
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-service__title {
  margin-bottom: 26px;
  margin-top: 26px;
  font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.about-service__description {
  max-width: 506px;
  margin: 0 auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--color-main);
}

.about-service__description strong {
  font-weight: 700;
}

/* Tablet */

@media (max-width: 1200px) {
  .about-service__top {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 48px;
  }

  .about-service__logo {
    width: 190px;
    height: 130px;
  }

  .about-service__text {
    padding-top: 20px;
    font-size: 16px;
  }

  .about-service__features {
    gap: 36px;
  }

  .about-service__icon {
    width: 210px;
    height: 160px;
  }

  .about-service__title {
    font-size: 20px;
  }

  .about-service__description {
    font-size: 14px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .about-service {
    padding: 30px 0 46px;
  }

  .about-service__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 28px;
    text-align: center;
  }

  .about-service__logo {
    width: 232px;
height: 232px;
  }

  .about-service__text {
    max-width: 300px;
    padding-top: 0;
    font-size: 9px;
    line-height: 1.35;
  }

  .about-service__features {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }

  .about-service__feature {
    width: 100%;
  }

  .about-service__feature--delivery {
    order: 1;
  }

  .about-service__feature--payment {
    order: 2;
  }

  .about-service__feature--flexibility {
    order: 3;
  }

  .about-service__icon {
    width: 182px;
    height: 142px;
    margin-bottom: 10px;
  }

  .about-service__icon svg {
    stroke-width: 3.1;
  }

  .about-service__title {
    margin-bottom:20px;
   color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
.about-service__description strong {
   color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
  .about-service__description {
    max-width: 250px;
   color: var(--Graffit-500, #48666D);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .about-service__feature--delivery .about-service__description {
    max-width: 270px;
  }
}

@media (max-width: 380px) {
  .about-service__logo {
    width: 132px;
    height: 95px;
  }

  .about-service__text {
    max-width: 280px;
    font-size: 8.5px;
  }

  .about-service__icon {
    width: 170px;
    height: 132px;
  }

  .about-service__title {
    font-size: 16px;
  }

  .about-service__description {
    font-size: 8.5px;
  }
}
:root {
  --color-main: #46676e;
  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.dishes-gallery {
  padding: 54px 0 74px;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.dishes-gallery__head {
  margin-bottom: 40px;
}

.dishes-gallery__title {
  margin-bottom: 40px;
  color: var(--Graffit-500, #48666D);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.dishes-gallery__text {
  max-width: 1500px;
  color: var(--Graffit-500, #48666D);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.dishes-gallery__slider {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.dishes-gallery__slide {
  display: contents;
}

.dishes-gallery__item {
  overflow: hidden;
  aspect-ratio: 1 / 0.66;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8eeee;
}

.dishes-gallery__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.35s ease;
    padding: 32px 40px;
    background: var(--Graffit-100, #DAE0E2);
}

.dishes-gallery__item:hover .dishes-gallery__image {
  transform: scale(1.05);
}

/* Tablet */

@media (max-width: 1200px) {
  .dishes-gallery__slider {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .dishes-gallery__slider {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .dishes-gallery {
    padding: 32px 0 46px;
  }

  .dishes-gallery__head {
    margin-bottom: 24px;
  }

  .dishes-gallery__title {
    margin-bottom: 24px;
   color: var(--Graffit-500, #48666D);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }
.dishes-gallery__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.35s ease;
    padding: 13px 12px;
    background: var(--Graffit-100, #DAE0E2);
}
  .dishes-gallery__text {
    color: var(--Graffit-500, #48666D);

font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .dishes-gallery__slider {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(var(--container-padding) * -1);
    padding: 0 var(--container-padding) 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .dishes-gallery__slider::-webkit-scrollbar {
    display: none;
  }

  .dishes-gallery__slide {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    scroll-snap-align: start;
  }

  .dishes-gallery__item {
    aspect-ratio: 1 / 0.78;
  }
}

@media (max-width: 380px) {
  .dishes-gallery__slide {
    gap: 5px;
  }

  .dishes-gallery__text {
    max-width: 285px;
    font-size: 7.5px;
  }
}
:root {
  --color-main: #46676e;
  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.ingredients {
  padding: 54px 0 68px;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.ingredients__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 86px;
}

.ingredients__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ingredients__image-wrap {
  width: 333.283px;
height: 292px;
aspect-ratio: 105/92;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.ingredients__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.ingredients__title {
  margin-bottom: 26px;
  margin-top: 26px;
  color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.ingredients__text {
  max-width: 405px;
  margin: 0 auto;
  color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Tablet */

@media (max-width: 1200px) {
  .ingredients__list {
    gap: 44px;
  }

  .ingredients__image-wrap {
    width: 220px;
    height: 174px;
  }

  .ingredients__title {
    font-size: 25px;
  }

  .ingredients__text {
    max-width: 340px;
    font-size: 15px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .ingredients {
    padding: 28px 0 44px;
  }

  .ingredients__list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ingredients__image-wrap {
    width: 164px;
    height: 132px;
    margin-bottom: 8px;
  }

  .ingredients__title {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.12;
  }

  .ingredients__text {
    max-width: 280px;
    font-size: 9px;
    line-height: 1.28;
  }
}

@media (max-width: 380px) {
  .ingredients__list {
    gap: 32px;
  }

  .ingredients__image-wrap {
    width: 154px;
    height: 124px;
  }

  .ingredients__title {
    font-size: 16px;
  }

  .ingredients__text {
    max-width: 260px;
    font-size: 8.5px;
  }
}
:root {
  --color-main: #46676e;
  --color-green: #286c09;
  --color-border: #46676e;

  --container-width: 1604px;
  --container-padding: 30px;
}

.container--rew {
  width: min(calc(100% - var(--container-padding) * 2), 1750px);
  max-width: 1750px;
  margin: 0 auto;
}

.reviews {
  padding: 42px 0 70px;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.reviews__title {
  margin-bottom: 34px;
  text-align: center;
  color: var(--Graffit-500, #48666d);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.reviews__slider {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 26px;
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
}

.reviews__viewport {
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.reviews__track {
  display: flex;
  gap: 42px;
  width: 100%;
  will-change: transform;
}

.reviews__card {
  flex: 0 0 calc((100% - 84px) / 3);
  min-width: 0;
  min-height: 448px;
  display: flex;
  flex-direction: column;
  padding: 34px 34px 28px;
  border: 1.5px solid rgba(70, 103, 110, 0.85);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-main);
}

.reviews__stars {
  margin-bottom: 22px;
  color: var(--color-green);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}

.reviews__text {
  flex: 1;
  margin-bottom: 28px;
  color: var(--Graffit-500, #48666D);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.reviews__divider {
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
  background: rgba(70, 103, 110, 0.32);
}

.reviews__author {
  display: flex;
  align-items: center;
  gap: 18px;
}

.reviews__avatar {
  width: 57px;
  height: 57px;
  flex: 0 0 auto;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.reviews__name {
  margin-bottom: 4px;
 color: var(--Graffit-500, #48666D);
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.reviews__position {
 color: var(--Graffit-500, #48666D);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.reviews__arrow {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.reviews__arrow svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reviews__arrow:hover {
  transform: scale(1.12);
}

.reviews__arrow:disabled {
  opacity: 0.28;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .container--rew {
    width: min(calc(100% - var(--container-padding) * 2), 1750px);
    max-width: 1750px;
  }

  .reviews__slider {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 14px;
  }

  .reviews__track {
    gap: 20px;
  }

  .reviews__card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .container--rew {
    width: min(calc(100% - 32px), 1750px);
    max-width: 1750px;
  }

  .reviews {
    padding: 30px 0 46px;
  }

  .reviews__title {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .reviews__slider {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 6px;
  }

  .reviews__track {
    gap: 10px;
  }

  .reviews__card {
    flex: 0 0 100%;
    min-height: 270px;
    padding: 18px 18px 16px;
    border-radius: 4px;
  }

  .reviews__stars {
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .reviews__text {
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.28;
  }

  .reviews__divider {
    margin-bottom: 14px;
  }

  .reviews__author {
    gap: 10px;
  }

  .reviews__avatar {
    width: 38px;
    height: 38px;
  }

  .reviews__name {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .reviews__position {
    font-size: 7px;
  }

  .reviews__arrow {
    width: 24px;
    height: 24px;
  }

  .reviews__arrow svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.2;
  }
}

/* Laptop */

@media (max-width: 1400px) {
  .reviews__track {
    gap: 28px;
  }

  .reviews__card {
    flex-basis: calc((100% - 56px) / 3);
    min-height: 410px;
    padding: 28px 28px 24px;
  }

  .reviews__text {
    font-size: 17px;
  }

  .reviews__name {
    font-size: 24px;
  }
}

/* Tablet */

@media (max-width: 1024px) {
  .reviews__slider {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 14px;
  }

  .reviews__track {
    gap: 20px;
  }

  .reviews__card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .reviews {
    padding: 30px 0 46px;
  }

  .reviews__title {
    margin-bottom: 24px;
    color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .reviews__slider {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    gap: 6px;
  }

  .reviews__track {
    gap: 10px;
  }

  .reviews__card {
    flex: 0 0 auto;
    min-height: fit-content;
    padding: 18px 18px 16px;
    border-radius: 4px;
    border-radius: 12px;
border: 1px solid var(--Graffit-500, #48666D);
  }

  .reviews__stars {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .reviews__text {
    margin-bottom: 24px;
  color: var(--Graffit-500, #48666D);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .reviews__divider {
    margin-bottom: 24px;
  }

  .reviews__author {
    gap: 10px;
  }

  .reviews__avatar {
    width: 56px;
height: 56px;
  }

  .reviews__name {
    margin-bottom: 8px;
    color: var(--Graffit-500, #48666D);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
  }

  .reviews__position {
    color: var(--Graffit-500, #48666D);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .reviews__arrow {
    width: 24px;
    height: 24px;
  }

  .reviews__arrow svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.2;
  }
}

@media (max-width: 380px) {
  .reviews__card {
    min-height: 286px;
    padding: 16px 15px 14px;
  }

  .reviews__text {
    font-size: 10px;
  }

  .reviews__name {
    font-size: 14px;
  }
}
:root {
  --color-main: #46676e;
  --color-green: #286c09;

  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.blog-preview {
  padding: 42px 0 64px;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.blog-preview__title {
  margin-bottom: 42px;
 color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.blog-preview__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 92px;
}

.blog-preview__card {
  min-width: 0;
}

.blog-preview__image-link {
  position: relative;
  overflow: hidden;
  display: block;
 width: 320px;
height: 320px;
aspect-ratio: 1/1;
  margin-bottom: 26px;
  background: #e8eeee;
}

.blog-preview__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-preview__image-link:hover .blog-preview__image {
  transform: scale(1.05);
}

.blog-preview__label {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 210px;
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid #ffffff;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.blog-preview__card-title {
  padding-left: 32px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-main);
}

.blog-preview__card-link {
  text-decoration: none;
  transition: color 0.25s ease;
  color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.blog-preview__card-link:hover {
  color: var(--color-green);
}

/* Laptop */

@media (max-width: 1400px) {
  .blog-preview__list {
    gap: 54px;
  }

  .blog-preview__card-title {
    padding-left: 20px;
    font-size: 25px;
  }

  .blog-preview__label {
    min-width: 170px;
    min-height: 58px;
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 1024px) {
  .blog-preview__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }

  .blog-preview__card-title {
    font-size: 23px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .blog-preview {
    padding: 30px 0 0px;
  }

  .blog-preview__title {
    color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 32px;
  }

      .blog-preview__list {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        margin-right: calc(var(--container-padding) * -1);
        padding: 0 var(--container-padding) 8px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        flex-direction: column;
        align-items: center;
    }

  .blog-preview__list::-webkit-scrollbar {
    display: none;
  }

  .blog-preview__card {
        flex: 0 0 220px;
        scroll-snap-align: start;
        text-align: center;
        padding-bottom: 32px;
    }

  .blog-preview__image-link {
    margin-bottom: 26px;
    width: 274px;
height: 274px;
aspect-ratio: 1/1;
  }

  .blog-preview__label {
    min-width: 128px;
    min-height: 44px;
    padding: 8px 10px;
    border-width: 1.5px;
    font-size: 9px;
  }

  /* .blog-preview__card-title {
    padding-left: 10px;
    font-size: 15px;
  } */
  .blog-preview__card-link {
    text-decoration: none;
    transition: color 0.25s ease;
    color: var(--Graffit-500, #48666D);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Graffit-500, #48666D);
    text-align: center;
    /* font-family: "Google Sans"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
}

@media (max-width: 380px) {
  .blog-preview__card {
    flex-basis: 205px;
  }

  .blog-preview__card-title {
    font-size: 14px;
  }
}
:root {
  --color-footer: #46676e;
  --color-white: #ffffff;

  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.footer {
  min-height: 130px;
  display: flex;
  align-items: center;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-white);
  background: var(--color-footer);
}

.footer__container {
  display: grid;
  grid-template-columns: 80px 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}

.footer__logo {
  width: 42px;
  height: 42px;
  justify-self: start;
  display: inline-flex;
  color: var(--color-white);
}

.footer__logo-img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__copyright {
  justify-self: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  white-space: nowrap;
}

.footer__email {
  justify-self: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: opacity 0.25s ease;
}

.footer__email:hover {
  opacity: 0.75;
}

.footer__socials {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer__social {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: var(--color-white);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.footer__social:hover {
  color: var(--color-footer);
  background: var(--color-white);
  transform: translateY(-2px);
}

.footer__social-icon {
  width: 16px;
  height: 16px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer__social:nth-child(3) .footer__social-icon {
  fill: currentColor;
  stroke: none;
}

/* Tablet */

@media (max-width: 1024px) {
  .footer__container {
    grid-template-columns: auto 1fr auto;
    gap: 26px;
  }

  .footer__email {
    grid-column: 2;
  }

  .footer__copyright {
    font-size: 15px;
  }

  .footer__email {
    font-size: 15px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .footer {
    min-height: 205px;
    padding: 30px 0;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
  }

  .footer__logo {
    width: 42px;
    height: 42px;
    justify-self: auto;
  }

  .footer__copyright {
    font-size: 10px;
    line-height: 1.2;
  }

  .footer__email {
    font-size: 10px;
    line-height: 1.2;
  }

  .footer__socials {
    justify-self: auto;
    gap: 12px;
  }

  .footer__social {
    width: 34px;
    height: 34px;
  }

  .footer__social-icon {
    width: 15px;
    height: 15px;
  }
}
.order-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: "Google Sans", Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.order-popup--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.order-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(70, 103, 110, 0.22);
  backdrop-filter: blur(4px);
}

.order-popup__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  width: 361px;
  min-height: fit-content;
  padding: 34px 30px 28px;
  border: 1.5px solid rgba(70, 103, 110, 0.75);
  border-radius: 4px;
  background: #ffffff;
  color: #46676e;
  box-shadow: 0 18px 46px rgba(70, 103, 110, 0.16);
}

.order-popup__close {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #46676e;
  font-size: 24px;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.order-popup__title {
  margin: 0 0 19px;
  text-align: center;
 font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: var(--Graffit-500, #48666D);

}

.order-popup__form {
  display: grid;
  gap: 10px;
}

.order-popup__field {
  display: grid;
  gap: 4px;
}

.order-popup__label {
  padding-left: 3px;
  color: var(--Graffit-500, #48666D);
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.order-popup__input {
  width: 100%;
  height: 34px;
  padding: 0 14px;
  border: 1.5px solid #46676e;
  border-radius: 999px;
  outline: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: #46676e;
  background: #ffffff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.order-popup__input:focus {
  border-color: #286c09;
  box-shadow: 0 0 0 3px rgba(40, 108, 9, 0.1);
}

.order-popup__phone {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1.5px solid #46676e;
  border-radius: 999px;
  background: #ffffff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.order-popup__phone:focus-within {
  border-color: #286c09;
  box-shadow: 0 0 0 3px rgba(40, 108, 9, 0.1);
}

.order-popup__phone-prefix {
  display: inline-flex;
  flex-shrink: 0;
  gap: 6px;
  align-items: center;
  padding: 0 10px 0 14px;
  border-right: 1px solid rgba(70, 103, 110, 0.22);
  color: #46676e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.order-popup__phone-flag {
  display: inline-flex;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(70, 103, 110, 0.12);
}

.order-popup__phone-flag svg {
  display: block;
}

.order-popup__input--phone {
  flex: 1;
  min-width: 0;
  height: 34px;
  padding: 0 14px 0 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.order-popup__input--phone:focus {
  border-color: transparent;
  box-shadow: none;
}

.order-popup__hint {
  margin: 2px 0 0;
  color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.order-popup__selection {
  margin: 12px 0 4px;
  padding: 12px 14px;
  border: 1px solid rgba(72, 102, 109, 0.18);
  border-radius: 12px;
  background: rgba(72, 102, 109, 0.05);
}

.order-popup__selection-title {
  margin: 0 0 6px;
  color: var(--Graffit-500, #48666D);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.order-popup__selection-item {
  margin: 0;
  color: #1f2d31;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.order-popup__contact {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 40px;
  margin-top: 2px;
  border: 1.5px solid #46676e;
  border-radius: 999px;
}

.order-popup__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  color: #46676e;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
}

.order-popup__contact-btn--active {
  color: #ffffff;
  background: #46676e;
}

.order-popup__contact-btn svg {
    /* width: 22px; */
    /* height: 22px; */
    display: block;
    fill: none;
    /* stroke: currentColor; */
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.order-popup__consent {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin-top: 4px;
  cursor: pointer;
}

.order-popup__consent-input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #286c09;
  cursor: pointer;
}

.order-popup__consent-text {
  color: #5f7075;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
}

.order-popup__consent-link {
  color: #48666d;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.order-popup__consent-link:hover {
  color: #1f5606;
}

.order-popup__submit,
.order-popup__success-button {
  width: 100%;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  background: #286c09;
  color: #ffffff;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.order-popup__submit:hover,
.order-popup__success-button:hover {
  background: #1f5606;
  transform: translateY(-1px);
}

.order-popup__screen--success {
  min-height: 226px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.order-popup__screen--success[hidden] {
  display: none;
}

.order-popup__success-title {
  margin: 0 0 16px;
  text-align: center;
  color: var(--Graffit-500, #48666D);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.order-popup__input::placeholder {
 color: var(--Graffit-200, #B6C2C5);
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
  opacity: 1;

}
.order-popup__success-text {
  margin-bottom: 24px;
  text-align: center;
color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.order-popup__success-button {
  max-width: 260px;
  margin-top: 0;
}

body.order-popup-lock {
  overflow: hidden;
}

.ration-quiz-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ration-quiz-popup--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ration-quiz-popup__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 103, 110, 0.18);
  backdrop-filter: blur(3px);
}

.ration-quiz-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 374px);
  padding: 28px 24px 24px;
  border: 1px solid var(--color-main);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-main);
  text-align: center;
  box-shadow: 0 16px 42px rgba(70, 103, 110, 0.16);
}

.ration-quiz-popup__close {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 26px;
  height: 26px;
  color: var(--color-main);
  font-size: 22px;
  line-height: 1;
}

.ration-quiz-popup__title {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.ration-quiz-popup__text {
  max-width: 290px;
  margin: 0 auto 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

.ration-quiz-popup__button {
  width: 100%;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--color-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  transition: background 0.25s ease, transform 0.25s ease;
}

.ration-quiz-popup__button:hover {
  background: var(--color-green-dark);
  transform: translateY(-1px);
}

body.ration-quiz-popup-lock {
  overflow: hidden;
}

.floating-order-button {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 900;
  width: 112px;
  height: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-green);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 7px 14px rgba(31, 86, 6, 0.34);
  transition: background 0.25s ease, transform 0.25s ease;
}

.floating-order-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(40, 108, 9, 0.46);
  animation: floating-order-pulse 1.55s ease-out infinite;
}

.floating-order-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background: rgba(40, 108, 9, 0.3);
  animation: floating-order-pulse 1.55s ease-out 0.5s infinite;
}

.floating-order-button:hover {
  background: var(--color-green-dark);
  transform: translateY(-2px);
}

.floating-order-button:focus-visible {
  outline: 3px solid rgba(40, 108, 9, 0.3);
  outline-offset: 4px;
}

body.order-popup-lock .floating-order-button,
body.ration-quiz-popup-lock .floating-order-button {
  opacity: 0;
  pointer-events: none;
}

@keyframes floating-order-pulse {
  0% {
    opacity: 0.75;
    transform: scale(1);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 767px) {
  .floating-order-button {
    right: 16px;
    bottom: 18px;
    width: 88px;
    height: 88px;
    font-size: 13px;
  }

  .ration-quiz-popup__dialog {
    width: min(100%, 340px);
    padding: 26px 20px 20px;
  }

  .ration-quiz-popup__title {
    font-size: 16px;
  }

  .ration-quiz-popup__text {
    font-size: 10px;
  }

  .order-popup {
    align-items: flex-start;
    padding-top: 56px;
  }

  .order-popup__dialog {
    max-width: 324px;
    min-height: 390px;
    padding: 34px 30px 28px;
  }
}

@media (max-width: 380px) {
  .order-popup__dialog {
    max-width: 302px;
    padding-inline: 24px;
  }
}
:root {
  --color-main: #46676e;
  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.post-page {
  padding: 38px 0 72px;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.post-page__article {
  width: 100%;
}

.post-page__hero {
  display: grid;
  grid-template-columns: 680px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 34px;
}

.post-page__image-wrap {
  overflow: hidden;
  width: 676px;
height: 676px;
flex-shrink: 0;
aspect-ratio: 1/1;
  background: #e8eeee;
}

.post-page__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.post-page__intro {
  padding-top: 32px;
}

.post-page__intro-text p {
  margin: 0;
}

.post-page__intro-text p + p {
  margin-top: 14px;
}

.post-page__title {
 color: var(--Graffit-500, #48666D);
margin-bottom: 16px;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.post-page__category {
  margin: 0 0 16px;
  color: var(--Graffit-500, #48666D);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post-page__intro-text {
  margin-top: 0;
}

.post-page__text,
.post-page__paragraph,
.post-page__intro-text p,
.post-page__content p {
  margin: 0;
  color: var(--Graffit-500, #48666D);
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.post-page__text + .post-page__text {
  margin-top: 14px;
}

.post-page__content {
  margin-bottom: 50px;
}

.post-page__content h2,
.post-page__content h3 {
  color: var(--Graffit-500, #48666D);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.post-page__content h2 {
  font-size: 32px;
  margin: 32px 0 16px;
}

.post-page__content h2:first-child,
.post-page__content h3:first-child {
  margin-top: 0;
}

.post-page__content h3 {
  font-size: 28px;
  margin: 24px 0 12px;
}

.post-page__content ul,
.post-page__content ol {
  margin: 0;
  padding-left: 1.25em;
  color: var(--Graffit-500, #48666D);
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}

.post-page__content li + li {
  margin-top: 8px;
}

.post-page__paragraph + .post-page__paragraph,
.post-page__content p + p {
  margin-top: 16px;
}

.post-page__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 92px;
    max-width: 1315px;
    margin: 0 auto;
    margin-top: 94px;
    margin-bottom: 94px;
}

.post-page__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.post-page__feature-image-wrap {
  /* width: 205px;
  height: 205px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.post-page__feature-image {
  width: 336.015px;
height: 323.989px;
  display: block;
  object-fit: contain;
}

.post-page__feature-title {
  color: var(--Graffit-500, #48666D);
text-align: center;
padding: 26px 0px 26px 0px;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.post-page__feature-text {
  margin: 0;
  color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.post-page__content--bottom {
  color: var(--Graffit-500, #48666D);
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Laptop */

@media (max-width: 1400px) {
  .post-page__hero {
    grid-template-columns: 460px minmax(0, 1fr);
    gap: 34px;
  }

  .post-page__intro {
    padding-top: 20px;
  }

  .post-page__title {
    font-size: 38px;
  }

  .post-page__text,
  .post-page__paragraph,
  .post-page__category,
  .post-page__intro-text p,
  .post-page__content p {
    font-size: 16px;
  }
}

/* Tablet */

@media (max-width: 1024px) {
  .post-page__hero {
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 26px;
  }

  .post-page__title {
    font-size: 30px;
  }

  .post-page__text,
  .post-page__paragraph,
  .post-page__category,
  .post-page__intro-text p,
  .post-page__content p {
    font-size: 14px;
  }

  .post-page__features {
    gap: 44px;
  }

  .post-page__feature-image-wrap {
    width: 170px;
    height: 170px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }
.post-page__image-wrap {
    overflow: hidden;
    width: 100%;
    height: 361px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    background: #e8eeee;
    object-fit: cover;
}
  .post-page {
    padding: 24px 0 46px;
  }

  .post-page__hero {
    display: block;
    margin-bottom: 18px;
  }

  .post-page__image-wrap {
    aspect-ratio: 1.08 / 1;
    margin-bottom: 18px;
  }

  .post-page__intro {
    padding-top: 0;
  }

  .post-page__title {
    color: var(--Graffit-500, #48666D);
    margin-top: 40px;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .post-page__text,
  .post-page__paragraph,
  .post-page__category,
  .post-page__intro-text p,
  .post-page__content p {
   color: var(--Graffit-500, #48666D);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
.post-page__feature-image {
    width: 336.015px;
    height: 323.989px;
    display: block;
    object-fit: contain;
    width: 166px;
    height: 160px;
    aspect-ratio: 83 / 80;
}
  .post-page__text + .post-page__text {
    margin-top: 8px;
  }

  .post-page__content {
    margin-bottom: 32px;
  }

  .post-page__paragraph + .post-page__paragraph,
  .post-page__content p + p {
    margin-top: 8px;
  }

  .post-page__features {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 100%;
    margin-bottom: 34px;
  }

  .post-page__feature-image-wrap {
    width: 145px;
    height: 145px;
    margin-bottom: 10px;
  }

      .post-page__feature-title {
        font-size: 13px;
        color: var(--Graffit-500, #48666D);
        text-align: center;
        /* font-family: "Google Sans"; */
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 16px 0px 16px 0px;
    }

  .post-page__feature-text {
    color: var(--BlackWhite-900, #000);
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
}

@media (max-width: 380px) {
  .post-page__title {
    font-size: 17px;
  }

  .post-page__text,
  .post-page__paragraph,
  .post-page__category,
  .post-page__intro-text p,
  .post-page__content p {
    font-size: 8px;
  }

  .post-page__feature-image-wrap {
    width: 132px;
    height: 132px;
  }

  .post-page__feature-title {
    font-size: 12px;
  }

  .post-page__feature-text {
    font-size: 7px;
  }
}
:root {
  --color-main: #46676e;
  --color-green: #286c09;

  --container-width: 1604px;
  --container-padding: 30px;
}

.container {
  width: min(calc(100% - var(--container-padding) * 2), var(--container-width));
  max-width: var(--container-width);
  margin: 0 auto;
}

.blog-page {
  padding: 58px 0 74px;
  font-family: "Google Sans", Arial, sans-serif;
  color: var(--color-main);
  background: #ffffff;
}

.blog-page__title {
  margin: 0 0 64px;
  text-align: center;
  color: var(--Graffit-500, #48666D);
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.blog-page__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 86px;
  row-gap: 54px;
}

.blog-page__card {
  min-width: 0;
  text-align: center;
}

.blog-page__image-link {
  position: relative;
  overflow: hidden;
  display: block;
 width: 320px;
height: 320px;
aspect-ratio: 1/1;
margin-bottom: 26px;
}

.blog-page__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-page__image-link:hover .blog-page__image {
  transform: scale(1.05);
}

.blog-page__label {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 206px;
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 2px solid #ffffff;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.blog-page__card-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-main);
}

.blog-page__card-link {
  color: var(--Graffit-500, #48666D);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
  text-decoration: none;
  transition: color 0.25s ease;
}

.blog-page__card-link:hover {
  color: var(--color-green);
}

/* Laptop */

@media (max-width: 1400px) {
  .blog-page__grid {
    column-gap: 52px;
    row-gap: 46px;
  }

  .blog-page__title {
    font-size: 34px;
  }

  .blog-page__card-title {
    font-size: 21px;
  }

  .blog-page__label {
    min-width: 170px;
    min-height: 56px;
    font-size: 13px;
  }
}

/* Tablet */

@media (max-width: 1024px) {
  .blog-page__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
  }
  .blog-page__card{
    margin: 0px auto;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    --container-padding: 16px;
  }

  .blog-page {
    padding: 18px 0 42px;
  }

  .blog-page__title {
    color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
        margin-bottom: 32px;
  }

  .blog-page__grid {
        /* max-width: 132px; */
        display: grid;
        grid-template-columns: 1fr;
        /* gap: 22px; */
        /* margin: 0 auto; */
        margin: 0px auto;
    }

  .blog-page__image-link {
    aspect-ratio: 1.13 / 1;
    margin-bottom: 7px;
    width: 274px;
height: 274px;
aspect-ratio: 1/1;
  }
.blog-page__card-link {
    color: var(--Graffit-500, #48666D);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    transition: color 0.25s ease;
    color: var(--Graffit-500, #48666D);
    text-align: center;
    /* font-family: "Google Sans"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}
  .blog-page__card-title {
    font-size: 8px;
    line-height: 1.2;
    margin-top: 26px;
  }

  .blog-page__label {
    min-width: 88px;
    min-height: 30px;
    padding: 5px 7px;
    border-width: 1px;
    font-size: 5.5px;
    line-height: 1.15;
  }
}

@media (max-width: 380px) {
  .blog-page__grid {
    max-width: 126px;
    gap: 20px;
  }

  .blog-page__card-title {
    font-size: 7.5px;
  }
}
.dishes-gallery__item {
  cursor: zoom-in;
}

.image-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  font-family: "Google Sans", Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.image-popup--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.image-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 35, 39, 0.72);
  backdrop-filter: blur(7px);
}

.image-popup__dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 74px 34px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.image-popup__content {
  width: 100%;
  text-align: center;
}

.image-popup__image {
  max-width: 100%;
  max-height: 72vh;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 6px;
}

.image-popup__caption {
  min-height: 18px;
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #46676e;
}

.image-popup__close {
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 3;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #46676e;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.image-popup__close:hover {
  transform: scale(1.1);
  opacity: 0.75;
}

.image-popup__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #46676e;
  border-radius: 50%;
  background: #ffffff;
  color: #286c09;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.image-popup__arrow:hover {
  background: #46676e;
  color: #ffffff;
  transform: translateY(-50%) scale(1.08);
}

.image-popup__arrow--prev {
  left: 18px;
}

.image-popup__arrow--next {
  right: 18px;
}

body.image-popup-lock {
  overflow: hidden;
}

@media (max-width: 767px) {
  .image-popup {
    padding: 14px;
  }

  .image-popup__dialog {
    min-height: 320px;
    padding: 46px 16px 24px;
    border-radius: 6px;
  }

  .image-popup__image {
    max-height: 66vh;
  }

  .image-popup__caption {
    margin-top: 10px;
    font-size: 12px;
  }

  .image-popup__close {
    top: 8px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }

  .image-popup__arrow {
    width: 34px;
    height: 34px;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.92);
  }

  .image-popup__arrow--prev {
    left: 8px;
  }

  .image-popup__arrow--next {
    right: 8px;
  }
}
.about-service__container{
  max-width: 1600px;
  margin: 0px auto;
}
.about-service__texts {
  max-width: 620px;
  font-family: "Google Sans", Arial, sans-serif;
  color: #46676e;
}

.about-service__texts-title {
  margin: 0 0 34px;
  font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.about-service__texts-list {
  margin: 0;
  padding: 0 0 0 1.15em;
  list-style: disc;
}

.about-service__texts-item {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-service__texts-item + .about-service__texts-item {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .about-service__texts {
    /* max-width: 300px; */
    text-align: center;
  }

  .about-service__texts-title {
    margin-bottom: 32px;
   color: var(--Graffit-500, #48666D);
text-align: center;

font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .about-service__texts-list {
    display: inline-block;
    padding-left: 1.1em;
    text-align: left;
  }

  .about-service__texts-item {
    color: var(--Graffit-500, #48666D);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .about-service__icon img{
    width: 195px;
height: 161px;
aspect-ratio: 86/71;
  }
}

/* footers */

.granola__footer {
padding-top: 72px;
  color: #ffffff;
  background: #48666d;
}

.granola__footer-container {
  width: min(calc(100% - 40px), 1600px);
  max-width: 1600px;
  margin: 0 auto;
}

.granola__footer-cta {
  margin-bottom: 58px;
  text-align: center;
}

.granola__footer-title {
  margin: 0 0 6px;
 color: var(--BlackWhite-100, #FFF);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.granola__footer-subtitle {
  max-width: 1200px;
  margin: 0 auto 40px;
  color: var(--BlackWhite-100, #FFF);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.granola__footer-actions {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.granola__footer-button {
  min-width: 358px;
  min-height: 73px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 80px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  background: #ffffff;
 color: var(--Graffit-500, #48666D);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.granola__footer-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.granola__footer-bottom {
  display: grid;
  grid-template-columns: 280px 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  padding-bottom: 72px;
}

.granola__footer-logo {
  width: 42px;
  height: 42px;
  justify-self: start;
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
}

.granola__footer-logo img {
  width: 45.736px;
height: 45.736px;
  display: block;
}

.granola__footer-legal {
  justify-self: center;
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: min(100%, 760px);
}

.granola__footer-copyright {
  justify-self: center;
  margin: 0;
  color: var(--BlackWhite-100, #FFF);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
  white-space: nowrap;
}

.granola__footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  max-width: 760px;
}

.granola__footer-link {
  color: var(--BlackWhite-100, #FFF);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: center;
}

.granola__footer-link:hover {
  opacity: 0.9;
}

.granola__footer-email {
  justify-self: center;
 color: var(--BlackWhite-100, #FFF);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.granola__footer-socials {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 13px;
}



.granola__footer-social:hover {
  background: #ffffff00;
  color: #48666d;
  transform: translateY(-2px);
}

.granola__footer-social img {
  display: block;
  width: 44px;
  height: 44px;
}

.granola__footer-social-icon {
  width: 15px;
  height: 15px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.granola__footer-social-icon--fill {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 767px) {
  .granola__footer {
    /* padding: 46px 0 40px; */
  }

  .granola__footer-container {
    width: min(calc(100% - 32px), 1600px);
  }

  .granola__footer-cta {
    margin-bottom: 48px;
  }

  .granola__footer-title {
    margin-bottom: 0;
    color: var(--BlackWhite-100, #FFF);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .granola__footer-subtitle {
    /* max-width: 360px; */
    margin-bottom: 28px;
    font-size: 25px;
    line-height: 1.17;
  }

  .granola__footer-actions {
    flex-direction: column-reverse;
    align-items: center;
    gap: 8px;
  }

  .granola__footer-button {
    width: 100%;
    max-width: 360px;
    min-height: 40px;
    padding: 12px 24px;
    font-size: 12px;
  }

  .granola__footer-button--telegram::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 6px;
  flex: 0 0 12px;
  display: inline-block;
  background-color: #48666d;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.01869 5.64642C4.11944 4.29547 6.18708 3.40485 7.22164 2.97454C10.1755 1.74594 10.7893 1.53251 11.1893 1.52547C11.2773 1.52392 11.4741 1.54572 11.6015 1.64913C11.7091 1.73644 11.7387 1.85439 11.7529 1.93718C11.767 2.01996 11.7847 2.20854 11.7707 2.3559C11.6106 4.03777 10.918 8.11923 10.5656 10.003C10.4165 10.8 10.1229 11.0673 9.8387 11.0934C9.22102 11.1503 8.75199 10.6852 8.15373 10.2931C7.21759 9.67942 6.68872 9.29742 5.78003 8.6986C4.72988 8.00657 5.41065 7.62622 6.00913 7.00461C6.16575 6.84194 8.88726 4.36652 8.93993 4.14196C8.94652 4.11388 8.95264 4.00919 8.89044 3.95391C8.82825 3.89863 8.73646 3.91754 8.67022 3.93257C8.57633 3.95388 7.08082 4.94235 4.1837 6.89799C3.75921 7.18948 3.37471 7.3315 3.03022 7.32406C2.65044 7.31585 1.91991 7.10933 1.37683 6.93279C0.710718 6.71627 0.181308 6.60179 0.227408 6.23406C0.251419 6.04253 0.515181 5.84665 1.01869 5.64642Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.01869 5.64642C4.11944 4.29547 6.18708 3.40485 7.22164 2.97454C10.1755 1.74594 10.7893 1.53251 11.1893 1.52547C11.2773 1.52392 11.4741 1.54572 11.6015 1.64913C11.7091 1.73644 11.7387 1.85439 11.7529 1.93718C11.767 2.01996 11.7847 2.20854 11.7707 2.3559C11.6106 4.03777 10.918 8.11923 10.5656 10.003C10.4165 10.8 10.1229 11.0673 9.8387 11.0934C9.22102 11.1503 8.75199 10.6852 8.15373 10.2931C7.21759 9.67942 6.68872 9.29742 5.78003 8.6986C4.72988 8.00657 5.41065 7.62622 6.00913 7.00461C6.16575 6.84194 8.88726 4.36652 8.93993 4.14196C8.94652 4.11388 8.95264 4.00919 8.89044 3.95391C8.82825 3.89863 8.73646 3.91754 8.67022 3.93257C8.57633 3.95388 7.08082 4.94235 4.1837 6.89799C3.75921 7.18948 3.37471 7.3315 3.03022 7.32406C2.65044 7.31585 1.91991 7.10933 1.37683 6.93279C0.710718 6.71627 0.181308 6.60179 0.227408 6.23406C0.251419 6.04253 0.515181 5.84665 1.01869 5.64642Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

  .granola__footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .granola__footer-logo {
    width: 54px;
    height: 54px;
  }

  .granola__footer-copyright {
    font-size: 16px;
  }

  .granola__footer-links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 320px;
  }

  .granola__footer-link {
    font-size: 14px;
  }

  .granola__footer-email {
    font-size: 16px;
  }

  .granola__footer-socials {
    gap: 14px;
  }

  .granola__footer-social {
    width: 44px;
    height: 44px;
  }

  .granola__footer-social-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 380px) {
  .granola__footer-title {
    font-size: 23px;
  }

  .granola__footer-subtitle {
    max-width: 310px;
    font-size: 22px;
  }

  .granola__footer-button {
    max-width: 330px;
  }
}

/* mobs */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Google Sans", Arial, sans-serif;
  background: #ffffff;
  color: #48666d;
  opacity: 0;
  pointer-events: none;
  height: fit-content;
}

.mobile-menu--active {
  display: flex;
  pointer-events: auto;
}

.mobile-menu__inner {
  width: 100%;
  padding: 22px 40px 0;
}

.mobile-menu__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 34px;
}

.mobile-menu__logo {
  width: 52px;
  height: 52px;
  display: block;
  background: #48666d;
}

.mobile-menu__logo-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.mobile-menu__close {
  position: relative;
  width: 34px;
  height: 34px;
  margin-top: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-menu__close-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 4px;
  border-radius: 999px;
  background: #48666d;
}

.mobile-menu__close-line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu__close-line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu__nav {
  display: grid;
  gap: 27px;
  margin-bottom: 30px;
}

.mobile-menu__nav-link {
  color: #48666d;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.mobile-menu__socials {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 26px;
}

.mobile-menu__social {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #48666d;
  border-radius: 50%;
  color: #48666d;
  text-decoration: none;
}

.mobile-menu__social svg {
  display: block;
}

.mobile-menu__social-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-menu__social-icon--fill {
  fill: currentColor;
  stroke: none;
}

.mobile-menu__languages {
  overflow: hidden;
  width: max-content;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  border: 1.5px solid #48666d;
  border-radius: 999px;
  background: #ffffff;
  padding: 2px;
}

.mobile-menu__language {
  width: 47px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  color: #48666d;
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu__language--active {
  border-radius: 50%;
  background: #48666d;
  color: #ffffff;
}

.mobile-menu__phone {
  width: 100%;
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 22px;
  border: 1.5px solid #48666d;
  border-radius: 999px;
  color: #48666d;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 40px;
}

.mobile-menu__phone-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-menu__bottom {
  width: 100%;
  height: 33px;
  background: #48666d;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none !important;
  }
  
}

@media (max-width: 380px) {
  .mobile-menu__inner {
    padding-inline: 28px;
  }

  .mobile-menu__nav-link {
    font-size: 28px;
  }

  .mobile-menu__phone {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
 .header__info , .gren{
  display: none;
 }
 
}
@media (max-width: 768px) {
 .cont--plan {
    padding: 0px;
    border-radius: 0px;
    border: none;
}
}
.portfolio__faq {
  width: 100%;
  padding: 14px 18px 10px;
}

.portfolio__faq-container {
  width: 100%;
  max-width: 1604px;
  margin: 0 auto;
  margin-bottom: 91px;
}

.portfolio__faq-title {
    margin: 61px 0 64px;
    color: var(--Graffit-500, #48666D);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.portfolio__faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.portfolio__faq-item {
  overflow: hidden;
  background: transparent;
}

.portfolio__faq-button {
  width: 100%;
  min-height: 48px;
  padding: 32px 64px;
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  gap: 18px;
  text-align: left;
  color: #4c6570;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
border: 1px solid var(--Graffit-500, #48666D);
}

.portfolio__faq-question {
 color: var(--Graffit-500, #48666D);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.portfolio__faq-icon {
  position: relative;
  width: 14px;
  height: 14px;
  justify-self: center;
  flex-shrink: 0;
}

.portfolio__faq-icon::before,
.portfolio__faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 4px;
  border-radius: 20px;
  background: #4c6570;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.portfolio__faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.portfolio__faq-item--active .portfolio__faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.portfolio__faq-panel {
  overflow: hidden;
}

.portfolio__faq-content {
  padding: 0 28px 15px;
}

.portfolio__faq-text {
padding: 16px 32px;
  color: var(--Graffit-500, #48666D);
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.portfolio__faq-text p {
  margin: 0;
}

.portfolio__faq-text p + p {
  margin-top: 12px;
}

.portfolio__faq-text a {
  color: inherit;
}

@media (max-width: 575px) {
  /* .portfolio__faq {
    padding: 12px 4px 6px;
  } */

  .portfolio__faq-container {
    max-width: 100%;
  }

  .portfolio__faq-title {
    margin: 32px 0 64px;
color: var(--Graffit-500, #48666D);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .portfolio__faq-list {
    gap: 16px;
  }

  .portfolio__faq-item {
    border-radius: 2px;
  }

     .portfolio__faq-button {
        /* min-height: 43px; */
        padding: 32px;
        grid-template-columns: 1fr 14px;
        gap: 10px;
    }

  .portfolio__faq-question {
    color: var(--Graffit-500, #48666D);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  }

  .portfolio__faq-icon {
    width: 11px;
    height: 11px;
  }

  .portfolio__faq-icon::before,
  .portfolio__faq-icon::after {
    width: 21px;
        height: 3px;
  }

.portfolio__faq-content {
        padding: 0px;
      
    }

  .portfolio__faq-text {
    max-width: 100%;
   color: var(--Graffit-500, #48666D);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
}

/* Contact */

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

.granola_contact {
  --granola-primary: #48666d;
  --granola-primary-dark: #334e54;
  --granola-primary-soft: #f2f6f6;
  --granola-text: #172024;
  --granola-muted: #5f7075;
  --granola-border: #d5dfe1;
  --granola-surface: #ffffff;

  width: 100%;
  color: var(--granola-text);
  background: transparent;
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.granola_contact a {
  color: inherit;
}

.granola_contact__container {
  width: min(calc(100% - 32px), 1600px);
  margin-inline: auto;
  padding-block: 24px 38px;
}

.granola_contact__header {
  margin-bottom: 22px;
}

.granola_contact__title {
  margin: 0;
  padding-top: 20px;
  color: var(--color-main);
  font-family: "Google Sans", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.granola_contact__layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(520px, 1.04fr);
  gap: 12px;
  align-items: stretch;
}

.granola_contact__card,
.granola_contact__map {
  min-width: 0;
  height: 350px;
  border-radius: 20px;
}

.granola_contact__card {
  display: flex;
  flex-direction: column;
  padding: 28px 38px;
  background: var(--granola-surface);
  border: 1px solid var(--granola-primary);
}

.granola_contact__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.granola_contact__detail {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-width: 0;
}

.granola_contact__detail--schedule {
  grid-column: 1 / -1;
  max-width: 520px;
}

.granola_contact__detail-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--granola-primary);
  background: var(--granola-primary-soft);
  border: 1px solid rgb(72 102 109 / 14%);
  border-radius: 9px;
}

.granola_contact__detail-icon {
  display: block;
  width: 17px;
  height: 17px;
}

.granola_contact__detail-content {
  min-width: 0;
  padding-top: 1px;
}

.granola_contact__detail-label {
  display: block;
  margin-bottom: 5px;
  color: var(--granola-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.granola_contact__detail-value {
  margin: 0;
  color: var(--granola-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.granola_contact__detail-link {
  color: var(--granola-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.granola_contact__detail-link:hover {
  color: var(--granola-primary-dark);
}

.granola_contact__schedule-description {
  display: block;
  margin-bottom: 2px;
}

.granola_contact__schedule-time {
  color: var(--granola-text);
  font-weight: 500;
}

.granola_contact__social-block {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--granola-border);
}

.granola_contact__social-title {
  margin: 0;
  color: var(--granola-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.granola_contact__socials {
  display: flex;
  gap: 9px;
  align-items: center;
}

.granola_contact__social {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #48666d;
  background: #ffffff;
  border: 1px solid #48666d;
  border-radius: 50%;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.granola_contact__social:hover {
  color: #ffffff;
  background: #48666d;
  transform: translateY(-2px);
}

.granola_contact__social-icon {
  display: none;
  width: 15px;
  height: 15px;
}

.granola_contact__social--telegram .granola_contact__social-icon--telegram,
.granola_contact__social--instagram .granola_contact__social-icon--instagram,
.granola_contact__social--facebook .granola_contact__social-icon--facebook {
  display: block;
}

.granola_contact__social--telegram .granola_contact__social-icon--telegram {
  width: 17px;
  height: 17px;
}

.granola_contact__social--instagram .granola_contact__social-icon--instagram {
  width: 14px;
  height: 14px;
}

.granola_contact__map {
  position: relative;
  overflow: hidden;
  background: #edf1f2;
  border: 1px solid var(--granola-border);
  isolation: isolate;
}

.granola_contact__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.9) contrast(1.02);
}

.granola_contact__map-link {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  color: var(--granola-primary);
  background: rgb(255 255 255 / 96%);
  border: 1px solid rgb(72 102 109 / 14%);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgb(39 61 66 / 12%);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(8px);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.granola_contact__map-link:hover {
  color: #ffffff;
  background: var(--granola-primary);
  transform: translateY(-1px);
}

.granola_contact__map-link-icon {
  width: 14px;
  height: 14px;
}

.granola_contact__detail-link:focus-visible,
.granola_contact__social:focus-visible,
.granola_contact__map-link:focus-visible {
  outline: 3px solid rgb(72 102 109 / 24%);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .granola_contact__layout {
    grid-template-columns: 1fr;
  }

  .granola_contact__card,
  .granola_contact__map {
    height: auto;
  }

  .granola_contact__card {
    min-height: 350px;
  }

  .granola_contact__map-frame {
    height: 420px;
  }
}

@media (max-width: 1024px) {
  .granola_contact__title {
    font-size: 21px;
  }
}

@media (max-width: 650px) {
  .granola_contact__container {
    width: min(calc(100% - 24px), 1600px);
    padding-block: 22px 30px;
  }

  .granola_contact__header {
    margin-bottom: 18px;
  }

  .granola_contact__card,
  .granola_contact__map {
    border-radius: 16px;
  }

  .granola_contact__card {
    min-height: auto;
    padding: 24px 20px;
  }

  .granola_contact__details {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .granola_contact__detail--schedule {
    grid-column: auto;
  }

  .granola_contact__social-block {
    margin-top: 28px;
  }

  .granola_contact__map-frame {
    height: 360px;
  }
}

@media (max-width: 430px) {
  .granola_contact__detail {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .granola_contact__detail-icon-wrap {
    width: 34px;
    height: 34px;
  }

  .granola_contact__social-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .granola_contact__map-frame {
    height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .granola_contact *,
  .granola_contact *::before,
  .granola_contact *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Privacy Policy */

.privacy-policy {
  padding: 48px 0 72px;
  color: var(--color-main);
  font-family: "Google Sans", Arial, sans-serif;
}

.privacy-policy__container {
  max-width: 920px;
}

.privacy-policy__title {
  margin: 0 0 32px;
  color: var(--Graffit-500, #48666D);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.privacy-policy__content {
  color: var(--Graffit-500, #48666D);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.privacy-policy__content h2 {
  margin: 28px 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.privacy-policy__content h2:first-child {
  margin-top: 0;
}

.privacy-policy__content p {
  margin: 0 0 14px;
}

.privacy-policy__content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767px) {
  .privacy-policy {
    padding: 34px 0 48px;
  }

  .privacy-policy__title {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .privacy-policy__content {
    font-size: 14px;
  }

  .privacy-policy__content h2 {
    font-size: 18px;
  }
}
