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

    body {
      font-family: Arial, Helvetica, sans-serif;
      background: #fff;
	  overflow-x: hidden;

    }
	.lang-code{
		color: #2d2f2f;
		font-size: 15px;
		font-weight: 500;
  font-family: 'Onest', sans-serif;
	}
	.fx-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 8px 14px;
  border-radius: 30px;

  background: #E0F3FF;
  border: none;
  cursor: pointer;

  font-weight: 600;
  font-family: 'Onest', sans-serif;
  font-size: 15px;
  color: #51A5ED;

  transition: 0.2s ease;
}

.fx-header__cart:hover {
  opacity: 0.9;
}

.fx-header__cart-icon {
  display: flex;
  align-items: center;
}

.fx-header__cart-total {
  white-space: nowrap;
}

	.hero {
  position: relative;
  max-width: 1400px;
  margin: 40px 20px;
  border-radius: 28px;
  overflow: hidden;
  min-height: 520px;

  background: url("../img/tmptx0zcyhq_1_2.jpg") right center / cover no-repeat;
}

/* Красная SVG */
.hero-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Контент */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 80px 70px;
  color: #fff;
}

.hero-content h1 {
  font-size: 36px;
  line-height: 1.05;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 24px;
  font-weight: 700;
}

.hero-content p {
  font-size: 16px;
  font-family: 'Onest', sans-serif;
  line-height: 1.6;
  margin-bottom: 36px;
  max-width: 420px;
}

/* Кнопка */
.hero-btn {
  display: inline-block;
  font-family: 'Onest', sans-serif;
  padding: 16px 30px;
  background: #fff;
  color: #000;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s ease;
}

.hero-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}


    /* HEADER */
    .header {
  position: sticky;
  top: 0;
  z-index: 1100;

  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: #fff;
}


    /* LEFT */
    .header__left {
      width: 60px;
      display: flex;
      align-items: center;
    }

    /* BURGER */
    .burger {
      width: 20px;
      height: 18px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
    }

    .burger span {
      display: block;
      height: 2px;
      width: 100%;
      background: #2da9ff;
      border-radius: 2px;
    }

    /* CENTER */
    .header__center {
      flex: 1;
      text-align: center;
    }

    .logo {
      height: 44px;
    }

    /* RIGHT */
    .header__right {
      width: 60px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 25px;
    }

    .icon-btn {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
    }

    .icon-btn svg {
      width: 20px;
      height: 20px;
    }
	
	.icon-menu {
		overflow: hidden;
		width: 100%;
		background: #fff;
		padding: 6px 0;
		cursor: grab;
		touch-action: pan-x;
  overscroll-behavior-x: contain;
	  }

  .icon-track {
		display: flex;
		width: max-content;
		user-select: none;
	  }

  .icon-item {
		flex: 0 0 auto;
		width: 50px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	  }

  .icon-item img {
		width: 32px;
		height: 32px;
		pointer-events: none;
	  }

  .icon-menu.dragging {
		cursor: grabbing;
	  }
	  
	  
/* SIDE MENU */
.side-menu {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  padding: 20px;

  display: flex;
  flex-direction: column;
}


/* OPEN STATE */
.side-menu.open {
  transform: translateX(0);
}

/* LINKS */
.menu-links {
  display: flex;
  font-family: 'Onest', Arial, Helvetica, sans-serif;
  font-weight: 600;
  
  flex-direction: column;
  gap: 18px;
}

.menu-links a {
  text-decoration: none;
  color: #2fa5ed;
  font-size: 18px;
  border-top: 
}

/* LANG */
.lang-switcher {
  position: relative;
  width: 160px;
  font-family: Arial, sans-serif;
  bottom: 50px;
  margin-right:16px;
  z-index: 2000;
  isolation: isolate;
}


/* Кнопка */
.lang-current {
  width: 100%;
  background: #fff;
  color: #2fa5ed;
  border: 1px solid #30A5ED;
  padding: 10px 12px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
}

.lang-label {
  margin-right: 12px; /* 👈 отступ текста до стрелки */
}
.why-link {
  display: block;
}

/* сама ссылка */
.why-link__action {
  display: inline-grid;               /* 🔑 НЕ flex */
  grid-auto-flow: column;             /* всегда в строку */
  align-items: center;
  column-gap: 8px;

  font-size: 18px;
  font-weight: 600;
  color: #2fa5ed;
  text-decoration: none;

  white-space: nowrap;                /* на всякий */
}

/* текст */
.why-link__text {
  white-space: nowrap;
}

/* иконка */
.why-link__icon {
  width: 16px;
  height: 16px;

  display: inline-block !important;   /* 🔒 перебивает reset */
  flex: none;
}
.lang-current img {
  width: 18px;
  height: 18px;
}

.lang-current span {
  text-align: left;
  font-family: 'Onest', sans-serif;
}

/* Стрелка */
.lang-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #2fa5ed;
  border-bottom: 2px solid #2fa5ed;
  transform: translateY(-2px) rotate(45deg); /* 👈 центр по тексту */
  transition: .2s;
}

