/* =========================================================
   MOONY — main.css (palette: #59bded / #ed8b00 + white)
   ========================================================= */

/* --- Base / Container --- */
:root{
  --primary:#59bded; --primary-700:#2aa4df; --primary-600:#43b1e7; --primary-100:#e7f6ff;
  --accent:#ed8b00;  --accent-700:#c87300;  --accent-100:#ffe2b8;
  --ink:#2b2f36; --muted:#8d96a0; --line:#e6e9ee;
  --card:#ffffff; --page:#f2f7fb;
  --radius:18px; --gap:20px;
  --bg-image:url('/wp-content/uploads/2025/10/bg-site.webp');
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--page);
  font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible{outline:2px dashed var(--primary);outline-offset:3px}
.moony-container{max-width:1500px;margin:0 auto;}

.custom-logo-link img {
  max-width: 187px;
  max-height: 118px;
}

/* GLOBAL FIXED BG */
.moony-bg-fixed{position:fixed;inset:0;z-index:-1;pointer-events:none;
  background-image:var(--bg-image);background-position:center;background-repeat:no-repeat;background-size:cover;
  transform:translateZ(0);will-change:transform}

/* ===== Header ===== */
header .moony-brand {
  display: none !important;
}
.moony-header-wrap{margin-top: 40px;}
.moony-header{
    background:var(--card);
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    box-shadow:0 10px 32px rgba(17,23,41,.08);
    display:grid;
    grid-template-columns:auto 1fr auto auto;
    align-items:center;gap:var(--gap);
    padding:30px 0 10px;
    /* border:1px solid #f3f6fa */
  }
