/* =========================================================
   WANT TO EAT — ФОРМАТИ ХАРЧУВАННЯ
========================================================= */

.wte-moments-section {
  position: relative;
  padding: 70px 20px 95px;
  background:
    radial-gradient(circle at 8% 18%, rgba(4,65,50,.07), transparent 32%),
    radial-gradient(circle at 92% 82%, rgba(4,65,50,.06), transparent 34%),
    #fbfbf8;
  overflow: hidden;
}

.wte-moments-section::before {
  content: "BISTRO";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(100px, 14vw, 230px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  color: rgba(4,65,50,.035);
  pointer-events: none;
  white-space: nowrap;
}

.wte-moments-inner {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
}

.wte-moments-head {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}

.wte-moments-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #044132;
}

.wte-moments-label::before,
.wte-moments-label::after {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(4,65,50,.18);
}

.wte-moments-head h2 {
  max-width: 860px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .94;
  font-weight: 700;
  letter-spacing: -.045em;
  color: #044132;
}

.wte-moments-head p {
  max-width: 740px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(4,65,50,.72);
}

.wte-moments-list {
  display: grid;
  gap: 36px;
}

.wte-moment-row {
  position: relative;
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 58px;
  align-items: center;
  padding: 34px;
  border-radius: 46px;
  background: linear-gradient(180deg, #fff 0%, #f7f9f5 100%);
  box-shadow:
    0 28px 70px rgba(4,65,50,.10),
    inset 0 0 0 1px rgba(4,65,50,.045);
  overflow: visible;
}

.wte-moment-row::before {
  content: "";
  position: absolute;
  inset: 14px -10px -12px 14px;
  border: 2px solid rgba(4,65,50,.36);
  border-radius: 48px;
  z-index: -1;
  transition: .45s ease;
}

.wte-moment-row:hover::before {
  transform: translate(6px, 6px);
  border-color: rgba(4,65,50,.56);
}

.wte-moment-photo {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  background: #eef3ed;
}

.wte-moment-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
  transition: transform .8s ease, filter .8s ease;
}

.wte-moment-row:hover .wte-moment-photo img {
  transform: scale(1.025);
  filter: saturate(1.06) contrast(1.02);
}

.wte-moment-text {
  max-width: 620px;
  text-align: left !important;
  color: #044132;
}

.wte-moment-kicker {
  display: block;
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 500;
  color: #044132;
}

.wte-moment-kicker::after {
  content: "";
  display: block;
  width: 130px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: #044132;
}

.wte-moment-text h3 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.7vw, 46px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #044132;
  text-align: left !important;
}

.wte-moment-text p {
  margin: 0 0 28px;
  max-width: 600px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(4,65,50,.78);
  text-align: left !important;
}

.wte-moment-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.wte-moment-features div {
  padding: 11px 17px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(4,65,50,.14);
  box-shadow: 0 10px 24px rgba(4,65,50,.05);
  font-size: 13px;
  font-weight: 600;
  color: #044132;
}

.wte-moment-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 410px;
  height: 58px;
  padding: 0 30px;
  background: #044132;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #044132;
  border-radius: 40px 24px 40px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .3s ease;
}

.wte-moment-btn::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -12px;
  height: 24px;
  border-radius: 999px;
  background: rgba(4,65,50,.10);
  filter: blur(14px);
  z-index: -1;
}

.wte-btn-arrow {
  font-size: 22px;
  line-height: 1;
  transition: .3s ease;
}

.wte-moment-btn:hover {
  background: #0b5a47;
  transform: translateY(-2px);
}

.wte-moment-btn:hover .wte-btn-arrow {
  transform: translateX(4px);
}

.wte-moment-row-reverse {
  grid-template-columns: 1fr 46%;
}

.wte-moment-row-reverse .wte-moment-photo {
  order: 2;
}

.wte-moment-row-reverse .wte-moment-text {
  order: 1;
}

/* =========================================================
   WANT TO EAT — АДАПТИВ ДЛЯ БЛОКА ФОРМАТИ ХАРЧУВАННЯ
   вставить ПОСЛЕ основных стилей блока
========================================================= */

@media (max-width: 1200px) {
  .wte-moment-row,
  .wte-moment-row-reverse {
    gap: 36px;
    padding: 28px;
  }

  .wte-moment-btn {
    min-width: 340px;
  }
}

@media (max-width: 991px) {
  .wte-moments-section {
    padding: 58px 16px 76px;
  }

  .wte-moments-section::before {
    top: 30px;
    font-size: clamp(70px, 18vw, 150px);
  }

  .wte-moments-head {
    margin-bottom: 38px;
  }

  .wte-moments-head h2 {
    font-size: clamp(36px, 8vw, 56px);
  }

  .wte-moments-head p {
    font-size: 16px;
    line-height: 1.65;
  }

  .wte-moment-row,
  .wte-moment-row-reverse {
    grid-template-columns: 1fr !important;
    gap: 26px;
    padding: 24px;
    border-radius: 34px;
  }

  .wte-moment-row::before,
  .wte-moment-row-reverse::before {
    inset: 10px -7px -9px 10px;
    border-radius: 36px;
  }

  .wte-moment-row-reverse .wte-moment-photo,
  .wte-moment-row-reverse .wte-moment-text {
    order: unset;
  }

  .wte-moment-photo {
    border-radius: 28px;
  }

  .wte-moment-text {
    max-width: 100%;
  }

  .wte-moment-text h3 {
    font-size: clamp(30px, 6.5vw, 42px);
  }

  .wte-moment-text p {
    font-size: 16px;
    line-height: 1.7;
  }

  .wte-moment-btn {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wte-moments-section {
    padding: 50px 14px 68px;
  }

  .wte-moments-label {
    font-size: 10px;
    letter-spacing: .2em;
    gap: 10px;
  }

  .wte-moments-label::before,
  .wte-moments-label::after {
    width: 28px;
  }

  .wte-moments-head h2 {
    font-size: 36px;
    line-height: .98;
  }

  .wte-moments-list {
    gap: 28px;
  }

  .wte-moment-row,
  .wte-moment-row-reverse {
    padding: 18px;
    border-radius: 30px;
  }

  .wte-moment-photo {
    border-radius: 24px;
  }

  .wte-moment-kicker {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .wte-moment-kicker::after {
    width: 92px;
    height: 3px;
    margin-top: 10px;
  }

  .wte-moment-text h3 {
    margin-bottom: 14px;
    font-size: 30px;
  }

  .wte-moment-text p {
    margin-bottom: 22px;
    font-size: 15.5px;
  }

  .wte-moment-features {
    gap: 9px;
    margin-bottom: 22px;
  }

  .wte-moment-features div {
    padding: 9px 13px;
    font-size: 12px;
  }

  .wte-moment-btn {
    height: 54px;
    padding: 0 18px;
    gap: 14px;
    font-size: 10.5px;
    letter-spacing: .06em;
  }
}

@media (max-width: 480px) {
  .wte-moments-section {
    padding: 44px 12px 60px;
  }

  .wte-moments-section::before {
    font-size: 62px;
    top: 34px;
    white-space: normal;
    line-height: .9;
  }

  .wte-moments-head h2 {
    font-size: 31px;
  }

  .wte-moments-head p {
    font-size: 14.5px;
  }

  .wte-moment-row,
  .wte-moment-row-reverse {
    padding: 15px;
    border-radius: 26px;
  }

  .wte-moment-row::before,
  .wte-moment-row-reverse::before {
    inset: 9px -6px -8px 9px;
    border-radius: 28px;
  }

  .wte-moment-text h3 {
    font-size: 26px;
  }

  .wte-moment-features {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wte-moment-btn {
    height: auto;
    min-height: 54px;
    line-height: 1.25;
    text-align: center;
  }
}
/* =========================================================
   WANT TO EAT — ПРЕИМУЩЕСТВА
   исправлено: подложка по ширине как у первого блока
========================================================= */

/* =========================================================
   WANT TO EAT — ПРЕИМУЩЕСТВА С ИКОНКАМИ
========================================================= */
/* =========================================================
   WANT TO EAT — ПРЕИМУЩЕСТВА
   дорогой светлый блок в фирменном зеленом стиле
========================================================= */

.wte-advantages-section {
  position: relative;
  padding: 70px 20px 95px;
  background:
    radial-gradient(circle at 8% 18%, rgba(4,65,50,.055), transparent 32%),
    radial-gradient(circle at 92% 82%, rgba(4,65,50,.045), transparent 34%),
    #fbfbf8;
  overflow: hidden;
}

.wte-advantages-inner {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
}

/* Заголовок */

.wte-advantages-head {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

.wte-advantages-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #044132;
}

.wte-advantages-label::before,
.wte-advantages-label::after {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(4,65,50,.2);
}

.wte-advantages-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -.04em;
  color: #044132;
}

.wte-advantages-head p {
  max-width: 720px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(4,65,50,.76);
}

/* Сетка */

.wte-advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

/* Карточка */

.wte-advantage-card {
  position: relative;
  min-height: 300px;
  height: 100%;
  padding: 32px 26px 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, #fff 0%, #f8faf7 100%);
  box-shadow:
    0 22px 55px rgba(4,65,50,.075),
    inset 0 0 0 1px rgba(4,65,50,.045);
  overflow: visible;
  transition: transform .35s ease, box-shadow .35s ease;
}

.wte-advantage-card::before {
  content: "";
  position: absolute;
  inset: 10px -7px -9px 10px;
  border: 1px solid rgba(4,65,50,.30);
  border-radius: 36px;
  z-index: -1;
  transition: transform .35s ease, border-color .35s ease;
}

.wte-advantage-card::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -16px;
  height: 30px;
  border-radius: 50%;
  background: rgba(4,65,50,.07);
  filter: blur(18px);
  z-index: -2;
  pointer-events: none;
}

.wte-advantage-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 34px 75px rgba(4,65,50,.13),
    inset 0 0 0 1px rgba(4,65,50,.06);
}

.wte-advantage-card:hover::before {
  transform: translate(5px, 5px);
  border-color: rgba(4,65,50,.52);
}

/* Иконка */

.wte-advantage-icon {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 0 0 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 38% 28%, #fff 0%, #fff 45%, rgba(4,65,50,.045) 100%);
  border: 1px solid rgba(4,65,50,.18);
  box-shadow:
    0 12px 28px rgba(4,65,50,.07),
    inset 0 0 0 8px rgba(4,65,50,.025);
}

.wte-advantage-icon::before {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 1px solid rgba(4,65,50,.13);
}

.wte-advantage-icon::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  border: 1px solid rgba(4,65,50,.09);
}

.wte-advantage-icon img {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  object-fit: contain;
  transition: transform .3s ease;
}

.wte-advantage-card:hover .wte-advantage-icon img {
  transform: scale(1.08);
}

/* Текст */

.wte-advantage-card h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #044132;
}

.wte-advantage-card h3::after {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  margin: 18px 0 0;
  border-radius: 999px;
  background: #044132;
  box-shadow: 0 0 14px rgba(4,65,50,.10);
}

.wte-advantage-card p {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(4,65,50,.82);
}

/* Адаптив */

/* =========================================================
   АДАПТИВ
========================================================= */

@media (max-width: 1100px) {

  .wte-advantages-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}

@media (max-width: 768px) {

  .wte-advantages-section{
    padding:54px 18px 70px;
  }

  .wte-advantages-inner{
    padding-right:12px;
    padding-left:2px;
  }

  .wte-advantages-head{
    margin-bottom:34px;
  }

  .wte-advantages-head h2{
    font-size:38px;
  }

  .wte-advantages-head p{
    font-size:15px;
  }

  .wte-advantages-grid{
    grid-template-columns:1fr;
    gap:24px;

    width:96%;
    margin:0 auto;
  }

  .wte-advantage-card{
    min-height:auto;
    padding:30px 24px;
    border-radius:30px;
  }

  .wte-advantage-card::before{
    inset:10px -4px -8px 10px;
    border-radius:32px;
  }

  .wte-advantage-icon{
    width:76px;
    height:76px;
  }

  .wte-advantage-icon img{
    width:40px;
    height:40px;
  }

  .wte-advantage-card h3{
    font-size:28px;
  }

  .wte-advantage-card p{
    font-size:15px;
  }

}

@media (max-width: 480px) {

  .wte-advantages-section{
    padding:48px 18px 60px;
  }

  .wte-advantages-inner{
    padding-right:14px;
    padding-left:2px;
  }

  .wte-advantages-grid{
    width:95%;
  }

  .wte-advantage-card{
    padding:26px 22px;
    border-radius:28px;
  }

  .wte-advantage-card::before{
    inset:8px -2px -6px 8px;
    border-radius:30px;
  }

  .wte-advantage-icon{
    width:72px;
    height:72px;
  }

  .wte-advantage-icon img{
    width:38px;
    height:38px;
  }

  .wte-advantage-card h3{
    font-size:25px;
    line-height:1.05;
  }

  .wte-advantage-card h3::after{
    width:62px;
    margin-top:14px;
  }

  .wte-advantage-card p{
    font-size:14px;
    line-height:1.6;
  }

}

/* =========================================================
   WANT TO EAT — БЛОК МЕНЮ С КОЛЛАЖЕМ
   Показывает, что в кафе есть не только обеды,
   а полноценное разнообразное меню.
========================================================= */

/* =========================================================
   WANT TO EAT — БЛОК МЕНЮ С БОЛЬШИМ КОЛЛАЖЕМ
========================================================= */

/* =========================================================
   WANT TO EAT — МЕНЮ КАФЕ С КОЛЛАЖЕМ
========================================================= */

.wte-menu-showcase-section {
  position: relative;
  padding: 68px 20px 96px;
  background:
    radial-gradient(circle at 8% 18%, rgba(4,65,50,.055), transparent 32%),
    radial-gradient(circle at 92% 82%, rgba(4,65,50,.045), transparent 34%),
    #fbfbf8;
  overflow: hidden;
}

.wte-menu-showcase-section::before {
  content: "WANT TO EAT";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(76px, 11vw, 190px);
  font-weight: 700;
  line-height: .85;
  letter-spacing: .04em;
  color: rgba(4,65,50,.045);
  white-space: nowrap;
  pointer-events: none;
}

.wte-menu-showcase-inner {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
}

/* Шапка */

.wte-menu-showcase-head {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.wte-menu-showcase-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #044132;
}

.wte-menu-showcase-label::before,
.wte-menu-showcase-label::after {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(4,65,50,.22);
}

.wte-menu-showcase-head h2 {
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: .94;
  font-weight: 700;
  letter-spacing: -.045em;
  color: #044132;
}

.wte-menu-showcase-head p {
  max-width: 780px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(4,65,50,.76);
}

/* Плашки */

.wte-menu-showcase-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto 30px;
}

.wte-menu-showcase-features div {
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(4,65,50,.14);
  box-shadow: 0 10px 24px rgba(4,65,50,.05);
  font-size: 13px;
  font-weight: 600;
  color: #044132;
}

/* Карточка */

.wte-menu-showcase-card {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 46px;
  background: linear-gradient(180deg, #fff 0%, #f8faf7 100%);
  box-shadow:
    0 28px 70px rgba(4,65,50,.10),
    inset 0 0 0 1px rgba(4,65,50,.045);
  overflow: visible;
}

.wte-menu-showcase-card::before {
  content: "";
  position: absolute;
  inset: 14px -10px -12px 14px;
  border: 2px solid rgba(4,65,50,.34);
  border-radius: 48px;
  z-index: -1;
  transition: .45s ease;
}

.wte-menu-showcase-card:hover::before {
  transform: translate(6px, 6px);
  border-color: rgba(4,65,50,.55);
}

/* Коллаж — НЕ режем картинку */

.wte-menu-showcase-photo {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: #eef3ed;
  box-shadow:
    0 24px 60px rgba(4,65,50,.12),
    inset 0 0 0 1px rgba(4,65,50,.05);
}

.wte-menu-showcase-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
  object-position: center center;
  transition: transform .8s ease, filter .8s ease;
}

.wte-menu-showcase-card:hover .wte-menu-showcase-photo img {
  transform: scale(1.012);
  filter: saturate(1.05) contrast(1.02);
}

/* Кнопка */

.wte-menu-btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);

  min-width: 340px;
  height: 60px;
  padding: 0 34px;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 22px;

  background: #044132;
  color: #fff !important;
  border: 1px solid #044132;
  border-radius: 40px 24px 40px 20px;

  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;

  box-shadow: 0 18px 34px rgba(4,65,50,.16);
  transition: .3s ease;
  z-index: 4;
}

.wte-menu-btn span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.wte-menu-btn span:last-child {
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.wte-menu-btn:hover {
  background: #0b5a47;
  transform: translateX(-50%) translateY(-2px);
}

/* MOBILE */
@media (max-width: 768px) {

  .wte-menu-showcase-section{
    padding:56px 18px 86px;
  }

  .wte-menu-showcase-inner{
    padding-right:12px;
    padding-left:2px;
  }

  .wte-menu-showcase-section::before{
    top:34px;
    width:100%;
    font-size:58px;
    line-height:.9;
    color:rgba(4,65,50,.06);
    white-space:normal;
    text-align:center;
  }

  .wte-menu-showcase-head{
    margin-bottom:26px;
  }

  .wte-menu-showcase-head h2{
    font-size:38px;
  }

  .wte-menu-showcase-head p{
    font-size:15px;
    line-height:1.65;
  }

  .wte-menu-showcase-features{
    gap:10px;
    margin-bottom:24px;
    width:96%;
    margin-left:auto;
    margin-right:auto;
  }

  .wte-menu-showcase-features div{
    font-size:12px;
    padding:10px 14px;
  }

  .wte-menu-showcase-card{
    width:96%;
    margin:0 auto;
    padding:20px;
    border-radius:32px;
  }

  .wte-menu-showcase-card::before{
    inset:10px -4px -8px 10px;
    border-radius:34px;
  }

  .wte-menu-showcase-photo{
    border-radius:24px;
  }

  .wte-menu-btn{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;

    width:100%;
    min-width:0;

    height:58px;
    margin-top:24px;

    padding:0 22px;

    gap:14px;

    font-size:11px;
    line-height:1;
  }

  .wte-menu-btn:hover{
    transform:translateY(-2px);
  }
}

@media (max-width: 480px){

  .wte-menu-showcase-section{
    padding:50px 18px 70px;
  }

  .wte-menu-showcase-inner{
    padding-right:14px;
    padding-left:2px;
  }

  .wte-menu-showcase-card{
    width:95%;
    padding:18px;
  }

  .wte-menu-showcase-card::before{
    inset:8px -2px -6px 8px;
  }

  .wte-menu-showcase-section::before{
    font-size:48px;
    top:38px;
  }

  .wte-menu-btn{
    font-size:10.5px;
    letter-spacing:.06em;
  }
}

/* ===== LOCATION блок с сиренью главная страница  ===== */

/* =========================================================
   WANT TO EAT — БЛОК ВХОДА В КАФЕ
   фото — главный герой, текст справа, адаптив под мобилку
========================================================= */
.wte-contact-final-section {
  position: relative;
  padding: 68px 20px 96px;
  background:
    radial-gradient(circle at 8% 18%, rgba(4,65,50,.055), transparent 32%),
    radial-gradient(circle at 92% 82%, rgba(4,65,50,.045), transparent 34%),
    #fbfbf8;
  overflow: hidden;
}

.wte-contact-final-section::before {
  content: "WANT TO EAT";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 90px);
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(76px, 11vw, 190px);
  font-weight: 700;
  line-height: .85;
  letter-spacing: .04em;
  color: rgba(4,65,50,.045);
  white-space: nowrap;
  pointer-events: none;
}

.wte-contact-final-inner {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
}

.wte-contact-final-head {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.wte-contact-final-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #044132;
}

.wte-contact-final-label::before,
.wte-contact-final-label::after {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(4,65,50,.22);
}

.wte-contact-final-head h2 {
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: .94;
  font-weight: 700;
  letter-spacing: -.045em;
  color: #044132;
  white-space: nowrap;
}

.wte-contact-final-head p {
  max-width: 780px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(4,65,50,.76);
}

.wte-contact-photo-card {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 46px;
  overflow: hidden;
  background: #eef3ed;
  box-shadow:
    0 28px 70px rgba(4,65,50,.10),
    inset 0 0 0 1px rgba(4,65,50,.045);
}

.wte-contact-photo-card::before {
  content: "";
  position: absolute;
  inset: 14px -10px -12px 14px;
  border: 2px solid rgba(4,65,50,.34);
  border-radius: 48px;
  z-index: -1;
  transition: .45s ease;
}

.wte-contact-photo-card:hover::before {
  transform: translate(6px, 6px);
  border-color: rgba(4,65,50,.55);
}

.wte-contact-photo-card img {
  width: 100%;
  height: auto;
  display: block;
}

.wte-contact-info-card {
  position: relative;
  max-width: 1120px;
  margin: -24px auto 0;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  align-items: stretch;
  padding: 24px;
  border-radius: 42px;
  background: linear-gradient(180deg, #fff 0%, #f8faf7 100%);
  box-shadow:
    0 28px 70px rgba(4,65,50,.10),
    inset 0 0 0 1px rgba(4,65,50,.045);
  z-index: 5;
}

.wte-contact-info-card::before {
  content: "";
  position: absolute;
  inset: 14px -10px -12px 14px;
  border: 2px solid rgba(4,65,50,.34);
  border-radius: 44px;
  z-index: -1;
  transition: .45s ease;
}

.wte-contact-info-card:hover::before {
  transform: translate(6px, 6px);
  border-color: rgba(4,65,50,.55);
}

.wte-contact-info-left {
  padding: 6px 4px 4px;
  color: #044132;
}

.wte-contact-kicker {
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .23em;
  text-transform: uppercase;
  color: #044132;
}

.wte-contact-kicker::after {
  content: "";
  display: block;
  width: 108px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #044132;
}

.wte-contact-info-left h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.35vw, 36px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -.035em;
  color: #044132;
}

.wte-contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.wte-contact-details div {
  position: relative;
  min-height: 78px;
  padding: 12px 15px 12px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(4,65,50,.12);
  box-shadow: 0 8px 18px rgba(4,65,50,.04);
}

.wte-contact-details div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: #044132;
}

.wte-contact-details span {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #044132;
}

.wte-contact-details strong,
.wte-contact-details strong a {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 800;
  color: #044132 !important;
  text-decoration: none !important;
}

.wte-contact-details small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(4,65,50,.72);
}

.wte-contact-buttons {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.wte-social-btn {
  height: 54px;
  padding: 0 18px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  border-radius: 40px 24px 40px 20px;
  border: 0 !important;
  box-shadow: 0 14px 28px rgba(4,65,50,.12);
  transition: .25s ease;
}

.wte-social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(4,65,50,.16);
}