.lang-switcher.open .lang-arrow {
  transform: translateY(1px) rotate(-135deg);
}

/* Выпадающий список */
.lang-dropdown {
  position: absolute;
  top: auto;
  bottom: 100%;        /* 👈 вверх */
  margin-top: 0;
  margin-bottom: 6px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  list-style: none;
  padding: 8px 0;
  display: none;
  z-index: 2000;
  font-size: 12px;
  color: #414141;
  font-family: 'Onest', sans-serif;
  font-weight:600;
  
}

.lang-switcher.open .lang-dropdown {
  display: block;
}




/* Пункты */
.lang-dropdown li {
  position: relative;
  padding: 12px 14px 12px 46px; /* одинаковый вертикальный паддинг */
  
}



/* Галочка */
.lang-dropdown .check {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(calc(-50% - 2px)) rotate(45deg); /* 👈 ВОТ ОНО */
  width: 6px;
  height: 10px;
  border-right: 2px solid #414141;
  border-bottom: 2px solid #414141;
}



.lang-dropdown li span {
  display: block;
}



/* BURGER → X */
.burger span {
  transition: 0.3s;
}

.burger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-header {
  display: none;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
}

.menu-header.visible {
  display: flex;
}


.menu-back {
  background: none;
  border: none;
  color: #2fa5ed;
  font-size: 18px;
  font-family: 'Onest', Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  gap: 10px;
}

.back-arrow {
  transform: rotate(180deg);   /* поворачиваем стрелку влево ← */
  flex-shrink: 0;
  display: block;
}


.menu-title {
  font-size: 18px;
  font-weight: 600;
}

.menu-level {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
}

.menu-level a {
  text-decoration: none;
  color: #2fa5ed;
  font-size: 18px;
  font-family: 'Onest', Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 16px 0;
  line-height: 1;
}
.menu-level a {
  border-bottom: 1px solid #eaeaea;
}

.menu-level a:first-child {
  border-top: 1px solid #eaeaea;
}

.menu-level a:last-child {
  border-bottom: 1px solid #eaeaea;
}

body.menu-open {
  overflow: hidden;
}

.menu-level.active {
  display: flex;
  flex-direction: column;
}

.menu-level.prev {
  transform: translateX(-200%);
}

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

.with-arrow .arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}


.with-arrow::after {
  content: none; /* убираем стандартную стрелку */
}

.menu-content {
  position: relative;
  flex: 1;
  overflow: hidden; /* ВАЖНО */
}
.menu-level[data-level="1"],
.menu-level[data-level="2"] {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding-bottom: 40px; /* чтобы не упиралось */
}





.subscribe {
  position: relative;
  overflow: hidden;
  padding: 25px 16px 50px;
  color: #fff;
}

/* ФОН */
.subscribe-bg {
  position: absolute;
  inset: 0;
  background: url("../img/BG.webp") center no-repeat;
  background-size: cover;
  transform: scale(1); /* 👈 отдаляем фон */
  z-index: 1;
}

/* СИНЯЯ ФИГУРА */
.subscribe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: #36a8e5;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 72%,
    75% 72%,
    50% 100%,
    25% 72%,
    0 72%
  );
  z-index: 2;
}

/* КОНТЕНТ */
.subscribe__content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
   font-family: 'Onest', Arial, Helvetica, sans-serif;
}

/* ЗАГОЛОВОК */
.subscribe h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}

.subscribe h2 span {
  font-family: 'Onest', sans-serif;
  font-weight: 600;
}

/* ТЕКСТ */
.subscribe p {
  margin-top: 14px;
  font-size: 16px;
  font-family: 'Onest', Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

/* LABEL */
.subscribe__label {
  display: block;
  margin: 120px 0 8px;
  text-align: left;
  font-size: 16px;
  font-family: 'Onest', Arial, Helvetica, sans-serif;
  font-weight: 600;
}

/* INPUT */
.subscribe__input {
  position: relative;
}

.subscribe__input input {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: none;
  padding: 0 48px 0 14px;
  font-size: 14px;
}

.subscribe__input input::placeholder {
  color: #999;
}

/* КНОПКА СО СТРЕЛКОЙ */
.subscribe__input button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe__input button svg {
  display: block; /* 👈 убирает baseline-смещение */
}




.footer {
  background: #162243;
  color: #fff;
  font-family: 'Onest', sans-serif;
  margin: 20px;
  border-radius: 30px;
}

.footer-inner {
  padding: 64px 72px;
}

/* GRID */
.footer-columns {
  display: grid;
  grid-template-columns: 240px 1fr 320px;
  gap: 80px;
  align-items: start;
}

/* LOGO */
.footer-logo img {
  width: 170px;
}

/* HEADERS */
.footer-col h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li + li {
  margin-top: 2px;
}

.footer-col a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity .2s ease;
}

.footer-col a:hover {
  opacity: 1;
}

/* SHOP — 2 COLUMNS */
.footer-col--shop ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 12px;
}

