@charset "UTF-8";
:root {
  --primary: #e6e6e6;
}

:root {
  --secondary: #f5141f;
}

:root {
  --gray-light: #b6b6b6;
}

:root {
  --gray-light-55: rgba(182, 182, 182, 0.55);
}

/* Involve — основной шрифт */
@font-face {
  font-family: "Involve";
  src: url("fonts/Involve-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("fonts/Involve-Medium.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("fonts/Involve-MediumOblique.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("fonts/Involve-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("fonts/Involve-SemiBoldOblique.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("fonts/Involve-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("fonts/Involve-BoldOblique.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Montserrat Ace — акцентный шрифт */
@font-face {
  font-family: "Montserrat Ace";
  src: url("fonts/Montserrat-Ace-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

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

body {
  font-family: "Involve", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-family: "Montserrat Ace", "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
}

h2,
.h2 {
  font-family: "Involve", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
}

h3,
.h3 {
  font-family: "Involve", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}

h4,
.h4 {
  font-family: "Involve", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

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

/* =========================
   TYPOGRAPHY — RESPONSIVE
   Breakpoints: 1440 / 1200 / 1024 / 768 / 480
   ========================= */
@media (max-width: 1439px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 42px;
    line-height: 1.15;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 38px;
    line-height: 1.12;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1.1;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 1.35;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
    line-height: 1.55;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 28px;
    line-height: 1.08;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 17px;
  }
  h4,
  .h4 {
    font-size: 15px;
  }
  p {
    font-size: 14px;
    margin-bottom: 0.9rem;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 13.5px;
  }
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.06;
    letter-spacing: 0.01em;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 90px;
  padding-right: 90px;
  background-color: #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 70px;
}

/* Шапка: размеры лого и иконки ЛК зафиксированы (не менять без явного ТЗ). */
.header__logo img {
  display: block;
  width: 111px;
  max-width: 111px;
  height: auto;
}

.header__nav {
  flex: 1;
}

.header__nav-list {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.header__nav-link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
}
.header__nav-link:hover {
  color: #f5141f;
}

.header__nav-link--current,
.header__nav-link.header__nav-link--current {
  color: #f5141f;
  font-weight: 700;
}

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

.header__icon img {
  width: 26px;
  height: 26px;
  transition: 0.2s;
}
.header__icon img:hover {
  transform: scale(1.1);
}

.header__login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}
.header__login-btn:hover {
  background-color: #000;
  color: #ffffff;
}

.header__login-btn--user {
  padding: 8px 12px;
  line-height: 0;
}

.header__login-btn--user img {
  width: 15px;
  height: 15px;
  display: block;
}

.header__login-btn--user:hover img {
  filter: brightness(0) invert(1);
}

.header__burger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
}

.header__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  border-radius: 2px;
  transition: 0.25s ease;
}

.header__burger span:nth-child(1) {
  top: 0;
}

.header__burger span:nth-child(2) {
  top: 10px;
}

.header__burger span:nth-child(3) {
  bottom: 0;
}

/* ===== MOBILE MENU (new) ===== */
.header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9998;
}

.header__mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 88vw;
  height: 100vh;
  background: #e6e6e6;
  z-index: 10000;
  padding: 90px 18px 18px;
  overflow: auto;
}

.header__mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header__mobile-link {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 500;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
}

.header__mobile-link:hover {
  background: rgba(255, 255, 255, 0.8);
}

.header__mobile-link--current {
  background: rgba(245, 20, 31, 0.12);
  color: #f5141f;
  font-weight: 700;
}

.header.is-menu-open .header__overlay {
  display: block;
}

.header.is-menu-open .header__mobile {
  display: block;
}

.header__burger {
  position: relative;
  z-index: 10001;
}

.header__mobile-contacts {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: flex-start;
  gap: 22px;
}

.header__mobile-icon img {
  width: 22px;
  height: 22px;
}

body.is-lock {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .header__contact-icons .header__icon {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__inner {
    gap: 40px;
  }
  .header__nav-list {
    gap: 24px;
  }
  .header__burger {
    display: block;
  }
  .header__nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
  .header__inner {
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .header .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__inner {
    align-items: center;
  }
  /* логотип — ок */
  .header__logo img {
    max-width: 120px;
  }
  /* иконки мессенджеров */
  .header__contact-icons {
    gap: 14px;
  }
  .header__icon img {
    width: 22px;
    height: 22px;
  }
  /* кнопка входа компактная */
  .header__login-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .header__logo img {
    max-width: 100px;
  }
  .header__contact-icons {
    gap: 10px;
  }
  .header__login-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.contacts {
  padding: 120px 90px 80px;
  background-color: #e6e6e6;
  border-radius: 30px 30px 0 0;
}

.contacts__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 48px 56px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contacts__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.contacts__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #f5141f;
}

.contacts__subtitle {
  font-size: 16px;
  line-height: 1.5;
  max-width: 460px;
}

.contacts__btn {
  align-self: flex-start;
}

.contacts__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: stretch;
}

.contacts__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.contacts__columns--lk-single {
  grid-template-columns: minmax(0, 1fr);
}

.contacts__col-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contacts__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__list a {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
.contacts__list a:hover {
  color: #f5141f;
}

.contacts__label {
  display: block;
  font-size: 14px;
  color: #777;
}

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

.contacts__map {
  flex: 1;
  min-height: 260px;
  background-color: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.contacts__address {
  font-size: 14px;
  line-height: 1.5;
}

.contacts__bottom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 13px;
}

.contacts__policy {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}
.contacts__policy:hover {
  border-bottom-color: #000;
}

/* =========================
   < 1200px (laptop: 1199)
   2 колонки контактов + карта снизу
========================= */
@media (max-width: 1199px) {
  .contacts {
    padding: 100px 40px 70px;
  }
  .contacts__inner {
    padding: 40px 36px 32px;
    gap: 32px;
  }
  /* ВАЖНО: делаем body одной колонкой,
     чтобы блок с картой ушёл вниз */
  .contacts__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  /* Контакты остаются в 2 колонки */
  .contacts__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  /* Правый блок (карта+адрес) — теперь снизу */
  .contacts__right {
    width: 100%;
  }
  .contacts__map {
    min-height: 280px;
  }
}
/* =========================
   < 1024px (tablet: 1023)
   2 колонки + карта снизу
========================= */
@media (max-width: 1023px) {
  .contacts {
    padding: 80px 24px 60px;
  }
  .contacts__inner {
    padding: 32px 24px;
    gap: 28px;
  }
  .contacts__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .contacts__subtitle {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .contacts__body {
    grid-template-columns: 1fr; /* карта вниз */
    gap: 24px;
  }
  .contacts__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* две колонки */
    gap: 20px;
  }
  .contacts__col-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .contacts__map {
    min-height: 260px;
  }
}
/* =========================
   < 768px (tablet-sm: 767)
   2 колонки (если влазит) + карта снизу
========================= */
@media (max-width: 767px) {
  .contacts {
    padding: 70px 16px 50px;
    border-radius: 22px 22px 0 0;
  }
  .contacts__inner {
    padding: 26px 16px;
    border-radius: 18px;
    gap: 22px;
  }
  .contacts__body {
    gap: 20px;
  }
  /* ДВЕ КОЛОНКИ сохраняем, но делаем компактнее */
  .contacts__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .contacts__label {
    font-size: 13px;
  }
  .contacts__map {
    min-height: 230px;
    border-radius: 14px;
  }
  .contacts__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
/* =========================
   < 480px (mobile: 479)
   На телефоне 2 колонки обычно ломают читабельность,
   поэтому делаем 1 колонку + карта снизу.
   (Если принципиально оставить 2 — скажи, оставлю)
========================= */
@media (max-width: 479px) {
  .contacts {
    padding: 60px 12px 40px;
    border-radius: 18px 18px 0 0;
  }
  .contacts__inner {
    padding: 22px 14px;
    gap: 18px;
  }
  .contacts__columns {
    grid-template-columns: 1fr; /* читабельно на 360–420px */
    gap: 14px;
  }
  .contacts__map {
    min-height: 200px;
  }
}
.why {
  background-color: rgba(230, 230, 230, 0.35);
  border-radius: 30px 30px 0 0;
  padding: 60px 90px 0;
  margin: 75px 0 0;
}

.why__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 60px;
}

.why__title {
  padding-top: 150px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.why__title-accent {
  color: #f5141f;
}

.why__text {
  line-height: 1.55;
  margin-bottom: 16px;
  font-size: 22px;
}

.why__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 140px;
  padding-left: 0;
  align-content: start;
}

.why-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.why-card__icon img {
  width: 48px;
  height: auto;
  display: block;
}

.why-card__title {
  font-weight: 600;
}

.why-card__text {
  font-size: 16px;
  line-height: 1.45;
}

.why-card--accent {
  background: #f5141f;
  color: #fff;
}
.why-card--accent .why-card__text,
.why-card--accent .why-card__title {
  color: #fff;
}

.why-card--rotated {
  transform: rotate(-3deg);
}

.why-card--rotated:hover {
  transform: rotate(-3deg) translateY(-4px);
}

.why-card--dark {
  background: #000;
  color: #fff;
}
.why-card--dark .why-card__text,
.why-card--dark .why-card__title {
  color: #fff;
}

.why__title-text-accent {
  color: #f5141f;
  font-weight: 600;
}

/* =========================
   BREAKPOINTS
   ========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .why {
    padding: 54px 60px 0;
  }
  .why__inner {
    gap: 44px;
  }
  .why__title {
    padding-top: 120px;
    font-size: 42px;
  }
  .why__text {
    font-size: 20px;
  }
  .why__cards {
    gap: 20px;
    padding-bottom: 110px;
  }
  .why-card {
    padding: 24px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .why {
    padding: 44px 40px 0;
    margin-top: 60px;
  }
  .why__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .why__title {
    padding-top: 0;
    font-size: 38px;
    margin-bottom: 14px;
  }
  .why__text {
    font-size: 18px;
  }
  .why__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 70px;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  .why {
    padding: 36px 24px 0;
    border-radius: 22px 22px 0 0;
  }
  .why__title {
    font-size: 32px;
  }
  .why__text {
    font-size: 16px;
  }
  .why__cards {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 48px;
  }
  .why-card {
    padding: 20px;
  }
  .why-card--rotated {
    transform: none;
  }
  .why-card--rotated:hover {
    transform: translateY(-4px);
  }
}
/* < 768 */
@media (max-width: 767px) {
  .why {
    padding: 28px 16px 0;
  }
  .why__title {
    font-size: 28px;
  }
  .why__text {
    font-size: 15px;
  }
  .why-card__icon img {
    width: 44px;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .why {
    padding: 24px 12px 0;
  }
  .why__title {
    font-size: 24px;
    line-height: 1.05;
  }
  .why__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .why-card {
    padding: 18px;
    border-radius: 14px;
  }
  .why-card__text {
    font-size: 14px;
  }
  .why-card__icon img {
    width: 40px;
  }
}
.manager {
  padding: 60px 90px 130px 90px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}

.container-manager {
  background-color: var(--gray-light-55);
  margin-top: -120px;
  padding: 50px 40px;
  border-radius: 30px;
}

.manager__girl {
  z-index: 3;
  margin-top: 40px;
}

.manager__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.manager__heading {
  max-width: 800px;
  margin-bottom: 200px;
}

.manager__title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.manager__title-accent {
  color: #f5141f;
  text-transform: uppercase;
}

.manager__subtitle {
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}

.manager__inner {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 30px;
}

.manager__sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.manager__sidebar-title {
  font-weight: 600;
  line-height: 1.2;
}

.manager__sidebar-note {
  margin-top: auto;
  line-height: 1.2;
  font-size: 16px;
  color: #000;
  max-width: 350px;
}

.manager__sidebar-accent {
  color: #f5141f;
  font-weight: 600;
}

.manager__intro {
  margin-bottom: 32px;
  position: relative;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 15px;
}

.manager__intro-title {
  font-weight: 700;
  color: #f5141f;
  margin-bottom: 60px;
}

.manager__intro-text {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.manager__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.manager-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.manager-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.manager-card__badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
}

.manager-card__title {
  font-weight: 400;
}

.manager-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

#card__badge {
  border-color: #f5141f;
  color: #f5141f;
}

/* < 1440 */
@media (max-width: 1439px) {
  .manager {
    padding: 54px 60px 110px;
  }
  .container-manager {
    padding: 44px 34px;
  }
  .manager__heading {
    max-width: 720px;
    margin-bottom: 160px;
  }
  .manager__title {
    font-size: 42px;
  }
  .manager__inner {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 24px;
  }
  .manager__intro {
    padding: 26px 32px;
  }
  .manager__intro-title {
    margin-bottom: 44px;
  }
  .manager-card {
    padding: 24px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .manager {
    padding: 44px 40px 90px;
    margin-top: 0;
  }
  .container-manager {
    margin-top: -90px;
    padding: 36px 26px;
    border-radius: 24px;
  }
  .manager__top {
    align-items: flex-start;
  }
  .manager__heading {
    max-width: 100%;
    margin-bottom: 90px;
  }
  .manager__title {
    font-size: 38px;
    padding-bottom: 14px;
  }
  .manager__girl {
    margin-top: 10px;
    max-width: 120px;
  }
  .manager__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .manager__sidebar {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
  .manager__sidebar-note {
    margin-top: 0;
    max-width: 420px;
  }
  .manager__intro {
    padding: 22px 22px;
  }
  .manager__intro-title {
    margin-bottom: 26px;
  }
  .manager__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .manager-card {
    padding: 22px;
  }
  .manager-card__text {
    font-size: 15px;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  .manager {
    padding: 36px 24px 70px;
    border-radius: 22px 22px 0 0;
  }
  .container-manager {
    margin-top: -70px;
    padding: 26px 18px;
    border-radius: 22px;
  }
  .manager__top {
    flex-direction: column;
    gap: 18px;
  }
  .manager__girl {
    order: 2;
    margin-top: 0;
    max-width: 180px;
  }
  .manager__heading {
    order: 1;
    margin-bottom: 0;
  }
  .manager__title {
    font-size: 32px;
    line-height: 1.1;
  }
  .manager__subtitle {
    font-size: 16px;
  }
  .manager__sidebar {
    flex-direction: column;
    gap: 12px;
  }
  .manager__sidebar-note {
    max-width: 100%;
    font-size: 15px;
  }
  .manager__intro {
    padding: 18px 16px;
    border-radius: 14px;
  }
  .manager__intro-title {
    margin-bottom: 18px;
  }
  .manager__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .manager-card {
    padding: 18px;
    border-radius: 16px;
  }
}
/* < 768 */
@media (max-width: 767px) {
  .manager {
    padding: 28px 16px 60px;
  }
  .container-manager {
    margin-top: -58px;
    padding: 20px 14px;
  }
  .manager__title {
    font-size: 28px;
  }
  .manager__subtitle {
    font-size: 15px;
  }
  .manager__intro-text,
  .manager-card__text {
    font-size: 14px;
    line-height: 1.55;
  }
  .manager-card__badge {
    padding: 6px 14px;
    font-size: 13px;
  }
  .manager__girl {
    max-width: 70px;
    margin-left: auto;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .manager {
    padding: 24px 12px 50px;
    border-radius: 18px 18px 0 0;
  }
  .container-manager {
    margin-top: -22px;
    padding: 18px 12px;
    border-radius: 18px;
  }
  .manager__title {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
  .manager__girl {
    max-width: 70px;
  }
  .manager__intro {
    padding: 16px 12px;
  }
  .manager-card {
    padding: 16px;
  }
  .manager-card__badge {
    padding: 6px 12px;
    border-radius: 16px;
  }
}
.delivery {
  padding: 80px 90px;
  background-color: #e6e6e6;
  border-radius: 30px 30px 0 0;
}

.delivery__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.delivery__content,
.delivery__map {
  flex: 1 1 50%;
}

.delivery__title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.delivery__title-accent {
  display: block;
  color: #f5141f;
}

.delivery__icons {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
}

.delivery__icon img {
  width: 70px;
  height: auto;
}

/* ===== DELIVERY adaptive ===== */
/* < 1440 */
@media (max-width: 1439px) {
  .delivery {
    padding: 70px 60px;
  }
  .delivery__inner {
    gap: 32px;
  }
  .delivery__title {
    font-size: 42px;
    line-height: 1.12;
  }
  .delivery__icon img {
    width: 64px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .delivery {
    padding: 60px 40px;
    border-radius: 24px 24px 0 0;
  }
  .delivery__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .delivery__content,
  .delivery__map {
    flex: 1 1 auto;
  }
  .delivery__map img {
    width: 100%;
    height: auto;
    display: block;
  }
  .delivery__title {
    font-size: 36px;
    line-height: 1.12;
  }
  .delivery__icons {
    gap: 18px;
    padding-bottom: 24px;
    flex-wrap: wrap;
  }
  .delivery__icon img {
    width: 58px;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  .delivery {
    padding: 50px 24px;
  }
  .delivery__title {
    font-size: 30px;
    line-height: 1.1;
  }
  .delivery__icons {
    gap: 14px;
    padding-bottom: 18px;
  }
  .delivery__icon img {
    width: 52px;
  }
}
/* < 768 */
@media (max-width: 767px) {
  .delivery {
    padding: 40px 16px;
  }
  .delivery__inner {
    gap: 18px;
  }
  .delivery__title {
    font-size: 26px;
    line-height: 1.1;
  }
  .delivery__icons {
    gap: 12px;
    padding-bottom: 16px;
    justify-content: center;
  }
  .delivery__icon img {
    width: 46px;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .delivery {
    padding: 32px 12px;
    border-radius: 20px 20px 0 0;
  }
  .delivery__title {
    font-size: 22px;
    line-height: 1.08;
  }
  .delivery__icons {
    gap: 10px;
    padding-bottom: 12px;
    margin: auto;
  }
  .delivery__icon img {
    width: 40px;
  }
}
.contact-form {
  margin-top: -60px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 90px 90px;
}

.contact-form__inner {
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 40px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  column-gap: 60px;
  align-items: stretch;
  margin-top: 40px;
}

.contact-form__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-form__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 32px;
  max-width: 570px;
}

.contact-form__title-accent {
  color: #f5141f;
}

.contact-form__image {
  margin-bottom: 32px;
}

.contact-form__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contact-form__note {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  max-width: 470px;
}

.contact-form__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  background-color: #fff;
  padding: 40px 0 40px 0;
  border-radius: 20px;
  margin: 0;
}

.form {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__submit {
  margin-top: 8px;
  align-self: flex-start;
}

.form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
  color: #000;
}

.form__checkbox input[type=checkbox] {
  margin-top: 3px;
  cursor: pointer;
}

/* ===== CONTACT FORM adaptive ===== */
/* < 1440 */
@media (max-width: 1439px) {
  .contact-form {
    padding: 80px 60px;
    margin-top: -50px;
  }
  .contact-form__inner {
    padding: 36px;
    column-gap: 40px;
    margin-top: 30px;
  }
  .contact-form__title {
    font-size: 30px;
    max-width: 520px;
  }
  .contact-form__note {
    max-width: 420px;
  }
  .form {
    max-width: 520px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .contact-form {
    padding: 70px 40px;
    margin-top: -40px;
    border-radius: 24px 24px 0 0;
  }
  .contact-form__inner {
    grid-template-columns: 1fr;
    row-gap: 24px;
    column-gap: 0;
    padding: 28px;
    border-radius: 24px;
  }
  .contact-form__title {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 18px;
    max-width: 100%;
  }
  .contact-form__image {
    margin-bottom: 18px;
    max-width: 520px;
  }
  .contact-form__note {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.35;
  }
  .contact-form__box {
    padding: 28px;
    justify-content: flex-start;
  }
  .form {
    max-width: 100%;
  }
  .form__submit {
    align-self: stretch;
  }
  .form__submit.btn {
    width: 100%;
    justify-content: center;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  .contact-form {
    padding: 60px 24px;
    margin-top: -30px;
  }
  .contact-form__inner {
    padding: 22px;
    border-radius: 22px;
    margin-top: 20px;
  }
  .contact-form__title {
    font-size: 24px;
  }
  .contact-form__box {
    padding: 22px;
    border-radius: 18px;
  }
  .form {
    gap: 16px;
  }
  .form__checkbox {
    font-size: 13px;
    line-height: 1.35;
  }
}
/* < 768 */
@media (max-width: 767px) {
  .contact-form {
    padding: 45px 16px;
    margin-top: -20px;
  }
  .contact-form__inner {
    padding: 16px;
    border-radius: 18px;
  }
  .contact-form__title {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 14px;
  }
  .contact-form__image {
    margin-bottom: 14px;
  }
  .contact-form__note {
    font-size: 14px;
  }
  .contact-form__box {
    padding: 16px;
    border-radius: 16px;
  }
  .form__checkbox {
    gap: 8px;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .contact-form {
    padding: 36px 12px;
    margin-top: -15px;
    border-radius: 20px 20px 0 0;
  }
  .contact-form__inner {
    padding: 14px;
    border-radius: 16px;
  }
  .contact-form__title {
    font-size: 20px;
    line-height: 1.12;
  }
  .contact-form__note {
    font-size: 13.5px;
    line-height: 1.35;
  }
  .contact-form__box {
    padding: 14px;
  }
  .form {
    gap: 14px;
  }
  .form__checkbox {
    font-size: 12.5px;
  }
  .form__checkbox input[type=checkbox] {
    margin-top: 2px;
  }
}
/* =====================================================
   CALC SECTION — CLEAN VERSION
===================================================== */
.calc {
  background-color: rgba(230, 230, 230, 0.35);
  border-radius: 30px 30px 0 0;
  padding: 90px 90px;
}

.container--calc {
  margin-bottom: 120px;
}

.calc__top {
  display: flex;
}

.calc__title-accent {
  color: #f5141f;
}

.calc__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  width: 460px;
}

.calc__subtitle {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  width: 600px;
}

.calc__girl {
  margin-left: auto;
}

.calc__box {
  background-color: #fff;
  width: auto;
  min-height: 680px;
  border-radius: 20px;
  box-shadow: 4px 7px 3px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

/* ================= FORM GRID ================= */
.calc-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 60px 60px;
}

#calculate-btn {
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
}
#calculate-btn:hover {
  background-color: #000;
}

/* ================= RESULT BLOCK ================= */
.calc-form__result {
  border: 3px solid #eaeaea;
  border-radius: 14px;
  padding: 16px;
  margin: 24px 60px 10px 60px;
  display: grid;
  gap: 6px;
  font-size: 18px;
  line-height: 1.5;
}

.calc-form__result-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
}

.calc-form__result-line--muted {
  color: #777;
  font-weight: 500;
}

.calc-form__result-price {
  font-weight: 800;
}

.calc-form__result-hint {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.calc-form__result--error {
  border-color: rgba(255, 46, 46, 0.35);
  color: #d62828;
}

/* =====================================================
   ADAPTIVE
===================================================== */
/* < 1440 */
@media (max-width: 1439px) {
  .calc {
    padding: 80px 60px;
  }
  .container--calc {
    margin-bottom: 100px;
  }
  .calc__title {
    font-size: 42px;
    width: 420px;
  }
  .calc__subtitle {
    width: 560px;
  }
  .calc-form__grid {
    padding: 50px;
    gap: 30px;
  }
  #calculate-btn {
    margin-right: 50px;
  }
  .calc-form__result {
    margin-left: 50px;
    margin-right: 50px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .calc {
    padding: 70px 40px;
    border-radius: 24px 24px 0 0;
  }
  .container--calc {
    margin-bottom: 80px;
  }
  .calc__top {
    align-items: flex-end;
    gap: 24px;
  }
  .calc__title {
    font-size: 38px;
    width: 100%;
    max-width: 520px;
  }
  .calc__subtitle {
    width: 100%;
    max-width: 640px;
  }
  .calc__girl img {
    max-width: 170px;
    height: auto;
    display: block;
  }
  .calc__box {
    height: auto;
    border-radius: 18px;
    padding-bottom: 25px;
    margin-bottom: 100px;
  }
  .calc-form__grid {
    grid-template-columns: 1fr;
    padding: 36px;
    gap: 18px;
  }
  #calculate-btn {
    margin: 0 36px 26px 36px;
    width: auto;
    justify-content: center;
  }
  .calc-form__result {
    margin-left: 36px;
    margin-right: 36px;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  .calc {
    padding: 60px 24px;
  }
  .calc__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .calc__girl {
    margin-left: 0;
    align-self: flex-end;
  }
  .calc__title {
    font-size: 32px;
    max-width: 100%;
  }
  .calc__subtitle {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
  }
  .calc-form__grid {
    padding: 22px;
  }
  #calculate-btn {
    margin: 0 22px 20px 22px;
  }
  .calc-form__result {
    margin-left: 22px;
    margin-right: 22px;
  }
}
/* < 768 */
@media (max-width: 767px) {
  .calc {
    padding: 45px 16px;
    border-radius: 22px 22px 0 0;
  }
  .container--calc {
    margin-bottom: 60px;
  }
  .calc__title {
    font-size: 28px;
    line-height: 1.08;
  }
  .calc__subtitle {
    font-size: 14px;
  }
  .calc__girl img {
    max-width: 140px;
  }
  .calc-form__grid {
    padding: 16px;
    gap: 14px;
  }
  #calculate-btn {
    margin: 0 16px 16px 16px;
  }
  .calc-form__result {
    font-size: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .calc {
    padding: 36px 12px;
  }
  .calc__title {
    font-size: 24px;
  }
  .calc__subtitle {
    font-size: 13.5px;
    line-height: 1.45;
  }
  .calc__girl img {
    max-width: 120px;
  }
  .calc__box {
    border-radius: 16px;
  }
  .calc-form__grid {
    padding: 14px;
    gap: 12px;
  }
  #calculate-btn {
    margin: 0 14px 14px 14px;
  }
  .calc-form__result {
    font-size: 15px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
.faq {
  padding: 100px 90px;
  margin-top: -90px;
  border-radius: 30px 30px 0 0;
  background-color: rgba(182, 182, 182, 0.55);
}

.faq__inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 60px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  column-gap: 60px;
  align-items: stretch;
  margin-bottom: 100px;
}

.faq__title {
  font-weight: 700;
}

.faq__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.faq__note-accent {
  color: #f5141f;
}

.faq__right {
  display: flex;
  flex-direction: column;
  background-color: rgba(230, 230, 230, 0.35);
  border-radius: 20px;
  padding: 45px 35px;
  height: 660px;
  max-width: 700px;
}

.faq__left {
  height: 660px;
}

.faq__list {
  border-top: 0.5px solid #000;
}

.faq-item {
  border-bottom: 1px solid #000;
}

.faq__note {
  margin-top: 35px;
  max-width: 440px;
  line-height: 1.2;
  font-weight: 600;
}

.faq-item__question {
  width: 100%;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.faq-item__question span:first-child {
  font-size: 16px;
}

.faq-item__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  background: url("../img/index/fi-rr-angle-right.svg") no-repeat center/10px 10px;
}

.faq-item__answer {
  font-family: inherit;
  line-height: 1.5;
  color: #000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.25s ease;
  padding-bottom: 0;
}

.faq-item--active .faq-item__answer {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 16px;
}

.faq-item--active .faq-item__icon {
  transform: rotate(90deg);
}

.faq__more {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

/* ===== FAQ adaptive ===== */
/* < 1440 */
@media (max-width: 1439px) {
  .faq {
    padding: 90px 60px;
    margin-top: -80px;
    border-radius: 26px 26px 0 0;
  }
  .faq__inner {
    padding: 44px 48px;
    column-gap: 44px;
    margin-bottom: 90px;
  }
  .faq__right {
    padding: 40px 30px;
    max-width: 680px;
  }
  .faq__note {
    max-width: 420px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .faq {
    padding: 75px 40px;
    margin-top: -60px;
    border-radius: 24px 24px 0 0;
  }
  .faq__inner {
    padding: 36px 34px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 30px;
    margin-bottom: 70px;
  }
  .faq__left,
  .faq__right {
    height: auto;
  }
  .faq__right {
    padding: 32px 26px;
    max-width: 100%;
  }
  .faq__note {
    margin-top: 22px;
    max-width: 100%;
    line-height: 1.3;
  }
  .faq-item__question {
    padding: 16px 0;
    gap: 18px;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  .faq {
    padding: 60px 24px;
    margin-top: -40px;
    border-radius: 22px 22px 0 0;
  }
  .faq__inner {
    padding: 28px 24px;
    grid-template-columns: 1fr;
    row-gap: 22px;
    margin-bottom: 50px;
  }
  .faq__right {
    padding: 26px 20px;
  }
  .faq-item__question span:first-child {
    font-size: 15px;
  }
  .faq-item__answer {
    line-height: 1.55;
  }
  .faq__more {
    justify-content: flex-start;
  }
}
/* < 768 */
@media (max-width: 767px) {
  .faq {
    padding: 45px 16px;
    margin-top: -20px;
  }
  .faq__inner {
    padding: 22px 16px;
    border-radius: 20px;
  }
  .faq__right {
    border-radius: 18px;
    padding: 20px 14px;
  }
  .faq-item__question {
    padding: 14px 0;
    gap: 14px;
  }
  .faq-item__question span:first-child {
    font-size: 14px;
    line-height: 1.35;
  }
  .faq-item__icon {
    width: 18px;
    height: 18px;
    background-size: 9px 9px;
  }
  .faq-item--active .faq-item__answer {
    max-height: 520px; /* на мобилках ответы длиннее */
    padding-bottom: 14px;
  }
  .faq__note {
    font-size: 14px;
    line-height: 1.35;
  }
  .faq__more {
    margin-top: 18px;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .faq {
    padding: 38px 12px;
  }
  .faq__inner {
    padding: 18px 12px;
    border-radius: 18px;
  }
  .faq__right {
    padding: 18px 12px;
  }
  .faq-item__question span:first-child {
    font-size: 13.5px;
  }
  .faq-item__answer {
    font-size: 13.5px;
  }
  .faq__more {
    justify-content: stretch;
  }
  .faq__more .btn {
    width: 100%;
    justify-content: center;
  }
}
.news-card {
  display: flex;
  align-items: stretch;
  gap: 25px;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 30px 30px;
  max-width: 600px;
  max-height: 292px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.news-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
}

.news-card__icon img {
  max-width: 100%;
  max-height: 100%;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-card__title {
  line-height: 1.2;
}

.news-card__text {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.news-card__footer {
  margin-top: 15px;
  display: flex;
  flex-direction: row-reverse;
}

.news-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.news-card__btn-arrow {
  font-size: 15px;
}

.news {
  padding: 90px 90px;
  margin-top: -80px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}

.container--news {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 4px 7px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(72, 72, 72, 0.25);
}

.news__top {
  position: relative;
}

.news__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.news__subtitle {
  font-size: 18px;
  line-height: 1.55;
  max-width: 620px;
}

.news__accent {
  color: #f5141f;
}

.news__girl {
  position: absolute;
  top: -40px;
  right: 0;
}

.news__girl img {
  width: 100%;
  height: auto;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
  max-width: 1300px;
  margin: 0 auto;
}

/* ===== NEWS adaptive ===== */
/* < 1440 */
@media (max-width: 1439px) {
  .news {
    padding: 80px 60px;
    margin-top: -70px;
    border-radius: 26px 26px 0 0;
  }
  .container--news {
    padding: 34px;
  }
  .news__grid {
    gap: 28px;
  }
  .news-card {
    padding: 26px;
    gap: 20px;
    max-width: none;
    max-height: none;
  }
  .news__subtitle {
    font-size: 17px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .news {
    padding: 70px 40px;
    margin-top: -55px;
    border-radius: 24px 24px 0 0;
  }
  .container--news {
    padding: 28px;
  }
  .news__girl {
    top: -30px;
    right: 0;
    max-width: 140px;
  }
  .news__grid {
    gap: 22px;
  }
  .news-card {
    padding: 22px;
    gap: 18px;
  }
  .news-card__icon {
    width: 84px;
    height: 84px;
  }
  .news__subtitle {
    font-size: 16px;
    max-width: 560px;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  .news {
    padding: 55px 24px;
    margin-top: -40px;
    border-radius: 22px 22px 0 0;
  }
  .container--news {
    padding: 22px;
  }
  .news__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .news__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .news__girl {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    max-width: 120px;
  }
  .news-card {
    padding: 20px;
    gap: 16px;
    align-items: flex-start;
  }
  .news-card__icon {
    width: 76px;
    height: 76px;
  }
  .news-card__text {
    font-size: 14px;
    line-height: 1.55;
  }
}
/* < 768 */
@media (max-width: 767px) {
  .news {
    padding: 45px 16px;
    margin-top: -25px;
  }
  .container--news {
    padding: 16px;
    border-radius: 18px;
    margin-top: -100px;
  }
  .news__subtitle {
    font-size: 15px;
    max-width: 100%;
  }
  .news-card {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 12px;
  }
  .news-card__icon {
    width: 64px;
    height: 64px;
  }
  .news-card__footer {
    margin-top: 8px;
    flex-direction: row;
    justify-content: flex-start;
  }
  .news__girl {
    max-width: 80px;
    margin-top: -40px;
    z-index: 1111;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .news {
    padding: 38px 12px;
    margin-top: -20px;
  }
  .container--news {
    padding: 12px;
  }
  .news-card {
    padding: 14px;
    border-radius: 16px;
  }
  .news-card__title {
    line-height: 1.25;
  }
  .news-card__text {
    font-size: 13.5px;
  }
  .news__girl {
    max-width: 150px;
  }
  .news-card__btn {
    width: 100%;
    justify-content: center;
  }
}
.fulfilment-intro {
  padding: 100px 90px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -80px;
}

#fulfilment-container {
  padding-top: 1000px;
}

.fulfilment-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: start;
  gap: 60px;
}

.fulfilment-intro__title {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.fulfilment-intro__accent {
  color: #f5141f;
}

/* =========================
   < 1440 (desktop: 1439)
========================= */
@media (max-width: 1439px) {
  .fulfilment-intro {
    padding: 20px 24px;
    margin-top: -60px;
    border-radius: 28px 28px 0 0;
  }
  .fulfilment-intro__inner {
    gap: 40px;
  }
  #fulfilment-container {
    padding-top: 200px;
  }
}
/* =========================
   < 1200 (laptop: 1199)
========================= */
@media (max-width: 1199px) {
  .fulfilment-intro {
    padding: 70px 40px;
    margin-top: -50px;
    border-radius: 24px 24px 0 0;
  }
  .fulfilment-intro__inner {
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
  }
  #fulfilment-container {
    padding-top: 420px;
  }
}
/* =========================
   < 1024 (tablet: 1023)
========================= */
@media (max-width: 1023px) {
  .fulfilment-intro {
    padding: 60px 24px;
    margin-top: -40px;
    border-radius: 22px 22px 0 0;
  }
  .fulfilment-intro__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  #fulfilment-container {
    padding-top: 0;
  }
  .fulfilment-intro__title {
    line-height: 1.15;
  }
}
/* =========================
   < 768 (tablet-sm: 767)
========================= */
@media (max-width: 767px) {
  .fulfilment-intro {
    padding: 50px 16px 0 16px;
    margin-top: -30px;
    border-radius: 20px 20px 0 0;
  }
  .fulfilment-intro__inner {
    gap: 18px;
  }
  .fulfilment-intro__title {
    line-height: 1.12;
  }
}
/* =========================
   < 480 (mobile: 479)
========================= */
@media (max-width: 479px) {
  .fulfilment-intro {
    padding: 44px 12px;
    margin-top: -24px;
    border-radius: 18px 18px 0 0;
  }
  .fulfilment-intro__inner {
    gap: 16px;
  }
}
.fulfilment {
  padding: 90px 90px 150px;
  background-color: #e6e6e6;
  position: relative;
  margin-top: 80px;
  border-radius: 30px 30px 0 0;
}

.why__cards--2cols {
  padding-left: 0;
}

.fulfilment__title-accent {
  color: #f5141f;
}

.fulfilment__subtitle {
  max-width: 600px;
  padding-top: 10px;
  font-weight: 500;
}

.fulfilment__inner {
  margin-top: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  max-height: 650px;
}

.fulfilment__info-title {
  margin-bottom: 430px;
}

.accent-red {
  color: #f5141f;
}

.fulfilment__info-note {
  max-width: 600px;
}

.fulfilment__girl {
  position: absolute;
  top: 130px;
  right: 90px;
  pointer-events: none;
  display: block;
  z-index: 1;
}
.fulfilment__girl img {
  max-height: 260px;
  width: auto;
}

/* =========================
   < 1440 (desktop: 1439)
========================= */
@media (max-width: 1439px) {
  .fulfilment {
    padding: 80px 60px 130px;
    margin-top: 70px;
    border-radius: 28px 28px 0 0;
  }
  .fulfilment__inner {
    padding: 44px;
    gap: 32px;
    max-height: none;
  }
  .fulfilment__girl {
    right: 60px;
    top: 120px;
  }
  .fulfilment__girl img {
    max-height: 200px;
    margin-left: auto;
  }
  .fulfilment__info-title {
    margin-bottom: 320px;
  }
}
/* =========================
   < 1200 (laptop: 1199)
========================= */
@media (max-width: 1199px) {
  .fulfilment {
    padding: 70px 40px 110px;
    margin-top: auto;
    border-radius: 25px 25px 0 0;
  }
  .fulfilment__subtitle {
    max-width: 520px;
  }
  .fulfilment__inner {
    grid-template-columns: 1fr;
    padding: 34px;
    gap: 22px;
    max-height: none;
  }
  .fulfilment__info-title {
    margin-bottom: 0;
  }
  .fulfilment__girl {
    position: relative;
    top: auto;
    right: auto;
    margin: auto 0;
    display: block;
  }
  .fulfilment__girl img {
    max-height: 180px;
    width: auto;
    margin-left: auto;
  }
}
/* =========================
   < 1024 (tablet: 1023)
========================= */
@media (max-width: 1023px) {
  .fulfilment {
    padding: 20px 24px 90px;
    border-radius: 25px 25px 0 0;
  }
  .fulfilment__inner {
    padding: 28px;
    gap: 18px;
  }
  .fulfilment__subtitle {
    max-width: 100%;
  }
  .fulfilment__girl {
    margin: 6px 0 0 auto;
  }
  .fulfilment__girl img {
    max-height: 170px;
    margin-left: auto;
  }
}
/* =========================
   < 768 (tablet-sm: 767)
========================= */
@media (max-width: 767px) {
  .fulfilment {
    padding: 20px 16px 80px;
    border-radius: 20px 20px 0 0;
  }
  .fulfilment__inner {
    padding: 22px;
    border-radius: 18px;
    margin-top: -90px;
  }
  .fulfilment__girl {
    margin: 8px auto 0;
  }
  .fulfilment__girl img {
    max-height: 160px;
    margin-left: auto;
  }
}
/* =========================
   < 480 (mobile: 479)
========================= */
@media (max-width: 479px) {
  .fulfilment {
    padding: 44px 12px 70px;
    margin-top: 32px;
    border-radius: 18px 18px 0 0;
  }
  .fulfilment__inner {
    padding: 18px;
    gap: 14px;
    border-radius: 20px;
  }
  .fulfilment__subtitle {
    padding-top: 8px;
    font-weight: 500;
  }
  .fulfilment__girl {
    margin: 6px auto 0;
  }
  .fulfilment__girl img {
    max-height: 150px;
    margin-left: auto;
  }
}
.flow {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  display: block;
  z-index: 1;
  margin-top: -30px;
}

.flow__inner {
  padding: 95px 90px;
}

.flow__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flow-step {
  line-height: 1.55;
}

.flow-step__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}

.flow-step__list li {
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
}

.flow-step__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #000;
}

.flow-step--supplier {
  margin-left: 50px;
}

.flow-step--processing {
  margin-left: 100px;
}

.flow-step--warehouse {
  margin-left: 150px;
}

.flow-step--client {
  margin-left: 250px;
}

.flow__timeline {
  position: relative;
  height: 40px;
  margin: 40px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.flow__line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background-color: #000;
  opacity: 0.8;
}

.flow__dots {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.flow__dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
  animation: flow-dot-move 8s linear infinite;
  opacity: 0; /* плавное появление */
}

@keyframes flow-dot-move {
  0% {
    transform: translate(0, -50%);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(calc(100vw - 120px), -50%); /* весь путь */
    opacity: 0; /* исчезает */
  }
}
.flow__dot--1 {
  animation-delay: 0s;
}

.flow__dot--2 {
  animation-delay: 1s;
}

.flow__dot--3 {
  animation-delay: 2s;
}

.flow__dot--4 {
  animation-delay: 3s;
}

.flow__cta {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}

/* =========================
   < 1440 (desktop: 1439)
========================= */
@media (max-width: 1439px) {
  .flow__inner {
    padding: 80px 60px;
  }
  .flow-step--supplier {
    margin-left: 30px;
  }
  .flow-step--processing {
    margin-left: 60px;
  }
  .flow-step--warehouse {
    margin-left: 90px;
  }
  .flow-step--client {
    margin-left: 140px;
  }
  .delivery--girl {
    right: 0;
    top: 0;
  }
}
/* =========================
   < 1200 (laptop: 1199)
========================= */
@media (max-width: 1199px) {
  .flow__inner {
    padding: 70px 40px;
  }
  .flow-step__title {
    font-size: 28px;
  }
  .flow-step--supplier,
  .flow-step--processing,
  .flow-step--warehouse,
  .flow-step--client {
    margin-left: 0;
  }
  .flow-step {
    padding-left: 12px;
  }
  .flow__cta {
    justify-content: flex-start;
    margin-top: 32px;
  }
  .delivery--girl {
    right: 0;
    top: 0;
  }
}
/* =========================
   < 1024 (tablet: 1023)
========================= */
@media (max-width: 1023px) {
  .flow__inner {
    padding: 60px 24px;
  }
  .flow__row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .flow-step {
    padding-left: 0;
  }
  .flow__timeline {
    margin: 28px 0;
  }
  .flow__dot {
    width: 14px;
    height: 14px;
  }
  .flow {
    --flow-travel: calc(100% - 14px);
  }
  .delivery--girl {
    right: 0;
    top: 0;
  }
}
/* =========================
   < 768 (tablet-sm: 767)
========================= */
@media (max-width: 767px) {
  .flow {
    border-radius: 22px 22px 0 0;
  }
  .flow__inner {
    padding: 48px 16px;
  }
  .flow-step__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .flow-step__list li {
    padding-left: 20px;
    margin-bottom: 6px;
  }
  .flow__timeline {
    height: 34px;
    margin: 22px 0;
  }
  .flow__dot {
    width: 12px;
    height: 12px;
  }
  .flow {
    --flow-travel: calc(100% - 12px);
  }
  .flow__cta {
    margin-top: 24px;
    justify-content: stretch;
  }
  .flow__cta .btn {
    width: 100%;
    justify-content: center;
  }
  .delivery--girl {
    right: 0;
    top: 0;
  }
}
/* =========================
   < 480 (mobile: 479)
========================= */
@media (max-width: 479px) {
  .flow {
    border-radius: 18px 18px 0 0;
  }
  .flow__inner {
    padding: 40px 12px;
  }
  .flow-step__title {
    font-size: 20px;
  }
  .flow__timeline {
    height: 30px;
    margin: 18px 0;
  }
  /* чуть медленнее, чтобы не “дёргалось” на мобиле */
  .flow__dot {
    animation-duration: 10s;
  }
}
.delivery--cards {
  display: block;
  max-height: 340px;
}

.delivery--cards-icon {
  width: auto;
  margin: auto 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.delivery--cards-body {
  padding-top: 15px;
}

.delivery--girl {
  right: 200px;
  top: 60px;
}

.delivury--how {
  margin-bottom: 60px;
}

/* --- delivety--manager --- */
.delivety--manager {
  background-color: rgba(230, 230, 230, 0.35);
}

.delivery--manager-container {
  background-color: #fff;
}

.delivery--manager-intro {
  background-color: black;
}

.delivery--manager-title {
  color: #fff;
}

.delivery--subtitle {
  max-width: 900px;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* =========================
   < 1200 (laptop: 1199)
========================= */
@media (max-width: 1199px) {
  .delivery--cards {
    max-height: none;
  }
  .delivery--girl {
    right: 40px;
    top: 40px;
  }
  .delivery--subtitle {
    max-width: 100%;
  }
}
/* =========================
   < 1024 (tablet: 1023)
========================= */
@media (max-width: 1023px) {
  .delivery--girl {
    right: 24px;
    top: 24px;
  }
  .delivery--cards-icon {
    gap: 14px;
  }
}
/* =========================
   < 768 (tablet-sm: 767)

========================= */
@media (max-width: 767px) {
  .delivery--girl {
    position: static;
    top: auto;
    margin: 24px auto 0;
    display: block;
    max-width: 220px;
  }
  .delivury--how {
    margin-bottom: 32px;
  }
}
/* =========================
   < 480 (mobile: 479)
========================= */
@media (max-width: 479px) {
  .delivery--girl {
    margin-top: 18px;
    max-width: 180px;
  }
  .delivery--cards-icon {
    gap: 10px;
  }
}
.lk {
  background: #efefef;
  color: #111;
}

.lk__page {
  min-height: 100vh;
}

.lk-section {
  border-radius: 30px 30px 0 0;
  padding: 25px 50px 120px 90px;
  margin-top: 75px;
}

.lk-section--top {
  background-color: #e6e6e6;
}

.lk-title {
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 18px;
  line-height: 1.05;
  padding-bottom: 25px;
}

.lk-title__accent {
  color: #f5141f;
  padding-bottom: 25px;
  font-weight: 800;
}

.lk-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #e6e6e6;
}

.lk-header__inner {
  height: 56px;
  padding: 0 90px;
  display: grid;
  grid-template-columns: 240px 1fr 240px;
  align-items: center;
  gap: 18px;
}

.lk-user {
  position: relative;
}

.lk-user__btn {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 20px;
}

.lk-user__btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.lk-user__name {
  font-size: 16px;
  font-weight: 500;
}

.lk-user__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 220px;
  z-index: 60;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  padding: 10px;
  display: none;
}

.lk-user__menu.is-open {
  display: block;
}

.lk-user__item {
  display: block;
  padding: 10px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
}

.lk-user__item:hover {
  background: #f2f2f2;
}

.lk-user__item--danger {
  color: #f5141f;
}

/* nav */
.lk-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.lk-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  background: transparent;
}

/* Иконки в центральном меню ЛК: тёмные по умолчанию, белые при hover / фокусе / активной странице */
nav.lk-nav .lk-nav__link .lk-nav__icon-img {
  filter: brightness(0);
  opacity: 0.88;
  transition: filter 0.15s ease, opacity 0.15s ease;
}

.lk-nav__link:hover {
  background: #f5141f;
  color: #fff;
}

nav.lk-nav .lk-nav__link:hover .lk-nav__icon-img,
nav.lk-nav .lk-nav__link:focus-visible .lk-nav__icon-img,
nav.lk-nav .lk-nav__link--active .lk-nav__icon-img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.lk-nav__link--active {
  background: #f5141f;
  color: #fff;
}

.lk-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.lk-actions__icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #111;
  border-radius: 10px;
}

.lk-actions__icon:hover {
  background: rgba(255, 255, 255, 0.55);
}

.lk-actions__btn {
  height: 32px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #111;
  border-radius: 999px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  background: transparent;
}

.lk-quick {
  display: grid;
  grid-template-columns: repeat(6, 250px);
  grid-auto-rows: 150px;
  gap: 16px;
}

.lk-quick__card {
  background: #cfcfcf;
  border-radius: 16px;
  padding: 14px 14px;
  text-decoration: none;
  display: block;
  gap: 20px;
  align-items: center;
}

.lk-quick__ico {
  margin-left: 170px;
  margin-bottom: 20px;
  width: 55px;
}

.lk-quick__card--red {
  background: #f5141f;
  color: #fff;
}

.lk-quick__card--black {
  background: #111;
  color: #fff;
}

.lk-quick__text {
  line-height: 1.2;
  font-weight: 600;
  font-size: 16px;
}

.lk-quick__card[data-modal] {
  cursor: pointer;
}

/* «Для вас» — текстовые модалки */
.lk-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.lk-modal.is-open {
  display: flex;
}

.lk-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.lk-modal__panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  padding: 18px 20px 22px;
}

.lk-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.lk-modal__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  padding-right: 40px;
  color: #111;
}

.lk-modal__content {
  font-size: 15px;
  line-height: 1.45;
  color: #111;
}

.lk-modal__content ul {
  margin: 10px 0 10px 18px;
  padding: 0;
}

/* Пополнение: плательщик */
.modal-js {
  position: fixed;
  inset: 0;
  z-index: 10002;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.modal-js.is-open {
  display: flex;
}

.modal-js__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.modal-js__dialog {
  position: relative;
  width: min(480px, 100%);
  max-height: min(90vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  padding: 18px 20px 22px;
}

.modal-js__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.modal-js__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
  padding-right: 40px;
}

.modal-js__desc {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.75);
}

.modal-js__field {
  display: grid;
  gap: 8px;
}

.modal-js__label {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.modal-js__req {
  color: #e53935;
  font-weight: 800;
}

.modal-js__form {
  display: grid;
  gap: 12px;
}

.modal-js__input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 15px;
}

.modal-js__save {
  height: 46px;
  border-radius: 14px;
  border: none;
  background: #111;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.modal-js__list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.modal-js__payer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
}

.modal-js__payer-name {
  font-size: 14px;
  font-weight: 600;
  word-break: break-word;
}

.modal-js__payer-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.modal-js__btn {
  height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}

.modal-js__btn--use {
  border-color: #111;
  font-weight: 700;
}

.modal-js__btn--del {
  color: #c62828;
}

.lk-section--catalog {
  background-color: #fff;
  margin-top: -35px;
  padding-top: 110px;
}

.lk-catalog {
  background: #fff;
  border-radius: 26px;
  padding: 20px 0 0 0;
}

.lk-catalog__empty {
  grid-column: 1 / -1;
  padding: 24px 12px;
  text-align: center;
  color: rgba(17, 17, 17, 0.65);
  font-size: 15px;
}

.lk-filters {
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
  gap: 20px;
  margin-bottom: 65px;
  position: relative;
}

.lk-filters__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  padding: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  list-style: none;
  display: none;
  min-width: 120px;
  z-index: 10;
}

.lk-filters__dropdown.is-open {
  display: block;
}

.lk-filters__item {
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}

.lk-filters__item:hover {
  background: rgba(0, 0, 0, 0.05);
}

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

.lk-pill {
  height: 75px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e6e6e6;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.lk-pill--active {
  width: 115px;
}

.lk-pill--wide {
  min-width: 240px;
  justify-content: center;
}

.lk-pill__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}

.lk-pill__text {
  white-space: nowrap;
  font-size: 16px;
}

/* ===== Оверлей ===== */
.lk-cats__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
}

/* ===== Панель ===== */
.lk-cats-panel {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  width: min(980px, 100% - 40px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  z-index: 1010;
  padding: 18px;
}

.lk-cats-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.lk-cats-panel__title {
  font-weight: 600;
  font-size: 18px;
}

.lk-cats-panel__close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 0;
  background: #f2f2f2;
  cursor: pointer;
}

.lk-cats-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.lk-cats-panel__col {
  min-width: 0;
}

/* ===== Список слева ===== */
.lk-cat-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  color: #111;
}

.lk-cat-item.is-active {
  background: #efefef;
}

/* ===== Подкатегории справа ===== */
.lk-sub {
  display: none;
}

.lk-sub.is-active {
  display: grid;
  gap: 10px;
}

.lk-sub__link {
  color: #111;
  text-decoration: none;
  padding: 8px 4px;
}

.lk-sub__link:hover {
  text-decoration: underline;
}

.lk-search {
  flex: 1;
  height: 75px;
  border-radius: 999px;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}

.lk-search__input {
  flex: 1;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
}

.lk-search__btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.lk-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 65px;
}

.lk-product {
  position: relative;
  background: #f3f3f3;
  border-radius: 18px;
  padding: 14px;
  min-height: 270px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lk-product__fav {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #f5141f;
  cursor: pointer;
}
.lk-product__fav .lk-product__fav-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.lk-product__img img {
  display: block;
  object-fit: contain;
  object-position: center;
  height: 220px !important;
  width: 100% !important;
}

.lk-product__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  flex: 0 0 auto;
  object-fit: contain;
}

.lk-product__body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.lk-product__name {
  font-size: 16px;
  margin-bottom: 10px;
}

.lk-product__price {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* ===== Product page (PDP) — карточка товара /catalog/ → /product/?id= */
.lk-product-page {
  max-width: 1260px;
  margin: 0 auto;
  padding: 24px 90px 80px;
}

.lk-product-page .lk-title__accent {
  margin: 0 0 28px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #f5141f;
}

.lk-product-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  margin-bottom: 28px;
}

.lk-pdp-media {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.lk-pdp-thumbs {
  display: grid;
  gap: 10px;
}

.lk-pdp-thumbs button {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 6px;
  cursor: pointer;
  overflow: hidden;
}

.lk-pdp-thumbs button.is-active {
  border-color: rgba(245, 20, 31, 0.45);
  box-shadow: 0 0 0 2px rgba(245, 20, 31, 0.12);
}

.lk-pdp-thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lk-pdp-main {
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
  padding: 18px;
  min-height: 320px;
  display: grid;
  place-items: center;
}

.lk-pdp-main img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.lk-pdp-info {
  display: grid;
  gap: 14px;
}

.lk-pdp-title {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  line-height: 1.15;
}

.lk-pdp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: rgba(17, 17, 17, 0.6);
  font-size: 14px;
}

.lk-pdp-price {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}

.lk-pdp-delivery {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.65);
}

.lk-pdp-row {
  display: grid;
  gap: 10px;
}

.lk-pdp-label {
  font-size: 13px;
  font-weight: 800;
  color: #111;
}

.lk-pdp-suppliers {
  display: grid;
  gap: 8px;
  max-width: 320px;
  padding: 10px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.lk-pdp-supplier {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  color: #111;
  text-align: left;
  transition: background 0.12s ease;
}

.lk-pdp-supplier:hover {
  background: rgba(0, 0, 0, 0.04);
}

.lk-pdp-supplier.is-active {
  background: rgba(0, 0, 0, 0.06);
}

.lk-pdp-supplier__label {
  flex: 1;
  min-width: 0;
}

.lk-pdp-supplier__ext {
  display: inline-flex;
  color: rgba(17, 17, 17, 0.45);
  flex-shrink: 0;
}

.lk-pdp-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lk-color {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.lk-color.is-active {
  border-color: rgba(245, 20, 31, 0.55);
  box-shadow: 0 0 0 2px rgba(245, 20, 31, 0.12);
}

.lk-color img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.lk-select {
  width: 100%;
  max-width: 420px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 14px;
  font-size: 15px;
  background: #fff;
}

.lk-pdp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.lk-pdp-tabs {
  display: flex;
  gap: 10px;
  margin: 10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lk-pdp-tab {
  border: 0;
  background: transparent;
  padding: 12px 4px 14px;
  font-weight: 700;
  cursor: pointer;
  color: rgba(17, 17, 17, 0.55);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.lk-pdp-tab.is-active {
  color: #111;
  border-bottom-color: #f5141f;
}

.lk-pdp-tabpanes {
  margin-top: 16px;
}

.lk-pdp-pane {
  display: none;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.85);
}

.lk-pdp-pane.is-active {
  display: block;
}

.lk-spec {
  display: grid;
  gap: 10px;
}

.lk-spec__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lk-spec__k {
  color: rgba(17, 17, 17, 0.55);
  font-size: 14px;
}

.lk-spec__v {
  color: #111;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .lk-product-page {
    padding: 18px 24px 60px;
  }

  .lk-product-page__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lk-pdp-media {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .lk-spec__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 479px) {
  .lk-product-page {
    padding: 14px 14px 48px;
  }

  .lk-product-page .lk-title__accent {
    font-size: 26px;
  }

  .lk-pdp-title {
    font-size: 22px;
  }

  .lk-pdp-price {
    font-size: 26px;
  }

  .lk-pdp-suppliers {
    max-width: none;
  }
}

/* Иконки ЛК: img в разметке (пути темы), без mask — стабильно везде */
.lk-nav__icon-img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

:where(div):has(> .lk-load-more) {
  display: flex;
  flex-direction: column;
}

:where(div):has(> .lk-load-more) > .lk-load-more {
  align-self: flex-end;
  margin-top: 30px;
  width: auto;
}

@media (max-width: 1200px) {
  .lk-shell,
  .lk-header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lk-quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lk-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lk-header__inner {
    grid-template-columns: 220px 1fr 220px;
  }
}
.lk-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999;
}

.lk-modal.is-open {
  display: block;
}

.lk-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.lk-modal__panel {
  position: relative;
  width: min(720px, 100% - 32px);
  margin: 40px auto;
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px 16px;
}

.lk-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: rgba(0, 0, 0, 0.06);
  width: 36px;
  height: 36px;
  border-radius: 12px;
  cursor: pointer;
}

.lk-modal__title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #f5141f;
  font-weight: 600;
}

.lk-modal__content {
  font-size: 14px;
  line-height: 1.6;
}

/* =========================
   LK — RESPONSIVE (down mixin)
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)
   ВАЖНО: этот блок ставь НИЖЕ всех LK-стилей.
========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .lk-section {
    padding: 25px 40px 110px 60px;
  }
  .lk-header__inner {
    padding: 0 60px;
    grid-template-columns: 220px 1fr 220px;
  }
  .lk-quick {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }
  .lk-products {
    gap: 40px;
  }
}
/* < 1200 (laptop: 1199) */
@media (max-width: 1199px) {
  .lk-section {
    margin-top: 60px;
    padding: 22px 24px 90px 24px;
    border-radius: 26px 26px 0 0;
  }
  .lk-header__inner {
    padding: 0 24px;
    grid-template-columns: 200px 1fr 200px;
    gap: 14px;
  }
  .lk-nav {
    gap: 12px;
  }
  .lk-nav__link {
    padding: 9px 12px;
    font-size: 13px;
  }
  .lk-quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 14px;
  }
  .lk-quick__ico {
    margin-left: auto;
    display: block;
    width: 52px;
    margin-bottom: 16px;
  }
  .lk-filters {
    grid-template-columns: 1fr 240px;
    gap: 14px;
    margin-bottom: 40px;
  }
  .lk-pill {
    height: 64px;
  }
  .lk-pill__text {
    font-size: 15px;
  }
  .lk-search {
    height: 64px;
  }
  .lk-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  .lk-product {
    min-height: 260px;
  }
  .lk-product__price {
    font-size: 22px;
  }
  .lk-modal__panel {
    margin: 28px auto;
  }
  .lk-cats-panel {
    top: 95px;
    width: min(920px, 100% - 32px);
  }
}
/* < 1024 (tablet: 1023) */
@media (max-width: 1023px) {
  /* ===== HEADER LAYOUT ===== */
  .lk-header__inner {
    height: auto;
    padding: 12px 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "user actions" "nav  nav";
    row-gap: 10px;
    column-gap: 12px;
  }
  .lk-user {
    grid-area: user;
    position: relative; /* важно для выпадашки */
  }
  .lk-actions {
    grid-area: actions;
    justify-content: flex-end;
  }
  .lk-nav {
    grid-area: nav;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .lk-nav__link {
    font-size: 13px;
    padding: 8px 12px;
  }
  /* ===== SECTIONS ===== */
  .lk-section {
    margin-top: 40px;
    padding: 18px 16px 70px 16px;
    border-radius: 24px 24px 0 0;
  }
  .lk-title {
    margin-bottom: 14px;
    padding-bottom: 18px;
  }
  /* ===== QUICK ===== */
  .lk-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 140px;
    gap: 12px;
  }
  .lk-quick__text {
    font-size: 15px;
  }
  /* ===== CATALOG ===== */
  .lk-section--catalog {
    margin-top: -25px;
    padding-top: 80px;
  }
  .lk-catalog {
    border-radius: 22px;
  }
  .lk-filters {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 26px;
  }
  .lk-filters__left {
    flex-wrap: wrap;
    gap: 12px;
  }
  .lk-pill {
    height: 58px;
    padding: 0 16px;
  }
  .lk-pill--wide {
    min-width: auto;
    width: 100%;
    justify-content: center;
  }
  .lk-search {
    width: 100%;
    height: 58px;
  }
  /* ===== PRODUCTS ===== */
  .lk-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .lk-product {
    padding: 12px;
    min-height: 250px;
  }
  .lk-product__img img {
    height: 200px !important;
  }
  .lk-product__name {
    font-size: 15px;
  }
  .lk-product__price {
    font-size: 20px;
  }
  /* ===== CATS PANEL ===== */
  .lk-cats-panel {
    top: 85px;
    width: calc(100% - 24px);
    padding: 14px;
  }
  .lk-cats-panel__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lk-nav {
    display: none !important;
  }
  .lk-user__menu {
    left: 0;
    right: auto;
    width: min(320px, 92vw);
    padding: 10px;
    z-index: 9999;
  }
  .lk-user__item {
    padding: 12px 12px;
    font-size: 14px;
  }
  .lk-user__divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 8px 0;
  }
}
/* < 768 (tablet-sm: 767) */
@media (max-width: 767px) {
  .lk-header__inner {
    padding: 10px 12px;
    grid-template-columns: 1fr;
    grid-template-areas: "user" "nav" "actions";
    row-gap: 10px;
  }
  .lk-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  .lk-actions__btn {
    height: 34px;
    padding: 0 12px;
  }
  .lk-section {
    padding: 16px 12px 60px 12px;
    margin-top: 30px;
    border-radius: 22px 22px 0 0;
  }
  .lk-quick {
    grid-template-columns: 1fr;
    grid-auto-rows: 130px;
  }
  .lk-quick__ico {
    width: 48px;
    margin-bottom: 12px;
  }
  .lk-products {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lk-product__img img {
    height: 190px !important;
  }
  .lk-pill {
    height: 54px;
  }
  .lk-pill__text {
    font-size: 14px;
  }
  .lk-search {
    height: 54px;
  }
  /* dropdown menu */
  .lk-user__menu {
    width: min(320px, 94vw);
  }
  .lk-modal__panel {
    margin: 18px auto;
    padding: 16px 16px 14px;
  }
}
/* < 480 (mobile: 479) */
@media (max-width: 479px) {
  .lk-title {
    line-height: 1.08;
    padding-bottom: 14px;
  }
  .lk-user__name {
    font-size: 14px;
  }
  .lk-actions__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }
  .lk-section--catalog {
    padding-top: 64px;
  }
  .lk-catalog {
    border-radius: 18px;
    padding-top: 14px;
  }
  .lk-pill {
    height: 50px;
    padding: 0 14px;
  }
  .lk-search {
    height: 50px;
  }
  .lk-search__btn {
    width: 32px;
    height: 32px;
  }
  .lk-product {
    border-radius: 16px;
  }
  .lk-product__price {
    font-size: 18px;
  }
  .lk-product__fav .lk-product__fav-icon {
    width: 28px;
    height: 28px;
  }
  .lk-cats-panel {
    top: 72px;
    padding: 12px;
    border-radius: 14px;
  }
  .lk-cats-panel__close {
    width: 36px;
    height: 36px;
  }
  .lk-user__menu {
    width: min(320px, 96vw);
  }
  .lk-user__item {
    font-size: 13.5px;
    padding: 12px 12px;
  }
}
:root {
  --bg: #f3f3f3;
  --card: #e9e9e9;
  --card2: #efefef;
  --white: #fff;
  --text: #111;
  --muted: rgba(17, 17, 17, 0.55);
  --line: rgba(17, 17, 17, 0.25);
  --shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  --radius: 18px;
  --radius-lg: 22px;
  --accent: #f5141f;
}

.topup {
  color: var(--text);
  padding: 60px 90px;
  margin-bottom: 70px;
}

.topup__container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
}