.wte-social-instagram {
  background: linear-gradient(135deg, #f58529 0%, #f56040 24%, #dd2a7b 54%, #8134af 100%) !important;
}

.wte-social-telegram {
  background: #229ED9 !important;
  border-radius: 24px 40px 20px 40px;
}

.wte-social-viber {
  background: #7360F2 !important;
}

.wte-social-contacts {
  background: #044132 !important;
  border-radius: 24px 40px 20px 40px;
}

.wte-contact-map {
  margin-top: 12px;
  border-radius: 30px;
  overflow: hidden;
  background: #eef3ed;
  box-shadow:
    0 24px 60px rgba(4,65,50,.12),
    inset 0 0 0 1px rgba(4,65,50,.05);
  filter: saturate(.82) contrast(.94) brightness(1.04);
}

.wte-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 370px;
  display: block;
  border: 0;
}

@media (max-width: 1100px) {
  .wte-contact-final-head h2 {
    white-space: normal;
  }

  .wte-contact-info-card {
    grid-template-columns: 1fr;
  }

  .wte-contact-map {
    margin-top: 0;
  }

  .wte-contact-map iframe {
    min-height: 340px;
  }
}

@media (max-width: 768px) {
  .wte-contact-final-section {
    padding: 56px 14px 86px;
  }

  .wte-contact-final-section::before {
    top: 34px;
    width: 100%;
    font-size: 58px;
    line-height: .9;
    color: rgba(4,65,50,.06);
    white-space: normal;
  }

  .wte-contact-final-head {
    margin-bottom: 26px;
  }

  .wte-contact-final-label {
    font-size: 10px;
    gap: 10px;
    letter-spacing: .2em;
  }

  .wte-contact-final-label::before,
  .wte-contact-final-label::after {
    width: 28px;
  }

  .wte-contact-final-head h2 {
    font-size: 38px;
  }

  .wte-contact-final-head p {
    font-size: 15px;
    line-height: 1.65;
  }

  .wte-contact-photo-card {
    border-radius: 32px;
  }

  .wte-contact-photo-card::before {
    inset: 10px -7px -9px 10px;
    border-radius: 34px;
  }

  .wte-contact-info-card {
    max-width: 100%;
    margin: -24px auto 0;
    padding: 20px;
    border-radius: 32px;
  }

  .wte-contact-info-card::before {
    inset: 10px -7px -9px 10px;
    border-radius: 34px;
  }

  .wte-contact-info-left h3 {
    font-size: 28px;
  }

  .wte-contact-details {
    grid-template-columns: 1fr;
  }

  .wte-contact-details div {
    min-height: auto;
  }

  .wte-contact-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .wte-social-btn {
    height: 50px;
    padding: 0 12px;
    font-size: 11px;
  }

  .wte-contact-map {
    border-radius: 24px;
  }

  .wte-contact-map iframe {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .wte-contact-final-section::before {
    font-size: 48px;
    top: 38px;
  }

  .wte-contact-final-head h2 {
    font-size: 32px;
  }

  .wte-contact-info-left h3 {
    font-size: 25px;
  }

  .wte-contact-buttons {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
меню хедер 
========================================================= */
/* ШАПКА WANT TO EAT */

#header-outer{
    background:
    radial-gradient(circle at 0% 50%, rgba(4,65,50,.07), transparent 35%),
    radial-gradient(circle at 100% 50%, rgba(4,65,50,.07), transparent 35%),
    linear-gradient(180deg,#ffffff 0%,#f7faf8 100%) !important;

    border-bottom:1px solid rgba(4,65,50,.08) !important;

    box-shadow:
    0 15px 40px rgba(4,65,50,.05) !important;
}

/* сам контейнер меню */

#top{
    background:transparent !important;
}

/* пункты меню */

#top nav ul li a{
    position:relative;
    transition:.3s ease;
}

#top nav ul li a:hover{
    color:#044132 !important;
}

#top nav ul li a:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:-8px;

    width:0;
    height:2px;

    background:#044132;

    transform:translateX(-50%);
    transition:.35s ease;
}

#top nav ul li a:hover:after{
    width:100%;
}

/* логотип */

#logo img{
    transition:.35s ease;
}

#logo:hover img{
    transform:translateY(-2px);
}


/* Polylang — нормальный размер флагов в меню */
.menu-item.lang-item,
.menu-item.lang-item > a {
    width: auto !important;
    min-width: 34px !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    overflow: visible !important;
}

.menu-item.lang-item img,
.lang-item img {
    display: block !important;
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    height: 16px !important;
    object-fit: fill !important;
    flex-shrink: 0 !important;
    margin: 0 auto !important;
}

/* =========================================================
   страница контактов
========================================================= */

#wte-contact-clean {
  position: relative;
  overflow: hidden;
  background: #f7f7f5;
  color: #044132;
  padding: 46px 32px 60px;
}

#wte-contact-clean * {
  box-sizing: border-box;
}

#wte-contact-clean::before {
  content: "CONTACT";
  position: absolute;
  top: 34px;
  right: 7%;
  font-family: Georgia, serif;
  font-size: 118px;
  line-height: 1;
  color: rgba(4,65,50,.045);
  pointer-events: none;
}

.wte-contact-clean-head,
.wte-contact-top,
.wte-contact-bottom {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.wte-contact-clean-head {
  margin-bottom: 34px;
}

.wte-contact-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #044132;
}

.wte-contact-label::after {
  content: "";
  width: 82px;
  height: 1px;
  background: rgba(4,65,50,.22);
}

.wte-contact-clean-head h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(52px, 5vw, 84px);
  line-height: .88;
  font-weight: 400;
  letter-spacing: -.055em;
  color: #044132;
}

.wte-contact-clean-head p {
  max-width: 700px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(4,65,50,.78);
}

/* TOP */

.wte-contact-top {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 22px;
  align-items: stretch;
}

.wte-contact-info {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(4,65,50,.10);
  border-radius: 42px 90px 42px 62px;
  box-shadow: 0 20px 58px rgba(4,65,50,.07);
}

.wte-contact-info::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(4,65,50,.10);
  border-radius: 50%;
}

.wte-contact-info h2 {
  margin: 0 0 24px;
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: .95;
  font-weight: 400;
  letter-spacing: -.04em;
  color: #044132;
}

.wte-contact-line {
  padding: 14px 0;
  border-top: 1px solid rgba(4,65,50,.12);
}

.wte-contact-line span {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(4,65,50,.58);
}

.wte-contact-line strong,
.wte-contact-line a {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  color: #044132 !important;
  text-decoration: none !important;
  font-weight: 700;
}

.wte-contact-line small {
  display: block;
  margin-top: 4px;
  color: rgba(4,65,50,.62);
}

/* BUTTONS */

.wte-contact-actions {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.wte-contact-actions a {
  position: relative;
  overflow: hidden;
  min-width: 165px;
  height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .3s ease;
}

.wte-btn-primary {
  background: linear-gradient(135deg, #044132, #0b5a47);
  color: #fff !important;
  border-radius: 32px 64px 32px 42px;
  box-shadow: 0 14px 35px rgba(4,65,50,.14);
}

.wte-btn-primary::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
}

.wte-btn-secondary {
  background: rgba(255,255,255,.55);
  color: #044132 !important;
  border: 1px solid rgba(4,65,50,.22);
  border-radius: 64px 32px 42px 32px;
}

.wte-btn-secondary::after {
  content: "→";
  margin-left: 14px;
  font-size: 20px;
  font-weight: 300;
  transition: .25s ease;
}

.wte-contact-actions a:hover {
  transform: translateY(-3px);
}

.wte-btn-secondary:hover {
  background: #044132;
  color: #fff !important;
}

.wte-btn-secondary:hover::after {
  transform: translateX(5px);
}

/* MAP */

.wte-contact-map {
  min-height: 390px;
  padding: 12px;
  background: #044132;
  border-radius: 82px 42px 62px 42px;
  box-shadow: 0 22px 60px rgba(4,65,50,.14);
  overflow: hidden;
}

.wte-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 366px;
  border: 0;
  display: block;
  border-radius: 64px 32px 48px 32px;
  filter: grayscale(18%) contrast(96%) saturate(88%);
}

/* BOTTOM */

.wte-contact-bottom {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
}

.wte-detail-card {
  position: relative;
  overflow: hidden;
  padding: 30px 32px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(4,65,50,.10);
  border-radius: 38px 76px 38px 54px;
  box-shadow: 0 16px 46px rgba(4,65,50,.055);
}

.wte-detail-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 4px;
  height: calc(100% - 56px);
  background: #044132;
  border-radius: 20px;
}

.wte-detail-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(4,65,50,.10);
  border-radius: 50%;
}

.wte-order-card {
  min-height: 310px;
  display: flex;
  align-items: center;
}

.wte-order-inner {
  width: 100%;
}

.wte-detail-card h3 {
  margin: 0 0 20px;
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.035em;
  color: #044132;
}

.wte-order-card h3 {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: .14em;
}

.wte-detail-card ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: grid;
  gap: 10px;
}

.wte-detail-card li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.42;
  color: rgba(4,65,50,.78);
  list-style: none !important;
}

.wte-detail-card li::marker {
  display: none;
  content: "";
}

.wte-detail-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: 8px;
  height: 8px;
  border: 1px solid #044132;
  border-radius: 50%;
}

/* EVENT */

.wte-event-card {
  background: linear-gradient(135deg, #044132, #0b5a47);
  color: #fff;
}

.wte-event-card::before {
  background: rgba(255,255,255,.7);
}

.wte-event-card::after {
  border-color: rgba(255,255,255,.14);
}

.wte-event-card h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: .14em;
}

.wte-event-card p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.62;
  color: rgba(255,255,255,.86);
}

/* SOCIAL BUTTONS */

.wte-messenger-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wte-messenger-list a {
  min-height: 52px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px 54px 26px 38px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  transition: .3s ease;
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
}

.wte-messenger-list a::after {
  content: "→";
  font-weight: 300;
  font-size: 20px;
}

.wte-instagram {
  background: linear-gradient(135deg, #833AB4, #E1306C, #F77737);
}

.wte-telegram {
  background: #229ED9;
}

.wte-viber {
  background: #7360F2;
}

.wte-phone-link {
  background: #044132;
  border: 1px solid rgba(255,255,255,.25);
}

.wte-messenger-list a:hover {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.06);
}

/* TABLET */

@media (max-width: 980px) {
  #wte-contact-clean {
    padding: 60px 22px;
  }

  .wte-contact-top,
  .wte-contact-bottom {
    grid-template-columns: 1fr;
  }

  .wte-contact-map {
    min-height: 380px;
  }

  .wte-contact-map iframe {
    min-height: 356px;
  }

  .wte-order-card {
    min-height: auto;
  }
}

/* MOBILE */

@media (max-width: 640px) {
  #wte-contact-clean {
    padding: 44px 16px;
  }

  .wte-contact-clean-head h1 {
    font-size: 48px;
  }

  .wte-contact-clean-head p {
    font-size: 15px;
  }

  .wte-contact-info,
  .wte-detail-card {
    padding: 28px 22px;
  }

  .wte-contact-info h2 {
    font-size: 38px;
  }

  .wte-contact-actions {
    flex-direction: column;
  }

  .wte-contact-actions a {
    width: 100%;
  }

  .wte-contact-map {
    padding: 8px;
    border-radius: 42px 64px 42px 52px;
  }

  .wte-contact-map iframe {
    border-radius: 32px 50px 32px 42px;
  }

  .wte-messenger-list {
    grid-template-columns: 1fr;
  }

  .wte-order-card h3,
  .wte-event-card h3 {
    letter-spacing: .08em;
    font-size: 26px;
  }
}/* =========================================
   WANT TO EAT — бизнес ланч
========================================= */
/* ==================================================
   WANT TO EAT — СОСТАВ БИЗНЕС-ЛАНЧА
================================================== */
@property --wte-biz26-angle {
  syntax: "";
  initial-value: 0deg;
  inherits: false;
}

@keyframes wte-biz26-border-move {
  to {
    --wte-biz26-angle: 360deg;
  }
}

/* =========================================================
   ОСНОВА СЕКЦИИ
========================================================= */

#wte-bizlunch-2026,
#wte-bizlunch-2026 * {
  box-sizing: border-box;
}

#wte-bizlunch-2026 {
  position: relative;
  isolation: isolate;

  width: 100%;
  margin-top: 40px;
  padding: 62px 24px 56px;

  overflow: hidden;

  color: #044132;

  background:
    radial-gradient(
      circle at 5% 72%,
      rgba(4, 65, 50, 0.055),
      transparent 27%
    ),
    radial-gradient(
      circle at 95% 8%,
      rgba(4, 65, 50, 0.04),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #fbfcfa 0%,
      #f3f7f4 100%
    );
}

#wte-bizlunch-2026::after {
  content: "";

  position: absolute;
  z-index: -1;

  top: -145px;
  right: -145px;

  width: 420px;
  height: 420px;

  border: 1px solid rgba(4, 65, 50, 0.06);
  border-radius: 50%;

  pointer-events: none;
}

.wte-biz26-container {
  position: relative;
  z-index: 2;

  width: min(100%, 1460px);
  margin: 0 auto;
}

/* =========================================================
   ФОНОВАЯ НАДПИСЬ
========================================================= */

.wte-biz26-bg-title {
  position: absolute;
  z-index: -1;

  top: 17px;
  left: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: clamp(120px, 11vw, 230px);

  width: 100%;

  transform: translateX(-50%);

  color: rgba(4, 65, 50, 0.025);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 8vw, 150px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0.015em;

  white-space: nowrap;

  pointer-events: none;
  user-select: none;
}

/* =========================================================
   ВЕРХНИЙ ЗАГОЛОВОК
========================================================= */

.wte-biz26-header {
  width: min(100%, 1130px);
  margin: 0 auto 25px;

  text-align: center;
}

.wte-biz26-kicker {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 14px;

  margin-bottom: 12px;
}

.wte-biz26-kicker-line {
  display: block;

  width: 52px;
  height: 1px;

  flex: 0 0 auto;

  background: rgba(4, 65, 50, 0.23);
}

.wte-biz26-kicker-text {
  color: rgba(4, 65, 50, 0.78);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

#wte-bizlunch-2026 .wte-biz26-main-title {
  width: 100%;
  margin: 0;
  padding: 0;

  color: #044132;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 4.45vw, 76px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.052em;

  text-align: center;
  text-transform: none;
}

#wte-bizlunch-2026 .wte-biz26-main-title span {
  display: block;

  margin-top: 6px;

  font-size: 0.67em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.wte-biz26-main-description {
  width: min(100%, 830px);
  margin: 16px auto 0;

  color: rgba(4, 65, 50, 0.76);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;

  text-align: center;
}

/* =========================================================
   ДВИЖУЩАЯСЯ РАМКА
========================================================= */

.wte-biz26-flow {
  position: relative;
  isolation: isolate;
}

.wte-biz26-flow::after {
  content: "";

  position: absolute;
  z-index: 40;

  inset: 0;

  padding: 2px;

  border-radius: inherit;

  background:
    conic-gradient(
      from var(--wte-biz26-angle),
      transparent 0deg,
      transparent 245deg,
      rgba(30, 160, 118, 0.06) 264deg,
      #2ba780 286deg,
      #13825f 308deg,
      #044132 329deg,
      rgba(4, 65, 50, 0.2) 347deg,
      transparent 360deg
    );

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.28s ease;

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  mask-composite: exclude;
}

.wte-biz26-flow:hover::after {
  opacity: 1;

  animation:
    wte-biz26-border-move
    2.15s
    linear
    infinite;
}

/* =========================================================
   ОБЩАЯ КАРТОЧКА
========================================================= */

.wte-biz26-main-card {
  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(500px, 0.92fr);

  grid-template-areas:
    "photo composition"
    "benefits benefits";

  width: 100%;

  overflow: hidden;

  border: 1px solid rgba(4, 65, 50, 0.11);
  border-radius: 44px 88px 44px 66px;

  background: rgba(255, 255, 255, 0.97);

  box-shadow:
    0 27px 70px rgba(4, 65, 50, 0.1),
    0 6px 19px rgba(4, 65, 50, 0.035);

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.wte-biz26-main-card:hover {
  transform: translateY(-3px);

  box-shadow:
    0 35px 84px rgba(4, 65, 50, 0.13),
    0 8px 23px rgba(4, 65, 50, 0.045);
}

/* =========================================================
   ФОТО
========================================================= */

.wte-biz26-photo {
  position: relative;
  grid-area: photo;

  align-self: stretch;

  width: 100%;
  min-width: 0;
  min-height: 520px;
  height: 100%;

  overflow: hidden;

  background: #e7efea;
}

#wte-bizlunch-2026 .wte-biz26-photo img {
  display: block;

  width: 100%;
  max-width: none;
  height: 100%;

  margin: 0;
  padding: 0;

  object-fit: cover;
  object-position: center center;

  border: 0;
  border-radius: 0;

  transition:
    transform 0.7s cubic-bezier(0.2, 0.72, 0.2, 1),
    filter 0.4s ease;
}

.wte-biz26-main-card:hover .wte-biz26-photo img {
  transform: scale(1.012);

  filter:
    saturate(1.025)
    contrast(1.01);
}

/* =========================================================
   ПЛАШКА НА ФОТО
========================================================= */

.wte-biz26-photo-badge {
  position: absolute;
  z-index: 5;

  top: 17px;
  left: 17px;

  display: flex;
  align-items: center;

  gap: 11px;

  width: min(285px, calc(100% - 34px));
  min-height: 68px;
  padding: 7px 15px 7px 7px;

  overflow: hidden;

  border: 1px solid rgba(4, 65, 50, 0.11);
  border-radius: 22px 44px 22px 33px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.95),
      rgba(247, 249, 248, 0.9)
    );

  box-shadow:
    0 14px 32px rgba(4, 65, 50, 0.14);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.wte-biz26-photo-badge::after {
  content: "";

  position: absolute;
  z-index: 0;

  top: -36px;
  right: -15px;

  width: 74px;
  height: 74px;

  border: 1px solid rgba(4, 65, 50, 0.08);
  border-radius: 50%;
}

.wte-biz26-photo-number {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;
  min-width: 50px;
  flex: 0 0 50px;

  border-radius:
    48% 52% 43% 57% /
    51% 44% 56% 49%;

  color: #ffffff;

  background:
    linear-gradient(
      145deg,
      #044132 0%,
      #087054 100%
    );

  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;

  transform: rotate(-4deg);
}

