body {
  background: center/cover no-repeat url("../index_files/bgnd.jpg");
}

#root {
  position: relative;
}
#root::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.form-check-container {
  background: #fff;
}

.quiz-inner {
  background: none;
}

.slider__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.slider__btns-btn {
  width: 50px;
  height: 50px;
  background: center/contain no-repeat url("../index_files/slider-arrow.svg"), #fff;
  cursor: pointer;
  border: none;
  border-radius: 12px;
}
.slider__btns-btn.next-arrow {
  rotate: 180deg;
}

.hero {
  padding-top: 28px;
}
.hero .container {
  max-width: 1000px;
  margin: 0 auto;
}
.hero-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: center/cover no-repeat url("../index_files/bgnd.jpg");
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero__inner {
  position: relative;
  z-index: 10;
  padding: 100px 0;
  color: #fff;
}
.hero__info {
  margin-bottom: 60px;
  text-align: center;
}
.hero__text {
  margin-bottom: 40px;
}
.hero__img {
  max-width: 400px;
  border: 2px solid #fff;
  margin-bottom: 24px;
}
.hero__list {
  margin-top: 24px;
}
.hero__list-item {
  margin-bottom: 8px;
}
.hero__list-item:last-child {
  margin: 0;
}

.reviews {
  margin-bottom: 40px;
}
.reviews__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.reviews__title {
  margin: 0;
}
.reviews__slider-item {
  max-width: 300px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-right: 24px;
}
.reviews__slider-item .photo {
  display: block;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 24px;
}
.reviews__slider-item .name {
  font-weight: 600;
  font-size: 20px;
}

.news {
  margin-bottom: 40px;
}
.news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.news__slider-item {
  position: relative;
  max-width: 300px;
  padding: 24px;
  background: center/cover no-repeat url("../index_files/newspaper.png");
  border-radius: 12px;
  margin-right: 24px;
}
.news__slider-item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.7);
}
.news__slider-item .title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.news__slider-item .text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
}

.how {
  margin-bottom: 40px;
}
.how__title {
  margin-bottom: 24px;
}
.how__box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.how__item {
  background: rgba(255, 255, 255, 0.1);
  padding: 24px 20px;
  border-radius: 12px;
  width: calc(50% - 12px);
}
.hero__form-pol {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
.how__item-title {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 4px;
}
.how__item-text {
  font-size: 16px;
  margin: 0;
}
.trust {
  text-align: center;
}
.trust__title {
  margin-bottom: 12px;
}
.trust__text {
  font-size: 18px;
  margin-bottom: 4px;
}
.trust__list {
  margin-bottom: 40px;
  text-align: start !important;
}
.trust__list-item {
  font-size: 18px;
}

.quiz-hidden {
  display: none;
}

.arrow {
  display: none !important;
}

@media (max-width: 767px) {
  .hero .container {
    width: 100%;
    max-width: 100%;
  }
  .hero__inner {
    padding-top: 64px;
  }
  .hero__img {
    width: 100%;
  }
  .how__box {
    flex-direction: column;
  }
  .how__item {
    width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */