:root {
  --white: #fff;
  --black: #051500;
  --green-100: #eef5d9;
  --green-300: #afc717;
  --green-500: #4f6e27;
  --green-600: #2d4c30;
  --green-700: #263b24;
  --green-800: #1a2e1a;
  --font-family: "Montserrat", sans-serif;
  --second-family: "Unbounded", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: var(--white);
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  color: var(--black);
}

.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: var(--header-h, 0px);
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

strong {
  font-weight: 700;
}

body.no-scroll {
  overflow: hidden;
}

.section {
  padding: clamp(80px, 13.333vw, 120px) 0;
}

.btn {
  background: var(--green-300);
  border-radius: 8px;
  padding: 16px 40px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  color: var(--black);
  border: none;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  position: relative;
  overflow: hidden;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -120%;
  width: 40%;
  height: 180%;
  background: rgba(255, 255, 255, 0.45);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 1;
  z-index: 2;
  pointer-events: none;
  -webkit-animation: btn-shimmer 2s ease-in-out infinite;
          animation: btn-shimmer 2s ease-in-out infinite;
}
@-webkit-keyframes btn-shimmer {
  0% {
    left: -120%;
  }
  100% {
    left: 140%;
  }
}
@keyframes btn-shimmer {
  0% {
    left: -120%;
  }
  100% {
    left: 140%;
  }
}

.top {
  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: 12px;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: clamp(30px, 4.667vw, 40px);
}

.pretitle {
  background: var(--green-100);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--green-500);
  border-radius: 30px;
  padding: 8px 20px;
}

.title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(26px, 4.267vw, 36px);
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--green-700);
}
.title span {
  color: var(--green-300);
}