.wte-biz26-photo-copy {
  position: relative;
  z-index: 2;

  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.wte-biz26-photo-label {
  color: rgba(4, 65, 50, 0.63);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wte-biz26-photo-title {
  margin-top: 2px;

  color: #044132;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.wte-biz26-photo-text {
  margin-top: 4px;

  color: rgba(4, 65, 50, 0.75);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

/* =========================================================
   ПРАВАЯ ЧАСТЬ
========================================================= */

.wte-biz26-composition {
  position: relative;
  grid-area: composition;

  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;

  padding: 30px 32px;

  background:
    radial-gradient(
      circle at 105% -5%,
      rgba(4, 65, 50, 0.055),
      transparent 31%
    ),
    #ffffff;
}

.wte-biz26-composition::after {
  content: "";

  position: absolute;

  top: 20px;
  right: 22px;

  width: 70px;
  height: 70px;

  border: 1px solid rgba(4, 65, 50, 0.07);
  border-radius: 50%;

  pointer-events: none;
}

.wte-biz26-composition-head {
  position: relative;
  z-index: 2;
}

.wte-biz26-composition-label {
  display: flex;
  align-items: center;

  gap: 9px;

  margin-bottom: 8px;

  color: rgba(4, 65, 50, 0.7);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.wte-biz26-composition-label::before {
  content: "";

  width: 28px;
  height: 1px;

  background: rgba(4, 65, 50, 0.4);
}

.wte-biz26-composition-title {
  max-width: 510px;

  color: #044132;

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 2.35vw, 43px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.wte-biz26-composition-title span {
  display: block;
}

.wte-biz26-composition-description {
  max-width: 550px;
  margin-top: 11px;

  color: rgba(4, 65, 50, 0.76);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

/* =========================================================
   КАРТОЧКИ БЛЮД
========================================================= */

.wte-biz26-dishes {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;

  margin-top: 19px;
}

.wte-biz26-dish {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 128px;
  flex-direction: column;

  padding: 16px;

  overflow: hidden;

  border: 1px solid rgba(4, 65, 50, 0.11);
  border-radius: 20px 39px 20px 29px;

  background:
    radial-gradient(
      circle at 105% -10%,
      transparent 0,
      transparent 38px,
      rgba(4, 65, 50, 0.07) 39px,
      transparent 40px
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f6f9f7 100%
    );

  box-shadow:
    0 8px 23px rgba(4, 65, 50, 0.045);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.wte-biz26-dish:hover {
  transform: translateY(-3px);

  box-shadow:
    0 16px 34px rgba(4, 65, 50, 0.09);
}

.wte-biz26-dish-head {
  display: grid;

  grid-template-columns:
    44px minmax(0, 1fr);

  align-items: center;

  gap: 12px;

  width: 100%;
  min-width: 0;
}

.wte-biz26-dish-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border: 1px solid rgba(4, 65, 50, 0.16);

  border-radius:
    48% 52% 44% 56% /
    52% 45% 55% 48%;

  color: #044132;

  background:
    linear-gradient(
      145deg,
      rgba(4, 65, 50, 0.15),
      rgba(4, 65, 50, 0.055)
    );

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;

  transform: rotate(-3deg);

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.wte-biz26-dish:hover .wte-biz26-dish-number {
  color: #ffffff;

  background: #044132;

  transform: rotate(0deg);
}

.wte-biz26-dish-title {
  min-width: 0;

  color: #033c2f;

  font-family:
    "Arial Narrow",
    "Roboto Condensed",
    Arial,
    Helvetica,
    sans-serif;

  font-size: 19px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  word-break: normal;
  overflow-wrap: normal;
}

.wte-biz26-dish-text {
  width: auto;
  margin-top: 11px;
  margin-left: 56px;

  color: rgba(4, 65, 50, 0.77);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.48;

  word-break: normal;
  overflow-wrap: normal;
}

/* =========================================================
   ЗЕЛЁНЫЙ БЛОК
========================================================= */

.wte-biz26-benefits {
  position: relative;
  grid-area: benefits;

  display: grid;

  grid-template-columns:
    minmax(260px, 1.15fr)
    repeat(4, minmax(0, 1fr));

  align-items: stretch;

  gap: 11px;

  min-height: 150px;
  padding: 19px 21px;

  overflow: hidden;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 102% -25%,
      rgba(255, 255, 255, 0.15),
      transparent 34%
    ),
    linear-gradient(
      120deg,
      #044132 0%,
      #075640 52%,
      #087054 100%
    );
}

.wte-biz26-benefits::before {
  content: "";

  position: absolute;

  top: -68px;
  right: -18px;

  width: 180px;
  height: 180px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;

  pointer-events: none;
}

.wte-biz26-benefits.wte-biz26-flow::after {
  background:
    conic-gradient(
      from var(--wte-biz26-angle),
      transparent 0deg,
      transparent 246deg,
      rgba(190, 232, 217, 0.09) 266deg,
      #75c2a4 290deg,
      #b5e1d0 313deg,
      #e1f3ec 332deg,
      rgba(188, 229, 214, 0.16) 348deg,
      transparent 360deg
    );
}

.wte-biz26-benefits-heading {
  position: relative;
  z-index: 2;

  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;

  padding: 5px 24px 5px 7px;
}

.wte-biz26-benefits-label {
  display: flex;
  align-items: center;

  gap: 9px;

  color: rgba(255, 255, 255, 0.72);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wte-biz26-benefits-label::before {
  content: "";

  width: 28px;
  height: 1px;

  background: rgba(255, 255, 255, 0.48);
}

.wte-biz26-benefits-title {
  margin-top: 9px;

  color: #ffffff;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.02;
}

.wte-biz26-benefits-description {
  max-width: 250px;
  margin-top: 10px;

  color: rgba(255, 255, 255, 0.82);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.wte-biz26-benefit {
  position: relative;
  z-index: 2;

  display: flex;
  min-width: 0;
  min-height: 110px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  padding: 18px 17px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 19px 38px 19px 28px;

  background: rgba(255, 255, 255, 0.095);

  transition:
    transform 0.28s ease,
    background 0.28s ease;
}

.wte-biz26-benefit:hover {
  transform: translateY(-3px);

  background: rgba(255, 255, 255, 0.15);
}

.wte-biz26-benefit-number {
  display: flex;
  align-items: center;

  gap: 8px;

  color: rgba(255, 255, 255, 0.74);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}

.wte-biz26-benefit-number::after {
  content: "";

  display: block;

  width: 20px;
  height: 1px;

  background: rgba(255, 255, 255, 0.4);
}

.wte-biz26-benefit-title {
  margin-top: 14px;

  color: #ffffff;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.22;
}

.wte-biz26-benefit-text {
  margin-top: 8px;

  color: rgba(255, 255, 255, 0.84);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

/* =========================================================
   СРЕДНИЙ НОУТБУК
========================================================= */

@media (max-width: 1280px) {

  #wte-bizlunch-2026 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .wte-biz26-main-card {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(485px, 0.95fr);
  }

  .wte-biz26-photo {
    min-height: 500px;
  }

  .wte-biz26-composition {
    padding-right: 27px;
    padding-left: 27px;
  }

  .wte-biz26-dish {
    padding: 15px;
  }

  .wte-biz26-dish-head {
    grid-template-columns:
      42px minmax(0, 1fr);

    gap: 10px;
  }

  .wte-biz26-dish-number {
    width: 42px;
    height: 42px;

    font-size: 13px;
  }

  .wte-biz26-dish-title {
    font-size: 17px;
  }

  .wte-biz26-dish-text {
    margin-left: 52px;

    font-size: 15px;
  }

  .wte-biz26-benefits {
    grid-template-columns:
      minmax(225px, 1fr)
      repeat(4, minmax(0, 1fr));

    gap: 9px;
  }

  .wte-biz26-benefits-title {
    font-size: 27px;
  }

  .wte-biz26-benefit {
    padding: 15px 13px;
  }

  .wte-biz26-benefit-title {
    font-size: 18px;
  }

  .wte-biz26-benefit-text {
    font-size: 16px;
  }
}

/* =========================================================
   ПЕРЕСТРОЕНИЕ ЗЕЛЁНОГО БЛОКА
========================================================= */

@media (max-width: 1180px) {

  .wte-biz26-benefits {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    padding: 20px;
  }

  .wte-biz26-benefits-heading {
    grid-column: 1 / -1;

    padding-bottom: 9px;
  }

  .wte-biz26-benefits-description {
    max-width: 620px;
  }

  .wte-biz26-benefit {
    min-height: 135px;
  }

  .wte-biz26-benefit-title {
    font-size: 19px;
  }

  .wte-biz26-benefit-text {
    font-size: 17px;
  }
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 1020px) {

  #wte-bizlunch-2026 {
    margin-top: 42px;
    padding: 72px 18px 52px;
  }

  .wte-biz26-bg-title {
    top: 26px;

    gap: 60px;
  }

  .wte-biz26-main-card {
    grid-template-columns: 1fr;

    grid-template-areas:
      "photo"
      "composition"
      "benefits";

    border-radius: 38px 70px 38px 53px;
  }

  .wte-biz26-photo {
    min-height: 0;
    height: auto;

    aspect-ratio: 1.18 / 1;
  }

  .wte-biz26-composition {
    padding: 34px 30px;
  }
}

/* =========================================================
   МОБИЛЬНЫЙ
========================================================= */

@media (max-width: 650px) {

  #wte-bizlunch-2026 {
    margin-top: 32px;
    padding: 65px 13px 46px;
  }

  .wte-biz26-bg-title {
    top: 24px;

    gap: 24px;

    font-size: 47px;
  }

  .wte-biz26-header {
    margin-bottom: 22px;
  }

  .wte-biz26-kicker {
    gap: 7px;
  }

  .wte-biz26-kicker-line {
    width: 20px;
  }

  .wte-biz26-kicker-text {
    max-width: 265px;

    font-size: 7px;
    letter-spacing: 0.11em;
  }

  #wte-bizlunch-2026 .wte-biz26-main-title {
    font-size: 39px;
    line-height: 0.96;
  }

  #wte-bizlunch-2026 .wte-biz26-main-title span {
    margin-top: 7px;

    font-size: 0.72em;
  }

  .wte-biz26-main-description {
    margin-top: 14px;

    font-size: 16px;
  }

  .wte-biz26-main-card {
    border-radius: 29px 49px 29px 39px;
  }

  .wte-biz26-photo {
    aspect-ratio: 1 / 1;
  }

  .wte-biz26-photo-badge {
    top: 9px;
    left: 9px;

    width: calc(100% - 18px);
    min-height: 62px;

    padding: 6px 10px 6px 6px;
  }

  .wte-biz26-photo-number {
    width: 45px;
    height: 45px;
    min-width: 45px;
    flex-basis: 45px;

    font-size: 25px;
  }

  .wte-biz26-photo-label {
    font-size: 6px;
  }

  .wte-biz26-photo-title {
    font-size: 18px;
  }

  .wte-biz26-photo-text {
    font-size: 9px;
  }

  .wte-biz26-composition {
    padding: 27px 16px 20px;
  }

  .wte-biz26-composition-title {
    font-size: 31px;
  }

  .wte-biz26-composition-description {
    font-size: 15px;
  }

  .wte-biz26-dishes {
    grid-template-columns: 1fr;
  }

  .wte-biz26-dish {
    min-height: 0;
  }

  .wte-biz26-dish-title {
    font-size: 17px;
  }

  .wte-biz26-dish-text {
    font-size: 15px;
  }

  .wte-biz26-benefits {
    grid-template-columns: 1fr;

    padding: 18px;
  }

  .wte-biz26-benefits-heading {
    grid-column: auto;

    padding: 4px 4px 12px;
  }

  .wte-biz26-benefits-title {
    font-size: 26px;
  }

  .wte-biz26-benefits-description {
    max-width: 100%;

    font-size: 17px;
  }

  .wte-biz26-benefit {
    min-height: 0;

    padding: 16px;
  }

  .wte-biz26-benefit-title {
    font-size: 18px;
  }

  .wte-biz26-benefit-text {
    font-size: 17px;
  }
}

/* =========================================================
   ОТКЛЮЧЕНИЕ АНИМАЦИИ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .wte-biz26-flow:hover::after {
    animation: none;
  }

  .wte-biz26-main-card,
  .wte-biz26-photo img,
  .wte-biz26-dish,
  .wte-biz26-dish-number,
  .wte-biz26-benefit {
    transition: none;
  }

  .wte-biz26-main-card:hover,
  .wte-biz26-main-card:hover .wte-biz26-photo img,
  .wte-biz26-dish:hover,
  .wte-biz26-benefit:hover {
    transform: none;
  }
}
/* =========================================================
   WANT TO EAT — ОБЩИЕ ПЕРЕМЕННЫЕ И ЭЛЕМЕНТЫ
   НЕ УДАЛЯТЬ: ИСПОЛЬЗУЮТСЯ В НОВЫХ БЛОКАХ
========================================================= */

:root {
  --wte-green: #044132;
  --wte-green-hover: #0b5a47;
  --wte-text: rgba(4, 65, 50, 0.76);
  --wte-light-bg: #fbfcfa;
  --wte-card-bg: #ffffff;
  --wte-border: rgba(4, 65, 50, 0.12);
  --wte-shadow: 0 24px 60px rgba(4, 65, 50, 0.1);
}

/* =========================================================
   СМЕЩАЮЩАЯСЯ ЗЕЛЁНАЯ РАМКА
========================================================= */

.wte-ui-moving-frame {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.wte-ui-moving-frame::before {
  content: "";

  position: absolute;
  z-index: -1;

  inset: 13px -9px -11px 13px;

  border: 2px solid rgba(4, 65, 50, 0.32);
  border-radius: inherit;

  pointer-events: none;

  transition:
    transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 0.45s ease,
    opacity 0.45s ease;
}

.wte-ui-moving-frame:hover::before {
  transform: translate(6px, 6px);
  border-color: rgba(4, 65, 50, 0.58);
}

/* Внутренняя часть для фото или карточки */

.wte-ui-moving-frame-inner {
  position: relative;
  z-index: 1;

  overflow: hidden;

  width: 100%;
  height: 100%;

  border-radius: inherit;
}

/* =========================================================
   ФИРМЕННАЯ ЗЕЛЁНАЯ КНОПКА
========================================================= */

.wte-ui-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  min-height: 58px;
  padding: 0 32px;

  border: 1px solid var(--wte-green);
  border-radius: 40px 24px 40px 20px;

  color: #ffffff !important;
  background: var(--wte-green);

  box-shadow: 0 17px 34px rgba(4, 65, 50, 0.16);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.wte-ui-button:hover {
  color: #ffffff !important;
  background: var(--wte-green-hover);

  transform: translateY(-2px);

  box-shadow: 0 21px 40px rgba(4, 65, 50, 0.21);
}

/* =========================================================
   МАЛЕНЬКАЯ ПОДПИСЬ НАД ЗАГОЛОВКОМ
========================================================= */

.wte-ui-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  color: rgba(4, 65, 50, 0.75);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
}

.wte-ui-kicker::before,
.wte-ui-kicker::after {
  content: "";

  width: 48px;
  height: 1px;
  flex: 0 0 auto;

  background: rgba(4, 65, 50, 0.23);
}

/* =========================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ ОБЩИХ ЭЛЕМЕНТОВ
========================================================= */

@media (max-width: 650px) {

  .wte-ui-moving-frame::before {
    inset: 8px -3px -6px 8px;
    border-width: 1px;
  }

  .wte-ui-moving-frame:hover::before {
    transform: translate(3px, 3px);
  }

  .wte-ui-button {
    width: 100%;
    min-height: 56px;
    padding: 0 20px;

    font-size: 11px;
  }

  .wte-ui-kicker {
    gap: 7px;

    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .wte-ui-kicker::before,
  .wte-ui-kicker::after {
    width: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .wte-ui-moving-frame::before,
  .wte-ui-button {
    transition: none;
  }

  .wte-ui-moving-frame:hover::before,
  .wte-ui-button:hover {
    transform: none;
  }
}


/* =========================================================
   WANT TO EAT — ОБЩИЕ СТИЛИ ДЛЯ ВСЕХ БЛОКОВ
========================================================= */

/* =========================================================
   WANT TO EAT — ОБЩИЕ СТИЛИ
   Используются повторно в новых блоках сайта
   Добавить в файл ОДИН РАЗ
========================================================= */

/* =========================================================
   ПЕРЕМЕННЫЕ
========================================================= */

:root {
  --wte-green: #044132;
  --wte-green-hover: #0b5a47;
  --wte-green-light: #0a7658;

  --wte-bg: #f7faf7;
  --wte-bg-light: #fbfcfa;
  --wte-white: #ffffff;

  --wte-text: rgba(4, 65, 50, 0.76);
  --wte-text-light: rgba(4, 65, 50, 0.58);

  --wte-border: rgba(4, 65, 50, 0.11);
  --wte-border-strong: rgba(4, 65, 50, 0.32);

  --wte-shadow:
    0 24px 60px rgba(4, 65, 50, 0.09);

  --wte-shadow-small:
    0 10px 26px rgba(4, 65, 50, 0.05);
}


/* =========================================================
   БАЗОВАЯ СЕКЦИЯ

   Фоновую надпись можно задать через:
   
========================================================= */

.wte-ui-section,
.wte-ui-section * {
  box-sizing: border-box;
}

.wte-ui-section {
  position: relative;
  isolation: isolate;

  width: 100%;
  padding: 56px 20px 72px;

  overflow: hidden;

  color: var(--wte-green);

  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(4, 65, 50, 0.05),
      transparent 31%
    ),
    radial-gradient(
      circle at 93% 82%,
      rgba(4, 65, 50, 0.04),
      transparent 33%
    ),
    linear-gradient(
      180deg,
      var(--wte-bg-light) 0%,
      var(--wte-bg) 100%
    );
}

.wte-ui-section::before {
  content: attr(data-bg);

  position: absolute;
  z-index: -1;

  top: 16px;
  left: 50%;

  width: 100%;

  transform: translateX(-50%);

  color: rgba(4, 65, 50, 0.03);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 9vw, 170px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;

  pointer-events: none;
  user-select: none;
}

.wte-ui-inner {
  position: relative;
  z-index: 2;

  width: min(100%, 1420px);
  margin: 0 auto;
}


/* =========================================================
   ШАПКА СЕКЦИИ
========================================================= */

.wte-ui-head {
  width: min(100%, 920px);
  margin: 0 auto 26px;

  text-align: center;
}

.wte-ui-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  margin-bottom: 13px;

  color: rgba(4, 65, 50, 0.76);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.21em;
  text-align: center;
  text-transform: uppercase;
}

.wte-ui-kicker::before,
.wte-ui-kicker::after {
  content: "";

  width: 44px;
  height: 1px;
  flex: 0 0 auto;

  background: rgba(4, 65, 50, 0.23);
}

.wte-ui-title {
  margin: 0;
  padding: 0;

  color: var(--wte-green);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.4vw, 68px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-transform: none;
}

.wte-ui-lead {
  width: min(100%, 780px);
  margin: 16px auto 0;
  padding: 0;

  color: var(--wte-text);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}


/* =========================================================
   СМЕЩАЮЩАЯСЯ ЗЕЛЁНАЯ РАМКА
========================================================= */

.wte-ui-moving-frame {
  position: relative;
  isolation: isolate;

  width: 100%;

  overflow: visible;

  border-radius: 42px 72px 42px 58px;
}

.wte-ui-moving-frame::before {
  content: "";

  position: absolute;
  z-index: -1;

  inset: 13px -9px -11px 13px;

  border: 2px solid var(--wte-border-strong);
  border-radius: inherit;

  pointer-events: none;

  transition:
    transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 0.45s ease;
}

.wte-ui-moving-frame:hover::before {
  transform: translate(6px, 6px);

  border-color: rgba(4, 65, 50, 0.58);
}

.wte-ui-moving-frame-inner {
  position: relative;
  z-index: 1;

  width: 100%;

  overflow: hidden;

  border: 1px solid var(--wte-border);
  border-radius: inherit;

  background: var(--wte-white);

  box-shadow: var(--wte-shadow);
}


/* =========================================================
   БЕЛАЯ КАРТОЧКА
========================================================= */

.wte-ui-card {
  position: relative;

  border: 1px solid var(--wte-border);
  border-radius: 18px 32px 18px 24px;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f7faf8 100%
    );

  box-shadow: var(--wte-shadow-small);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.wte-ui-card:hover {
  transform: translateY(-3px);

  border-color: rgba(4, 65, 50, 0.3);

  box-shadow:
    0 17px 36px rgba(4, 65, 50, 0.1);
}


/* =========================================================
   ЗЕЛЁНАЯ ПОВЕРХНОСТЬ
========================================================= */

.wte-ui-green {
  position: relative;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 84% -20%,
      rgba(255, 255, 255, 0.12),
      transparent 34%
    ),
    linear-gradient(
      128deg,
      #033d2f 0%,
      #075c45 60%,
      var(--wte-green-light) 100%
    );
}


/* =========================================================
   ОБЫЧНАЯ ФИРМЕННАЯ КНОПКА
========================================================= */

.wte-ui-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;

  min-height: 58px;
  padding: 0 32px;

  border: 1px solid var(--wte-green);
  border-radius: 40px 24px 40px 20px;

  color: #ffffff !important;
  background: var(--wte-green);

  box-shadow:
    0 17px 34px rgba(4, 65, 50, 0.16);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.wte-ui-button:hover {
  color: #ffffff !important;
  background: var(--wte-green-hover);

  transform: translateY(-2px);

  box-shadow:
    0 21px 40px rgba(4, 65, 50, 0.21);
}

.wte-ui-button-arrow {
  font-size: 22px;
  line-height: 1;

  transition: transform 0.3s ease;
}

.wte-ui-button:hover .wte-ui-button-arrow {
  transform: translateX(4px);
}


/* =========================================================
   INSTAGRAM-КНОПКА
========================================================= */

.wte-ui-instagram-button {
  position: relative;

  display: grid !important;

  grid-template-columns:
    48px minmax(0, 1fr) 36px;

  align-items: center;
  gap: 14px;

  width: 100%;
  min-height: 62px;
  padding: 9px 20px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 20px 38px 20px 28px;

  color: #ffffff !important;

  background:
    radial-gradient(
      circle at 16% 110%,
      #feda75 0%,
      #fa7e1e 19%,
      transparent 40%
    ),
    radial-gradient(
      circle at 86% -20%,
      #4f5bd5 0%,
      transparent 42%
    ),
    linear-gradient(
      112deg,
      #d62976 0%,
      #c13584 28%,
      #962fbf 60%,
      #4f5bd5 100%
    );

  box-shadow:
    0 15px 30px rgba(45, 23, 94, 0.22);

  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none !important;

  transition:
    transform 0.3s ease,
    filter 0.3s ease,
    box-shadow 0.3s ease;
}

.wte-ui-instagram-button::after {
  content: "";

  position: absolute;

  top: -100px;
  right: 8%;

  width: 220px;
  height: 220px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;

  pointer-events: none;
}

.wte-ui-instagram-button:hover {
  transform: translateY(-2px);

  filter: saturate(1.08);

  box-shadow:
    0 20px 40px rgba(45, 23, 94, 0.3);
}

.wte-ui-instagram-icon {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.08);
}

.wte-ui-instagram-icon svg {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: #ffffff;
  stroke-width: 1.7;
}

.wte-ui-instagram-icon circle:last-child {
  fill: #ffffff;
  stroke: none;
}

.wte-ui-instagram-copy {
  position: relative;
  z-index: 2;

  display: flex;
  min-width: 0;
  flex-direction: column;
}

.wte-ui-instagram-copy small {
  color: rgba(255, 255, 255, 0.8);

  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wte-ui-instagram-copy strong {
  margin-top: 3px;

  color: #ffffff;

  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.wte-ui-instagram-arrow {
  position: relative;
  z-index: 2;

  color: #ffffff;

  font-size: 27px;
  line-height: 1;
  text-align: right;

  transition: transform 0.3s ease;
}

.wte-ui-instagram-button:hover .wte-ui-instagram-arrow {
  transform: translateX(5px);
}


/* =========================================================
   ГОРИЗОНТАЛЬНАЯ ПРОКРУТКА
========================================================= */

.wte-ui-scroll {
  width: 100%;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  scrollbar-width: auto;
  scrollbar-color:
    rgba(4, 65, 50, 0.5)
    rgba(4, 65, 50, 0.08);
}

.wte-ui-scroll::-webkit-scrollbar {
  height: 10px;
}

.wte-ui-scroll::-webkit-scrollbar-track {
  border-radius: 999px;

  background: rgba(4, 65, 50, 0.08);
}

.wte-ui-scroll::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;

  background: rgba(4, 65, 50, 0.5);
}

.wte-ui-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(4, 65, 50, 0.7);
}

.wte-ui-scroll-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-top: 5px;

  color: rgba(4, 65, 50, 0.58);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.wte-ui-scroll-caption span {
  color: var(--wte-green-light);

  font-size: 17px;
  line-height: 1;
}


/* =========================================================
   МАЛЕНЬКАЯ БЕЛАЯ ПЛАШКА
========================================================= */

.wte-ui-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 38px;
  padding: 8px 16px;

  border: 1px solid rgba(4, 65, 50, 0.13);
  border-radius: 999px;

  color: var(--wte-green);
  background: #ffffff;

  box-shadow:
    0 9px 22px rgba(4, 65, 50, 0.05);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}


/* =========================================================
   АДАПТИВ — ПЛАНШЕТ
========================================================= */

@media (max-width: 980px) {

  .wte-ui-section {
    padding: 54px 16px 68px;
  }

  .wte-ui-head {
    margin-bottom: 22px;
  }

  .wte-ui-title {
    font-size: clamp(38px, 7vw, 54px);
  }
}


/* =========================================================
   АДАПТИВ — МОБИЛЬНЫЙ
========================================================= */

@media (max-width: 650px) {

  .wte-ui-section {
    padding: 48px 12px 60px;
  }

  .wte-ui-section::before {
    top: 30px;

    font-size: 48px;
    line-height: 0.9;
    white-space: normal;
  }

  .wte-ui-head {
    width: 100%;
    margin-bottom: 20px;
  }

  .wte-ui-kicker {
    gap: 7px;

    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .wte-ui-kicker::before,
  .wte-ui-kicker::after {
    width: 22px;
  }

  .wte-ui-title {
    font-size: 38px;
    line-height: 0.98;
  }

  .wte-ui-lead {
    margin-top: 14px;

    font-size: 16px;
    line-height: 1.5;
  }

  .wte-ui-moving-frame {
    border-radius: 28px 47px 28px 37px;
  }

  .wte-ui-moving-frame::before {
    inset: 8px -3px -6px 8px;

    border-width: 1px;
  }

  .wte-ui-moving-frame:hover::before {
    transform: translate(3px, 3px);
  }

  .wte-ui-button {
    width: 100%;
    min-height: 56px;
    padding: 0 20px;

    font-size: 11px;
  }

  .wte-ui-instagram-button {
    grid-template-columns:
      44px minmax(0, 1fr) 28px;

    min-height: 60px;
    padding: 8px 13px;
  }

  .wte-ui-instagram-copy small {
    font-size: 8px;
  }

  .wte-ui-instagram-copy strong {
    font-size: 16px;
  }

  .wte-ui-pill {
    min-height: 36px;
    padding: 8px 13px;

    font-size: 12px;
  }
}


/* =========================================================
   ОТКЛЮЧЕНИЕ АНИМАЦИЙ
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .wte-ui-moving-frame::before,
  .wte-ui-card,
  .wte-ui-button,
  .wte-ui-button-arrow,
  .wte-ui-instagram-button,
  .wte-ui-instagram-arrow {
    transition: none;
  }

  .wte-ui-scroll {
    scroll-behavior: auto;
  }

  .wte-ui-moving-frame:hover::before,
  .wte-ui-card:hover,
  .wte-ui-button:hover,
  .wte-ui-instagram-button:hover {
    transform: none;
  }
}
/* =========================================================
   WANT TO EAT — МЕНЮ БИЗНЕС-ЛАНЧЕЙ
   Использует общие классы .wte-ui-*
========================================================= */
/* =========================================================
   WANT TO EAT — WEEK MENU V2
   Использует общие стили .wte-ui-*
========================================================= */

/* =========================================================
   WANT TO EAT — БЛОК МЕНЮ БИЗНЕС-ЛАНЧЕЙ
========================================================= */
/* =========================================================
   WANT TO EAT — МЕНЮ БИЗНЕС-ЛАНЧЕЙ
   ПОЛНАЯ ЧИСТАЯ ВЕРСИЯ
   ДЕСКТОП + ПЛАНШЕТ + МОБИЛЬНАЯ
========================================================= */
/* =========================================================
   WANT TO EAT — МЕНЮ БИЗНЕС-ЛАНЧЕЙ
   ПОЛНАЯ ВЕРСИЯ: DESKTOP + TABLET + MOBILE
========================================================= */

.wte-lunch-page-section {
  --wte-menu-green: #044132;
  --wte-menu-green-light: #0a7958;
  --wte-menu-green-medium: #087756;
  --wte-menu-text: rgba(4, 65, 50, 0.76);
  --wte-menu-line: rgba(4, 65, 50, 0.12);
  --wte-menu-cream: #f6f1e7;

  position: relative;
  isolation: isolate;

  width: 100%;
  padding: 72px 20px 90px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(4, 65, 50, 0.05),
      transparent 32%
    ),
    radial-gradient(
      circle at 88% 84%,
      rgba(4, 65, 50, 0.04),
      transparent 34%
    ),
    #f5f8f5;
}

.wte-lunch-page-section,
.wte-lunch-page-section * {
  box-sizing: border-box;
}

/* =========================================================
   ФОНОВАЯ НАДПИСЬ WEEK MENU
========================================================= */

.wte-lunch-page-section::before {
  content: attr(data-bg);

  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 0;

  display: block;

  width: max-content;

  transform: translateX(-50%);

  color: rgba(4, 65, 50, 0.05);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(82px, 9vw, 170px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;

  pointer-events: none;
}

/* =========================================================
   ОБЩИЙ КОНТЕЙНЕР
========================================================= */

.wte-lunch-page-section .wte-lunch-page-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1420px;

  margin: 0 auto;
}

/* =========================================================
   ЗАГОЛОВОК СЕКЦИИ
========================================================= */

.wte-lunch-page-section .wte-lunch-page-head {
  width: 100%;
  max-width: 980px;

  margin: 0 auto 38px;

  color: var(--wte-menu-text);

  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.wte-lunch-page-section .wte-lunch-page-head h2 {
  max-width: 100%;

  margin: 0 0 22px;

  color: var(--wte-menu-green);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: none;
}

.wte-lunch-page-section .wte-lunch-page-head p {
  max-width: 760px;

  margin: 0 auto;

  color: var(--wte-menu-text);

  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

/* =========================================================
   МАЛЕНЬКИЕ НАДПИСИ С ЛИНИЯМИ
========================================================= */

.wte-lunch-page-section .wte-lunch-page-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 14px;

  max-width: 100%;

  margin: 0 0 14px;

  color: var(--wte-menu-green);

  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.wte-lunch-page-section .wte-lunch-page-label::before,
.wte-lunch-page-section .wte-lunch-page-label::after {
  content: "";

  width: 62px;
  height: 1px;
  flex: 0 0 62px;

  background: rgba(4, 65, 50, 0.22);
}

.wte-lunch-page-section .wte-lunch-page-label-left {
  justify-content: flex-start;
}

.wte-lunch-page-section .wte-lunch-page-label-left::after {
  display: none;
}

/* =========================================================
   ЗЕЛЁНЫЙ БЛОК ОФФЕРА
========================================================= */

.wte-lunch-page-section .wte-lunch-offer {
  position: relative;

  width: 100%;

  margin: 0 auto 26px;
  padding: 32px 28px 24px;

  overflow: visible;

  border-radius: 38px 61px 38px 48px;

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 255, 255, 0.08),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #04533f 0%,
      #0a7a58 100%
    );

  box-shadow:
    0 28px 65px rgba(4, 65, 50, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wte-lunch-page-section .wte-lunch-offer::before {
  content: "";

  position: absolute;
  inset: 12px -8px -10px 12px;
  z-index: -1;

  border: 2px solid rgba(4, 65, 50, 0.3);
  border-radius: 38px 61px 38px 48px;

  pointer-events: none;
}

/* =========================================================
   ВЕРХ ЗЕЛЁНОГО БЛОКА
========================================================= */

.wte-lunch-page-section .wte-lunch-offer-top {
  display: grid;
  grid-template-columns:
    minmax(220px, 1fr)
    minmax(220px, 280px)
    minmax(300px, 1.45fr);

  align-items: center;

  gap: 20px;

  margin: 0 0 18px;
}

.wte-lunch-page-section .wte-lunch-offer-mark {
  display: flex;
  align-items: center;

  gap: 13px;

  color: rgba(255, 255, 255, 0.88);

  font-size: 11px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.wte-lunch-page-section .wte-lunch-offer-mark::before {
  content: "";

  width: 40px;
  height: 1px;
  flex: 0 0 40px;

  background: rgba(255, 255, 255, 0.44);
}

/* =========================================================
   ЦЕНА
========================================================= */

.wte-lunch-page-section .wte-lunch-offer-price {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  gap: 7px;

  width: 100%;
  padding: 25px 20px;

  border-radius: 25px 40px 25px 31px;

  background: var(--wte-menu-cream);
  color: var(--wte-menu-green);

  box-shadow: 0 17px 34px rgba(4, 65, 50, 0.15);
}

.wte-lunch-page-section .wte-lunch-offer-price-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.wte-lunch-page-section .wte-lunch-offer-price-cur {
  margin-top: 13px;

  font-size: 21px;
  font-weight: 850;
  line-height: 1;
}

/* =========================================================
   ТЕКСТ ВОЗЛЕ ЦЕНЫ
========================================================= */

.wte-lunch-page-section .wte-lunch-offer-titlebox {
  min-width: 0;

  color: rgba(255, 255, 255, 0.78);

  font-size: 17px;
  line-height: 1.45;
}

.wte-lunch-page-section .wte-lunch-offer-titlebox h3 {
  margin: 0 0 9px;

  color: #ffffff;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
  text-transform: none;
}

.wte-lunch-page-section .wte-lunch-offer-titlebox p {
  margin: 0;

  color: rgba(255, 255, 255, 0.76);

  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

/* =========================================================
   ТРИ БЛЮДА
========================================================= */

.wte-lunch-page-section .wte-lunch-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 16px;

  margin: 0 0 14px;
}

.wte-lunch-page-section .wte-lunch-mini-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;

  column-gap: 15px;
  row-gap: 5px;

  min-height: 108px;
  padding: 18px 19px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px 35px 22px 28px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.09) 100%
    );

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.wte-lunch-page-section .wte-lunch-mini-num {
  grid-row: 1 / span 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;

  background: rgba(4, 65, 50, 0.16);
  color: #ffffff;

  font-size: 16px;
  font-weight: 850;
  line-height: 1;
}

.wte-lunch-page-section .wte-lunch-mini-title {
  align-self: end;

  color: #ffffff;

  font-size: 21px;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -0.015em;
}

.wte-lunch-page-section .wte-lunch-mini-text {
  align-self: start;

  color: rgba(255, 255, 255, 0.72);

  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

/* =========================================================
   МОЖНО ДОБАВИТЬ
========================================================= */

.wte-lunch-page-section .wte-lunch-extra-row {
  display: grid;
  grid-template-columns:
    minmax(260px, 1.1fr)
    minmax(220px, 0.95fr)
    minmax(190px, 0.82fr);

  align-items: stretch;

  gap: 14px;
}

.wte-lunch-page-section .wte-lunch-extra-label-card,
.wte-lunch-page-section .wte-lunch-extra-card {
  min-height: 84px;
  padding: 13px 17px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px 32px 20px 26px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.14),
      rgba(255, 255, 255, 0.09)
    );
}

.wte-lunch-page-section .wte-lunch-extra-label-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  gap: 16px;
}

