@import url(https://fonts.googleapis.com/css?family=Noto+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  /* background: #000 url(../images/bg.png) center / cover no-repeat; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Noto Sans", sans-serif;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  position: relative;
  background: #00004e;
  padding-block: 28px;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fdd678;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.header__logo img {
  width: 42px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__nav a {
  display: block;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  flex-shrink: 0;
}

.home {
  background: linear-gradient(270deg, #c4e7ff 0%, #e8e9fd 50.48%, #fff 100%);
}

.home__content {
  max-width: 640px;
  width: 100%;
}
.home__title {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.home__text1 {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.home__text {
  color: #808080;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
.home__link {
  display: block;
  width: fit-content;
  padding: 12px 24px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  border-radius: 12px;
  background: #4d51c6;
}
.home__img {
  max-width: 397px;
  width: 100%;
}
.b1__title {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.b1__subtitle {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.b1__subtitle2 {
  color: #808080;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}

.b1__blocks {
  margin-bottom: 48px;
}
.b1__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.b1__label {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.b1__text {
  color: #808080;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b1__btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 24px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  border-radius: 12px;
  background: #4d51c6;
}
.b2 {
  background: linear-gradient(270deg, #c4e7ff 0%, #e8e9fd 50.48%, #fff 100%);
}

.b2__content {
  max-width: 640px;
  width: 100%;
}
.b2__title {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.b2__subtitle {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.b2__text {
  color: #808080;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b2__img {
  max-width: 452px;
  width: 100%;
}

.b3__title {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.b3__subtitle {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
}

.b3__item {
  padding: 24px;
  border-radius: 12px;
  background: #fdd678;
}

.b3__label {
  color: #372900;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.b3__text {
  color: #554718;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b4__title {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
}
.b4__blocks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b4__item {
  padding: 24px;
  border-radius: 12px;
  background: #fdd678;
}
.b4__label {
  color: #372900;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}
.b4__text {
  color: #554718;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact {
  background: linear-gradient(270deg, #c4e7ff 0%, #e8e9fd 50.48%, #fff 100%);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 546px;
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #808080;
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  padding: 12px;
  color: #000;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  background: #eaeaea;
}
.form textarea {
  height: 135px;
}
.form button {
  margin-top: 12px;
  display: block;
  width: 100%;
  padding: 14px;
  text-align: center;
  border-radius: 12px;
  background: #4d51c6;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
.footer {
  background: #00004e;
  padding-block: 40px;
}

.footer__inner {
  flex-wrap: wrap;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fdd678;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.footer__logo img {
  width: 42px;
}
.footer__s {
  max-width: 168px;
  width: 100%;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.footer__label {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.footer__links a {
  display: block;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.footer__copyright {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 844px) {
  .header__nav {
    display: none;
    transform: translateY(-100%);
  }
  .header__menu {
    display: block;
  }

  .show-menu .menu-img {
    display: none;
  }
  .show-menu .close-img {
    display: block;
  }
  .show-menu .header__nav {
    display: flex;
    position: absolute;
    bottom: 0;
    gap: 0;
    left: 0;
    width: 100%;
    right: 0;
    flex-direction: column;
    background: #00004e;
    z-index: 10;
    gap: 0;
    transition: all 0.3s;
    opacity: 1;
    transform: translateY(98%);
  }
  .show-menu .header__nav a {
    padding-block: 20px;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid rgb(98, 98, 98);
  }
  .show-menu .header__nav a:last-child {
    border-bottom: none;
  }
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
}
@media (hover: hover) {
  a:hover {
    filter: brightness(80%);
  }
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 60px;
  background: linear-gradient(270deg, #c4e7ff 0%, #e8e9fd 50.48%, #fff 100%);
}

.terms__title {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.terms p {
  color: #808080;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th {
  background: linear-gradient(270deg, #c4e7ff 0%, #e8e9fd 50.48%, #fff 100%);
  flex-grow: 1;
}
.th__title {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.th__text span {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.th__text {
  color: #808080;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.th__text b {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.th__btn {
  display: block;
  width: fit-content;

  padding: 12px 24px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  border-radius: 12px;
  background: #4d51c6;
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
}
/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 2000;
  width: 100%;
  padding-block: 30px;
  background-color: #fff;
  display: none;
}

.cookie__title {
  color: #2a3033;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.cookie__text {
  color: #808080;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.cookie__btns {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.cookieBtn {
  display: block;
  width: fit-content;

  padding: 12px 24px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  border-radius: 12px;
  background: #4d51c6;
}
.cookieBtn:last-child {
  color: #4d51c6;
  background: transparent;
  border: 1px solid #4d51c6;
}
@media (max-width: 520px) {
  .cookie__btns {
    flex-direction: column;
    align-items: initial;
  }

  .cookieBtn {
    width: 100%;
  }
}
