/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

/* ==== ROBOTO VARIABLE ==== */
@font-face {
  font-family: 'Roboto';
  src: url('/fontsPVNC/roboto-variablefontPVNC.woff2')
      format('woff2-variations'),
    url('/fontsPVNC/roboto-variablefontPVNC.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

/* ==== UNBOUNDED VARIABLE ==== */
@font-face {
  font-family: 'Unbounded';
  src: url('/fontsPVNC/unbounded-variablefontPVNC.woff2')
      format('woff2-variations'),
    url('/fontsPVNC/unbounded-variablefontPVNC.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

/* header */

/* ================================
   GLOBAL HEADER WRAPPER
================================ */
.header18PVNC {
  background: #0d0d0d;
  padding: 14px 0;
  width: 100%;
}

/* ================================
     CONTAINER
  ================================ */
.header18-containerPVNC {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

/* ================================
     LEFT: DOMAIN
  ================================ */
.header18-domainPVNC {
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.48px;
  line-height: 130%;
  text-transform: uppercase;
  font-feature-settings: 'salt' on, 'liga' off, 'rclt' off;
  white-space: nowrap;
}

/* ================================
     RIGHT: 18+ + TEXT
  ================================ */
.header18-infoPVNC {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 650px;
}

.header18-agePVNC {
  color: #c72120;
  font-family: Unbounded;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.header18-textPVNC {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  max-width: 520px;
}

/* ================================
     MOBILE
  ================================ */
@media (max-width: 768px) {
  .header18-containerPVNC {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
  }

  /* hide domain */
  .header18-domainPVNC {
    margin: auto;
  }

  .header18-infoPVNC {
    gap: 8px;
  }

  .header18-textPVNC {
    max-width: 250px;
  }
}

/* =========================
        DESKTOP
   ========================= */
.heroPVNC {
  background: #0d0d0d;
  padding: 40px 0;
}

.containerPVNC {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

.hero-wrappPVNC {
  background: url('/imagesPVNC/hero-bgPVNC.webp') center/cover no-repeat;
  border-radius: 40px;
  border: 1.5px solid #c72120;
  padding: 10px 60px 0;
  overflow: hidden;
  position: relative;
}

.hero-headerPVNC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  gap: 20px;
}

.hero-logoPVNC {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.48px;
  text-decoration: none;
}

.hero-logo-rightPVNC {
  display: flex;
  gap: 10px;
  max-width: 650px;
}

.hero-logo-rightPVNC-text-1 {
  color: #c72120;
  font-family: Unbounded;
  font-size: 20px;
  font-weight: 500;
}

.hero-logo-rightPVNC-text-2 {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  line-height: 130%;
}

.hero-bottom-wrappPVNC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-manBoxPVNC {
  flex: 0 0 auto;
}

.hero-manImgPVNC {
  width: 420px;
  object-fit: contain;
  transform: translateY(14px);
}

.hero-textBoxPVNC {
  max-width: 600px;
}

.hero-titlePVNC {
  color: #fff;
  font-family: Unbounded;
  font-size: 50px;
  line-height: 100%;
  font-weight: 500;
}

.hero-descPVNC {
  margin-top: 18px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  line-height: 130%;
}

.hero-tagsListPVNC {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.hero-tagItemPVNC {
  padding: 10px 28px;
  border-radius: 999px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-family: Roboto;
  width: max-content;
  white-space: nowrap;
}

/* =========================
        TABLET <= 1200px
     ========================= */
@media (max-width: 1200px) {
  .hero-wrappPVNC {
    padding: 34px 32px 0;
    border-radius: 34px;
  }

  .hero-bottom-wrappPVNC {
    flex-direction: column-reverse;
    align-items: center;
    gap: 28px;
  }

  .hero-textBoxPVNC {
    max-width: 100%;
    text-align: center;
  }

  .hero-titlePVNC {
    font-size: 46px;
  }

  .hero-descPVNC {
    max-width: 540px;
    margin: 16px auto 0;
  }

  .hero-tagsListPVNC {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-manImgPVNC {
    width: 360px;
    transform: translateY(12px);
  }
}

/* =========================
        TABLET <= 1024px
     ========================= */
@media (max-width: 1024px) {
  .hero-wrappPVNC {
    padding: 32px 28px 0;
  }

  .hero-titlePVNC {
    font-size: 42px;
    line-height: 105%;
  }

  .hero-manImgPVNC {
    width: 330px;
  }
}

/* =========================
        MOBILE <= 768px
     ========================= */
@media (max-width: 480px) {
  .heroPVNC {
    padding: 24px 0 30px;
  }

  .containerPVNC {
    padding: 0 10px;
  }

  .hero-wrappPVNC {
    padding: 22px 14px 26px;
    border-radius: 28px;
    border: none;
    height: 576px;
  }

  .hero-logoPVNC {
    display: none;
  }

  .hero-headerPVNC {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }

  .hero-bottom-wrappPVNC {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }

  .hero-textBoxPVNC {
    text-align: left;
    width: 100%;
  }

  .hero-titlePVNC {
    font-size: 32px;
    line-height: 110%;
  }

  .hero-descPVNC {
    margin-top: 10px;
    font-size: 16px;
  }

  .hero-tagsListPVNC {
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
  }

  .hero-tagItemPVNC {
    padding: 10px 20px;
    font-size: 15px;
  }

  .hero-manBoxPVNC {
    width: 100%;
    text-align: center;
  }

  .hero-manImgPVNC {
    width: 260px;
    transform: translateY(-20px) translateX(12px);
  }
}

@media (max-width: 480px) {
  .heroPVNC {
    padding: 14px 0 18px;
  }

  .containerPVNC {
    padding: 0 10px;
  }

  .hero-wrappPVNC {
    padding: 18px 16px 0px;
    border: none;
    border-radius: 22px;
  }

  /* скрыть домен */
  .hero-logoPVNC {
    display: none;
  }

  /* HEADER */
  .hero-headerPVNC {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 14px;
  }

  .hero-logo-rightPVNC-text-1 {
    font-size: 20px;
  }

  .hero-logo-rightPVNC-text-2 {
    max-width: 260px;
    font-size: 12px;
    line-height: 130%;
  }

  /* ===== CONTENT BLOCK ===== */
  .hero-bottom-wrappPVNC {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: flex-start;
  }

  .hero-textBoxPVNC {
    width: 100%;
    text-align: left;
  }

  /* TITLE */
  .hero-titlePVNC {
    font-size: 29px;
    line-height: 110%;
    text-align: left;
    max-width: 320px;
  }

  /* DESCRIPTION */
  .hero-descPVNC {
    margin-top: 10px;
    font-size: 15px;
    line-height: 130%;
    max-width: 330px;
  }

  /* TAGS */
  .hero-tagsListPVNC {
    margin-top: 18px;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .hero-tagItemPVNC {
    font-size: 15px;
    padding: 10px 22px;
    border-radius: 999px;
    width: max-content;
  }

  /* ===== MAN IMAGE — EXACT LIKE FIGMA ===== */
  .hero-manBoxPVNC {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }

  .hero-manImgPVNC {
    width: 248px;
    height: 240px;
    transform: translateY(-72px) translateX(17px);
    position: relative;
    z-index: 3;
  }
}
/* SECTION */
.itemsPVNC {
  padding: 40px 0 60px;
  background: #050509;
}

.containerPVNC {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
}

.items-listPVNC {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  /* flex-direction: column; */
  gap: 22px;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* ROW */
.item-rowPVNC {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 18px;
  flex-shrink: 0;
}

/* MAIN CARD DESKTOP */
.cardPVNC {
  flex: 1 1 auto;
  background: #050509 url('/imagesPVNC/herobgPVNC.webp') center/cover no-repeat;
  border-radius: 16px;
  border: 1px solid #ff3a3a;
  padding: 24px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* inner desktop layout */
.card-desktopPVNC {
  display: flex;
  align-items: center;
}

/* logo col */
.card-logo-colPVNC {
  flex: 0 0 210px;
  display: flex;
  justify-content: flex-start;
}

.card-logoPVNC,
.card-m-logoPVNC {
  width: 147px;
  height: 56px;
  object-fit: contain;
  display: block;
}

/* bonus col */
.card-bonus-colPVNC {
  flex: 0 0 360px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px 0 20px;
}

.bonus-labelPVNC {
  margin: 0 0 4px;
  color: #b5b5b5;
  font-family: Roboto, system-ui, sans-serif;
  font-size: 16px;
}

.bonus-titlePVNC {
  margin: 0;
  color: #fff;
  font-family: Unbounded, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  max-width: 204px;
}

/* features col */
.card-features-colPVNC {
  flex: 0 0 260px;
  padding-right: 24px;
}

.featuresPVNC {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.featuresPVNC li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Roboto, system-ui, sans-serif;
  font-size: 16px;
}

.feature-iconPVNC {
  width: 18px;
  height: 18px;
}

/* rating col */
.card-rating-colPVNC {
  flex: 0 0 130px;
  text-align: center;
}

.rating-numberPVNC {
  margin: 0 0 8px;
  font-family: Unbounded, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.rating-starsPVNC {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.rating-starsPVNC img {
  width: 22px;
  height: 22px;
}

/* CTA DESKTOP */
.card-ctaPVNC {
  flex: 0 0 260px;
  background: #050509 url('/imagesPVNC/herobgPVNC.webp') center/cover no-repeat;
  border-radius: 16px;
  border: 1px solid #ff3a3a;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

/* .btn-playPVNC {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 16px;
  background: #ff3a3a;
  color: #fff;
  font-family: Unbounded, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  text-align: center;
}

.btn-playPVNC .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  width: 20px;
  height: 20px;
  transform: scale(0);
  animation: rippleEffect 0.6s ease-out;
  pointer-events: none;
}

@keyframes rippleEffect {
  to {
    transform: scale(8);
    opacity: 0;
  }
} */

.btn-playPVNC {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 16px;
  background: #ff3a3a;
  color: #fff;
  font-family: Unbounded, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  text-align: center;
}

/* постоянная пульсация */
.btn-playPVNC::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%);
  animation: pulseConstant 1.6s infinite ease-out;
  pointer-events: none;
}

@keyframes pulseConstant {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  70% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}

.paymentsPVNC {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.paymentsPVNC img {
  width: 28.2px;
  height: 19px;
  object-fit: contain;
}

/* mobile layout container (hidden on desktop) */
.card-mobilePVNC {
  display: none;
}

/* ========= DESKTOP SAFE TWEAKS (чтобы рейтинг не пропадал 1200–1320) ========= */
@media (max-width: 1400px) {
  .cardPVNC {
    padding: 22px 24px;
  }

  .card-bonus-colPVNC {
    flex: 0 1 320px;
    padding: 0 18px 0 16px;
  }

  .card-features-colPVNC {
    flex: 0 1 230px;
    padding-right: 18px;
  }

  .card-rating-colPVNC {
    flex: 0 0 110px;
  }

  .card-logo-colPVNC {
    flex: 0 0 190px;
  }

  .card-ctaPVNC {
    flex-basis: 240px;
  }
}

/* ========= TABLET + MOBILE (карточка как на мобилке, 4 штуки столбиком) ========= */
@media (max-width: 1023px) {
  .item-rowPVNC {
    flex-direction: column;
  }

  .cardPVNC {
    padding: 0;
    background: #050509 url('/imagesPVNC/herobg-mobilePVNC.webp') center/cover
      no-repeat;
  }

  .card-desktopPVNC {
    display: none;
  }

  .card-ctaPVNC {
    display: none;
  }

  .card-mobilePVNC {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 26px 22px;
    column-gap: 16px;
    align-items: stretch;
  }

  .card-m-leftPVNC,
  .card-m-rightPVNC {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .card-m-rightPVNC {
    border-left: 1px solid #ff3a3a;
    padding-left: 16px;
  }

  .rating-mobilePVNC {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
  }

  .rating-number-mobilePVNC {
    font-family: Unbounded, system-ui, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
  }

  .card-m-logoPVNC {
    margin-bottom: 16px;
    width: 147px;
    height: 56px;
    object-fit: contain;
  }

  .bonus-label-mobilePVNC,
  .bonus-title-mobilePVNC {
    text-align: center;
  }

  .btn-play-mobilePVNC {
    margin-top: 14px;
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
  }

  .payments-mobilePVNC {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .payments-mobilePVNC img {
    width: 28.2px;
    height: 19px;
    object-fit: contain;
  }
}

/* ========= PHONE EXTRA TWEAKS ========= */
@media (max-width: 767px) {
  .itemsPVNC {
    padding: 0px 0 40px;
  }

  .containerPVNC {
    padding: 0 8px;
  }

  .card-mobilePVNC {
    padding: 22px 18px;
    column-gap: 12px;
  }

  .rating-number-mobilePVNC {
    font-size: 26px;
  }

  .btn-play-mobilePVNC {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/*  */
/* faq */
.faqPVNC {
  padding: 60px 0;
  background: #0d0d0d;
}

.faq-titlePVNC {
  color: #fff;
  text-align: center;
  font-family: Unbounded;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 50px;
}

.faq-listPVNC {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-itemPVNC {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1.5px solid #c72120;
  border-radius: 0 0 15px 15px;
}

.faq-questionPVNC {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
  font-family: Unbounded;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-arrowPVNC {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  transition: transform 0.25s ease;
}

.faq-itemPVNC.active .faq-arrowPVNC {
  transform: rotate(180deg);
}

.faq-answerPVNC {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answerPVNC p {
  margin-top: 14px;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

/* мобильные размеры текста */
@media (max-width: 768px) {
  .faq-titlePVNC {
    font-size: 24px;
  }

  .faq-questionPVNC {
    font-size: 14px;
  }

  .faq-answerPVNC p {
    font-size: 14px;
  }
}

.reviewsPVNC {
  padding: 80px 0;
  background: #0d0d0d;
}

.reviews-titlePVNC {
  text-align: center;
  color: #fff;
  font-family: Unbounded;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}

.reviews-gridPVNC {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.review-cardPVNC {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #c72120;
  background: url('/imagesPVNC/herobgPVNC.webp') center/cover no-repeat;
  color: #fff;
  min-height: 220px;
}

.review-starsPVNC img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.review-namePVNC {
  margin-top: 15px;
  color: #fff;
  font-family: Unbounded;
  font-size: 20px;
  font-weight: 700;
}

.review-textPVNC {
  margin-top: 10px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

/* ---------- TABLET ---------- */
@media (max-width: 1024px) {
  .reviews-gridPVNC {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-titlePVNC {
    font-size: 32px;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .reviews-gridPVNC {
    grid-template-columns: 1fr;
  }

  .reviews-titlePVNC {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .review-cardPVNC {
    padding: 20px;
  }

  .review-namePVNC {
    font-size: 18px;
  }

  .review-textPVNC {
    font-size: 14px;
  }
}

.selectionPVNC {
  background: #0d0d0d;
  padding: 60px 0;
}

.selectionPVNC .containerPVNC {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

.selection-titlePVNC {
  color: #fff;
  font-family: Unbounded;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.selection-textPVNC {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
}

.selection-listPVNC {
  margin-bottom: 25px;
  padding-left: 20px;
}

.selection-listPVNC li {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.64px;
  margin-bottom: 6px;
}

/* footer */
.footerPVNC {
  background: #0d0d0d;
  padding: 40px 0 50px;
  border-top: 1.5px solid #c72120;
}

.footer-wrapPVNC {
  max-width: 1160px;
  margin: 0 auto;
}

/* верхняя полоса: навигация + 18+ */
.footer-topPVNC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

/* NAV LINKS */
.footer-linksPVNC {
  display: flex;
  gap: 80px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-linksPVNC li a {
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.64px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.footer-linksPVNC li a img {
  width: 16px;
  height: 16px;
}

.footer-agePVNC {
  color: #c72120;
  font-family: Unbounded;
  font-size: 20px;
  font-weight: 500;
}

/* ДВЕ КОЛОНКИ ТЕКСТА */
.footer-infoPVNC {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  column-gap: 80px;
  row-gap: 30px;
  margin-bottom: 40px;
}

.footer-subtitlePVNC {
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer-infoPVNC p {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.64px;
  margin: 0 0 20px;
}

/* LOGOS */
.footer-logosPVNC {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0 0 40px;
  padding: 0;
}

.footer-logosPVNC li a img {
  height: 45px;
  object-fit: contain;
}

/* COOKIES TEXT */
.footer-bottomPVNC {
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.64px;
  opacity: 0.8;
}

/* MOBILE / TABLET */
@media (max-width: 1024px) {
  .footer-topPVNC {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-linksPVNC {
    flex-direction: column;
    gap: 14px;
  }

  .footer-infoPVNC {
    grid-template-columns: 1fr;
  }

  .footer-logosPVNC {
    justify-content: center;
  }

  .footer-logosPVNC li a img {
    height: 40px;
  }
}

/* terms */

.terms {
  background: #0e0e0e;
  padding: 60px 0;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
}

.terms .containerPVNC {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* H1 */
.terms h1 {
  color: #fff;
  text-align: center;
  font-family: Unbounded;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 50px */
  margin-bottom: 40px;
  overflow-wrap: break-word;
}

/* H2 */
.terms h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 35px 0 10px;
  line-height: 1.3;
}

/* Paragraphs */
.terms p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 18px;
  color: #ddd;
}

.terms ul {
  list-style: none; /* отключаем стандартные точки */
  padding-left: 0;
}

.terms ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
  color: #ddd; /* текст серый */
}

.terms ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #fff; /* точка белая */
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 720px) {
  /* H1 */
  .terms h1 {
    font-size: 30px;
  }

  /* H2 */
  .terms h2 {
    font-size: 16px;
  }

  /* Paragraphs */
  .terms p {
    font-size: 14px;
  }

  .terms ul li {
    font-size: 14px;
  }
}
