/* ==================== Секция «Благодарственные письма» ==================== */

.section-letters {
  background: #f4f4f4;
  padding: 200px 0 204px;
}

@media (max-width: 640px) {
  .section-letters {
    padding: 100px 0 50px;
  }
}

.section-letters h2 {
  margin-bottom: 112px;
  font: 400 100px/80px 'Circe', sans-serif;
}

@media (max-width: 640px) {
  .section-letters h2 {
    font: 400 72px/60px 'Circe', sans-serif;
    margin-bottom: 138px;
  }
}

.section-letters h2::before {
  top: 36px;
}

.section-letters .icon-slide {
  margin: 0 0 20px -12px;
}

@media (max-width: 640px) {
  .section-letters .icon-slide {
    margin: 0 0 20px 3px;
  }
}

/* Карточки благодарственных писем — воздушный стиль */
.section-letters .complex-slider-holder .swiper-slide {
  opacity: 1;
}

.section-letters .card-letter {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: left;
  max-width: none;
  margin: 0;
  display: block;
  height: auto;
  box-sizing: border-box;
}

/* маркер-штрих сверху карточки */
.section-letters .card-letter::before {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  background: #f8b043;
  margin-bottom: 22px;
}

.section-letters .card-letter .image-holder {
  width: 100%;
  max-width: none;
  aspect-ratio: 3 / 4;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  background: #ffffff;
  border: 1px solid #e6e6e6;
}

.section-letters .card-letter .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 3px;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.section-letters .card-letter:hover .image-holder img {
  transform: scale(1.04);
}

.section-letters .card-letter .complex-title {
  font: 400 23px/1.2 'Circe', sans-serif;
  color: #383838;
  text-align: left;
  padding: 22px 0 0;
  margin: 0;
  display: block;
  overflow: visible;
}

/* гасим унаследованный штрих у заголовка (штрих переехал наверх карточки) */
.section-letters .card-letter .complex-title::before {
  content: none;
}

.section-letters .card-letter .btn-detail {
  display: inline-block;
  width: auto;
  margin: 18px 0 0;
  padding: 0 0 8px;
  background: none;
  color: #383838;
  border: 0;
  border-bottom: 2px solid #f8b043;
  border-radius: 0;
  font: 700 13px/1 'Circe', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s;
}

.section-letters .card-letter .btn-detail::after {
  content: ' \2192';
  position: static !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  z-index: auto;
}

.section-letters .card-letter .btn-detail:hover {
  color: #cd7f08;
  background: none;
}

/* Мобильные устройства (до 640px) */
@media (max-width: 640px) {
  .section-letters .card-letter .complex-title {
    font-size: 22px;
  }
}