.topup-header {
  background: #dcdcdc;
  border-radius: 20px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topup-header__left {
  display: flex;
  align-items: center;
  gap: 22px;
}

.topup-header__user {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 12px;
}

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

.topup-header__link {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 12px;
}

.topup-header__link.is-active {
  background: var(--accent);
  color: #fff;
}

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

.topup-header__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  text-decoration: none;
  color: var(--text);
  background: rgba(255, 255, 255, 0.6);
}

.topup__title-block {
  margin: 26px 0 22px;
}

.topup__title {
  font-size: 38px;
  line-height: 1.1;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.topup__title-accent {
  color: var(--accent);
}

.topup__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.52fr);
  gap: 28px;
  align-items: start;
}

/* Cards */
.card {
  background: #e6e6e6;
  border-radius: var(--radius-lg);
  padding: 18px;
}

.card + .card {
  margin-top: 18px;
}

.card__title {
  font-size: 14px;
  margin: 0 0 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}

.card__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.card__hint {
  font-size: 12px;
  color: var(--muted);
}

.card--summary {
  background: #e6e6e6;
  position: sticky;
  top: 18px;
}

/* Radio */
.radio-list {
  display: grid;
  gap: 10px;
}

.radio-item {
  display: block;
  cursor: pointer;
}

.radio-item__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-item__box {
  display: block;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid transparent;
}

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