.wte-lunch-page-section .wte-lunch-extra-over {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;
  flex: 0 0 auto;

  padding: 7px 11px;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;

  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.wte-lunch-page-section .wte-lunch-extra-big {
  color: #ffffff;

  font-size: 18px;
  font-weight: 850;
  line-height: 1.22;
}

.wte-lunch-page-section .wte-lunch-extra-card {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 14px;
}

.wte-lunch-page-section .wte-lunch-extra-name {
  min-width: 0;

  color: #ffffff;

  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
}

.wte-lunch-page-section .wte-lunch-extra-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 70px;
  min-height: 36px;
  flex: 0 0 auto;

  padding: 7px 10px;

  border-radius: 999px;

  background: var(--wte-menu-cream);
  color: var(--wte-menu-green);

  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;

  box-shadow: 0 7px 15px rgba(4, 65, 50, 0.12);
}

/* =========================================================
   INSTAGRAM-БЛОК
========================================================= */

.wte-lunch-page-section .wte-lunch-instagram-block {
  display: grid;
  grid-template-columns:
    minmax(0, 1.5fr)
    minmax(330px, 420px);

  align-items: center;

  gap: 32px;

  width: 100%;

  margin: 0 auto 26px;
  padding: 34px 36px;

  border-radius: 31px 53px 31px 41px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fbf8 100%
    );

  box-shadow:
    0 24px 58px rgba(4, 65, 50, 0.08),
    inset 0 0 0 1px rgba(4, 65, 50, 0.055);
}

.wte-lunch-page-section .wte-lunch-instagram-text {
  min-width: 0;

  color: var(--wte-menu-text);

  font-size: 17px;
  line-height: 1.65;
}

.wte-lunch-page-section .wte-lunch-instagram-text h3 {
  max-width: 720px;

  margin: 0 0 14px;

  color: var(--wte-menu-green);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: none;
}

.wte-lunch-page-section .wte-lunch-instagram-text p {
  max-width: 720px;

  margin: 0;

  color: var(--wte-menu-text);

  font-size: 17px;
  line-height: 1.65;
}

/* =========================================================
   INSTAGRAM-КНОПКА — КОМПАКТНАЯ ГОРИЗОНТАЛЬНАЯ
========================================================= */

.wte-lunch-page-section a.wte-lunch-instagram-btn {
  position: relative !important;

  display: grid !important;
  grid-template-columns:
    52px
    minmax(0, 1fr)
    40px !important;

  grid-template-rows: 1fr !important;

  align-items: center !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  height: 118px !important;
  min-height: 118px !important;
  max-height: 118px !important;

  aspect-ratio: auto !important;

  gap: 16px !important;

  margin: 0 !important;
  padding: 19px 21px !important;

  overflow: hidden !important;

  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 25px 39px 25px 31px !important;

  color: #ffffff !important;
  text-align: left !important;
  text-decoration: none !important;

  background:
    radial-gradient(
      circle at 5% 125%,
      #feda75 0%,
      #fa7e1e 24%,
      transparent 48%
    ),
    radial-gradient(
      circle at 105% -25%,
      rgba(79, 91, 213, 0.95) 0%,
      transparent 46%
    ),
    linear-gradient(
      120deg,
      #d62976 0%,
      #c13584 35%,
      #962fbf 67%,
      #4f5bd5 100%
    ) !important;

  box-shadow:
    0 16px 34px rgba(92, 47, 160, 0.2) !important;

  transform: none !important;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease !important;
}

.wte-lunch-page-section a.wte-lunch-instagram-btn::before {
  content: "" !important;

  position: absolute !important;
  top: -54px !important;
  right: -38px !important;

  display: block !important;

  width: 110px !important;
  height: 110px !important;

  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 50% !important;

  pointer-events: none !important;
}