.header {
  position: relative;
}
.header .header-main {
  background: var(--green-700);
  padding: 16px 0px;
}
.header .header-main .container {
  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;
}
.header .h-logo {
  position: relative;
  z-index: 41;
}
.header .h-logo img {
  width: 100%;
  max-width: 140px;
}
.header .header-menu {
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.header .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header .header-menu ul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
}
.header .header-menu ul li .has-dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header .header-menu ul li .has-dropdown::after {
  content: "";
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99998 6.84035C5.78492 6.84035 5.56988 6.75824 5.40591 6.59435L0.24617 1.43456C-0.0820567 1.10633 -0.0820567 0.574165 0.24617 0.246071C0.574264 -0.0820235 1.10632 -0.0820235 1.43458 0.246071L5.99998 4.81174L10.5654 0.24623C10.8936 -0.0818641 11.4256 -0.0818641 11.7537 0.24623C12.0821 0.574324 12.0821 1.10649 11.7537 1.43471L6.59405 6.59451C6.43 6.75842 6.21496 6.84035 5.99998 6.84035Z' fill='white' /%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header .header-menu ul li .has-dropdown.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .header .header-menu {
    position: absolute;
    left: -120vw;
    top: 0;
    opacity: 0;
    right: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 40;
    background-color: #263B24;
    padding: 100px 20px;
    padding-top: 150px;
  }
  .header .header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .header-menu.active {
    left: 0;
    opacity: 1;
  }
}
.header .h-tel {
  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;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--green-300);
  padding: 10px 20px;
  gap: 8px;
  border: 2px solid var(--green-300);
  border-radius: 8px;
  position: relative;
  z-index: 41;
}
@media (max-width: 992px) {
  .header .h-tel span {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .h-tel {
    padding: 10px 15px;
  }
}
.header .burder-menu {
  display: none;
  -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;
  border: 2px solid var(--green-300);
  border-radius: 8px;
  height: 43px;
  width: 53px;
  padding: 0 12px;
  gap: 6px;
  position: relative;
  z-index: 41;
}
.header .burder-menu span {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  background-color: var(--green-300);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header .burder-menu.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header .burder-menu.active span:nth-child(2) {
  opacity: 0;
}
.header .burder-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 768px) {
  .header .burder-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .h-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .header .h-box {
    gap: 20px;
  }
}
.header .header-menu-dropdown {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  top: 83px;
  padding: 40px 0;
  background: var(--white);
  display: none;
}
.header .header-menu-dropdown__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media (max-width: 992px) {
  .header .header-menu-dropdown__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.header .header-menu-dropdown.active {
  display: block;
}
@media (max-width: 768px) {
  .header .header-menu-dropdown {
    top: 83px;
    left: -120vw;
    height: calc(100vh - 83px);
    overflow: auto;
    width: 100vw;
    z-index: 40;
    -webkit-transition: 0.23s;
    transition: 0.23s;
    display: block;
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #263B24;
  }
  .header .header-menu-dropdown__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .header .header-menu-dropdown.active {
    left: 0;
  }
}
.header .htitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: var(--green-500);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .header .htitle {
    color: var(--green-300);
  }
}
.header .hmenuul {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.header .hmenuul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 768px) {
  .header .hmenuul li a {
    color: #fff;
  }
}

.hero {
  background-image: url(../img/hero.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #010F00;
  opacity: 0.7;
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__form {
  width: 100%;
  max-width: 505px;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid var(--green-300);
  border-radius: 16px;
  padding: clamp(30px, 4.667vw, 40px) clamp(16px, 3.733vw, 40px);
}
.hero__form p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
  margin-top: 16px;
}
.hero__form p a {
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--green-300);
}
.hero__form p a:hover {
  text-decoration: none;
}
.hero .hero-form-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(22px, 3.333vw, 28px);
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--white);
  margin-bottom: 16px;
}
.hero .hero-form-title span {
  color: var(--green-300);
}
.hero .hero-form-txt {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  text-align: center;
  color: var(--white);
  margin-bottom: 32px;
}
.hero .form-group label {
  color: #fff;
}
.hero .btn {
  width: 100%;
}
.hero__main {
  width: 100%;
  max-width: 610px;
}
.hero .hero-title {
  margin-bottom: 24px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(28px, 5.333vw, 50px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
}
.hero .hero-title span {
  color: var(--green-300);
}
.hero .hero-text {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  color: var(--white);
}
@media (max-width: 992px) {
  .hero__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
  .hero .hero-title {
    text-align: center;
  }
  .hero .hero-text {
    text-align: center;
  }
}

.hero2 {
  background-image: url(../img/hero2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 411px;
}
.hero2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #010F00;
  opacity: 0.7;
  z-index: 1;
}
.hero2 .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero2 .hero-title {
  margin-bottom: 24px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(28px, 5.333vw, 50px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--white);
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.hero2 .hero-title span {
  color: var(--green-300);
}
@media (max-width: 768px) {
  .hero2 {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 280px;
  }
}

.category-list {
  padding-bottom: clamp(80px, 13.333vw, 120px);
}
.category-list .category-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(24px, 3.467vw, 28px);
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--green-500);
  margin-bottom: clamp(30px, 4.667vw, 40px);
}
.category-list .category-block {
  padding-top: clamp(80px, 13.333vw, 120px);
}
.category-list .category-block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (max-width: 992px) {
  .category-list .category-block__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .category-list .category-block__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.category-list .category-item__img {
  border-radius: 16px;
  position: relative;
  width: 100%;
  height: 267px;
  overflow: hidden;
}
.category-list .category-item__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .category-list .category-item__img {
    height: 220px;
  }
}
.category-list .category-item__title {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  text-align: center;
  color: var(--black);
}

.section-lt__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(12px, 2.133vw, 20px) 1fr clamp(12px, 2.133vw, 20px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2.133vw, 20px);
}
@media (max-width: 992px) {
  .section-lt__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-lt__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-lt .section-lt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: var(--green-100);
  border-radius: 16px;
  padding: clamp(20px, 3.067vw, 27px) clamp(20px, 4vw, 40px);
  min-height: clamp(90px, 14.667vw, 130px);
}
.section-lt .section-lt-item img {
  min-width: clamp(24px, 3.733vw, 32px);
  max-width: clamp(24px, 3.733vw, 32px);
}
.section-lt .section-lt-item {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  color: var(--black);
}
.section-lt__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 4.667vw, 40px);
}
.section-lt__bottom p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 140%;
  text-align: center;
  color: var(--green-500);
}