.radio-item__box--notactive {
  padding: 26px 14px;
}

.radio-item__box--noactive {
  padding: 22px 14px;
}

.radio-item__code {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.radio-item__sub {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--muted);
}

.radio-item__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  background: transparent;
  margin-top: 15px;
}

.radio-item__dot--notactive {
  margin-top: -1px;
}

.radio-item__dot.is-muted {
  border-color: rgba(0, 0, 0, 0.25);
  background: transparent;
}

.radio-item__input:checked + .radio-item__box {
  border-color: rgba(245, 20, 31, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 20, 31, 0.12);
}

.radio-item__input:checked + .radio-item__box .radio-item__dot {
  background: #e53935;
  border-color: #e53935;
}

/* Field */
.field__control {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.field__prefix {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.field__input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 14px;
  background: transparent;
}

.field__note {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--muted);
}

/* Select-like */
.select-like {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(245, 20, 31, 0.7);
  border-radius: 14px;
  padding: 26px 14px;
}

button.select-like,
.select-like--trigger {
  width: 100%;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button.select-like:focus-visible,
.select-like--trigger:focus-visible {
  outline: 2px solid rgba(245, 20, 31, 0.45);
  outline-offset: 2px;
}

.select-like__value {
  font-weight: 700;
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-like__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}

/* Add payer button */
.btn-lite {
  margin-top: 10px;
  padding: 12px 35px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-lite__plus {
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  margin-left: 10px;
}

/* Placeholder */
.placeholder {
  background: rgba(255, 255, 255, 0.65);
  border: 1px dashed rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 22px;
  min-height: 90px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  height: 250px;
}

/* Пополнение: список способов оплаты только после ввода суммы > 0 */
#topup[data-state="inactive"] #payment-card .placeholder[data-view="inactive"] {
  display: grid;
}

#topup[data-state="inactive"] #payment-card .radio-list[data-view="active"] {
  display: none !important;
}

