@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "rubik";
  font-display: swap;
  src: url("/x7KNsd__fonts/x7KNsd__fonts/x7KNsd__rubik-bold.woff2") format("woff2"), url("/x7KNsd__fonts/x7KNsd__fonts/x7KNsd__rubik-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "rubik";
  font-display: swap;
  src: url("/x7KNsd__fonts/x7KNsd__fonts/x7KNsd__rubik-regular.woff2") format("woff2"), url("/x7KNsd__fonts/x7KNsd__fonts/x7KNsd__rubik-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 40px;
  --container-padding-tablet: 16px;
  --background: #fcfcfc;
  --font-color: #0c0c0a;
  --font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
  --font-family: rubik, roboto, OpenSans, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 20px;
  --btn-font-weight: 700;
  --btn-padding: 0.7em 1.5em;
  --btn-bg: #29683d;
  --btn-bg-hover: transparent;
  --btn-color: #fff;
  --btn-radius: 100px;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: 0 0px 31px 0 #ffffff99;
  --btn-shadow-hover: var(--btn-shadow);
}

h1,
.x7KNsd__h1,
h2,
.x7KNsd__h2,
h3,
.x7KNsd__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
  font-weight: 700;
}

h1,
.x7KNsd__h1 {
  font-size: clamp(2.25rem, 1.9903846154rem + 1.1538461538vw, 3rem);
}

h2,
.x7KNsd__h2 {
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
}

h3,
.x7KNsd__h3 {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  color: #29683d;
}

.x7KNsd__t-24 {
  font-size: clamp(1.25rem, 1.1634615385rem + 0.3846153846vw, 1.5rem);
}

.x7KNsd__t-20 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  font-weight: 700;
}

p {
  line-height: 1.4;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.x7KNsd__no-scroll {
  overflow: hidden;
}

.x7KNsd__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.x7KNsd__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.x7KNsd__items .x7KNsd__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.x7KNsd__terms .x7KNsd__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.x7KNsd__terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.x7KNsd__terms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.x7KNsd__terms li:before {
  content: "•";
  margin-inline: 8px;
}

.x7KNsd__main section {
  padding-block: 70px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: 15px 30px;
  color: var(--btn-color);
  background: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  line-height: 1.2;
  border: 1px solid #29683d;
}

.btn:hover {
  background: transparent;
  color: #29683d;
}

.btn__second {
  background: transparent;
  color: #29683d;
}

.btn__second:hover {
  background: #29683d;
  color: #fff;
}

.btn__third {
  background: #fff;
  color: #29683d;
}

.btn__third:hover {
  -webkit-box-shadow: var(--btn-shadow-hover);
  box-shadow: var(--btn-shadow-hover);
  background: #fff;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn:disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.x7KNsd__center {
  text-align: center;
}

.x7KNsd__col-white {
  color: #fff;
}

.x7KNsd__col-green {
  color: #29683d;
}

.x7KNsd__fw-700 {
  font-weight: 700;
}

.x7KNsd__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.x7KNsd__gap-30 {
  gap: 30px;
}

.x7KNsd__gap-20 {
  gap: 20px;
}

.x7KNsd__grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.x7KNsd__grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.x7KNsd__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
  max-width: 1320px;
}

.x7KNsd__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.x7KNsd__modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.x7KNsd__modal .x7KNsd__form {
  gap: 20px;
}

.x7KNsd__modal input {
  background: #ffffff;
}

.x7KNsd__modal-content {
  border-radius: 20px;
  background: #0c0c0a;
  padding: 24px 50px;
  position: relative;
  max-width: 540px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
}

.x7KNsd__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.x7KNsd__modal-content h2 {
  text-align: center;
}

.x7KNsd__close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
  color: #fff;
}

body.x7KNsd__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.x7KNsd__checkbox-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.x7KNsd__checkbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.x7KNsd__checkbox-container label {
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}

.x7KNsd__cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #0C0C0A;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.x7KNsd__cookie-consent__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}

.x7KNsd__cookie-consent .btn {
  font-size: 14px;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
  max-width: 794px;
  -ms-flex-item-align: center;
  align-self: center;
}

