/* Тапенер — доповнення та виправлення стилів лендінгу */

:root {
  --tapener-green: #24ac1d;
  --tapener-green-dark: #0f460c;
  --tapener-accent: #77b843;
  --tapener-text: #333;
  --tapener-max: 480px;
}

/* Заголовки на світлому фоні (у styles.css за замовчуванням білі) */
/* Друга секція опису — без відступу зверху */
.description_section + .description_section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.description_section + .description_section .text_block img.offer_image {
  display: block;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  margin: 0 10px 36px;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  box-sizing: border-box;
}

.description_section h2.description-title {
  font-size: 23px;
  line-height: 1.3;
  text-align: center;
}

.description_section .description-title__text {
  display: inline-block;
  color: #4a4a4a !important;
  font-size: 23px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
  text-transform: none;
}

.description_section h2.title,
.description_section h2.title span,
.set_section h2.title,
.order_steps_section h2.title,
.otz h2.title {
  color: #2d2d2d !important;
  text-shadow: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.button {
  font-family: "Inter", system-ui, sans-serif !important;
}

.main_wrapper {
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}

.main_wrapper > header.offer_section.offer3:first-child {
  margin-top: 0;
}

/* Шапка offer3 — без зовнішніх відступів */
header.offer_section.offer3 {
  margin: 0;
  padding: 0;
}

header.offer_section.offer3 .image_block,
header.offer_section.offer3 .price_block,
header.offer_section.offer3 .promotion {
  margin: 0;
}

header.offer_section.offer3 .price_block--figma {
  padding: 0;
  margin-bottom: 48px;
}

/* Блок цін (Figma node 1:24) — на всю ширину контейнера */
.price_block--figma {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
  box-sizing: border-box;
}

.price_block--figma .price_block__new {
  position: relative;
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0.5px solid #000;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.price_block--figma .price_block__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 5px;
  background: #e50000;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.price_block--figma .price_block__new > .price_block__value {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: #000;
  letter-spacing: 0.38px;
  white-space: nowrap;
}

.price_block--figma .price_block__old {
  position: relative;
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #110e0d 0%, #3b3a3a 100%),
    linear-gradient(-24deg, #ff7906 7.18%, #992600 84.3%);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.price_block--figma .price_block__label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

.price_block--figma .price_block__value--old {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: line-through;
  letter-spacing: -0.26px;
  white-space: nowrap;
}

header.offer_section.offer3 .button.button--cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  max-width: none;
  height: auto;
  min-height: 48px;
  padding: 12px;
  margin: 12px auto 0 !important;
  border: none;
  border-radius: 10px;
  background: linear-gradient(179.58deg, #ff0000 1.8%, #990000 105.44%);
  box-shadow: none;
  text-shadow: none;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

header.offer_section.offer3 .button.button--cta:hover {
  opacity: 0.92;
  color: #fff;
}

header.offer_section.offer3 .offer-promo-dates {
  width: 100%;
  margin: 8px 0 0;
  padding: 0 12px 12px;
  text-align: center;
  box-sizing: border-box;
}

header.offer_section.offer3 .offer_image,
header.offer_section.offer3 .promotion__stars img {
  margin: 0;
}

header.offer_section.offer3 .image_block .offer_image {
  border-radius: 0 !important;
}

/* Шапка: банер + фото */
.offer_section.offer3 .image_block {
  overflow: hidden;
}

.offer_section.offer3 .promotion {
  margin: 0 -2px;
  border-radius: 0;
}

.offer_section.offer3 .image_block .offer_image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}

.offer_section.offer3 .image_block .promotion + .offer_image {
  margin-top: 0 !important;
}

/* Контентні зображення */
.description_section .offer_image,
.set_section img,
.benefits_section .benefit_item img,
.otz .otzivSlide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 16px auto;
  border-radius: 16px;
  border: none;
  box-shadow: none;
}

.description_section + .description_section .offer_image {
  border-radius: 0;
}

.description_section .video {
  margin: 0 auto;
  padding-bottom: 36px;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.description_section .video video {
  display: block;
  width: 100%;
  vertical-align: top;
}

.description_section:first-of-type .text_block p {
  padding-bottom: 36px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
}

/* Переваги */
.benefits_section.dark_theme {
  background: linear-gradient(160deg, #1a5c18 0%, #0f460c 100%);
  padding: 24px 12px;
  border-radius: 16px;
  margin: 0 8px;
}

.benefits_section .benefit_item img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Заголовок «Характеристики» (Figma 3:443) */
.description_section .characteristics-heading {
  margin: 24px auto 16px;
  padding: 0;
  text-align: center;
}

.description_section .characteristics-heading span {
  display: block;
  width: 100%;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  color: #000 !important;
  text-transform: uppercase;
  text-shadow: none;
  background: none;
  box-sizing: border-box;
}

.description_section .characteristics-heading + img.offer_image {
  margin-top: 0;
}

/* Характеристики */
.set_section .title span {
  display: inline-block;
}

/* Список характеристик (Figma 3:436) */
.specs-list--figma {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 36px;
  padding: 24px 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  text-align: left;
}

.set_section .set_list .specs-list--figma {
  margin: 0 auto;
}

.specs-list--figma .specs-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.specs-list--figma .specs-list__item:last-child {
  margin-bottom: 0;
}

.specs-list--figma .specs-list__item--stacked {
  flex-direction: column;
  align-items: flex-start;
}

.specs-list--figma .specs-list__row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.specs-list--figma .specs-list__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

.specs-list--figma .specs-list__label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  flex-shrink: 0;
}

.specs-list--figma .specs-list__value {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  flex: 1;
  min-width: 0;
}

.specs-list--figma .specs-list__value--block {
  width: 100%;
  margin: 0;
  padding-left: 30px;
}

.set_section img {
  display: block;
}

/* Відгуки — слайдер */
.otz {
  padding: 24px 0 40px;
}

.otz .mainSliderClass {
  width: 92%;
  margin: 0 auto;
}

.otz .mainSliderClass .otzivSlide {
  padding: 0 8px;
  box-sizing: border-box;
}

.otz .mainSliderClass .otzivSlide img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.otz .rating_img {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  box-shadow: none;
  border-radius: 0;
}

.otz .reviews_stats_block {
  text-align: center;
  margin-bottom: 16px;
}

.otz .slick-dots {
  bottom: -28px;
}

.otz .slick-dots li button:before {
  color: var(--tapener-green);
  opacity: 0.4;
}

.otz .slick-dots li.slick-active button:before {
  color: var(--tapener-green-dark);
  opacity: 1;
}

.otz .slick-prev,
.otz .slick-next {
  z-index: 2;
  width: 36px;
  height: 36px;
}

.otz .slick-prev:before,
.otz .slick-next:before {
  color: var(--tapener-green-dark);
  font-size: 28px;
}

/* Як замовити — фони з наявних зображень */
.how-order-img.img1 {
  background-image: url("../images/control.jpg");
}

.how-order-img.img2 {
  background-image: url("../images/effect.png");
}

.how-order-img.img3 {
  background-image: url("../images/speed.png");
}

.how-order-img.img4 {
  background-image: url("../images/used.png");
}

.how-order-img {
  background-size: cover;
  background-position: center;
  margin: 12px 10px;
}

/* Списки — галочка без tick.svg */
.offer_section ul li,
.description_section ul li,
.list4 li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23419944b' d='M6.2 12.1 2.4 8.3l1.4-1.4 2.4 2.4 6-6 1.4 1.4z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: left 4px !important;
  background-size: 14px 14px !important;
}

/* Форма замовлення */
.offer_section .field[name="name"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z'/%3E%3C/svg%3E") !important;
}

.offer_section .field[name="phone"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.4 4.8 6.2 6.2l2.1-2.1c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.5.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.5.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E") !important;
}

/* Футер */
footer {
  padding: 24px 16px 32px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  background: #f5f5f5;
}

footer a {
  color: #1a5c18;
}

/* Ціни */
.offer_section.offer3 .price_block--figma {
  margin-top: 0;
}

/* Другий блок офферу */
.offer_section.offer3 + .offer_section.offer3 .offer_image,
section.offer_section.offer3:last-of-type .offer_image {
  margin-top: 0 !important;
}

/* Другий блок замовлення */
section.offer_section.offer3 .image_block .offer_image {
  margin-top: 0;
  border-radius: 20px;
}

#order_form {
  scroll-margin-top: 16px;
}

.form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.sale_item {
  font-family: "Inter", system-ui, sans-serif;
  width: 44px;
  color: #fff;
  position: absolute;
  top: 29%;
  left: 77%;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  z-index: 2;
}

/* Новий статичний макет з Figma */
.tapener-body {
  margin: 0;
  min-height: 100vh;
  background: #d9d9d9;
  color: #000;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.tapener-body * {
  box-sizing: border-box;
}

.tapener-page {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
}

@media (max-width: 767px) {
  .tapener-page {
    max-width: 100%;
    box-shadow: none;
  }

}

.tapener-hero {
  background: #021c1c;
}

.tapener-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.tapener-promo {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 12px 6px;
  background: linear-gradient(90deg, #24ac1d 0%, #0f460c 100%);
  color: #fff;
}

.tapener-promo p {
  margin: 0;
}

.tapener-promo__rating {
  width: 149px;
  text-align: center;
}

.tapener-promo__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 800;
}

.tapener-promo__rating p,
.tapener-promo__orders p:last-child {
  font-size: 10px;
  line-height: 1.2;
}

.tapener-promo__orders {
  flex: 1;
  max-width: 188px;
}

.tapener-promo__orders p:first-child {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.tapener-promo__orders span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 19px;
  padding: 2px 5px;
  border-radius: 5px;
  background: #fff;
  color: #11500d;
  font-weight: 800;
}

.tapener-stars {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 0;
}

.tapener-stars img {
  display: block;
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.tapener-promo .tapener-stars img {
  width: 16px;
  height: 16px;
}

.tapener-price {
  display: flex;
  width: 100%;
  min-height: 70px;
}

.tapener-price__new,
.tapener-price__old {
  width: 50%;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  text-align: center;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.tapener-price__new {
  border: 0.5px solid #000;
  background: #f5f5f5;
}

.tapener-price__new span {
  display: inline-flex;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 5px;
  background: #e50000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.tapener-price__new strong {
  font-size: 36px;
  line-height: 34px;
  letter-spacing: 0.38px;
}

.tapener-price__old {
  background: linear-gradient(0deg, #110e0d 0%, #3b3a3a 100%);
  color: rgba(255, 255, 255, 0.8);
}

.tapener-price__old span {
  font-size: 14px;
  line-height: 1.4;
}

.tapener-price__old del {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.26px;
}

.tapener-sale-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  max-width: none;
  padding: 8px 10px 6px;
  border: 1px solid #019557;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.tapener-sale-window--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tapener-sale-window p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.tapener-sale-window span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 5px;
  background: linear-gradient(90deg, #24ac1d 0%, #0f460c 100%);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.tapener-sale-window small {
  display: block;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.6;
}

.tapener-cta-section,
.tapener-feature,
.tapener-specs,
.tapener-contact {
  padding: 36px 10px;
  background: #f5f5f5;
  text-align: center;
}

.tapener-cta-section {
  padding-top: 48px;
}

.tapener-cta-section p {
  margin: 12px auto 0;
  font-size: 13px;
  line-height: 1.2;
}

.tapener-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  min-height: 60px;
  max-width: 100%;
  padding: 6px 12px;
  border-radius: 16px;
  background: linear-gradient(179.58deg, #ff0000 1.8%, #990000 105.44%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
}

.tapener-button:hover,
.tapener-button:focus {
  color: #fff;
  filter: brightness(0.96);
}

@keyframes tapener-pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}

#order .tapener-button,
.tapener-specs .tapener-button,
.tapener-order-form__submit {
  animation: tapener-pulse 1.5s infinite;
}

#order .tapener-button:hover,
#order .tapener-button:focus,
.tapener-specs .tapener-button:hover,
.tapener-specs .tapener-button:focus,
.tapener-order-form__submit:hover,
.tapener-order-form__submit:focus {
  animation: none;
}

.tapener-feature {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tapener-feature h1,
.tapener-specs h2,
.tapener-reviews h2,
.tapener-contact h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.tapener-feature h1 {
  font-size: 28px;
  letter-spacing: 0.28px;
}

.tapener-feature p,
.tapener-contact p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.tapener-card-image {
  display: block;
  width: 100%;
  max-width: 345px;
  min-height: 1px;
  margin: 0 auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.tapener-feature--intro .tapener-card-image {
  box-shadow: none;
}

.tapener-video {
  display: block;
  width: 100%;
  max-width: 335px;
  min-height: 500px;
  margin: 0 auto;
  border-radius: 16px;
  background: #d9d9d9;
  object-fit: cover;
}

.tapener-specs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.tapener-specs h2 {
  font-size: 26px;
  letter-spacing: 0.26px;
}

.tapener-specs__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.tapener-specs__list li {
  display: grid;
  grid-template-columns: 24px auto 1fr;
  gap: 6px;
  align-items: start;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.tapener-specs__list img {
  width: 24px;
  height: 24px;
}

.tapener-specs__list strong {
  white-space: nowrap;
}

.tapener-specs__kit {
  grid-template-columns: 24px auto;
}

.tapener-specs__kit span {
  grid-column: 1 / -1;
}

.tapener-reviews {
  padding: 36px 15px;
  background: #021c1c;
  color: #fff;
}

.tapener-reviews h2 {
  margin-bottom: 24px;
  font-size: 32px;
  letter-spacing: 0.32px;
}

.tapener-review-summary,
.tapener-review {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  color: #000;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05);
}

.tapener-review-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 85px;
  margin-bottom: 24px;
  padding: 16px 12px;
}

.tapener-review-summary > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tapener-review-summary > div + div {
  min-height: 67px;
  border-left: 1px solid #504f4f;
}

.tapener-review-summary strong {
  color: #e85f00;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.32px;
}

.tapener-review-summary > div + div strong {
  color: #1f5b3a;
  font-size: 26px;
  letter-spacing: 0.26px;
}

.tapener-review-summary small {
  color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.tapener-review {
  margin-top: 8px;
  padding: 16px 12px;
  text-align: left;
}

.tapener-review header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.tapener-review header > img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.tapener-review h3 {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.2;
}

.tapener-review header p {
  margin: 0 0 2px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.tapener-review > p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.tapener-review__photo,
.tapener-review__gallery img {
  display: block;
  margin-top: 12px;
  border-radius: 10px;
  object-fit: cover;
}

.tapener-review__photo {
  width: 174px;
  max-width: 100%;
}

.tapener-review__photo--small {
  width: 120px;
}

.tapener-review__gallery {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.tapener-review__gallery img {
  width: 120px;
  height: 135px;
  margin-top: 0;
}

.tapener-contact {
  padding: 36px 20px;
  text-align: left;
}

.tapener-contact h2 {
  margin-bottom: 48px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.36px;
  text-align: center;
  text-transform: uppercase;
}

.tapener-order-steps {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 40px;
}

.tapener-order-steps__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.tapener-order-steps__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 53px;
  border-radius: 5px;
  background: linear-gradient(150.22deg, #24ac1d 6.12%, #0f460c 107.88%);
  flex-shrink: 0;
}

.tapener-order-steps__icon {
  display: block;
  width: 42px;
  height: 36px;
  object-fit: contain;
  padding-top: 2px;
}

.tapener-order-steps__content {
  flex: 1;
}

.tapener-order-steps__content h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  background: linear-gradient(171deg, #24ac1d 6.12%, #0f460c 107.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tapener-order-steps__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.tapener-order-form-section {
  margin-top: 20px;
  padding: 20px 20px 36px;
  background: #f5f5f5;
}

.tapener-order-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tapener-order-form__field {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  background: #fff;
}

.tapener-order-form__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}

.tapener-order-form__field input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 15px;
  line-height: 1.2;
  color: #111;
}

.tapener-order-form__field input::placeholder {
  color: #777;
}

.tapener-order-form__turnstile {
  display: flex;
  justify-content: center;
  margin: 4px 0 2px;
}

.tapener-order-form__submit {
  width: 100%;
  min-height: 60px;
  border: none;
  box-shadow: none;
}

.tapener-footer {
  padding: 24px 16px 32px;
  background: #f5f5f5;
  color: #555;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  border-top: 1px solid #e6e6e6;
}

.tapener-footer p {
  margin: 0;
}

.tapener-footer p + p {
  margin-top: 6px;
}

.tapener-footer a {
  color: #1a5c18;
  text-decoration: underline;
  margin: 0 4px;
}

@media (max-width: 420px) {
  .tapener-contact h2 {
    margin-bottom: 36px;
    font-size: 34px;
  }

  .tapener-order-steps__content h3 {
    font-size: 24px;
  }
}