#topup[data-state="active"] #payment-card .placeholder[data-view="inactive"] {
  display: none !important;
}

#topup[data-state="active"] #payment-card .radio-list[data-view="active"] {
  display: grid;
}

/* Summary */
.summary {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}

.summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2px;
}

.summary__label {
  color: rgba(0, 0, 0, 0.75);
}

.summary__value {
  font-weight: 800;
}

.summary__hr {
  border: 0;
  height: 1px;
  background: #000;
  margin: 8px 0;
}

.summary__row--total .summary__label {
  font-weight: 800;
}

.summary__row--total .summary__value {
  font-size: 18px;
}

.summary__note {
  margin: 8px 0 14px;
  font-size: 12px;
  color: var(--muted);
}

.btn-primary {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
}

/* =========================
   TOPUP — RESPONSIVE
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)
========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .topup {
    padding: 50px 60px;
    margin-bottom: 60px;
  }
  .topup__container {
    max-width: 1180px;
  }
  .topup__title {
    font-size: 34px;
  }
  .topup__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.58fr);
    gap: 22px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .topup {
    padding: 40px 40px;
    margin-bottom: 50px;
  }
  .topup__container {
    max-width: 100%;
    padding: 0 16px;
  }
  .topup-header {
    padding: 12px 14px;
    gap: 12px;
  }
  .topup-header__left {
    gap: 14px;
  }
  .topup-header__nav {
    gap: 10px;
  }
  .topup__title {
    font-size: 30px;
  }
  .topup__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.65fr);
    gap: 18px;
  }
  .card {
    padding: 16px;
  }
  .card--summary {
    top: 12px;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  .topup {
    padding: 32px 24px;
  }
  .topup-header {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  .topup-header__left {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  /* навигацию переносим вниз отдельной строкой */
  .topup-header__nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }
  .topup-header__right {
    margin-left: auto;
    gap: 8px;
  }
  .topup-header__icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  .topup__title {
    font-size: 28px;
  }
  /* главное: сетку в 1 колонку */
  .topup__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* sticky на планшете лучше отключить, чтобы не перекрывал контент */
  .card--summary {
    position: static;
    top: auto;
  }
  .placeholder {
    height: 220px;
  }
}
/* < 768 */
@media (max-width: 767px) {
  .topup {
    padding: 26px 16px;
    margin-bottom: 40px;
  }
  .topup__title-block {
    margin: 18px 0 16px;
  }
  .topup__title {
    font-size: 24px;
    line-height: 1.15;
  }
  .topup-header {
    border-radius: 16px;
  }
  .topup-header__user,
  .topup-header__link {
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 14px;
  }
  .card {
    border-radius: 16px;
    padding: 14px;
  }
  .radio-item__box {
    padding: 12px;
    border-radius: 12px;
  }
  .radio-item__box--notactive {
    padding: 20px 12px;
  }
  .radio-item__box--noactive {
    padding: 18px 12px;
  }
  .select-like {
    padding: 18px 12px;
    border-radius: 12px;
  }
  .btn-lite {
    width: 100%;
    padding: 12px 14px;
  }
  .placeholder {
    height: 200px;
    min-height: 80px;
  }
  .summary {
    border-radius: 14px;
    padding: 14px;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .topup {
    padding: 22px 12px;
  }
  .topup-header {
    padding: 10px 12px;
  }
  .topup-header__left {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }
  .topup-header__nav {
    gap: 6px;
  }
  .topup-header__right {
    width: 100%;
    justify-content: flex-end;
    gap: 8px;
  }
  .topup__title {
    font-size: 22px;
  }
  .card__row {
    align-items: center;
  }
  .radio-item__dot {
    width: 11px;
    height: 11px;
    margin-top: 0;
  }
  .field__control {
    border-radius: 12px;
  }
  .field__input {
    font-size: 14px;
  }
  .summary__row--total .summary__value {
    font-size: 16px;
  }
  .btn-primary {
    padding: 12px;
    border-radius: 12px;
  }
}
.finance {
  padding-bottom: 60px;
}

.finance__container {
  margin: 0 auto;
  padding: 75px 90px 20px;
}

.finance__top {
  display: block;
}

.finance-card--account,
.finance-card--history,
.finance-block--converter {
  background: #e6e6e6;
  border-radius: 22px;
  padding: 30px 30px;
}

.finance-card--account {
  margin-bottom: 20px;
  min-height: 270px;
}

.finance-card--history {
  min-height: 270px;
}

.finance-block--rates,
.finance-block--converter {
  margin-bottom: 0;
}

.finance__container > .finance-block--rates,
.finance__container > .finance-block--converter {
  display: block;
}

.finance__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 42px;
  align-items: start;
}

.finance-block--converter-separator {
  margin-top: 65px;
}

.finance-card__title,
.finance-block__title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: 0.2px;
}

.finance-card__title-accent {
  color: #e53935;
}

.account__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 14px;
  margin-bottom: 14px;
}

.account__icon {
  font-size: 14px;
}

.account__balances {
  margin: 0 0 18px;
  padding: 0;
}

.account__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
}

.account__currency {
  display: none;
} /* на макете не видно подписей USD/CNY слева */
.account__value {
  font-weight: 400;
}

/* ===== HISTORY ===== */
.history__group {
  display: grid;
  grid-template-columns: 1fr 220px;
  column-gap: 24px;
  margin-bottom: 24px;
}

.history__group:last-child {
  margin-bottom: 0;
}

.history__head {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 220px;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 8px;
}

.history__date {
  color: #111;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.history__sum {
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.history__body {
  grid-column: 1/-1;
  display: grid;
  column-gap: 24px;
  row-gap: 16px;
}

.history__body.is-collapsed {
  display: none;
}

.history-item {
  grid-column: 1/-1;
  display: contents;
}

.history-item__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5141f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}

.history-item__body {
  grid-column: 1;
}

.history-item__top {
  display: block;
}

.history-item__account {
  font-size: 14px;
  color: #111;
  margin-bottom: 4px;
}

.history-item__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.history-item__title.is-accent {
  color: #f5141f;
}

.history-item__desc {
  font-size: 14px;
  color: #111;
}

.history-item__amount {
  grid-column: 2;
  justify-self: end;
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}

.history-item + .history-item::before {
  content: "";
  grid-column: 1/-1;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  margin: 16px 0;
}

.converter-card--to {
  margin-top: -20px;
}

/* ===== RATES ===== */
.rates {
  display: flex;
  gap: 46px;
  margin-top: 14px;
  align-items: center;
}

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