.footer-col--info ul {
  display: grid;
  row-gap: 6px;
}

/* PAYMENTS */
.payments {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 48px;
}

.payments svg {
  height: 26px;
}

/* MOBILE */
@media (max-width: 900px) {
  .footer-inner {
    padding: 40px 24px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-col--shop ul {
    grid-template-columns: 1fr;
  }

  .payments {
    margin-top: 32px;
  }
}

.copyright {
	margin-top: 10px;
  font-size: 11px;
  font-family: 'Onest', sans-serif;
  opacity: 0.85;
}

.why-us {
  padding: 40px 20px;
  background: #fff;
  font-family: 'Onest', sans-serif;
}

/* HEADER */
.why-us__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.why-us__title {
  font-size: 22px;
  font-weight: 600;
  color: #2d2f2f;
}

.why-us__title span {
  color: #2fa5ed;
}

.why-us__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2fa5ed;
  text-decoration: none;
}

.why-us__more .arrow {
  display: inline-flex;
}
.arrow {
  display: inline-flex;
  text-align:center;
}
/* CARDS */
.why-us__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-card {
  background: #eef7fd;
  border-radius: 24px;
  padding: 16px;
  text-align: center;
}

/* ICON */
.why-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #2fa5ed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.why-card__icon img {
  width: 80%;
}

/* TEXT */
.why-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #2d2f2f;
  margin-bottom: 12px;
  line-height: 1.3;
}

.why-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #6b6f72;
  font-weight: 300;
}

.popular {
  padding: 40px 20px;
  font-family: 'Onest', sans-serif;
}

/* HEADER */
.popular__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.popular__title {
  font-size: 22px;
  font-weight: 600;
  color: #2d2f2f;
}

.popular__all-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* расстояние между текстом и стрелкой */
}

.popular__all {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #2fa5ed;
}

.arrow {
  display: flex;
  align-items: center;
  pointer-events: none; /* стрелка НЕ кликабельна */
}


/* LIST */
.popular__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* CARD */
.popular-card {
  position: relative;
  background: #fff4e1;
  border-radius: 24px;
  padding: 20px;
  min-height: 140px;
  overflow: hidden;
}

.popular-card:hover {
  background: #EAF5FC;
}

.popular-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2d2f2f;
  max-width: 65%;
  line-height: 1.3;
}

/* IMAGE */
.popular-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
  height: auto;
  pointer-events: none;
}

/* MOBILE FIX — обязательно */
.popular-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popular-right__top,
.popular-right__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}





.products {
  padding: 40px 16px;
  font-family: 'Onest', sans-serif;
}

.products__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.products__header h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Onest', sans-serif;
  color: #2d2f2f;
  line-height: 1.2;
}

.products__all {
  color: #2fa5ed;
  font-weight: 600;
  font-size:18px;
  text-decoration: none;
  align-items: center;
}

/* GRID */
/* MOBILE (по умолчанию) */
.products__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* DESKTOP */
@media (min-width: 1024px) {
  .products__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  
  .lang-current {
  border: none;
}
  
}


.product-card {
  background: #fff;
  border-radius: 20px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: 'Onest', sans-serif;
}

/* ICONS — В РЯД */
.product-card__icons {
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  gap: 6px;
  z-index: 3;
}

.product-card__icons img {
  width: 28px;
  height: 28px;
  max-height: 28px;
  padding: 3px;
  background: #E0F3FF;
  border-radius: 50%;
}


/* IMAGE */
.product-card__image {
  margin-top: 28px;
  height: 160px;
  overflow: hidden;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;            /* ← ВАЖНО */
}

/* IMAGE */
.product-card__image img {
  height: 160px;
  max-width: 100%;        /* ← КЛЮЧ */
  width: auto;
  object-fit: cover;
}



/* DISCOUNT BADGE */
.product-card__discount {
  position: absolute;
  left: 6px;
  bottom: 6px;
  color: #000;

  background: #ffcc00;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 10px;

  z-index: 2;
}

