/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-v31-cyrillic_latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-v31-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-v31-cyrillic_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ==========================================================================
   1. БАЗОВЫЕ НАСТРОЙКИ (MOBILE FIRST)
   ========================================================================== */
:root {
  --dark: #1a1a1a;
  --light-bg: #f5f5f5;
  --white: #ffffff;
  --gray: #666;
  --section-padding-desktop: 120px; /* Отступ для десктопа */
  --border-color: rgba(2, 3, 0, 0.07); /* Твой тонкий бордер */
}

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Montserrat", sans-serif;
  color: var(--dark);
  line-height: 1.4;
  background-color: var(--white);
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

/* Универсальный класс для скрытия элементов, которые нужны только роботам или скринридерам */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* Контейнеры и отступы */
.section {
  padding: 40px 20px;
  background: var(--light-bg);
  width: 100%;
  box-sizing: border-box;
}

.section h2 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .section {
    padding: 60px 40px;
  }
  .section h2 {
    text-align: left;
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  section {
    padding-top: var(--section-padding-desktop);
    padding-bottom: var(--section-padding-desktop);
  }
}

.btn-primary {
  padding: 12px 24px;
  width: 100%;
}

.btn-secondary {
  padding: 10px 0;
  width: 100%;
  font-size: 0.8rem;
}

/* Header (Mobile) */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;

  /* Свойства для фиксации */
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #020300;
  box-shadow:
    0px 2px 4px rgba(46, 47, 66, 0.08),
    0px 1px 2px rgba(46, 47, 66, 0.16);
}

.logo a {
  display: flex;
  align-items: center;
}

.logo-img {
  /* Базовый размер для десктопа */
  width: 120px;
  height: auto; /* Чтобы не искажались пропорции */
  display: block;
}

.nav-desktop {
  display: none;
}
/* Скрываем меню на мобильных (обычно гамбургер) */

.header-actions {
  display: flex;
  gap: 12px;
}

.lang-switcher {
  position: relative;
}

.lang-current {
  color: var(--light-bg);
  background: none;
  border: none;
  font-weight: 700;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

/* Маленькая стрелочка вниз */
.lang-current::after {
  content: "▼";
  font-size: 8px;
  margin-top: 1px;
}

.lang-list {
  display: none;
  position: absolute;

  top: calc(100% + 12px); /* Чуть больше отступ от кнопки */
  left: 50%;
  transform: translateX(-50%);

  /* Делаем фон чуть светлее и добавляем эффект стекла (по желанию) */
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.1); /* Тонкая светлая граница */
  border-radius: 12px; /* Мягкие современные углы */
  padding: 6px;
  min-width: 52px;

  /* Глубокая, мягкая тень */
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.6);
  z-index: 100;
}

/* Элементы списка */
.lang-list li a {
  display: block;
  padding: 10px 14px;
  color: #a0a0a0; /* В обычном состоянии текст серый */
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px; /* Скругляем саму область наведения */
  transition: all 0.2s ease;
}

/* Эффект при наведении */
.lang-list li a:hover {
  background-color: rgba(
    255,
    255,
    255,
    0.05
  ); /* Легкий блик вместо черного фона */
  color: #ffffff; /* Текст становится белым */
}

/* Анимация появления */
.lang-switcher.is-open .lang-list {
  display: block;
  animation: dropDown 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}

@keyframes dropDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

.burger-btn {
  padding: 0;
  border: none;
  background-color: transparent;
}

.burger-icon {
  display: block;
  fill: var(--light-bg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Черный на 80% */
  backdrop-filter: blur(10px); /* Размытие того, что под меню */

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-container {
  position: relative;
  padding: 72px 28px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 40px;
}

.mobile-menu-close {
  position: absolute;
  top: 16px;
  right: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: transparent;
}

.mobile-menu-close-icon {
  fill: var(--light-bg);
  transition: fill 0.2s ease;
}

.mobile-menu-nav {
  margin-bottom: auto;
}

.nav-list-mobile {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.nav-list-mobile a {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  color: var(--light-bg);
}

.nav-list-mobile a:active,
.nav-list-mobile a:hover {
  color: #404bbf;
}

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

.contacts-link-mobile {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--light-bg);
}

.contacts-link-mobile:active {
  color: #404bbf;
}

.header-link-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: transform 0.2s;
}

.social-link-icon {
  width: 28px;
  height: 28px;
  display: block;
  fill: var(--light-bg);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.social-link-icon:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  /* Показываем навигацию */
  .nav-desktop {
    display: block;
  }
  .nav a {
    margin: 0 10px;
    text-decoration: none;
    color: var(--dark);
  }

  .nav-desktop ul {
    display: flex;
    gap: 20px;
  }

  .nav-link {
    color: var(--light-bg);
  }

  .burger-btn,
  .mobile-menu {
    display: none; /* Прячем всё мобильное */
  }
}

@media (min-width: 1024px) {
  /* Навигация шире */
  .nav a {
    margin: 0 20px;
  }
}

/* Hero (Mobile) */
.hero {
  height: 70vh;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/hero-tablet.webp");
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    -webkit-image-set(
        url("../img/hero-mobile.webp") 1x,
        url("../img/hero-tablet.webp") 2x
      );
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    image-set(
      url("../img/hero-mobile.webp") 1x,
      url("../img/hero-tablet.webp") 2x
    );

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* 0.2 — это 20% белого цвета. Картинка станет чуть светлее, но останется четкой */
  background: rgba(0, 0, 0, 0.4);

  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1; /* Обязательно, чтобы текст был выше высветляющего слоя */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: var(--light-bg);
}

.hero-overline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em; /* Разряженный шрифт выглядит премиально */
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  display: block;
}