.rate__badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f5141f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.rate__value {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

/* ===== CONVERTER ===== */
.converter {
  width: 100%;
  max-width: 320px;
  margin-top: 10px;
}

.converter-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

/* маленький селект-пилюля внутри белой карточки */
.select-pill {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
}

.select-pill__label {
  display: none;
}

.select-pill__control {
  border: none;
  background: transparent;
  font: inherit;
  cursor: pointer;
  outline: none;
}

/* поля “Откуда/Куда” */
.converter-field {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.converter-field__label {
  font-size: 12px;
  color: #111;
}

.converter-field__input {
  width: 120px;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  background: transparent;
  padding: 4px 0;
  outline: none;
  text-align: left;
}

/* кнопка swap по центру между карточками */
.converter__swap {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #f5141f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: -4px auto 8px;
  position: relative;
  z-index: 2;
  margin-top: -20px;
}

.btn--block {
  margin-top: 30px;
}

/* ошибки поля */
.converter-field__input.is-error {
  border-bottom-color: #f5141f;
}

.converter__error {
  margin-top: 10px;
  font-size: 12px;
  color: #f5141f;
}

/* анимация swap */
.converter__swap.is-spin {
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}

/* =========================
   FINANCE — RESPONSIVE
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)
========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .finance__container {
    padding: 70px 60px 20px;
    gap: 24px 32px;
  }
  .finance-card--account,
  .finance-card--history,
  .finance-block--converter {
    padding: 26px;
    border-radius: 20px;
  }
  .finance-card__title,
  .finance-block__title {
    font-size: 26px;
  }
  .rates {
    gap: 36px;
  }
  .rate__badge {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .rate__value {
    font-size: 18px;
  }
}
/* < 1200 */
@media (max-width: 1199px) {
  .finance {
    padding-bottom: 50px;
  }
  .finance__container {
    padding: 60px 40px 20px;
    gap: 20px 24px;
  }
  .finance-card--account,
  .finance-card--history,
  .finance-block--converter {
    padding: 22px;
    border-radius: 18px;
  }
  .finance-card--account,
  .finance-card--history {
    min-height: auto; /* не держим 270px, чтобы не было пустот */
  }
  .finance-card__title,
  .finance-block__title {
    font-size: 24px;
  }
  .history__group {
    grid-template-columns: 1fr 200px;
    column-gap: 18px;
  }
  .history__head {
    grid-template-columns: 1fr 200px;
    column-gap: 18px;
  }
  .rates {
    gap: 28px;
    flex-wrap: wrap;
  }
  .converter {
    max-width: 100%;
  }
  .converter-field__input {
    width: 110px;
  }
  .converter__swap {
    margin-top: -16px;
  }
  .btn--block {
    margin-top: 22px;
  }
}
/* < 1024 */
@media (max-width: 1023px) {
  /* делаем 1 колонку */
  .finance__container {
    padding: 50px 24px 18px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* порядок блоков (если нужно визуально): аккаунт -> rates -> converter -> history
     если у тебя другой порядок в HTML — скажи, подстрою через order */
  .finance-card--account,
  .finance-block--rates,
  .finance-block--converter,
  .finance-card--history {
    width: 100%;
  }
  .finance-card__title,
  .finance-block__title {
    font-size: 22px;
  }
  .account__row {
    font-size: 15px;
  }
  /* история: убираем 220px колонку, иначе ломает */
  .history__group,
  .history__head {
    grid-template-columns: 1fr;
  }
  .history__sum {
    text-align: left;
    margin-top: 6px;
  }
  .history__body {
    row-gap: 14px;
  }
  .history-item__amount {
    grid-column: 1;
    justify-self: start;
    text-align: left;
    margin-top: 6px;
  }
  /* rates */
  .rates {
    gap: 18px;
    justify-content: flex-start;
  }
  /* converter */
  .converter {
    max-width: 100%;
  }
  .converter-card {
    padding: 14px;
  }
  .converter-field {
    align-items: center;
  }
  .converter-field__input {
    width: 140px; /* на планшете можно шире */
  }
  .converter__swap {
    margin: 6px auto 10px;
    margin-top: -14px;
  }
  .converter-card--to {
    margin-top: 0; /* убираем -20px, на узких это даёт налезание */
  }
}
/* < 768 */
@media (max-width: 767px) {
  .finance__container {
    padding: 42px 16px 16px;
  }
  .finance-card--account,
  .finance-card--history,
  .finance-block--converter {
    padding: 18px;
    border-radius: 16px;
  }
  .finance-card__title,
  .finance-block__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .account__meta {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .account__row {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .rates {
    gap: 14px;
  }
  .rate {
    gap: 10px;
  }
  .rate__badge {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .rate__value {
    font-size: 16px;
  }
  .converter-field {
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px;
  }
  .converter-field__input {
    width: 100%;
    max-width: 220px; /* чтобы не растягивалось бесконечно */
    text-align: left;
  }
  .converter__swap {
    width: 32px;
    height: 32px;
  }
  .btn--block {
    margin-top: 18px;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .finance {
    padding-bottom: 40px;
  }
  .finance__container {
    padding: 36px 12px 14px;
    gap: 12px;
  }
  .finance-card--account,
  .finance-card--history,
  .finance-block--converter {
    padding: 16px;
    border-radius: 14px;
  }
  .finance-card__title,
  .finance-block__title {
    font-size: 18px;
  }
  .history__date,
  .history-item__account,
  .history-item__title,
  .history-item__desc {
    font-size: 13px;
  }
  .history-item__icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  .rates {
    gap: 10px;
  }
  .rate__badge {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .rate__value {
    font-size: 15px;
  }
  .converter {
    width: 100%;
    max-width: 100%;
  }
  .converter-field__input {
    max-width: 100%;
    width: 100%;
  }
  .converter__swap {
    width: 30px;
    height: 30px;
  }
}
.pay-confirm {
  background: #e6e6e6;
  border-radius: 30px 30px 0 0;
  margin-top: 60px;
  margin-bottom: 75px;
}

.pay-confirm__container {
  margin: 0 auto;
  padding: 25px 90px 30px 90px;
}

.pay-confirm__title {
  margin: 0 0 20px;
  letter-spacing: 0.2px;
}

.pay-confirm__title-accent {
  color: #f5141f;
}

.pay-confirm__card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px;
}

.pay-confirm__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.pay-confirm__lead {
  margin: 0 0 10px;
  color: #000;
}

.pay-confirm__lead {
  font-weight: 600;
  font-size: 22px;
}

.pay-confirm__head {
  margin: 15px 0 15px 0;
}

.pay-confirm__text {
  margin: 0 0 12px;
  color: #111;
  font-size: 16px;
}

.pay-confirm__address {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.pay-confirm__bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f5141f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 2px;
}

.pay-confirm__addr {
  font-style: normal;
  color: #000;
  font-size: 14px;
  line-height: 1.35;
}

/* серый блок с суммами слева */
.pay-confirm__amounts {
  width: min(560px, 100%);
  background: #dedede;
  border-radius: 16px;
  padding: 18px 20px;
}

.pay-confirm__amount + .pay-confirm__amount {
  margin-top: 65px;
}

.pay-confirm__amount-label {
  color: #111;
  font-size: 14px;
  margin-bottom: 10px;
}

.pay-confirm__amount-value {
  font-weight: 700;
  color: #111;
  font-size: 14px;
}

/* правый столбец */
.pay-confirm__list {
  list-style: none;
  padding: 0;
  margin: 10px 0 18px;
  display: grid;
  gap: 8px;
}

.pay-confirm__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 14px;
}

.pay-confirm__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}

.pay-confirm__note {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.35;
  max-width: 360px;
}

.pay-confirm__footer {
  margin-top: 18px;
}

/* кнопка (если у тебя уже есть .btn/.btn--dark — можно не дублировать) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
}

.btn--dark {
  background: #000;
  color: #fff;
}

.pay-confirm__footer {
  position: relative;
  z-index: 9999;
}

#back-btn {
  position: relative;
  z-index: 10000;
  pointer-events: auto;
}

/* =========================
   PAY CONFIRM — RESPONSIVE
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)

========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .pay-confirm__container {
    padding: 24px 60px 28px;
  }
  .pay-confirm__grid {
    gap: 32px;
  }
  .pay-confirm__card {
    padding: 26px;
  }
}
/* < 1200 (laptop: 1199) */
@media (max-width: 1199px) {
  .pay-confirm {
    margin-top: 50px;
    margin-bottom: 60px;
    border-radius: 26px 26px 0 0;
  }
  .pay-confirm__container {
    padding: 22px 40px 26px;
  }
  .pay-confirm__card {
    padding: 24px;
    border-radius: 18px;
  }
  .pay-confirm__grid {
    gap: 26px;
  }
  .pay-confirm__lead {
    font-size: 20px;
  }
  .pay-confirm__amounts {
    padding: 16px 18px;
  }
  .pay-confirm__amount + .pay-confirm__amount {
    margin-top: 40px;
  }
  .pay-confirm__note {
    max-width: 100%;
  }
}
/* < 1024 (tablet: 1023) */
@media (max-width: 1023px) {
  .pay-confirm {
    margin-top: 44px;
    margin-bottom: 52px;
    border-radius: 22px 22px 0 0;
  }
  .pay-confirm__container {
    padding: 20px 24px 24px;
  }
  .pay-confirm__card {
    padding: 20px;
    border-radius: 18px;
  }
  .pay-confirm__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pay-confirm__head {
    margin: 12px 0;
  }
  .pay-confirm__lead {
    font-size: 18px;
  }
  .pay-confirm__text {
    font-size: 14px;
    line-height: 1.55;
  }
  .pay-confirm__addr {
    font-size: 13px;
  }
  .pay-confirm__amounts {
    width: 100%;
    border-radius: 14px;
  }
  .pay-confirm__amount + .pay-confirm__amount {
    margin-top: 18px;
  }
  .pay-confirm__footer {
    margin-top: 14px;
  }
  #back-btn {
    width: fit-content;
  }
}
/* < 768 (tablet-sm: 767) */
@media (max-width: 767px) {
  .pay-confirm__container {
    padding: 18px 16px 22px;
  }
  .pay-confirm__card {
    padding: 18px;
    border-radius: 16px;
  }
  .pay-confirm__lead {
    font-size: 16px;
  }
  .pay-confirm__address {
    gap: 8px;
    margin-bottom: 14px;
  }
  .pay-confirm__bullet,
  .pay-confirm__dot {
    width: 14px;
    height: 14px;
    font-size: 10px;
  }
  .pay-confirm__list {
    gap: 6px;
    margin: 10px 0 14px;
  }
  .pay-confirm__list-item {
    font-size: 13px;
  }
  .pay-confirm__note {
    font-size: 13px;
    line-height: 1.45;
  }
  .pay-confirm__footer {
    display: flex;
    justify-content: stretch;
  }
  #back-btn {
    width: 100%;
    justify-content: center;
  }
}
/* < 480 (mobile: 479) */
@media (max-width: 479px) {
  .pay-confirm {
    margin-top: 38px;
    margin-bottom: 44px;
    border-radius: 18px 18px 0 0;
  }
  .pay-confirm__container {
    padding: 16px 12px 18px;
  }
  .pay-confirm__card {
    padding: 16px;
    border-radius: 14px;
  }
  .pay-confirm__title {
    margin-bottom: 14px;
  }
  .pay-confirm__lead {
    font-size: 15px;
  }
  .pay-confirm__text {
    font-size: 13.5px;
  }
  .pay-confirm__amounts {
    padding: 14px 14px;
    border-radius: 12px;
  }
  .pay-confirm__amount-label,
  .pay-confirm__amount-value {
    font-size: 13px;
  }
  #back-btn.btn {
    padding: 12px 18px;
    border-radius: 12px;
  }
}
.favorites {
  padding: 5px 0 45px;
}

.favorites__container {
  margin: 70px 90px;
}

.favorites__head {
  margin-bottom: 18px;
}

.favorites__title {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.favorites__title-accent {
  color: #f5141f;
}

.favorites__subtitle {
  margin: 18px 0 12px;
  font-size: 12px;
  color: #111;
}

.favorites__section + .favorites__section {
  margin-top: 22px;
}

/* Empty state */
.favorites__empty {
  background: #e9e9e9;
  border-radius: 26px;
  padding: 24px;
  min-height: 160px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.favorites__empty-text {
  margin: 0;
  font-size: 12px;
  color: #111;
}

/* Grid */
.favorites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

@media (max-width: 900px) {
  .favorites-grid {
    grid-template-columns: repeat(2, minmax(0, 400px));
  }
}
@media (max-width: 560px) {
  .favorites-grid {
    grid-template-columns: 1fr;
  }
}
/* Card */
.fav-card {
  position: relative;
  background: #f3f3f3;
  border-radius: 14px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.fav-card__fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: #e53935;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.fav-card__media {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 14px 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.fav-card__img {
  width: 100%;
  height: 96px;
  object-fit: contain;
  display: block;
}

.fav-card__body {
  padding: 10px 2px 2px;
}

.fav-card__name {
  display: inline-block;
  font-size: 12px;
  color: #111;
  text-decoration: none;
  margin-bottom: 6px;
}

.fav-card__price {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.fav-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fav-card__arrow {
  display: inline-block;
}

/* State switch */
.favorites[data-state=empty] [data-view=filled] {
  display: none;
}

.favorites[data-state=filled] [data-view=empty] {
  display: none;
}

.lk-product__fav.is-active .lk-product__fav-icon {
  fill: #f5141f;
  stroke: #f5141f;
}

.lk-product__fav .lk-product__fav-icon {
  fill: transparent;
  stroke: #f5141f;
  stroke-width: 1.6;
}

.btn--filled {
  justify-self: start;
  width: auto;
}

/* =========================
   FAVORITES — RESPONSIVE
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)
========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .favorites__container {
    margin: 60px 60px;
  }
}
/* < 1200 (laptop: 1199) */
@media (max-width: 1199px) {
  .favorites__container {
    margin: 55px 40px;
  }
  .favorites__title {
    font-size: 32px;
  }
  .favorites-grid {
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .fav-card__img {
    height: 92px;
  }
}
/* < 1024 (tablet: 1023) */
@media (max-width: 1023px) {
  .favorites__container {
    margin: 45px 24px;
  }
  .favorites__title {
    font-size: 28px;
  }
  .favorites__subtitle {
    margin: 14px 0 10px;
  }
  .favorites-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .fav-card {
    border-radius: 14px;
    padding: 12px;
  }
  .fav-card__media {
    padding: 12px 10px;
  }
  .fav-card__img {
    height: 90px;
  }
}
/* < 768 (tablet-sm: 767) */
@media (max-width: 767px) {
  .favorites__container {
    margin: 40px 16px;
  }
  .favorites__title {
    font-size: 24px;
  }
  .favorites__empty {
    border-radius: 20px;
    padding: 16px;
    min-height: 140px;
    gap: 10px;
  }
  .favorites-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .fav-card__fav {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 22px;
  }
  .fav-card__img {
    height: 92px;
  }
  .fav-card__btn {
    width: 100%;
    justify-content: center;
  }
}
/* < 480 (mobile: 479) */
@media (max-width: 479px) {
  .favorites__container {
    margin: 34px 12px;
  }
  .favorites__title {
    font-size: 22px;
    letter-spacing: 0.1px;
  }
  .favorites__subtitle {
    font-size: 12px;
  }
  .fav-card {
    padding: 12px;
    border-radius: 16px;
  }
  .fav-card__media {
    border-radius: 12px;
  }
  .fav-card__img {
    height: 100px;
  }
  .fav-card__price {
    font-size: 15px;
  }
}
.messages__container {
  margin: 70px 90px 75px 90px;
}

.messages__title {
  margin: 0 0 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #f5141f;
}

.messages__filters {
  margin-bottom: 18px;
}

.messages__search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.messages__search-input {
  width: 100%;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 18px 0 44px;
  background: #fff;
  outline: none;
}

.messages__search-input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.messages__counter {
  margin-left: 10px;
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #e53935;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  justify-content: center;
  align-items: center;
}

.messages__cards {
  display: grid;
  gap: 14px;
}

.message-card {
  background: #fff;
  border-radius: 22px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.message-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.1);
}

.message-card.is-new {
  border-color: rgba(229, 57, 53, 0.35);
}

.message-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.message-card__title {
  font-weight: 700;
  font-size: 18px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.message-card__meta {
  text-align: right;
  display: grid;
  gap: 6px;
  justify-items: end;
  min-width: 140px;
}

.message-card__time {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.message-card__icons {
  display: inline-flex;
  gap: 10px;
  opacity: 0.55;
}

.message-card__badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: #e53935;
  color: #fff;
}

.message-card__badge.badge--work {
  background: #f5141f;
}

.message-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  font-weight: 600;
}

.message-card__preview {
  font-size: 14px;
  line-height: 1.35;
  color: #000;
}

.messages__empty-text {
  margin: 10px 0 0;
  color: rgba(0, 0, 0, 0.65);
}

.messages__thread {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.thread__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.thread__back {
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.thread__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #000;
}

.thread__time {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.thread__body {
  padding: 18px;
  display: grid;
  gap: 12px;
}

.thread-message {
  display: grid;
  gap: 6px;
}

.thread-message--client {
  justify-items: start;
}

.thread-message--support {
  justify-items: end;
}

.thread-message__bubble {
  max-width: 76%;
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.35;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.85);
}

.thread-message--support .thread-message__bubble {
  background: rgba(229, 57, 53, 0.08);
  border-color: rgba(229, 57, 53, 0.18);
}

.thread-message__time {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.thread__form {
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.thread__input {
  width: 100%;
  min-height: 52px;
  max-height: 140px;
  resize: vertical;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 14px;
  outline: none;
  font: inherit;
}

.thread__send {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  background: #111;
  color: #fff;
  font-weight: 700;
}

.messages[data-state=empty] [data-view=list],
.messages[data-state=empty] [data-view=thread] {
  display: none;
}

.messages[data-state=list] [data-view=empty],
.messages[data-state=list] [data-view=thread] {
  display: none;
}

.messages[data-state=thread] [data-view=empty],
.messages[data-state=thread] [data-view=list] {
  display: none;
}

/* =========================
   MESSAGES — RESPONSIVE
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)

========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .messages__container {
    margin: 60px 60px 65px;
  }
  .message-card__meta {
    min-width: 130px;
  }
  .thread-message__bubble {
    max-width: 80%;
  }
}
/* < 1200 (laptop: 1199) */
@media (max-width: 1199px) {
  .messages__container {
    margin: 55px 40px 55px;
  }
  .messages__search-input {
    height: 52px;
    padding: 0 16px 0 42px;
  }
  .message-card {
    border-radius: 20px;
    padding: 16px 16px 14px;
  }
  .message-card__title {
    font-size: 17px;
  }
  .message-card__meta {
    min-width: 120px;
  }
  .messages__thread {
    border-radius: 22px;
  }
  .thread__head {
    padding: 14px 16px;
  }
  .thread__body {
    padding: 16px;
  }
  .thread__form {
    padding: 14px 16px;
  }
  .thread-message__bubble {
    max-width: 84%;
  }
}
/* < 1024 (tablet: 1023) */
@media (max-width: 1023px) {
  .messages__container {
    margin: 50px 24px 50px;
  }
  .messages__search {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }
  .messages__search-input {
    height: 50px;
  }
  .messages__cards {
    gap: 12px;
  }
  .message-card__head {
    gap: 10px;
  }
  .message-card__meta {
    min-width: 0;
    justify-items: end;
  }
  .message-card__icons {
    gap: 8px;
  }
  .message-card__preview {
    font-size: 13.5px;
  }
  .thread__head {
    grid-template-columns: auto 1fr;
    grid-template-areas: "back title" "time time";
    row-gap: 6px;
    column-gap: 10px;
    align-items: center;
  }
  .thread__back {
    grid-area: back;
  }
  .thread__title {
    grid-area: title;
  }
  .thread__time {
    grid-area: time;
    justify-self: start;
  }
  .thread-message__bubble {
    max-width: 92%;
  }
  .thread__input {
    min-height: 50px;
  }
  .thread__send {
    width: 50px;
    height: 50px;
  }
}
/* < 768 (tablet-sm: 767) */
@media (max-width: 767px) {
  .messages__container {
    margin: 45px 24px 45px;
  }
  .messages__title {
    margin-bottom: 14px;
  }
  .messages__search-input {
    height: 48px;
    border-radius: 18px;
    padding-left: 40px;
  }
  .message-card {
    border-radius: 18px;
  }
  .message-card__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .message-card__meta {
    width: 100%;
    grid-template-columns: 1fr auto;
    justify-items: start;
    align-items: center;
    gap: 6px;
  }
  .message-card__time {
    justify-self: start;
  }
  .message-card__icons {
    justify-self: end;
  }
  .message-card__title {
    font-size: 16px;
  }
  .message-card__preview {
    font-size: 13px;
    line-height: 1.4;
  }
  .messages__thread {
    border-radius: 20px;
  }
  .thread__body {
    padding: 14px;
    gap: 10px;
  }
  .thread-message__bubble {
    max-width: 100%;
  }
  .thread__form {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 12px 14px;
  }
  .thread__input {
    border-radius: 14px;
    max-height: 120px;
  }
  .thread__send {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
}
/* < 480 (mobile: 479) */
@media (max-width: 479px) {
  .messages__container {
    margin: 40px 12px 40px;
  }
  .messages__search-input {
    height: 46px;
    padding: 0 14px 0 38px;
  }
  .messages__counter {
    min-width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
  }
  .message-card {
    padding: 14px 14px 12px;
  }
  .message-card__badge {
    height: 20px;
    font-size: 11px;
    padding: 0 8px;
  }
  .tag {
    height: 24px;
    padding: 0 10px;
    font-size: 11px;
  }
  .thread__head {
    padding: 12px 12px;
  }
  .thread__back {
    height: 38px;
    padding: 0 12px;
  }
  .thread__title {
    font-size: 16px;
  }
  .thread__body {
    padding: 12px;
  }
  .thread-message__bubble {
    padding: 10px 12px;
    font-size: 13px;
  }
  .thread__form {
    padding: 10px 12px;
    gap: 8px;
  }
  .thread__input {
    min-height: 46px;
    padding: 10px 12px;
  }
  .thread__send {
    width: 46px;
    height: 46px;
  }
}
.profile__container {
  margin: 70px 90px;
}

.profile__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.profile__title {
  margin: 0;
  letter-spacing: 0.2px;
  color: #f5141f;
}

.profile__actions {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.profile__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: start;
}

.profile-card {
  background: #fff;
  border-radius: 24px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
}

.profile-card__top {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.profile-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.06);
  color: #111;
}

.profile-card__name {
  font-weight: 800;
  font-size: 18px;
  color: #111;
  line-height: 1.2;
}

.profile-card__sub {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

.profile-card__list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.profile-card__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: baseline;
}

.profile-card__label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

.profile-card__value {
  font-size: 14px;
  color: #111;
  word-break: break-word;
}

.profile-panels {
  display: grid;
  gap: 18px;
}

.profile-panel {
  background: #fff;
  border-radius: 24px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
}

.profile-panel__title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  color: #111;
}

.profile-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.profile-field {
  display: grid;
  gap: 8px;
}

.profile-field__label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

.profile-field__input {
  width: 100%;
  height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 14px;
  outline: none;
  font: inherit;
  background: #fff;
  color: #111;
}

.profile-field__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.profile-field__input:disabled {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.7);
}

.profile-form__hint {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

.profile-security {
  display: grid;
  gap: 12px;
}

.profile-security__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.03);
}

.profile-security__label {
  font-weight: 800;
  color: #111;
}

.profile-security__sub {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

body.is-locked {
  overflow: hidden;
}

/* root modal wrapper */
.pwd-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 18px;
}

.pwd-modal[aria-hidden=true] {
  display: none;
}

/* overlay */
.pwd-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* panel */
.pwd-modal__panel {
  position: relative;
  width: min(480px, 100%);
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
}

/* head */
.pwd-modal__head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pwd-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #111;
  letter-spacing: 0.2px;
}

.pwd-modal__x {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.12s ease, transform 0.12s ease;
}

.pwd-modal__x:hover {
  background: rgba(0, 0, 0, 0.12);
}

.pwd-modal__x:active {
  transform: translateY(1px);
}

/* form */
.pwd-form {
  padding: 10px;
  display: grid;
  gap: 5px;
}

.pwd-field {
  display: grid;
  gap: 8px;
}

.pwd-label {
  font-size: 13px;
  font-weight: 800;
  color: #111;
}

.pwd-control {
  position: relative;
}

.pwd-input {
  width: 100%;
  height: 52px;
  padding: 0 46px 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  font-size: 15px;
  outline: none;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}

.pwd-input:focus {
  border-color: rgba(17, 17, 17, 0.7);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.12);
}

.pwd-input.pwd-input--textarea {
  height: auto;
  min-height: 120px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.45;
}

.pwd-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.12s ease, transform 0.12s ease;
}

.pwd-eye:hover {
  background: rgba(0, 0, 0, 0.12);
}

.pwd-eye:active {
  transform: translateY(-50%) scale(0.98);
}

/* rules + hints */
.pwd-rules {
  margin: 4px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.pwd-rules li {
  list-style: disc;
}

.pwd-rules li.is-ok {
  color: #111;
  font-weight: 800;
}

.pwd-hint {
  min-height: 16px;
  font-size: 12px;
  line-height: 1.3;
}

.pwd-hint.is-err {
  color: #d32f2f;
  font-weight: 800;
}

.pwd-hint.is-ok {
  color: #111;
  font-weight: 800;
}

/* actions */
.pwd-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 4px;
}

.pwd-btn {
  height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  border: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.12s ease, background-color 0.12s ease, opacity 0.12s ease;
}

.pwd-btn:active {
  transform: translateY(1px);
}

.pwd-btn--ghost {
  background: rgba(0, 0, 0, 0.06);
  color: #111;
}

.pwd-btn--ghost:hover {
  background: rgba(0, 0, 0, 0.1);
}

.pwd-btn--primary {
  background: #111;
  color: #fff;
}

.pwd-btn--primary:hover {
  opacity: 0.92;
}

.pwd-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* toast */
.pwd-toast {
  min-height: 18px;
  font-size: 13px;
  font-weight: 800;
  color: #111;
}

.pwd-toast.is-err {
  color: #d32f2f;
}

.pwd-toast.is-ok {
  color: #111;
}

/* =========================
   PROFILE — RESPONSIVE
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)
========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .profile__container {
    margin: 60px 60px;
  }
  .profile__grid {
    grid-template-columns: 340px 1fr;
  }
}
/* < 1200 (laptop: 1199) */
@media (max-width: 1199px) {
  .profile__container {
    margin: 55px 40px;
  }
  .profile__grid {
    grid-template-columns: 320px 1fr;
    gap: 16px;
  }
  .profile-card,
  .profile-panel {
    border-radius: 22px;
    padding: 16px;
  }
  .profile-card__name {
    font-size: 17px;
  }
  .profile-field__input {
    height: 52px;
    border-radius: 14px;
  }
  .profile-security__row {
    border-radius: 16px;
    padding: 12px;
  }
}
/* < 1024 (tablet: 1023) */
@media (max-width: 1023px) {
  .profile__container {
    margin: 45px 24px;
  }
  .profile__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .profile__actions {
    width: 100%;
    gap: 8px;
  }
  .profile__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .profile-card__top {
    grid-template-columns: 52px 1fr;
    gap: 12px;
  }
  .profile-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 18px;
  }
  .profile-card__row {
    grid-template-columns: 140px 1fr;
  }
  .profile-form__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/* < 768 (tablet-sm: 767) */
@media (max-width: 767px) {
  .profile__container {
    margin: 40px 16px;
  }
  .profile-card,
  .profile-panel {
    border-radius: 18px;
    padding: 14px;
  }
  .profile-card__name {
    font-size: 16px;
  }
  .profile-card__row {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
  }
  .profile-card__label {
    font-size: 12px;
  }
  .profile-card__value {
    font-size: 14px;
  }
  .profile-panel__title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .profile-field__label {
    font-size: 12px;
  }
  .profile-field__input {
    height: 50px;
    border-radius: 14px;
    padding: 0 12px;
  }
  .profile-form__hint {
    font-size: 12px;
  }
  .profile-security__row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }
}
/* < 480 (mobile: 479) */
@media (max-width: 479px) {
  .profile__container {
    margin: 34px 12px;
  }
  .profile__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .profile__actions .btn,
  .profile__actions button,
  .profile__actions a {
    width: 100%;
    justify-content: center;
  }
  .profile-card__top {
    grid-template-columns: 48px 1fr;
  }
  .profile-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 16px;
  }
  .profile-card__sub {
    font-size: 12px;
  }
  .profile-field__input {
    height: 48px;
    border-radius: 12px;
  }
}
/* =========================
   PASSWORD MODAL — RESPONSIVE
========================= */
/* < 1024 */
@media (max-width: 1023px) {
  .pwd-modal {
    padding: 16px;
  }
  .pwd-modal__panel {
    width: min(520px, 100%);
  }
}
/* < 768 */
@media (max-width: 767px) {
  .pwd-modal {
    padding: 14px;
  }
  .pwd-modal__panel {
    width: min(480px, 100%);
    border-radius: 16px;
  }
  .pwd-modal__head {
    padding: 14px 14px;
  }
  .pwd-modal__title {
    font-size: 16px;
  }
  .pwd-form {
    padding: 12px;
    gap: 10px;
  }
  .pwd-input {
    height: 50px;
    border-radius: 14px;
    font-size: 14px;
  }
  .pwd-actions {
    justify-content: stretch;
    gap: 8px;
  }
  .pwd-btn {
    width: 100%;
    justify-content: center;
    height: 44px;
  }
}
/* < 480 */
@media (max-width: 479px) {
  .pwd-modal {
    padding: 12px;
  }
  .pwd-modal__panel {
    width: 100%;
    border-radius: 14px;
  }
  .pwd-modal__x {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .pwd-rules {
    font-size: 12px;
    gap: 5px;
  }
  .pwd-toast {
    font-size: 12px;
  }
}
.auth {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 16px;
  background: #f6f7fb;
}

.auth__card {
  width: 100%;
  max-width: 460px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.auth__head {
  padding: 22px 22px 14px;
  display: grid;
  gap: 10px;
}

.auth__title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: #111;
  letter-spacing: 0.2px;
}

.auth__sub {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.35;
}

.auth__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 22px 18px;
}