/* TITLE */
.product-card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 12px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* DESCRIPTION */
.product-card__desc {
  font-size: 14px;
  color: #727b91;
  line-height: 1.35;
  margin-top: 6px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* WEIGHT */
.product-card__weight {
  font-size: 13px;
  color: #9aa0a6;
  margin-top: 5px;
  margin-bottom: 12px;
}

/* CTA BUTTON (PRICE INSIDE) */
.product-card__btn {
  margin-top: auto;
  height: 44px;
  border-radius: 22px;
  border: none;
  padding: 11px 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  font-weight: 500;
  cursor: pointer;
  


}
.product-card__btn:active {
  /* Затухание: уменьшение непрозрачности */
  opacity: 0.7;
  /* Дополнительный эффект: небольшое уменьшение размера */
  transform: scale(0.92); 
}





/* PRICE BLOCK */
.product-card__btn-price {
	font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-card__btn-old {
  font-size: 14px;
  font-weight: 400;
  color: #bebabb;
  text-decoration: line-through;
}

.product-card__btn-current {
  font-size: 16px;
  font-weight: 500;
}

/* PLUS */
.product-card__btn-plus {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  transition:
    color 0.6s ease,
}

/* NORMAL */
.product-card__btn--normal {
  background: #F2F9FF;
  color: #2fa5ed;
}

/* DISCOUNT */
.product-card__btn--discount {
  background: #fff4f5;
  color: #e50101;
}



.ticker {
  width: 100%;
  overflow: hidden;
  background: #ffe900;
  padding: 17px 0;
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: tickerMove 20s linear infinite;
}

.ticker__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
  white-space: nowrap;
}

.ticker__item span {
  font-size: 18px;
  font-weight: 600;
  color: #2d2f2f;
  font-family: 'Onest', sans-serif;
}

/* СНЕЖИНКА */
.ticker__item img {
  width: 36px;
  height: 36px;
  fill: #2d2f2f;
}

/* АНИМАЦИЯ */
@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.promo {
  padding: 24px 16px;
}

/* КОНТЕЙНЕР */
.promo__slider {
  max-width: 520px;
  margin: 0 auto;
}

/* ОБЛАСТЬ СЛАЙДОВ */
.promo__track {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.promo__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media (min-width: 1024px) {
.promo__slide {
  max-height: 500px;
}
}

.promo__slide.active {
  opacity: 1;
  position: relative; /* ← активный задаёт высоту */
}

.promo__slide img {
  width: 100%;
  height: auto;
  display: block;
}




/* НАВИГАЦИЯ */
.promo__nav {
  margin-top: 16px;
  display: flex;
  justify-content: center;   /* ← ЦЕНТР */
  align-items: center;
  gap: 16px;                 /* расстояние между элементами */
}


/* СТРЕЛКИ */
.promo__arrow {
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  border: 1px solid #2fa5ed;
  background: #fff;

  padding: 0;
  cursor: pointer;
}

/* SVG внутри кнопки */
.promo__arrow-icon {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: #2fa5ed;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;

  display: block;
}


/* ТОЧКИ */
.promo__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promo__dot {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* АКТИВНЫЙ СЛАЙД — СИНЯЯ ЛИНИЯ */
.promo__dot.active {
  width: 28px;
  height: 6px;
  background: #2fa5ed;
  border-radius: 6px;
}

.enjoy-banner {
  margin: 20px;
  align-items: center;
  
  margin-bottom: 56px;
  border-radius: 28px;
  overflow: hidden;
  padding: 20px 0;
  background: url("../img/749-1.webp") center / cover no-repeat;

  font-family: 'Onest', sans-serif;
  color: #ffffff;
}

/* КОНТЕНТ */
.enjoy-banner__content {
  min-height: 640px;
  padding: 32px 24px 24px;

  display: flex;
  flex-direction: column;
  align-items: center;     /* центр по горизонтали */
  text-align: center;      /* текст по центру */
}

/* ЛОГОТИП */
.enjoy-banner__logo {
  width: 190px;
  margin-top: 66px;
  margin-bottom: 16px;
}

/* ЗАГОЛОВОК */
.enjoy-banner__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* ОСНОВНОЙ ТЕКСТ */
.enjoy-banner__text {
  font-size: 16px;
  font-family: 'Onest', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 420px;
}

/* ВТОРИЧНЫЙ ТЕКСТ */
.enjoy-banner__text--secondary {
  font-size: 16px;
  font-family: 'Onest', sans-serif;
  opacity: 0.95;
  max-width: 420px;
  font-weight: 600;
  margin-top: 40px; /* толкает кнопку вниз */
}

/* КНОПКА */
.enjoy-banner__button {
  width: 100%;                 /* как в макете */
  max-width: 420px;

  background: #ffe600;
  color: #1f1f1f;

  border-radius: 16px;
  padding: 18px 20px;

  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 86px;

  display: flex;
  align-items: center;
  justify-content: space-between; /* ← ТЕКСТ СЛЕВА, СТРЕЛКА СПРАВА */

  box-sizing: border-box;
}

/* ТЕКСТ */
.enjoy-banner__button-text {
  white-space: nowrap;
}

/* ИКОНКА */
.enjoy-banner__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}



/* HEADER */
.fx-header {
  background: #ffffff;
}

/* CONTAINER — КАК У SHOPIFY */
.fx-header__inner {
 max-width: none;
  width: 90%;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  height: 72px;
}

/* LOGO */
.fx-header__logo {
  flex-shrink: 0;
}

.fx-header__logo img {
  height: 42px;
  display: block;
}

/* NAV — ЕДИНСТВЕННЫЙ РАСТЯГИВАЕМЫЙ */
.fx-header__nav {
  display: flex;
  gap: 32px;
  margin-left: 36px;

  flex: 1 1 auto;
  min-width: 0;
}

.fx-header__link {
  font-size: 16px;
  font-family: 'Onest', sans-serif;
  font-weight: 500;
  color: #2d2f2f;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

.fx-header__link:hover {
  color: #2fa5ed;
}

/* ACTIONS — ПРИЛИПАЮТ СПРАВА */
.fx-header__actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* LANG */
.fx-header__lang {
  display: flex;
  align-items: center;
}



.lang-current img {
  width: 18px;
  height: 12px;
}

/* ICON BUTTONS */
.fx-header__icon {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  line-height: 1;
}

.fx-header__icon svg {
  display: block;
}

.fx-header__icon {
  position: relative;
}

/* BADGE */
.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;

  min-width: 17px;
  height: 17px;
  padding: 0 4px;

  background: #121212;
  color: #fff;
  font-family: 'Onest', sans-serif;

  border-radius: 999px;
  font-size: 9px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;

  display: none;
  pointer-events: none;
}



.fx-catbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  max-width: none;
  width: 95%;
   margin: 0 auto;
  background: #fff;
}

/* СТРЕЛКИ — ФИКСИРОВАНЫ */
.fx-catbar__arrow {
  width: 36px;
  height: 36px;
  flex-shrink: 0;              /* ❗ НЕ СЖИМАТЬ */
  border-radius: 50%;
  border: 1px solid #2fa5ed;
  background: #fff;
  color: #2fa5ed;
  font-size: 20px;
  cursor: pointer;
}

/* VIEWPORT — ОБРЕЗАЕТ */
.fx-catbar__viewport {
  flex: 1;
  overflow: hidden;            /* ❗ ОБРЕЗКА */
}
.fx-catbar__portal {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.fx-catbar__portal .fx-catbar__dropdown {
  pointer-events: auto;
}


/* TRACK — ЕДЕТ */
.fx-catbar__track {
  display: flex;
  gap: 28px;
  width: max-content;          /* ❗ ВАЖНО */
  overflow: visible;           /* dropdown работает */
  scroll-behavior: smooth;
}




.fx-catbar__item {
  position: relative;
  padding: 11px 18px;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 500;
  color: #162243;
  cursor: pointer;
  white-space: nowrap;
  background: #f2f9ff;
}

.fx-catbar__main {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fx-catbar__main img {
  width: 20px;
  height: 20px;
}

/* стрелка */
.fx-catbar__chevron {
  width: 6px;
  height: 6px;
  border-right: 2px solid #2fa5ed;
  border-bottom: 2px solid #2fa5ed;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-left: 6px;
}

.fx-catbar__arrow-icon {
  width: 16px;
  height: 16px;

  stroke: #2d2f2f;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;

  margin-left: 6px;
transform: rotate(-90deg);
margin-top: 1px;
  transition: transform 0.25s ease;
}

/* открыто — стрелка вверх */
.fx-catbar__item.open .fx-catbar__arrow-icon {
  transform: rotate(90deg);
  margin-top: 0;
}


/* при открытом дропдауне */
.fx-catbar__item.open .fx-catbar__chevron {
  transform: rotate(-135deg); /* вверх */
}


/* DROPDOWN */
.fx-catbar__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  background: #F2F9FF;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 12px;
  display: none;
  min-width: 220px;
  z-index: 100;
}
.fx-catbar__item {
  position: relative;
}

.fx-catbar__track {
  overflow: visible; /* ❗ КРИТИЧНО */
}

.fx-catbar__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

.fx-catbar__item.open .fx-catbar__dropdown {
  display: block;
}

.fx-catbar__sub {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  text-decoration: none;
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #162243;
  border-radius: 8px;
}

.fx-catbar__sub:hover {
  background: #f5f7f9;
}

.fx-catbar__sub img {
  width: 40px;
  height: 40px;
}


.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px 0;
}

.pagination__page,
.pagination__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #2FA5ED;
  background: #fff;
  color: #2FA5ED;
  cursor: pointer;
  font-size: 16px;
}

