@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  min-height: 100vh;
}

body {
  color: #fff;
  font-family: "Montserrat";
  background: #050705;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 12px;
}
body.modal-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
body .shadow-overlay-bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12.5px);
  z-index: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.shadow-overlay {
  overflow: hidden;
}
body.shadow-overlay .shadow-overlay-bg {
  visibility: visible;
  opacity: 1;
  z-index: 998;
}

* html main {
  height: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.m-devider-global {
  display: none;
}

.container {
  max-width: 1440px;
  padding: 0 32px;
  margin: 0 auto;
}

h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 32px;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
h2 strong {
  color: #9AF052;
}

hr {
  height: 2px !important;
  background: #fff;
  display: block !important;
  border-top: 0 !important;
  width: 100%;
  margin: 64px 0;
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: clamp(10.6px, 1.0416666667vw, 20px);
}
p:last-child {
  margin-bottom: 0 !important;
}

table {
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  text-align: left;
  padding: 10px;
  vertical-align: top;
  border: 0;
  text-align: center;
  border-bottom: 1px solid #6A6C6E;
}
table tr:last-child td {
  border-bottom: 0;
}
table th {
  white-space: nowrap;
  font-weight: 500;
}
table th p {
  font-weight: 500 !important;
}
table th p,
table td p {
  padding: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
}

a,
img {
  outline: none;
}

input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.button {
  margin-top: clamp(25px, 2.0833333333vw, 40px);
}
.button.centered {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-decoration: none;
  height: 48px;
  text-align: center;
  background: #9AF052;
  color: #071006;
  font-family: "Share Tech Mono" !important;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  text-align: center;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn svg {
  display: block;
  height: 15px;
  width: auto;
}
.btn path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #fff;
}
.btn.btn-trs {
  background: transparent;
  color: #9AF052;
  border: 1px solid #9AF052;
}
.btn.btn-trs path {
  fill: #9AF052;
}
.btn.btn-trs:hover {
  background: #fff;
  border-color: #fff;
  color: #071006;
}
.btn.btn-trs:hover path {
  stroke: #071006;
}

.btn-inline {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-inline svg {
  display: block;
  height: 14px;
  width: auto;
}
.btn-inline path {
  stroke: #9AF052;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-inline:hover {
  color: #fff;
}
.btn-inline:hover path {
  stroke: #fff;
}

.mobile-menu {
  display: none !important;
}

input.inputbox,
textarea.messagebox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background: none;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  display: block;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 566;
  line-height: normal;
  color: #667060;
  padding: 0 16px;
  border-radius: 0;
  outline: none !important;
  cursor: pointer;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input.inputbox.wpcf7-not-valid,
textarea.messagebox.wpcf7-not-valid {
  border-color: red;
}
input.inputbox:focus,
textarea.messagebox:focus {
  border-color: #9AF052;
}
input.inputbox::-webkit-input-placeholder, textarea.messagebox::-webkit-input-placeholder {
  color: #667060;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input.inputbox::-moz-placeholder, textarea.messagebox::-moz-placeholder {
  color: #667060;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
input.inputbox:-ms-input-placeholder, textarea.messagebox:-ms-input-placeholder {
  color: #667060;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
input.inputbox::-ms-input-placeholder, textarea.messagebox::-ms-input-placeholder {
  color: #667060;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
input.inputbox::placeholder,
textarea.messagebox::placeholder {
  color: #667060;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input.inputbox:focus::-webkit-input-placeholder, textarea.messagebox:focus::-webkit-input-placeholder {
  opacity: 0;
}
input.inputbox:focus::-moz-placeholder, textarea.messagebox:focus::-moz-placeholder {
  opacity: 0;
}
input.inputbox:focus:-ms-input-placeholder, textarea.messagebox:focus:-ms-input-placeholder {
  opacity: 0;
}
input.inputbox:focus::-ms-input-placeholder, textarea.messagebox:focus::-ms-input-placeholder {
  opacity: 0;
}
input.inputbox:focus::placeholder,
textarea.messagebox:focus::placeholder {
  opacity: 0;
}

textarea.messagebox {
  height: 184px;
  padding: 32px 40px;
  text-align: left;
}

select.selectbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background: #fff;
  border: 1px solid #CACACA;
  height: clamp(40px, 2.8125vw, 54px);
  width: 100%;
  display: block;
  font-family: "Lato";
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 150%;
  padding: 0 clamp(10px, 1.0416666667vw, 20px);
  outline: none !important;
  cursor: pointer;
  background: url(../img/svg/chevron-down2.svg) no-repeat center right clamp(10px, 1.0416666667vw, 20px) #fff;
  background-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
select.selectbox::-ms-expand {
  display: none;
}
select.selectbox:focus {
  border-color: #9AF052;
}

.checkboxes {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.checkbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox label {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}
.checkbox label input {
  display: none;
}
.checkbox label input:checked + span i:before {
  opacity: 1;
}
.checkbox label span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6px, 0.5208333333vw, 10px);
  color: #000;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkbox label span b {
  font-weight: 500;
}
.checkbox label span a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.checkbox label span a:hover {
  text-decoration: none;
}
.checkbox label span i {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-negative: 0;
      flex-shrink: 0;
  width: clamp(18px, 1.1458333333vw, 22px);
  height: clamp(18px, 1.1458333333vw, 22px);
  border-radius: clamp(4px, 0.2604166667vw, 5px);
  border: 1px solid #000;
  padding: clamp(3px, 0.2083333333vw, 4px);
  position: relative;
  top: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkbox label span i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkbox label:hover span i {
  border-color: #9AF052;
}
.checkbox label:hover span i:before {
  background: #9AF052;
}

.radio {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio label {
  display: block;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.radio label input {
  display: none;
}
.radio label input:checked + span:before {
  background: #9AF052;
}
.radio label span {
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 30px;
}
.radio label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  padding: 0;
  z-index: 1000;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal__close {
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  z-index: 200;
  width: 36px;
  height: 36px;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal__close:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal__content {
  position: relative;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  max-height: 95vh;
  max-width: 1080px;
  width: 100%;
  overflow: auto;
  padding: 20px;
}
.modal__content::-webkit-scrollbar {
  width: 0;
}
.modal .feedback {
  margin: 0 !important;
}
.modal .feedback .bordered {
  border: 0 !important;
}
.modal .feedback__content {
  padding: 32px;
  width: 500px;
  max-width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal .feedback__label {
  margin-bottom: 28px;
}
.modal .feedback__title {
  font-size: 52px;
  line-height: 106%;
  letter-spacing: -2px;
}
.modal .feedback__text {
  max-width: 280px;
}
.modal .feedback__text strong {
  font-weight: 400;
  color: #9AF052;
}
.modal .feedback__form {
  padding: 32px;
  margin: 0;
  -ms-flex-negative: unset;
      flex-shrink: unset;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modal .feedback__form-block {
  border: 0;
  padding: 0;
}
.modal .feedback__form-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}

.form__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  padding-top: 13px;
}
.form__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form__row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.form__row:last-child {
  margin-bottom: 0 !important;
}
.form__submit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form__accept label {
  display: block;
  cursor: pointer;
}
.form__accept label input {
  display: none;
}
.form__accept label input:checked + span i:before {
  opacity: 1;
}
.form__accept label span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-left: 47px;
  font-size: 12px;
  font-weight: 400;
}
.form__accept label span b {
  font-weight: 400;
}
.form__accept label span i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  background: #fff;
}
.form__accept label span i:before {
  content: "";
  display: block;
  background: url(../img/svg/check.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs {
  padding: 0 0 34px;
  position: relative;
  margin-bottom: 30px;
}
.breadcrumbs ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs ul li {
  list-style-type: none;
  padding-bottom: 6px;
  font-size: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul li:after {
  content: ">";
  display: block;
  color: rgba(8, 11, 16, 0.5);
  margin: 0 10px;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li a {
  color: rgba(8, 11, 16, 0.5);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs ul li a:hover {
  color: #9AF052;
}

.menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: -110%;
  height: 100vh;
  max-width: 400px;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 20px;
  overflow: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.menu-mobile.active {
  left: 0;
}
.menu-mobile::-webkit-scrollbar {
  width: 4px;
  background: #9AF052;
}
.menu-mobile::-webkit-scrollbar-thumb {
  background: #9AF052;
}
.menu-mobile::-webkit-scrollbar-track {
  background: #9AF052;
}
.menu-mobile__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  cursor: pointer;
  color: #9AF052;
  z-index: 100;
}
.menu-mobile__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.menu-mobile__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.menu-mobile__block:last-child {
  margin-bottom: 0 !important;
}
.menu-mobile__block ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.menu-mobile__block ul li {
  list-style-type: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}
.menu-mobile__block ul li span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.menu-mobile__block ul li span svg {
  max-width: 15px;
  max-height: 15px;
}
.menu-mobile__block ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.header-mobile {
  display: none;
}

.header {
  margin-bottom: 56px;
  position: sticky;
  top: 0;
  background: rgba(5, 7, 5, 0.95);
  z-index: 100;
}
.header__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 16px;
  padding: 24px 0;
  position: relative;
}
.header__inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -32px;
  right: -23px;
  border-bottom: 1px solid rgba(154, 240, 82, 0.2);
}
.header__logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
}
.header__logo a {
  display: block;
  width: 100%;
}
.header__logo a img {
  display: block;
  height: auto;
  width: 100%;
}
.header__menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.header__menu ul li {
  list-style-type: none;
}
.header__menu ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  color: #94A18D;
  font-family: "Share Tech Mono";
  font-size: 16px;
  font-weight: 400;
  line-height: 13.5px;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu ul li a:before {
  content: "[";
  display: inline;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu ul li a:after {
  content: "]";
  display: inline;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu ul li a:hover {
  color: #9AF052;
}
.header__menu ul li a:hover:before, .header__menu ul li a:hover:after {
  opacity: 1;
}
.header__menu ul li.current-menu-item > a {
  color: #9AF052;
}
.header__menu ul li.current-menu-item > a:before, .header__menu ul li.current-menu-item > a:after {
  opacity: 1;
}
.header__contacts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__social a {
  height: 20px;
}
.header__social a svg {
  display: block;
  height: 100%;
  width: auto;
}
.header__social a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__social a:hover path {
  fill: #9AF052;
}
.header__phone {
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}
.header__phone a {
  color: #9AF052;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__phone a:hover {
  color: #fff;
}
.header__burger {
  display: none;
}

.bordered {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cornered {
  width: 100%;
  height: 100%;
  background: url("../img/svg/corner_lt.svg") no-repeat left 1px top 1px, url("../img/svg/corner_rt.svg") no-repeat right 1px top 1px, url("../img/svg/corner_lb.svg") no-repeat left 1px bottom 1px, url("../img/svg/corner_rb.svg") no-repeat right 1px bottom 1px;
}

.hero {
  margin-bottom: 152px;
}
.hero__top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 12px;
  margin-bottom: 20px;
}
.hero__top span {
  color: rgba(154, 240, 82, 0.7);
  font-family: "Share Tech Mono";
  font-size: 12px;
  font-weight: 400;
  line-height: 133.333%;
  text-transform: uppercase;
}
.hero__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 14px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: minmax(0, 1fr) 14px minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
      grid-template-areas: "main top" "main bottom" "result result";
  gap: 14px;
}
.hero__content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: main;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.hero__content-inner {
  padding: 40px;
  width: 100%;
  height: 100%;
}
.hero__content-tag {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
}
.hero__content-tag span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  border: 1px solid #9AF052;
  gap: 8px;
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 12px;
  text-transform: uppercase;
}
.hero__content-tag span:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #9AF052;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__content-title {
  color: #F2F8ED;
  font-size: 64px;
  font-weight: 800;
  line-height: 104.422%;
  letter-spacing: -3.672px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero__content-title strong {
  color: #9AF052;
}
.hero__content-text {
  color: #BDC8B8;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 430px;
}
.hero__content-btns {
  margin-top: 110px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.hero__content-note {
  margin-top: 8px;
  text-align: right;
  color: rgba(154, 240, 82, 0.55);
  font-family: "Share Tech Mono";
  font-size: 8px;
  line-height: 150%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.hero__block-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px;
  width: 100%;
  height: 100%;
}
.hero__block-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 12px;
  margin-bottom: auto;
}
.hero__block-label {
  color: rgba(154, 240, 82, 0.7);
  font-family: "Share Tech Mono";
  font-size: 12px;
  font-weight: 400;
  line-height: 133.333%;
  text-transform: uppercase;
}
.hero__block-tag {
  color: #B3C0AD;
  font-family: "Share Tech Mono";
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.hero__block-title {
  color: #F2F8ED;
  font-size: 27px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.088px;
  text-transform: uppercase;
}
.hero__block-title strong {
  color: #9AF052;
}
.hero__block-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px 12px;
}
.hero__block-list ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  list-style-type: none;
  color: #B3C0AD;
  font-family: "Share Tech Mono";
  font-size: 9px;
  line-height: 150%;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}
.hero__block-list ul li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/svg/check.svg) no-repeat center center;
  background-size: contain;
}
.hero__block-steps ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero__block-steps ul li {
  color: #A9B5A3;
  font-family: "Share Tech Mono";
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 222.222%;
  letter-spacing: 0.675px;
  text-transform: uppercase;
  list-style-type: none;
}
.hero__block-steps ul li:after {
  content: " → ";
  display: inline;
  margin-right: 8px;
}
.hero__block-steps ul li:last-child:after {
  display: none;
}
.hero__services {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero__advantages {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero__result {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: result;
  padding: 30px;
}
.hero__result-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.hero__result-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.hero__result-label {
  color: rgba(154, 240, 82, 0.7);
  font-family: "Share Tech Mono";
  font-size: 12px;
  line-height: 133.333%;
  text-transform: uppercase;
}
.hero__result-title {
  color: #F2F8ED;
  font-size: 25.6px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.024px;
  text-transform: uppercase;
}
.hero__result-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  text-align: right;
}
.hero__result-percent {
  color: #9AF052;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}
.hero__result-note {
  color: #94A18D;
  font-family: "Share Tech Mono";
  font-size: 8px;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.hero__result-blocks {
  margin-top: 64px;
  padding-top: 18px;
  padding-left: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.hero__result-timeline {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 17px;
  height: 57px;
  counter-reset: hero-timeline;
}
.hero__result-timeline span {
  width: 100%;
  position: relative;
  background: #53604F;
  counter-increment: hero-timeline;
}
.hero__result-timeline span:after {
  content: counter(hero-timeline, decimal-leading-zero);
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #94A18D;
  font-family: "Share Tech Mono";
  font-size: 8px;
  line-height: 150%;
}
.hero__result-timeline span:last-child {
  background: #9AF052;
}

.section-head {
  margin-bottom: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.section-head__left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.section-head__label {
  color: rgba(154, 240, 82, 0.7);
  font-family: "Share Tech Mono";
  font-size: 12px;
  line-height: 133.333%;
  text-transform: uppercase;
}
.section-head__title {
  font-size: 36px;
  font-weight: 800;
  line-height: 122.222%;
  text-transform: uppercase;
}
.section-head__title strong {
  color: #9AF052;
}
.section-head__right {
  color: #9AA795;
  font-size: 14px;
  line-height: 171.429%;
  max-width: 300px;
  padding-bottom: 22px;
}
.section-head__right strong {
  color: #9AF052;
  font-weight: 400;
}
.section-head__count {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.section-head__count strong {
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.advantages {
  margin-bottom: 196px;
}
.advantages__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  counter-reset: advantages;
}
.advantages__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 23px;
  counter-increment: advantages;
}
.advantages__item:before {
  content: counter(advantages, decimal-leading-zero);
  display: block;
  color: rgba(154, 240, 82, 0.4);
  font-family: "Share Tech Mono";
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
.advantages__item h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.advantages__item p {
  color: #9AA795;
  font-size: 14px;
  line-height: 171.429%;
}

.filter__titles {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.filter__title {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
  cursor: pointer;
  color: #9AA795;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter__title:hover, .filter__title.active {
  background: #9AF052;
  border-color: #9AF052;
  color: #050705;
}
.filter__item.hide {
  display: none;
}

.services {
  margin-bottom: 192px;
}
.services__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  counter-reset: services;
}
.services__item {
  padding: 28px;
  counter-increment: services;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services__item-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 24px;
  margin-bottom: 52px;
}
.services__item-head span {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.services__item-head span:before {
  content: counter(services, decimal-leading-zero);
  display: inline;
}
.services__item-head img {
  display: block;
  max-height: 24px;
  max-width: 24px;
}
.services__item-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: auto;
}
.services__item-title {
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 126.316%;
  letter-spacing: -0.55px;
  text-transform: uppercase;
}
.services__item-text {
  color: #9AA795;
  font-size: 14px;
  line-height: 142.857%;
}
.services__item-price {
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 12px;
}
.services__item-price small {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.services__item-price span {
  color: #fff;
  font-family: "Share Tech Mono";
  font-size: 19px;
  line-height: 150%;
}
.services__item-price strong {
  font-weight: 400;
  color: #9AF052;
}
.services__cta {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 12px;
  padding: 20px 24px;
  margin-top: 24px;
}
.services__cta-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.services__cta-content small {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.services__cta-content strong {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.35px;
  text-transform: uppercase;
}

.projects {
  margin-bottom: 192px;
}
.projects__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.projects__item {
  position: relative;
}
.projects__item_lg {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.projects__item-image {
  position: relative;
  z-index: 5;
}
.projects__item-image:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(5, 7, 5, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(5, 7, 5, 0.9) 100%);
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.projects__item-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.projects__item-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: absolute;
  inset: 0;
  z-index: 10;
  padding: 32px;
}
.projects__item-top {
  margin-bottom: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 12px;
}
.projects__item-label {
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 9px;
  line-height: 150%;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}
.projects__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.projects__item-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.projects__item-arrow path {
  stroke: #fff;
}
.projects__item-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
.projects__item-text {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 142.857%;
}
.projects__item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.projects__item-link:hover .projects__item-image:before {
  opacity: 0;
}
.projects__btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.projects__btn .btn {
  width: 100%;
  max-width: 272px;
}

.process {
  margin-bottom: 192px;
}
.process__items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
  counter-reset: process;
}
.process__items:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.process__item {
  height: 190px;
  width: 100%;
  position: relative;
  padding: 24px;
  counter-increment: process;
}
.process__item:nth-child(even) {
  margin-top: 270px;
}
.process__item:nth-child(even) .process__item-square {
  bottom: unset;
  top: -62px;
}
.process__item:nth-child(even) .process__item-square:before {
  top: unset;
  bottom: -22px;
}
.process__item-square {
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -62px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #060806;
}
.process__item-square:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -22px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 21px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.process__item-square:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background: #9AF052;
}
.process__item-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  margin-bottom: 16px;
  gap: 12px;
}
.process__item-top:before {
  content: counter(process, decimal-leading-zero);
  display: block;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Share Tech Mono";
  font-size: 30px;
  line-height: 120%;
}
.process__item-top svg {
  max-width: 24px;
  max-height: 24px;
}
.process__item-top path {
  stroke: #6D6F6D;
}
.process__item-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.process__item-text {
  color: #9AA795;
  font-size: 14px;
  line-height: 171.429%;
}
.process__duration {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  padding: 32px 48px;
  border: 1px solid #9AF052;
}
.process__duration-icons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-right: 32px;
}
.process__duration-icons svg {
  width: 42px;
  height: 42px;
}
.process__duration-text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
  margin-right: 48px;
}
.process__duration-text strong {
  font-weight: 400;
  color: #9AF052;
}
.process__duration-note {
  color: #B8B8B8;
  font-size: 14px;
  line-height: 150%;
}

.reviews {
  margin-bottom: 192px;
}
.reviews__slider-js {
  overflow: hidden;
}
.reviews__slider-nav {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 16px;
}
.reviews__slider-pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.reviews__slider-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9AF052;
  width: 36px;
}
.reviews__slider-arrows {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 8px;
}
.reviews__slider-arrow {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 36px;
  height: 36px;
  border: 1px solid #9AF052;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__slider-arrow svg {
  display: block;
  width: 16px;
  height: 16px;
}
.reviews__slider-arrow path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__slider-arrow:hover {
  background: #fff;
  border-color: #fff;
}
.reviews__slider-arrow:hover path {
  stroke: #071006;
}
.reviews__slide {
  padding: 28px;
}
.reviews__slide-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 28px;
}
.reviews__slide-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #9AF052;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.reviews__slide-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__slide-label {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.reviews__slide-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.reviews__slide-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.45px;
  text-transform: uppercase;
}
.reviews__slide-subtitle {
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.reviews__slide-text {
  color: #D5DDD0;
  font-size: 15px;
  line-height: 160%;
}
.reviews__slide-bottom {
  margin-top: 50px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
.reviews__slide-bottom a {
  color: #9AF052;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__slide-bottom a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.reviews__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 16px;
  padding-top: 32px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 12px;
}
.reviews__clients {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-left: 16px;
  border-left: 1px solid #9AF052;
}
.reviews__clients span {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.reviews__clients a {
  display: block;
}
.reviews__clients a img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__clients a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.reviews__projects-count {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: right;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.reviews__projects-count strong {
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.team {
  margin-bottom: 192px;
}
.team__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.team__item {
  position: relative;
}
.team__item-image {
  position: relative;
  z-index: 5;
}
.team__item-image:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(5, 7, 5, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(5, 7, 5, 0.9) 100%);
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team__item-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.team__item-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  z-index: 10;
}
.team__item-role {
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.team__item-name {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.team__item-desc {
  padding-left: 16px;
  border-left: 2px solid #9AF052;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
}
.team__item:hover .team__item-image:before {
  opacity: 0;
}

.faq {
  margin-bottom: 192px;
}

.accordion {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: accordion;
}
.accordion__block {
  counter-increment: accordion;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion__block.active .accordion__title span svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 24px 8px;
  color: #FFF;
  font-family: "Share Tech Mono";
  font-size: 16px;
  line-height: 150%;
  border: 0;
  background: none;
  cursor: pointer;
  width: 100%;
}
.accordion__title:before {
  content: counter(accordion, decimal-leading-zero);
  display: inline;
  color: #788373;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.accordion__title span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border: 1px solid #9AF052;
  margin-left: auto;
}
.accordion__title span svg {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion__content {
  display: none;
  padding: 0 0 30px 40px;
  color: #9AA795;
  font-size: 14px;
}

.feedback {
  margin-bottom: 130px;
}
.feedback__bg {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.feedback__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 80px 56px;
  max-width: 430px;
}
.feedback__label {
  color: rgba(154, 240, 82, 0.8);
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.feedback__title {
  color: #FFF;
  font-size: 36px;
  font-weight: 800;
  line-height: 122.222%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.feedback__title strong {
  font-weight: 800;
  color: #9AF052;
}
.feedback__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 171.429%;
}
.feedback__form {
  width: 623px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  padding: 16px;
}
.feedback__form-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border: 1px solid rgba(154, 240, 82, 0.45);
  background: rgba(5, 7, 5, 0.9);
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.35);
  padding: 20px;
  min-height: 100%;
}
.feedback__form-title {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
.feedback__field {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.feedback__field-label {
  color: #9AA795;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.feedback__methods-items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.feedback__method {
  width: 100%;
}
.feedback__method input {
  display: none;
}
.feedback__method input:checked + span {
  border: 1px solid #9AF052;
  background: rgba(154, 240, 82, 0.2);
}
.feedback__method input:checked + span:before {
  opacity: 1;
  width: 14px;
}
.feedback__method span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 64px;
  padding: 0 16px;
  color: #9AA795;
  font-family: "Share Tech Mono";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feedback__method span:before {
  content: ">";
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feedback__submit.btn {
  color: #050705;
  text-align: center;
  font-family: "Share Tech Mono";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 50%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.feedback__note {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 9px;
  line-height: 150%;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  text-align: center;
}

.modal-feedback__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(2, 3, 2);
}
.modal-feedback__content {
  padding: 32px;
  max-width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-feedback__label {
  color: rgba(154, 240, 82, 0.8);
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.modal-feedback__title {
  color: #FFF;
  font-size: 52px;
  font-weight: 800;
  line-height: 106%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.modal-feedback__title strong {
  font-weight: 800;
  color: #9AF052;
}
.modal-feedback__text {
  max-width: 280px;
  color: #9AA795;
  font-size: 14px;
  line-height: 171.429%;
}
.modal-feedback__text strong {
  font-weight: 400;
  color: #9AF052;
}
.modal-feedback__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 32px;
  background: #050705;
}
.modal-feedback__form-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  min-height: 100%;
}
.modal-feedback__form-title {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.modal-feedback__field {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.modal-feedback__field-label {
  color: #9AA795;
  font-family: "Share Tech Mono";
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modal-feedback__methods-items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.modal-feedback__method {
  width: 100%;
}
.modal-feedback__method input {
  display: none;
}
.modal-feedback__method input:checked + span {
  border: 1px solid #9AF052;
  background: rgba(154, 240, 82, 0.2);
}
.modal-feedback__method input:checked + span:before {
  opacity: 1;
  width: 14px;
}
.modal-feedback__method span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 64px;
  padding: 0 16px;
  color: #9AA795;
  font-family: "Share Tech Mono";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-feedback__method span:before {
  content: ">";
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-feedback__submit.btn {
  color: #050705;
  text-align: center;
  font-family: "Share Tech Mono";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 50%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.modal-feedback__note {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 9px;
  line-height: 150%;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  text-align: center;
}

.footer__top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-bottom: 50px;
}
.footer__info {
  width: 343px;
}
.footer__logo {
  width: 120px;
  margin-bottom: 20px;
}
.footer__logo a {
  display: block;
  width: 100%;
}
.footer__logo a img {
  display: block;
  width: 100%;
}
.footer__btn {
  margin-bottom: 20px;
}
.footer__text {
  color: #9AA795;
  font-size: 14px;
  line-height: 171.429%;
  margin-bottom: 28px;
  max-width: 270px;
}
.footer__note {
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 12px;
  line-height: 133.333%;
  text-transform: uppercase;
}
.footer__column {
  width: 245px;
}
.footer__title {
  color: #9AF052;
  font-family: "Share Tech Mono";
  font-size: 14px;
  line-height: 107.143%;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.footer__menu ul li {
  list-style-type: none;
}
.footer__menu ul li a {
  color: #9AA795;
  font-family: "Share Tech Mono";
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu ul li a:hover {
  color: #9AF052;
}
.footer__contacts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.footer__field {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.footer__field a {
  color: #FFF;
  font-family: "Share Tech Mono";
  font-size: 16px;
  line-height: 112.5%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__field a:hover {
  color: #9AF052;
}
.footer__subtitle {
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 14px;
  line-height: 107.143%;
  text-transform: uppercase;
}
.footer__bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 20px 0 40px;
  color: #788373;
  font-family: "Share Tech Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__bottom a {
  color: #788373;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__bottom a:hover {
  color: #9AF052;
}
.footer__links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}