.wte-lunch-page-section a.wte-lunch-instagram-btn::after {
  content: none !important;
  display: none !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-icon {
  position: static !important;
  inset: auto !important;

  grid-column: 1 !important;
  grid-row: 1 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.46) !important;
  border-radius: 50% !important;

  color: #ffffff !important;

  font-size: 23px !important;
  line-height: 1 !important;

  transform: none !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-text {
  position: static !important;
  inset: auto !important;

  grid-column: 2 !important;
  grid-row: 1 !important;

  display: flex !important;

  min-width: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;

  gap: 6px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;
  text-align: left !important;

  transform: none !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-text small {
  position: static !important;

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.96) !important;

  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;

  text-align: left !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-text strong {
  position: static !important;

  display: block !important;

  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em !important;

  text-align: left !important;
  text-transform: none !important;
  white-space: normal !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-arrow {
  position: static !important;
  inset: auto !important;

  grid-column: 3 !important;
  grid-row: 1 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  justify-self: end !important;

  width: 38px !important;
  height: 38px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 50% !important;

  color: #ffffff !important;

  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;

  transform: none !important;
}

.wte-lunch-page-section a.wte-lunch-instagram-btn:hover {
  color: #ffffff !important;

  transform: translateY(-3px) !important;
  filter: brightness(1.04) !important;

  box-shadow:
    0 20px 40px rgba(92, 47, 160, 0.27) !important;
}

/* =========================================================
   БЕЛЫЙ БЛОК МЕНЮ ПО ДНЯМ
========================================================= */

.wte-lunch-page-section .wte-week-menu-box {
  position: relative;

  width: 100%;
  padding: 27px 26px 21px;

  border-radius: 38px 59px 38px 48px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8faf8 100%
    );

  box-shadow:
    0 28px 68px rgba(4, 65, 50, 0.1),
    inset 0 0 0 1px rgba(4, 65, 50, 0.055);
}

.wte-lunch-page-section .wte-week-menu-box::before {
  content: "";

  position: absolute;
  inset: 12px -8px -10px 12px;
  z-index: -1;

  border: 2px solid rgba(4, 65, 50, 0.25);
  border-radius: 38px 59px 38px 48px;

  pointer-events: none;
}

/* =========================================================
   ШАПКА МЕНЮ
========================================================= */

.wte-lunch-page-section .wte-week-menu-box-head {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(260px, 310px);

  align-items: start;

  gap: 24px;

  margin: 0 0 18px;
  padding: 0 0 17px;

  border-bottom: 1px solid rgba(4, 65, 50, 0.09);
}

.wte-lunch-page-section .wte-week-menu-box-head-left h3 {
  max-width: 900px;

  margin: 0;

  color: var(--wte-menu-green);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 53px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: none;
}

/* =========================================================
   КАК ВЫБРАТЬ БЛЮДА
========================================================= */

.wte-lunch-page-section .wte-week-menu-tip {
  justify-self: end;

  width: 100%;
  max-width: 310px;

  padding: 16px 18px;

  border: 1px solid rgba(4, 65, 50, 0.09);
  border-radius: 20px 34px 20px 26px;

  background:
    linear-gradient(
      145deg,
      rgba(248, 251, 248, 0.98),
      rgba(237, 244, 239, 0.98)
    );

  color: var(--wte-menu-text);

  font-size: 15px;
  line-height: 1.55;

  box-shadow: 0 12px 28px rgba(4, 65, 50, 0.045);
}

.wte-lunch-page-section .wte-week-menu-tip strong {
  display: block;

  margin: 0 0 8px;

  color: var(--wte-menu-green);

  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.wte-lunch-page-section .wte-week-menu-tip p {
  margin: 0;

  color: var(--wte-menu-text);

  font-size: 15px;
  line-height: 1.55;
}

/* =========================================================
   ГОРИЗОНТАЛЬНАЯ ПРОКРУТКА
========================================================= */

.wte-lunch-page-section .wte-week-menu-scroll {
  position: relative;

  width: 100%;

  padding: 4px 5px 12px;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color:
    rgba(4, 65, 50, 0.44)
    rgba(4, 65, 50, 0.075);

  -webkit-overflow-scrolling: touch;
}

.wte-lunch-page-section .wte-week-menu-scroll::-webkit-scrollbar {
  height: 9px;
}

.wte-lunch-page-section .wte-week-menu-scroll::-webkit-scrollbar-track {
  border-radius: 999px;

  background: rgba(4, 65, 50, 0.07);
}

.wte-lunch-page-section .wte-week-menu-scroll::-webkit-scrollbar-thumb {
  border: 2px solid rgba(240, 245, 241, 0.9);
  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      rgba(4, 65, 50, 0.5),
      rgba(16, 119, 86, 0.62)
    );
}

.wte-lunch-page-section .wte-week-menu-track {
  display: flex;
  align-items: stretch;

  width: max-content;
  min-width: max-content;

  gap: 17px;

  margin: 0;
  padding: 0;
}

/* =========================================================
   КАРТОЧКА ДНЯ
========================================================= */

.wte-lunch-page-section .wte-day-card {
  position: relative;
  isolation: isolate;

  width: 302px;
  min-width: 302px;
  min-height: 505px;
  flex: 0 0 302px;

  margin: 0;
  padding: 19px 19px 17px;

  overflow: visible;

  border: 1px solid rgba(4, 65, 50, 0.13);
  border-radius: 25px 45px 25px 33px;

  background:
    radial-gradient(
      circle at 93% 7%,
      rgba(4, 65, 50, 0.055),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fbfcfa 54%,
      #f4f8f5 100%
    );

  box-shadow:
    0 14px 34px rgba(4, 65, 50, 0.075),
    inset 0 0 0 1px rgba(255, 255, 255, 0.76);

  scroll-snap-align: start;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.wte-lunch-page-section .wte-day-card::before {
  content: none;
  display: none;
}

.wte-lunch-page-section .wte-day-card::after {
  content: "";

  position: absolute;
  inset: 7px -5px -5px 7px;
  z-index: -1;

  border: 1px solid rgba(4, 65, 50, 0.21);
  border-radius: 25px 45px 25px 33px;

  pointer-events: none;

  transition:
    transform 0.35s ease,
    border-color 0.35s ease;
}

@media (hover: hover) {
  .wte-lunch-page-section .wte-day-card:hover {
    transform: translateY(-4px);

    border-color: rgba(4, 65, 50, 0.34);

    box-shadow:
      0 22px 46px rgba(4, 65, 50, 0.12),
      inset 0 0 0 1px rgba(255, 255, 255, 0.86);
  }

  .wte-lunch-page-section .wte-day-card:hover::after {
    transform: translate(5px, 5px);

    border-color: rgba(4, 65, 50, 0.46);
  }
}

/* =========================================================
   ШАПКА КАРТОЧКИ
========================================================= */

.wte-lunch-page-section .wte-day-card-top {
  display: flex;
  align-items: center;

  gap: 12px;

  margin: 0 0 15px;
}

.wte-lunch-page-section .wte-day-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;
  flex: 0 0 44px;

  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      var(--wte-menu-green) 0%,
      #0c7657 100%
    );

  color: #ffffff;

  font-size: 15px;
  font-weight: 850;
  line-height: 1;

  box-shadow: 0 9px 20px rgba(4, 65, 50, 0.16);
}

.wte-lunch-page-section .wte-day-over {
  color: rgba(4, 65, 50, 0.5);

  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.wte-lunch-page-section .wte-day-card h4 {
  margin: 0 0 14px;
  padding: 0 0 13px;

  border-bottom: 1px solid rgba(4, 65, 50, 0.11);

  color: var(--wte-menu-green);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

/* =========================================================
   ГРУППЫ БЛЮД — АКЦЕНТНЫЕ ЗАГОЛОВКИ
========================================================= */

.wte-lunch-page-section .wte-day-group {
  position: relative;

  margin: 0;
  padding: 12px 0;
}

.wte-lunch-page-section .wte-day-group + .wte-day-group {
  border-top: 1px solid rgba(4, 65, 50, 0.085);
}

.wte-lunch-page-section .wte-day-group:last-child {
  padding-bottom: 2px;
}

.wte-lunch-page-section .wte-day-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 8px;

  width: 100%;

  margin: 0 0 11px;
  padding: 9px 11px 9px 13px;

  border: 1px solid rgba(4, 65, 50, 0.13);
  border-left: 4px solid var(--wte-menu-green-medium);
  border-radius: 11px 18px 11px 14px;

  background:
    linear-gradient(
      135deg,
      #e5f1e9 0%,
      #f2f7f3 100%
    );

  color: var(--wte-menu-green);

  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: uppercase;

  box-shadow:
    0 5px 13px rgba(4, 65, 50, 0.045);
}

.wte-lunch-page-section .wte-day-group-head br {
  display: none;
}

.wte-lunch-page-section .wte-day-group-head > span:first-child {
  display: block;

  min-width: 0;
  flex: 1 1 auto;

  color: var(--wte-menu-green);

  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.wte-lunch-page-section .wte-day-group-head > span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 54px;
  flex: 0 0 auto;

  padding: 5px 8px;

  border: 1px solid rgba(4, 65, 50, 0.15);
  border-radius: 999px;

  background: #ffffff;
  color: var(--wte-menu-green-medium);

  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

/* =========================================================
   СПИСКИ БЛЮД
========================================================= */

.wte-lunch-page-section .wte-day-group ul {
  display: grid;

  gap: 5px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.wte-lunch-page-section .wte-day-group li {
  position: relative;

  margin: 0;
  padding: 0 0 0 15px;

  color: var(--wte-menu-text);

  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;

  list-style: none;
}

.wte-lunch-page-section .wte-day-group li::before {
  content: "";

  position: absolute;
  top: 0.58em;
  left: 0;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--wte-menu-green-light);
}

/* =========================================================
   ПОДСКАЗКА О ПРОКРУТКЕ
========================================================= */

.wte-lunch-page-section .wte-week-menu-note {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  margin: 10px 0 0;
  padding: 9px 13px;

  color: rgba(4, 65, 50, 0.68);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

/* =========================================================
   ПЛАНШЕТ ДО 1200 PX
========================================================= */

@media (max-width: 1200px) {

  .wte-lunch-page-section .wte-lunch-offer-top {
    grid-template-columns:
      minmax(210px, 1fr)
      minmax(210px, 260px)
      minmax(260px, 1.2fr);
  }

  .wte-lunch-page-section .wte-week-menu-box-head {
    grid-template-columns: 1fr;

    gap: 15px;
  }

  .wte-lunch-page-section .wte-week-menu-tip {
    justify-self: start;

    max-width: 430px;
  }
}

/* =========================================================
   ПЛАНШЕТ ДО 900 PX
========================================================= */

@media (max-width: 900px) {

  .wte-lunch-page-section .wte-lunch-offer-top {
    grid-template-columns: 1fr;
  }

  .wte-lunch-page-section .wte-lunch-offer-price {
    max-width: 300px;

    justify-content: flex-start;
  }

  .wte-lunch-page-section .wte-lunch-offer-grid,
  .wte-lunch-page-section .wte-lunch-extra-row {
    grid-template-columns: 1fr;
  }

  .wte-lunch-page-section .wte-lunch-instagram-block {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

  .wte-lunch-page-section {
    width: 100%;

    padding: 52px 12px 60px;

    overflow-x: hidden;
    overflow-y: visible;
  }

  /* WEEK MENU */

  .wte-lunch-page-section::before {
    top: 29px;
    left: 50%;

    width: max-content;

    transform:
      translateX(-50%)
      scaleX(0.84);

    transform-origin: center;

    color: rgba(4, 65, 50, 0.095);

    font-size: 47px;
    line-height: 0.9;
    letter-spacing: 0;
  }

  /* ЗАГОЛОВОК */

  .wte-lunch-page-section .wte-lunch-page-head {
    width: 100%;

    margin: 0 auto 25px;
    padding: 0 4px;

    font-size: 16px;
    line-height: 1.58;
  }

  .wte-lunch-page-section .wte-lunch-page-head h2 {
    margin-bottom: 16px;

    font-size: clamp(33px, 9.4vw, 40px);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .wte-lunch-page-section .wte-lunch-page-head p {
    font-size: 16px;
    line-height: 1.58;
  }

  .wte-lunch-page-section .wte-lunch-page-label {
    gap: 8px;

    margin-bottom: 12px;

    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0.13em;

    white-space: normal;
  }

  .wte-lunch-page-section .wte-lunch-page-label::before,
  .wte-lunch-page-section .wte-lunch-page-label::after {
    width: 24px;
    flex-basis: 24px;
  }

  /* ЗЕЛЁНЫЙ БЛОК */

  .wte-lunch-page-section .wte-lunch-offer {
    margin-bottom: 20px;
    padding: 18px 15px 16px;

    border-radius: 26px 40px 26px 32px;
  }

  .wte-lunch-page-section .wte-lunch-offer::before {
    inset: 7px -3px -5px 7px;

    border-radius: 26px 40px 26px 32px;
  }

  .wte-lunch-page-section .wte-lunch-offer-top {
    grid-template-columns:
      minmax(112px, 0.78fr)
      minmax(0, 1.22fr);

    align-items: center;

    gap: 13px;

    margin-bottom: 13px;
  }

  .wte-lunch-page-section .wte-lunch-offer-mark {
    grid-column: 1 / -1;

    gap: 9px;

    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .wte-lunch-page-section .wte-lunch-offer-mark::before {
    width: 26px;
    flex-basis: 26px;
  }

  .wte-lunch-page-section .wte-lunch-offer-price {
    min-width: 0;
    max-width: none;

    justify-content: center;

    padding: 16px 9px;

    border-radius: 19px 29px 19px 23px;
  }

  .wte-lunch-page-section .wte-lunch-offer-price-num {
    font-size: 49px;
  }

  .wte-lunch-page-section .wte-lunch-offer-price-cur {
    margin-top: 7px;

    font-size: 15px;
  }

  .wte-lunch-page-section .wte-lunch-offer-titlebox h3 {
    margin-bottom: 7px;

    font-size: 27px;
    line-height: 1.02;
  }

  .wte-lunch-page-section .wte-lunch-offer-titlebox p {
    font-size: 15px;
    line-height: 1.4;
  }

  /* ТРИ БЛЮДА */

  .wte-lunch-page-section .wte-lunch-offer-grid {
    grid-template-columns: 1fr;

    gap: 10px;

    margin-bottom: 10px;
  }

  .wte-lunch-page-section .wte-lunch-mini-card {
    grid-template-columns: 42px minmax(0, 1fr);

    column-gap: 13px;
    row-gap: 4px;

    min-height: 0;
    padding: 14px 15px;

    border-radius: 18px 29px 18px 23px;
  }

  .wte-lunch-page-section .wte-lunch-mini-num {
    width: 40px;
    height: 40px;

    font-size: 12px;
  }

  .wte-lunch-page-section .wte-lunch-mini-title {
    font-size: 19px;
  }

  .wte-lunch-page-section .wte-lunch-mini-text {
    font-size: 13px;
    line-height: 1.35;
  }

  /* ДОПОЛНЕНИЯ */

  .wte-lunch-page-section .wte-lunch-extra-row {
    grid-template-columns: 1fr;

    gap: 9px;
  }

  .wte-lunch-page-section .wte-lunch-extra-label-card,
  .wte-lunch-page-section .wte-lunch-extra-card {
    min-height: 62px;
    padding: 11px 12px 11px 14px;

    border-radius: 17px 27px 17px 21px;
  }

  .wte-lunch-page-section .wte-lunch-extra-label-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);

    align-items: center;

    gap: 12px;
  }

  .wte-lunch-page-section .wte-lunch-extra-over {
    min-height: 30px;
    padding: 6px 9px;

    font-size: 8px;
  }

  .wte-lunch-page-section .wte-lunch-extra-big {
    font-size: 18px;
  }

  .wte-lunch-page-section .wte-lunch-extra-name {
    font-size: 16px;
  }

  .wte-lunch-page-section .wte-lunch-extra-price {
    min-width: 67px;
    min-height: 35px;

    font-size: 15px;
  }

  /* INSTAGRAM-БЛОК */

  .wte-lunch-page-section .wte-lunch-instagram-block {
    grid-template-columns: 1fr;

    gap: 18px;

    margin-bottom: 20px;
    padding: 21px 17px 18px;

    border-radius: 27px 42px 27px 34px;
  }

  .wte-lunch-page-section .wte-lunch-instagram-text {
    font-size: 15px;
    line-height: 1.58;
  }

  .wte-lunch-page-section .wte-lunch-instagram-text h3 {
    margin-bottom: 13px;

    font-size: 31px;
    line-height: 1.06;
  }

  .wte-lunch-page-section .wte-lunch-instagram-text p {
    font-size: 15px;
    line-height: 1.58;
  }

  /* INSTAGRAM-КНОПКА НА ТЕЛЕФОНЕ */

  .wte-lunch-page-section a.wte-lunch-instagram-btn {
    grid-template-columns:
      44px
      minmax(0, 1fr)
      34px !important;

    height: 94px !important;
    min-height: 94px !important;
    max-height: 94px !important;

    align-items: center !important;

    gap: 12px !important;

    padding: 14px 15px !important;

    border-radius: 21px 33px 21px 26px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-icon {
    width: 43px !important;
    height: 43px !important;
    min-width: 43px !important;

    font-size: 19px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text {
    gap: 5px !important;
    overflow: visible !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text small {
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text strong {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-arrow {
    width: 33px !important;
    height: 33px !important;

    font-size: 19px !important;
  }

  /* БЕЛЫЙ БЛОК */

  .wte-lunch-page-section .wte-week-menu-box {
    padding: 17px 13px 15px;

    border-radius: 25px 38px 25px 31px;
  }

  .wte-lunch-page-section .wte-week-menu-box::before {
    inset: 7px -3px -5px 7px;

    border-radius: 25px 38px 25px 31px;
  }

  .wte-lunch-page-section .wte-week-menu-box-head {
    grid-template-columns: 1fr;

    gap: 12px;

    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .wte-lunch-page-section .wte-week-menu-box-head-left h3 {
    font-size: 28px;
    line-height: 1.05;
  }

  .wte-lunch-page-section .wte-week-menu-tip {
    justify-self: stretch;

    max-width: none;

    padding: 13px 14px;

    border-radius: 18px 29px 18px 23px;
  }

  .wte-lunch-page-section .wte-week-menu-tip strong {
    margin-bottom: 5px;

    font-size: 14px;
  }

  .wte-lunch-page-section .wte-week-menu-tip p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* ПРОКРУТКА КАРТОЧЕК */

  .wte-lunch-page-section .wte-week-menu-scroll {
    width: auto;

    margin: 0 -13px;
    padding: 4px 13px 14px;

    scroll-padding-left: 13px;
    scroll-snap-type: x mandatory;
  }

  .wte-lunch-page-section .wte-week-menu-track {
    gap: 12px;
  }

  .wte-lunch-page-section .wte-day-card {
    width: min(80vw, 292px);
    min-width: min(80vw, 292px);
    max-width: 292px;
    min-height: 0;
    flex: 0 0 min(80vw, 292px);

    padding: 17px 16px 15px;

    border-radius: 22px 36px 22px 28px;

    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .wte-lunch-page-section .wte-day-card::after {
    inset: 5px -3px -4px 5px;

    border-radius: 22px 36px 22px 28px;
  }

  .wte-lunch-page-section .wte-day-card-top {
    gap: 10px;

    margin-bottom: 13px;
  }

  .wte-lunch-page-section .wte-day-badge {
    width: 40px;
    height: 40px;
    flex-basis: 40px;

    font-size: 14px;
  }

  .wte-lunch-page-section .wte-day-over {
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .wte-lunch-page-section .wte-day-card h4 {
    margin-bottom: 12px;
    padding-bottom: 12px;

    font-size: 25px;
  }

  .wte-lunch-page-section .wte-day-group {
    padding: 11px 0;
  }

  /* АКЦЕНТНЫЕ ЗАГОЛОВКИ КАТЕГОРИЙ */

  .wte-lunch-page-section .wte-day-group-head {
    margin-bottom: 10px;
    padding: 9px 10px 9px 11px;

    border-left-width: 4px;
    border-radius: 10px 16px 10px 13px;

    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
  }

  .wte-lunch-page-section
  .wte-day-group-head
  > span:first-child {
    font-size: 13px;
    font-weight: 900;
  }

  .wte-lunch-page-section
  .wte-day-group-head
  > span:last-child {
    min-width: 48px;

    padding: 4px 7px;

    font-size: 10px;
  }

  .wte-lunch-page-section .wte-day-group ul {
    gap: 5px;
  }

  .wte-lunch-page-section .wte-day-group li {
    padding-left: 14px;

    font-size: 15px;
    line-height: 1.48;
  }

  .wte-lunch-page-section .wte-day-group li::before {
    top: 0.62em;

    width: 4px;
    height: 4px;
  }

  /* ЯРКАЯ ПОДСКАЗКА */

  .wte-lunch-page-section .wte-week-menu-note {
    min-height: 46px;

    margin: 12px 0 0;
    padding: 10px 14px;

    border: 1px solid rgba(4, 65, 50, 0.2);
    border-radius: 999px;

    background:
      linear-gradient(
        135deg,
        rgba(220, 238, 226, 0.98),
        rgba(247, 249, 247, 0.98)
      );

    color: var(--wte-menu-green);

    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;

    box-shadow:
      0 7px 18px rgba(4, 65, 50, 0.07);
  }
}

/* =========================================================
   ОЧЕНЬ УЗКИЕ ЭКРАНЫ
========================================================= */

@media (max-width: 380px) {

  .wte-lunch-page-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wte-lunch-page-section::before {
    font-size: 40px;

    transform:
      translateX(-50%)
      scaleX(0.82);
  }

  .wte-lunch-page-section .wte-lunch-offer-top {
    grid-template-columns:
      106px
      minmax(0, 1fr);
  }

  .wte-lunch-page-section .wte-lunch-offer-price-num {
    font-size: 44px;
  }

  .wte-lunch-page-section .wte-lunch-offer-titlebox h3 {
    font-size: 24px;
  }

  .wte-lunch-page-section .wte-lunch-mini-title {
    font-size: 18px;
  }

  .wte-lunch-page-section .wte-lunch-extra-big {
    font-size: 16px;
  }

  .wte-lunch-page-section .wte-lunch-extra-name {
    font-size: 15px;
  }

  .wte-lunch-page-section .wte-lunch-instagram-text h3 {
    font-size: 28px;
  }

  .wte-lunch-page-section a.wte-lunch-instagram-btn {
    grid-template-columns:
      39px
      minmax(0, 1fr)
      30px !important;

    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;

    gap: 9px !important;

    padding: 12px 13px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;

    font-size: 17px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text small {
    font-size: 11px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text strong {
    font-size: 16px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-arrow {
    width: 29px !important;
    height: 29px !important;

    font-size: 17px !important;
  }

  .wte-lunch-page-section .wte-day-card {
    width: calc(100vw - 64px);
    min-width: calc(100vw - 64px);
    flex-basis: calc(100vw - 64px);
  }

  .wte-lunch-page-section .wte-week-menu-note {
    min-height: 44px;

    padding: 9px 11px;

    font-size: 12px;
  }
}



 
/* =========================================================
   WANT TO EAT — КАК ЗАКАЗАТЬ БИЗНЕС-ЛАНЧ
   Использует общий класс кнопки .wte-ui-btn
========================================================= */
/* =========================================================
   WANT TO EAT — КАК ЗАКАЗАТЬ БИЗНЕС-ЛАНЧ
========================================================= */
/* =========================================================
   КОНТАКТЫ ВНУТРИ БЛОКА «КАК ЗАКАЗАТЬ»
   Используется общая рабочая кнопка .wte-ui-button
========================================================= */
/* =========================================================
   WANT TO EAT — КАК ЗАКАЗАТЬ БИЗНЕС-ЛАНЧ
========================================================= */

/* =========================================================
   WANT TO EAT — КАК ЗАКАЗАТЬ БИЗНЕС-ЛАНЧ
   ПОЛНАЯ ЧИСТАЯ ВЕРСИЯ
========================================================= */
/* =========================================================
   WANT TO EAT — КАК ЗАКАЗАТЬ БИЗНЕС-ЛАНЧ
========================================================= */

/* =========================================================
   WANT TO EAT — КАК ЗАКАЗАТЬ БИЗНЕС-ЛАНЧ
   ПОЛНАЯ ИСПРАВЛЕННАЯ ВЕРСИЯ
========================================================= */

/* =========================================================
   WANT TO EAT — КАК ЗАКАЗАТЬ БИЗНЕС-ЛАНЧ
   ПОЛНАЯ ИСПРАВЛЕННАЯ ВЕРСИЯ
========================================================= */
/* =========================================================
   WANT TO EAT — КАК ЗАКАЗАТЬ БИЗНЕС-ЛАНЧ
   ПОЛНАЯ ИСПРАВЛЕННАЯ ВЕРСИЯ
========================================================= */

#wte-order-steps-2026,
#wte-order-steps-2026 * {
  box-sizing: border-box;
}

#wte-order-steps-2026 {
  position: relative;
  padding: 50px 20px 52px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(4, 65, 50, 0.045),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(4, 65, 50, 0.035),
      transparent 34%
    ),
    #f6f8f5;
}

.wte-order29-container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

/* =========================================================
   ЗАГОЛОВОК
========================================================= */

.wte-order29-header {
  position: relative;
  max-width: 1160px;
  margin: 0 auto 20px;
  padding-top: 12px;
  overflow: hidden;
  text-align: center;
}

.wte-order29-ghost {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 50%;

  width: 100%;

  transform: translateX(-50%);

  color: rgba(4, 65, 50, 0.035);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 7vw, 128px);
  font-weight: 700;
  line-height: 0.84;

  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.wte-order29-label {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 15px;
  margin-bottom: 14px;
}

.wte-order29-label span {
  display: block;
  width: 64px;
  height: 1px;
  background: rgba(4, 65, 50, 0.19);
}

.wte-order29-label div {
  color: #044132;

  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.wte-order29-header h2 {
  position: relative;
  z-index: 2;

  max-width: 1120px;
  margin: 0 auto !important;

  color: #044132 !important;

  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 4.5vw, 68px) !important;
  font-weight: 400 !important;
  line-height: 0.97 !important;
  letter-spacing: -0.042em !important;
  text-transform: none !important;
}

.wte-order29-header-text {
  position: relative;
  z-index: 2;

  max-width: 820px;
  margin: 18px auto 0 !important;

  color: rgba(4, 65, 50, 0.74) !important;

  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.52 !important;
  text-align: center;
}

/* =========================================================
   ВРЕМЯ ПРИЁМА ЗАКАЗОВ
========================================================= */

.wte-order29-timebar {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  max-width: 980px;

  gap: 22px;

  margin: 0 auto 22px;
  padding: 9px 10px 9px 28px;

  border-radius: 28px 48px 28px 36px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, 0.12),
      transparent 42%
    ),
    linear-gradient(
      120deg,
      #044132 0%,
      #087756 100%
    );

  box-shadow: 0 16px 34px rgba(4, 65, 50, 0.14);
}

.wte-order29-timebar-text {
  position: relative;
  padding-left: 36px;

  color: #ffffff;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.wte-order29-timebar-text::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 0;

  width: 23px;
  height: 1px;

  transform: translateY(-50%);

  background: rgba(255, 255, 255, 0.55);
}

.wte-order29-timebar-time {
  flex: 0 0 auto;

  padding: 13px 24px;

  border-radius: 22px 36px 22px 28px;

  background: #f7f2e8;
  color: #044132;

  font-size: 19px;
  font-weight: 800;
  line-height: 1.1;

  white-space: nowrap;

  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.07);
}

/* =========================================================
   ОБЩАЯ ОБОЛОЧКА
========================================================= */

.wte-order29-shell {
  position: relative;

  padding: 24px;

  border: 1px solid rgba(4, 65, 50, 0.08);
  border-radius: 40px 64px 40px 50px;

  background:
    linear-gradient(
      145deg,
      #fbfcfa 0%,
      #f5f8f5 100%
    );

  box-shadow: 0 24px 58px rgba(4, 65, 50, 0.075);
}

.wte-order29-shell::before {
  content: "";

  position: absolute;
  z-index: 0;

  inset: 13px -7px -9px 13px;

  border: 3px solid rgba(4, 65, 50, 0.28);
  border-radius: 42px 66px 42px 52px;

  pointer-events: none;

  transition:
    transform 0.4s ease,
    border-color 0.4s ease;
}

.wte-order29-shell:hover::before {
  transform: translate(4px, 4px);
  border-color: rgba(4, 65, 50, 0.4);
}

/* =========================================================
   СЕТКА ШАГОВ
========================================================= */

.wte-order29-grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  align-items: stretch;
  gap: 16px;
}

/* =========================================================
   КАРТОЧКИ ШАГОВ
========================================================= */

.wte-order29-card {
  position: relative;

  min-height: 250px;
  padding: 20px 21px 21px;

  overflow: hidden;

  border: 1px solid rgba(4, 65, 50, 0.12);
  border-radius: 28px 46px 28px 36px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(4, 65, 50, 0.042),
      transparent 37%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.99) 0%,
      rgba(248, 250, 247, 0.99) 100%
    );

  box-shadow: 0 12px 28px rgba(4, 65, 50, 0.05);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.wte-order29-card:hover {
  transform: translateY(-3px);

  border-color: rgba(4, 65, 50, 0.28);

  box-shadow: 0 18px 36px rgba(4, 65, 50, 0.09);
}

.wte-order29-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 10px;
  margin-bottom: 16px;
}

/* =========================================================
   ИКОНКИ
========================================================= */

.wte-order29-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 80px;

  width: 80px;
  height: 80px;
  padding: 11px;

  overflow: hidden;

  border: 1px solid rgba(4, 65, 50, 0.14);
  border-radius: 22px 34px 22px 27px;

  background:
    linear-gradient(
      180deg,
      #f6faf7 0%,
      #eef4f0 100%
    );
}

.wte-order29-icon-wrap img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  transform: translateY(3px) scale(1.1);

  transition: transform 0.35s ease;
}

.wte-order29-card:hover .wte-order29-icon-wrap img {
  transform: translateY(3px) scale(1.16);
}

/* =========================================================
   НОМЕРА
========================================================= */

.wte-order29-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  min-width: 50px;
  height: 34px;
  padding: 0 13px;

  border: 1px solid rgba(4, 65, 50, 0.12);
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      #eef5f0 0%,
      #e4eee7 100%
    );

  color: #044132;

  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* =========================================================
   ТЕКСТ КАРТОЧЕК
========================================================= */

.wte-order29-card-title {
  margin: 0 0 10px !important;

  color: #044132 !important;

  font-family: inherit !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.wte-order29-card p {
  margin: 0 !important;

  color: rgba(4, 65, 50, 0.76) !important;

  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
}

/* =========================================================
   КОНТАКТНАЯ ЗОНА
========================================================= */

.wte-order29-contact-zone {
  position: relative;
  z-index: 2;

  margin-top: 20px;
  padding-top: 22px;

  border-top: 1px solid rgba(4, 65, 50, 0.1);
}

.wte-order29-contact-head {
  max-width: 1050px;
  margin: 0 auto 18px;

  text-align: center;
}

/* =========================================================
   ПЛАШКА «ОФОРМЛЕНИЕ ЗАКАЗА»
========================================================= */

.wte-order29-contact-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 15px;
  margin-bottom: 13px;
}

.wte-order29-contact-label span {
  display: block;

  width: 54px;
  height: 1px;

  background: rgba(4, 65, 50, 0.24);
}

.wte-order29-contact-label div {
  color: #044132;

  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.wte-order29-contact-title {
  max-width: 980px;
  margin: 0 auto !important;

  color: #044132 !important;

  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 2.8vw, 42px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  text-align: center !important;
  text-transform: none !important;
}

.wte-order29-contact-lead {
  max-width: 860px;
  margin: 10px auto 0 !important;

  color: rgba(4, 65, 50, 0.76) !important;

  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  text-align: center !important;
}

/* =========================================================
   СЕТКА КОНТАКТНЫХ КНОПОК
========================================================= */

.wte-order29-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  align-items: stretch;

  width: 100%;
  gap: 16px;
}

/* =========================================================
   КОНТАКТНЫЕ КНОПКИ
========================================================= */

#wte-order-steps-2026 .wte-order29-contact-button {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 0;

  height: 86px;
  min-height: 86px;

  margin: 0;
  padding: 15px 18px 16px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px 38px 24px 30px;

  color: #ffffff !important;

  line-height: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;

  box-shadow: 0 13px 25px rgba(4, 65, 50, 0.12);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

#wte-order-steps-2026 .wte-order29-contact-button::before {
  content: "";

  position: absolute;

  top: -57px;
  right: -43px;

  width: 105px;
  height: 105px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;

  pointer-events: none;
}

#wte-order-steps-2026 .wte-order29-contact-button:hover {
  transform: translateY(-3px);

  filter: brightness(1.05);

  box-shadow: 0 18px 32px rgba(4, 65, 50, 0.17);
}

/* =========================================================
   ТЕКСТ ВНУТРИ КНОПОК
========================================================= */

#wte-order-steps-2026 .wte-order29-contact-copy {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;

  margin: 0;
  padding: 0;

  gap: 9px;

  line-height: normal;
  transform: none;
}

/* Названия каналов связи */

#wte-order-steps-2026 .wte-order29-contact-copy small {
  position: static;

  display: block;

  width: auto;
  height: auto;

  margin: 0;
  padding: 0;

  color: rgba(255, 255, 255, 0.9);

  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  white-space: nowrap;
  transform: none;
}