.pagination__page.active {
  background: #2FA5ED;
  color: #fff;
}

.pagination__arrow:disabled {
  opacity: 0.4;
  cursor: default;
}



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

  .footer-logo img {
    margin-bottom: 32px;
  }
}


@media (min-width: 1024px) {
.product-card__icons img {
  width: 32px;
  height: 32px;
  max-height: 32px;
}
.product-card__current {
font-size: 20px;
}

  /* убираем фиксированную ширину */
  .fx-header__lang .lang-switcher {
    width: auto;
	margin-left: 32px;
	position: sticky;
  }
  

  /* убираем лишний отступ текста */
  .fx-header__lang .lang-label {
    margin-right: 6px;
  }

  /* делаем кнопку компактной */
  .fx-header__lang .lang-current {
    padding: 0;
    background: transparent;
  }
}

@media (min-width: 1024px) {
  .lang-current {
    background: transparent;
    color: #2d2f2f;
    padding: 0;
  }

  .lang-arrow {
    border-color: #2d2f2f;
  }

  .lang-dropdown {
    top: 100%;
	min-width:140px;
    bottom: auto;
    margin-top: 8px;
  }
}

@media (max-width: 1023px) {
  .lang-switcher {
    position: fixed;     /* вместо sticky */
    bottom: 100px;
    left: 16px;         /* по желанию */
    z-index: 9999;
    isolation: auto;     /* или просто убрать */
  }
  .lang-current img {
  width: 20px;
  height: 20px;
}
}


