@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  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%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 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: "Open Sans", sans-serif;
  background: #290045;
}

.lock {
  overflow: hidden;
}

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

.main {
  flex: 1 1 auto;
}

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

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

[class*=__text] {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.48px;
}

.h2 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.84px;
}

.text-center {
  text-align: center;
}

.black {
  color: #000 !important;
}

.header {
  position: absolute;
  top: 40px;
  width: 100%;
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.header__title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.2px;
}

.hero {
  padding: 243px 0 20px;
  background: url(../img/bg.webp) no-repeat center/cover;
}
@media (max-width: 991px) {
  .hero {
    padding: 300px 0 20px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 340px 0 20px;
  }
}
@media (max-width: 575px) {
  .hero {
    padding: 440px 0 20px;
  }
}
@media (max-width: 429px) {
  .hero {
    padding: 460px 0 20px;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  border: 3px solid #FCD116;
  background: #4F0582;
  padding: 24px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hero__card {
    flex-direction: column;
    padding: 20px;
  }
}
.hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #2C004B;
  width: 180px;
  height: 105px;
  padding: 0 10px;
  flex-shrink: 0;
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 350px;
  width: 100%;
}
.hero__name {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.42px;
}
@media (max-width: 991px) {
  .hero__name {
    text-align: center;
  }
}
.hero__item {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 991px) {
  .hero__item {
    justify-content: center;
  }
}
.hero__txt {
  color: #FFF;
  font-size: 10px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.3px;
}
@media (max-width: 991px) {
  .hero__txt {
    text-align: center;
  }
}
.hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 286px;
  width: 100%;
}
.hero__suncolumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero__rating {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.6px;
}
.hero__subtxt {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
}
.hero__link {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.48px;
  border-radius: 10px;
  border: 2px solid #FCD116;
  background: #FFB300;
  box-shadow: 0 0 13.851px 0 #FCD116, 0 0 3.957px 0 #FCD116, 0 0 1.979px 0 #FFB300;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
}

.info {
  margin: 100px 0;
}
.info__content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.info__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info__item {
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #4F0582;
  padding: 24px;
}
.info__name {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.info .hero__link {
  margin: 0 auto;
  padding: 15px 60px;
  width: -moz-fit-content;
  width: fit-content;
}

.faq {
  background: url(../img/bg-1.webp) no-repeat center/cover;
  padding: 60px 0;
}
.faq_notbg {
  background: none;
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.faq__row {
  display: flex;
  align-items: center;
  gap: 21px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.3s ease;
}
.faq__row:hover {
  opacity: 0.8;
}
.faq__icon {
  color: #FCD116;
  font-size: 24px;
  font-weight: 700;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq__card.active .faq__icon {
  transform: rotate(45deg);
}
.faq__name {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.faq__item {
  padding: 0 10px 0 83px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq__card.active .faq__item {
  max-height: 500px;
  padding: 10px 10px 10px 83px;
}
@media (max-width: 767px) {
  .faq__card.active .faq__item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .faq__item {
    padding: 0 10px;
  }
}
.faq__text {
  border-left: 2px solid #FFF;
  padding-left: 10px;
  color: #FFF;
}

.contact {
  padding: 40px 0;
}
.contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact__form {
  border-radius: 12px;
  background: #4F0582;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.contact__inp {
  border-radius: 10px;
  background: #7200BF;
  width: 100%;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 0 2px 0 rgba(0, 0, 0, 0.7);
  padding: 14px 24px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.9px;
}
.contact__inp::-moz-placeholder {
  color: #FFF;
}
.contact__inp::placeholder {
  color: #FFF;
}
.contact__inp_mess {
  height: 90px;
}
.contact__btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.54px;
  border-radius: 10px;
  border: 2px solid #FCD116;
  background: #FFB300;
  box-shadow: 0 0 13.851px 0 #FCD116, 0 0 3.957px 0 #FCD116, 0 0 1.979px 0 #FFB300;
  padding: 15px 60px;
}

.footer {
  padding: 40px 0;
  border-bottom: 1px solid rgba(232, 232, 237, 0.08);
  background: #1E0032;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menu {
  max-width: 595px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__menu a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__menu {
    gap: 10px;
  }
}
.footer__row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__row {
    gap: 10px;
  }
}
.footer__txt {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 14px;
  line-height: 130%;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 40px;
  max-width: 600px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(232, 232, 237, 0.08);
  background: #4F0582;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cookies__btn {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.48px;
  border-radius: 10px;
  border: 2px solid #FCD116;
  background: #FFB300;
  box-shadow: 0 0 13.851px 0 #FCD116, 0 0 3.957px 0 #FCD116, 0 0 1.979px 0 #FFB300;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
}