/* Основной текст */

#wte-order-steps-2026 .wte-order29-contact-copy strong {
  position: static;

  display: block;

  width: auto;
  height: auto;

  margin: 0 0 1px;
  padding: 0;

  color: #ffffff;

  font-size: 19px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;

  white-space: nowrap;
  transform: none;
}

/* Номер телефона немного компактнее */

#wte-order-steps-2026
.wte-order29-contact-phone
.wte-order29-contact-copy strong {
  font-size: 18px;
}

/* Убираем элементы от старой версии */

#wte-order-steps-2026 .wte-order29-contact-copy b,
#wte-order-steps-2026 .wte-order29-contact-copy em {
  display: none;
}

/* =========================================================
   ЦВЕТА КНОПОК
========================================================= */

#wte-order-steps-2026 .wte-order29-contact-phone {
  background:
    linear-gradient(
      135deg,
      #044132 0%,
      #087756 100%
    );
}

#wte-order-steps-2026 .wte-order29-contact-viber {
  background:
    linear-gradient(
      135deg,
      #5843bd 0%,
      #8068f6 100%
    );
}

#wte-order-steps-2026 .wte-order29-contact-telegram {
  background:
    linear-gradient(
      135deg,
      #168dcc 0%,
      #39b9ef 100%
    );
}

#wte-order-steps-2026 .wte-order29-contact-instagram {
  background:
    radial-gradient(
      circle at 0% 100%,
      #feda75 0%,
      #fa7e1e 28%,
      transparent 52%
    ),
    linear-gradient(
      135deg,
      #d62976 0%,
      #962fbf 50%,
      #4f5bd5 100%
    );
}

/* =========================================================
   СРЕДНИЕ ЭКРАНЫ
========================================================= */

@media (max-width: 1160px) {

  .wte-order29-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wte-order29-card {
    min-height: 240px;
  }

  .wte-order29-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #wte-order-steps-2026 .wte-order29-contact-button {
    height: 84px;
    min-height: 84px;

    padding: 14px 18px 15px;
  }
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 900px) {

  .wte-order29-timebar {
    align-items: stretch;
    flex-direction: column;

    gap: 9px;
    padding: 15px;

    border-radius: 24px 36px 24px 29px;
  }

  .wte-order29-timebar-text {
    padding-left: 0;

    font-size: 16px;
    text-align: center;
  }

  .wte-order29-timebar-text::before {
    display: none;
  }

  .wte-order29-timebar-time {
    width: 100%;
    padding: 12px 18px;

    font-size: 18px;
    text-align: center;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

  #wte-order-steps-2026 {
    padding: 44px 15px 48px;
  }

  .wte-order29-header {
    margin-bottom: 19px;
    padding-top: 8px;
  }

  .wte-order29-ghost {
    top: 14px;

    font-size: 48px;
    line-height: 0.9;
  }

  .wte-order29-label {
    gap: 8px;
    margin-bottom: 12px;
  }

  .wte-order29-label span {
    width: 25px;
  }

  .wte-order29-label div {
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .wte-order29-header h2 {
    font-size: 36px !important;
    line-height: 0.99 !important;
  }

  .wte-order29-header-text {
    margin-top: 14px !important;

    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .wte-order29-timebar {
    margin-bottom: 18px;
  }

  .wte-order29-shell {
    padding: 15px;

    border-radius: 27px 40px 27px 33px;
  }

  .wte-order29-shell::before {
    inset: 8px -3px -5px 8px;

    border-width: 2px;
    border-radius: 29px 42px 29px 35px;
  }

  .wte-order29-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wte-order29-card {
    min-height: auto;
    padding: 17px;

    border-radius: 23px 32px 23px 27px;
  }

  .wte-order29-card-top {
    margin-bottom: 14px;
  }

  .wte-order29-icon-wrap {
    flex-basis: 70px;

    width: 70px;
    height: 70px;
    padding: 9px;

    border-radius: 19px 27px 19px 23px;
  }

  .wte-order29-number {
    min-width: 46px;
    height: 32px;
    padding: 0 11px;

    font-size: 19px;
  }

  .wte-order29-card-title {
    margin-bottom: 8px !important;
    font-size: 20px !important;
  }

  .wte-order29-card p {
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  .wte-order29-contact-zone {
    margin-top: 17px;
    padding-top: 20px;
  }

  .wte-order29-contact-head {
    margin-bottom: 18px;
  }

  .wte-order29-contact-label {
    gap: 9px;
    margin-bottom: 10px;
  }

  .wte-order29-contact-label span {
    width: 28px;
  }

  .wte-order29-contact-label div {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .wte-order29-contact-title {
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  .wte-order29-contact-lead {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .wte-order29-contact-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  #wte-order-steps-2026 .wte-order29-contact-button {
    height: 80px;
    min-height: 80px;

    padding: 12px 15px 14px;
  }

  #wte-order-steps-2026 .wte-order29-contact-copy {
    gap: 7px;
  }

  #wte-order-steps-2026 .wte-order29-contact-copy small {
    font-size: 11px;
  }

  #wte-order-steps-2026 .wte-order29-contact-copy strong {
    font-size: 17px;
  }

  #wte-order-steps-2026
  .wte-order29-contact-phone
  .wte-order29-contact-copy strong {
    font-size: 16px;
  }
}

/* =========================================================
   ОЧЕНЬ УЗКИЕ ЭКРАНЫ
========================================================= */

@media (max-width: 420px) {

  .wte-order29-header h2 {
    font-size: 32px !important;
  }

  .wte-order29-card {
    padding: 16px;
  }

  .wte-order29-contact-title {
    font-size: 25px !important;
  }
}
/* =========================================================
   WANT TO EAT — ПРИМЕРЫ БИЗНЕС-ЛАНЧЕЙ
========================================================= */

/* =========================================================
   WANT TO EAT — ПРИМЕРЫ БИЗНЕС-ЛАНЧЕЙ
   РАМКИ ПОВТОРЯЮТ ПРОПОРЦИИ ФОТОГРАФИЙ
========================================================= */
/* =========================================================
   WANT TO EAT — ПРИМЕРЫ БИЗНЕС-ЛАНЧЕЙ
   РАМКИ ПОВТОРЯЮТ ПРОПОРЦИИ ФОТОГРАФИЙ
========================================================= */

/* =========================================================
   WANT TO EAT — ПРИМЕРЫ БИЗНЕС-ЛАНЧЕЙ
   РАМКИ ПОВТОРЯЮТ ПРОПОРЦИИ ФОТОГРАФИЙ
========================================================= */

/* =========================================================
   WANT TO EAT — ПРИМЕРЫ БИЗНЕС-ЛАНЧЕЙ
========================================================= */

/* =========================================================
   WANT TO EAT — ПРИМЕРЫ БИЗНЕС-ЛАНЧЕЙ
========================================================= */

/* =========================================================
   WANT TO EAT — ГАЛЕРЕЯ БИЗНЕС-ЛАНЧЕЙ
========================================================= */
/* =========================================================
   WANT TO EAT — ГАЛЕРЕЯ БИЗНЕС-ЛАНЧЕЙ
   3 РЯДА ПО 2 ФОТО
========================================================= */
/* =========================================================
   WANT TO EAT — ГАЛЕРЕЯ БИЗНЕС-ЛАНЧЕЙ
   3 РОВНЫХ РЯДА ПО 2 ФОТО
========================================================= */

#wte-lunch-gallery-2026,
#wte-lunch-gallery-2026 * {
  box-sizing: border-box;
}

#wte-lunch-gallery-2026 {
  position: relative;
  overflow: hidden;
}

/* =========================================================
   ЗАГОЛОВОК
========================================================= */

#wte-lunch-gallery-2026 .wte-gallery33-head {
  max-width: 1020px;
  margin: 0 auto 38px;
  text-align: center;
}

#wte-lunch-gallery-2026 .wte-gallery33-head .wte-ui-kicker {
  justify-content: center;
}

#wte-lunch-gallery-2026 .wte-gallery33-head .wte-ui-title {
  max-width: 1050px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

#wte-lunch-gallery-2026 .wte-gallery33-head .wte-ui-lead {
  max-width: 800px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* =========================================================
   ГАЛЕРЕЯ
========================================================= */

#wte-lunch-gallery-2026 .wte-gallery33-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
}

/* Все три ряда — строго по две одинаковые фотографии */

#wte-lunch-gallery-2026 .wte-gallery33-row,
#wte-lunch-gallery-2026 .wte-gallery33-row-wide-left,
#wte-lunch-gallery-2026 .wte-gallery33-row-wide-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: start;
  width: 100%;
  gap: 18px;
}

/* =========================================================
   КАРТОЧКИ ФОТОГРАФИЙ
========================================================= */

#wte-lunch-gallery-2026 .wte-gallery33-item {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;

  border: 1px solid rgba(4, 65, 50, .12);
  border-radius: 30px 48px 30px 38px;

  background: transparent !important;

  box-shadow:
    0 16px 38px rgba(4, 65, 50, .09);

  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

#wte-lunch-gallery-2026 .wte-gallery33-item:hover {
  z-index: 2;
  transform: translateY(-4px);
  border-color: rgba(4, 65, 50, .27);

  box-shadow:
    0 24px 50px rgba(4, 65, 50, .15);
}

/* =========================================================
   ФОТОГРАФИИ
   РАМКА ПОДСТРАИВАЕТСЯ ПОД ПРОПОРЦИИ ИЗОБРАЖЕНИЯ
========================================================= */

#wte-lunch-gallery-2026 .wte-gallery33-item img {
  display: block;

  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0;
  border-radius: inherit;

  transition: transform .5s ease;
}

#wte-lunch-gallery-2026 .wte-gallery33-item:hover img {
  transform: scale(1.02);
}

/* Убираем возможные подложки темы */

#wte-lunch-gallery-2026 .wte-gallery33-item::before,
#wte-lunch-gallery-2026 .wte-gallery33-item::after {
  display: none !important;
}

#wte-lunch-gallery-2026 figure {
  background: transparent !important;
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 1100px) {
  #wte-lunch-gallery-2026 .wte-gallery33-layout {
    gap: 15px;
  }

  #wte-lunch-gallery-2026 .wte-gallery33-row,
  #wte-lunch-gallery-2026 .wte-gallery33-row-wide-left,
  #wte-lunch-gallery-2026 .wte-gallery33-row-wide-right {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 15px;
  }

  #wte-lunch-gallery-2026 .wte-gallery33-item {
    border-radius: 26px 40px 26px 32px;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {
  #wte-lunch-gallery-2026 .wte-gallery33-head {
    margin-bottom: 26px;
  }

  #wte-lunch-gallery-2026 .wte-gallery33-layout {
    gap: 12px;
  }

  #wte-lunch-gallery-2026 .wte-gallery33-row,
  #wte-lunch-gallery-2026 .wte-gallery33-row-wide-left,
  #wte-lunch-gallery-2026 .wte-gallery33-row-wide-right {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  #wte-lunch-gallery-2026 .wte-gallery33-item {
    width: 100%;
    border-radius: 23px 34px 23px 28px;
  }
}
/* =========================================================
   WANT TO EAT — ДОСТАВКА БИЗНЕС-ЛАНЧЕЙ

  /* =========================================================
   WANT TO EAT — ДОСТАВКА БИЗНЕС-ЛАНЧЕЙ

  /* =========================================================
   WANT TO EAT — ДОСТАВКА БИЗНЕС-ЛАНЧЕЙ

  /* =========================================================
   WANT TO EAT — ДОСТАВКА БИЗНЕС-ЛАНЧЕЙ
/* =========================================================
   WANT TO EAT — ДОСТАВКА БИЗНЕС-ЛАНЧЕЙ

  /* =========================================================
   WANT TO EAT — ДОСТАВКА БИЗНЕС-ЛАНЧЕЙ

   Используются общие классы:
   .wte-ui-section
   .wte-ui-inner
   .wte-ui-card
   .wte-ui-moving-frame
   .wte-ui-button
   .wte-ui-button-arrow
========================================================= */

#wte-delivery-2026,
#wte-delivery-2026 * {
  box-sizing: border-box;
}

#wte-delivery-2026 {
  position: relative;
  overflow: hidden;
}

/* =========================================================
   ОБЩАЯ КОМПОЗИЦИЯ
========================================================= */

#wte-delivery-2026 .wte-delivery34-shell {
  display: grid;
  grid-template-columns:
    minmax(540px, 1.28fr)
    minmax(0, 1.52fr);

  align-items: stretch;

  width: 100%;
  gap: 16px;
  padding: 20px;
}

/* =========================================================
   ЛЕВАЯ ЗЕЛЁНАЯ ЧАСТЬ
========================================================= */

#wte-delivery-2026 .wte-delivery34-main {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 480px;

  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  padding: 42px 46px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 38px 66px 38px 50px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, .075) 0%,
      transparent 36%
    ),
    linear-gradient(
      145deg,
      #044132 0%,
      #087756 100%
    );

  color: #ffffff;

  box-shadow:
    0 18px 42px rgba(4, 65, 50, .13);
}

#wte-delivery-2026 .wte-delivery34-main::after {
  content: "";

  position: absolute;
  top: 0;
  right: 0;

  width: 180px;
  height: 180px;

  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 0 66px 0 100%;

  pointer-events: none;
}

/* Маленькая надпись */

#wte-delivery-2026 .wte-delivery34-kicker {
  position: relative;

  display: flex;
  align-items: center;
  gap: 15px;

  margin-bottom: 22px;

  color: rgba(255, 255, 255, .84);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .2em;
  text-transform: uppercase;
}

#wte-delivery-2026 .wte-delivery34-kicker::before,
#wte-delivery-2026 .wte-delivery34-kicker::after {
  content: "";

  display: block;

  width: 44px;
  height: 1px;

  background: rgba(255, 255, 255, .4);
}

/* Главный заголовок */

#wte-delivery-2026 .wte-delivery34-title {
  width: 100%;
  max-width: 650px;

  margin: 0 0 24px !important;

  color: #ffffff !important;

  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(45px, 3.45vw, 61px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
  text-transform: none !important;
}

#wte-delivery-2026 .wte-delivery34-title span {
  display: block;
}

#wte-delivery-2026 .wte-delivery34-title span:first-child {
  white-space: nowrap;
}

/* Описание */

#wte-delivery-2026 .wte-delivery34-lead {
  max-width: 590px;

  margin: 0 0 28px !important;

  color: rgba(255, 255, 255, .88) !important;

  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
}

/* Кнопка */

#wte-delivery-2026 .wte-delivery34-button {
  min-width: 330px;
  min-height: 62px;

  margin: 0;
  padding: 16px 28px;

  justify-content: space-between;

  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 28px 48px 28px 35px;

  background: #ffffff !important;

  color: #044132 !important;

  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;

  box-shadow:
    0 16px 34px rgba(0, 0, 0, .12);
}

#wte-delivery-2026 .wte-delivery34-button:hover {
  transform: translateY(-3px);

  background: #f6f2e9 !important;

  color: #044132 !important;

  box-shadow:
    0 21px 42px rgba(0, 0, 0, .17);
}

#wte-delivery-2026
.wte-delivery34-button
.wte-ui-button-arrow {
  color: #044132 !important;
}

/* Крупный телефон */

#wte-delivery-2026 .wte-delivery34-phone {
  display: inline-flex;
  align-items: center;

  margin-top: 22px;

  color: #ffffff !important;

  font-size: clamp(23px, 1.65vw, 29px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em;

  text-decoration: none !important;

  transition:
    opacity .25s ease,
    transform .25s ease;
}

#wte-delivery-2026 .wte-delivery34-phone:hover {
  color: #ffffff !important;

  opacity: .78;
  transform: translateX(3px);
}

/* =========================================================
   ПРАВАЯ СЕТКА
========================================================= */

#wte-delivery-2026 .wte-delivery34-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));

  min-width: 0;
  gap: 14px;
}

/* =========================================================
   КАРТОЧКИ
========================================================= */

#wte-delivery-2026 .wte-delivery34-card {
  position: relative;

  display: grid;
  grid-template-rows: auto 1fr auto;

  min-width: 0;
  min-height: 225px;

  margin: 0;
  padding: 23px 26px 21px;

  overflow: hidden;

  border: 1px solid rgba(4, 65, 50, .13);
  border-radius: 30px 48px 30px 38px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(4, 65, 50, .04) 0%,
      transparent 36%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f5f8f6 100%
    );

  box-shadow:
    0 14px 34px rgba(4, 65, 50, .06);

  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

/* Тонкий вертикальный акцент */

#wte-delivery-2026 .wte-delivery34-card::before {
  content: "";

  position: absolute;
  top: 29px;
  bottom: 29px;
  left: 0;

  width: 3px;

  border-radius: 0 999px 999px 0;

  background:
    linear-gradient(
      180deg,
      #044132 0%,
      #15916d 100%
    );

  opacity: .5;
}

#wte-delivery-2026 .wte-delivery34-card:hover {
  transform: translateY(-4px);

  border-color: rgba(4, 65, 50, .29);

  box-shadow:
    0 22px 44px rgba(4, 65, 50, .11);
}

/* Верх карточки */

#wte-delivery-2026 .wte-delivery34-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin-bottom: 22px;
}

/* Номер */

#wte-delivery-2026 .wte-delivery34-number {
  display: inline-flex;
  min-width: 51px;
  height: 38px;

  align-items: center;
  justify-content: center;

  padding: 0 13px;

  border: 1px solid rgba(4, 65, 50, .14);
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #edf4ef 100%
    );

  color: #044132;

  font-size: 17px;
  font-weight: 800;
  line-height: 1;

  box-shadow:
    0 7px 18px rgba(4, 65, 50, .045);
}

/* =========================================================
   КРУПНОЕ НАЗВАНИЕ КАРТОЧКИ
========================================================= */

#wte-delivery-2026 .wte-delivery34-card-label {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;

  max-width: calc(100% - 70px);
  padding: 0;

  border: 0;
  background: transparent;

  color: #044132 !important;

  font-size: clamp(14px, 1vw, 17px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  letter-spacing: .04em !important;

  text-align: right;
  text-transform: uppercase;

  white-space: nowrap;
}

#wte-delivery-2026 .wte-delivery34-card-label::before {
  content: "";

  width: 27px;
  height: 2px;
  flex: 0 0 27px;

  border-radius: 999px;

  background: #087756;

  opacity: .58;
}

/* =========================================================
   ОСНОВНОЕ СОДЕРЖИМОЕ
========================================================= */

#wte-delivery-2026 .wte-delivery34-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  width: 100%;
  min-width: 0;
}

/* Главное условие */

#wte-delivery-2026 .wte-delivery34-card-value {
  max-width: 390px;

  margin: 0 0 13px !important;

  color: #033b2e !important;

  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 2.35vw, 43px) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
}

/* Описание */

#wte-delivery-2026 .wte-delivery34-card p {
  max-width: 400px;

  margin: 0 !important;

  color: #356d5e !important;

  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

#wte-delivery-2026 .wte-delivery34-card p strong {
  color: #044132 !important;
  font-weight: 800 !important;
}

/* =========================================================
   НИЖНЯЯ ПЛАШКА
========================================================= */

#wte-delivery-2026 .wte-delivery34-card-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-height: 38px;

  margin-top: 18px;
  padding: 9px 17px;

  border: 1px solid rgba(4, 65, 50, .17);
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      #d8e8de 0%,
      #cfe1d6 100%
    );

  color: #044132;

  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .015em;

  box-shadow:
    0 8px 18px rgba(4, 65, 50, .065);
}

/* =========================================================
   НОУТБУК
========================================================= */

@media (max-width: 1300px) {

  #wte-delivery-2026 .wte-delivery34-shell {
    grid-template-columns:
      minmax(455px, 1.18fr)
      minmax(0, 1.5fr);
  }

  #wte-delivery-2026 .wte-delivery34-main {
    padding: 40px 38px;
  }

  #wte-delivery-2026 .wte-delivery34-title {
    font-size: 49px !important;
  }

  #wte-delivery-2026
  .wte-delivery34-title
  span:first-child {
    white-space: normal;
  }

  #wte-delivery-2026 .wte-delivery34-phone {
    font-size: 24px !important;
  }

  #wte-delivery-2026 .wte-delivery34-card {
    padding: 22px 23px 20px;
  }

  #wte-delivery-2026 .wte-delivery34-card-label {
    font-size: 13px !important;
    letter-spacing: .03em !important;
  }

  #wte-delivery-2026 .wte-delivery34-card-label::before {
    width: 18px;
    flex-basis: 18px;
  }

  #wte-delivery-2026 .wte-delivery34-card-value {
    font-size: 31px !important;
  }
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 1024px) {

  #wte-delivery-2026 .wte-delivery34-shell {
    grid-template-columns: 1fr;
  }

  #wte-delivery-2026 .wte-delivery34-main {
    min-height: auto;
  }

  #wte-delivery-2026 .wte-delivery34-title {
    max-width: 780px;
  }

  #wte-delivery-2026 .wte-delivery34-phone {
    font-size: 25px !important;
  }

  #wte-delivery-2026 .wte-delivery34-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  #wte-delivery-2026 .wte-delivery34-card {
    min-height: 220px;
  }

  #wte-delivery-2026 .wte-delivery34-card-label {
    font-size: 14px !important;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

  #wte-delivery-2026 .wte-delivery34-shell {
    gap: 13px;
    padding: 16px;
  }

  #wte-delivery-2026 .wte-delivery34-main {
    padding: 34px 25px;

    border-radius: 28px 42px 28px 34px;
  }

  #wte-delivery-2026 .wte-delivery34-kicker {
    gap: 9px;
    margin-bottom: 18px;

    font-size: 10px;
    letter-spacing: .14em;
  }

  #wte-delivery-2026 .wte-delivery34-kicker::before,
  #wte-delivery-2026 .wte-delivery34-kicker::after {
    width: 25px;
  }

  #wte-delivery-2026 .wte-delivery34-title {
    margin-bottom: 19px !important;

    font-size: 38px !important;
    line-height: 1 !important;
  }

  #wte-delivery-2026 .wte-delivery34-title span {
    display: inline;
  }

  #wte-delivery-2026 .wte-delivery34-lead {
    margin-bottom: 24px !important;

    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  #wte-delivery-2026 .wte-delivery34-button {
    width: 100%;
    min-width: 0;
    min-height: 58px;

    padding: 15px 20px;

    font-size: 12px;
  }

  #wte-delivery-2026 .wte-delivery34-phone {
    margin-top: 20px;

    font-size: 22px !important;
  }

  #wte-delivery-2026 .wte-delivery34-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  #wte-delivery-2026 .wte-delivery34-card {
    min-height: auto;

    padding: 21px 21px 20px;

    border-radius: 24px 36px 24px 29px;
  }

  #wte-delivery-2026 .wte-delivery34-card-top {
    margin-bottom: 20px;
  }

  #wte-delivery-2026 .wte-delivery34-number {
    min-width: 47px;
    height: 35px;

    font-size: 15px;
  }

  #wte-delivery-2026 .wte-delivery34-card-label {
    max-width: 70%;

    font-size: 12px !important;
    line-height: 1.25 !important;
    letter-spacing: .02em !important;

    white-space: normal;
  }

  #wte-delivery-2026 .wte-delivery34-card-label::before {
    display: none;
  }

  #wte-delivery-2026 .wte-delivery34-card-value {
    font-size: 31px !important;
  }

  #wte-delivery-2026 .wte-delivery34-card p {
    font-size: 15px !important;
  }

  #wte-delivery-2026 .wte-delivery34-card-accent {
    min-height: 37px;

    margin-top: 16px;
    padding: 9px 14px;

    font-size: 12px;
  }
}
/* =========================================================
   WANT TO EAT — FAQ О БИЗНЕС-ЛАНЧАХ

/* =========================================================
   WANT TO EAT — FAQ О БИЗНЕС-ЛАНЧАХ

   Используются общие классы:
   .wte-ui-section
   .wte-ui-inner
   .wte-ui-card
   .wte-ui-moving-frame
   .wte-ui-kicker
   .wte-ui-title
   .wte-ui-lead
========================================================= */