@media (min-width: 1024px) {
.main{
padding: 10px 60px;
}
  /* ОСНОВНАЯ СЕТКА */
  .popular__list {
    display: grid;
    grid-template-columns: 1.7fr 2fr;
    gap: 20px;
	font-size: 32px;
    align-items: stretch;
  }
  
  .popular__title {
  font-size: 32px;
  font-weight: 600;
  color: #2d2f2f;
}
  

  /* БОЛЬШАЯ ЛЕВАЯ КАРТОЧКА */
  .popular-card--big {
    height: 100%;
    padding: 32px;
  }

  .popular-card--big h3 {
	  font-size: 22px;
    max-width: 60%;
  }

  .popular-card--big img {
	  width: 460px;     /* ← контролируемый размер */
	  max-width: none;
	  bottom: 0;
	  right: 0;
	}


  /* ПРАВАЯ ЧАСТЬ */
  .popular-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* ВЕРХНИЙ РЯД — 2 КАРТОЧКИ */
  .popular-right__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* НИЖНИЙ РЯД — 3 КАРТОЧКИ (ЦЕНТР ШИРЕ) */
  .popular-right__bottom {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
    gap: 20px;
  }

  /* ОБЩИЙ СТИЛЬ КАРТОЧЕК СПРАВА */
  .popular-right .popular-card {
    min-height: 220px;
    padding: 24px;
  }

  .popular-right .popular-card h3 {
    font-size: 22px;
    max-width: 65%;
  }

  /* КАРТИНКИ — УВЕЛИЧЕНЫ И НЕ ЗАВИСЯТ ОТ ШИРИНЫ КАРТОЧКИ */
  .popular-right .popular-card img {
    width: 220px;      /* ← один размер для всех */
  max-width: none;
  height: auto;
    bottom: -10px;
    right: -10px;
  }

  /* ЦЕНТРАЛЬНАЯ НИЖНЯЯ КАРТОЧКА — КРУПНЕЕ КАРТИНКА */
  .popular-right__bottom .popular-card:nth-child(2) img {
  }
  
  


  .why-us {
    padding-bottom: 60px;
  }
.why-us__title {
  font-size: 32px;
}
  .why-us__header {
    margin-bottom: 40px;
  }

  /* СЕТКА 3×2 */
  .why-us__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .why-card {
    padding: 32px;
    text-align: left;
    min-height: 260px;
  }

  /* ИКОНКА СЛЕВА */
  .why-card__icon {
    margin: 0 0 24px 0;
  }

  .why-card__icon img {
    width: 80%;
  }

  .why-card__title {
    font-size: 20px;
  }

  .why-card__text {
    font-size: 16px;
    max-width: 90%;
  }
  .subscribe {
    min-height: 420px;
    padding: 0;
    display: flex;
    align-items: stretch;
  }

  /* ФОН */
  .subscribe-bg {
    width: 50%;
    left: auto;
    right: 0;
    transform: scale(1.05);
  }

  /* СИНЯЯ ФИГУРА — ДЕСКТОП */
  .subscribe::before {
    width: 55%;
    height: 100%;
    clip-path: polygon(
      0 0,
      100% 0,
      90% 50%,
      100% 100%,
      0 100%
    );
  }

  /* КОНТЕНТ */
  .subscribe__content {
    max-width: 520px;
    margin: 0;
    padding: 60px 40px 60px 80px;
    text-align: left;
  }

  /* ТИПОГРАФИКА */
  .subscribe h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .subscribe p {
    font-size: 18px;
    max-width: 420px;
  }

  /* ФОРМА */
  .subscribe__label {
    margin-top: 48px;
    color: #fff;
  }

  .subscribe__input {
    max-width: 420px;
  }

  .subscribe__input input {
    height: 52px;
    font-size: 16px;
    border-radius: 14px;
    padding-right: 56px;
  }

  .subscribe__input button {
    right: 16px;
  }
  .products__header h2 {
  font-size: 32px;
  margin-bottom:20px;
}
.promo {
    padding: 40px 0;
  }

  /* контейнер шире */
  .promo__slider {
    max-width: 1700px;
	width: 90%;
  }

  /* баннер визуально «плоский», как в макете */
  .promo__track {
    border-radius: 32px;
  }

  /* изображения не растягиваются, а занимают своё место */
  .promo__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* навигация чуть ниже и просторнее */
  .promo__nav {
    margin-top: 24px;
    gap: 20px;
  }

  /* стрелки крупнее */
  .promo__arrow {
    width: 44px;
    height: 44px;
  }

  .promo__arrow-icon {
    width: 20px;
    height: 20px;
  }

  /* точки крупнее */
  .promo__dot {
    width: 8px;
    height: 8px;
  }

  .promo__dot.active {
    width: 32px;
    height: 6px;
  }
  .enjoy-banner {
    border-radius: 32px;

    /* разворачиваем фон горизонтально */
    background: url("../img/749-1.webp") center / cover no-repeat;
  }

  .enjoy-banner__content {
    padding: 0;
    justify-content: center; /* вертикальное центрирование */
  }

  /* ЛОГОТИП */
  .enjoy-banner__logo {
    width: 200px;
    margin-bottom: 40px;
  }

  /* ЗАГОЛОВОК */
  .enjoy-banner__title {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  /* ТЕКСТЫ */
  .enjoy-banner__text,
  .enjoy-banner__text--secondary {
    max-width: 900px;
    font-size: 17px;
  }

  .enjoy-banner__text--secondary {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* КНОПКА */
  .enjoy-banner__button {
    max-width: 320px;
    padding: 18px 24px;
    font-size: 16px;
  }
}

/* MOBILE — по умолчанию */
.fx-header,
.fx-catbar {
  display: none;
}





@media (min-width: 1024px) {
  .header,
  .icon-menu {
    display: none;
  }

  .fx-header,
  .fx-catbar {
    display: flex;
  }
}


.newsletter {
  margin: 40px 20px;
}

.newsletter-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* CARD */
.newsletter-card {
  position: relative;
  background: #F2F9FF;
  border-radius: 28px;
  padding: 48px;
  overflow: hidden;
}

.newsletter-card h2 {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #0B1F44;
}

.newsletter-card p {
  font-size: 14px;
  font-family: "Onest", sans-serif;
  line-height: 1.5;
  color: #2C3E60;
  max-width: 420px;
  margin-bottom: 32px;
}

/* BACKGROUND ICON */
.newsletter-bg-icon {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 470px;
  opacity: 0.25;
  transform: rotate(-12deg);
  pointer-events: none;
}

/* FORM */
.newsletter-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 6px;
  max-width: 420px;
}

.newsletter-form input {
  border: none;
  outline: none;
  padding: 14px 18px;
  flex: 1;
  font-size: 16px;
}

.newsletter-form button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #2DA5F3;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(45,165,243,.35);
}