.moony-brand{display:flex;align-items:center;gap:12px}
.moony-logo .custom-logo{width:48px;height:48px;border-radius:50%;object-fit:cover}
.moony-logo-fallback{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:50%;
  background:var(--primary-100);color:var(--primary-700);font-size:12px;text-transform:uppercase;border:1px solid #d9eefb}
.moony-brand-text{display:flex;flex-direction:column}
.moony-site-title{font-weight:800;line-height:1;letter-spacing:.2px; font-size: 24px;}
.moony-site-tagline{font-size:13px;color:var(--muted);margin-top:4px}
.moony-nav{justify-self:center}
.moony-menu{display:flex;gap:22px;list-style:none;margin:0;padding:0}
.moony-menu>li>a{padding:8px 10px;border-radius:10px;color:#5c6671;transition:background .2s,color .2s,box-shadow .2s}
.moony-menu>li>a:hover{background:linear-gradient(0deg,rgba(89,189,237,.08),rgba(89,189,237,.08));color:#1f2933;box-shadow:0 0 0 1px rgba(89,189,237,.25) inset}
.moony-menu>li.current-menu-item>a{background:linear-gradient(0deg,rgba(237,139,0,.12),rgba(237,139,0,.12));color:#1f2933;box-shadow:0 0 0 1px rgba(237,139,0,.28) inset}
.moony-contacts{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}
.moony-phone-link{font-weight:800;color:#35424f;padding:4px 10px;border-radius:10px;transition:background .2s,box-shadow .2s,color .2s}
.moony-phone-link:hover{background:linear-gradient(0deg,rgba(89,189,237,.10),rgba(89,189,237,.10));box-shadow:0 0 0 1px rgba(89,189,237,.30) inset;color:#0f1f2b}
.moony-email-link{margin-top:6px;font-size:14px;color:#6b7785;padding:4px 8px;border-radius:8px;transition:background .2s,color .2s}
.moony-email-link:hover{background:linear-gradient(0deg,rgba(237,139,0,.10),rgba(237,139,0,.10));color:#2b2f36}
.moony-burger{display:none;gap:4px;flex-direction:column;width:38px;height:38px;border-radius:10px;border:0;
  background:linear-gradient(0deg,rgba(89,189,237,.12),rgba(89,189,237,.12));cursor:pointer;transition:filter .2s,transform .1s}
.moony-burger:hover{filter:saturate(110%)} .moony-burger:active{transform:scale(.98)}
.moony-burger span{display:block;height:2px;background:#1f2a33;margin:0 8px}
.moony-mobile-nav{margin-top:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px;box-shadow:0 16px 36px rgba(17,23,41,.10)}
.moony-mobile-menu{list-style:none;margin:0;padding:0}
.moony-mobile-menu li a{display:block;padding:12px;border-radius:8px;color:#2b2f36;transition:background .2s}
.moony-mobile-menu li a:hover{background:linear-gradient(0deg,rgba(89,189,237,.10),rgba(89,189,237,.10))}
.moony-mobile-contacts{padding:10px 6px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}
.moony-mobile-contacts a{padding:8px;border-radius:8px}
.moony-mobile-contacts a:hover{background:linear-gradient(0deg,rgba(237,139,0,.10),rgba(237,139,0,.10))}

/* === Language switcher (header) === */
.moony-header{
  /* было: grid-template-columns:auto 1fr auto auto; */
  grid-template-columns:auto 1fr auto auto auto; /* + колонка под языки */
}

.moony-lang{
  justify-self:end;
  display:flex;
  gap:8px;
}

.moony-lang__btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:38px; padding:0 14px;
  border-radius:10px; border:0;
  font-weight:800; letter-spacing:.2px;
  color:#fff; text-decoration:none;
  background:linear-gradient(180deg,var(--primary),var(--primary-700));
  box-shadow:0 8px 20px rgba(89,189,237,.35);
  transition:transform .1s, box-shadow .2s, filter .2s, opacity .2s;
}
.moony-lang__btn:hover{ filter:saturate(105%); box-shadow:0 10px 24px rgba(89,189,237,.45); }
.moony-lang__btn:active{ transform:translateY(1px); }

/* активный язык — акцент, как у .button.button--accent */
.moony-lang__btn.is-active{
  background:linear-gradient(180deg,var(--accent),var(--accent-700));
  box-shadow:0 8px 20px rgba(237,139,0,.35);
  cursor:default; pointer-events:none; opacity:1;
}

/* Моб. версия в выпадающем меню */
.moony-mobile-lang{
  margin-top:8px;
  display:flex; gap:8px; flex-wrap:wrap;
  padding:8px 6px; border-top:1px solid var(--line);
}
.moony-mobile-lang__btn{
  display:inline-flex; align-items:center; justify-content:center;
  height:36px; padding:0 12px; border-radius:10px; text-decoration:none;
  font-weight:800; color:#fff;
  background:linear-gradient(180deg,var(--primary),var(--primary-700));
  box-shadow:0 6px 16px rgba(89,189,237,.35);
}
.moony-mobile-lang__btn.is-active{
  background:linear-gradient(180deg,var(--accent),var(--accent-700));
  box-shadow:0 6px 16px rgba(237,139,0,.35);
  pointer-events:none;
}

/* Адаптив: если мало места — прячем e-mail, оставляем языки и телефон */
@media (max-width: 980px){
  .moony-header{
    grid-template-columns: auto 1fr auto auto; /* бургер появится, если включишь display:block */
  }
}

/* ===== Buttons ===== */
.button,.wp-element-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 16px;
  background:linear-gradient(180deg,var(--primary),var(--primary-700));color:#fff;border:0;border-radius:12px;
  box-shadow:0 8px 20px rgba(89,189,237,.35);transition:transform .1s,box-shadow .2s,filter .2s}
.button:hover,.wp-element-button:hover{filter:saturate(105%);box-shadow:0 10px 24px rgba(89,189,237,.45)}
.button:active,.wp-element-button:active{transform:translateY(1px)}
.button.button--accent{background:linear-gradient(180deg,var(--accent),var(--accent-700));box-shadow:0 8px 20px rgba(237,139,0,.35)}

/* ================= HERO SLIDER ================= */
.moony-hero{position:relative;overflow:hidden;background:transparent}
/* волны — используем твою svg */
.moony-hero::before,
.moony-hero::after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:40px;                  /* высота волны */
  z-index:3;
  pointer-events:none;
  background-image:url('/wp-content/uploads/2025/10/outline-header.svg');
  background-repeat:repeat-x;   /* бесшовная по X */
  background-position:center top;
}
.moony-hero::before{ top:-1px; } /* перекрыть стык сверху */
.moony-hero::after{               /* важно: прижать к низу секции */
  transform:scaleY(-1);
  transform-origin:50% 0;
  bottom: -41px;
}

/* окно + трек */
.moony-hero__viewport{position:relative;background:#fff0}
.moony-hero__track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;transition:transform .45s ease-in-out}

/* слайд (фон картинка) */
.moony-hero__slide{position:relative;min-height:560px;background:#e9eef3 center/cover no-repeat}
@media (max-width:980px){.moony-hero__slide{min-height:460px}}
@media (max-width:640px){.moony-hero__slide{min-height:390px}}

/* контентная карточка */
.moony-hero__panel{position:absolute;z-index:2;right:8%;top:36%;max-width:540px;background:#ffffffa1;color:var(--ink);
  border-radius:22px;padding:26px 30px;box-shadow:0 16px 40px rgba(17,23,41,.15)}
.moony-hero__title{margin:0 0 8px;font-size:36px;line-height:1.2;font-weight:800;color:#5a6780}
.moony-hero__desc{margin:0 0 16px;color:#6f7a87}
.moony-hero__btn{margin-top:6px}

/* стрелки */
.moony-hero__nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);
  width:46px;height:46px;border-radius:50%;border:0;cursor:pointer;
  background:#fff;color:#212b36;display:grid;place-items:center;
  box-shadow:0 10px 30px rgba(17,23,41,.18);transition:transform .1s,filter .2s}
.moony-hero__nav:hover{filter:saturate(110%)} .moony-hero__nav:active{transform:translateY(-50%) scale(.98)}
.moony-hero__nav--prev{left:14px} .moony-hero__nav--next{right:14px}
.moony-hero__nav span{font-size:24px;line-height:1}

/* точки (внутри слайдера) — скрыть полностью */
.moony-hero__dots{display:none !important;}

/* точки — ПОД слайдером (вне секции), НЕ поверх волны */
.moony-hero-dots{
  display:flex; gap:9px; justify-content:center; align-items:center;
  padding:14px 0;           /* отступ после секции */
  background: #fff;
}
.moony-hero-dots button{
  width:12px; height:12px; min-width:10px; min-height:10px;
  border-radius:50%; border:0; cursor:pointer;
  background:#c9ced6; transition:transform .15s, background .2s;
}
.moony-hero-dots button[aria-selected="true"]{
  background:var(--accent);
  /* transform:scale(1.25); */
}

/* адаптив карточки */
@media (max-width:860px){
  .moony-hero__panel{left:6%;right:6%;max-width:none;top:auto;bottom:78px}
  .moony-hero__title{font-size:28px}
}

/* ===== Responsive header tweaks ===== */
@media (max-width:1180px){.moony-menu{gap:16px}}
@media (max-width:1024px){.moony-header{grid-template-columns:auto 1fr auto auto}}
@media (max-width:860px){.moony-nav{display:none}.moony-burger{display:flex}.moony-header{grid-template-columns:auto 1fr auto}.moony-contacts{align-items:flex-start}}

.block_max_width {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.moony-hero__made{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  border:1px solid #e6eef6;
  /* box-shadow:0 10px 24px rgba(17,23,41,.10); */
  box-shadow: 0 16px 40px rgba(17,23,41,.15);
  margin:0 0 10px 0;
  width: 100%;
}
.moony-hero__made span{
  font-weight:700; font-size:28px; line-height:1; color:#2b2f36;
  letter-spacing:.2px;
}
.moony-hero__flag{
  width: 100px;
    padding: 15px;
    height: 100%;
}

/* чуть компактнее на мобиле */
@media (max-width:860px){
  .moony-hero__made{padding:7px 10px; gap:8px}
  .moony-hero__made span{font-size:20px}
  .moony-hero__flag{width:50px;padding: 5px;}
}

@media (max-width:480px) {
  .moony-hero__panel {
    text-align: center;
  }
}

/* ===================== BRAND (О бренде) — SCOPED ===================== */
/* важно: таргетим ТОЛЬКО <section class="moony-brand">,
   чтобы не задеть <a class="moony-brand"> в хедере */
section.moony-brand{
  /* padding: 56px 0 64px; */
  padding-top: 16px;
  padding-bottom: 72px;
  background: #fff; /* как у тебя было */
}

section.moony-brand .moony-brand__grid{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;   /* текст / картинка */
  gap: 40px;
  align-items: center;
}

section.moony-brand .moony-brand__title{
  margin: 0 0 18px;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.15;
  color: #5a6780;
}

section.moony-brand .moony-brand__year{
  margin: 6px 0 4px;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  text-align: left;
}

section.moony-brand .moony-brand__headline{
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}

section.moony-brand .moony-brand__care{
  margin: 6px 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}

section.moony-brand .moony-brand__point{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #556170;
}

section.moony-brand .moony-brand__text{
  margin: 0 0 22px;
  color: #6f7a87;
}

section.moony-brand .moony-brand__btn{
  height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(237,139,0,.25);
}

/* картинка справа */
section.moony-brand .moony-brand__media{ justify-self: end; }

section.moony-brand .moony-brand__img{
  display:block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(17,23,41,.12);
  background:#fff;
  padding: 10px;
}

/* адаптив */
@media (max-width: 1100px){
  section.moony-brand .moony-brand__grid{
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  section.moony-brand .moony-brand__title{ font-size: 40px; }
}

@media (max-width: 860px){
  section.moony-brand{ padding: 40px 0 48px; }
  section.moony-brand .moony-brand__grid{ grid-template-columns: 1fr; }
  section.moony-brand .moony-brand__media{ order: -1; } /* картинку вверх на мобилке */
  section.moony-brand .moony-brand__title{ font-size: 34px; }
  section.moony-brand .moony-brand__year{ font-size: 24px; }
}

/* ===================== PRODUCTS TABS HERO (без слайдеров) ===================== */
.moony-tabs-block{
  padding:15px 0;
  background:#59bded;
  /* для волн наружу */
  position: relative;
  overflow: visible;
  isolation: isolate;
}

/* ВОЛНЫ СНАРУЖИ (верх/низ), цвет = фон секции */
.moony-tabs-block::before,
.moony-tabs-block::after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:72px;                     /* высота «гребня» */
  background:#59bded;              /* цвет «воды» = фон секции */
  -webkit-mask-image:url('/wp-content/uploads/2025/10/outline-header.svg');
          mask-image:url('/wp-content/uploads/2025/10/outline-header.svg');
  -webkit-mask-repeat:repeat-x;
          mask-repeat:repeat-x;
  -webkit-mask-size:1200px 72px;   /* подгони при желании */
          mask-size:1200px 72px;
  pointer-events:none;
  z-index:1;                       /* ниже контента секции */
}
/* верхняя волна — смотрит НАРУЖУ (вверх) и вынесена из блока */
.moony-tabs-block::before{
  top:-50px;
  transform:scaleY(-1);
}
/* нижняя волна — наружу вниз */
.moony-tabs-block::after{
  bottom:-50px;
  transform:none;
}

.moony-tabs{
  display:flex; gap:16px; flex-wrap:wrap; margin:0 0 18px; justify-content: center;
}
.moony-tab{
  border:0; cursor:pointer; user-select:none;
  padding:14px 26px;
  border-radius:40px;
  /* font-weight:800; */
  font-weight:bold;
  font-size:22px;
  background:#f2f6ff; color:#2b2f36;
  box-shadow:0 8px 24px rgba(17,23,41,.08) inset;
}
.moony-tab.is-active{
  background:#f6a403; color:#fff;
}

.moony-panel{ display:none; }
.moony-panel.is-active{ display:block; }

.moony-product-hero{
  display:grid; grid-template-columns: 1.2fr 1fr; gap:36px;
  color:#000;
  border-radius:28px;
  position:relative;
}

.moony-hero-media{
  background:#fff; border-radius:22px; display:grid; place-items:center;
  padding:16px;
  align-items: flex-start;
}
.moony-hero-img{
  max-width:400px; max-height:400px; min-height:400px;
  object-fit:contain; height:auto; display:block;
}

.moony-hero-content{ display:flex; flex-direction:column; gap:18px; }
.moony-hero-title{ margin:0; font-size:32px; line-height:1.2; font-weight:800; color: #000; }
.moony-hero-spec{ display:flex; flex-direction:column; gap:14px; }
.moony-spec-row{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; color: #000; }
.moony-spec-label{ opacity:.85; min-width:140px; }
.moony-spec-value{ font-weight:700; }

.moony-hero-content .moony-hero-spec .moony-chips .moony-chip--stat {
  width: 100px;
  border-radius: 12px;
}

.moony-chips{ display:flex; gap:12px; flex-wrap:wrap; }
.moony-chip{
  width:56px; height:56px; border-radius:50%; border:0; cursor:pointer;
  font-weight:800; font-size:18px; display:grid; place-items:center;
  color:#222; background:#fff;
  box-shadow:0 6px 18px rgba(17,23,41,.18);
}
.moony-chip.is-active{
  background:#f6a403; color:#fff;
}

.moony-hero-cta{ margin-top:8px; }
.button--kaspi-xl{
/*   height:56px;  */
	padding:0 24px; 
/* 	border-radius:30px;  */
	display:inline-grid; place-items:center;
  background:linear-gradient(180deg,#ff4d4f,#d9363e); color:#fff; font-weight:800;
  box-shadow:0 18px 36px rgba(217,54,62,.35);
}

/* карточка: характеристики выше CTA */
.moony-hero-content { position: relative; }
.moony-hero-spec    { position: relative; z-index: 2; }
.moony-hero-cta     { position: relative; z-index: 1; }

/* контейнер CTA не ловит клики, только сами ссылки */
.moony-hero-cta { pointer-events: none; }
.moony-hero-cta a { pointer-events: auto; }


/* адаптив */
@media (max-width:1024px){
  .moony-product-hero{ grid-template-columns:1fr; }
  .moony-hero-media{ order:-1; }
}
@media (max-width:640px){
  .moony-tab{ font-size:18px; padding:10px 18px; }
  .moony-chip{ width:50px; height:50px; font-size:16px; }
  .moony-hero-title{ font-size:26px; }
}

/* ===== Product Tabs (можно вынести в assets/css/main.css) ===== */
.moony-tabs2{margin-top:24px}
.mt2-list{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 12px;padding:0;list-style:none}
.mt2-list .mt2-btn{appearance:none;border:1px solid var(--line,#e6edf3);background:#fff;color:#2b3440;
  padding:10px 14px;border-radius:12px;cursor:pointer;font-weight:700;transition:box-shadow .2s,background .2s,color .2s}
.mt2-list .mt2-btn[aria-selected="true"]{background:linear-gradient(0deg,rgba(89,189,237,.12),rgba(89,189,237,.12));
  box-shadow:0 0 0 1px rgba(89,189,237,.35) inset;color:#0f2532}
.mt2-panel{display:none;border:1px solid var(--line,#e6edf3);border-radius:14px;padding:18px;background:#fff}
.mt2-panel.is-active{display:block}

/* карточные блоки для «Безопасность и материалы» */
.moony-tabblock{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.mtb-card{border:1px solid var(--line,#e6edf3);border-radius:12px;padding:14px;}
.mtb-card h3{margin:0 0 8px;font-size:18px;color:#253140}

/* why */
.moony-tabtext p{margin:.6rem 0;color:#2b3440}

/* features */
.moony-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.moony-features .feat{border:1px solid var(--line,#e6edf3);border-radius:12px;padding:14px;background:#fff}
.moony-features .feat h3{margin:0 0 6px;color:#253140}
@media (max-width:860px){
  .moony-tabblock{grid-template-columns:1fr}
  .moony-features{grid-template-columns:1fr}
}

/* ===================== MADE IN JAPAN / WHERE TO BUY ===================== */
.moony-madejp{ padding:72px 0; background:#fff; }
.moony-madejp__card{
  background:#fff;
  padding:24px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:center;
  gap:24px;
}

/* левая часть */
.moony-madejp__left{ display:flex; align-items:center; gap:18px; }
.moony-madejp__flag{ object-fit:contain; flex:0 0 auto; }
.moony-madejp__title{ margin:0 0 6px; font-size:42px; line-height:1.2; font-weight:800; color:#4b5663; }
.moony-madejp__desc{ margin:0; color:#6f7a87; }

/* правая часть */
.moony-madejp__right{
  display:flex; align-items:center; justify-content:flex-end;
  gap:16px; flex-wrap:wrap;
}

/* BIG CTA: «Где купить» — заметная, кликабельная, с пульсом */
.moony-madejp__cta{
  --c1:#59bded; --c2:#2aa4df;
  position:relative;
  display:inline-flex; align-items:center; gap:10px;
  padding:12px 18px; border-radius:999px; border:0;
  background:linear-gradient(180deg,var(--c1),var(--c2));
  color:#fff; font-weight:800; font-size:15px; letter-spacing:.2px;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(89,189,237,.35);
  transition:transform .12s ease, filter .2s ease, box-shadow .2s ease;
}
.moony-madejp__cta:hover{ filter:saturate(108%); transform:translateY(-1px); box-shadow:0 16px 34px rgba(89,189,237,.45); }
.moony-madejp__cta:active{ transform:translateY(0); }

/* пульс-точка слева */
.moony-madejp__cta-dot{
  width:10px; height:10px; border-radius:50%; background:#fff; position:relative; display:inline-block;
}
.moony-madejp__cta-dot::after{
  content:""; position:absolute; inset:-6px; border-radius:50%;
  border:2px solid rgba(255,255,255,.75);
  animation:moony-pulse 1.8s ease-out infinite;
}
@keyframes moony-pulse{
  0%{ transform:scale(.6); opacity:.9; }
  70%{ transform:scale(1.5); opacity:0; }
  100%{ transform:scale(1.5); opacity:0; }
}

/* стрелка справа */
.moony-madejp__cta svg{ width:16px; height:16px; flex:0 0 auto; }

/* карточка Kaspi */
.moony-madejp__kaspi{
  display:inline-flex; align-items:center; gap:12px;
  padding:10px 14px; border-radius:14px;
  background:#fff; border:1px solid #f0f2f6;
  box-shadow:0 10px 24px rgba(17,23,41,.08);
  transition:transform .12s, box-shadow .2s, filter .2s;
  text-decoration:none;
}
.moony-madejp__kaspi:hover{ filter:saturate(108%); box-shadow:0 14px 30px rgba(17,23,41,.12); transform:translateY(-1px); }
.moony-madejp__kaspi img{ display:block; height:36px; width:auto; }
.moony-madejp__kaspi span{ font-weight:800; color:#d9363e; letter-spacing:.2px; }

/* адаптив */
@media (max-width:980px){
  .moony-madejp__card{ grid-template-columns:1fr; }
  .moony-madejp__right{ justify-content:flex-start; }
}
@media (max-width:560px){
  .moony-madejp__flag{ width:78px; height:78px; }
  .moony-madejp__title{ font-size:24px; }
}


/* ================== REVIEWS (по твоей разметке) ================== */
/* секция */
.moony-reviews{
  position: relative;
  background: #e6ffd7;                   /* фон секции */
  padding: 44px 0 56px;
  overflow: visible;                      /* волнам можно выходить наружу */
  isolation: isolate;
}

/* ВОЛНЫ СНАРУЖИ (верх/низ), цвет = фон секции */
.moony-reviews::before,
.moony-reviews::after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:72px;
  background:#e6ffd7;                     /* волны таким же цветом */
  -webkit-mask-image:url('/wp-content/uploads/2025/10/outline-header.svg');
          mask-image:url('/wp-content/uploads/2025/10/outline-header.svg');
  -webkit-mask-repeat:repeat-x;
          mask-repeat:repeat-x;
  -webkit-mask-size:1200px 72px;
          mask-size:1200px 72px;
  pointer-events:none;
  z-index:1;
}
.moony-reviews::before{                   /* верхняя волна смотрит наружу */
  top:-51px;
  transform:scaleY(-1);
}
.moony-reviews::after{                    /* нижняя волна — наружу вниз */
  bottom:-50px;
}

/* заголовок */
.moony-reviews__title{
  margin: 0 0 18px;
  padding: 0 20px;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.15;
  color:#2b2f36;
  position: relative;
  z-index: 2;
}

/* === СЛАЙДЕР === */
.moony-revslider{
  position: relative;
  z-index: 2;                              /* выше волн */
}

/* вьюпорт */
.moony-revslider__viewport{
  overflow: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* трек */
.moony-revslider__track{
  --rev-gap: 24px;                         /* одинарный зазор между карточками */
  display: flex;
  gap: var(--rev-gap);
  padding: 0;                              /* ВАЖНО: без внутреннего отступа */
  transition: transform .45s ease;        /* плавная прокрутка */
}

/* карточка */
.moony-review{
  background:#fff;
  border:1px solid #e9eef3;                /* без теней */
  border-radius:18px;
  padding: 22px 24px;
  min-height: 180px;
  box-sizing: border-box;                  /* учитываем бордер в ширине */

  /* РОВНО 2 карточки + один gap на всю ширину вьюпорта */
  /* flex: 0 0 calc((100% - var(--rev-gap)) / 3); */
  flex: 0 0 calc((100% - (2 * var(--rev-gap))) / 3);
}

.moony-review__text{
  margin:0;
  color:#4b5663;
  font-size: 16px;
  line-height: 1.6;
}
.moony-review__meta{
  display:flex; align-items:center; gap:12px; margin-top:12px;
}
.moony-review__name{ font-weight:800; color:#ff7a59; }
.moony-review__date{ color:#97a3b0; font-size:14px; }

/* стрелки — по центру, вынесены на -20px */
.moony-revslider__nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:44px; height:44px; border:0; border-radius:50%;
  background:#fff; color:#222;
  display:grid; place-items:center;
  cursor:pointer; user-select:none;
  transition: transform .12s ease, opacity .2s ease, filter .2s ease;
  z-index:3;
  box-shadow: 0 8px 22px rgba(17,23,41,.12);
  font-size:18px; line-height:1;
}
.moony-revslider__nav:hover{ filter:saturate(110%); }
.moony-revslider__nav:active{ transform:translateY(-50%) scale(.98); }
.moony-revslider__nav--prev{ left:-20px; }
.moony-revslider__nav--next{ right:-20px; }
.moony-revslider__nav::before{ content: attr(aria-label); position:absolute; left:-9999px; }

/* адаптив: по 1 карточке */
@media (max-width: 980px){
  .moony-review{ flex-basis: 100%; }
  .moony-revslider__track{ --rev-gap: 16px; }
  .moony-reviews__title{ padding:0 16px; }
  .moony-revslider__nav--prev{ left:-16px; }
  .moony-revslider__nav--next{ right:-16px; }
}
@media (max-width: 640px){
  .moony-review{ padding:18px 16px; }
}

@media (max-width: 480px) {
  .moony-revslider__nav--prev{ left:-45px; }
  .moony-revslider__nav--next{ right:-45px; }
}

/* ====== ВКЛАДКИ / ТАБЫ ====== */
.moony-single .moony-tabs2{
  --radius: 16px;
  --radius-lg: 18px;
  --shadow: 0 8px 24px rgba(20, 24, 40, .06);
  --border: 1px solid rgba(18, 24, 40, .08);
  --muted: #6b7280;
  --muted-2: #9ca3af;
  --bg-soft: #f8fafc;
}

/* Кнопки табов (пилюльки) */
.moony-single .moony-tabs2 .mt2-list{
  display: flex; flex-wrap: wrap; gap: 8px 10px;
  margin: 2px 0 14px;
}
.moony-single .moony-tabs2 .mt2-btn{
  appearance: none; border: 0; cursor: pointer;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600; font-size: 14px;
  background: #fff;
  border: var(--border);
  box-shadow: 0 1px 0 rgba(20,24,40,.02);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .05s ease;
}
.moony-single .moony-tabs2 .mt2-btn:hover{ background: #f3f4f6 }
.moony-single .moony-tabs2 .mt2-btn[aria-selected="true"]{
  background: linear-gradient(180deg,#f0f9ff, #eaf2ff);
  color: #0b5fff;
  border-color: rgba(11,95,255,.25);
  box-shadow: 0 4px 16px rgba(11,95,255,.12);
}

/* Панели табов */
.moony-single .moony-tabs2 .mt2-panel{ display:none; }
.moony-single .moony-tabs2 .mt2-panel.is-active{ display:block; }

/* ====== КАРТОЧКИ С КОНТЕНТОМ ====== */

/* Гибкая сетка карточек в блоках безопасности/комфорта/секретов */
.moony-single .moony-tabblock{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
  gap: 16px;
}

/* Общий вид карточек */
.moony-single .mtb-card{
  background: #fff;
  border: var(--border);
  border-radius: var(--radius-lg);
  padding: 16px 16px 14px;
  box-shadow: var(--shadow);
}

/* Заголовки карточек */
.moony-single .mtb-card h3{
  margin: 0 0 8px;
  font-size: 18px; line-height: 1.35; font-weight: 700;
  min-height: 50px;
}
.moony-single .mtb-sub{ margin: 6px 0 0; color:#374151; }

#tab-rel img {
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
}

#tab-trunks img {
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
}

/* Текст/списки */
.moony-single .mtb-card p{ margin: 8px 0 0; color: #111827 }
.moony-single .mtb-card small{ color: var(--muted); }
.moony-single .mtb-card li{ margin: 6px 0; }

/* Иллюстрации */
.moony-single .mtb-ill,
.moony-single .feat-ill,
.moony-single .why-ill{
  margin: 8px 0 10px;
  border-radius: 0;
  overflow: hidden;
  background: no-repeat;
  box-shadow: none;
  border: none;
}
.moony-single .mtb-ill img,
.moony-single .feat-ill img,
.moony-single .why-ill img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.moony-single .mtb-ill img { object-fit: contain; min-height: 220px; }
.moony-single .why-ill { max-width: 320px; float: left; margin-right: 20px; }
.moony-single .feat-ill img { object-fit: cover; min-height: 220px; }

/* ====== Блок “Почему Moony” ====== */
.moony-single .moony-tabtext{
  background: #fff;
  border: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 16px;
}
.moony-single .moony-tabtext p{ margin: 12px 0; color: #111827; line-height: 1.55; }
.moony-single .moony-tabtext .why-ill{ margin-bottom: 14px; }

/* ====== Блок “Особенности” ====== */
.moony-single .moony-features{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px,1fr));
  gap: 16px;
}
.moony-single .moony-features .feat{
  background: #fff;
  border: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 16px 16px 14px;
}
.moony-single .moony-features .feat h3{ margin: 0 0 8px; font-size: 18px; font-weight: 700; }
.moony-single .moony-features .feat p{ margin: 8px 0 0; }
.moony-single .moony-features .feat li{ margin: 6px 0; }

/* ====== Хлебные крошки, мелкие штрихи ====== */
.moony-single .moony-breadcrumbs{ font-size: 14px; color: var(--muted); margin-bottom: 12px; }
.moony-single .moony-breadcrumbs a{ color: #0b5fff; text-decoration: none; }
.moony-single .moony-breadcrumbs a:hover{ text-decoration: underline; }

/* Герой-картинка — мягко скруглить */
.moony-single .moony-hero-img,
.moony-single .moony-prod-card__thumb img{
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

/* CTA */
.moony-single .button, .moony-single .button--kaspi-xl{
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 8px 20px rgba(11,95,255,.15);
}

/* ====== Мобилки ====== */
@media (max-width: 480px){
  .moony-single .moony-tabs2 .mt2-btn{ padding: 8px 12px; font-size: 13px; }
  .moony-single .moony-features, .moony-single .moony-tabblock{ gap: 12px; }
  
  .moony-single .moony-features,
  .moony-single .moony-tabblock {
    grid-template-columns: repeat(auto-fit, minmax(100%,1fr));
  }
}

/* Фокус */
.moony-single .moony-tabs2 .mt2-btn:focus-visible{ outline: 2px solid #0b5fff; outline-offset: 2px; }

/* ================= FOOTER ================= */
.moony-footer{
  background:#fff;
  border-top:1px solid #eef1f5;
  padding: 70px 0 28px;
  color:#4b5663;
  margin-bottom: 40px;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.moony-footer__title {
	margin-top: 0px;
}

.moony-footer__brand img {
	max-width: 300px;
}

.moony-footer__grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr; /* лев. меню / прав. меню / телефон / адрес+email */
  gap: 28px 40px;
  align-items:flex-start;
}

/* меню */
.moony-footer__menu{
  list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;
}
.moony-footer__menu a{
  color:#4b5663; text-decoration:none;
}
.moony-footer__menu a:hover{
  text-decoration:underline;
}

/* телефон */
.moony-footer__contacts{ display:flex; flex-direction:column; gap:6px }
.moony-footer__phone{
  font-weight:800; font-size:20px; line-height:1.2; color:#2b2f36; text-decoration:none;
}
.moony-footer__phone:hover{ text-decoration:underline; }
.moony-footer__sub{ font-size:13px; color:#8d96a0; }

/* адрес и email */
.moony-footer__address{ font-style:normal; display:flex; flex-direction:column; gap:8px }
.moony-footer__addrtext{ color:#4b5663; display: none; }
.moony-footer__email{ color:#1677ff; text-decoration:none; word-break:break-all }
.moony-footer__email:hover{ text-decoration:underline }

/* нижняя кромка футера */
.moony-footer__bottom{
  display:flex; justify-content:space-between; align-items:center;
  padding-top:18px; margin-top:18px; border-top:1px solid #eef1f5; color:#8d96a0; font-size:14px;
}
.moony-footer__copy{}

/* === низ футера: копирайт + made by === */
.moony-footer__bottom{
  display:flex; justify-content:space-between; align-items:center;
  padding-top:18px; margin-top:18px; border-top:1px solid #eef1f5;
  color:#8d96a0; font-size:14px;
}

.moony-footer__madeby{
  display:flex; align-items:center; gap:10px;
  color:#6b7785;
}
.moony-footer__madeby span{ white-space:nowrap; }
.moony-madeby__link{ display:inline-flex; align-items:center; }
.moony-madeby__logo{
  display:block; width:auto;
}

/* мобильная перестройка */
@media (max-width:680px){
  .moony-footer__bottom{
    flex-direction:column; gap:10px; align-items:flex-start;
  }
}

/* адаптив */
@media (max-width: 1100px){
  .moony-footer__grid{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px){
  .moony-footer{ padding:28px 0 22px; }
  .moony-footer__grid{
    grid-template-columns: 1fr;
    gap: 50px;
	text-align: center;
  }
  .moony-footer__phone{ font-size:18px; }
  .moony-footer__bottom{
    flex-direction:column; gap:8px; align-items:flex-start;
  }
}

/* ====== Catalog page ====== */
.moony-cat__page-title{
  margin: 0;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 40px);
  color: #2b2f36;
}

/* Фильтры */
.moony-catfilter{ margin: 0 0 16px; }
.moony-catfilter__row{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.moony-catfilter__field{ display:flex; flex-direction:column; gap:6px; }
.moony-catfilter__field--grow{ grid-column: span 2; }
.moony-catfilter__label{ color:#6b7684; font-size:13px; }
.moony-catfilter__select,
.moony-catfilter__input{
  height: 44px; padding: 0 12px; border-radius: 12px;
  border:1px solid #e6ebf2; background:#fff;
  font-size:15px; color:#222;
}
.moony-catfilter__actions{
  grid-column: span 2;
  display:flex; align-items:end; gap:10px;
}
.button--ghost{
  background:#fff; color:#2b2f36; border:1px solid #e6ebf2;
}

/* Сетка карточек */
.moony-catgrid{
  --cols: 4; --gap: 18px;
  display:grid; gap: var(--gap);
  grid-template-columns: repeat(var(--cols), minmax(0,1fr));
  padding-bottom: 15px;
}
@media (max-width: 1200px){ .moony-catgrid{ --cols: 3; } }
@media (max-width: 860px){ .moony-catgrid{ --cols: 2; } }
@media (max-width: 560px){ .moony-catgrid{ --cols: 1; } }

/* Карточка — реиспользуем ваши базовые стили, на всякий случай: */
.moony-prod-card{
  background:#fff; border:1px solid #eef1f5; border-radius:16px;
  display:flex; flex-direction:column; overflow:hidden;
  max-width: 335px;
  max-height: 440px;
}
.moony-prod-card__thumb{ display:block; aspect-ratio: 4 / 3; background:#fff; }
.moony-prod-card__thumb img{ 
  width:100%; 
  height:100%; 
  max-width: 300px;
  max-height: 250px;
  object-fit:contain; 
  display:block; 
}
.moony-prod-card__ph{ height:100%; display:grid; place-items:center; color:#99a2ad; background:#f7f9fc;}
.moony-prod-card__body{ padding:14px; display:flex; flex-direction:column; gap:10px; }
.moony-prod-card__title{ margin:0; font-weight:800; font-size:16px; color:#2b2f36; }
.moony-prod-card__title a:hover{ text-decoration: underline; }
.moony-prod-card__meta{ margin:0; padding:0; list-style:none; color:#6f7a87; font-size:14px; }
.moony-prod-card__meta li{ margin:2px 0; }
.moony-prod-card__meta li span{ color:#556170; font-weight:700; margin-right:6px; }
.moony-prod-card__foot{ margin-top:auto; display:flex; justify-content:flex-end; }
.button--kaspi{
  background: linear-gradient(180deg, #ff4d4f, #d9363e);
  color:#fff; height:40px; padding:0 14px; border-radius:12px;
  box-shadow:0 8px 20px rgba(217,54,62,.35);
}

/* пагинация */
.moony-cat__pagin{ 
  margin-top: 18px;
  padding-bottom: 18px;
}
.moony-cat__pagin .page-numbers{
  display:inline-grid; place-items:center;
  width:40px; height:40px; border-radius:10px;
  border:1px solid #e6ebf2; margin:0 3px; color:#2b2f36;
}
.moony-cat__pagin .page-numbers.current{
  background:#59bded; border-color:#59bded; color:#fff; font-weight:800;
}

.moony-cat__empty{ padding: 22px; margin: 0; border-radius:14px; background:#fff8e6; color:#9a6b00; }

.bg-white {
  background: #fff;
}

/* ===== Single product ===== */
.moony-single__hero{ margin-top: 8px; }
.moony-breadcrumbs{
  display:flex; gap:8px; align-items:center;
  font-size:14px; color:#6f7a87; margin: 0px 0 12px;
}
.moony-breadcrumbs a{ color:#4b7aa0; }
.moony-breadcrumbs .current{ color:#2b2f36; font-weight:700; }

/* Галерея */
.moony-hero-img{ max-width:480px; max-height:480px; min-height: 480px; height:auto; object-fit:contain; }
.moony-hero-img--ph{
  display:grid; place-items:center; background:#f6f8fb; border-radius:16px; width:100%;
}
.moony-hero-thumbs{ display:flex; gap:10px; margin-top:12px; flex-wrap:wrap; }
.moony-hero-thumb{
  width:72px; height:72px; border-radius:12px; overflow:hidden; border:1px solid #eef1f5;
  background:#fff; cursor:pointer; display:grid; place-items:center;
}
.moony-hero-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }

/* Описание */
.moony-single__desc{ margin-top: 12px; color:#4b5663; }

/* Related */
.moony-single-related{ margin: 28px 0 0px; padding-bottom: 10px; }
.moony-sr__title{ margin:0 0 12px; font-weight:800; font-size:24px; color:#2b2f36; }

/* Сетка карточек — берём вашу же */
.moony-catgrid{ --cols: 4; --gap: 18px; display:grid; gap:var(--gap); grid-template-columns:repeat(var(--cols),minmax(0,1fr)); }
@media (max-width: 1200px){ .moony-catgrid{ --cols: 3; } }
@media (max-width: 860px){ .moony-catgrid{ --cols: 2; } }
@media (max-width: 560px){ .moony-catgrid{ --cols: 1; } }

/* ===== Product Description (Moony) ===== */
.moony-pdesc{
  background: var(--card, #fff);
  border: 1px solid var(--line, #e8edf3);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 8px 24px rgba(17,23,41,.06);
  color: var(--ink, #2b2f36);
}

.pdesc-section + .pdesc-section{ margin-top: 18px; }
.pdesc-h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #415163;
}

/* списки состава */
.pdesc-list{
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
.pdesc-list li{ color: var(--ink, #2b2f36); }
.pdesc-key{
  font-weight: 700;
  color: #1f2933;
}

/* две колонки на десктопе */
.pdesc-2col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pdesc-col p{ margin: 0; }

/* заметка/предупреждение */
.pdesc-note{
  margin-top: 16px;
  background: rgba(89,189,237,.08);               /* привязка к #59bded */
  border: 1px solid rgba(89,189,237,.35);
  color: #143041;
  padding: 12px 14px;
  border-radius: 12px;
  line-height: 1.5;
}
.pdesc-note strong{ color: #0e2b3b; }

/* ссылки */
.moony-pdesc a{
  color: var(--primary, #59bded);
  text-decoration: underline;
}
.moony-pdesc a:hover{
  text-decoration: none;
}

/* адаптив */
@media (max-width: 780px){
  .pdesc-2col{ grid-template-columns: 1fr; }
}

/* Статические чипы-статы на странице товара */
.moony-chip--stat{
  pointer-events: none;
  background:#fff;
  color:#203041;
  box-shadow: 0 6px 16px rgba(17,23,41,.12);
  border: 1px solid #eef1f5;
  font-size: 14px;
}
.moony-hero-spec .moony-spec-row .moony-chips{
  gap: 10px;
}

.moony-page__title {
  margin: 0px;
}

/* ===== About page (scoped) ===== */
.about-hero{padding:40px 0 10px}
.about-hero__inner{background:#fff;border-radius:22px;box-shadow:0 16px 40px rgba(17,23,41,.12);padding:28px 30px}
.about-hero__badge{display:inline-flex;align-items:center;gap:10px;background:#f0f7fd;border:1px solid #d9eefb;padding:6px 10px;border-radius:999px;color:#1f2a33;font-weight:700;margin-bottom:10px}
.about-hero__title{margin:6px 0 6px;font-size:34px;line-height:1.25;font-weight:800;color:#435063}
.about-hero__lead{color:#5e6a79;margin:0}

.about-mission{padding:24px 0}
.about-mission__grid{display:grid;gap:14px;grid-template-columns:1fr 1fr}
.about-mission__card{background:#fff;border:1px solid var(--line,#e7edf3);border-radius:16px;padding:18px 20px;box-shadow:0 8px 22px rgba(17,23,41,.08)}
.about-h2{margin:0 0 8px;font-size:22px;color:#2b3440}
.about-mission__card p{margin:0;color:#647184}
@media (max-width:820px){.about-mission__grid{grid-template-columns:1fr}}

.about-timeline{padding:22px 0}
.about-timeline__title{margin:0 0 12px;font-size:26px;color:#2b3440}
.timeline{list-style:none;margin:0;padding:0}
.timeline__item{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:16px 0;border-bottom:1px dashed #e2e8f0}
.timeline__item:last-child{border-bottom:0}
.timeline__year{font-weight:900;font-size:28px;color:#59bded;display:flex;align-items:flex-start;padding-top:2px}
.timeline__h3{margin:0 0 6px;font-size:20px;color:#2c3643}
.timeline__txt{margin:0;color:#5d6a7a}
.timeline__note{margin:.5rem 0 0;font-size:13px;color:#7a8796;white-space:pre-line}
@media (max-width:720px){.timeline__item{grid-template-columns:1fr}.timeline__year{font-size:22px}}

.about-closing{padding:8px 0 30px}
.about-quote{background:linear-gradient(0deg,rgba(89,189,237,.12),rgba(89,189,237,.12));border:1px solid rgba(89,189,237,.28);border-radius:16px;padding:18px 20px;color:#243042;font-size:18px}


/* Кнопки-чипы уже есть в ваших стилях (.moony-chip/--size/--qty) */

@media (max-width: 1440px) {
  .moony-header-wrap {
    margin-top: 0px;
  }
  .moony-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .moony-footer {
    margin-bottom: 0px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }
}

@media (max-width: 1024px) {
  .moony-brand-text {
    display: none;
  }
  .moony-menu>li>a {
    font-size: 13px;
  }
  .moony-header-wrap {
    margin-top: 0px;
  }
  .moony-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .moony-footer {
    margin-bottom: 0px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }
}

@media (max-width: 800px) {
  .moony-brand-text {
    display: none;
  }
  .moony-contacts {
    display: none;
  }
  .moony-burger {
    justify-content: center;
  }
  .moony-hero-img {
    max-width: 100%;
    min-height: unset;
  }
  .moony-header-wrap {
    margin-top: 0px;
  }
  .moony-header {
    border-radius: 0%;
    display: flex;
    justify-content: space-between;
  }
  .moony-mobile-nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .moony-lang {
    display: none;
  }
  .moony-madejp__left {
    flex-direction: column;
  }
  .moony-madejp__title,
  .moony-madejp__desc {
    text-align: center;
  }
  .moony-madejp__flag {
    width: 100%;
    height: 100%;
    max-width: 150px;
  }
  .moony-madejp__card {
    padding: 0px;
  }
  .moony-madejp__right {
    gap: 5px;
    justify-content: center;
  }
  .moony-footer {
    margin-bottom: 0px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }
  .moony-catfilter__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .moony-brand-text {
    display: none;
  }
  .moony-contacts {
    display: none;
  }
  .moony-burger {
    justify-content: center;
  }
  .moony-hero-img {
    max-width: 100%;
    min-height: unset;
  }
  .moony-header-wrap {
    margin-top: 0px;
  }
  .moony-header {
    border-radius: 0%;
    display: flex;
    justify-content: space-between;
  }
  .moony-mobile-nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .moony-lang {
    display: none;
  }
  .moony-madejp__left {
    flex-direction: column;
  }
  .moony-madejp__title,
  .moony-madejp__desc {
    text-align: center;
  }
  .moony-madejp__flag {
    width: 100%;
    height: 100%;
    max-width: 150px;
  }
  .moony-madejp__card {
    padding: 0px;
  }
  .moony-madejp__right {
    gap: 5px;
  }
  .moony-footer {
    margin-bottom: 0px;
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0%;
  }
  .moony-catfilter__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}