#wte-faq-2026,
#wte-faq-2026 * {
  box-sizing: border-box;
}

#wte-faq-2026 {
  position: relative;
  overflow: hidden;
}

/* =========================================================
   ЗАГОЛОВОК БЛОКА
========================================================= */

#wte-faq-2026 .wte-faq36-head {
  max-width: 1180px;
  margin: 0 auto 34px;
  text-align: center;
}

#wte-faq-2026 .wte-ui-kicker {
  justify-content: center;
}

#wte-faq-2026 .wte-ui-title {
  max-width: 1160px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

#wte-faq-2026 .wte-ui-lead {
  max-width: 820px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* =========================================================
   ОБЩАЯ ОБОЛОЧКА
========================================================= */

#wte-faq-2026 .wte-faq36-shell {
  padding: 32px 40px 30px;
}

/* =========================================================
   ДВЕ КОЛОНКИ
========================================================= */

#wte-faq-2026 .wte-faq36-columns {
  position: relative;

  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

  width: 100%;
  gap: 0 60px;
}

#wte-faq-2026 .wte-faq36-columns::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;

  width: 1px;

  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(4, 65, 50, .13) 8%,
      rgba(4, 65, 50, .13) 92%,
      transparent 100%
    );

  transform: translateX(-50%);
}

#wte-faq-2026 .wte-faq36-column {
  display: block !important;
  min-width: 0;
}

/* =========================================================
   ОДИН ВОПРОС
========================================================= */

#wte-faq-2026 .wte-faq36-item {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: start !important;

  width: 100% !important;
  min-height: 0 !important;

  gap: 17px;
  margin: 0 !important;
  padding: 23px 0 !important;

  border: 0 !important;
  border-bottom: 1px solid rgba(4, 65, 50, .12) !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;
}

#wte-faq-2026 .wte-faq36-column .wte-faq36-item:first-child {
  padding-top: 4px !important;
}

#wte-faq-2026 .wte-faq36-column .wte-faq36-item:last-child {
  border-bottom: 0 !important;
}

/* Номер */

#wte-faq-2026 .wte-faq36-number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 36px !important;

  margin: 1px 0 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(4, 65, 50, .15);
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #e7f0e9 100%
    );

  color: #044132 !important;

  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* =========================================================
   ТЕКСТ
========================================================= */

#wte-faq-2026 .wte-faq36-content {
  min-width: 0;
}

#wte-faq-2026 .wte-faq36-content h3 {
  margin: 0 0 9px !important;
  padding: 0 !important;

  color: #044132 !important;

  font-family: inherit !important;
  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.32 !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
}

#wte-faq-2026 .wte-faq36-content p {
  margin: 0 !important;
  padding: 0 !important;

  color: #356d5e !important;

  font-size: 15.5px !important;
  font-weight: 500 !important;
  line-height: 1.58 !important;
}

#wte-faq-2026 .wte-faq36-content strong {
  color: #044132 !important;
  font-weight: 800 !important;
}

/* =========================================================
   НИЖНЯЯ СТРОКА INSTAGRAM
========================================================= */

#wte-faq-2026 .wte-faq36-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 100%;
  gap: 30px;

  margin-top: 26px;
  padding: 23px 27px;

  border: 1px solid rgba(4, 65, 50, .13);
  border-radius: 25px 39px 25px 31px;

  background:
    linear-gradient(
      135deg,
      #eef5f0 0%,
      #dcebe1 100%
    );
}

#wte-faq-2026 .wte-faq36-bottom-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

#wte-faq-2026 .wte-faq36-bottom-text span {
  color: #567b70;

  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#wte-faq-2026 .wte-faq36-bottom-text strong {
  color: #044132;

  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

/* Кнопка Instagram */

#wte-faq-2026 .wte-faq36-instagram {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  min-width: 215px;
  min-height: 54px;
  flex: 0 0 auto;
  gap: 22px;

  padding: 14px 21px;

  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 21px 34px 21px 27px;

  background:
    linear-gradient(
      135deg,
      #feda75 0%,
      #d62976 43%,
      #962fbf 72%,
      #4f5bd5 100%
    );

  color: #ffffff !important;

  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .045em;
  text-decoration: none !important;
  text-transform: uppercase;

  box-shadow:
    0 12px 25px rgba(150, 47, 191, .18);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

#wte-faq-2026 .wte-faq36-instagram:hover {
  color: #ffffff !important;

  transform: translateY(-2px);

  box-shadow:
    0 17px 31px rgba(150, 47, 191, .25);
}

#wte-faq-2026 .wte-faq36-instagram span {
  color: #ffffff;
  font-size: 19px;
  line-height: 1;
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 1050px) {

  #wte-faq-2026 .wte-faq36-shell {
    padding: 27px 30px;
  }

  #wte-faq-2026 .wte-faq36-columns {
    gap: 0 40px;
  }

  #wte-faq-2026 .wte-faq36-content h3 {
    font-size: 18px !important;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

  #wte-faq-2026 .wte-faq36-head {
    margin-bottom: 25px;
  }

  #wte-faq-2026 .wte-faq36-shell {
    padding: 22px 20px;
  }

  #wte-faq-2026 .wte-faq36-columns {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  #wte-faq-2026 .wte-faq36-columns::before {
    display: none;
  }

  #wte-faq-2026 .wte-faq36-column:first-child .wte-faq36-item:last-child {
    border-bottom: 1px solid rgba(4, 65, 50, .12) !important;
  }

  #wte-faq-2026 .wte-faq36-column:nth-child(2) .wte-faq36-item:first-child {
    padding-top: 23px !important;
  }

  #wte-faq-2026 .wte-faq36-item {
    grid-template-columns: 43px minmax(0, 1fr) !important;

    gap: 13px;
    padding: 20px 0 !important;
  }

  #wte-faq-2026 .wte-faq36-number {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 33px !important;

    font-size: 13px !important;
  }

  #wte-faq-2026 .wte-faq36-content h3 {
    margin-bottom: 7px !important;

    font-size: 17px !important;
    line-height: 1.34 !important;
  }

  #wte-faq-2026 .wte-faq36-content p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  #wte-faq-2026 .wte-faq36-bottom {
    align-items: stretch !important;
    flex-direction: column !important;

    gap: 18px;

    margin-top: 22px;
    padding: 21px;
  }

  #wte-faq-2026 .wte-faq36-bottom-text strong {
    font-size: 20px;
  }

  #wte-faq-2026 .wte-faq36-instagram {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   УЗКИЕ ЭКРАНЫ
========================================================= */

@media (max-width: 440px) {

  #wte-faq-2026 .wte-faq36-shell {
    padding: 18px 16px;
  }

  #wte-faq-2026 .wte-faq36-item {
    grid-template-columns: 1fr !important;
    gap: 9px;
  }

  #wte-faq-2026 .wte-faq36-number {
    width: 39px !important;
  }
}
/* =========================================================
   WANT TO EAT — АДРЕС, САМОВЫВОЗ И СОЦСЕТИ
========================================================= */
/* =========================================================
   САМОВЫВОЗ — УНИКАЛЬНЫЕ СТИЛИ БЛОКА
   Общие стили страницы повторно не задаются
========================================================= */
/* =========================================================
   WANT TO EAT — САМОВЫВОЗ
   АВТОНОМНЫЙ БЛОК V2
========================================================= */
/* =========================================================
   WANT TO EAT — САМОВЫВОЗ
   АВТОНОМНЫЙ БЛОК V2
========================================================= */

#wte-pickup-info-v2,
#wte-pickup-info-v2 * {
  box-sizing: border-box;
}

/* Заголовок */

#wte-pickup-info-v2 .wte-pickup45-head {
  max-width: 1120px;
  margin: 0 auto 30px;
  text-align: center;
}

#wte-pickup-info-v2 .wte-ui-kicker {
  justify-content: center;
}

#wte-pickup-info-v2 .wte-ui-title,
#wte-pickup-info-v2 .wte-ui-lead {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

#wte-pickup-info-v2 .wte-ui-lead {
  max-width: 750px;
}

/* Внешняя рамка */

#wte-pickup-info-v2 .wte-pickup45-shell {
  padding: 18px;
}

/* =========================================================
   ОСНОВНАЯ ЗЕЛЁНАЯ ПАНЕЛЬ
========================================================= */

#wte-pickup-info-v2 .wte-pickup45-panel {
  position: relative;
  display: grid !important;
  grid-template-columns:
    minmax(420px, 1.5fr)
    minmax(210px, .88fr)
    minmax(210px, .88fr)
    minmax(250px, 1fr) !important;
  align-items: stretch !important;
  width: 100%;
  min-height: 220px;
  gap: 14px;
  padding: 24px 26px;
  overflow: hidden;
  border-radius: 38px 66px 38px 50px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, .1) 0%,
      transparent 36%
    ),
    linear-gradient(
      135deg,
      #044132 0%,
      #087756 100%
    );
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(4, 65, 50, .14);
}

#wte-pickup-info-v2 .wte-pickup45-panel::after {
  content: "";
  position: absolute;
  top: -125px;
  right: -75px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  pointer-events: none;
}

/* =========================================================
   АДРЕС
========================================================= */

#wte-pickup-info-v2 .wte-pickup45-address-box {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4px 26px 4px 8px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

#wte-pickup-info-v2 .wte-pickup45-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .86);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#wte-pickup-info-v2 .wte-pickup45-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: rgba(255, 255, 255, .52);
}

#wte-pickup-info-v2 .wte-pickup45-address {
  margin: 0 0 6px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 2.1vw, 40px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: -.035em;
}

#wte-pickup-info-v2 .wte-pickup45-old-address {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
}

#wte-pickup-info-v2 .wte-pickup45-address-text {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, .95);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}

/* =========================================================
   ОБЩИЕ КАРТОЧКИ
========================================================= */

#wte-pickup-info-v2 .wte-pickup45-card {
  position: relative;
  z-index: 1;
  display: flex !important;
  min-width: 0;
  min-height: 172px;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 !important;
  padding: 17px 18px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 26px 41px 26px 33px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, .14) 0%,
      rgba(255, 255, 255, .08) 100%
    );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

#wte-pickup-info-v2 .wte-pickup45-card-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  margin-bottom: 16px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .21);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: nowrap;
}

#wte-pickup-info-v2 .wte-pickup45-card-content {
  display: flex;
  width: 100%;
  min-height: 96px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

#wte-pickup-info-v2 .wte-pickup45-days {
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
}

#wte-pickup-info-v2 .wte-pickup45-value {
  display: block;
  color: #ffffff;
  font-size: clamp(22px, 1.45vw, 27px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

#wte-pickup-info-v2 .wte-pickup45-note {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(0, 0, 0, .2);
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}

/* =========================================================
   ЧАСЫ РАБОТЫ — чуть меньше цифры
========================================================= */

#wte-pickup-info-v2 .wte-pickup45-panel > .wte-pickup45-card:nth-child(3) .wte-pickup45-value {
  font-size: clamp(20px, 1.3vw, 24px);
}

/* =========================================================
   ТЕЛЕФОН — БЕЛАЯ КАРТОЧКА
========================================================= */

#wte-pickup-info-v2 .wte-pickup45-card-phone {
  background: #ffffff;
  border: 1px solid rgba(4, 65, 50, .12);
  box-shadow:
    0 10px 26px rgba(4, 65, 50, .10),
    inset 0 1px 0 rgba(255, 255, 255, .8);
}

#wte-pickup-info-v2 .wte-pickup45-card-phone .wte-pickup45-card-label {
  border: 1px solid rgba(4, 65, 50, .14);
  background: rgba(4, 65, 50, .06);
  color: #044132;
}

#wte-pickup-info-v2 .wte-pickup45-card-phone .wte-pickup45-card-content {
  justify-content: space-between;
}

#wte-pickup-info-v2 .wte-pickup45-phone {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #044132;
  font-size: clamp(17px, 1.15vw, 22px); /* уменьшили номер */
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
}

#wte-pickup-info-v2 .wte-pickup45-phone:hover {
  color: #0b6a50;
}

#wte-pickup-info-v2 .wte-pickup45-card-phone .wte-pickup45-note {
  border: 1px solid rgba(4, 65, 50, .12);
  background: rgba(4, 65, 50, .06);
  color: #044132;
}

/* На широком экране адрес в одну строку */

@media (min-width: 1281px) {
  #wte-pickup-info-v2 .wte-pickup45-address {
    white-space: nowrap;
  }
}

/* =========================================================
   НОУТБУК
========================================================= */

@media (max-width: 1280px) {
  #wte-pickup-info-v2 .wte-pickup45-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #wte-pickup-info-v2 .wte-pickup45-address-box {
    grid-column: 1 / -1;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 800px) {
  #wte-pickup-info-v2 .wte-pickup45-panel {
    grid-template-columns: 1fr !important;
  }

  #wte-pickup-info-v2 .wte-pickup45-address-box {
    grid-column: auto;
  }

  #wte-pickup-info-v2 .wte-pickup45-card {
    min-height: auto;
  }

  #wte-pickup-info-v2 .wte-pickup45-card-content {
    min-height: auto;
    gap: 18px;
  }

  #wte-pickup-info-v2 .wte-pickup45-phone {
    white-space: normal;
  }
}

/* =========================================================
   МОБИЛЬНАЯ
========================================================= */

@media (max-width: 600px) {
  #wte-pickup-info-v2 .wte-pickup45-head {
    margin-bottom: 24px;
  }

  #wte-pickup-info-v2 .wte-pickup45-shell {
    padding: 14px;
  }

  #wte-pickup-info-v2 .wte-pickup45-panel {
    gap: 14px;
    padding: 22px 18px;
    border-radius: 25px 39px 25px 31px;
  }

  #wte-pickup-info-v2 .wte-pickup45-address {
    font-size: 32px;
  }

  #wte-pickup-info-v2 .wte-pickup45-address-text {
    font-size: 15px;
  }

  #wte-pickup-info-v2 .wte-pickup45-card {
    padding: 17px !important;
    border-radius: 22px 34px 22px 27px;
  }

  #wte-pickup-info-v2 .wte-pickup45-phone {
    font-size: 21px;
  }
}
/* =========================================================
   WANT TO EAT — БЛОК 2
   СПОСОБЫ СВЯЗИ И МАРШРУТ
/* =========================================================
   WANT TO EAT — БЛОК СВЯЗИ
   Общие классы страницы используются для:
   секции, контейнера, заголовка, карточки и внешней рамки
========================================================= */

#wte-contact-row-2026,
#wte-contact-row-2026 * {
  box-sizing: border-box;
}

#wte-contact-row-2026 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* =========================================================
   ЗАГОЛОВОК
========================================================= */

#wte-contact-row-2026 .wte-contact49-head {
  max-width: 1180px;
  margin: 0 auto 26px;
  text-align: center;
}

#wte-contact-row-2026 .wte-contact49-title {
  max-width: 1180px;
  margin: 0 auto !important;

  font-size: clamp(38px, 3.4vw, 58px) !important;
  line-height: 1.04 !important;
  text-align: center !important;
}

/* =========================================================
   ВНЕШНЯЯ РАМКА
========================================================= */

#wte-contact-row-2026 .wte-contact49-shell {
  width: 100% !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 16px !important;
}

/* =========================================================
   ПЯТЬ КНОПОК В ОДИН РЯД
========================================================= */

#wte-contact-row-2026 .wte-contact49-grid {
  display: grid !important;

  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 0.9fr)
    minmax(0, 0.9fr)
    minmax(0, 1.12fr)
    minmax(0, 1.3fr) !important;

  align-items: stretch !important;

  width: 100% !important;
  gap: 10px !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Полный стиль кнопки */

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-button {
  position: relative !important;
  inset: auto !important;
  float: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;

  gap: 12px !important;

  margin: 0 !important;
  padding: 13px 16px !important;

  overflow: hidden !important;

  border: 0 !important;
  border-radius: 20px 32px 20px 25px !important;

  opacity: 1 !important;
  visibility: visible !important;

  color: #ffffff !important;
  text-align: left !important;
  text-decoration: none !important;

  box-shadow:
    0 10px 22px rgba(4, 65, 50, 0.12) !important;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-button::before,
#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-button::after {
  content: none !important;
  display: none !important;
}

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-button:hover {
  color: #ffffff !important;

  transform: translateY(-3px);

  box-shadow:
    0 15px 29px rgba(4, 65, 50, 0.18) !important;
}

/* =========================================================
   ТЕКСТ ВНУТРИ КНОПОК
========================================================= */

#wte-contact-row-2026 .wte-contact49-copy {
  display: flex !important;
  min-width: 0 !important;

  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;

  gap: 5px !important;
}

#wte-contact-row-2026 .wte-contact49-copy small {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.78) !important;

  font-size: 9px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

#wte-contact-row-2026 .wte-contact49-copy strong {
  display: block !important;

  max-width: 100%;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  color: #ffffff !important;

  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;

  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =========================================================
   СТРЕЛКИ
========================================================= */

#wte-contact-row-2026 .wte-contact49-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 31px !important;
  height: 31px !important;
  flex: 0 0 31px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 50% !important;

  color: #ffffff !important;

  font-size: 16px !important;
  line-height: 1 !important;
}

/* =========================================================
   ЦВЕТА КНОПОК
========================================================= */

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-phone {
  background:
    linear-gradient(
      135deg,
      #0c7457 0%,
      #044132 100%
    ) !important;
}

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-viber {
  background:
    linear-gradient(
      135deg,
      #9670d8 0%,
      #665cac 100%
    ) !important;
}

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-telegram {
  background:
    linear-gradient(
      135deg,
      #40b9e9 0%,
      #168acd 100%
    ) !important;
}

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-instagram {
  background:
    linear-gradient(
      135deg,
      #feda75 0%,
      #e24b73 24%,
      #d62976 45%,
      #962fbf 72%,
      #4f5bd5 100%
    ) !important;
}

/* =========================================================
   GOOGLE MAPS
========================================================= */

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-route {
  border: 1px solid rgba(4, 65, 50, 0.2) !important;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #edf4ef 100%
    ) !important;

  color: #044132 !important;

  box-shadow:
    0 9px 20px rgba(4, 65, 50, 0.08) !important;
}

#wte-contact-row-2026
.wte-contact49-route
.wte-contact49-copy small {
  color: #63857c !important;
}

#wte-contact-row-2026
.wte-contact49-route
.wte-contact49-copy strong {
  color: #044132 !important;
}

#wte-contact-row-2026
.wte-contact49-route
.wte-contact49-arrow {
  border-color: rgba(4, 65, 50, 0.24) !important;
  color: #044132 !important;
}

#wte-contact-row-2026
.wte-contact49-grid
> a.wte-contact49-route:hover {
  border-color: #044132 !important;

  background:
    linear-gradient(
      145deg,
      #edf4ef 0%,
      #e1ede6 100%
    ) !important;

  color: #044132 !important;
}

/* =========================================================
   НОУТБУК
========================================================= */

@media (max-width: 1050px) {

  #wte-contact-row-2026 .wte-contact49-grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 760px) {

  #wte-contact-row-2026 .wte-contact49-title {
    font-size: 38px !important;
  }

  #wte-contact-row-2026 .wte-contact49-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }

  #wte-contact-row-2026 .wte-contact49-route {
    grid-column: 1 / -1;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 520px) {

  #wte-contact-row-2026 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  #wte-contact-row-2026 .wte-contact49-head {
    margin-bottom: 20px;
  }

  #wte-contact-row-2026 .wte-contact49-title {
    font-size: 32px !important;
  }

  #wte-contact-row-2026 .wte-contact49-shell {
    padding: 14px !important;
  }

  #wte-contact-row-2026 .wte-contact49-grid {
    grid-template-columns: 1fr !important;
  }

  #wte-contact-row-2026
  .wte-contact49-grid
  > a.wte-contact49-button {
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
  }

  #wte-contact-row-2026 .wte-contact49-route {
    grid-column: auto;
  }
}
/* =========================================================
   WANT TO EAT — КОНТАКТЫ И КАРТА
   Используются готовые классы блока «Как заказать»
========================================================= */

#wte-contact-map-2026,
#wte-contact-map-2026 * {
  box-sizing: border-box;
}

/* Блок располагается ближе к предыдущей секции */

#wte-contact-map-2026 {
  padding-top: 32px;
  padding-bottom: 52px;
}

/* =========================================================
   ОБЩАЯ РАМКА
   Основной дизайн берётся из .wte-order29-shell
========================================================= */

#wte-contact-map-2026 .wte-contact50-shell {
  width: 100%;
  padding: 24px;
}

/* Убираем верхнюю линию, которая нужна только
   внутри старого блока «Как заказать» */

#wte-contact-map-2026 .wte-contact50-zone {
  margin: 0;
  padding: 0;
  border-top: 0;
}

/* =========================================================
   ЗАГОЛОВОК
   Основная типографика берётся из
   .wte-order29-contact-title
========================================================= */

#wte-contact-map-2026 .wte-order29-contact-head {
  max-width: 1150px;
  margin: 0 auto 24px;
}

#wte-contact-map-2026 .wte-order29-contact-title {
  max-width: 1150px;

  font-size: clamp(34px, 3.2vw, 52px) !important;
  line-height: 1.06 !important;
}