/* IMAGE */
.newsletter-media {
  border-radius: 28px;
  overflow: hidden;
}

.newsletter-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* DESKTOP */
@media (min-width: 1024px) {
  .newsletter-layout {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .newsletter-card {
    padding: 64px;
  }

  .newsletter-card h2 {
    font-size: 38px;
  }
  .newsletter-card p {
  font-size: 18px;
}
}


.benefits {
  margin: 40px 20px;
}

.benefits-layout {
  position: relative;
  background: linear-gradient(180deg, #39A9F1 0%, #2F9EE6 100%);
  border-radius: 32px;
  padding: 48px 32px 56px;
  overflow: hidden;
}

/* CONTENT */
.benefits-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.benefits h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 700;
}

.benefits-subtitle {
  color: #EAF6FF;
  font-size: 15px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  margin-bottom: 32px;
}

/* FEATURES */
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 60px;
}

.benefits-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

/* ICON CIRCLE */
.benefits-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefits-icon img {
  width: 48px;
  height: 48px;
}

/* DECOR IMAGE */
.benefits-decor {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 210px;
  pointer-events: none;
  transform: rotate(12deg);
}

.benefits-decor img {
  width: 100%;
  display: block;
}

/* DESKTOP */
@media (min-width: 1024px) {
  .benefits-layout {
    padding: 72px 80px;
    min-height: 420px;
  }

  .benefits h2 {
    font-size: 38px;
  }

  .benefits-subtitle {
    font-size: 16px;
    margin-bottom: 48px;
  }

  .benefits-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 56px;
	max-width: 480px;
	padding-bottom:0;
  }

  .benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    max-width: none;
    gap: 16px;
    font-size: 15px;
    line-height: 1.4;
	max-width: 156px;
  }

  .benefits-icon {
    width: 56px;
    height: 56px;
  }

  .benefits-icon img {
    width: 56px;
    height: 56px;
  }

  .benefits-decor {
    width: 460px;
    right: -60px;
    bottom: -60px;
  }
}

.delivery-banner {
  margin: 40px 20px;
}

.delivery-banner__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;

  background: #F2F9FF;
  border-radius: 32px;
  padding: 32px 40px;
}

/* ICON */
.delivery-banner__icon img {
  width: 96px;
  height: auto;
  display: block;
}

/* CONTENT */
.delivery-banner__content h3 {
  margin: 0 0 8px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0B1F44;
}

.delivery-banner__content p {
  margin: 0;
  max-width: 520px;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  line-height: 1.5;
  color: #2C3E60;
}

/* BUTTON */
.delivery-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 32px;
  background: #FFFFFF;
  color: #2DA5F3;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(45,165,243,0.15);
  transition: transform .2s ease, box-shadow .2s ease;
}

.delivery-banner__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(45,165,243,0.22);
}

/* MOBILE */
@media (max-width: 900px) {
  .delivery-banner__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .delivery-banner__icon img {
    margin: 0 auto;
    width: 72px;
  }


  .delivery-banner__content p {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
	.delivery-banner__content h3 {
  font-size: 24px;
}
}
.categories {
  padding: 24px 20px 40px;
  font-family: "Onest", sans-serif;
}

.categories-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  mask-image: none;
}