.section-gr {
  background: var(--green-700);
}
.section-gr__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
}
.section-gr__image {
  width: 100%;
  max-width: 505px;
}
.section-gr__main {
  width: 100%;
  max-width: 610px;
}
.section-gr .topV2 .top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
}
.section-gr .topV2 .pretitle {
  background: var(--green-600);
  color: var(--green-300);
}
.section-gr .topV2 .title {
  text-align: left;
  color: #fff;
}
.section-gr__content {
  margin-top: clamp(30px, 4.667vw, 40px);
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.section-gr .section-gr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: var(--green-600);
  border-radius: 16px;
  padding: clamp(16px, 2.667vw, 24px) clamp(24px, 3.733vw, 32px);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  color: var(--white);
}
.section-gr .section-gr-item img {
  min-width: clamp(26px, 3.867vw, 32px);
  max-width: clamp(26px, 3.867vw, 32px);
}
.section-gr__bottom {
  margin-top: clamp(30px, 4.667vw, 40px);
}
.section-gr__bottom p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 140%;
  color: var(--green-300);
}
@media (max-width: 992px) {
  .section-gr__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 62px;
  }
  .section-gr__main {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .section-gr__box {
    gap: 44px;
  }
}
@media (max-width: 992px) {
  .section-gr--revers .section-gr__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-gr--V2 {
  background-color: #fff;
}
.section-gr--V2 .top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
}
.section-gr--V2 .title {
  text-align: left;
}
.section-gr--V2 .section-gr-item-v2 {
  background: var(--green-100);
  padding: 24px 40px;
  border-radius: 16px;
}
.section-gr--V2 .section-gr-item-v2 h6 {
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: var(--green-700);
}
.section-gr--V2 .section-gr-item-v2 P {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.img-box-wrap {
  position: relative;
}
.img-box-wrap::before {
  position: absolute;
  content: "";
  border-radius: 16px;
  background: var(--green-500);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 100%;
  height: 100%;
}

.img-box {
  position: relative;
  border-radius: 16px;
  width: 100%;
  height: 641px;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
@media (max-width: 992px) {
  .img-box {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .img-box {
    height: 400px;
  }
}

.ltabout {
  padding-bottom: 0;
}

.cta-banner {
  background: var(--green-100);
  padding: clamp(50px, 8.667vw, 80px) 0px;
}
.cta-banner__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(23px, 4.267vw, 36px);
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--green-700);
  max-width: 1030px;
  margin: 0 auto;
}
.cta-banner__title span {
  color: var(--green-300);
}

.section-form {
  background-image: url(../img/image001.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.section-form:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #010F00;
  opacity: 0.7;
  z-index: 1;
}
.section-form .container {
  position: relative;
  z-index: 3;
}
.section-form__top {
  max-width: 1030px;
  margin: 0 auto;
  margin-bottom: clamp(30px, 4.667vw, 40px);
}
.section-form__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(26px, 4.267vw, 36px);
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--white);
  margin-bottom: 16px;
}
.section-form__title span {
  color: var(--green-300);
}
.section-form__pretitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  text-align: center;
  color: var(--white);
}

.form-block {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-block .btn {
  width: 100%;
}
.form-block p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
  margin-top: 16px;
}
.form-block p a {
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--green-300);
}
.form-block p a:hover {
  text-decoration: none;
}

.form-group label {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 140%;
  color: var(--green-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group input {
  margin-top: 8px;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 16px 24px;
  border: none;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 16px;
}
.form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer {
  background: var(--green-800);
}
.footer .footer-main {
  padding: 40px 0px;
}
.footer .footer-main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
}
.footer .footer-col__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: var(--green-300);
}
.footer .flogo img {
  width: 100%;
  max-width: 140px;
}
.footer .f-nav ul {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.footer .f-nav a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.footer .f-nav a:hover {
  text-decoration: underline;
  color: var(--green-300);
}
.footer .tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.footer .tel-link:hover {
  color: var(--green-300);
}
.footer .f-social {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer .f-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.footer .f-social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .footer-bottom {
  background: var(--green-700);
  padding: 20px 0px;
}
.footer .footer-bottom .container {
  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;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 24px;
}
.footer .footer-bottom p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--white);
}
.footer .footer-bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-bottom__links a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--green-300);
}
.footer .footer-bottom__links a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .footer .footer-main__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-col:nth-child(1) {
    width: 100%;
  }
  .footer .footer-col:nth-child(2) {
    width: calc(38% - 44px);
  }
  .footer .footer-col:nth-child(3) {
    width: calc(28.66% - 44px);
  }
  .footer .footer-col:nth-child(4) {
    width: calc(33.33% - 44px);
  }
}
@media (max-width: 768px) {
  .footer .footer-col:nth-child(1) {
    width: 100%;
  }
  .footer .footer-col:nth-child(2) {
    width: calc(60% - 44px);
  }
  .footer .footer-col:nth-child(3) {
    width: calc(40% - 44px);
  }
  .footer .footer-col:nth-child(4) {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer .footer-col {
    width: 100% !important;
  }
}