@import url(https://fonts.googleapis.com/css?family=Tektur:regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Lora:regular,500,600,700,italic,500italic,600italic,700italic);
* {
  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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Lora", 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: #684924;
  padding-block: 16px;
}
.header__inner {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px #ba4b02;
  padding: 16px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  color: #1f0001;
  font-family: Tektur;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

.header__nav a {
  display: block;
  border-radius: 4px;
  padding: 6px 8px;
  background: #684924;
  color: #fff;
  text-align: center;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.home__wrapper {
  border-radius: 24px;
  border: 1px solid #684924;
  background: #684924;
  padding: 24px;
}
.home__title {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.home__img {
  max-width: 252px;
  width: 100%;
  flex-shrink: 0;
}
.home__img img {
  object-fit: cover;
  border-radius: 16px;
}
.home__content {
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  width: 100%;
}

.home__subtitle {
  color: #684924;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.home__text {
  color: #684924;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.check {
  background: #684924;
}
.check__wrapper {
  position: relative;
  z-index: 1;
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  padding: 40px 32px;
  border-radius: 16px;
  background: #fff;
}
.b1__item {
  text-align: left;
  display: block;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #684924;
  background: #684924;
}
.b1__item:hover {
  filter: none;
  border: 4px solid #c8812d;
  background-color: #77552d;
}

.b1__label {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  margin-bottom: 8px;
}
.b1__text {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b0__title {
  color: #161925;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  margin-bottom: 24px;
}
.b0__text {
  color: #1e2131;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b0__img img {
  object-fit: cover;
  border-radius: 8px;
}
.b2 {
  background: #684924;
}
.b2__title {
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  margin-bottom: 24px;
}
.b2__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
  background: #fdfdfd;
  box-shadow: 0px 0px 16px 0px rgba(6, 55, 216, 0.8);
}
.b2__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #666;
}
.b2__item:last-child {
  border-bottom: none;
}
.b2__img {
  max-width: 50px;
  width: 100%;
}
.b2__label {
  color: #161925;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.b2__text {
  color: #1e2131;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b3__title {
  color: #161925;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */

  margin-bottom: 40px;
}
.b3__wrapper {
  padding: 24px;
  border-radius: 12px;
  background: #684924;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b3__item {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #fff;
  padding: 24px;
}
.b3__img {
  height: 300px;
  margin-bottom: 24px;
}
.b3__img img {
  object-fit: cover;
  border-radius: 8px;
}
.b3__label {
  color: #000;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.b3__text {
  flex-grow: 1;
  color: #0e0e0e;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.b3__btn {
  display: block;
  max-width: 250px;
  width: 100%;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #684924;
  color: #684924;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.b3__slider {
  padding: 24px;
  border-radius: 12px;
  background: #684924;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper__btns {
  display: flex;
  align-items: center;
  gap: 120px;
  height: 44px;
  margin-top: 24px;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: initial;
  display: block !important;
  margin: 0 !important;
}

.b4__title {
  color: #333;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  margin-bottom: 24px;
}
.b4__subtitle {
  color: #333;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.b4__text {
  color: #1e2131;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b6 {
  background: #684924;
}

.b6__title {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  margin-bottom: 24px;
}
.b6__blocks {
  border-radius: 12px;
  background: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b6__item {
  border-radius: 8px;
  border: 1px solid #684924;
  background: #684924;
  padding: 24px;
}
.b6__label {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.b6__text {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b5__title {
  color: #161925;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  margin-bottom: 40px;
}

.b5__blocks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b5__item {
  padding: 32px;
  border-radius: 16px;
  background: #fdfdfd;
  box-shadow: 0px 0px 16px 0px rgba(6, 55, 216, 0.8);
}

.b5__label {
  color: #161925;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.b5__text {
  color: #0e0e0e;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.b5__label2 {
  color: #161925;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.b5__features {
  margin-bottom: 25px;
}
.b5__list {
  padding: 32px 16px;
  border-radius: 8px;
  border: 1px solid #684924;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b5__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.b5__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.b5__text2 {
  color: #684924;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.b5__img {
  width: 100%;
  position: relative;
  height: 255px;
  margin-bottom: 24px;
}
.b5__img img {
  border-radius: 8px;
  border: 2px solid #fff;
  object-fit: cover;
}
.b5__block1 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #684924;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 16px 20px;
}
.b5__num {
  color: #333;
  font-family: Lora;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  border-radius: 2px;
  background: #fff;
  padding: 8px;
}
.b5__label3 {
  padding: 4px 16px;
  color: #fff;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contact__inner {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #684924;
  background: #684924;
  max-width: 691px;
  width: 100%;
  margin-inline: auto;
}
.contact__title {
  color: #161925;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  margin-bottom: 16px;
}

.form {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #684924;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #1e2131;
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #f9f9f9;

  padding: 20px 32px;

  color: #1e2131;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  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: #684924;
  padding: 20px;
  text-align: center;
  color: var(--Secondary-Color-2, #fff);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer {
  padding-block: 66px;
  background: #684924;
}

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

.footer__col1 {
  max-width: 380px;
  width: 100%;
}
.footer__logo {
  display: block;
  color: #fff;
  font-family: Tektur;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.footer__text {
  max-width: 252px;
  width: 100%;
  color: #fff;
  font-family: Lora;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.footer__s {
  max-width: 100px;
  width: 100%;
}
.footer__links1 {
  max-width: 446px;
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__links1 a {
  display: block;
  color: #fff;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
}
.footer__links2 {
  max-width: 148px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__links2 a {
  display: block;
  color: #fff;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 214.286% */
}
.footer__copyright {
  color: #ccc;
  font-family: Lora;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 230.769% */
}
@media (max-width: 1140px) {
  .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: #684924;
    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-radius: 0;
    background: transparent;

    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .show-menu .header__nav a:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    align-items: flex-start;
  }
  .footer__col1 {
    max-width: initial;
  }
  h2 {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }
  .b0__img,
  .home__img {
    max-width: initial;
    height: 362px;
  }
  .form {
    padding: 20px;
  }
  .contact__title,
  .home__title {
    font-size: 32px;
    line-height: 1.3;
  }
  .home__subtitle {
    font-size: 25px;
  }
}
@media (max-width: 420px) {
  .header__logo {
    font-size: 18px;
  }
}

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

.terms__title {
  color: #000;
  text-align: center;
  font-family: Lora;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.terms p a {
  color: #000;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
.terms p {
  color: #000;
  font-family: Lora;
  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: #0e0e0e;
  text-align: center;
  font-family: Lora;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 33px */
  letter-spacing: 1.2px;
  margin-bottom: 32px;
}
.th__suptitle {
  color: #1f0001;
  text-align: center;
  font-family: Tektur;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.th__btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 20px 32px;
  border-radius: 8px;
  background: #684924;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Lora;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
  .th__btn {
    font-size: 15px;
  }
}
/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 5;
  right: 0;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  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: #333;
  text-align: center;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 44px */
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}

.cookie__text {
  color: #333;
  text-align: center;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 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: 8px;
  background: #684924;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.cookieBtn:last-child {
  background: transparent;
  color: #333;
}
@media (max-width: 650px) {
  .cookie-notification {
    max-width: initial;
    padding: 24px 0;
  }
  .cookie__img {
    width: 80px;
    height: 80px;
  }
}
