* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus,
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: inherit;
}
input textarea:-ms-input-placeholder,
input textarea::-moz-placeholder,
input textarea::-ms-input-placeholder,
input textarea::-webkit-input-placeholder,
input textarea::placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
input::placeholder {
  color: inherit;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a:hover,
a:visited {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img,
picture,
svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
@font-face {
  font-family: NerkoOne;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../funorbia-fonts/funorbia-NerkoOne-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../funorbia-fonts/funorbia-Poppins-Medium.woff2) format("woff2");
}
@font-face {
  font-family: PoppinsMedium;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../funorbia-fonts/funorbia-Poppins-Regular.woff2) format("woff2");
}
:root {
  --font-main: "Poppins", sans-serif;
  --font-secondary: "PoppinsMedium", sans-serif;
  --font-titles: "NerkoOne", sans-serif;
}
body {
  font-family: var(--font-main);
  color: #230000;
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.header {
  background-color: #cd3b3b;
  position: relative;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  .header__container {
    padding: 12px 16px;
  }
}
.logo {
  color: #fff;
  font-family: var(--font-titles);
  font-size: 28px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .logo {
    font-size: 16px;
    line-height: 100%;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .nav__list {
    position: absolute;
    right: 0;
    left: 0;
    background-color: #cd3b3b;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 100px;
    z-index: 999;
    display: none;
    margin-top: 25px;
  }
  .nav__list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav__list .nav__link {
  color: #fff;
  text-align: right;
  font-family: var(--font-secondary);
  font-size: 14px;
}
.burger {
  display: none;
  width: 24px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 768px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero {
  background-color: #ffd2d0;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  padding: 0 100px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero {
    padding: 40px 16px;
  }
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__title {
  font-family: var(--font-titles);
  color: #600000;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: var(--font-titles);
  font-size: 16px;
  line-height: 120%;
  border: 1px solid #230000;
  background: #ffe99b;
  width: 100%;
  max-width: 246px;
}
.hero__btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 768px) {
  .hero__btn {
    padding: 10px 20px;
    max-width: 360px;
  }
}
.hero__image {
  width: 100%;
  align-self: stretch;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/funorbia-img/funorbia-hero-character.webp);
}
@media (max-width: 1024px) {
  .hero__image {
    height: 328px;
  }
}
.about {
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .about {
    padding: 40px 16px;
  }
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.about__image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/funorbia-img/funorbia-about-character.webp);
  height: 500px;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .about__image {
    height: 328px;
  }
}
.about__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  font-size: 16px;
  line-height: 1.6;
  color: #230000;
}
@media (max-width: 1024px) {
  .about__content {
    font-size: 14px;
  }
}
.about__title {
  font-family: var(--font-titles);
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 24px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .about__title {
    font-size: 20px;
  }
}
.about p + p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1024px) {
  .about p + p {
    font-size: 14px;
  }
}
.game {
  background-color: #ffe5e3;
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .game {
    padding: 40px 16px;
  }
}
.game__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.game__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}
.game__text p {
  margin: 24px 0;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .game__text p {
    font-size: 14px;
  }
}
.game__title {
  font-family: var(--font-titles);
  font-size: 30px;
  text-transform: uppercase;
  line-height: 120%;
}
@media (max-width: 768px) {
  .game__title {
    font-size: 20px;
  }
}
.game__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: var(--font-titles);
  font-size: 16px;
  line-height: 120%;
  border: 1px solid #230000;
  background: #ffe99b;
  width: 100%;
  max-width: 246px;
}
.game__btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 768px) {
  .game__btn {
    padding: 10px 20px;
    max-width: 360px;
  }
}
.game__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
}
.game__image img {
  width: 100%;
  height: auto;
  display: block;
}
.disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .disclaimer {
    padding: 40px 16px;
  }
}
.disclaimer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: #230000;
  backdrop-filter: blur(10px);
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .disclaimer__container {
    padding: 20px;
  }
}
.disclaimer__title {
  font-family: var(--font-titles);
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .disclaimer__title {
    font-size: 20px;
  }
}
.disclaimer__text {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .disclaimer__text {
    font-size: 14px;
  }
}
.footer {
  background: #cd3b3b;
  color: #fff;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  cursor: default;
}
@media (max-width: 768px) {
  .footer__container {
    padding: 24px 16px;
    gap: 16px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.footer__age {
  width: 82px;
  height: 50px;
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 120px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.footer__middle__text p {
  font-size: 12px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer__middle__text p {
    font-size: 14px;
  }
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 293px;
}
@media (max-width: 768px) {
  .footer__block {
    max-width: 500px;
  }
}
.footer__label {
  font-size: 12px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer__label {
    font-size: 14px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__nav a {
  color: #fff;
  text-decoration: none;
}
.footer__nav a:hover {
  text-decoration: underline;
}
.footer__copy {
  opacity: 0.7;
  font-size: 14px;
}
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: #ffe5e3;
}
@media (max-width: 768px) {
  .contact {
    padding: 40px 16px;
  }
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 600px;
}
.contact__title {
  font-family: var(--font-titles);
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 120%;
  font-size: 30px;
}
.contact__subtitle {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 120%;
}
.contact__image {
  height: 600px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/funorbia-img/funorbia-contact-character.webp);
}
@media (max-width: 768px) {
  .contact__image {
    height: 296px;
  }
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.form__label {
  color: #000916;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  max-width: 600px;
}
.form__input,
.form__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100%;
  max-width: 600px;
  color: #999;
  font-size: 14px;
  line-height: 150%;
  margin-top: 8px;
}
.form__textarea {
  resize: vertical;
  min-height: 100px;
}
.form__submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1024px) {
  .form__submit-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
}
.form__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  max-width: 290px;
  width: 100%;
}
@media (max-width: 1024px) {
  .form__checkbox-wrapper {
    max-width: 360px;
  }
}
.form__checkbox-wrapper a {
  color: #230000;
  text-decoration: underline;
}
.form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  max-width: 246px;
  width: 100%;
  font-family: var(--font-titles);
  font-size: 16px;
  line-height: 120%;
  cursor: pointer;
  border: 1px solid #230000;
  background: #ffe99b;
}
.form__btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .form__btn {
    max-width: 360px;
  }
}
.form .checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form .checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .checkbox__box {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form .checkbox__box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.form .checkbox:hover .checkbox__box {
  border-color: #cd3b3b;
}
.form .checkbox__input:checked + .checkbox__box {
  background-color: #cd3b3b;
  border-color: #cd3b3b;
}
.form .checkbox__input:checked + .checkbox__box::after {
  opacity: 1;
}
.form .checkbox__input:disabled + .checkbox__box {
  background-color: #cd3b3b;
  border-color: #cd3b3b;
}
.form .checkbox__input:disabled + .checkbox__box::after {
  content: "";
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: none;
  opacity: 1;
}
.status {
  display: none;
}
.form.active .status {
  display: block;
  color: green;
}
.demo-game iframe {
  display: block;
  width: 100%;
  border: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .terms {
    padding: 40px 16px;
  }
}
.terms {
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .terms {
    padding: 40px 16px;
  }
}
.terms h1 {
  font-family: var(--font-titles);
  color: #600000;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
}
.terms p {
  padding-bottom: 10px;
}
.terms__domain {
  word-break: break-all;
}

.popup-cookie {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-cookie.disabled {
  display: none;
}

.popup-cookie__content {
  background: #ffe5e3;
  padding: 30px 20px;
  max-width: 400px;
  width: 90%;
  border-radius: 12px;
  border: 1px solid #600000;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.popup-cookie_content_h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #600000;
  text-transform: uppercase;
  font-weight: 700;
}
.popup-cookie__text {
  font-size: 18px;
  margin-bottom: 20px;
  color: #600000;
}

.popup-cookie__buttons {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}

.popup-cookie__button {
  font-weight: 700;
  width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s ease;
}

.popup-cookie__button--yes {
  background-color: #4caf50;
  color: white;
}

.popup-cookie__button--no {
  background-color: #f44336;
  color: white;
}

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

  .popup-cookie__text {
    font-size: 16px;
  }
}