@import url(https://fonts.googleapis.com/css?family=Allerta:regular);
* {
  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;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}

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: #2f301c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Allerta", sans-serif;
}

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

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

.header {
  position: relative;
  background: #2f301c;
  padding-block: 32px;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  color: #eceece;
  font-family: Allerta;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.header__nav a {
  display: block;
  color: #eceece;
  text-align: center;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.close-img {
  display: none;
}

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

.home__img {
  max-width: 540px;
  width: 100%;
}
.home__img img {
  object-fit: cover;
  border-radius: 24px;
}
.home__content {
  max-width: 540px;
  width: 100%;
}
.home__title {
  color: #eceece;
  font-family: Allerta;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 24px;
}
.home__subtitle {
  color: #eceece;
  font-family: Allerta;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
.home__text {
  color: #eceece;
  font-family: Allerta;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 30.24px */
  letter-spacing: -0.105px;
}
.check__wrapper {
  position: relative;
  z-index: 1;
  padding: 60px;
  border-radius: 40px;
  border: 1px solid #eceece;
  background: #eceece;
}
.b1__item {
  text-align: left;
  display: block;

  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid #c0b326;
  background: #eceece;
}
.b1__item:hover {
  filter: none;
  background: #f8ff91;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
}

.b1__label {
  color: #2f301c;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Allerta;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.b1__text {
  border-top: 1px solid #2f301c;
  padding-top: 20px;
  color: #2f301c;
  font-family: Allerta;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 25.92px */
  letter-spacing: -0.09px;
}

.b2__title {
  color: #eceece;
  font-family: Allerta;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.08px;
  margin-bottom: 60px;
}

.b2__item {
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid #c0b326;
}
.b2__top {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.b2__img {
  max-width: 56px;
  width: 100%;
}
.b2__label {
  color: #eceece;
  font-family: Allerta;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.78px;
}
.b2__text {
  color: #eceece;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 23.04px */
  letter-spacing: -0.08px;
}

.b3__title {
  color: #eceece;
  font-family: Allerta;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.08px;
  margin-bottom: 60px;
}

.b3__item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #2f301c;
  background: #eceece;
  padding: 24px;
}
.b3__img {
  margin-bottom: 24px;
}
.b3__label {
  color: #2f301c;
  font-family: Allerta;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.78px;
  margin-bottom: 16px;
}
.b3__text {
  flex-grow: 1;
  color: #2f301c;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 23.04px */
  letter-spacing: -0.08px;
  margin-bottom: 24px;
}

.b3__btn img {
  width: 16px;
  height: 16px;
}
.b3__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  color: #eceece;
  font-family: Allerta;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 25.92px */
  letter-spacing: -0.09px;
  padding: 22px 36px;
  border-radius: 8px;
  background: #2f301c;
}

.b4__title {
  color: #eceece;
  font-family: Allerta;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 24px;
}

.b4__text {
  color: #eceece;
  font-family: Allerta;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 30.24px */
  letter-spacing: -0.105px;
}

.b5__blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.b5__item {
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #2f301c;
  background: #eceece;
}

.b5__content {
  max-width: 668px;
  width: 100%;
}
.b5__label {
  color: #2f301c;

  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 39px */
  letter-spacing: -0.6px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.b5__text {
  color: #2f301c;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 25.92px */
  letter-spacing: -0.09px;
  margin-bottom: 24px;
}
.b5__features {
  padding: 24px;
  border-radius: 16px;
  background: #feffed;
  margin-bottom: 24px;
}
.b5__label2 {
  color: #2f301c;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%; /* 23.04px */
  letter-spacing: -0.08px;
  margin-bottom: 16px;
}
.b5__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b5__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.b5__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.b5__text2 {
  color: #2f301c;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%; /* 20.16px */
  letter-spacing: -0.07px;
}

.b5__img {
  max-width: 380px;
  width: 100%;
  position: relative;
}
.b5__img img {
  border-radius: 12px;
  object-fit: cover;
}
.b5__block1 {
  position: absolute;
  bottom: 21px;
  border-radius: 8px;
  background: #2f301c;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 230px;
  width: 100%;
  left: 10px;
  padding: 16px 24px;
}
.b5__num {
  color: #eceece;

  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.b5__label3 {
  text-align: center;
  width: fit-content;
  border-radius: 2px;
  border: 1px solid #eceece;
  padding: 5px 20px;
  color: #eceece;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact__content {
  max-width: 492px;
  width: 100%;
}
.contact__title {
  color: #eceece;
  font-family: Allerta;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 22px;
}
.contact__text {
  color: #eceece;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.form {
  border-radius: 16px;
  border: 1px solid #2f301c;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 492px;
  width: 100%;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #000;
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 24px 32px;

  color: #311e1e;
  font-feature-settings: "liga" off, "clig" off;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form textarea {
  height: 195px;
}
.form button {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #376762;
  padding: 22px;
  text-align: center;
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer {
  padding-block: 50px;
}

.footer__inner {
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.footer__col1 {
  max-width: 380px;
  width: 100%;
}
.footer__logo {
  display: block;
  color: #eceece;
  font-family: Allerta;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.footer__text {
  color: #eceece;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #eceece;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.footer__s {
  max-width: 116px;
  width: 100%;
}
.footer__links1 {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px 30px;
}
.footer__links1 a {
  display: block;
  color: #eceece;
  text-align: center;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.footer__links2 {
  max-width: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__links2 a {
  display: block;
  color: #eceece;
  text-align: left;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
.footer__copyright {
  color: #eceece;
  font-family: Allerta;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1156px) {
  .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-color: #2f301c;
    z-index: 10;
    gap: 0;
    transition: all 0.3s;
    opacity: 1;
    transform: translateY(98%);
    border-radius: 0;
    padding: 0;
  }
  .show-menu .header__nav a {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #f8ff91;
    width: 100%;
  }
  .show-menu .header__nav a:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .home__img {
    max-width: initial;
    height: 320px;
  }
  .home__content {
    max-width: initial;
  }
  .b5__img {
    order: -1;
    height: 501px;
    max-width: initial;
  }
  .footer__inner {
    align-items: flex-start;
  }
  .footer__col1 {
    max-width: initial;
  }

  .contact__content {
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .b2__img {
    max-width: 50px;
  }
  .b2__label {
    font-size: 20px;
  }
  .b2__top {
    margin-bottom: 20px;
    gap: 20px;
  }
  .footer__logo {
    font-size: 26px;
  }
  h2 {
    font-size: 32px !important;
  }
  .home__title {
    font-size: 33px;
  }
  .home__subtitle {
    font-size: 27px;
  }
}
@media (max-width: 360px) {
  .b5__num {
    font-size: 16px;
  }
  .b5__label3 {
    padding: 3px 10px;
  }
  .b5__block1 {
    width: fit-content;
  }
}
/* terms */
.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #eceece;
  font-family: Allerta;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
  margin-bottom: 40px;
}
.terms__subtitle {
  color: #eceece;
  font-family: Allerta;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
.terms p a {
  color: #eceece;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  text-decoration: underline;
}
.terms p {
  color: #eceece;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th__title {
  color: #eceece;
  text-align: center;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 32px;
}
.th__suptitle {
  color: #eceece;
  text-align: center;
  font-family: Allerta;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 58.8px */
  margin-bottom: 2px;
}
.th__btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 32px;
  border-radius: var(--Other-Radius-Full-Corner, 999px);
  background: #376762;
  color: #eceece;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
  .th__suptitle {
    font-size: 27px;
    margin-bottom: 12px;
  }
}

/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 5;
  right: 0;
  width: 100%;
  border-radius: 2px;

  background: #2f301c;
  max-width: 587px;
  padding: 40px 25px;
  display: none;
}
.cookie__img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -64%);
}
.cookie__title {
  color: #eceece;
  text-align: center;
  font-family: Allerta;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 58.8px */
  margin-bottom: 16px;
}

.cookie__text {
  color: #eceece;
  text-align: center;
  font-family: Allerta;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  margin-bottom: 32px;
}

.cookie__btns {
  max-width: 247px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cookieBtn {
  display: block;
  width: 100%;
  border-radius: var(--Other-Radius-Full-Corner, 999px);
  background: #376762;
  padding: 12px;
  color: #eceece;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.cookieBtn:last-child {
  background: transparent;
}
@media (max-width: 620px) {
  .cookie-notification {
    max-width: initial;
    padding: 24px 0;
  }
  .cookie__title {
    font-size: 28px;
  }
  .cookie__img {
    width: 80px;
    height: 80px;
  }
}