/* CARD */
.category-card {
  position: relative;
  border-radius: 28px;
  padding: 26px;
  min-height: 220px;
  overflow: hidden;
  color: #fff;
}

/* КЛИК НА КАРТОЧКУ */
.category-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* CONTENT */
.category-content {
  position: relative;
  z-index: 2;
}

.category-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  max-width: 160px;
}

/* TAGS */
.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-tags a {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #00000014;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;

  position: relative;
  z-index: 3; /* выше category-link */
}

/* IMAGE */
.category-card img {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 85%;
  max-width: 170px;
  z-index: 0;
  pointer-events: none;
}

/* COLORS */
.bg-blue { background: #3FA9F5; }
.bg-pink { background: #FF92C2; }
.bg-orange { background: #FFB83F; }
.bg-cyan { background: #6FD0E9; }
.bg-green { background: #71D17A; }
.bg-red { background: #FF5A3D; }
.bg-indigo { background: #4F78E0; }
.bg-lime { background: #B5E167; }
.bg-beige { background: #E3C7AF; }
.bg-purple { background: #9B63B6; }

/* BUTTON */
.categories-btn {
  display: block;
  margin: 32px auto 0;
  padding: 16px 32px;
  background: #2DA5F3;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  width: fit-content;
}

/* DESKTOP */
@media (min-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .category-card {
    min-height: 260px;
  }

  .category-content h3 {
    font-size: 20px;
  }
}
/* HEADER */
.categories-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

/* ARROWS */
.categories-arrows {
  display: flex;
  gap: 12px;
}

.categories-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-arrow.prev svg {
  transform: rotate(180deg);
}

/* ===== DESKTOP BEHAVIOUR ===== */
@media (min-width: 1024px) {

  .categories-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-behavior: smooth;
  }

  .category-card {
    flex: 0 0 226px;   /* 🔥 меньше — больше карточек */
    min-height: 280px;
  }

  .category-card img {
    max-width: 180px;
    right: -24px;
    bottom: -24px;
  }

  .categories-grid::-webkit-scrollbar {
    display: none;
  }


  .category-content h3 {
    font-size: 18px;
    max-width: none;
  }
  
  

}






/* на мобилке не нужно */
@media (max-width: 1023px) {
  .categories-slider::after {
    display: none;
  }
  
  .categories-slider::before {
    display: none;
  }
  .categories-arrows {
    display: none;
  }
  

}



.partners {
  padding: 60px 20px;
  text-align: center;
  font-family: "Onest", sans-serif;
}

.partners-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0B1F44;
}

/* TRACK */
.partners-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
}

/* LOGOS */
.partners-track img {
  max-height: 42px;
  width: auto;
  opacity: 0.4;
  transition: opacity .3s ease;
}

.partners-track img:hover {
  opacity: 0.7;
}

/* MOBILE — SCROLL */
@media (max-width: 768px) {
  .partners-track {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 20px;
    gap: 40px;
  }

  .partners-track::-webkit-scrollbar {
    display: none;
  }
  
  .partners-track img {
  max-height: 64px;
}
}
@media (min-width: 1200px) {
  
  .partners-track img {
  max-height: 64px;
}
}


.cs-slider {
  display: flex;
  gap: 12px;
  padding: 16px;
  overflow-x: auto;
}

.cs-slider::-webkit-scrollbar {
    display: none;
  }
/* CARD */
.cs-card {
  min-width: 135px;
  background: #F2F9FF;
  border-radius: 18px;
  padding: 12px;
  height: 95px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}


/* TOP ROW */
.cs-card__top {
  display: flex;
  justify-content: space-between;
}

/* ICON */
.cs-card__icon {
  width: 20px;
  height: 20px;
}

/* ARROW */
.cs-card__arrow {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #0b1a33;
  stroke-width: 2;
  transition: transform 0.2s ease;
}

.cs-card.is-open .cs-card__arrow {
  transform: rotate(180deg);
  stroke: #41ACEF;
}

/* TITLE */
.cs-card__title {
  margin-top: 14px;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: #0b1a33;
  margin-top: auto; 
}

/* DROPDOWN */
.cs-dropdown {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  font-family: "Onest", sans-serif;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  display: none;
  z-index: 1000;
  min-width: 200px;
}

.cs-dropdown a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  color: #0b1a33;
  text-decoration: none;
}

.cs-card__arrow {
  transition: transform .2s ease;
}

.cs-card.is-open .cs-card__arrow {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
.cs-slider {
  display: none;
}
}

.category-card {
  position: relative;
  text-decoration: none;
}

.category-card-link {
  position: absolute;
  inset: 0;
}

.category-tags {
  pointer-events: none;
}

.category-tags a {
  pointer-events: auto;
}


.promo__slide {
  pointer-events: none;
}

.promo__slide.active {
  pointer-events: auto;
}