.auth__tab {
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
  color: #111;
  transition: transform 0.12s ease, background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.auth__tab:hover {
  transform: translateY(-1px);
}

.auth__tab.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}

.auth__body {
  padding: 0 22px 22px;
}

.auth__view {
  display: none;
}

.auth[data-view=login] .auth__view--login {
  display: block;
}

.auth[data-view=register] .auth__view--register {
  display: block;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-field {
  display: grid;
  gap: 8px;
}

.auth-label {
  font-size: 13px;
  font-weight: 800;
  color: #111;
}

.auth-control {
  position: relative;
}

.auth-input {
  width: 100%;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 0 14px;
  outline: none;
  font: inherit;
  background: #fff;
}

.auth-input:focus {
  border-color: #111;
}

.auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
}

.auth-link {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

.auth-actions {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.auth-btn {
  height: 50px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  background: #111;
  color: #fff;
}

input.auth-btn {
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.auth-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.auth-btn--ghost {
  background: rgba(0, 0, 0, 0.06);
  color: #111;
}

.auth-hint {
  min-height: 16px;
  font-size: 12px;
  font-weight: 700;
}

.auth-hint.is-err {
  color: #d32f2f;
}

.auth-hint.is-ok {
  color: #111;
}

.auth-toast {
  margin-top: 10px;
  min-height: 18px;
  font-size: 13px;
  font-weight: 800;
  color: #111;
}

.auth-foot {
  padding: 16px 22px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 520px) {
  .auth__card {
    border-radius: 20px;
  }
  .auth__head,
  .auth__body,
  .auth__tabs,
  .auth-foot {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* ===== Orders page ===== */
.orders {
  padding: 75px 90px;
}

.lk__page--orders {
  min-height: auto;
}

.lk__wrapper--orders {
  min-height: auto !important;
}

.orders__title {
  font-size: 44px;
  margin: 0 0 18px;
}

.orders__title-accent {
  color: #f5141f;
}

.orders__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 22px;
  align-items: start;
}

.orders-create {
  border: 0;
  border-radius: 18px;
  padding: 18px;
  background: #0f1114;
  color: #fff;
  text-align: left;
  cursor: pointer;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.orders-create__plus {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.orders-create__text {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.orders-board {
  border-radius: 18px;
  background: transparent;
}

.orders-empty {
  border: 2px dashed rgba(0, 0, 0, 0.22);
  border-radius: 18px;
  padding: 26px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.55);
  text-align: center;
}

/* Список заказов (состояние 3) */
.orders-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.order-card {
  width: 320px; /* как create */
  min-height: 140px; /* как create */
  border-radius: 18px;
  background: #f1f2f4;
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order-card__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.order-card__status {
  font-weight: 800;
  font-size: 18px;
}

.order-card__meta {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.order-card__sum {
  font-weight: 800;
  font-size: 18px;
}

/* ===== ELIDA modal base ===== */
.elida-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}

.elida-modal[aria-hidden=false] {
  display: block;
}

.elida-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 28, 0.55);
  z-index: 1;
}

.elida-modal__panel {
  position: relative;
  margin: 34px auto;
  background: #fff;
  border-radius: 26px;
  padding: 24px;
  width: min(980px, 100% - 36px);
  z-index: 2;
}

.elida-modal__panel--xl {
  width: min(1120px, 100% - 36px);
}

.elida-modal__panel--md {
  width: min(720px, 100% - 36px);
}

.elida-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

/* Create modal */
.create-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.create-card {
  border: 0;
  background: #f0f0f0;
  border-radius: 18px;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  min-height: 160px;
}

.create-card__title {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10px;
}

.create-card__text {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.72);
}

.elida-btn {
  width: 100%;
  border: 0;
  border-radius: 3px;
  padding: 18px 16px;
  font-size: 18px;
  cursor: pointer;
}

.elida-btn--green {
  background: #f5141f;
  color: #fff;
}

.elida-btn--gray {
  background: #efefef;
  color: #111;
  margin-top: 12px;
}

.pay__title {
  font-size: 22px;
  margin: 0 0 14px;
}

.pay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.pay__balance {
  font-size: 14px;
}

.pay__promo {
  margin-left: 18px;
  color: rgba(0, 0, 0, 0.35);
}

.pay__clear {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #f5141f;
  font-size: 20px;
}

.pay__item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f3f4f6;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 18px;
}

.pay__check {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #f5141f;
  color: #fff;
  font-size: 22px;
}

.pay__meta {
  flex: 1;
}

.pay__code {
  font-weight: 800;
  font-size: 22px;
}

.pay__name {
  font-weight: 900;
  font-size: 30px;
}

.pay__price {
  font-weight: 900;
  font-size: 30px;
}

.pay__more {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 26px;
  opacity: 0.65;
}

.pay__calc {
  border-radius: 18px;
  padding: 8px 2px 4px;
}

.pay__sum {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 8px 8px 2px;
}

.pay__sum-label {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.35);
}

.pay__sum-value {
  font-size: 36px;
  font-weight: 900;
  color: #f5141f;
}

.pay__parts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
  padding: 12px 8px 18px;
}

.pay__part-label {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.35);
}

.pay__part-value {
  font-size: 26px;
  font-weight: 900;
}

.confirm__icon {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: #d7f7e6;
  display: grid;
  place-items: center;
  margin: 8px auto 18px;
  font-size: 44px;
}

.confirm__title {
  text-align: center;
  font-size: 44px;
  margin: 0 0 10px;
}

.confirm__text {
  text-align: center;
  font-size: 22px;
  margin: 0 0 18px;
}

.confirm__note {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

/* Title + description inside modal */
.elida-modal__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.elida-modal__desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.7);
  max-width: 62ch;
}

/* Simple form layout */
.elida-form {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.elida-field {
  display: grid;
  gap: 8px;
}

/* ===== Fix: inputs visibility inside ELIDA modals ===== */
.elida-modal .elida-form input,
.elida-modal .elida-form select,
.elida-modal .elida-form textarea {
  width: 100%;
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.18);
  outline: none;
  font-size: 16px;
  line-height: 1.2;
}
.elida-modal .elida-form textarea {
  min-height: 110px;
  resize: vertical;
}
.elida-modal .elida-form input::placeholder,
.elida-modal .elida-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.elida-modal .elida-form input:focus,
.elida-modal .elida-form select:focus,
.elida-modal .elida-form textarea:focus {
  border-color: #f5141f;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}
.elida-modal .elida-field label {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

/* ===== PAY METHOD MODAL (data-modal="pay-method") ===== */
.elida-modal[data-modal=pay-method] .elida-modal__panel {
  max-width: 520px;
}

/* Заголовок/описание */
.elida-modal[data-modal=pay-method] .elida-modal__title {
  margin: 0 0 8px;
}

.elida-modal[data-modal=pay-method] .elida-modal__desc {
  margin: 0 0 16px;
  opacity: 0.8;
  line-height: 1.4;
}

/* Список способов оплаты */
.elida-modal[data-modal=pay-method] .elida-form {
  display: grid;
  gap: 12px;
  margin: 10px 0 18px;
}

/* Один вариант */
.elida-modal[data-modal=pay-method] .elida-form label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  user-select: none;
}

/* Текст внутри */
.elida-modal[data-modal=pay-method] .elida-form label span {
  font-size: 15px;
  line-height: 1.2;
}

/* Радио — аккуратно */
.elida-modal[data-modal=pay-method] .elida-form input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
  accent-color: #f5141f;
}

/* Подсветка выбранного пункта */
.elida-modal[data-modal=pay-method] .elida-form label:has(input:checked) {
  border-color: rgba(245, 20, 31, 0.55);
  box-shadow: 0 0 0 3px rgba(245, 20, 31, 0.12);
}

/* Кнопки снизу — в сетку */
.elida-modal[data-modal=pay-method] [data-paymethod-next],
.elida-modal[data-modal=pay-method] [data-paymethod-back] {
  width: 100%;
  margin-top: 10px;
}

body.is-locked {
  overflow: hidden;
}

