html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  background-color: #010101;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a[href],
button:not(:disabled),
.btn:not(:disabled),
[role=button]:not(:disabled) {
  cursor: pointer;
  pointer-events: auto;
}

.container, .header__container {
  max-width: 1140px;
  margin: 0 auto;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter/Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Inter/Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Inter/Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter/Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter/Inter-BlackItalic.woff2") format("woff2");
}
.heading-primary {
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -1%;
  background: linear-gradient(90deg, #999999 -28.24%, #FFFFFF 63.03%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}

.heading-secondary {
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.heading-tertiary {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -1%;
  background: linear-gradient(90deg, #999999 -28.24%, #FFFFFF 63.03%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}

.title-width {
  max-width: 540px;
}

.fz-small {
  font-size: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  border: none;
}
.btn, .btn:link, .btn:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
  padding: 12px 44px;
  border-radius: 6px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-color: #43ff5c;
  box-shadow: 0px 3px 20px 0px rgba(63, 237, 86, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 4px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #FBFBFC;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.45);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal__content {
  background: #010101;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
  min-width: 400px;
}
.modal__loader {
  width: 48px;
  height: 48px;
  border: 4px solid #43F059;
  border-top: 4px solid transparent;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: none;
  animation: spin 1s linear infinite;
}
.modal__text {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 24px;
  display: none;
}
.modal__button {
  display: none;
}

.modal.show {
  display: flex;
}

.footer__navbar__list--legal {
  align-self: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 24px !important;
}

.navbar__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.navbar__item a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
}
.navbar__item a:hover {
  color: #43F059;
}

.rounded-bg {
  padding: 14px 32px;
  background-color: #010302;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22.4px;
  text-align: center;
  color: #43F059;
  position: relative;
}
.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 24px);
  width: 272px;
  height: 2px;
  background-image: url("../img/line.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.about {
  padding-block: 100px;
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.about__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 656px;
}
.about__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.about__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 20px 32px;
  background: linear-gradient(180deg, #191B18 0%, #141414 100%);
  border-radius: 16px;
}
.about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.about__item img {
  margin-bottom: 16px;
  width: 44px;
  height: 44px;
}
.about__item-title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -1%;
  background: linear-gradient(90deg, #999999 -28.24%, #FFFFFF 63.03%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about__item-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.about__item-line {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.08);
}

.contact {
  padding-block: 100px;
  background: url(../img/contact-bg.png) center center/cover no-repeat;
}
.contact__content {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px;
  background: linear-gradient(180deg, rgba(25, 27, 24, 0.7) 0%, rgba(20, 20, 20, 0.7) 100%);
  border-radius: 20px;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.06) inset, 0px 0px 40px 20px rgba(46, 212, 105, 0.05), 0px 0px 20px 3px rgba(46, 212, 105, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
  backdrop-filter: blur(100px);
}
.contact__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form-wrapper-horizontal {
  flex-direction: row;
  gap: 16px;
}
.contact-form-wrapper-horizontal > * {
  flex: 1;
}
.contact-form button {
  width: 230px;
}
.contact-form-group-area textarea {
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 185px;
  resize: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px;
  background: transparent;
}
.contact-form-group-area textarea:focus {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
}
.contact-form-group-area textarea:focus:invalid {
  border: none;
  border-bottom: 1px solid #f12c2c;
}
.contact-form-input {
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 16px;
  background: transparent;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.contact-form-input:-webkit-autofill, .contact-form-input:-webkit-autofill:hover, .contact-form-input:-webkit-autofill:focus, .contact-form-input:-webkit-autofill:active {
  -webkit-text-fill-color: #FFFFFF;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.04) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form-input:focus {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
}
.contact-form-input:focus:invalid {
  border: none;
  border-bottom: 1px solid #f12c2c;
}

.footer {
  padding-top: 70px;
  padding-bottom: 72px;
  background: url(../img/footer-bg.png) center center/cover no-repeat;
}
.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__navbar__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
.footer__item a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
}
.footer__item a:hover {
  color: #43F059;
}

.footer__meta {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.footer__meta-line {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}

.footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  align-self: flex-start;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  padding-top: 32px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo img {
  width: 168px;
  height: 32px;
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 16px;
  user-select: none;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.language-switcher .lang-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.language-switcher.open .lang-arrow {
  transform: rotate(180deg);
}

.language-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: linear-gradient(180deg, #191B18 0%, #141414 100%);
  border-radius: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100px;
  overflow: hidden;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.language-dropdown.show {
  display: block;
}
.language-dropdown li {
  padding: 12px 16px;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.2s;
}
.language-dropdown li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hero {
  padding-top: 207px;
  padding-bottom: 210px;
  background: url(../img/hero-bg.png) center center/cover no-repeat;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.hero__info {
  max-width: 638px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.reviews {
  padding-block: 100px;
  overflow-x: hidden;
}
.reviews_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.reviews__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.reviews__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.reviews__buttons {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.nav-button {
  width: 56px;
  height: 56px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 50%;
}

.testimonials {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.testimonial-card {
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  max-width: 480px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.5s ease, opacity 0.5s ease;
  transform: scale(0.85);
  opacity: 0.5;
}
.testimonial-card.active {
  background: linear-gradient(180deg, #191B18 0%, #141414 100%);
  transform: scale(1);
  opacity: 1;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}

.testimonial__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.testimonial__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial__name {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.testimonial__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}

.testimonial__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}

.services {
  padding-block: 100px;
}
.services__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.services__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 656px;
  align-items: center;
}
.services__items {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 473px;
  padding: 32px;
  background: linear-gradient(180deg, #1c1d1b 0%, #2f302e 100%);
  border-radius: 20px;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.06) inset, 0px 0px 40px 20px rgba(46, 212, 105, 0.05), 0px 0px 20px 3px rgba(46, 212, 105, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
  transition: all 0.3s;
}
.services__item:hover {
  transform: translateY(-10px);
}
.services__item img {
  width: 52px;
  height: 52px;
}
.services__item-title {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -1%;
  background: linear-gradient(90deg, #999999 -28.24%, #FFFFFF 63.03%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.services__item-description {
  font-weight: 500;
  font-size: 17px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8);
}
.services__item--green {
  background: radial-gradient(30% 40% at 52% 36.91%, #001e03 0%, #001102 100%);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.06) inset, 0px 0px 40px 20px rgba(46, 212, 105, 0.05), 0px 0px 20px 3px rgba(46, 212, 105, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.1) inset;
}

/*# sourceMappingURL=style.css.map */