/* =========================================================
   СЕТКА КНОПОК
   Используется готовая .wte-order29-contact-grid
========================================================= */

#wte-contact-map-2026 .wte-order29-contact-grid {
  position: relative;
  z-index: 2;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

  align-items: stretch !important;

  width: 100% !important;
  gap: 16px !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   КНОПКИ
   Точное рабочее оформление из блока «Как заказать»
========================================================= */

#wte-contact-map-2026 .wte-order29-contact-button {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  height: 86px !important;
  min-height: 86px !important;

  margin: 0 !important;
  padding: 15px 18px 16px !important;

  overflow: hidden !important;

  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 24px 38px 24px 30px !important;

  color: #ffffff !important;

  line-height: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;

  box-shadow:
    0 13px 25px rgba(4, 65, 50, 0.12) !important;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease !important;
}

/* Декоративная окружность */

#wte-contact-map-2026 .wte-order29-contact-button::before {
  content: "";

  position: absolute;

  top: -57px;
  right: -43px;

  width: 105px;
  height: 105px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;

  pointer-events: none;
}

/* Наведение */

#wte-contact-map-2026 .wte-order29-contact-button:hover {
  color: #ffffff !important;

  transform: translateY(-3px);

  filter: brightness(1.05);

  box-shadow:
    0 18px 32px rgba(4, 65, 50, 0.17) !important;
}

/* =========================================================
   ТЕКСТ ВНУТРИ КНОПОК
========================================================= */

#wte-contact-map-2026 .wte-order29-contact-copy {
  position: relative;
  z-index: 2;

  display: flex !important;

  width: 100%;
  min-width: 0;
  min-height: 0;

  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 9px;

  margin: 0;
  padding: 0;

  line-height: normal;
  transform: none;
}

#wte-contact-map-2026 .wte-order29-contact-copy small {
  position: static;

  display: block;

  width: auto;
  height: auto;

  margin: 0;
  padding: 0;

  color: rgba(255, 255, 255, 0.9) !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;

  white-space: nowrap;
}

#wte-contact-map-2026 .wte-order29-contact-copy strong {
  position: static;

  display: block;

  max-width: 100%;

  margin: 0 0 1px;
  padding: 0;

  color: #ffffff !important;

  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;

  white-space: nowrap;
}

/* Номер телефона немного меньше */

#wte-contact-map-2026
.wte-order29-contact-phone
.wte-order29-contact-copy strong {
  font-size: 18px !important;
}

/* =========================================================
   ЦВЕТА КНОПОК
========================================================= */

#wte-contact-map-2026 .wte-order29-contact-phone {
  background:
    linear-gradient(
      135deg,
      #044132 0%,
      #087756 100%
    ) !important;
}

#wte-contact-map-2026 .wte-order29-contact-viber {
  background:
    linear-gradient(
      135deg,
      #5843bd 0%,
      #8068f6 100%
    ) !important;
}

#wte-contact-map-2026 .wte-order29-contact-telegram {
  background:
    linear-gradient(
      135deg,
      #168dcc 0%,
      #39b9ef 100%
    ) !important;
}

#wte-contact-map-2026 .wte-order29-contact-instagram {
  background:
    radial-gradient(
      circle at 0% 100%,
      #feda75 0%,
      #fa7e1e 28%,
      transparent 52%
    ),
    linear-gradient(
      135deg,
      #d62976 0%,
      #962fbf 50%,
      #4f5bd5 100%
    ) !important;
}

/* =========================================================
   КАРТА
========================================================= */

#wte-contact-map-2026 .wte-contact50-map {
  position: relative;
  z-index: 2;

  display: block;

  width: 100%;
  height: 320px;

  margin-top: 20px;
  padding: 0;

  overflow: hidden;

  border: 1px solid rgba(4, 65, 50, 0.13);
  border-radius: 29px 49px 29px 38px;

  background: #e8f0eb;

  box-shadow:
    0 14px 31px rgba(4, 65, 50, 0.08);
}

#wte-contact-map-2026 .wte-contact50-map iframe {
  position: absolute !important;
  inset: 0 !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  filter:
    saturate(0.86)
    contrast(0.98);
}

/* Плашка на карте */

#wte-contact-map-2026 .wte-contact50-map-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;

  display: flex;
  max-width: calc(100% - 40px);

  flex-direction: column;
  gap: 4px;

  padding: 13px 18px;

  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px 29px 18px 23px;

  background: rgba(4, 65, 50, 0.94);

  color: #ffffff;

  box-shadow:
    0 14px 29px rgba(4, 65, 50, 0.2);
}

#wte-contact-map-2026 .wte-contact50-map-badge span {
  color: rgba(255, 255, 255, 0.72);

  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#wte-contact-map-2026 .wte-contact50-map-badge strong {
  color: #ffffff;

  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 1160px) {

  #wte-contact-map-2026 .wte-order29-contact-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }

  #wte-contact-map-2026 .wte-order29-contact-button {
    height: 84px !important;
    min-height: 84px !important;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

  #wte-contact-map-2026 {
    padding-top: 24px;
    padding-bottom: 44px;
  }

  #wte-contact-map-2026 .wte-contact50-shell {
    padding: 15px;
  }

  #wte-contact-map-2026 .wte-order29-contact-head {
    margin-bottom: 19px;
  }

  #wte-contact-map-2026 .wte-order29-contact-title {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  #wte-contact-map-2026 .wte-order29-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  #wte-contact-map-2026 .wte-order29-contact-button {
    height: 78px !important;
    min-height: 78px !important;

    padding: 12px 15px 14px !important;
  }

  #wte-contact-map-2026 .wte-order29-contact-copy {
    gap: 7px;
  }

  #wte-contact-map-2026 .wte-order29-contact-copy small {
    font-size: 11px !important;
  }

  #wte-contact-map-2026 .wte-order29-contact-copy strong {
    font-size: 17px !important;
  }

  #wte-contact-map-2026
  .wte-order29-contact-phone
  .wte-order29-contact-copy strong {
    font-size: 16px !important;
  }

  #wte-contact-map-2026 .wte-contact50-map {
    height: 260px;
    margin-top: 14px;

    border-radius: 24px 38px 24px 30px;
  }

  #wte-contact-map-2026 .wte-contact50-map-badge {
    right: 14px;
    bottom: 14px;

    max-width: calc(100% - 28px);
  }
}/* =========================================================
   БОЛЬШЕ ВОЗДУХА В БЛОКЕ КОНТАКТОВ
   Добавить в самый конец существующего CSS
========================================================= */

/* Увеличиваем внутренние отступы общей рамки */

#wte-contact-map-2026 .wte-contact50-shell {
  padding: 36px 30px 30px !important;
}

/* Небольшой воздух над всей контактной зоной */

#wte-contact-map-2026 .wte-contact50-zone {
  padding-top: 5px;
}

/* Больше пространства вокруг заголовка */

#wte-contact-map-2026 .wte-order29-contact-head {
  max-width: 1200px;
  margin: 0 auto 36px !important;
  padding: 4px 20px 0;
}

/* Заголовок не прижимается к краям */

#wte-contact-map-2026 .wte-order29-contact-title {
  max-width: 1200px;
  margin: 0 auto !important;
  line-height: 1.08 !important;
}

/* Немного увеличиваем расстояние между кнопками */

#wte-contact-map-2026 .wte-order29-contact-grid {
  gap: 18px !important;
}

/* Больше воздуха между кнопками и картой */

#wte-contact-map-2026 .wte-contact50-map {
  margin-top: 32px !important;
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 1160px) {

  #wte-contact-map-2026 .wte-contact50-shell {
    padding: 30px 24px 26px !important;
  }

  #wte-contact-map-2026 .wte-order29-contact-head {
    margin-bottom: 30px !important;
  }

  #wte-contact-map-2026 .wte-order29-contact-grid {
    gap: 14px !important;
  }

  #wte-contact-map-2026 .wte-contact50-map {
    margin-top: 24px !important;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

  #wte-contact-map-2026 .wte-contact50-shell {
    padding: 26px 16px 18px !important;
  }

  #wte-contact-map-2026 .wte-order29-contact-head {
    margin-bottom: 25px !important;
    padding: 0 5px;
  }

  #wte-contact-map-2026 .wte-order29-contact-grid {
    gap: 11px !important;
  }

  #wte-contact-map-2026 .wte-contact50-map {
    margin-top: 20px !important;
  }
}
/* =========================================================
   WANT TO EAT — ТЕКСТ О БИЗНЕС-ЛАНЧАХ
   Используются существующие общие стили страницы
========================================================= */
/* =========================================================
   WANT TO EAT — РАСШИРЕННЫЙ SEO-ТЕКСТ
   ФИНАЛЬНЫЕ СТИЛИ БЛОКА
========================================================= */

#wte-seo-text-2026,
#wte-seo-text-2026 * {
  box-sizing: border-box;
}

/* =========================================================
   ЗАГОЛОВОК СЕКЦИИ
   Используются общие классы страницы
========================================================= */

#wte-seo-text-2026 .wte-seo53-head {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto 34px !important;
  padding: 0 20px !important;

  text-align: center !important;
}

#wte-seo-text-2026 .wte-ui-kicker {
  justify-content: center !important;
}

#wte-seo-text-2026 .wte-ui-title {
  max-width: 1120px !important;

  margin-right: auto !important;
  margin-left: auto !important;

  text-align: center !important;
}

#wte-seo-text-2026 .wte-ui-lead {
  max-width: 820px !important;

  margin-right: auto !important;
  margin-left: auto !important;

  text-align: center !important;
}

/* =========================================================
   ВНЕШНЯЯ КАРТОЧКА
   Форма и рамка берутся из общих классов
========================================================= */

#wte-seo-text-2026 .wte-seo53-shell {
  display: block !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 34px 42px 38px !important;

  overflow: hidden !important;
}

/* =========================================================
   ОСНОВНАЯ СЕТКА — ДВЕ КОЛОНКИ
========================================================= */

#wte-seo-text-2026 .wte-seo53-grid {
  display: grid !important;

  grid-template-columns:
    repeat(2, minmax(0, 1fr)) !important;

  grid-auto-flow: row !important;
  align-items: stretch !important;

  width: 100% !important;
  max-width: 100% !important;

  column-gap: 48px !important;
  row-gap: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   ОТДЕЛЬНЫЕ ТЕКСТОВЫЕ РАЗДЕЛЫ
========================================================= */

#wte-seo-text-2026 .wte-seo53-grid > article.wte-seo53-item {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 30px 0 31px !important;

  border: 0 !important;
  border-top: 1px solid rgba(4, 65, 50, 0.14) !important;

  background: transparent !important;

  color: #315f54 !important;

  box-shadow: none !important;
}

/* Вертикальный разделитель между колонками */

#wte-seo-text-2026
.wte-seo53-grid
> article.wte-seo53-item:nth-child(odd) {
  padding-right: 25px !important;

  border-right:
    1px solid rgba(4, 65, 50, 0.13) !important;
}

#wte-seo-text-2026
.wte-seo53-grid
> article.wte-seo53-item:nth-child(even) {
  padding-left: 0 !important;
}

/* Убираем возможные декоративные элементы темы */

#wte-seo-text-2026 .wte-seo53-item::before,
#wte-seo-text-2026 .wte-seo53-item::after {
  content: none !important;
  display: none !important;
}

/* =========================================================
   МАЛЕНЬКИЕ ЗЕЛЁНЫЕ ПЛАШКИ
========================================================= */

#wte-seo-text-2026 .wte-seo53-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-height: 31px !important;

  margin: 0 0 13px !important;
  padding: 7px 13px !important;

  border:
    1px solid rgba(4, 65, 50, 0.14) !important;
  border-radius: 999px !important;

  background: #edf5f0 !important;

  color: #087756 !important;

  font-family:
    Arial,
    Helvetica,
    sans-serif !important;

  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;

  box-shadow: none !important;
}

/* =========================================================
   ЗАГОЛОВКИ H3
   Сбрасываем чёрный верхний регистр темы
========================================================= */

#wte-seo-text-2026 .wte-seo53-item h3,
#wte-seo-text-2026 .wte-seo53-bottom h3 {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 0 15px !important;
  padding: 0 !important;

  color: #044132 !important;

  font-family:
    Georgia,
    "Times New Roman",
    serif !important;

  font-size: clamp(25px, 1.9vw, 32px) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em !important;

  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;

  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* =========================================================
   АБЗАЦЫ
========================================================= */

#wte-seo-text-2026 .wte-seo53-item p,
#wte-seo-text-2026 .wte-seo53-bottom p {
  display: block !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 0 15px !important;
  padding: 0 !important;

  color: #315f54 !important;

  font-family:
    Arial,
    Helvetica,
    sans-serif !important;

  font-size: 17px !important;
  font-weight: 450 !important;
  font-style: normal !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;

  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;

  overflow-wrap: break-word !important;
  word-break: normal !important;
}

#wte-seo-text-2026 .wte-seo53-item p:last-child,
#wte-seo-text-2026 .wte-seo53-bottom p:last-child {
  margin-bottom: 0 !important;
}

/* =========================================================
   ВЫДЕЛЕНИЯ И ССЫЛКИ
========================================================= */

#wte-seo-text-2026 strong {
  color: #044132 !important;
  font-weight: 800 !important;
}

#wte-seo-text-2026 a:not(.wte-ui-button) {
  color: #087756 !important;

  font-weight: 800 !important;

  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

#wte-seo-text-2026 a:not(.wte-ui-button):hover {
  color: #044132 !important;
}

/* =========================================================
   НИЖНЯЯ ПЛАШКА С САМОВЫВОЗОМ
========================================================= */

#wte-seo-text-2026 .wte-seo53-bottom {
  display: grid !important;

  grid-template-columns:
    minmax(0, 1fr)
    auto !important;

  align-items: center !important;

  width: 100% !important;

  gap: 40px !important;

  margin: 12px 0 0 !important;
  padding: 30px 31px !important;

  border:
    1px solid rgba(4, 65, 50, 0.13) !important;
  border-radius:
    25px 42px 25px 32px !important;

  background:
    linear-gradient(
      135deg,
      #eaf4ee 0%,
      #f9fbfa 100%
    ) !important;

  box-shadow:
    0 10px 24px rgba(4, 65, 50, 0.06) !important;
}

#wte-seo-text-2026 .wte-seo53-bottom-copy {
  display: block !important;

  width: 100% !important;
  max-width: 920px !important;
}

#wte-seo-text-2026 .wte-seo53-bottom h3 {
  font-size:
    clamp(25px, 1.75vw, 30px) !important;
}

#wte-seo-text-2026 .wte-seo53-button {
  min-width: 225px !important;

  flex-shrink: 0 !important;

  white-space: nowrap !important;
}

/* =========================================================
   ПЛАНШЕТ
========================================================= */

@media (max-width: 900px) {

  #wte-seo-text-2026 .wte-seo53-shell {
    padding: 27px 29px 31px !important;
  }

  #wte-seo-text-2026 .wte-seo53-grid {
    grid-template-columns: 1fr !important;

    column-gap: 0 !important;
  }

  #wte-seo-text-2026
  .wte-seo53-grid
  > article.wte-seo53-item:nth-child(odd),
  #wte-seo-text-2026
  .wte-seo53-grid
  > article.wte-seo53-item:nth-child(even) {
    padding-right: 0 !important;
    padding-left: 0 !important;

    border-right: 0 !important;
  }

  #wte-seo-text-2026 .wte-seo53-bottom {
    grid-template-columns: 1fr !important;

    gap: 25px !important;
  }

  #wte-seo-text-2026 .wte-seo53-button {
    width: 100% !important;
  }
}

/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

  #wte-seo-text-2026 .wte-seo53-head {
    margin-bottom: 24px !important;
    padding: 0 10px !important;
  }

  #wte-seo-text-2026 .wte-seo53-shell {
    padding: 18px 21px 22px !important;
  }

  #wte-seo-text-2026
  .wte-seo53-grid
  > article.wte-seo53-item {
    padding: 24px 0 25px !important;
  }

  #wte-seo-text-2026 .wte-seo53-item h3,
  #wte-seo-text-2026 .wte-seo53-bottom h3 {
    font-size: 25px !important;
    line-height: 1.18 !important;
  }

  #wte-seo-text-2026 .wte-seo53-item p,
  #wte-seo-text-2026 .wte-seo53-bottom p {
    margin-bottom: 14px !important;

    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  #wte-seo-text-2026 .wte-seo53-bottom {
    gap: 22px !important;

    margin-top: 6px !important;
    padding: 23px 20px !important;

    border-radius:
      21px 34px 21px 27px !important;
  }
}

/* =========================================================
   WANT TO EAT — ТОЧЕЧНОЕ ИСПРАВЛЕНИЕ БЛОКА МЕНЮ
   Старые стили НЕ удалять.
   Этот код добавить В САМЫЙ КОНЕЦ текущего CSS.
========================================================= */

/* =========================================================
   1. АКЦЕНТНЫЕ НАЗВАНИЯ КАТЕГОРИЙ В МЕНЮ ДНЯ
========================================================= */

.wte-lunch-page-section .wte-day-group-head {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  gap: 8px !important;

  margin: 0 0 12px !important;
  padding: 10px 13px !important;

  border: 1px solid rgba(4, 65, 50, 0.15) !important;
  border-left: 5px solid #087756 !important;
  border-radius: 14px 22px 14px 17px !important;

  background:
    linear-gradient(
      90deg,
      rgba(4, 65, 50, 0.115) 0%,
      rgba(4, 65, 50, 0.035) 100%
    ) !important;

  color: #033b2e !important;

  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.015em !important;
  text-transform: uppercase !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 7px 16px rgba(4, 65, 50, 0.04) !important;
}

.wte-lunch-page-section .wte-day-group-head br {
  display: none !important;
}

/* Работает и в том случае, если название и вес уже обёрнуты в span */

.wte-lunch-page-section .wte-day-group-head > span:first-child {
  min-width: 0 !important;
  flex: 1 1 auto !important;

  color: #033b2e !important;

  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.wte-lunch-page-section .wte-day-group-head > span:last-child {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 58px !important;
  flex: 0 0 auto !important;

  margin-left: auto !important;
  padding: 5px 9px !important;

  border: 1px solid rgba(4, 65, 50, 0.14) !important;
  border-radius: 999px !important;

  background: #ffffff !important;
  color: #087756 !important;

  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* =========================================================
   2. INSTAGRAM-БЛОК — КОМПАКТНАЯ КРАСИВАЯ КНОПКА НА ПК
========================================================= */

.wte-lunch-page-section .wte-lunch-instagram-block {
  grid-template-columns:
    minmax(0, 1.5fr)
    minmax(360px, 430px) !important;

  align-items: center !important;
  gap: 30px !important;

  padding: 30px 32px !important;
}

.wte-lunch-page-section a.wte-lunch-instagram-btn {
  position: relative !important;

  display: grid !important;
  grid-template-columns:
    48px
    minmax(0, 1fr)
    32px !important;

  align-items: center !important;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 126px !important;
  height: auto !important;

  gap: 15px !important;

  margin: 0 !important;
  padding: 20px 22px !important;

  overflow: hidden !important;

  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 28px 44px 28px 35px !important;

  background:
    radial-gradient(
      circle at 3% 120%,
      #feda75 0%,
      #fa7e1e 22%,
      transparent 47%
    ),
    radial-gradient(
      circle at 100% -15%,
      rgba(79, 91, 213, 0.96) 0%,
      transparent 42%
    ),
    linear-gradient(
      120deg,
      #d62976 0%,
      #c13584 34%,
      #962fbf 65%,
      #4f5bd5 100%
    ) !important;

  color: #ffffff !important;
  text-decoration: none !important;

  box-shadow:
    0 18px 38px rgba(75, 28, 112, 0.22) !important;

  transform: none !important;
}

.wte-lunch-page-section a.wte-lunch-instagram-btn::before {
  content: "" !important;

  position: absolute !important;
  top: -54px !important;
  right: -38px !important;

  width: 112px !important;
  height: 112px !important;

  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 50% !important;

  pointer-events: none !important;
}

.wte-lunch-page-section a.wte-lunch-instagram-btn:hover {
  transform: translateY(-3px) !important;
  filter: brightness(1.035) !important;

  box-shadow:
    0 23px 46px rgba(75, 28, 112, 0.28) !important;
}

/* Сбрасываем старое абсолютное расположение элементов */

.wte-lunch-page-section .wte-lunch-instagram-btn-icon,
.wte-lunch-page-section .wte-lunch-instagram-btn-text,
.wte-lunch-page-section .wte-lunch-instagram-btn-arrow {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;

  margin: 0 !important;

  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 50% !important;

  color: #ffffff !important;

  font-size: 22px !important;
  line-height: 1 !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-text {
  display: flex !important;
  min-width: 0 !important;

  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;

  gap: 6px !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-text small {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.9) !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;

  white-space: normal !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-text strong {
  display: block !important;

  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-size: 23px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;

  text-align: left !important;
  white-space: normal !important;
}

.wte-lunch-page-section .wte-lunch-instagram-btn-arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  width: 32px !important;
  height: 32px !important;

  margin: 0 !important;

  color: #ffffff !important;

  font-size: 30px !important;
  line-height: 1 !important;
}

/* =========================================================
   3. МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */

@media (max-width: 767px) {

  .wte-lunch-page-section .wte-day-group-head {
    margin-bottom: 10px !important;
    padding: 9px 11px !important;

    border-left-width: 4px !important;
    border-radius: 12px 19px 12px 15px !important;

    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  .wte-lunch-page-section .wte-day-group-head > span:first-child {
    font-size: 14px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-block {
    grid-template-columns: 1fr !important;

    gap: 16px !important;

    padding: 20px 16px 17px !important;
  }

  .wte-lunch-page-section a.wte-lunch-instagram-btn {
    grid-template-columns:
      42px
      minmax(0, 1fr)
      28px !important;

    min-height: 112px !important;
    height: auto !important;

    gap: 12px !important;

    padding: 16px 17px !important;

    border-radius: 24px 36px 24px 29px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;

    font-size: 19px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text {
    gap: 5px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text small {
    font-size: 10px !important;
    line-height: 1.18 !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text strong {
    font-size: 19px !important;
    line-height: 1.1 !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-arrow {
    width: 28px !important;
    height: 28px !important;

    font-size: 25px !important;
  }
}

/* =========================================================
   4. ОЧЕНЬ УЗКИЙ ТЕЛЕФОН
========================================================= */

@media (max-width: 380px) {

  .wte-lunch-page-section a.wte-lunch-instagram-btn {
    grid-template-columns:
      38px
      minmax(0, 1fr)
      25px !important;

    min-height: 106px !important;

    gap: 10px !important;
    padding: 14px 15px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;

    font-size: 17px !important;
  }

  .wte-lunch-page-section .wte-lunch-instagram-btn-text strong {
    font-size: 18px !important;
  }
}