.elida-modal[aria-hidden=false] {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.elida-modal[aria-hidden=false] .elida-modal__panel.elida-modal__panel--xl {
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* ===== ИСТОРИЯ ЗАЯВОК ===== */
.orders-history {
  padding: 30px 90px;
  margin-bottom: 50px;
}

.orders {
  position: relative;
}

.orders::after {
  content: "";
  position: absolute;
  left: 90px;
  right: 90px;
  bottom: 0;
  height: 1px;
  background-color: #e6e6e6;
}

.orders-history__list {
  margin-top: 25px;
}

.orders-history__item {
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  margin-bottom: 10px;
  background: #fff;
}

.orders-history__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.orders-history__sum {
  font-weight: 900;
  font-size: 18px;
}

.orders-history__meta {
  margin-top: 2px;
  font-size: 13px;
  opacity: 0.7;
}

.orders-history__items {
  margin-top: 10px;
}

.orders-history__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.orders-history__row:last-child {
  border-bottom: none;
}

.orders-history__row-left {
  min-width: 0;
}

.orders-history__code {
  font-weight: 700;
}

.orders-history__name {
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 520px;
}

.orders-history__price {
  white-space: nowrap;
  font-weight: 700;
}

/* =========================================================
   ORDERS — RESPONSIVE (desktop/laptop/tablet/tablet-sm/mobile)
   breakpoints:
   desktop: 1439, laptop: 1199, tablet: 1023, tablet-sm: 767, mobile: 479
========================================================= */
/* < 1440 */
@media (max-width: 1439px) {
  .orders {
    padding: 70px 60px;
  }
  .orders__title {
    font-size: 40px;
  }
  .orders-history {
    padding: 26px 60px;
  }
  .orders::after {
    left: 60px;
    right: 60px;
  }
}
/* < 1200 (laptop) */
@media (max-width: 1199px) {
  .orders {
    padding: 60px 40px;
  }
  .orders__title {
    font-size: 34px;
  }
  .orders__grid {
    grid-template-columns: 280px 1fr;
    gap: 18px;
  }
  .orders-create {
    min-height: 132px;
    padding: 16px;
  }
  .orders-create__plus {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  /* список — НЕ flex в одну линию */
  .orders-list {
    flex-wrap: wrap;
    gap: 14px;
    align-items: stretch;
  }
  .order-card {
    width: 280px;
    min-height: 132px;
    padding: 14px 16px;
  }
  .order-card__status,
  .order-card__sum {
    font-size: 16px;
  }
  .order-card__meta {
    font-size: 13px;
  }
  .orders-history {
    padding: 22px 40px;
  }
  .orders::after {
    left: 40px;
    right: 40px;
  }
  .orders-history__name {
    max-width: 420px;
  }
  /* modals */
  .elida-modal__panel {
    padding: 20px;
    border-radius: 22px;
  }
  .elida-modal__title {
    font-size: 24px;
  }
}
/* < 1024 (tablet) */
@media (max-width: 1023px) {
  .orders {
    padding: 50px 24px;
  }
  .orders__title {
    font-size: 30px;
  }
  .orders__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .orders-board {
    border-radius: 18px;
  }
  .orders-create {
    width: 100%;
    min-height: 120px;
  }
  .orders-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
    justify-content: initial;
  }
  .order-card {
    width: auto;
    min-height: 120px;
  }
  .order-card__status,
  .order-card__sum {
    font-size: 16px;
  }
  .order-card__meta {
    font-size: 13px;
  }
  .orders-empty {
    min-height: 120px;
    padding: 20px;
  }
  .orders-history {
    padding: 20px 24px;
  }
  .orders::after {
    left: 24px;
    right: 24px;
  }
  .orders-history__name {
    max-width: 360px;
  }
  /* CREATE modal grid */
  .create-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .create-card {
    min-height: 150px;
  }
  .pay__name,
  .pay__price {
    font-size: 24px;
  }
  .pay__code {
    font-size: 18px;
  }
  .pay__sum-label {
    font-size: 20px;
  }
  .pay__sum-value {
    font-size: 30px;
  }
  .pay__parts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pay__part-label {
    font-size: 16px;
  }
  .pay__part-value {
    font-size: 20px;
  }
  /* confirm */
  .confirm__title {
    font-size: 34px;
  }
  .confirm__text {
    font-size: 18px;
  }
  .elida-modal__panel {
    margin: 18px auto;
    padding: 18px;
  }
  .elida-modal__close {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
/* < 768 (tablet-sm) */
@media (max-width: 767px) {
  .orders {
    padding: 42px 16px;
  }
  .orders__title {
    font-size: 26px;
  }
  .orders-create {
    min-height: 110px;
    padding: 14px;
    border-radius: 16px;
  }
  .orders-empty {
    border-radius: 16px;
    padding: 18px;
  }
  /* карточки — 1 колонка */
  .orders-list {
    grid-template-columns: 1fr;
  }
  .order-card {
    border-radius: 16px;
    min-height: 110px;
  }
  /* история */
  .orders-history {
    padding: 18px 16px;
  }
  .orders::after {
    left: 16px;
    right: 16px;
  }
  .orders-history__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .orders-history__sum {
    font-size: 16px;
  }
  .orders-history__name {
    max-width: 100%;
  }
  /* create modal */
  .create-grid {
    grid-template-columns: 1fr;
  }
  .create-card {
    min-height: 140px;
  }
  /* pay item */
  .pay__item {
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
  }
  .pay__check {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 18px;
  }
  .pay__name,
  .pay__price {
    font-size: 20px;
  }
  .pay__more {
    font-size: 22px;
  }
  /* confirm */
  .confirm__icon {
    width: 92px;
    height: 92px;
    font-size: 36px;
  }
  .confirm__title {
    font-size: 28px;
  }
  .confirm__text {
    font-size: 16px;
  }
  /* pay-method modal */
  .elida-modal[data-modal=pay-method] .elida-modal__panel {
    max-width: 92vw;
  }
  /* общий modal */
  .elida-modal__panel {
    width: min(720px, 100% - 24px);
    padding: 16px;
    border-radius: 18px;
  }
  .elida-modal__title {
    font-size: 22px;
  }
}
/* < 480 (mobile) */
@media (max-width: 479px) {
  .orders {
    padding: 36px 12px;
  }
  .orders__title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .orders-create__text {
    font-size: 14px;
  }
  .orders-create__plus {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .order-card__status,
  .order-card__sum {
    font-size: 15px;
  }
  .order-card__meta {
    font-size: 12.5px;
  }
  .orders-history {
    padding: 16px 12px;
  }
  .orders::after {
    left: 12px;
    right: 12px;
  }
  .orders-history__item {
    padding: 12px 12px;
    border-radius: 12px;
  }
  .orders-history__row {
    padding: 5px 0;
  }
  .elida-modal__panel {
    margin: 12px auto;
    width: calc(100% - 20px);
    padding: 14px;
    border-radius: 16px;
  }
  .elida-modal__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .elida-btn {
    padding: 16px 14px;
    font-size: 16px;
  }
  .pay__sum-label {
    font-size: 18px;
  }
  .pay__sum-value {
    font-size: 26px;
  }
  .pay__parts {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .pay__part-label {
    font-size: 14px;
  }
  .pay__part-value {
    font-size: 18px;
  }
}
:root {
  --pdp-bg: #f4f6f8;
  --pdp-card: #ffffff;
  --pdp-text: #0f1114;
  --pdp-muted: rgba(15, 17, 20, 0.55);
  --pdp-border: rgba(15, 17, 20, 0.08);
  --pdp-accent: #f5141f;
  --pdp-accent-soft: rgba(39, 196, 106, 0.12);
  --pdp-radius-lg: 22px;
  --pdp-radius-md: 16px;
  --pdp-shadow: 0 12px 30px rgba(15, 17, 20, 0.06);
}

/* page */
.lk-page {
  background: var(--pdp-bg);
}

/* container */
.lk-product-page {
  padding: 75px 90px;
}

.lk-title__accent {
  margin: 0 0 16px;
}

/* grid */
.lk-product-page__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr; /* как на скрине: слева шире */
  gap: 26px;
  align-items: start;
}

/* ========== LEFT (gallery) ========== */
.lk-pdp-media {
  background: var(--pdp-card);
  border-radius: var(--pdp-radius-lg);
  box-shadow: var(--pdp-shadow);
  padding: 18px;
  display: grid;
  grid-template-columns: 94px 1fr; /* вертикальные миниатюры */
  gap: 16px;
  border: 1px solid var(--pdp-border);
}

.lk-pdp-thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lk-pdp-thumbs button {
  width: 94px;
  height: 94px;
  border-radius: var(--pdp-radius-md);
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0 6px 16px rgba(15, 17, 20, 0.06);
  line-height: 0;
}

.lk-pdp-thumbs button.is-active {
  border-color: var(--pdp-accent);
}

.lk-pdp-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lk-pdp-main {
  border-radius: var(--pdp-radius-lg);
  background: #fff;
  min-height: 520px; /* крупная картинка как в Poizon */
  display: grid;
  place-items: center;
  overflow: hidden;
}

#pdpMainImg {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

/* ========== RIGHT (info) ========== */
.lk-pdp-info {
  position: sticky; /* как на скрине */
  top: 18px;
  background: var(--pdp-card);
  border-radius: var(--pdp-radius-lg);
  box-shadow: var(--pdp-shadow);
  padding: 18px;
  border: 1px solid var(--pdp-border);
}

.lk-pdp-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--pdp-text);
}

.lk-pdp-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.lk-pdp-sku {
  font-size: 12px;
  color: var(--pdp-muted);
}

.lk-pdp-badge {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--pdp-accent);
  background: rgba(245, 20, 31, 0.12);
  border: 1px solid rgba(245, 20, 31, 0.12);
  white-space: nowrap;
}

.lk-pdp-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--pdp-text);
  margin: 8px 0;
}

.lk-pdp-delivery {
  font-size: 13px;
  color: var(--pdp-muted);
  margin-bottom: 14px;
}

.lk-pdp-row {
  margin-top: 14px;
}

.lk-pdp-label {
  font-size: 12px;
  color: var(--pdp-muted);
  margin-bottom: 10px;
}

/* colors (grid of mini images like Poizon) */
.lk-pdp-colors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.lk-color {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 14px;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  padding: 10px;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(15, 17, 20, 0.06);
}

.lk-color.is-active {
  border-color: var(--pdp-accent);
}

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

/* select */
.lk-select {
  width: 100%;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--pdp-border);
  background: #fff;
  padding: 0 12px;
  outline: none;
}

/* actions */
.lk-pdp-actions {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

/* ========== TABS like Poizon (bottom) ========== */
.lk-pdp-tabs {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.lk-pdp-tab {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 6px;
  color: var(--pdp-muted);
  position: relative;
}

.lk-pdp-tab.is-active {
  color: var(--pdp-accent);
}

.lk-pdp-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 3px;
  background: var(--pdp-accent);
}

.lk-pdp-tabpanes {
  margin-top: 14px;
}

.lk-pdp-pane {
  display: none;
  background: var(--pdp-card);
  border: 1px solid var(--pdp-border);
  box-shadow: var(--pdp-shadow);
  border-radius: var(--pdp-radius-lg);
  padding: 18px;
  color: var(--pdp-text);
}

.lk-pdp-pane.is-active {
  display: block;
}

.lk-spec {
  display: grid;
  gap: 10px;
}

.lk-spec__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 17, 20, 0.08);
  background: #fff;
}

.lk-spec__k {
  opacity: 0.65;
  font-size: 13px;
}

.lk-spec__v {
  text-align: right;
  font-size: 13px;
  font-weight: 600;
}

/* =========================
   PDP (lk-product-page) — RESPONSIVE
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)
========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .lk-product-page {
    padding: 70px 60px;
  }
  .lk-product-page__grid {
    gap: 22px;
  }
  .lk-pdp-media {
    padding: 16px;
    gap: 14px;
  }
  .lk-pdp-info {
    padding: 16px;
  }
}
/* < 1200 (laptop: 1199) */
@media (max-width: 1199px) {
  .lk-product-page {
    padding: 60px 40px;
  }
  .lk-product-page__grid {
    grid-template-columns: 1.15fr 0.95fr;
    gap: 18px;
  }
  .lk-pdp-media {
    grid-template-columns: 80px 1fr;
    padding: 14px;
  }
  .lk-pdp-thumbs button {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
  .lk-pdp-main {
    min-height: 460px;
  }
  #pdpMainImg {
    max-height: 460px;
  }
  .lk-pdp-title {
    font-size: 20px;
  }
  .lk-pdp-colors {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .lk-color {
    border-radius: 12px;
    padding: 8px;
  }
}
/* < 1024 (tablet: 1023) */
@media (max-width: 1023px) {
  .lk-product-page {
    padding: 52px 24px;
  }
  .lk-product-page__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lk-pdp-info {
    position: static;
    top: auto;
  }
  .lk-pdp-media {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }
  .lk-pdp-thumbs {
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .lk-pdp-thumbs button {
    width: 84px;
    height: 84px;
    flex: 0 0 auto;
  }
  .lk-pdp-main {
    min-height: 420px;
  }
  #pdpMainImg {
    max-height: 420px;
  }
  .lk-pdp-title {
    font-size: 20px;
  }
  .lk-pdp-tabs {
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .lk-pdp-tab {
    white-space: nowrap;
  }
  .lk-pdp-pane {
    padding: 16px;
  }
  .lk-spec__row {
    border-radius: 12px;
  }
}
/* < 768 (tablet-sm: 767) */
@media (max-width: 767px) {
  .lk-product-page {
    padding: 46px 16px;
  }
  .lk-pdp-media {
    padding: 12px;
    border-radius: 16px;
  }
  .lk-pdp-main {
    min-height: 360px;
    border-radius: 16px;
  }
  #pdpMainImg {
    max-height: 360px;
  }
  .lk-pdp-thumbs button {
    width: 76px;
    height: 76px;
    padding: 8px;
    border-radius: 12px;
  }
  .lk-pdp-info {
    padding: 14px;
    border-radius: 16px;
  }
  .lk-pdp-title {
    font-size: 18px;
  }
  .lk-pdp-price {
    font-size: 16px;
  }
  .lk-pdp-delivery {
    font-size: 12.5px;
  }
  .lk-pdp-colors {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
  .lk-select {
    height: 44px;
    border-radius: 12px;
  }
  .lk-pdp-actions {
    gap: 8px;
  }
  .lk-pdp-pane {
    border-radius: 16px;
    padding: 14px;
  }
  .lk-spec__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .lk-spec__v {
    text-align: left;
  }
}
/* < 480 (mobile: 479) */
@media (max-width: 479px) {
  .lk-product-page {
    padding: 40px 12px;
  }
  .lk-pdp-media {
    padding: 10px;
    border-radius: 14px;
  }
  .lk-pdp-thumbs {
    gap: 8px;
  }
  .lk-pdp-thumbs button {
    width: 68px;
    height: 68px;
    padding: 7px;
  }
  .lk-pdp-main {
    min-height: 300px;
    border-radius: 14px;
  }
  #pdpMainImg {
    max-height: 300px;
  }
  .lk-pdp-info {
    padding: 12px;
    border-radius: 14px;
  }
  .lk-pdp-title {
    font-size: 16px;
  }
  .lk-pdp-meta {
    gap: 8px;
  }
  .lk-pdp-badge {
    font-size: 11px;
    padding: 6px 8px;
  }
  .lk-pdp-price {
    font-size: 15px;
  }
  .lk-pdp-label {
    margin-bottom: 8px;
  }
  .lk-pdp-colors {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .lk-color {
    padding: 8px;
    border-radius: 12px;
  }
  .lk-select {
    height: 42px;
  }
  .lk-pdp-tabs {
    gap: 12px;
  }
  .lk-pdp-tab {
    padding: 8px 4px;
    font-size: 13px;
  }
  .lk-pdp-pane {
    padding: 12px;
    border-radius: 14px;
  }
  .lk-spec__k,
  .lk-spec__v {
    font-size: 12.5px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}

.btn--sm {
  padding: 8px 14px;
  font-size: 14px;
}

.btn--md {
  padding: 12px 18px;
  font-size: 15px;
}

.btn--lg {
  padding: 16px 24px;
  font-size: 16px;
}

.btn--primary {
  background: #f5141f;
  color: #fff;
  padding: 21px 35px;
}
.btn--primary:hover {
  background: black;
}

.btn--secondary {
  background: #f0f0f0;
  color: #111;
}
.btn--secondary:hover {
  background: #f5141f;
}

.btn--outline {
  background: transparent;
  border-color: #000;
  color: #000;
}
.btn--outline:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.btn--ghost {
  background-color: #000;
  color: #fff;
  font-family: inherit;
}
.btn--ghost:hover {
  background-color: #f5141f;
  color: #fff;
}

.btn--danger {
  background: #d62828;
  color: #fff;
}
.btn--danger:hover {
  background: rgb(179.6251968504, 33.5748031496, 33.5748031496);
}

.uikit-section {
  border: 2px dashed #c89cff;
  padding: 40px;
  border-radius: 16px;
  margin-top: 20px;
}

.uikit-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.uikit-block {
  margin-bottom: 32px;
}

.uikit-label {
  font-size: 18px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: auto;
}

.field__label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  font-family: "Involve", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.field__input {
  width: 100%;
  height: 65px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(182, 182, 182, 0.55);
  font-size: 16px;
  font-family: "Involve", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  outline: none;
  transition: 0.2s ease;
}
.field__input::placeholder {
  color: #9e9e9e;
}
.field__input:focus {
  border-color: #f5141f;
  box-shadow: 0 0 0 2px rgba(245, 20, 31, 0.15);
}

.field--filled .field__input {
  background-color: #d3e6f6;
}

/* ошибка */
.field--error .field__input {
  border-color: #e53935;
}

.field__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.field__control {
  position: relative;
}

.field--select .field__control::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 40px;
  transform: translateY(-50%);
  background: url("../img/index/Input/Icon/Arrow.svg") no-repeat center/contain;
  pointer-events: none;
}

.field--select .field__control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}

.field--select .field__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  padding-right: 40px;
}

