@font-face {
  font-family: Inter;
  src: url("/he28da473-app/he28da473-assets/he28da473-fonts/he28da473-inter_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url("/he28da473-app/he28da473-assets/he28da473-fonts/he28da473-inter_medium.woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: Inter;
  src: url("/he28da473-app/he28da473-assets/he28da473-fonts/he28da473-inter_semibold.woff2");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: Inter;
  src: url("/he28da473-app/he28da473-assets/he28da473-fonts/he28da473-inter_extrabold.woff2");
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: Saira Stencil One;
  src: url("/he28da473-app/he28da473-assets/he28da473-fonts/he28da473-sairastencilone_regular.woff2");
  font-display: swap;
}
/* ===== Переменные ===== */
:root {
  --container-width: 1280px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Inter", sans-serif;
  --second-family: "Saira Stencil One", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: #000;
}

.he28da473-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .he28da473-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .he28da473-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 95%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 5px 4px rgba(201, 122, 50, 0.5);
  margin: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: 100%;
  }
}

h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 95%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 5px 4px rgba(201, 122, 50, 0.5);
  margin: 0px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 24px;
    line-height: 100%;
  }
}

h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px;
}

@media (max-width: 991px) {
  p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 120%;
  }
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

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

section {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  section {
   margin-bottom: 60px;
  }
}

.he28da473-site-header{
  background: #6a0f1c;
}

.he28da473-header-container{
  align-items: center;
  gap: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.he28da473-site-logo{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}

.he28da473-age-warning{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.he28da473-hero-intro{
  padding: 94.5px 0px;
  background: url("/he28da473-app/he28da473-assets/he28da473-images/he28da473-hero_bg_2.png");
  background-size: cover;
  background-position: center;
}

.he28da473-hero-container{
  max-width: 1394px;
  padding: 0px 10px;
  align-items: center;
}

.he28da473-hero-highlights{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.he28da473-highlight-item{
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 10px 12px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.1);
}

.he28da473-about-content{
  display: flex;
  gap: 10px;
}

.he28da473-about-column{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.he28da473-features-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 25px;
  list-style: disc;
}

.he28da473-about-image{
  width: 100%;
}


.he28da473-testimonials__list{
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.he28da473-testimonial{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 413px;
  gap: 16px;
  border-radius: 8px;
  padding: 24px 16px;
  background: #3a2226;
  width: 100%;
  box-sizing: border-box;
}

.he28da473-testimonial__text{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.he28da473-testimonial__footer{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.he28da473-testimonial__stars{
  flex-direction: row;
  gap: 4px;
}

.he28da473-testimonial__author{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.he28da473-faq__list{
  gap: 8px;
}

.he28da473-faq__item{
  padding: 24px;
  border: 2px solid #c97a32;
  border-radius: 8px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #3a2226;
  position: relative;
}

.he28da473-faq__question{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.he28da473-faq__question_text{
  display: flex;
  gap: 10px;
}

.he28da473-faq__number{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.4);
}

.he28da473-faq__toggle{
  padding: 0px;
  border: 0px;
  background: none;
}

.he28da473-faq__toggle::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.he28da473-faq__answer{
  display: none;
}

.he28da473-faq__item.he28da473-active .he28da473-faq__answer{
  display: block;
}

.he28da473-faq__item.he28da473-active .he28da473-faq__toggle img{
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.he28da473-faq__toggle img{
  transition: transform 0.3s ease;
}

.he28da473-contact__container{
  display: block;
}

.he28da473-contact__title{
  margin-bottom: 24px;
}

.he28da473-contact__content{
  display: flex;
  gap: 20px;
}

.he28da473-contact__form{
  display: flex;
  flex-direction: column;
  max-width: 630px;
  width: 100%;
  flex: 1;
  gap: 8px;
}

.he28da473-contact__input{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c97a32;
  border-radius: 10px;
  padding: 14px;
  background: #3a2226;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}

.he28da473-contact__textarea{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #c97a32;
  border-radius: 10px;
  padding: 14px;
  background: #3a2226;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  height: 100%;
}

.he28da473-contact__image{
  min-width: 0px;
  flex: 1;
}

.he28da473-footer{
  padding: 20px 0px;
}

.he28da473-footer-info-sections{
  display: flex;
  gap: 20px;
}

.he28da473-footer-info-block{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.he28da473-footer-info-title{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.he28da473-footer-info-text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
}

.he28da473-footer-logos{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.he28da473-footer-nav-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.6);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.he28da473-footer-nav-icon img{
  height: 40px;
  width: 40px;
}

.he28da473-footer-cookie-note{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}






.he28da473-offer-item{
  max-width: 305px;
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #c97a32;
  border-radius: 20px;
  box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.25);
  background: #3a2226;
}

.he28da473-offer-wrapper{
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.he28da473-offer-brand{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}

.he28da473-offer-logo-link{
  height: 70px;
  width: 195px;
}

.he28da473-offer-logo{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.he28da473-offer-rating{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.he28da473-rating-score{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.he28da473-rating-stars{
  flex-direction: row;
  gap: 8px;
}

.he28da473-offer-content{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 21px;
}

.he28da473-offer-description{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.he28da473-offer-cta{
  width: 100%;
  border-radius: 10px;
  padding: 12px 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background: linear-gradient(90deg, #ffc76a 0%, #ff9f45 100%);
  box-sizing: border-box;
}

.he28da473-payment-methods{
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.he28da473-offer-list{
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 995px) {
  .he28da473-footer-logos{
    row-gap: 15px;
    column-gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .he28da473-age-warning{
    align-items: start;
  }

  .he28da473-footer-info-sections{
    flex-direction: column;
    gap: 16px;
  }

  .he28da473-footer-nav-list{
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .he28da473-about-content{
    flex-direction: column;
  }

  .he28da473-contact__content{
    flex-direction: column;
  }

  .he28da473-contact__textarea{
    height: 110px;
  }

  .he28da473-offer-item{
    max-width: none;
    padding: 10px;
  }

  .he28da473-offer-wrapper{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .he28da473-offer-brand{
    flex: 1;
    gap: 12px;
    justify-content: space-between;
  }

  .he28da473-offer-logo-link{
    height: 24px;
    width: 120px;
  }

  .he28da473-rating-score{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #fff;
  }

  .he28da473-rating-stars{
    gap: 4px;
  }

  .he28da473-star-icon{
    height: 16px;
  }

  .he28da473-offer-content{
    flex: 1;
    align-items: center;
    justify-content: center;
  }

  .he28da473-offer-description{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #fff;
  }

  .he28da473-offer-cta{
    max-width: 155px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding: 12.5px 15px;
  }

  .he28da473-payment-methods{
    width: 100%;
  }

  .he28da473-offer-logo-link{
    padding: 18px 0px;
  }
}

.he28da473-message{
  display: none;
}

.he28da473-active .he28da473-message{
  display: block;
}

.he28da473-policy_page .he28da473-hero-intro{
  background: #3A2226;
  padding: 70px 0px;
}

.he28da473-privacy_page_body .he28da473-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.he28da473-privacy_page_content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.he28da473-privacy_page_body p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.he28da473-privacy_page_body ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-left: 25px;
  list-style: disc;
}

.he28da473-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}