/* ==============================
   ГАРАНТИЯ
============================== */
.warranty-section {
  padding: 10px 0;
}

.warranty-section__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0A4743;
  margin-bottom: 8px;
}

.warranty-section__subtitle {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

.warranty-section__col {
  margin-bottom: 24px;
}

/* Карточка */
.warranty-card {
  background: #f5f5f5;
  padding: 24px 20px 28px;
  height: 100%;
}

.warranty-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.warranty-card__head img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.warranty-card__title {
     font-family: 'Montserrat';
   font-size: 1.4rem;
  font-weight: 700;
  color: #0A4743;
  line-height: 1.3;
  margin: 0;
}

.warranty-card__text {
  font-size: 1rem;
  line-height: 1.65;
  color: #444;
  margin: 0;
  padding-left: 42px;
}

/* Мобилка */
@media (max-width: 575.98px) {
  .warranty-section {
    padding: 36px 20px 10px;
  }

  .warranty-section__col {
    margin-bottom: 12px;
  }

  .warranty-card {
    padding: 20px;
  }

  .warranty-card__text {
    padding-left: 42px;
  }
}

/* Планшет — 2 колонки */
@media (min-width: 576px) and (max-width: 991.98px) {
  .warranty-section__grid {
    /* Bootstrap col-md-3 даст 2 в ряд на планшете — окей */
  }
}


/* ==============================
   ПРАВИЛА ЭКСПЛУАТАЦИИ
============================== */
.rules-section {
  padding: 10px 0;
}

.rules-section__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 32px;
}

.rules-section__col {
  margin-bottom: 24px;
  display: flex;
}

/* Карточка */
.rules-card {
  border: 1px solid #d8d8d8;
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Иконка в круге */
.rules-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.rules-card__icon--teal {
  background: #AEFEF9;
}

.rules-card__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.rules-card__title {
  font-family: 'Montserrat';
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
  line-height: 1.3;
  margin-bottom: 14px;
}

.rules-card__text {
  font-size: 0.85rem;
  line-height: 1.65;
  color: #444;
  margin: 0;
}

/* Мобилка */
@media (max-width: 575.98px) {
  .rules-section {
    padding: 10px 20px;
  }

  .rules-section__col {
    margin-bottom: 12px;
  }

  .rules-card {
    padding: 24px 40px;
  }

  .rules-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
  }

  .rules-card__icon img {
    width: 24px;
    height: 24px;
  }

  .rules-card__icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.refund-section {
  padding: 10px 0;
}

.refund-section__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0A4743;
  margin-bottom: 32px;
}

/* ======= ДЕСКТОП ≥576px ======= */
/* Одна общая карточка, три элемента в ряд */
@media (min-width: 576px) {
  .refund-wrap {
    border: 1px solid #d8d8d8;
    padding: 32px 32px 0 0;
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .refund-block-1 {
    display: contents; /* дети участвуют во flex-е родителя */
  }

  .refund-block-1__img {
    flex-shrink: 0;
    width: 180px;
  }

  .refund-block-1__img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .refund-block-1__text {
    flex: 1;
  }

  .refund-block-2 {
    flex: 1;
  }
}

/* Общие стили текста */
.refund-block-1__text p,
.refund-block-2 p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* ======= МОБИЛКА ≤575px ======= */
@media (max-width: 575.98px) {
  .refund-section {
    padding: 10px 20px 20px;
  }

  .refund-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Карточка 1: картинка слева + текст справа */
  .refund-block-1 {
    border: 1px solid #d8d8d8;
    padding: 24px 40px 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }

  .refund-block-1__img {
    width: 110px;
    flex-shrink: 0;
  }

  .refund-block-1__img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .refund-block-1__text {
    flex: 1;
  }

  /* Карточка 2: только текст */
  .refund-block-2 {
    border: 1px solid #d8d8d8;
    padding: 24px 40px;
  }
}

/* ==============================
   ВЕРНУТЬ ТОВАР ПРОСТО
============================== */
.easy-return-section {
  padding: 20px 0;
}

.easy-return-section__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 24px;
  padding: 0 ;
}