input,
textarea,
select {
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  color: #0C0C0A;
  padding: 12px 14px;
  background: #ede8fc;
  width: 100%;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,         <svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'>             <line x1='3' y1='5' x2='6' y2='8' stroke='%23ED8600' stroke-width='1' stroke-linecap='round' />             <line x1='9' y1='5' x2='6' y2='8' stroke='%23ED8600' stroke-width='1' stroke-linecap='round' />         </svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 34px;
  outline: none;
  font-weight: 700;
}

option {
  font-weight: 700;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #A9A9A9;
}

::-moz-placeholder {
  color: #A9A9A9;
}

:-ms-input-placeholder {
  color: #A9A9A9;
}

::-ms-input-placeholder {
  color: #A9A9A9;
}

::placeholder {
  color: #A9A9A9;
}

textarea {
  resize: none;
}

.x7KNsd__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ecfbfb;
  border-left: 4px solid #335d48;
  color: #335d48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.x7KNsd__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.x7KNsd__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ecfbfb), to(#335d48));
  background: linear-gradient(to right, #ecfbfb, #335d48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.x7KNsd__warning.x7KNsd__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.x7KNsd__warning.x7KNsd__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.x7KNsd__item.x7KNsd__wrapper,
.x7KNsd__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #f1f6ef;
  background: #f1f6ef;
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

.x7KNsd__item.x7KNsd__wrapper img,
.x7KNsd__item.x7KNsd__wrapper::before,
.x7KNsd__wrapper img,
.x7KNsd__wrapper::before {
  margin-inline: auto;
}

/* Blocks */

.x7KNsd__banner {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
}

.x7KNsd__banner .x7KNsd__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}

.x7KNsd__main section.x7KNsd__banner {
  padding: 169px 0 72px;
}

.x7KNsd__contacts p,
.x7KNsd__contacts li,
.x7KNsd__contacts input,
.x7KNsd__contacts textarea {
  color: #0c0c0a;
}

.x7KNsd__contacts .x7KNsd__form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
  font-weight: 700;
}

.x7KNsd__contacts .x7KNsd__form .btn {
  width: 100%;
  margin-top: 10px;
}

.x7KNsd__main-cover {
  background: url("/x7KNsd__img/x7KNsd__img/x7KNsd__bg.avif") center/cover no-repeat;
  margin-top: -97px;
}				.x7KNsd__avif .x7KNsd__main-cover {					background: url("/x7KNsd__img/x7KNsd__img/x7KNsd__bg.avif") center/cover no-repeat				}			

.x7KNsd__main-cover .x7KNsd__container {
  padding-block: 0;
}

.x7KNsd__footer {
  margin-top: auto;
  padding-block: 70px;
  background: #29683d;
}

.x7KNsd__footer p {
  color: #fff;
}

.x7KNsd__footer .x7KNsd__container {
  gap: 20px;
}

.x7KNsd__footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.x7KNsd__footer a {
  color: #fff;
}

.x7KNsd__footer a:hover {
  opacity: 0.6;
}

.x7KNsd__footer .x7KNsd__grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.x7KNsd__footer .x7KNsd__age {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}

.x7KNsd__header {
  padding-block: 10px;
  position: relative;
}

.x7KNsd__header .x7KNsd__container {
  gap: 10px;
}

.x7KNsd__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.x7KNsd__header__nav {
  display: contents;
}

.x7KNsd__header .x7KNsd__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.x7KNsd__header .x7KNsd__nav__list a.x7KNsd__active {
  border-bottom: 1px solid #29683d;
  padding-bottom: 10px;
}