/* =========================
   UIKIT / FIELD — RESPONSIVE
   breakpoints: desktop(1439), laptop(1199), tablet(1023), tablet-sm(767), mobile(479)
========================= */
/* < 1440 */
@media (max-width: 1439px) {
  .uikit-section {
    padding: 32px;
  }
  .uikit-title {
    font-size: 28px;
  }
  .uikit-label {
    font-size: 16px;
  }
}
/* < 1200 (laptop: 1199) */
@media (max-width: 1199px) {
  .uikit-section {
    padding: 28px;
    border-radius: 14px;
  }
  .uikit-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .uikit-block {
    margin-bottom: 26px;
  }
  .field__label {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .field__input {
    height: 58px;
    font-size: 15px;
    padding: 0 14px;
    border-radius: 12px;
  }
  .field--select .field__input {
    padding-right: 44px;
  }
  .field--select .field__control::after {
    right: 14px;
    width: 18px;
    height: 18px;
  }
  .field__icon {
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
/* < 1024 (tablet: 1023) */
@media (max-width: 1023px) {
  .uikit-section {
    padding: 22px;
    border-radius: 12px;
  }
  .uikit-title {
    font-size: 22px;
  }
  .uikit-label {
    font-size: 15px;
  }
  .field {
    gap: 6px;
  }
  .field__label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .field__input {
    height: 54px;
    font-size: 15px;
    padding: 0 14px;
  }
  .field--select .field__input {
    padding-right: 46px;
  }
}
/* < 768 (tablet-sm: 767) */
@media (max-width: 767px) {
  .uikit-section {
    padding: 16px;
  }
  .uikit-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .uikit-block {
    margin-bottom: 20px;
  }
  .uikit-label {
    font-size: 14px;
  }
  .field__label {
    font-size: 12.5px;
    margin-bottom: 6px;
  }
  .field__input {
    height: 50px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 12px;
  }
  .field__icon {
    right: 12px;
    width: 18px;
    height: 18px;
  }
  .field--select .field__control::after {
    right: 12px;
    width: 18px;
    height: 18px;
  }
  .field--select .field__input {
    padding-right: 44px;
  }
}
/* < 480 (mobile: 479) */
@media (max-width: 479px) {
  .uikit-section {
    padding: 12px;
    border-radius: 12px;
  }
  .uikit-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .uikit-label {
    font-size: 13px;
  }
  .field__label {
    font-size: 12px;
  }
  .field__input {
    height: 46px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 12px;
  }
  .field__icon {
    width: 18px;
    height: 18px;
  }
  .field--select .field__control::after {
    width: 18px;
    height: 18px;
  }
}
.news-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.news-modal--active {
  display: flex;
}

.news-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.news-modal__dialog {
  position: relative;
  max-width: 720px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  z-index: 1;
  overflow: hidden;
}

.news-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.news-modal__header {
  padding-right: 32px;
}

.news-modal__tag {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  color: #999;
}

.news-modal__title {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
}

.news-modal__meta {
  font-size: 14px;
  color: #999;
  margin: 0 0 20px;
}

.news-modal__body {
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.news-modal__body p + p {
  margin-top: 12px;
}

@media (max-width: 600px) {
  .news-modal__dialog {
    padding: 24px 20px;
  }
  .news-modal__title {
    font-size: 20px;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  line-height: 1;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

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

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

.zero__tab,
.zero__tab--three,
.zero__tab--active,
.zero__tab--active--two {
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.zero__tab:hover,
.zero__tab--three:hover,
.zero__tab--active:hover,
.zero__tab--active--two:hover {
  transform: translateY(-2px);
  background-color: #000000;
  color: #ffffff;
}

.zero__block {
  background-color: #e6e6e6;
  padding-left: 90px;
  padding-right: 90px;
  border-radius: 30px 30px 0 0;
  position: relative;
  margin-top: 150px;
}

.container__zero {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 60px;
  min-height: 800px;
}

.text-accent {
  color: #f5141f;
  text-transform: uppercase;
}

.zero__left {
  padding-top: 25px;
}

.zero__inner {
  padding-top: 80px;
}

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

.zero__text {
  font-size: 32px;
  line-height: 120%;
}

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

.zero__image {
  position: relative;
  width: 100%;
}

.zero__image--top {
  position: relative;
  z-index: 2;
}

.zero__image--map {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.services {
  padding: 120px 0;
}

.services__header {
  margin-bottom: 60px;
}

.services__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Involve", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.services__title .services__title-accent {
  color: #f5141f;
}

.services {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 1;
  margin-top: -65px;
  padding-top: 65px;
}

.container--services {
  padding-left: 90px;
  padding-right: 90px;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- CARD BASE --- */
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  border: 1.5px solid #eee;
}
.service-card--accent {
  background: #f5141f;
  color: #fff;
}
.service-card--accent .service-card__button {
  border-color: #fff;
  color: #fff;
}

.service-card--div {
  display: flex;
  gap: 24px;
  width: 100%;
}

.service-card--div {
  grid-column: 1/-1;
}

/* --- CARD CONTENT --- */
.service-card__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.service-card__title .service-card__title-accent {
  color: #f5141f;
}

.service-card__text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.45;
}

/* --- CARD FOOTER --- */
.service-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.service-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1.5px solid #000;
  font-size: 15px;
  transition: 0.2s;
}
.service-card__button:hover {
  background: #f7f7f7;
}

.service-card__icon img {
  width: 32px;
  height: 32px;
}

.cta-slider {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  padding-left: 90px;
  margin-top: 0;
  padding-right: 90px;
}

.cta-slider--no-offset {
  margin-top: 70px;
}

.cta-slider__container {
  position: relative;
  width: 100%;
  max-height: 200px;
}

.cta-slider__illustration {
  position: absolute;
  left: 50%;
  top: -140px;
  transform: translateX(-50%);
  z-index: 2;
}
.cta-slider__illustration img {
  width: 200px;
}

.cta-slider__slides {
  background: #000;
  padding: 60px 50px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  transition: background 0.4s ease;
}

.cta-slide {
  display: none;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}
.cta-slide.active {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cta-slide .cta-slide__left,
.cta-slide .cta-slide__right {
  width: 40%;
}

.cta-slider__dots {
  margin-top: 20px;
  text-align: center;
}
.cta-slider__dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c4c4c4;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.cta-slider__dots .dot.active {
  background: #f5141f;
}

#fulfillment-btn {
  border-color: #fff;
  background-color: #fff;
}
#fulfillment-btn:hover {
  background-color: #000;
  color: #fff;
  border: none;
}

#delivery-btn:hover,
#cargo-btn:hover,
#buy-btn:hover,
#customs-btn:hover,
#consolidation-btn:hover {
  background: #f5141f;
  color: #fff;
  border: none;
}

/* --- КОНСОЛИДАЦИЯ --- */
.contact--form {
  /*background-color: rgba(182, 182, 182, 0.55);*/
  margin-top: 0;
}

.consolidation-subtitle {
  max-width: 970px;
}

.consolidation-box {
  background-color: #000;
  color: #fff;
  margin: 25px 0;
  border-radius: 20px;
  padding: 25px;
}

.consolidation-cards {
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 400px 400px;
}

.news-card-consolidation {
  background-color: rgba(230, 230, 230, 0.35);
  border-radius: 20px;
  max-width: 500px;
  padding: 15px;
}

.consolidation-info {
  max-width: 600px;
}

.consolidation-cards--wrapper {
  max-width: 830px;
}

.consolidation-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr);
  max-height: 730px;
}

.consolidation-box__title,
.news-card__title-consolidation {
  padding: 10px 0;
}

.consolidation--title {
  margin-bottom: 515px;
}

.strong {
  font-weight: 600;
}

/* --- АВИА ДОСТАВКА --- */
.avia--flow {
  background-color: rgba(230, 230, 230, 0.35);
}

.avia--calc {
  background-color: #fff;
  margin-top: -30px;
}

.avia--form-grid {
  margin-bottom: 60px;
}

.paragraf {
  max-width: 500px;
}

.sea--container {
  margin-bottom: 90px;
  margin-top: 40px;
}

/* --- ВЫКУП ТОВАРА --- */
.buyback--container {
  margin-top: 0;
}

.lk-cart,
.lk-checkout {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.lk-cart[aria-hidden=false],
.lk-checkout[aria-hidden=false] {
  display: block;
}

.lk-cart__overlay,
.lk-checkout__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.lk-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 92vw;
  height: 100%;
  background: #0f1114;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.lk-cart__head,
.lk-checkout__head {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lk-cart__title,
.lk-checkout__title {
  font-size: 18px;
  font-weight: 700;
}

.lk-cart__close,
.lk-checkout__close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.lk-cart__body {
  padding: 14px 16px;
  overflow: auto;
  display: grid;
  gap: 12px;
}

.lk-cart__foot {
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 12px;
}

.lk-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.95;
}

.lk-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lk-cart-item__img {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.lk-cart-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lk-cart-item__name {
  font-weight: 700;
  margin-bottom: 6px;
}

.lk-cart-item__meta {
  font-size: 12px;
  opacity: 0.75;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.lk-cart-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lk-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lk-qty button {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

.lk-qty input {
  width: 46px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-align: center;
}

.lk-cart-item__remove {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

/* ===== CHECKOUT MODAL ===== */
.lk-checkout__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  max-width: 92vw;
  transform: translate(-50%, -50%);
  background: #0f1114;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  overflow: hidden;
}

.lk-checkout__form {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.lk-field__label {
  display: block;
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 6px;
}

.lk-input,
.lk-textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 12px;
  outline: none;
}

.lk-checkout__sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lk-checkout__note {
  font-size: 12px;
  opacity: 0.7;
}

.btn-cart {
  background-color: #fff;
  color: #000;
}
.btn-cart:hover {
  background-color: #f5141f;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

/* =========================================================
   RESPONSIVE PACK (ALL)
   desktop: 1439px  (всё ниже 1440)
   laptop:  1199px
   tablet:  1023px
   tablet-sm: 767px
   mobile:  479px
========================================================= */
/* ===== Global helpers  ===== */
img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

/* =========================
   < 1440 (desktop: 1439)
   Сжимаем "90px" отступы, уменьшаем крупные размеры
========================= */
@media (max-width: 1439px) {
  /* типографика (мягко, без ломания) */
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  h1,
  .h1 {
    font-size: 42px;
    line-height: 1.15;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 1.35;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 1.3;
  }
  /* hero/zero */
  .zero__block {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 120px;
  }
  .container__zero {
    gap: 40px;
    min-height: 720px;
  }
  .zero__inner {
    padding-top: 60px;
  }
  .zero__text {
    font-size: 28px;
    line-height: 1.25;
  }
  .zero__image--map {
    top: 220px;
  }
  /* services */
  .container--services {
    padding-left: 60px;
    padding-right: 60px;
  }
  .services__title {
    font-size: 42px;
  }
  .services__grid {
    gap: 20px;
  }
  /* cta */
  .cta-slider {
    padding-left: 60px;
    padding-right: 60px;
  }
  .cta-slider__slides {
    padding: 50px 40px;
  }
}
/* =========================
   < 1200 (laptop: 1199)

========================= */
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 38px;
    line-height: 1.12;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
  /* hero/zero */
  .zero__block {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 110px; /* ниже шапки */
  }
  .container__zero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
  }
  .zero__left {
    padding-top: 10px;
  }
  .zero__inner {
    padding-top: 40px;
  }
  .zero__tabs {
    flex-wrap: wrap;
    gap: 12px;
  }
  .zero__text {
    font-size: 24px;
    line-height: 1.3;
  }
  .zero__image {
    height: 430px;
  }
  .zero__image--map {
    position: relative;
    top: -355px;
    left: 70px;
    right: auto;
    max-width: 350px;
    z-index: 1;
  }
  .zero__image--top {
    height: 430px;
  }
  /* services */
  .services {
    padding: 100px 0;
    margin-top: -55px;
    padding-top: 55px;
  }
  .container--services {
    padding-left: 40px;
    padding-right: 40px;
  }
  .services__header {
    margin-bottom: 40px;
  }
  .services__title {
    font-size: 38px;
  }
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .service-card {
    padding: 26px;
    min-height: 240px;
  }
  .service-card__title {
    font-size: 24px;
  }
  .service-card__text {
    font-size: 16px;
  }
  /* cta */
  .cta-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cta-slider__illustration {
    top: -120px;
  }
  .cta-slider__illustration img {
    width: 180px;
  }
  .cta-slider__slides {
    padding: 44px 32px;
    gap: 28px;
  }
  .cta-slide {
    font-size: 20px;
  }
  .cta-slide .cta-slide__left,
  .cta-slide .cta-slide__right {
    width: 48%;
  }
  /* consolidation */
  .consolidation-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .consolidation-inner {
    grid-template-columns: 1fr;
    max-height: none;
  }
  .consolidation--title {
    margin-bottom: 40px;
  }
}
/* =========================
   < 1024 (tablet: 1023)

========================= */
@media (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1.1;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 1.35;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
    line-height: 1.55;
  }
  /* hero/zero */
  .zero__block {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 90px;
    border-radius: 22px 22px 0 0;
  }
  .zero__inner {
    padding-top: 28px;
  }
  .zero__text {
    font-size: 20px;
    line-height: 1.35;
  }
  .zero__buttons {
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
  }
  .zero__buttons .btn {
    width: fit-content;
  }
  /* services */
  .services {
    padding: 90px 0;
    border-radius: 22px 22px 0 0;
    margin-top: -45px;
    padding-top: 50px;
  }
  .container--services {
    padding-left: 24px;
    padding-right: 24px;
  }
  .services__title {
    font-size: 32px;
  }
  .services__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service-card {
    padding: 22px;
    min-height: auto;
  }
  .service-card--div {
    grid-column: auto;
    flex-direction: column;
    gap: 14px;
  }
  .service-card__footer {
    justify-content: space-between;
    align-items: center;
  }
  .service-card__icon img {
    width: 26px;
    height: 26px;
  }
  .service-card__icon img {
    width: 28px;
    height: 28px;
  }
  /* cta */
  .cta-slider {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cta-slider__container {
    max-height: none;
  }
  .cta-slider__illustration {
    top: -95px;
    max-width: 80px;
  }
  .cta-slider__illustration img {
    width: 150px;
  }
  .cta-slider__slides {
    padding: 36px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .cta-slide {
    font-size: 18px;
  }
  .cta-slide.active {
    flex-direction: column;
    gap: 14px;
  }
  .cta-slide .cta-slide__left,
  .cta-slide .cta-slide__right {
    width: 100%;
  }
  .cta-slider__dots {
    margin-top: 14px;
  }
  .lk-cart__panel {
    width: 380px;
  }
  .lk-checkout__panel {
    width: 480px;
  }
}
/* =========================
   < 768 (tablet-sm: 767)
========================= */
@media (max-width: 767px) {
  /* типографика */
  h1,
  .h1 {
    font-size: 28px;
    line-height: 1.08;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 17px;
  }
  h4,
  .h4 {
    font-size: 15px;
  }
  p {
    margin-bottom: 0.9rem;
  }
  /* hero/zero */
  .zero__block {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 70px;
  }
  .zero__tabs {
    gap: 10px;
  }
  .zero__tab,
  .zero__tab--three,
  .zero__tab--active,
  .zero__tab--active--two {
    width: auto;
    padding: 0 12px;
    height: 34px;
    font-size: 12px;
  }
  .zero__text {
    font-size: 16px;
    line-height: 1.4;
  }
  .zero__buttons .btn {
    width: 100%;
    justify-content: center;
  }
  /* services */
  .services {
    padding: 70px 0;
  }
  .services__header {
    margin-bottom: 26px;
  }
  .services__title {
    font-size: 28px;
  }
  .service-card__title {
    font-size: 22px;
  }
  .service-card__text {
    font-size: 15px;
  }
  .service-card__footer {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .service-card__button {
    flex-shrink: 0;
  }
  .service-card__icon {
    flex-shrink: 0;
  }
  .cta-slider__illustration {
    top: -85px;
  }
  .cta-slider__illustration img {
    width: 135px;
  }
  .cta-slider__slides {
    padding: 28px 16px;
  }
  .lk-cart__panel {
    width: 92vw;
  }
  .lk-checkout__panel {
    width: 92vw;
  }
}
/* =========================
   < 480 (mobile: 479)
========================= */
@media (max-width: 479px) {
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.06;
    letter-spacing: 0.01em;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
  }
  /* hero/zero */
  .zero__block {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 55px;
  }
  .zero__tabs {
    gap: 8px;
  }
  .zero__tab,
  .zero__tab--three,
  .zero__tab--active,
  .zero__tab--active--two {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
  .zero__text {
    font-size: 14px;
    line-height: 1.45;
  }
  /* services */
  .services__title {
    font-size: 24px;
  }
  .service-card {
    padding: 18px;
    border-radius: 16px;
  }
  .service-card__footer {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .service-card__button {
    width: auto;
  }
  .service-card__icon img {
    width: 24px;
    height: 24px;
  }
  /* cta */
  .cta-slider__illustration {
    top: -75px;
  }
  .cta-slider__illustration img {
    width: 120px;
  }
  .cta-slide {
    font-size: 16px;
  }
  /* cart/checkout paddings */
  .lk-cart__head,
  .lk-checkout__head,
  .lk-cart__body,
  .lk-cart__foot,
  .lk-checkout__form {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ===== CATALOG — 3-col panel (supplier + WC categories) ===== */
.lk-cats-panel__grid--three {
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  gap: 0;
}

.lk-cats-panel__col--suppliers {
  padding: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.lk-supplier-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lk-supplier-item {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-radius: 12px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.lk-supplier-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.lk-supplier-item--active {
  background: rgba(0, 0, 0, 0.08);
  color: #111;
}

.lk-cats-panel__empty {
  padding: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .lk-cats-panel__grid--three {
    grid-template-columns: 1fr 1fr;
  }

  .lk-cats-panel__col--suppliers {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .lk-supplier-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* ===== Блог / записи (single, archive, index) ===== */
.site-main--blog,
.site-main--archive,
.site-main--single {
  padding-top: 140px;
  padding-bottom: 80px;
  background: #e6e6e6;
}

.site-main__inner {
  max-width: 920px;
  margin: 0 auto;
}

.blog-header__title,
.archive-header__title {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.blog-loop {
  display: grid;
  gap: 20px;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-card__title {
  font-size: 22px;
  margin: 0 0 10px;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title a:hover {
  color: #f5141f;
}

.blog-card__meta {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 12px;
}

.blog-card__excerpt {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.blog-card__more {
  display: inline-flex;
}

.pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #111;
}

.pagination .page-numbers.current {
  background: #111;
  color: #fff;
  border-color: #111;
}

.entry-article__inner {
  background: #fff;
  border-radius: 24px;
  padding: 40px 36px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.entry-title {
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 16px;
}

.entry-meta {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 28px;
}

.entry-content {
  font-size: 16px;
  line-height: 1.65;
}

.entry-content p {
  margin-bottom: 1rem;
}

.entry-content img {
  height: auto;
}

.entry-footer {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.entry-footer .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.entry-footer .nav-links a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
}

.entry-footer .nav-links a:hover {
  color: #f5141f;
}

.no-posts {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .site-main--blog,
  .site-main--archive,
  .site-main--single {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .entry-article__inner {
    padding: 24px 16px;
  }

  .entry-title {
    font-size: 26px;
  }
}

/*# sourceMappingURL=style.css.map */