.easy-return-section__grid {
  padding: 0 ;
  margin-bottom: 16px;
}

.easy-return-section__col {
  margin-bottom: 16px;
  display: flex;
}

/* Карточка */
.easy-return-card {
  background-color: #F8F8F8 ;
  padding: 28px 32px;
  width: 100%;
}

.easy-return-card--teal {
  border: 2px solid var(--teal);
}

.easy-return-card__title {
 font-family: 'Montserrat';
  font-size: 1.6rem;
  font-weight: 700;
  color: #0A4743;
  text-align: center;
  margin-bottom: 20px;
}

.easy-return-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.easy-return-card__list li {
  position: relative;
  padding-left: 14px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: #0A4743;
  margin-bottom: 10px;
}

.easy-return-card__list li:last-child {
  margin-bottom: 0;
}

.easy-return-card__list li::before {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;
}

.easy-return-card__list a {
  color: #0A4743;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Нижние карточки с иконкой */
.easy-return-note {
  border: 1px solid #d8d8d8;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.easy-return-note img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}

.easy-return-note p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #333;
  margin: 0;
}

/* Мобилка */
@media (max-width: 575.98px) {
  .easy-return-section {
    padding: 10px 20px 20px;
  }

  .easy-return-section__title {
    padding: 0;
    margin-bottom: 20px;
  }

  .easy-return-section__grid {
    padding: 0;
    margin-bottom: 12px;
  }

  .easy-return-section__col {
    margin-bottom: 12px;
  }

  .easy-return-card {
    padding: 20px;
  }

  /* На мобилке нижние две заметки в одной карточке */
  .easy-return-note {
    padding: 16px 20px;
  }
}

/* ==============================
   ПО ВОПРОСАМ ОБМЕНА И ВОЗВРАТА
============================== */
.return-contact-section {
  padding: 0;
  background-color: #F8F8F8;
}

.return-contact-section__inner {
  display: flex;
  align-items: center;
  gap: 0;
}

/* Левая часть */
.return-contact-section__left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 48px 5% 48px 7%;
}

.return-contact-section__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 2.4vw, 3rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 32px;
}

.return-contact-section__contacts {
  display: flex;
  gap: 48px;
  margin-bottom: 32px;
}

.return-contact-section__contact-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.return-contact-section__label {
  font-size: 0.8rem;
  color: #888;
}

.return-contact-section__link {
  font-size: 0.95rem;
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.return-contact-section__link:hover {
  color: var(--teal);
}

/* Кнопка */
.return-contact-section__btn {
  display: inline-block;
  background: var(--black);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 16px 32px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s;
}

.return-contact-section__btn:hover {
  background: #333;
  color: #fff;
}

/* Правая часть */
.return-contact-section__right {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  align-self: stretch;
}

.return-contact-section__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Мобилка */
@media (max-width: 575.98px) {
  .return-contact-section {
    padding: 0px 0 20px;
  }

  .return-contact-section__inner {
    flex-direction: column-reverse;
  }

  .return-contact-section__left {
    flex: none;
    max-width: 100%;
    padding: 24px 20px;
  }

  .return-contact-section__right {
    flex: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    align-self: auto;
  }

  .return-contact-section__right img {
    height: auto;
  }

  .return-contact-section__contacts {
    gap: 24px;
    margin-bottom: 24px;
  }

  .return-contact-section__btn {
    display: block;
    text-align: center;
    padding: 16px;
  }
}

/* Планшет */
@media (min-width: 576px) and (max-width: 991.98px) {
  .return-contact-section__left {
    padding: 36px 4%;
  }

  .return-contact-section__contacts {
    gap: 24px;
  }
}