/* 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%;
}

@font-face {
  font-family: 'Inter';
  src: url('/fontsDANKOLBnko/inter-variablefontDANKOLBnko.woff2')
    format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

body {
  background-color: #0f0f0f;
}

#particles-js {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.header-mainDANKOLBnko {
  background: #000009;
}

.header-innerDANKOLBnko {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.header-topDANKOLBnko {
  background: #ff6f47;
  overflow: hidden;
}

.header-marqueeDANKOLBnko {
  white-space: nowrap;
  overflow: hidden;
}

.header-marquee-trackDANKOLBnko {
  display: inline-flex;
  gap: 80px;
  animation: marqueeDANKOLBnko 20s linear infinite;
}

.header-marquee-trackDANKOLBnko span,
.header-marquee-trackDANKOLBnko a {
  color: #000009;
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
}

@keyframes marqueeDANKOLBnko {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.header-logoDANKOLBnko {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.header-logoDANKOLBnko img {
  width: 38px;
}

.header-logoDANKOLBnko span {
  color: #fafafa;
  font-family: Inter;
  font-size: 16px;
  font-weight: 900;
}

.header-navDANKOLBnko ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-navDANKOLBnko a {
  color: #fafafa;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.header-navDANKOLBnko a:hover {
  opacity: 0.7;
}

.header-burgerDANKOLBnko {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.header-burgerDANKOLBnko span {
  width: 28px;
  height: 3px;
  background: #fff;
  display: block;
  border-radius: 3px;
  transition: 0.3s;
}

.header-burgerDANKOLBnko.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.header-burgerDANKOLBnko.active span:nth-child(2) {
  opacity: 0;
}

.header-burgerDANKOLBnko.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 768px) {
  .header-burgerDANKOLBnko {
    display: flex;
  }

  .header-navDANKOLBnko {
    position: fixed;
    top: 90px;
    right: -100%;
    width: 100%;
    height: max-content;
    background: #000009;
    padding: 30px 30px;
    transition: 0.3s;
    z-index: 1000;
  }

  .header-navDANKOLBnko ul {
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .header-navDANKOLBnko.is-open {
    right: 0;
  }
}

.heroDANKOLBnko {
  background: #000009;
  padding: 80px 0;
}

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

.hero-contentDANKOLBnko {
  max-width: 520px;
}

.hero-contentDANKOLBnko h1 {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
  color: #000;
  text-shadow: -2px -2px 0 #fffb00, 2px -2px 0 #fffb00, -2px 2px 0 #fffb00,
    2px 2px 0 #fffb00, -2px 0 0 #fffb00, 2px 0 0 #fffb00, 0 -2px 0 #fffb00,
    0 2px 0 #fffb00;
}

.hero-contentDANKOLBnko p {
  color: #fbfbfb;

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;

  margin-bottom: 30px;
}

.hero-btnDANKOLBnko {
  display: inline-block;

  color: #000009;

  font-family: Inter;
  font-size: 16px;
  font-weight: 700;

  padding: 14px 28px;

  border-radius: 24px;

  background: linear-gradient(180deg, #fffb00 0%, #e88520 100%);

  text-decoration: none;
}

.hero-imageDANKOLBnko img {
  max-width: 520px;
  width: 100%;
}

@media (max-width: 900px) {
  .hero-innerDANKOLBnko {
    flex-direction: column;
    text-align: center;
  }

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

  .hero-contentDANKOLBnko h1 {
    font-size: 24px;
    text-align: center;
  }

  .hero-imageDANKOLBnko img {
    max-width: 380px;
    margin-top: 20px;
  }
  .heroDANKOLBnko {
    padding: 40px 0;
  }
}

.gameCardDANKOLBnko {
  padding: 80px 0;
  background: #000009;
}

.gameCard-innerDANKOLBnko {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  padding: 24px;

  border-radius: 24px;
  border: 1px solid #ff6f47;
  background: #281612;
}

.gameCard-contentDANKOLBnko {
  max-width: 560px;
}

.gameCard-contentDANKOLBnko h2 {
  color: #fbfbfb;

  font-family: Inter;
  font-size: 24px;
  font-weight: 700;

  margin-bottom: 18px;
}

.gameCard-contentDANKOLBnko p {
  color: #fbfbfb;

  font-family: Inter;
  font-size: 16px;
  font-weight: 400;

  margin-bottom: 26px;
}

.gameCard-metaDANKOLBnko {
  display: flex;
  gap: 24px;
  margin-bottom: 18px;
}

.gameCard-ratingDANKOLBnko,
.gameCard-likesDANKOLBnko {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #fbfbfb;
  font-family: Inter;
  font-size: 16px;
}

.gameCard-metaDANKOLBnko img {
  width: 20px;
}

.gameCard-btnDANKOLBnko {
  display: inline-block;

  padding: 14px 28px;

  border-radius: 24px;
  border: 1px solid #fffb00;

  font-family: Inter;
  font-size: 16px;
  font-weight: 700;

  background: linear-gradient(180deg, #fffb00 0%, #e88520 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-decoration: none;
}

.gameCard-imageDANKOLBnko img {
  width: 420px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .gameCard-innerDANKOLBnko {
    flex-direction: column;
    text-align: left;
  }

  .gameCard-imageDANKOLBnko img {
    width: 100%;
    max-width: 360px;
    margin-top: 20px;
  }

  .gameCard-metaDANKOLBnko {
    gap: 20px;
  }
}

.gameDemoDANKOLBnko {
  padding: 80px 0;
  background: #000009;
}

.gameDemo-cardDANKOLBnko {
  border-radius: 24px;
  border: 2px solid #fffb00;
  overflow: hidden;
}

.gameDemo-previewDANKOLBnko {
  position: absolute;
  inset: 0;
  cursor: pointer;

  background: url('/imagesDANKOLBnko/prewfootbalDANKOLBnko.webp') center / cover
    no-repeat;

  z-index: 2;
}

.gameDemo-cardDANKOLBnko.is-playing .gameDemo-previewDANKOLBnko {
  display: none;
}

.gameDemo-iframeDANKOLBnko {
  border: none;
  z-index: 1;
}

.g-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.g-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviewsDANKOLBnko {
  padding: 80px 0;
  text-align: center;
  background: #000009;
}

.reviews-titleDANKOLBnko {
  color: #fbfbfb;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.reviews-descDANKOLBnko {
  color: #cfcfcf;
  font-family: Inter;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto 50px;
}

.reviews-listDANKOLBnko {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.review-cardDANKOLBnko {
  position: relative;
  border-radius: 12px;
  background: #281612;
  box-shadow: 0 0 8px rgba(0, 0, 32, 0.25);
  padding: 24px;
  text-align: left;
  z-index: 0;
}

.review-cardDANKOLBnko::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, #fffb00 0%, #e88520 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.review-nameDANKOLBnko {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-ratingDANKOLBnko {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #fff;

  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
}

.review-ratingDANKOLBnko img {
  width: 20px;
  height: 20px;
}

.review-dividerDANKOLBnko {
  border-bottom: 1px solid #fffb00;
  margin: 14px 0 16px;
}

.review-cardDANKOLBnko p {
  color: #fff;

  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;

  margin: 0;
}

@media (max-width: 992px) {
  .reviews-listDANKOLBnko {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reviews-titleDANKOLBnko {
    font-size: 24px;
  }
}

.communityDANKOLBnko {
  padding: 80px 0;
  background: #000009;
}

.community-innerDANKOLBnko {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: center;
}

.community-imgDANKOLBnko img {
  width: 100%;
  display: block;

  border-radius: 12px;
  border: 1px solid #fffb00;

  object-fit: cover;
}

.community-contentDANKOLBnko h2 {
  color: #fbfbfb;

  font-family: Inter;
  font-size: 28px;
  font-weight: 700;

  margin-bottom: 24px;
}

.community-contentDANKOLBnko h1 {
  color: #fbfbfb;

  font-family: Inter;
  font-size: 28px;
  font-weight: 700;

  margin-bottom: 24px;
}

.community-contentDANKOLBnko p {
  color: #cfcfcf;

  font-family: Inter;
  font-size: 16px;
  font-weight: 400;

  line-height: 1.6;

  margin-bottom: 18px;
}

.community-highlightDANKOLBnko {
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .community-innerDANKOLBnko {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .community-imgDANKOLBnko {
    order: 2;
  }

  .community-contentDANKOLBnko {
    order: 1;
  }

  .community-contentDANKOLBnko h2 {
    font-size: 24px;
  }
}

.opinionDANKOLBnko {
  padding: 64px 0;
  background: #000009;
}

.opinion-titleDANKOLBnko {
  color: var(--text, #fbfbfb);
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px;
}

.opinion-descDANKOLBnko {
  color: var(--text, #fbfbfb);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 28px;
}

.opinion-gridDANKOLBnko {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.survey-cardDANKOLBnko {
  border-radius: 12px;
  border: 1px solid var(--1, #fffb00);
  background: #281612;
  box-shadow: 0 0 8px rgba(0, 0, 32, 0.25);
  padding: 24px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.survey-dotsDANKOLBnko {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  flex-wrap: wrap;
}

.survey-dotDANKOLBnko {
  width: 44px;
  height: 44px;
  border-radius: 300px;
  display: grid;
  place-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  user-select: none;
}

.survey-dotDANKOLBnko.is-idle {
  border: 1px solid #ff6f47;
  background: transparent;
  color: #ff6f47;
}

.survey-dotDANKOLBnko.is-active {
  border: 1px solid #ff6f47;
  background: #ffe2d9;
  color: #000009;
}

.survey-dotDANKOLBnko.is-done {
  border: 1px solid #00c437;
  background: #caffdb;
  color: #00c437;
  position: relative;
}

.survey-dotDANKOLBnko.is-done::before {
  content: '✓';
  font-weight: 900;
}

.survey-dotDANKOLBnko.is-done span {
  display: none;
}

.survey-stepWrapDANKOLBnko {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.survey-qDANKOLBnko {
  margin: 0;
  color: var(--text, #fbfbfb);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.survey-formDANKOLBnko {
  display: grid;
  gap: 14px;
  margin: 0;
}

.survey-optionDANKOLBnko {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.survey-radioDANKOLBnko {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #ff6f47;
  flex: 0 0 auto;
  margin-top: 2px;
  position: relative;
}

.survey-optionDANKOLBnko input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.survey-optionDANKOLBnko input:checked + .survey-radioDANKOLBnko {
  background: #ffe2d9;
}

.survey-optionDANKOLBnko input:checked + .survey-radioDANKOLBnko::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: #ff6f47;
}

.survey-answerDANKOLBnko {
  color: var(--text, #fbfbfb);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.survey-actionsDANKOLBnko {
  margin-top: 6px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.survey-backDANKOLBnko,
.survey-nextDANKOLBnko {
  height: 44px;
  padding: 0 28px;
  border-radius: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  background: transparent;
}

.survey-backDANKOLBnko {
  border: none;
  color: #fbfbfb;
  text-decoration: underline;
  padding: 0 8px;
}

.survey-nextDANKOLBnko {
  border: 1px solid #ff6f47;
  color: #ff6f47;
}

.survey-nextDANKOLBnko:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.survey-thanksDANKOLBnko {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 251, 0, 0.35);
}

.survey-thanksTitleDANKOLBnko {
  margin: 0 0 6px;
  color: var(--text, #fbfbfb);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.survey-thanksTextDANKOLBnko {
  margin: 0;
  color: var(--text, #fbfbfb);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.opinion-imageDANKOLBnko {
  border-radius: 12px;
  border: 1px solid var(--1, #fffb00);
  background: url('/imagesDANKOLBnko/likespotrDANKOLBnko.webp') center / cover
    no-repeat;
  min-height: 360px;
  box-shadow: 0 0 8px rgba(0, 0, 32, 0.25);
}

@media (max-width: 992px) {
  .opinion-gridDANKOLBnko {
    grid-template-columns: 1fr;
  }

  .opinion-imageDANKOLBnko {
    min-height: 220px;
    order: 2;
  }
}

.contactDANKOLBnko {
  padding: 80px 0;
  text-align: center;
  background: #000009;
}

.contact-titleDANKOLBnko {
  color: #fbfbfb;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-descDANKOLBnko {
  color: #fbfbfb;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto 40px;
}

.contact-boxDANKOLBnko {
  border-radius: 12px;
  border: 1px solid #fffb00;

  background: url('/imagesDANKOLBnko/fieldDANKOLBnko.webp') center / cover
    no-repeat;

  padding: 40px;
}

.contact-formDANKOLBnko {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}

.contact-formDANKOLBnko label {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-formDANKOLBnko input,
.contact-formDANKOLBnko textarea {
  border-radius: 8px;
  border: 1px solid #fffb00;
  background: #fbfbfb;

  padding: 12px 14px;

  font-family: Inter;
  font-size: 14px;
  color: #000;
  outline: none;
}

.contact-formDANKOLBnko textarea {
  height: 120px;
  resize: none;
}

.contact-btnDANKOLBnko {
  margin: 10px auto 0;

  border: none;

  border-radius: 24px;

  padding: 14px 36px;

  background: linear-gradient(180deg, #fffb00 0%, #e88520 100%);

  font-family: Inter;
  font-size: 16px;
  font-weight: 700;

  cursor: pointer;
}

.contact-successDANKOLBnko {
  margin-top: 12px;

  color: #00c437;

  font-family: Inter;
  font-size: 14px;
  font-weight: 600;

  display: none;

  text-align: center;
}

@media (max-width: 768px) {
  .contact-boxDANKOLBnko {
    padding: 24px;
  }
}

.disclaimerDANKOLBnko {
  padding: 70px 0;
  background: #000009;
}

.disclaimer-boxDANKOLBnko {
  border-radius: 12px;
  border: 1px solid #ff6f47;

  background: linear-gradient(
    0deg,
    #000009 12.29%,
    rgba(255, 111, 71, 0.1) 60.54%
  );

  padding: 40px 60px;

  text-align: center;
}

.disclaimer-titleDANKOLBnko {
  color: #fbfbfb;

  font-family: Inter;
  font-size: 28px;
  font-weight: 700;

  margin: 0 0 18px;
}

.disclaimer-textDANKOLBnko {
  color: #fbfbfb;

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;

  line-height: 1.6;

  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .disclaimer-boxDANKOLBnko {
    padding: 28px 20px;
  }

  .disclaimer-titleDANKOLBnko {
    font-size: 24px;
  }
}

.footerDANKOLBnko {
  background: #281612;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  color: #fbfbfb;
}

.footerDANKOLBnko__container {
  max-width: 1240px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 80px;
}

.footerDANKOLBnko__logo {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 30px;
}

.footerDANKOLBnko__logo img {
  width: 36px;
}

.footerDANKOLBnko__logo span {
  font-size: 22px;
  font-weight: 800;
}

.footerDANKOLBnko h2 {
  color: #ff6f47;

  font-size: 20px;
  font-weight: 700;

  margin: 25px 0 10px;
}

.footerDANKOLBnko p {
  font-size: 16px;
  line-height: 1.6;

  margin: 0;
}

.footerDANKOLBnko__icons {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 1240px;
  margin: 40px auto 25px;
  padding: 0;
}

.footerDANKOLBnko__icons img {
  height: 42px;
}

.footerDANKOLBnko__nav {
  max-width: 1240px;
  margin: auto;
}

.footerDANKOLBnko__nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 0;
  margin: 0;
}

.footerDANKOLBnko__nav a {
  color: #fbfbfb;
  font-size: 16px;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .footerDANKOLBnko__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footerDANKOLBnko__icons {
    justify-content: center;
  }

  .footerDANKOLBnko__nav ul {
    justify-content: center;

    gap: 18px;
  }
}

.agePopupDANKOLBnko {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  font-family: Inter, sans-serif;
}

.agePopupDANKOLBnko.is-open {
  display: block;
}

.agePopupDANKOLBnko__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
}

.agePopupDANKOLBnko__card {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #281612;
  border: 1px solid #ff6f47;
  border-radius: 12px;
  padding: 22px 18px;
  color: #fbfbfb;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.agePopupDANKOLBnko__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #ff6f47;
}

.agePopupDANKOLBnko__desc {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.agePopupDANKOLBnko__actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.agePopupDANKOLBnko__btn {
  border-radius: 20px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.agePopupDANKOLBnko__btn--yes {
  border: 1px solid #ff6f47;
  color: #000009;
  background: linear-gradient(180deg, #fffb00 0%, #e88520 100%);
}

.agePopupDANKOLBnko__btn--no {
  border: 1px solid #ff6f47;
  background: #0f0f0f;
  color: #ff6f47;
}

@media (max-width: 560px) {
  .agePopupDANKOLBnko__card {
    max-width: 92vw;
    padding: 18px 14px;
  }
  .agePopupDANKOLBnko__actions {
    justify-content: space-between;
  }
  .agePopupDANKOLBnko__btn {
    flex: 1;
  }
}

.terms {
  padding: 40px 0;
  background: #000009;
}

.terms-content {
  border-radius: 12px;
  border: 1px solid var(--1, #fffb00);
  padding: 24px;
}

.terms h1 {
  color: var(--text, #fbfbfb);
  text-align: center;

  /* 24b */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.terms h2 {
  color: var(--text, #fbfbfb);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.terms p {
  color: var(--text, #fbfbfb);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.terms ul {
  list-style: disc;
  margin-bottom: 20px;
}

.terms ul li {
  color: var(--text, #fbfbfb);

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style-type: disc;
  margin-left: 20px;
}

@media (max-width: 560px) {
}
