* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  width: 100%;
  height: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
  background: transparent;
}

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

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

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.48px;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #0d1413;
}

[class*=__container] {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container-second {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 200px;
  margin-bottom: 100px;
}

h1 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.2px;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 28px;
    letter-spacing: -0.84px;
  }
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.96px;
}

h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.54px;
}

@media (max-width: calc(576px - 1px)) {
  .img {
    width: 100%;
  }
}

.btn {
  display: flex;
  padding: 15px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #31cf8b;
  box-shadow: 0 0 13.851px 0 #16fcb3;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.48px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .btn:hover {
    background: #299063;
    transform: scale(1.03);
  }
}

@media (max-width: calc(768px - 1px)) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .mobile {
    display: block;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  width: 100%;
  max-width: 847px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  gap: 48px;
  border-radius: 32px;
  background: linear-gradient(180deg, #232467 0%, #3aa56b 100%);
  box-shadow: 0 0 32.5px 24px rgba(0, 0, 0, 0.15);
}
.cookies__content {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 360px;
}
.cookies__title {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: lowercase;
}
.cookies__text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}
.cookies__btns .btn {
  width: 100%;
}
.cookies .btn-border {
  background: #fff !important;
}

.footer {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #130d14;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__top-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
  letter-spacing: -0.72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.footer__nav {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}
.footer__menu-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  gap: 30px;
}
.footer__menu-links a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .footer__menu-links a:hover {
    color: #ffd900;
    transform: scale(1.03);
  }
}
.footer__bottom-text p {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 auto;
}
.footer__copyright-text {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 80%;
  letter-spacing: -0.72px;
}

.header {
  padding: 20px 0;
  margin: 40px 0;
}
.header__content {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.header__content h1 {
  max-width: 1020px;
}
.header__content p {
  text-align: center;
}
.header__bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.header__bottom p {
  text-align: left;
}
.header__bottom-content {
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 320px;
}
.header__bottom-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.4px */
  letter-spacing: -0.42px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010119;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.popup__content {
  display: flex;
  max-width: 684px;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 32px;
  background: linear-gradient(180deg, #232467 0%, #3aa56b 100%);
  box-shadow: 0 0 32.5px 24px rgba(0, 0, 0, 0.15);
}
.popup__content h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.age-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px;
}
@media (max-width: calc(768px - 1px)) {
  .age-buttons {
    flex-direction: column;
  }
}
.age-buttons .btn {
  padding: 14px 28px;
}

.btn-border {
  padding: 14px 28px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #111622;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.hero__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (max-width: calc(768px - 1px)) {
  .hero__cards {
    margin: 32px 0;
  }
}
.hero__card {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: #005c3c;
  position: relative;
}
.hero__card-top {
  display: flex;
  width: 132px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px;
  background: #ffb300;
}
.hero__card-top p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
}
.hero__card-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero__card-center p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.6px;
}
.hero__card-pay img {
  width: 100%;
}
.hero__card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .hero__card-content {
    justify-content: center;
  }
}
.hero__card-text {
  max-width: 290px;
}
.hero__card-text p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.54px;
}

.title {
  margin-bottom: 40px;
}

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

.why h2 {
  text-align: center;
}
.why__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
.why__card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #c2fbff;
}

.popular h2 {
  text-align: center;
}
.popular__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.popular__card {
  display: flex;
  max-width: 500px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #005c3c;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.faq-item {
  border-bottom: 1px solid #222;
}

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

.faq-question .arrow {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  transition: max-height 0.3s ease;
  padding-right: 30px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  margin-bottom: 20px;
}

.form h2 {
  text-align: center;
}
.form__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.form__content img {
  max-width: 420px;
  width: 100%;
}

form {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  background: #005c3c;
  max-width: 580px;
  width: 100%;
}
form input {
  display: flex;
  padding: 14px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: #014c2c;
  /* Shadow */
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 0 2px 0 rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.9px;
}
form input::placeholder {
  color: #fff;
}
form .btn {
  width: 100%;
}

.info__content {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: rgba(0, 92, 63, 0.3);
}

.contact__content {
  text-align: center;
}

.privacy {
  margin-bottom: 60px;
}
.privacy__content {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.privacy__content h2 {
  margin-bottom: 20px;
  color: #fff;
  background: unset;
  -webkit-text-fill-color: unset;
}
.privacy__content p {
  margin-bottom: 24px;
}

/*# sourceMappingURL=style.css.map */
