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

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

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

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

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

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

a {
  display: inline-block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "nvslw_geologicalight";
  font-weight: 100 900;
  font-style: normal;
  src: url(../nvslw_geologicalight.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "nvslw_geologicasemibold";
  font-weight: 100 900;
  font-style: normal;
  src: url(../nvslw_geologicasemibold.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "nvslw_geologicalight", sans-serif;
  --background-page: #0c1e20;
  --main: #0c1e20;
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.nvslw_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

section {
  margin-bottom: 100px;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
  section {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  font-family: "nvslw_geologicasemibold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 50px */
  text-transform: uppercase;
  word-break: break-all;

  @media (max-width: 991px) {
    font-size: 26px;
  }
}

h2 {
  font-family: "nvslw_geologicasemibold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
  @media (max-width: 991px) {
    font-size: 24px;
  }
}

h3 {
  font-family: "nvslw_geologicasemibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  text-transform: uppercase;

  @media (max-width: 991px) {
    font-size: 14px;
  }
}

p,
li,
a,
span {
  font-family: "nvslw_geologicalight";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  @media (max-width: 991px) {
    font-size: 16px;
  }
}

header a {
  font-family: "nvslw_geologicasemibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  @media (max-width: 991px) {
    color: var(--white);
  }
}

.nvslw_logo_text {
  font-family: "nvslw_geologicasemibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}

footer a {
  font-family: "nvslw_geologicalight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}
footer p {
  font-family: "nvslw_geologicalight";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.btn {
  border-radius: 30px;
  background: var(--red, #f70c0c);
  color: var(--white);
  font-family: "nvslw_geologicasemibold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;

  padding: 10px;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.nvslw_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.nvslw_terms_sect_1 {
  padding-top: 100px;
  color: var(--white);
}

.nvslw_terms_sect_1 h2 {
  font-size: 30px;
}

.nvslw_terms_sect_1_li {
  padding: 20px;
  border-radius: 30px;
  border: 1px solid var(--green, #68ff68);
  background: var(--dark-gray, #0c1e20);
}

@media (max-width: 991px) {
  .nvslw_terms_sect_1 {
    padding-top: 40px;
  }
  .nvslw_terms_sect_1 h2 {
    font-size: 24px;
  }
  .nvslw_terms_sect_1 h3 {
    font-size: 16px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.nvslw_wrapper_header_age {
  padding: 6px 16px;
  background: #070707;
}

.nvslw_wrapper_header_age img {
  width: 30px;

  @media (max-width: 991px) {
    width: 18.333px;
  }
}
.nvslw_wrapper_header_age p {
  color: var(--white);
  font-size: 14px;

  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.nvslw_header {
  padding: 16px 0;
  background: var(--green, linear-gradient(180deg, #68ff68 0%, #3f993f 100%));
}

header .nvslw_logo img {
  width: 30px;
  height: 30px;
}

.nvslw_nav__link_active {
  color: #f70c0c;
}

.nvslw_nav__link_red {
  padding: 8px 10px;
  border-radius: 30px;
  background: var(--red, #f70c0c);
  color: var(--white);
}

.nvslw_header__container {
  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: 20px;
}

@media (max-width: 991px) {
  .nvslw_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .nvslw_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.nvslw_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.nvslw_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .nvslw_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .nvslw_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.nvslw_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nvslw_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nvslw_nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 991px) {
  .nvslw_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .nvslw_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

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

.nvslw_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .nvslw_nav__link:hover {
    color: var(--hover-a);
  }
}

.nvslw_nav__link:focus-visible {
  color: var(--hover-a);
}

.nvslw_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.nvslw_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .nvslw_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nvslw_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  border-radius: 8px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: var(--green, linear-gradient(180deg, #68ff68 0%, #3f993f 100%));
}

.nvslw_footer_text {
  width: 50%;
}

.nvslw_footer_nav_li a {
  font-family: "nvslw_geologicasemibold";
}

@media (max-width: 991px) {
  .nvslw_footer_container {
    gap: 30px;
  }
  footer {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
  .nvslw_footer_text_wrapper {
    flex-direction: column;
  }
  .nvslw_footer_text {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .nvslw_footer_nav {
    flex-direction: column;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form contact */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_contact {
  display: none;
}
.popap_contact_active {
  display: block;
}

/* AGE */

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popup {
  position: fixed;
  display: flex; /* если без локал Wite20 тогда fLex */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
}

.display_none {
  display: none;
}

.popup.active {
  display: flex;
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__content {
  max-width: 540px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  border-radius: 10px;
  border: 1px solid var(--white, #fff);
  background: var(--dark-gray, #0c1e20);

  backdrop-filter: blur(12.5px);
  padding: 40px 20px;
  text-align: center;
}

.popup__text {
  color: var(--white);
}

.popup__text h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}

.popup__text p {
  font-size: 14px;

  padding-top: 20px;
  padding-bottom: 30px;
}

.wrapper_age_btn .btn {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .popup__content {
    padding: 24px;
  }
  .popup__text h3 {
    font-size: 24px;
  }
}

@media (max-width: 340px) {
  .popup__text h3 {
    font-size: 20px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* cookie */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cookie-banner {
  z-index: 1000;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100%;

  border-radius: 10px;
  border: 1px solid var(--white, #fff);
  background: var(--dark-gray, #0c1e20);

  display: flex;
  flex-direction: column;
  justify-content: center;

  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  max-width: 540px;
}
.show {
  opacity: 1;
  transform: translateY(0);
}
.cookie_banner_container {
  padding: 40px 20px;
  width: 100%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cookie-content {
  max-width: 694px;
}
.cookie-content h3 {
  color: var(--white);
  font-size: 26px;
  text-transform: uppercase;
}

.cookie-content p {
  color: var(--white);
  font-size: 14px;
}

.cookie_buttons {
  display: flex;
  height: fit-content;
  width: 100%;
  gap: 10px;
}
.cookie_buttons .btn {
  width: 100%;
  max-width: 100%;
}

.cookie_buttons .accept {
  width: 40%;
}
.cookie_buttons .info {
  width: 60%;
  border-radius: 30px;
  background: var(--white, #fff);
  color: var(--dark-gray, #0c1e20);
}

@media (max-width: 768px) {
  .cookie_banner_container {
    padding: 20px;
    gap: 20px;
  }
  .cookie-banner {
    bottom: 0;
    right: 0;
  }
  .cookie-content h3 {
    margin-bottom: 10px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

h2 {
  margin-bottom: 30px;

  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}
.grean_text {
  background: var(--green, linear-gradient(180deg, #68ff68 0%, #3f993f 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* nvslw_home_sect_1 */

.nvslw_home_sect_1 {
  margin-top: 40px;
}

.nvslw_home_sect_1_container {
  min-height: 444px;
  padding: 40px 20px;
  border-radius: 30px;
  border: 1px solid var(--dark-gray, #0c1e20);
  background: var(--green, linear-gradient(180deg, #68ff68 0%, #3f993f 100%));
}
@media (max-width: 991px) {
  .nvslw_home_sect_1 {
    margin-top: 20px;
  }
  .nvslw_home_sect_1_container {
    min-height: auto;
    gap: 20px;
  }
}

/* nvslw_home_sect_2 */

.nvslw_home_sect_2_wrapper_text {
  width: 50%;
  padding: 40px 20px;
  border-radius: 30px;
  background: var(--green, linear-gradient(180deg, #68ff68 0%, #3f993f 100%));
}
.nvslw_home_sect_2_wrapper_text p {
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.nvslw_home_sect_2_img {
  width: 50%;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid var(--green, #68ff68);
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

@media (max-width: 768px) {
  .nvslw_home_sect_2_container {
    flex-direction: column;
  }
  .nvslw_home_sect_2_wrapper_text,
  .nvslw_home_sect_2_img {
    width: 100%;
  }
  .nvslw_home_sect_2_wrapper_text {
    padding: 20px;
  }
  .nvslw_home_sect_2_img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .nvslw_home_sect_2_img {
    height: 220px;
  }
}

/* nvslw_home_sect_3 */

@media (max-width: 768px) {
  .nvslw_home_sect_3_ul {
    flex-direction: column;
  }
  .nvslw_home_sect_3_li img {
    object-fit: cover;
    width: 100%;
    height: 340px;
    border-radius: 30px;
    border: 1px solid var(--green, #68ff68);
  }
  .nvslw_home_sect_3_li .btn {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .nvslw_home_sect_3_li img {
    height: 240px;
  }
}

/* nvslw_home_sect_4 */

.nvslw_home_sect_4_container {
  padding: 60px 40px;
  border-radius: 30px;
  background: var(--green, linear-gradient(180deg, #68ff68 0%, #3f993f 100%));
}

.form_contact {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}

.form_contact .btn {
  max-width: 100%;
}

.input_contact,
textarea {
  padding: 14px 20px;
  border-radius: 4px;
  background: var(--white, #fff);
  color: var(--dark-gray, #0c1e20);

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 991px) {
  .nvslw_home_sect_4_container {
    padding: 20px;
  }
  .form_contact {
    gap: 10px;
  }
  .input_contact,
  textarea {
    font-size: 14px;
  }
}

/* nvslw_home_sect_5 */

.nvslw_faq_sect_2_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq_btn {
  position: relative;
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.faq_btn_active {
  transform: rotate(0);
}

.nvslw_faq_sect_2_ul_li {
  padding: 20px;
  align-items: flex-start;
  transition: background 0.25s ease;
  border-radius: 30px;
  border: 1px solid var(--green, #68ff68);
}

.nvslw_faq_sect_2_ul_li_wrapper_text h3 {
  background: var(--green, linear-gradient(180deg, #68ff68 0%, #3f993f 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.nvslw_faq_sect_2_ul_li_wrapper_text_p {
  color: var(--white);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  font-size: 16px;

  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.nvslw_faq_sect_2_ul_li_active .nvslw_faq_sect_2_ul_li_wrapper_text_p {
  opacity: 1;
}

.faq_btn {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.faq_btn_span_1,
.faq_btn_span_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq_btn_span_2 {
  transform: translate(-50%, -50%) rotate(90deg);
}

.nvslw_faq_sect_2_ul_li_active .faq_btn_span_2 {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.6);
}

/* nvslw_page_about */

.nvslw_page_about {
  padding-top: 100px;

  @media (max-width: 991px) {
    padding-top: 40px;
  }
}