.hero-content h1 {
  font-size: 48px; /* Или твой размер */
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .hero {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      -webkit-image-set(
          url("../img/hero-tablet.webp") 1x,
          url("../img/hero@2x.webp") 2x
        );
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      image-set(
        url("../img/hero-tablet.webp") 1x,
        url("../img/hero@2x.webp") 2x
      );
  }
}

@media (min-width: 1024px) {
  /* Hero */
  .hero {
    height: 85vh;
    padding: 0 5%;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      -webkit-image-set(
          url("../img/hero.webp") 1x,
          url("../img/hero@2x.webp") 2x
        );
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      image-set(url("../img/hero.webp") 1x, url("../img/hero@2x.webp") 2x);
  }
  .hero-content h1 {
    font-size: 3.5rem;
    max-width: 700px;
  }
}

/* Features (Mobile - вертикально) */
.features {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.feature-item {
  display: flex;
  text-align: center;
}

.feature-title {
  font-size: inherit; /* Берет размер родителя, если нужно */
  font-weight: 700; /* Тот самый "strong" эффект */
  margin: 0; /* Убираем лишние отступы браузера */
  text-transform: uppercase;
  /* Можно добавить чуть-чуть межбуквенного интервала для стиля */
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  /* Features - в ряд */
  .features {
    flex-direction: row;
    justify-content: space-around;
  }
  .feature-item {
    flex-direction: row;
    text-align: left;
  }
}

/* Grids (Mobile - в одну колонку) */
.categories {
  background-color: #f0f0f0;
}
.grid-four {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 8px;
}

.category-card {
  flex: 0 0 80%;
  scroll-snap-align: center;
  text-align: center;

  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.img-placeholder img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Скругление самого фото */
}

.category-card:hover img {
  transform: translateY(-5px); /* Легкий подъем при наведении */
  box-shadow: 0px 10px 20px rgba(46, 47, 66, 0.15);
}

@media (min-width: 768px) {
  .grid-four {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  /* Сетка в 4 колонки */
  .grid-four {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* процесс работы  */

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.process-item {
  position: relative;
  padding: 20px;
  background: #ffffff; /* Чистый белый для карточек, чтобы выделить их на f5f5f5 */
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.process-item:hover {
  transform: translateY(-5px);
}

.process-number {
  font-size: 48px;
  font-weight: 900;
  color: rgba(2, 3, 0, 0.05); /* Едва заметный черный для фона цифры */
  position: absolute;
  top: 10px;
  right: 20px;
}

.process-step-title {
  font-size: 18px;
  font-weight: 700;
  color: #020300;
  margin-bottom: 10px;
  position: relative; /* Чтобы быть над цифрой */
}

.process-text {
  font-size: 14px;
  line-height: 1.6;
  color: #020300;
  opacity: 0.8;
  position: relative;
}

/* форма */

/* Контейнер сетки */

.contact {
  background-color: #f0f0f0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

/* Стили полей (в стиле твоих карточек) */
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 16px;
  border: 1px solid #e7e9fc;
  border-radius: 12px; /* как у карточек */
  background-color: #fcfcfc;
  font-family: inherit;
  transition: border-color 250ms ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #4d5ae5;
  background-color: #fff;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  background-color: #020300; /* Твой глубокий черный */
  color: #f5f5f5; /* Твой мягкий белый */
  border: 2px solid #020300;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Эффект при наведении */
.btn-submit:hover {
  background-color: transparent;
  color: #020300; /* Текст становится твоим черным */
}

/* Эффект при нажатии */
.btn-submit:active {
  transform: scale(0.98);
}

/* Кнопки мессенджеров */

.alt-title {
  text-align: center; /* Центрируем текст */
  margin-bottom: 16px; /* Отодвигаем от кнопок мессенджеров (подбери под себя) */
  color: #020300; /* Твой черный */
  font-size: 14px; /* Или твой текущий размер */
}
.messenger-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ms-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  color: #2e2f42;
  background: #ffffff;
  border: 1px solid #e7e9fc; /* Нейтральный цвет как у карточек */
  transition: all 250ms ease;
}

.ms-btn:hover {
  opacity: 0.8;
}

/* При наведении кнопка мягко окрашивается в цвет бренда */
.ms-btn.insta:hover {
  border-color: #dc2743;
  color: #dc2743;
  background: #fff5f6;
}
.ms-btn.mssngr:hover {
  border-color: #006aff;
  color: #006aff;
  background: #f0f5ff;
}
.ms-btn.wa:hover {
  border-color: #25d366;
  color: #25d366;
  background: #f0fff5;
}
.ms-btn.tg:hover {
  border-color: #2aabee;
  color: #2aabee;
  background: #f0faff;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .btn-primary {
    width: auto;
  }
}

/* faq */

.faq-list {
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-card {
  background: #ffffff;
  border: 1px solid #e7e9fc;
  border-radius: 12px;
  transition: box-shadow 300ms ease;
}

.faq-card[open] {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

/* Шапка вопроса */
.faq-question {
  padding: 20px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::-webkit-details-marker {
  display: none;
} /* Убираем стрелку в Safari/Chrome */

.faq-question::after {
  content: "+";
  font-size: 24px;
  color: var(--dark);
  transition: transform 300ms ease;
}

.faq-card[open] .faq-question::after {
  transform: rotate(45deg);
}

/* Магия плавной высоты через Grid */
.faq-answer-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.faq-card[open] .faq-answer-wrapper {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
}

/* Стили самого текста */
.faq-answer {
  padding: 0 20px 20px 20px;
  color: var(--dark);
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 300ms ease,
    transform 300ms ease;
}

.faq-card[open] .faq-answer {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .faq-list {
    grid-template-columns: repeat(2, 1fr); /* Две колонки одинаковой ширины */
    gap: 24px; /* Увеличиваем расстояние между карточками */
  }

  /* Опционально: если хочешь, чтобы заголовок тоже был по центру сетки */
  .section-title {
    text-align: center;
    margin-bottom: 48px;
  }
}

.footer {
  background-color: #f0f0f0;
  padding: 40px 20px;
  border-top: 1px solid #e7e9fc;
  color: var(--dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 20px;
}

.footer-logo {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  display: block;
  margin-bottom: 10px;
}

.footer-description {
  font-size: 14px;
  line-height: 1.5;
  color: #434455;
}

.footer-links a {
  display: block;
  margin: 12px 0;
  color: #020300;
  opacity: 0.7; /* Делаем ссылки чуть бледнее текста */
  transition: opacity 0.3s;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a:hover {
  opacity: 1; /* Оживают при наведении */
}

.footer-icon {
  width: 28px;
  height: 28px;
  display: block;
  transition: opacity 0.2s;
  fill: #020300;
}

.footer-divider {
  border: 0;
  height: 1px;
  background-color: #e7e9fc;
  margin-bottom: 24px;
}

/* Нижняя часть */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright {
  font-size: 12px;
  color: #8e8f99;
}

/* Логотипы оплаты/доставки */
.trust-badges {
  display: flex;
  flex-wrap: wrap; /* Чтобы на мобилках они переносились на вторую строку */
  justify-content: center;
}

.badge {
  background-color: #f0f0f0; /* Очень светлый серый */
  color: #888; /* Приглушенный цвет текста */
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase; /* Делает текст заглавным */
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  white-space: nowrap; /* Чтобы "Visa / MC" не разрывалось */
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column-reverse;
  }
  .footer-description {
    margin: 0 auto;
  }
  .footer-social-icons {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  /* Footer */
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* модалка */
/* 1. Фон модалки (затемнение) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 47, 66, 0.4); /* Полупрозрачный темный */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Класс для скрытия модалки */
.modal-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* 2. Само окно */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 400px;
  background-color: var(--white);
  box-shadow:
    0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 1px 3px rgba(0, 0, 0, 0.12),
    0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 40px 24px;
  text-align: center;
  /* Плавное появление самого окна */
  transform: scale(1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-overlay.is-hidden .modal-content {
  transform: scale(0.7); /* Окно будет "схлопываться" при закрытии */
}

/* 3. Кнопка закрытия (крестик) */
.modal-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background-color: var(--light-bg);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close-btn:hover {
  background-color: #e2e2e2;
}

/* 4. Текст внутри модалки */
.modal-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--dark);
}

.modal-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray);
  margin-bottom: 24px;
}

/* 5. Кнопка "ОК" */
.modal-ok-btn {
  padding: 10px 24px;
  background-color: var(--dark);
  color: var(--white);
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 250ms;
}

.modal-ok-btn:hover {
  background-color: #333;
}
