@import url(reset.css);
@import url(common.css);
@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:regular,500,700,900&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2%;
  background-color: #ffffff;
  color: #000000;
  max-width: 600px;
  margin: 0 auto !important;
}
.dn {
  display: none;
}
.slide2 {
  height: 100vh;
}
[class*="__container"] {
  max-width: 400px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex-grow: 1;
}
.content {
  flex-grow: 1;
}

/* -------------- important ---------------- */

.important {
  background: url("../img/bg-important.png") 0 0 / cover no-repeat;
}
.important {
  padding: 50px 0;
}
.button {
  max-width: 270px;
  margin: 0 auto;
  font-size: 31.74px;
  font-weight: 700;
  line-height: 37.19px;
  color: #000;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 2.45px 1.63px 6.98px 0px #000000e0;
  padding: 10px 25px;
  border-radius: 5px;
  background: #ffee00;
  white-space: nowrap;
}
.important__body {
  margin-top: 40px !important;
  background: url("../img/bg-important2.png") 0 0 / cover no-repeat #00275b;
  color: #fff;
  padding: 35px 15px;
  border-radius: 10px;
  text-align: center;
}
.important__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 25.78px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding-bottom: 20px;
}
.important__items {
  display: grid;
  gap: 15px;
  padding: 0 15px 0;
  text-align: left;
}
.important__item {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  line-height: 18.75px;
}
/* --------------  ---------------- */

/* -------------- block ---------------- */

.block {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 20px;
  background: #1a2651;
}
.block__container {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 25px;
}
.block__image {
  max-width: 70px;
}
.block__title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 18.45px;
  text-align: center;
}
/* -------------- arrow-btn ---------------- */
.content__arrow {
}
.arrow-btn {
}
.arrow-btn__container {
}

.arrow-btn__img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.arrow-btn__img img {
  max-width: 40px;
  margin: 15px auto;
  display: inline-block;

  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(5px);
  }
}

/* -------------- TOP ---------------- */
.top {
  margin: 30px 0;
}
.top__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #2c3e67;
  text-transform: uppercase;
}

/* --------- quiz -------------- */
.quiz {
  background: url("../img/bg-sp.png") 0 0 / cover no-repeat;
}
.quiz__body {
  background: url("../img/bg-arrow.png") center/ cover no-repeat;
  position: relative;
  padding: 0 30px 45px;
  margin: 0 auto;
  max-width: 500px;
  height: 550px;
}

.quiz__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;

  text-align: center;
  color: #ffee00;
  padding: 20px 30px;
  text-transform: uppercase;
}
.box_quiz {
}
.box_quiz__wrapper_select {
}
.custom_select {
}

.quiz__step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 20px;
}
.step__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}
.step__icon {
  max-width: 32px;
}
.quiz__label {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.27px;
  text-align: center;
  padding: 0 53px;
}
.quiz__info {
  margin-bottom: 40px;
}
/* --------  Form --------------- */
.form {
  display: grid;

  text-align: start;
}
label {
  display: grid;
}
label p {
  margin-bottom: 5px;
  color: #002647;
}
.input {
  font-size: 18px;
  border: 1px solid #767676 !important;
  color: #767676;
  padding: 7px;
  width: 100%;
}

.btn-content__container {
  background: url("../img/bg.png") 100% 15% / cover no-repeat;
}
.btn-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 21.42px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
}
/* ----------------------------- */
.body {
  padding-top: 25px;
  background: url("../img/body-bg.png") center / cover no-repeat;

  color: #ffffff;
}
.body__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.42px;
  padding-bottom: 20px;
}
.body__image {
  max-width: 215px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 25px;
}
.body__image img {
  max-width: 100%;
}
.body__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}
.body__text p {
  padding-bottom: 20px;
}
/* ---------------------------- */
.news,
.about-us {
  padding: 0 -15px;
}

.news__slider {
  background: url("../img/bg-slide.png") 0 0 / cover no-repeat #00275b;
  position: relative;
}
.news__top {
  background: #fff;
  height: 50px;
  margin: -1px;
}
.news__logo {
  max-width: 140px;
  margin: 0 auto;
  transform: translate(0, -60px);
}
.about__logo {
  max-width: 55px;
  transform: translate(0, -50px);
}
.news__body {
  /*background: url("../img/bg-slide.png") 0 0 / cover no-repeat #00275b;*/
  display: flex;
  flex-direction: column;
  min-height: 480px;
  text-align: center;
  /* position: relative; */
}

/* .news__body::before {
  background: url("../img/polygon.png") 0 0 / contain no-repeat;
  object-fit: contain;
  position: absolute;
  content: "";
  top: 83%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */
.about__body {
  background: url("../img/bg-slide2.png") center / cover no-repeat #00275b;
  min-height: 284px !important;
  border-radius: 0 0 10px 10px;
}
.news__inner {
  flex-grow: 1;
}
.about__text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 0 20px;
  transform: translate(0, -50px);
}
.news__title {
  color: #fff;
  margin-top: -40px;
  font-size: 22px;
  margin: 0 20px 30px;
  text-transform: uppercase;
}
.counter {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}

