@import url(reset.css);
@import url(common.css);
@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");
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2%;
  background-color: #ffffff;
  color: #000000;
}
[class*="__container"] {
  max-width: 375px;
  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/main-bg.png") center/ cover no-repeat;
  padding-bottom: 40px;
}
/* -------- header ---------------- */
.header {
  text-align: center;
  padding-bottom: 25px;
  padding-top: 40px;
}
.header--bg,
.thanks {
  background: #003380;
  margin: 0px -120px -1px -120px;
}
.header img {
  max-width: 100px;
}
/* -------------- TOP ---------------- */

.top {
  background: url("../images/top-bg.png") 100% 100% / cover no-repeat;
}
.top__container {
  color: #ffffff;
  padding: 30px 0px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}

.top__title {
  padding-bottom: 20px;

  line-height: 1.44; /* 36/25 */
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
}
.title--max {
  font-size: 26px;
  text-transform: uppercase;
}
.title--min {
  font-size: 16px;
  text-transform: uppercase;
}
.top__subtitle {
  padding-top: 20px;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto;
}

.top__button {
  margin-top: 20px;
}
/* --------  content ------------- */

.content {
}
.content__title {
  padding: 15px;
  font-size: 28px;
  background: #003380;
  color: #ffffff;
  font-weight: 700;
}

.content__block {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 60px;

  /* overflow: hidden; */
}

.content__avatar {
  flex: 0 0 180px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  transform: translate(-32%, 0px);
}

.content__avatar::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 30%;
  width: 100px;
  height: 30px;
  background: url("../images/logo-avatar.png") center / contain no-repeat;
}
.content__avatar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 10, 26, 0) 0%, #003380 100%);
}
.content__avatar img {
  max-width: 100%;
}
.content__item {
  transform: translate(-22%, 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: 10px;
  color: #000000;
}
.content__text p {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2%;
  text-align: start;
  padding-bottom: 12px;
  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__avatar {
    transform: translate(0px, 0px);
    margin: 0 auto;
  }
  .content__avatar::after {
    content: "";
    left: 25%;
  }
  .content__item {
    transform: translate(0px, 0px);
    margin: 0 auto;
  }
}
/* -------------- body ---------- */

.body-content {
  display: flex;
  flex-direction: column;
}
.body-content__title {
}
.body-content__list {
  padding-top: 30px;
  display: grid;
  gap: 17px;
}

.body-content__item {
  color: #002a69;
  display: grid;
  gap: 10px;
}
/* --------- slider -------------- */
.partnership {
}

.partnership__container {
}

.partnership__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; /* 20.4/17 */
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
  color: #032962;
  padding-bottom: 10px;
}

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

.image-slider {
}
.image-slider__img {
  max-width: 160px;
  height: 63px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .image-slider__img {
    max-width: 140px;
    height: 53px;
  }
}
@media (max-width: 350px) {
  .image-slider__img {
    max-width: 120px;
    height: 43px;
  }
}
.image-slider__img img {
  max-width: 100%;
}
.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet-active {
  color: #8c8c8c;
  background: #8c8c8c !important;
  height: 11px !important;
  width: 11px !important;
}
/* --------  Form --------------- */
.form {
  display: grid;
  gap: 25px;
  text-align: start;
}
label {
  display: grid;
}
label p {
  margin-bottom: 5px;
  color: #002647;
}
.input {
  font-size: 15px;
  border: 1px solid #767676 !important;
  color: #767676;
  padding: 7px;
  width: 100%;
}
/* --------- footer ------------- */
.footer {
  background: #003380;
  text-align: center;
  display: grid;
  gap: 25px;
  color: #555;
  padding: 30px 20px 10px 20px;
}
.footer__logo {
  max-width: 73px;

  margin: 0 auto;
}
.footer__logo img {
  max-width: 100%;
}
.footer__border {
  border-bottom: 1px solid #ffffff;
}
.footer__text {
  line-height: 1.42; /* 20/14 */
  color: #ffffff;
  max-width: 420px;
  margin: 0 auto;
  font-size: 18px;
}
.footer__all {
  line-height: 1.42; /* 20/14 */
  color: #bfbfbf;
  border-bottom: 1px solid #7c7c7c;
  max-width: 320px;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 350px) {
  .footer__all {
    font-size: 12px;
    max-width: 275px;
  }
  .footer__text {
    font-size: 16px;
  }
}
.footer--white {
  background: #ffffff;
  margin: 2px;
}

/* ----------------- */
.text {
  color: #000000;
}

.thanks__content {
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
  color: #ffffff;
  display: grid;
  gap: 40px;
  padding-bottom: 40px;
}

.thanks__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -5.5%;
  line-height: 1.45; /* 32/22 */
}

.thanks__text {
  font-size: 20px;

  line-height: 1.45; /* 29/20 */
  letter-spacing: -0.055em;
}

.thanks__text--strong {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  margin-bottom: 20px;
}
