@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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: "DM Sans", sans-serif;
  background: #031B3A;
}

.lock {
  overflow: hidden;
}

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

.main {
  flex: 1 1 auto;
}

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

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

[class*=__text] {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.h2 {
  color: #FF6AFA;
  font-size: clamp(20px, 5vw, 34px);
  font-weight: 800;
  line-height: 120%;
}

.bg {
  border-radius: 20px;
  border: 2px solid rgba(255, 106, 250, 0.5);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
}

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

.header {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .header {
    margin-top: 15px;
  }
}
.header__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 996px;
  margin: 0 auto;
}
.header__line {
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255, 219, 12, 0) 0%, #FFDB0C 49.04%, rgba(255, 219, 12, 0) 100%);
  height: 2px;
  width: 50%;
  margin: 0 auto;
}
.header__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  max-width: 680px;
  margin: 0 auto;
  padding: 18px 100px;
}
@media (max-width: 767px) {
  .header__grid {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__txt {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
}

.hero {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .hero {
    margin: 30px 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.hero__card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 40px 20px 20px;
}
.hero__label {
  border-radius: 20px 0 8px 0;
  background: #FF6AFA;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__num {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #FF6AFA;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .hero__num {
    display: none;
  }
}
.hero__name {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  max-width: 196px;
  text-align: center;
}
.hero__name span {
  color: #FF6AFA;
}
.hero__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  width: 140px;
}
.hero__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hero__rating img {
  width: -moz-fit-content;
  width: fit-content;
}
.hero__rating p {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.hero__column p {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
}
.hero__link {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 32px;
  border-radius: 60px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #FF6AFA 0%, #FF5959 100%);
  box-shadow: 0 0 24px 0 rgba(255, 106, 250, 0.6);
  width: -moz-fit-content;
  width: fit-content;
}

.info__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .info__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .info__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info .choose__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.info .hero__link {
  width: 100%;
}

.choose {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .choose {
    margin: 30px 0;
  }
}
.choose__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.choose__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .choose__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .choose__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.choose__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.choose__title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

.faq__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 795px;
  width: 100%;
  margin: 0 auto;
}
.faq__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .contact {
    margin: 30px 0;
  }
}
.contact .choose__content {
  gap: 15px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.contact__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__inp {
  width: 100%;
  border-radius: 60px;
  background: #FFF;
  padding: 18px 15px;
  color: rgba(39, 39, 39, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.contact__inp::-moz-placeholder {
  color: rgba(39, 39, 39, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.contact__inp::placeholder {
  color: rgba(39, 39, 39, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.contact__btn {
  width: 100%;
}

.privacy {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .privacy {
    margin: 30px 0;
  }
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer {
  padding-bottom: 30px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .footer__content {
    gap: 30px;
  }
}
.footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__logos img {
  max-width: 132px;
}
@media (max-width: 991px) {
  .footer__logos {
    max-width: 100%;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 120%;
}
.footer__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 991px) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  max-width: 407px;
}