
@import url("https://fonts.googleapis.com/css?family=Play:regular&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:regular,500,600,700&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2%;
  background-color: #ffffff;
  color: #000000;
}

[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 {*/
/*  background: url("./images/bg.png") center / cover no-repeat;*/
/*}*/
/* -------- header ---------------- */
.header {
  background: #1a2651;
  color: #ffffff;
  padding: 15px;
}

.header__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.header__title{
   font-size: 26px;
   font-weight: 700;
}
.header__body {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 205px;
}
.header__logo {
  max-width: 50px;
}
.header__item {
  display: grid;
  gap: 5px;
}
.thanks__title {
  font-size: 17px;
  font-weight: 400;
  line-height: 20.57px;
  text-align: left;
}
.header__text {
  font-size: 8px;
  font-weight: 400;
  line-height: 8.47px;
  text-align: left;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__icon {
  flex: 0 0 23px;
  background: #ffffff;
  padding: 2px;
  border-radius: 3px;
  width: 23px;
  height: 27px;
}
.header__icon img {
  max-width: 100%;
}
.header__contact-us {
}
.video{
   max-width: 100% !important;
    margin-bottom: 25px;
}
.header__subtitle {
   display: inline;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  border-bottom: 1px solid white;
  margin-bottom: 5px;
}
.header__label {
  font-size: 10px;
  font-weight: 400;
  line-height: 9.68px;
  text-align: left;
}
@media (max-width: 389px) {
  .header {
    padding: 10px;
  }
  .header__body {
    gap: 5px;
  }
  .header__items {
    gap: 10px;
  }
  .header__logo {
    max-width: 40px;
  }
  .header__icon {
    flex: 0 0 20px;

    width: 20px;
    height: 22px;
  }
  .header__subtitle {
    font-size: 12px;
  }
}
/* -------------- content__header ---------------- */

.header-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #1a2651;
  padding: 25px 0;
}
/* -------------- content__img ---------------- */
.content__img {
  padding-top: 25px;
  padding-bottom: 15px;
}
/* -------------- step ---------------- */
.step {
  padding-top: 25px;
  padding-bottom: 15px;
}

.step__row {
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
.step__num {
  align-self: center;
  flex: 0 0 28px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 28px;
  height: 28px;
  background: #FF7A00;
}
.step__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 20.4px;
  text-align: left;
  color: #1a2651;
}
/* -------------- 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);
  }
}

.button {
  max-width: 230px;
  margin: 25px auto;
  color: #fff;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  padding: 10px 35px;
  border-radius: 10px;
  background: #1A2651;
  box-shadow: 0px 0px 23.4px 0px #005ba4;
  white-space: nowrap;
}
/* -------------- footer ---------------- */
.footer {
  /*background: url("./images/footer-bg.png") center / cover no-repeat;*/
  display: grid;
  gap: 25px;
  color: #fff;
  padding: 15px 20px;
}
.footer__container {
  text-align: center;
}
.footer__title {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.8px;
  margin-bottom: 10px;
  text-align: start;
  border-left: 3px solid white;
  padding-left: 5px;
  text-transform: uppercase;
}
.footer__subtitle {
  display: inline;
  font-size: 13px;
  line-height: 16.8px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
/* -------------- 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;
}
/* --------  box_quiz ------------- */

/* --------  content ------------- */
/* .content__item {
  transform: translate(-15%, 0px);
  max-width: 200px;
}
.content__text {
  max-width: 200px;
}
.content__text strong {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 2%;
  text-align: start;
  padding-bottom: 15px;
  color: #000000;
}
.content__text p {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 2%;
  text-align: start;
  padding-bottom: 30px;
  color: #000c73;
}
.content__subtitle {
  font-family: "Play", sans-serif;
  max-width: 288px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (max-width: 374px) {
  .content__block {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .content__item {
    transform: translate(0px, 0px);
    margin: 0 auto;
  }
} */
/* -------------- body ---------- */

.body-content {
  display: flex;
  flex-direction: column;
}
.body-content__container {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
}
.body-content__title {
}
.body-content__list {
  padding-top: 30px;
  display: grid;
  gap: 17px;
}
.body-content__item {
  color: #002a69;
  display: grid;
  gap: 10px;
}
/* --------- slider -------------- */
.partnership {
  /* position: relative; */
}
.swiper-wrapper {
}
.partnership__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; /* 20.4/17 */
  text-align: center;
  text-transform: uppercase;
  color: #032962;
  padding-bottom: 10px;
}

.partnership__slide {
  margin: 40px 0 70px 0;
}

.image-slider {
}
.image-slider__img {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 7px;
}

.image-slider__img img {
  max-width: 100%;
}

/* --------  Form --------------- */
.form {
  display: grid;
  gap: 25px;
  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%;
}
/* ----------------- */
.thanks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: clip;
}
.thanks__content {
  flex-grow: 1;
  background: #b9cfe1;
  color: #000000;
  text-align: center;
  margin: 0 auto;
}
.thanks__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 30.26px;
  color: #2c3e67;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25; /* 32/22 */
  margin-bottom: 30px;
}
.thanks__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #002647;
  padding: 0 15px;
}
.thanks__logo img {
  max-width: 82px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.thanks__avatar img {
  max-width: 135px;
  margin: 45px;
}
/* ------------------------ */
.btn-content__container {
  /*background: url("./images/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("./images/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;
}
/* ---------------------------- */

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper {
  position: relative;
  width: 80%;
}
.partnership-arrow {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  transform: translate(0, -100px);
}


@media (max-width: 450px){
  .top__title{
    font-size: 18px;
  }
  .box_quiz__title {
    margin-top: -14px !important;
    font-size: 1rem;
}
}

@media (max-width: 670px){
  .box_quiz__title {
    margin-top: -14px !important;
    font-size: 1rem;
}
}