.news__sub-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;

  margin: 0 15px 20px;
}
.news__button {
  margin-bottom: 60px;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  padding: 12px 30px !important;
  background: #ffee00;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 95px;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 1;
  transform: translate(50%, -50%);
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.swiper-pagination-2 {
  padding-bottom: 10px;
}
.swiper-pagination-bullet {
  background: #ffee00 !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  width: 12px !important;
  height: 12px !important;
}
/* -------------- partners ---------------- */
.partners {
  padding: 40px 0;
  text-align: center;
}
.partners__container {
}
.partners__logo {
  max-width: 200px;
  margin: 30px auto;
}
.partners__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 25.78px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  background: #ffee00;
  margin: 30px auto;
}
.partners__group {
  padding-bottom: 40px;
}
.partners__text,
.quiz__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}
.quiz__text {
  margin-top: 40px;
}
/* ----------------- */
.thanks {
  background: url("../img/bg-sp.png") 0 0 / cover no-repeat;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: clip;
}
.thanks__content {
  flex-grow: 1;

  color: #000000;
  text-align: center;
  margin: 0 auto;
}
.thanks__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;

  margin-bottom: 30px;
  color: #00275b;
}
.thanks__sub-title p {
  font-size: 21px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: center;
  color: #08065b;
  margin: 30px;
}
.thanks__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;

  padding: 20px;
}
.thanks__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 50px 30px;
}
.thanks__icons img {
  max-width: 35px;
}

/* -------------- footer ---------------- */
.footer {
  background: url("../img/bg-footer.png") center / cover no-repeat #005ad2;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding: 20px 0;
}
.footer__logo {
  max-width: 134px;
  display: flex;
  align-items: center;
}
.footer__logo img {
  width: 100%;
}
.footer__button {
  font-size: 14.28px;
  font-weight: 800;
  line-height: 16.73px;
  text-align: center;
  padding: 8px 20px;
  background: #ffee00;
  border-radius: 5px;
}
@media (max-width: 420px) {
  .input {
    width: 100% !important;
  }
  .select {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .footer__button {
    font-size: 12px;
    padding: 8px 15px;
  }
  .footer__logo {
    max-width: 124px;
  }
  [class*="__container"] {
    max-width: 380px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto;
  }
  .menu__link {
    font-size: 20px !important;
  }
  .news__body {
    min-height: 530px;
  }
}

/* ---------- menu -------------- */
.menu {
  display: flex;
  align-items: center;
}

.menu__icon {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  position: relative;
  width: 25px;
  height: 18px;
  transition: all 0.3s;
}

.menu__icon span,
.menu__icon span::before,
.menu__icon span::after {
  display: block;
  background-color: white;
  height: 3px;
  width: 25px;
  border-radius: 3px;

  transition: all 0.3s;
  position: absolute;
}

.menu__icon span::before,
.menu__icon span::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu__icon span::before {
  top: -8px;
}

.menu__icon span::after {
  top: 8px;
}
.menu__icon.active span {
  background-color: transparent;
}

.menu__icon.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu__icon.active span::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu__body {
  display: flex;
  transition: all 0.3s;
}

.menu__list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  text-align: right !important;
  align-items: end;
}

.menu__link {
  color: white;
  font-size: 24px;
  line-height: 1.1;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  color: #fff;
}

.menu__icon {
  display: block;
}
.menu__body {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 60%;
  height: 200px;
  background: url("../img/bg-footer.png") 75% 100% / cover no-repeat #0066ee;
  border-radius: 20px 0 0 0;
  padding: 10px 0;
  transition: all 0.3s;
}

.menu__icon.active + .menu__body {
  display: flex;
}

.about-body {
  padding: 0 15px;
}
@media (max-width: 400px) {
  .about-body {
    padding: 0 10px;
  }
}
.input {
  height: 43px !important;
}
@media (max-width: 456px) {
  .quiz__body {
    padding: 0 15px 0;
    height: 600px;
  }
  .quiz__label {
    font-size: 16px;
  }
  .quiz__text {
    margin-top: 20px;
  }
  .quiz__info {
    margin-bottom: 90px;
  }
}
@media (max-width: 414px) {
  .quiz__body {
    height: 620px;
  }
  .select {
    font-size: 14px !important;
  }
  
  .news__button {
    width: 70%;
    font-size: 18px !important;
  }
}
@media (max-width: 390px) {
  .quiz__body {
    height: 630px;
  }
  .quiz__label {
    font-size: 14px;
  }
}
@media (max-width: 354px) {
  .news__button {
    width: 80%;
    font-size: 16px;
  }
}
.faq {
  width: 800px;
  margin: auto;
  padding-bottom: 30px;
}

.faq h2{
  text-align: center;
  margin-bottom: 30px;
  color: #FFD300;
}

.faq__item {
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.faq__question {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  color: #66615b;
  margin-right: 10px;
}
.faq__question span {
  display: block;
  width: 95%;
  border-bottom: 3px solid#FFD300;
  padding-bottom: 5px;
}
.faq__answer {
  display: none;
  padding: 5px 15px 15px 15px;
  font-size: 14px;
  color: #333;
}

.faq__answer p {
  margin: 0;
}
.banks {
  padding: 60px 0;
}
.banks__wrapp {
  display: flex;
  justify-content: space-evenly;
}
.color-r{
  color: #FFD300;
}
.faq__arrow{
  background-image: url("../img/10.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 20px;
  
}

@media (max-width: 900px) {
   .faq {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 581px) {
  .header {
    text-align: center;
    padding-bottom: 12px;
    padding-top: 15px;
  }  
   .header--bg,
  .thanks {
    margin: 0;
  }
  .faq {
    padding: 20px 0;
  }
}