@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700);
* {
  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: "Inter", sans-serif;
}

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

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-block: 28px;
}
.header.init {
  position: relative;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 4px;
  color: #375d19;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header__logo img {
  width: 44px;
  height: 44px;
}

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

.header__nav a {
  display: block;
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-transform: uppercase;
}

.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  flex-shrink: 0;
}
.home {
  position: relative;
  padding-block: 137px 58px;
}
.home:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  width: 70%;
  height: 100%;
  background: url(../images/bg.png) center / cover no-repeat;
  z-index: -1;
}
.home__content {
  max-width: 681px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.home__title {
  color: #4f6218;
  font-family: Oswald;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 96px */
  letter-spacing: 23.2px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.home__text {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.home__link {
  border-radius: 10px;
  background: #4f6218;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  padding: 24px;
  max-width: 485px;
  display: block;
  width: 100%;
}
.b1__title {
  color: #4f6218;
  text-align: center;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.b1__subtitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.b1__blocks {
  margin-bottom: 40px;
}
.b1__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.b1__img {
  max-width: 63px;
  width: 100%;
  margin: 0 auto;
}
.b1__label {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.b1__text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b1__text2 {
  color: #4f6218;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.b1__btn {
  display: block;
  border-radius: 20px;
  background: #4f6218;
  padding: 24px;
  max-width: 368px;
  margin-inline: auto;
  width: 100%;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
}
.b2 {
  background: #f4f4f1;
}
.b2__blocks {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.b2__list {
  max-width: 581px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.b2__title {
  color: #4f6218;
  text-align: center;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.b2__label {
  color: #4f6218;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.b2__text {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b2__img {
  max-width: 540px;
  width: 100%;
}
.b3__title {
  color: #4f6218;
  text-align: center;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.b3__blocks {
  max-width: 908px;
  width: 100%;
  margin: 0 auto 40px;
}

.b3__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b3__img {
  max-width: 129px;
  width: 100%;
  margin: 0 auto;
}
.b3__label {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.b3__text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b4 {
  background: #f4f4f1;
}

.b4__title {
  color: #4f6218;
  text-align: center;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.b4__subtitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

.b4__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.b4__img {
  max-width: 238px;
  width: 100%;
  margin: 0 auto;
}
.b4__img-small {
  max-width: 77px;
}
.b4__label {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.b4__text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact__title {
  color: #4f6218;
  text-align: center;
  font-family: Oswald;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background-color: #f4f4f1;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #000;
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #4f62187b;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form textarea {
  height: 135px;
}
.form button {
  margin-top: 24px;
  display: block;
  width: 100%;
  padding: 18px;
  text-align: center;
  border-radius: 10px;
  background: #4f6218;
  color: #f5f5f5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
}
.footer {
  background: #4f6218;
  padding-block: 80px 40px;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 40px;
  color: #f4f4f1;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer__logo img {
  width: 44px;
  height: 44px;
}
.footer__inner {
  flex-wrap: wrap;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 20px 24px;
  flex-wrap: wrap;
}

.footer__links a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.footer__copyright {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1288px) {
  .home__inner {
    flex-direction: column;
    align-items: initial;
  }
  .home__content {
    max-width: initial;
  }
}
@media (max-width: 768px) {
  .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 {
    background-color: #fff;
  }
  .show-menu .header__nav {
    display: flex;
    position: absolute;
    bottom: 0;
    gap: 0;
    left: 0;
    width: 100%;
    right: 0;
    flex-direction: column;
    background-color: #fff;
    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;
  }
  h1,
  h2 {
    font-size: 32px !important;
  }
  .home__title {
    color: #4f6218;
    font-family: Oswald;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: 11.6px;
    text-transform: uppercase;
  }
  .footer__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
  .home__title {
    font-size: 32px !important;
  }
}
@media (hover: hover) {
  a:hover {
    filter: brightness(80%);
  }
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #4f6218;
  text-align: center;
  font-family: Oswald;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.terms.cookie a {
  word-break: break-all;
}
.terms a {
  text-decoration: underline;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.terms p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th__title {
  color: #4f6218;
  text-align: center;
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 59px; /* 122.917% */
  margin-bottom: 60px;
}
.th__btn {
  display: block;
  max-width: 456px;
  width: 100%;
  margin-inline: auto;
  border-radius: 10px;
  border: 1px solid #000;
  background: #4f6218;
  padding: 24px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
}