.x7KNsd__header a {
  color: #1c0e04;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}

.x7KNsd__header a:hover {
  opacity: 0.6;
}

.x7KNsd__header .btn {
  padding: 10px 20px;
  height: 35px;
  font-size: 13px;
  line-height: 14px;
}

.x7KNsd__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.x7KNsd__authorization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.x7KNsd__header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.x7KNsd__header-bottom p {
  font-size: 13px;
  color: rgba(12, 12, 10, 0.5019607843);
}

.x7KNsd__how .x7KNsd__grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.x7KNsd__how p {
  color: #1c0e04;
}

.x7KNsd__how .x7KNsd__wrapper::before {
  content: "";
  width: 80px;
  aspect-ratio: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.x7KNsd__how .x7KNsd__wrapper:nth-child(1)::before {
  background-image: url("/x7KNsd__img/x7KNsd__img/step-1.avif");
}				.x7KNsd__avif .x7KNsd__how .x7KNsd__wrapper:nth-child(1)::before {					background-image: url("/x7KNsd__img/x7KNsd__img/step-1.avif")				}			

.x7KNsd__how .x7KNsd__wrapper:nth-child(2)::before {
  background-image: url("/x7KNsd__img/x7KNsd__img/step-2.avif");
}				.x7KNsd__avif .x7KNsd__how .x7KNsd__wrapper:nth-child(2)::before {					background-image: url("/x7KNsd__img/x7KNsd__img/step-2.avif")				}			

.x7KNsd__how .x7KNsd__wrapper:nth-child(3)::before {
  background-image: url("/x7KNsd__img/x7KNsd__img/step-3.avif");
}				.x7KNsd__avif .x7KNsd__how .x7KNsd__wrapper:nth-child(3)::before {					background-image: url("/x7KNsd__img/x7KNsd__img/step-3.avif")				}			

.x7KNsd__how .x7KNsd__wrapper:nth-child(4)::before {
  background-image: url("/x7KNsd__img/x7KNsd__img/step-4.avif");
}				.x7KNsd__avif .x7KNsd__how .x7KNsd__wrapper:nth-child(4)::before {					background-image: url("/x7KNsd__img/x7KNsd__img/step-4.avif")				}			

.x7KNsd__number {
  background: #29683d;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.x7KNsd__t-36 {
  font-size: 36px;
}

.x7KNsd__main-bottom .x7KNsd__inner {
  background: url("/x7KNsd__img/x7KNsd__img/x7KNsd__bottom-cover.avif") center/cover no-repeat;
  border-radius: 20px;
  padding: 120px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}				.x7KNsd__avif .x7KNsd__main-bottom .x7KNsd__inner {					background: url("/x7KNsd__img/x7KNsd__img/x7KNsd__bottom-cover.avif") center/cover no-repeat				}			

.x7KNsd__flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.x7KNsd__flex-wrap .x7KNsd__item {
  width: 365px;
}

.x7KNsd__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFFBF9;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.x7KNsd__mobile-nav--open {
  top: 0;
}

.x7KNsd__mobile-nav a {
  color: #1C0E04;
}

/* Nav Icon */

.x7KNsd__mobile-nav-btn {
  --time: 0.1s;
  --width: 32px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #1c0e04;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.x7KNsd__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.x7KNsd__nav-icon::before,
.x7KNsd__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.x7KNsd__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.x7KNsd__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.x7KNsd__nav-icon.x7KNsd__nav-icon--active {
  background-color: transparent;
}

.x7KNsd__nav-icon.x7KNsd__nav-icon--active::before,
.x7KNsd__nav-icon.x7KNsd__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #000;
}

.x7KNsd__nav-icon.x7KNsd__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x7KNsd__nav-icon.x7KNsd__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.x7KNsd__mobile-nav-btn {
  z-index: 999;
  display: none;
}

@media (max-width: 1220px) {
  .x7KNsd__main section {
    padding-block: 40px;
  }

  .x7KNsd__grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .x7KNsd__container {
    padding: 0 var(--container-padding-tablet);
    gap: 30px;
  }

  .x7KNsd__header__nav {
    display: none;
  }

  .x7KNsd__authorization {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .x7KNsd__how .x7KNsd__grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .x7KNsd__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    font-size: 28px;
    text-align: center;
  }

  .x7KNsd__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .x7KNsd__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .x7KNsd__main section {
    padding-block: 20px;
  }

  .x7KNsd__grid-2 {
    grid-template-columns: 1fr;
  }

  .x7KNsd__grid-4 {
    grid-template-columns: 1fr;
  }

  .x7KNsd__modal-content {
    padding: 12px;
  }

  .x7KNsd__cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .x7KNsd__main section.x7KNsd__banner {
    padding: 103px 0 61px;
  }

  .x7KNsd__main-cover .x7KNsd__container {
    padding-block: 0;
  }

  .x7KNsd__footer {
    padding-block: 20px;
  }

  .x7KNsd__footer .x7KNsd__grid-3 {
    grid-template-columns: 1fr;
  }

  .x7KNsd__flex-wrap .x7KNsd__item {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .x7KNsd__how .x7KNsd__grid-4 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (hover: hover) {
  .x7KNsd__item.x7KNsd__wrapper:hover,
  .x7KNsd__wrapper:hover {
    border: 1px solid #29683d;
  }
}