@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-MediumItalic.woff") format("woff"), url("../fonts/Lato-MediumItalic.woff2") format("woff2"), url("../fonts/Lato-MediumItalic.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-ExtraBold.woff") format("woff"), url("../fonts/Lato-ExtraBold.woff2") format("woff2"), url("../fonts/Lato-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
:root {
  --black: #121212;
  --white: #ffffff;
  --lightWhite: #F8F8F8;
  --green: #8AD34E;
  --darkGray: #2B2B2B;
  --placeholder: #3E4757;
  --colorInput: #3E4757;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  font-family: "Lato";
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

svg, path, circle, line, rect, stop {
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}

fieldset {
  display: block;
  border: none;
  padding: 0;
}

button {
  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: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}

input {
  border: none;
  background: none;
}
input::-webkit-input-placeholder {
  color: var(--placeholder);
}
input::-moz-placeholder {
  color: var(--placeholder);
}
input:-moz-placeholder {
  color: var(--placeholder);
}
input:-ms-input-placeholder {
  color: var(--placeholder);
}

textarea {
  resize: none;
  border: none;
  background: none;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder);
}
textarea::-moz-placeholder {
  color: var(--placeholder);
}
textarea:-moz-placeholder {
  color: var(--placeholder);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.container {
  position: relative;
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.btn {
  outline: none;
  border: none;
  background: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
  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: 42px;
  padding: 11px;
  background: var(--black);
  border: 1px solid var(--green);
  font-size: 16px;
  line-height: 18px;
  color: var(--white);
  text-align: center;
}
.btn:before {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: -1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 42px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
  opacity: 0;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.btn:hover:before {
  opacity: 1;
}
.btn:hover .btn-static-txt {
  opacity: 0;
}
.btn:hover .btn-hover-txt {
  opacity: 1;
}
.btn .btn-static-txt {
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.btn .btn-hover-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
  white-space: nowrap;
}
.btn-icon {
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 62px;
}
.btn-icon:hover:before {
  width: calc(100% + 2px);
}
.btn-icon:hover .btn-icon__svg {
  background: none;
}
.btn-icon:hover .btn-icon__svg svg:nth-child(2) {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.btn-icon:hover .btn-icon__svg:before {
  opacity: 1;
}
.btn-icon:hover .btn-icon__svg:after {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.btn-icon:hover .btn-icon__arrow {
  opacity: 1;
}
.btn-icon:before {
  width: 42px;
}
.btn-icon__svg {
  position: absolute;
  top: -1px;
  right: -1px;
  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: 42px;
  height: calc(100% + 2px);
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.btn-icon__svg svg:nth-child(2) {
  position: absolute;
}
.btn-icon__svg:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 19px;
  z-index: 1;
  width: 7px;
  height: 6px;
  background-image: url(../img/btn-icon-parts-1.svg);
  opacity: 0;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.btn-icon__svg:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  z-index: 1;
  width: 28px;
  height: 30px;
  background-image: url(../img/btn-icon-parts-3.svg);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.btn-icon__arrow {
  opacity: 0;
}

.social-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;
  gap: 12px;
}
.social-list li {
  display: block;
}
.social-list li a {
  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: 42px;
  height: 42px;
  background: var(--black);
  border: 1px solid var(--green);
  border-radius: 6px;
}
.social-list li a:hover {
  border-radius: 50%;
  background: var(--green);
}

.uptitle {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 13px;
  text-transform: uppercase;
  color: #8AD34E;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background-image: linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
}

.title {
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  color: var(--white);
}
.title span {
  color: var(--green);
}

.sticky-section {
  /* position: sticky !important;
  top: 0 !important; */
  position: relative;
  z-index: 1;
  min-height: 950px;
  -webkit-box-shadow: 0px 4px 44px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 44px 10px rgba(0, 0, 0, 0.25);
  background-color: rgb(18, 18, 18);
}

.swiper-pagination {
  position: static;
  margin-top: 50px;
  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: 24px;
}
.swiper-pagination-bullet {
  background: none;
  margin: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--white);
  opacity: 1;
}
.swiper-pagination-bullet:hover {
  border-color: var(--green);
}
.swiper-pagination-bullet-active {
  background: var(--green);
  border-color: var(--green);
}

.swiper-button-next,
.swiper-button-prev {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  border: 1px solid var(--green);
  background: var(--black);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--green);
  border-radius: 50%;
}

.swiper-button-prev {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.swiper-button-next {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.preview-video {
  position: relative;
  border: 2px solid rgba(138, 211, 78, 0);
  width: 100%;
  height: 100%;
}
.preview-video:before, .preview-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80.27%, rgba(18, 18, 18, 0.7)), to(#121212));
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.7) 80.27%, #121212 100%);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.preview-video:after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80.27%, rgba(18, 18, 18, 0)), to(#121212));
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 80.27%, #121212 100%);
}
.preview-video:hover {
  outline: 2px solid var(--green);
}
.preview-video:hover:before {
  opacity: 0;
}
.preview-video:hover:after {
  opacity: 1;
}
.preview-video:hover .preview-video__play,
.preview-video:hover .preview-video__info {
  opacity: 1;
}
.preview-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.preview-video__play:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 211, 78)), to(rgb(77, 171, 0)));
  background: linear-gradient(180deg, rgb(138, 211, 78) 0%, rgb(77, 171, 0) 100%);
  opacity: 0;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.preview-video__play:hover:before {
  opacity: 1;
}
.preview-video__poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.preview-video__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  opacity: 0;
}
.preview-video__category {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.preview-video__desc {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.preview-video__desc span {
  color: #8AD34E;
}

#pagepiling .sticky-section {
  height: auto;
  min-height: 100svh;
}

#pp-nav {
  display: none;
}

.pp-scrollable {
  overflow: auto !important;
  scrollbar-color: var(--green) var(--black);
  scrollbar-width: thin;
}

.pp-scrollable::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pp-scrollable::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 0px;
}

.pp-scrollable::-webkit-scrollbar-thumb:hover {
  background: var(--green);
}

.pp-scrollable::-webkit-scrollbar-track {
  background: var(--black);
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px #F0F0F0;
          box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(rgba(18, 18, 18, 0)));
  background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
}
.header.sticky, .header.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(rgba(18, 18, 18, 0.6)));
  background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.6) 100%);
}
.header__container {
  max-width: 1620px;
}
.header-desktop {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0;
  padding-top: 0;
}
.header__left {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 48px;
}
.header__right {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 25px;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: relative;
  padding: 8px;
  width: 42px;
  height: 42px;
  background: var(--black);
  border: 1px solid var(--green);
  border-radius: 6px;
}
.header__burger:hover {
  background-color: #8AD34E;
  border-radius: 50%;
}
.header__burger:hover div {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.header__burger:hover div:nth-child(2) {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.header__burger.active {
  background-color: var(--green);
  border-radius: 50%;
}
.header__burger.active div:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 4px);
          transform: rotate(45deg) translate(7px, 4px);
}
.header__burger.active div:nth-child(2) {
  opacity: 0;
}
.header__burger.active div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -4px);
          transform: rotate(-45deg) translate(7px, -4px);
}
.header__burger div {
  width: 20px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.header__burger div:nth-child(2) {
  width: 12px;
}
.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 16px;
  max-width: 250px;
}
.header__address:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 21px;
  height: 26px;
  background-image: url(../img/address-icon.svg);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.header__address a:hover {
  color: var(--green);
}
.header__logo img {
  max-width: 216px;
}
.header__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 18px;
}
.header__tel a:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-image: url(../img/tel-icon.svg);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.header__tel a:hover {
  color: var(--green);
}
.header__tel a:hover:before {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.header__btn {
  min-width: 158px;
}
.header-nav {
  grid-column: 3 span;
  grid-row: 2;
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.header-nav.active {
  visibility: visible;
  opacity: 1;
}
.header-nav:before, .header-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50.96%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.96%, rgba(255, 255, 255, 0) 100%);
}
.header-nav:before {
  top: 0;
}
.header-nav:after {
  bottom: 0;
}
.header-nav__list {
  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;
  max-width: 1620px;
  margin: 0 auto;
}
.header-nav__list li {
  display: block;
}
.header-nav__list li a {
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}
.header-nav__list li a:hover {
  color: var(--green);
}

.header-mobile {
  padding: 5px;
  display: grid;
  grid-template-columns: 42px 1fr 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(rgba(18, 18, 18, 0)));
  background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
}
.header-mobile__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 42px;
  height: 42px;
  background: var(--black);
  border: 1px solid var(--green);
  border-radius: 6px;
  padding: 11px 5px;
}
.header-mobile__btn div {
  width: 100%;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.header-mobile__logo {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-mobile__logo img {
  max-width: 150px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  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;
  overflow: auto;
  background: rgba(18, 18, 18, 0.7);
  visibility: hidden;
  padding: 10px;
  opacity: 0;
  -webkit-transition: 400ms linear;
  transition: 400ms linear;
}
.popup.active {
  visibility: visible;
  opacity: 1;
}
.popup__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 846px;
  max-height: 100%;
  background-color: var(--black);
  padding: 40px 50px 60px 40px;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 330px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup__left img {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: -1;
}
.popup__right {
  max-width: 416px;
}

.form {
  position: relative;
  z-index: 1;
  background: var(--darkGray);
  border-radius: 20px;
  padding: 30px 20px;
}
.form__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.form__subtitle {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.form-control {
  display: block;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.form-control input,
.form-control textarea {
  display: block;
  width: 100%;
  height: 52px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px;
  color: var(--colorInput);
}
.form-control input:focus ~ span,
.form-control textarea:focus ~ span {
  visibility: hidden;
  opacity: 0;
}
.form-control textarea {
  height: 111px;
  padding: 19px 20px;
}
.form-control span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 22px;
  color: var(--colorInput);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.form-control span i {
  font-style: normal;
  color: #FF0000;
}
.form-control--textarea span {
  top: 19px;
  -webkit-transform: none;
          transform: none;
}
.form-control.js-focus span, .form-control.js-active span {
  visibility: hidden;
  opacity: 0;
}
.form-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
  cursor: pointer;
}
.form-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  background-repeat: no-repeat;
  background-position: left 3px center;
}
.form-checkbox input:checked {
  background-image: url(../img/checked.svg);
}
.form-checkbox span {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
.form-checkbox a:hover {
  text-decoration: underline;
}
.form__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
  padding-left: 23px;
}
.form__btn .btn-icon__svg {
  background: none;
}
.form__btn .btn-hover-txt {
  left: 23px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.main-first {
  position: relative;
  z-index: 1;
  background-image: url(../img/first-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100svh;
}
.main-first__inner {
  height: auto;
  width: 100%;
}
.main-first__wrap {
  display: grid;
  grid-template-columns: 1fr 1.0435fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
  height: 100%;
}
.main-first__video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.main-first__video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(40.38%, rgba(18, 18, 18, 0.5)), color-stop(82.21%, #121212));
  background: linear-gradient(270deg, rgba(18, 18, 18, 0.5) 40.38%, #121212 82.21%);
}
.main-first__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-first__left img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
}
.main-first__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  padding: 60px 0 0 0;
}
.main-first__title {
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.main-first__desc {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: var(--lightWhite);
}
.main-first__btn {
  min-width: 244px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 52px auto 0 auto;
  text-align: center;
  padding-left: 22px;
}
.main-first__right {
  padding-bottom: 100px;
  padding-right: calc((100vw - 16px - 1620px) / 2);
}
.main-first__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.main-first__menu li {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 22px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.main-first__menu li:hover, .main-first__menu li.active {
  color: var(--green);
}
.main-first__scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  z-index: 10;
  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;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #F8F8F8;
}
.main-first__scroll img {
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
          animation: fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
    opacity: 0;
  }
}
.projects {
  position: relative;
  z-index: 1;
  background-image: url(../img/projects-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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: 50px 0;
}
.projects:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.7) 0%, #121212 100%);
}
.projects .uptitle {
  margin-bottom: 0;
}
.projects__container {
  z-index: 5;
}
.projects__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 48px 24px;
}
.projects__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.projects__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-left: 110px;
}
.projects__desc {
  max-width: 440px;
}
.projects__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 36px;
  padding-left: 32px;
}
.projects-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.projects-items__item {
  width: calc(50% - 12px);
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  color: #E7E8E5;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.projects-items__item:hover {
  color: var(--green);
}

.services {
  background-image: url(../img/services-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden !important;
}
.services__inner {
  padding: 150px 0 100px 0;
  width: 100%;
  height: auto;
}
.services__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.7) 0%, #121212 100%);
}
.services-head {
  margin-bottom: 50px;
}
.services-head__desc {
  display: none;
}
.services__btn {
  padding-left: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0 auto;
}
.services .swiper {
  overflow: visible;
}
.services .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.services .swiper-slide {
  max-width: 526px;
  height: auto;
}

.services-slide {
  background-color: var(--black);
  background-image: url(../img/services-slide-bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 8px;
  margin-top: 60px;
  border: 1px solid rgba(138, 211, 78, 0);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.services-slide:hover {
  background: url(../img/services-slide-bg.svg), -webkit-gradient(linear, left top, left bottom, from(#5F8E38), to(#121212));
  background: url(../img/services-slide-bg.svg), linear-gradient(180deg, #5F8E38 0%, #121212 100%);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border-color: rgb(138, 211, 78);
}
.services-slide:hover .services-slide__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services-slide__left {
  position: relative;
  padding: 120px 0 40px 20px;
  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;
}
.services-slide__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}
.services-slide__img {
  position: absolute;
  left: 0;
  top: -60px;
  width: 218px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.services-slide__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 15px;
}
.services-slide__btn .btn-hover-txt {
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.services-slide__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 40px 0 20px 0;
}
.services-slide__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}

.our-team {
  position: relative;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden !important;
  max-width: 100vw;
  /* &__wrap {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5,auto);
      align-items: flex-end;
  } */
}
.our-team:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: bottom 242px center;
  background-size: 1200px auto;
  opacity: 0.4;
}
.our-team__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* &:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 20;
      width: 100%;
      height: 200px;
      background: linear-gradient(180deg, rgba(18, 18, 18, 0) 4.25%, #121212 100%);
  } */
}
.our-team__desc {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 24px;
}
.our-team__desc:before {
  content: "";
  display: block;
  width: 37px;
  height: 36px;
  background-image: url(../img/checkmark-text.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.our-team-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 24px;
}
.our-team .uptitle {
  margin-bottom: 0;
  grid-column: 2 span;
}
.our-team__slider {
  padding: 0 calc((100% - 406px) / 2);
  overflow: visible;
}
.our-team__slider .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.our-team__slider .our-team-card__photo {
  max-width: 306px;
  max-height: 540px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  margin: 0 auto;
}
.our-team__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(100svh - 150px - 125px);
  max-height: 700px;
  padding-top: 40px;
  opacity: 0 !important;
}
.our-team__slider .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.25%, rgba(18, 18, 18, 0)), to(#121212));
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 4.25%, #121212 100%);
}
.our-team__slider .swiper-slide-prev, .our-team__slider .swiper-slide-next {
  opacity: 1 !important;
}
.our-team__slider .swiper-slide-prev .our-team-card__photo, .our-team__slider .swiper-slide-next .our-team-card__photo {
  max-height: 600px;
}
.our-team__slider .swiper-slide-prev + div, .our-team__slider .swiper-slide-next + div {
  opacity: 1 !important;
}
.our-team__slider .swiper-slide.js-opacity {
  opacity: 1 !important;
}
.our-team__slider .swiper-slide:hover .our-team-card__photo {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.our-team__slider .swiper-slide-active {
  opacity: 1 !important;
  height: calc(100svh - 150px - 65px);
  max-height: 700px;
  /* .our-team-card__info {
      opacity: 1;
      visibility: visible;
  } */
}
.our-team__slider .swiper-slide-active .our-team-card__photo {
  max-width: 406px;
  max-height: 700px;
}

.our-team-card {
  position: relative;
  /* grid-row: 1;
  width: 306px; */
  /* &:nth-child(1) {
      grid-column: 3;
      width: 406px;
      margin-left: -86px;
      margin-right: -86px;
      .our-team-card__photo {
          z-index: 10;
      }
  }
  &:nth-child(3) {
      margin-left: -86px;
  }
  &:nth-child(4) {
      .our-team-card__photo {
          z-index: 5;
      }
      margin-right: -86px;
  } */
}
.our-team-card:hover .our-team-card__photo {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  /*  transform: scale(1.1); */
}
.our-team-card:hover .our-team-card__info {
  opacity: 1;
  visibility: visible;
}
.our-team-card__photo {
  position: relative;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.our-team-card__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 21;
  padding-bottom: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.our-team-card__icon {
  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: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: var(--black);
  border: 1px solid var(--green);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.our-team-card__icon:hover {
  border-radius: 50%;
  background-color: var(--green);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.our-team-card__name {
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
.our-team-card__name span {
  color: #8AD34E;
}
.our-team-card__post {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #8AD34E;
}
.our-team-card__desc {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.portfolio {
  padding: 100px 0;
  overflow: hidden;
}
.portfolio-head {
  text-align: center;
}
.portfolio-head .title {
  margin-bottom: 24px;
}
.portfolio__inner {
  max-width: 100vw;
}
.portfolio__slider {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.portfolio__slider .swiper {
  width: 100%;
  height: auto;
  overflow: visible;
}
.portfolio__slider .swiper-wrapper {
  min-width: calc(100svw - 160px);
}
.portfolio:not(:hover) .slide-group.swiper-slide-active {
  z-index: 10;
}
.portfolio:not(:hover) .slide-group.swiper-slide-active .portfolio-slide:nth-child(2) {
  z-index: 10;
}
.portfolio:not(:hover) .slide-group.swiper-slide-active .portfolio-slide:nth-child(2) .preview-video {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 4px 44px 10px rgb(0, 0, 0);
          box-shadow: 0px 4px 44px 10px rgb(0, 0, 0);
  outline: 2px solid var(--green);
}
.portfolio:not(:hover) .slide-group.swiper-slide-active .portfolio-slide:nth-child(2) .preview-video:before {
  opacity: 0;
}
.portfolio:not(:hover) .slide-group.swiper-slide-active .portfolio-slide:nth-child(2) .preview-video:after {
  opacity: 1;
}
.portfolio:not(:hover) .slide-group.swiper-slide-active .portfolio-slide:nth-child(2) .preview-video .preview-video__play,
.portfolio:not(:hover) .slide-group.swiper-slide-active .portfolio-slide:nth-child(2) .preview-video .preview-video__info {
  opacity: 1;
}
.portfolio .slide-group {
  -webkit-transform: none !important;
          transform: none !important;
  position: static !important;
  width: 25svw;
}
.portfolio .slide-group .portfolio-slide {
  position: relative;
}

.portfolio-slide {
  /*  width: calc((100svw - 160px) / 3); */
  height: 260px;
}
.portfolio-slide:hover {
  z-index: 10;
}
.portfolio-slide:hover .preview-video {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 4px 44px 10px rgb(0, 0, 0);
          box-shadow: 0px 4px 44px 10px rgb(0, 0, 0);
}
.portfolio-slide.hidden {
  display: none;
}
.portfolio-slide .preview-video {
  height: 100%;
  border: none;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
}
.portfolio-slide .preview-video:before {
  background: rgba(18, 18, 18, 0.7);
}
.portfolio-slide .preview-video:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80.27%, rgba(18, 18, 18, 0)), to(#121212));
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 80.27%, #121212 100%);
}

.portfolio-category {
  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: 20px;
  margin-bottom: 40px;
}
.portfolio-category__btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  text-transform: uppercase;
  color: var(--white);
}
.portfolio-category__btn:hover, .portfolio-category__btn.active {
  color: var(--green);
}

.steps {
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
}
.steps__inner {
  padding: 150px 0 50px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 8px 24px;
  counter-reset: steps 0;
}
.steps__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 24px;
}
.steps__desc:before {
  content: "";
  display: block;
  width: 37px;
  height: 36px;
  background-image: url(../img/checkmark-text.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.steps__btn {
  padding-left: 15px;
}
.steps__btn .btn-hover-txt {
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.steps .title {
  margin-bottom: 20px;
}

.steps-item {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  background-color: var(--darkGray);
  border: 2px solid var(--darkGray);
  -webkit-box-shadow: 0px 4px 44px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 44px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  min-height: 331px;
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-template-rows: auto auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px 0;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.steps-item:not(:first-child):hover {
  border-color: var(--green);
}
.steps-item:not(:first-child):hover:after {
  opacity: 1;
}
.steps-item:not(:first-child):hover .steps-item__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.steps-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5F8E38), to(#121212));
  background: linear-gradient(180deg, #5F8E38 0%, #121212 100%);
  border-radius: 18px;
  opacity: 0;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.steps-item:before {
  content: counter(steps);
  grid-row: 1/4;
  display: block;
  font-weight: 800;
  font-size: 180px;
  line-height: 158px;
  color: rgba(138, 211, 78, 0.3);
}
.steps-item:nth-child(1) {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0;
}
.steps-item:nth-child(1):before {
  display: none;
}
.steps-item:nth-child(n+2) {
  counter-increment: steps 1;
}
.steps-item__img {
  margin-top: -23px;
  margin-left: auto;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.steps-item__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}

.advantages {
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
}
.advantages__inner {
  padding: 100px 0 50px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
  margin-top: 30px;
}
.advantages .uptitle {
  text-align: center;
}
.advantages .title {
  text-align: center;
}

.advantages-item {
  position: relative;
}
.advantages-item:before {
  content: "";
  display: block;
  width: 38px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='183' viewBox='0 0 38 183' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.4553 72.8738L8.20994 3.31209C7.39034 1.22628 6.44925 0.0838527 5.48522 0.00444229C4.52119 -0.0749681 3.5697 0.911562 2.73039 2.86072C1.89108 4.80988 1.19483 7.64995 0.714548 11.0835C0.23427 14.5171 -0.012363 18.4178 0.000476926 22.3772V160.912C0.000476926 166.769 0.567021 172.385 1.57548 176.527C2.58393 180.668 3.95169 182.995 5.37786 182.995C6.37167 183.083 7.35199 182.038 8.20994 179.977L35.4553 110.71C36.2335 108.729 36.8756 105.965 37.321 102.681C37.7663 99.3958 38 95.6985 38 91.9389C38 88.1793 37.7663 84.482 37.321 81.1971C36.8756 77.9123 36.2335 75.1488 35.4553 73.1683V72.8738Z' fill='%232B2B2B'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.advantages-item:nth-child(odd) {
  padding-right: 62px;
}
.advantages-item:nth-child(even) {
  padding-left: 62px;
}
.advantages-item:nth-child(even):before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  right: auto;
}
.advantages-item:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='183' viewBox='0 0 38 183' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.4553 72.8738L8.20994 3.31209C7.39034 1.22628 6.44925 0.0838527 5.48522 0.00444229C4.52119 -0.0749681 3.5697 0.911562 2.73039 2.86072C1.89108 4.80988 1.19483 7.64995 0.714548 11.0835C0.23427 14.5171 -0.012363 18.4178 0.000476926 22.3772V160.912C0.000476926 166.769 0.567021 172.385 1.57548 176.527C2.58393 180.668 3.95169 182.995 5.37786 182.995C6.37167 183.083 7.35199 182.038 8.20994 179.977L35.4553 110.71C36.2335 108.729 36.8756 105.965 37.321 102.681C37.7663 99.3958 38 95.6985 38 91.9389C38 88.1793 37.7663 84.482 37.321 81.1971C36.8756 77.9123 36.2335 75.1488 35.4553 73.1683V72.8738Z' fill='%238AD34E'/%3E%3Cpath d='M35.4553 72.8738L8.20994 3.31209C7.39034 1.22628 6.44925 0.0838527 5.48522 0.00444229C4.52119 -0.0749681 3.5697 0.911562 2.73039 2.86072C1.89108 4.80988 1.19483 7.64995 0.714548 11.0835C0.23427 14.5171 -0.012363 18.4178 0.000476926 22.3772V160.912C0.000476926 166.769 0.567021 172.385 1.57548 176.527C2.58393 180.668 3.95169 182.995 5.37786 182.995C6.37167 183.083 7.35199 182.038 8.20994 179.977L35.4553 110.71C36.2335 108.729 36.8756 105.965 37.321 102.681C37.7663 99.3958 38 95.6985 38 91.9389C38 88.1793 37.7663 84.482 37.321 81.1971C36.8756 77.9123 36.2335 75.1488 35.4553 73.1683V72.8738Z' fill='url(%23paint0_linear_73_1054)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_73_1054' x1='19' y1='0' x2='19' y2='183' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238AD34E'/%3E%3Cstop offset='1' stop-color='%234DAB00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.advantages-item:hover:nth-child(even):before {
  -webkit-transform: rotate(180deg) translateX(10px);
          transform: rotate(180deg) translateX(10px);
}
.advantages-item:hover .advantages-item__wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
}
.advantages-item__wrap {
  background: var(--darkGray);
  padding: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  min-height: 183px;
}
.advantages-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.advantages-photo {
  position: relative;
  grid-column: 2;
  grid-row: 1/4;
  background-image: url(../img/advantages-item-bg.png);
  background-repeat: no-repeat;
  background-position: top 21px center;
  width: 100%;
  height: 100%;
}
.advantages-photo img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

.blog {
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
}
.blog__inner {
  padding: 150px 0 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden !important;
}
.blog__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog__slider {
  margin-bottom: 40px;
}
.blog .uptitle {
  text-align: center;
}
.blog .title {
  margin-bottom: 30px;
  text-align: center;
}
.blog .swiper {
  overflow: visible;
}
.blog .blog-slide {
  max-width: 546px;
  height: 370px;
}

.blog-form {
  max-width: calc(100% - 100px);
  width: 100%;
  margin: 0 auto 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
  padding: 50px 0;
  border-radius: 20px;
}
.blog-form__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
}
.blog-form__left {
  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;
}
.blog-form .title {
  margin-bottom: 0;
  text-align: left;
}
.blog-form .form {
  padding: 0;
  border-radius: 0px;
  background: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
}
.blog-form .form-control--input {
  margin: 0;
}
.blog-form .form-control--input input {
  border-radius: 50px;
}
.blog-form .form__bottom {
  grid-column: 2 span;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
}
.blog-form .form__btn {
  position: relative;
  bottom: auto;
  background: var(--black);
  padding-left: 15px;
  border-color: var(--black);
}
.blog-form .form__btn:before {
  display: none;
}
.blog-form .form__btn .btn-hover-txt {
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.faq {
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
}
.faq__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 24px;
}
.faq__container {
  position: static;
}
.faq__left img {
  max-width: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 50svw;
  max-height: 85svh;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq__right {
  padding: 150px 0 90px;
}
.faq__items {
  margin-top: 50px;
  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;
}

.faq-item {
  border-radius: 25px;
  background: var(--darkGray);
}
.faq-item.active {
  padding-bottom: 20px;
}
.faq-item.active .faq-item__head:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: url(../img/plus.svg), -webkit-gradient(linear, left top, left bottom, from(rgb(138, 211, 78)), to(rgb(77, 171, 0)));
  background: url(../img/plus.svg), linear-gradient(180deg, rgb(138, 211, 78) 0%, rgb(77, 171, 0) 100%);
}
.faq-item.active .faq-item__body {
  padding-top: 10px;
}
.faq-item__head {
  padding: 5px 10px 5px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.faq-item__head:after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-image: url(../img/plus.svg);
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}
.faq-item__head:hover:after {
  background: url(../img/plus.svg), -webkit-gradient(linear, left top, left bottom, from(rgb(138, 211, 78)), to(rgb(77, 171, 0)));
  background: url(../img/plus.svg), linear-gradient(180deg, rgb(138, 211, 78) 0%, rgb(77, 171, 0) 100%);
}
.faq-item__body {
  padding: 0 20px;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
}

.footer {
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
}
.footer .title {
  text-transform: uppercase;
  font-weight: 800;
}
.footer__inner {
  padding: 50px 0 0 0;
  min-height: calc(100svh - 16px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__container {
  width: 100%;
}
.footer.active .footer-contacts__img, .footer.visible .footer-contacts__img {
  -webkit-animation: footerManActive 1s linear 0s 1 forwards;
          animation: footerManActive 1s linear 0s 1 forwards;
}
.footer__logo {
  display: block;
  max-width: 642px;
  margin: 0 auto;
}
.footer__logo img {
  width: 100%;
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 10px 0px;
  margin: 15px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#8AD34E), to(#4DAB00));
  background: linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);
  overflow: hidden;
}
.footer__logos .swiper-slide {
  max-width: 174px;
}
.footer__logos img {
  height: 80px;
  width: 174px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-contacts {
  padding: 50px 0 0 0;
  display: grid;
  grid-template-columns: 526px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px 24px;
}
.footer-contacts__tel {
  padding-top: 18px;
}
.footer-contacts__tel a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 57px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: right;
  color: #FFFFFF;
}
.footer-contacts__tel a:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/tel-icon-2.svg);
}
.footer-contacts__tel a:hover {
  color: var(--green);
}
.footer-contacts__social {
  display: grid;
  grid-template-columns: 185px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
}
.footer-contacts__social .social-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-contacts__name-bl {
  line-height: 21px;
}
.footer-contacts__address {
  display: grid;
  grid-template-columns: 185px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 24px;
  font-size: 20px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.698);
}
.footer-contacts__copyright {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.698);
}
.footer-contacts__policy {
  margin-top: 12px;
  text-align: center;
  line-height: 14px;
}
.footer-contacts__policy a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--green);
}
.footer-contacts__policy a:hover {
  text-decoration: underline;
}
.footer-contacts__form {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1/7;
}
.footer-contacts__form .form {
  max-width: 416px;
  margin-left: auto;
}
.footer-contacts__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(100);
          transform: translateX(100);
  opacity: 1;
  -webkit-animation: footerManNoActive 1s linear 0s 1 forwards;
          animation: footerManNoActive 1s linear 0s 1 forwards;
}

.footer-nav {
  max-width: 394px;
}
.footer-nav__list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.footer-nav__list li {
  margin-bottom: 12px;
  line-height: 16px;
}
.footer-nav__list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer-nav__list li a:hover {
  color: var(--green);
}

@-webkit-keyframes footerManActive {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes footerManActive {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes footerManNoActive {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes footerManNoActive {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@media (min-width: 1920px) and (min-height: 1080px) {
  #pagepiling .sticky-section {
    min-height: 950px;
  }
  .portfolio .slide-group {
    width: 20svw;
  }
  .faq__left img {
    max-height: 950px;
  }
  .footer__inner {
    min-height: 950px;
  }
}
@media (min-width: 992px) and (max-height: 750px) {
  .main-first__right {
    padding-bottom: 50px;
  }
  .projects-items {
    gap: 12px;
  }
  .projects-items__item {
    font-size: 28px;
    line-height: 36px;
  }
  .projects__right {
    padding-left: 75px;
  }
  .swiper-pagination {
    margin-top: 25px;
  }
  .services-head {
    margin-bottom: 25px;
  }
  .services__btn {
    margin-top: 25px;
  }
  .services-slide {
    margin-top: 30px;
  }
  .services-slide__img {
    top: -40px;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .services-slide__left {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .services-slide__right {
    padding: 20px 0;
  }
  .services-slide__title {
    font-size: 20px;
    line-height: 26px;
  }
  .services-slide__subtitle {
    font-size: 16px;
    line-height: 18px;
  }
  .our-team:before {
    background-position: bottom 121px center;
  }
  .our-team-head {
    margin-bottom: -50px;
  }
  .our-team__wrap {
    max-width: 900px;
    margin: 0 auto;
  }
  .our-team-card {
    width: 206px;
  }
  .our-team-card:nth-child(1) {
    width: 306px;
  }
  .our-team-card__info {
    padding-bottom: 50px;
  }
  .steps__inner,
  .advantages__inner,
  .blog__inner,
  .faq__inner {
    height: auto;
  }
  .faq {
    padding-bottom: 0;
  }
  .faq__wrap {
    position: relative;
  }
  .faq__left img {
    position: sticky;
    top: 150px;
    bottom: auto;
    width: auto;
    height: calc(100svh - 150px);
  }
  .faq__right {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .sticky-section {
    padding: 150px 0 50px 0;
  }
  .sticky-section.projects {
    padding: 100px 0 50px 0;
  }
  .sticky-section.portfolio {
    padding: 0;
  }
  .sticky-section.main-first, .sticky-section.our-team {
    padding-bottom: 0;
  }
  .sticky-section > div {
    padding: 0;
  }
  .title {
    font-size: 32px;
    line-height: 38px;
  }
  .our-team__wrap {
    max-width: calc(100% - 104px);
  }
  .our-team__slider {
    height: calc(100svh - 200px);
  }
}
@media (min-width: 992px) and (max-height: 600px) {
  .uptitle {
    margin-bottom: 12px;
  }
  .main-first__center {
    padding-top: 0;
  }
  .projects-items__item {
    font-size: 20px;
    line-height: 26px;
  }
  .services-slide__title br {
    display: none;
  }
  .services-slide__right {
    gap: 10px;
  }
  .services-slide__desc {
    font-size: 14px;
    line-height: 18px;
  }
  .services-head {
    margin-bottom: 15px;
  }
  .swiper-pagination,
  .services__btn {
    margin-top: 15px;
  }
  .our-team:before {
    background-position: bottom 50px center;
    background-size: 90% auto;
  }
  .our-team__wrap {
    margin-right: 0;
  }
  .our-team-head {
    grid-template-columns: 100%;
    grid-gap: 10px;
    margin-bottom: 0;
    max-width: 300px;
    -webkit-transform: translateY(115%);
            transform: translateY(115%);
  }
  .our-team__desc {
    grid-template-columns: 100%;
    grid-gap: 10px;
    font-size: 14px;
    line-height: 1.25;
  }
  .our-team .uptitle {
    grid-column: 1;
  }
}
@media (min-width: 1201px) {
  .header-mobile,
  .header__burger {
    display: none;
  }
}
@media (max-width: 1640px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header {
    padding: 10px 0;
  }
  .header__right {
    grid-gap: 24px;
  }
  .header .social-list {
    gap: 12px;
  }
  .header__btn {
    min-width: 128px;
  }
  .main-first__right {
    padding-right: 10px;
  }
  .blog-form {
    padding: 50px 15px;
  }
}
@media (max-width: 1440px) {
  .main-first__title {
    font-size: 36px;
    line-height: 46px;
  }
  .portfolio .slide-group {
    width: 33.3333333333svw;
  }
}
@media (max-width: 1300px) {
  .header__logo img {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .header {
    padding: 0;
    background: none;
    height: 52px;
    overflow: hidden;
  }
  .header.active {
    height: auto;
  }
  .header.active .header-mobile {
    background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(rgb(18, 18, 18)));
    background: linear-gradient(180deg, #121212 0%, rgb(18, 18, 18) 100%);
  }
  .header.active .header-mobile__btn {
    background-color: var(--green);
    border-radius: 50%;
    padding: 11px;
  }
  .header.active .header-mobile__btn div:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
  }
  .header.active .header-mobile__btn div:nth-child(2) {
    opacity: 0;
    height: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header.active .header-mobile__btn div:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px);
  }
  .header.active .header-desktop {
    visibility: visible;
    opacity: 1;
  }
  .header__container {
    padding: 0;
  }
  .header__burger,
  .header__center {
    display: none;
  }
  .header-desktop {
    min-height: calc(100svh - 52px);
    padding: 0 5px 15px 5px;
    background: var(--black);
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto 1fr;
    grid-gap: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 200ms linear;
    transition: 200ms linear;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-nav {
    grid-column: 1;
    grid-row: 1;
    visibility: visible;
    opacity: 1;
  }
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  .header-nav__list li a {
    padding: 0;
    font-size: 16px;
    line-height: 32px;
  }
  .header__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 100%;
  }
  .header .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__left {
    grid-template-columns: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__tel a {
    margin: 0 auto;
  }
  .header__address {
    margin: 0 auto;
  }
  .header__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .main-first {
    padding-top: 110px;
  }
  .main-first__wrap {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .main-first__left img {
    left: -50px;
    min-height: 330px;
    max-height: 42svh;
  }
  .main-first__center {
    padding: 0;
    grid-column: 2 span;
    grid-row: 1;
    max-width: 525px;
    margin: 0 auto;
  }
  .main-first__right {
    padding-bottom: 75px;
  }
  .projects__right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  body, html {
    overflow: auto !important;
  }
  #pagepiling .sticky-section {
    height: auto;
    min-height: auto;
    overflow: visible !important;
    -webkit-box-shadow: 0px 4px 44px 10px rgb(0, 0, 0);
            box-shadow: 0px 4px 44px 10px rgb(0, 0, 0);
  }
  .uptitle {
    margin-bottom: 10px;
  }
  .title {
    font-size: 33px;
    line-height: 31px;
  }
  .swiper-pagination {
    margin-top: 30px;
    gap: 10px;
  }
  .main-first {
    height: 100svh !important;
  }
  .main-first:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: -webkit-gradient(linear, right top, left top, color-stop(40.38%, rgba(18, 18, 18, 0)), color-stop(82.21%, #121212));
    background: linear-gradient(270deg, rgba(18, 18, 18, 0) 40.38%, #121212 82.21%);
  }
  .main-first__scroll {
    display: none;
  }
  .main-first__inner {
    width: 100%;
  }
  .projects {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .projects__container {
    height: auto;
  }
  .projects__wrap {
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .projects__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .projects__left .uptitle {
    text-align: center;
  }
  .projects__right {
    padding-left: 0px;
  }
  .services__inner {
    padding: 50px 0 36px 0;
    overflow: hidden;
  }
  .services__slider .swiper-pagination {
    display: none;
  }
  .services-head {
    margin-bottom: 20px;
  }
  .services-head__desc {
    display: block;
    max-width: 385px;
    margin-top: 10px;
  }
  .services__btn {
    margin-top: 30px;
  }
  .our-team {
    padding: 50px 0 0 0;
  }
  .our-team:before {
    background-image: url(../img/our-team-bg.svg);
    background-position: top 265px center;
    background-size: 100% auto;
  }
  .our-team-head {
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
  }
  .our-team-card {
    width: 20vw;
  }
  .our-team-card:nth-child(1) {
    width: 30vw;
  }
  .portfolio {
    padding: 50px 0;
  }
  .portfolio__slider .swiper-wrapper {
    height: 800px;
  }
  .portfolio .slide-group,
  .portfolio-slide {
    width: calc((100svw - 70px) / 2);
    height: 160px;
  }
  .portfolio .slide-group:hover,
  .portfolio-slide:hover {
    -webkit-transform: none;
            transform: none;
  }
  .portfolio-category {
    gap: 10px;
  }
  .preview-video__play {
    width: 24px;
    height: 24px;
  }
  .preview-video__play:before {
    opacity: 1;
  }
  .preview-video__info {
    gap: 4px;
    padding-bottom: 10px;
  }
  .preview-video__category {
    font-size: 16px;
    line-height: 16px;
  }
  .preview-video__desc {
    font-size: 14px;
    line-height: 16px;
  }
  .steps__inner {
    padding: 50px 0;
  }
  .steps__wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .steps,
  .advantages,
  .blog,
  .faq,
  .footer {
    background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.7) 0%, #121212 100%);
  }
  .advantages__inner {
    padding: 62px 0 53px 0;
  }
  .advantages__wrap {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  .advantages-item:before {
    width: 28px;
    background-position: left center;
    background-size: auto 100%;
  }
  .advantages-item:nth-child(1) {
    grid-row: 1;
  }
  .advantages-item:nth-child(2) {
    grid-row: 5;
  }
  .advantages-item:nth-child(3) {
    grid-row: 2;
  }
  .advantages-item:nth-child(4) {
    grid-row: 6;
  }
  .advantages-item:nth-child(5) {
    grid-row: 3;
  }
  .advantages-item:nth-child(6) {
    grid-row: 7;
  }
  .advantages-item:nth-child(even) {
    padding-left: 38px;
  }
  .advantages-item:nth-child(odd) {
    padding-right: 38px;
  }
  .advantages-item__wrap {
    min-height: auto;
  }
  .advantages-photo {
    grid-column: 1;
    grid-row: 4;
    height: 400px;
    background-size: 240px auto;
    margin: 10px 0;
  }
  .advantages-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .blog__inner {
    padding: 50px 0;
  }
  .blog__slider {
    margin-bottom: 70px;
  }
  .blog__slider .swiper-pagination {
    display: none;
  }
  .blog .blog-slide {
    max-width: calc((100svw - 103px) / 2);
    height: 272px;
  }
  .blog-form {
    max-width: calc(100% - 20px);
    padding: 30px 17px;
  }
  .blog-form__wrap {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
  .faq {
    padding: 50px 0 0 0;
  }
  .faq__wrap {
    grid-template-columns: 100%;
  }
  .faq__left {
    grid-row: 2;
  }
  .faq__left img {
    position: relative;
    left: -85px;
    width: auto;
    max-width: 50svw;
  }
  .faq__right {
    padding: 0;
  }
  .footer {
    padding: 0 0 17px 0;
  }
  .footer .title {
    margin-bottom: 4px;
    text-align: center;
  }
  .footer__inner {
    padding: 0;
    min-height: auto;
  }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .footer__logos {
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__logos .swiper-slide {
    max-width: 79px;
  }
  .footer__logo {
    margin-top: 50px;
    max-width: 250px;
  }
  .footer-contacts {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
  .footer-contacts__tel a {
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer-contacts__social {
    margin-top: 7px;
    grid-template-columns: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 18px;
    text-align: center;
  }
  .footer-contacts__social .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-contacts__address {
    margin-top: 27px;
    grid-template-columns: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 10px;
    text-align: center;
  }
  .footer-nav {
    max-width: 416px;
    width: 100%;
    margin: 58px auto 0 auto;
  }
  .footer-contacts__form {
    grid-column: 1;
    grid-row: 6;
    margin: 45px auto 65px auto;
  }
  .footer-contacts__img {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 24px;
    height: 24px;
    -webkit-transform: none;
            transform: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .our-team__slider {
    height: 600px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .uptitle {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  .title {
    font-size: 24px;
    line-height: 32px;
  }
  .popup__wrap {
    padding: 0;
    background: none;
    grid-template-columns: 100%;
  }
  .popup__left {
    display: none;
  }
  .popup__right {
    max-width: 100%;
  }
  .form-checkbox span {
    font-size: 12px;
    line-height: 10px;
  }
  .main-first__center {
    gap: 10px;
  }
  .main-first__title {
    font-size: 32px;
    line-height: 42px;
  }
  .main-first__desc {
    font-size: 16px;
    line-height: 22px;
  }
  .main-first__btn {
    margin-top: 50px;
  }
  .main-first__menu {
    gap: 10px;
  }
  .main-first__menu li {
    font-size: 14px;
    line-height: 1;
  }
  .projects__wrap {
    grid-gap: 110px;
  }
  .projects__left {
    gap: 28px;
  }
  .projects-items {
    gap: 12px 16px;
  }
  .projects-items__item {
    font-size: 18px;
    line-height: 22px;
  }
  .projects__right {
    gap: 10px;
  }
  .projects__right .uptitle {
    font-size: 14px;
  }
  .projects__btn {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .services .swiper-slide {
    max-width: calc(100svw - 102px);
  }
  .services-slide {
    background: rgb(18, 18, 18) !important;
    grid-template-columns: 100%;
    margin-top: 57px;
    padding-bottom: 95px;
  }
  .services-slide__img {
    left: 50%;
    top: -57px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 196px;
    height: 164px;
  }
  .services-slide__left {
    position: static;
    padding: 117px 10px 0 10px;
  }
  .services-slide__title {
    -webkit-box-flex: none;
        -ms-flex-positive: none;
            flex-grow: none;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .services-slide__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .services-slide__right {
    padding: 10px 10px 0 10px;
  }
  .services-slide__btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 196px;
    padding-right: 57px;
  }
  .our-team-head {
    grid-template-columns: 100%;
  }
  .our-team-head .uptitle {
    grid-column: 1;
    text-align: center;
  }
  .our-team-head .title {
    text-align: center;
    line-height: 24px;
  }
  .our-team-head .title br {
    display: none;
  }
  .our-team__desc {
    grid-template-columns: 17px 1fr;
    grid-gap: 12px;
  }
  .our-team__desc:before {
    width: 17px;
    height: 16px;
    background-size: contain;
  }
  .our-team__wrap {
    margin-top: 80px;
    width: 100vw;
    margin-left: -10px;
    overflow: auto;
  }
  .our-team-card {
    width: 267px;
    height: 448px;
    overflow: hidden;
  }
  .our-team-card:hover .our-team-card__photo {
    -webkit-transform: none;
            transform: none;
  }
  .our-team-card:nth-child(1) {
    width: 300px;
    height: 476px;
  }
  .steps .uptitle,
  .steps .title {
    text-align: center;
  }
  .steps__wrap {
    grid-template-columns: 100%;
  }
  .steps-item {
    position: relative;
    min-height: auto;
    grid-template-columns: 100%;
    border-radius: 10px;
    padding-bottom: 13px;
    margin-top: 18px;
  }
  .steps-item:nth-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .steps-item:before {
    width: 41px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 80px;
    line-height: 80px;
  }
  .steps-item__img {
    height: 88px;
    margin-top: -18px;
    margin-left: 41px;
  }
  .steps-item__title {
    padding: 0 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .steps-item__desc {
    padding: 0 10px;
  }
  .steps__desc {
    grid-template-columns: 17px 1fr;
    grid-gap: 12px;
    margin-bottom: 30px;
    width: 100%;
  }
  .steps__desc:before {
    width: 17px;
    height: 16px;
    background-size: contain;
  }
  .advantages-item:before {
    background-size: 100% 100%;
  }
  .advantages-item__wrap {
    gap: 6px;
    border-radius: 10px;
    padding: 10px;
  }
  .advantages-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .blog .blog-slide {
    max-width: calc((100% - 59px) / 1);
    height: 222px;
  }
  .blog .blog-slide.swiper-slide-active .preview-video {
    outline: 2px solid var(--green);
  }
  .blog .blog-slide.swiper-slide-active .preview-video .preview-video__play,
  .blog .blog-slide.swiper-slide-active .preview-video .preview-video__info {
    opacity: 1;
  }
  .blog-form .title {
    line-height: 28px;
  }
  .blog-form .form {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }
  .blog-form .form .form-checkbox span {
    font-size: 14px;
    line-height: 15px;
  }
  .blog-form .form__bottom {
    grid-column: 1;
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
  .faq .uptitle {
    text-align: center;
  }
  .faq .title {
    text-align: center;
  }
  .faq__items {
    margin-top: 30px;
  }
  .faq-item__head {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-item__head:after {
    width: 24px;
    height: 24px;
    background-size: contain !important;
  }
  .faq__left img {
    max-width: 400px;
    width: calc(100vw - 48px);
    left: -61px;
  }
  .footer {
    overflow: hidden;
  }
  .footer__logos {
    padding: 12px 0;
    gap: 0;
  }
  .footer__logos img {
    width: 78px;
    height: 36px;
  }
  .footer .title {
    line-height: 42px;
  }
  .footer-contacts__tel a {
    font-size: 24px;
    line-height: 48px;
  }
  .footer-contacts__tel a:before {
    width: 28px;
    height: 28px;
    background-size: contain;
  }
  .footer-contacts__address {
    max-width: 305px;
    margin: 27px auto 0 auto;
  }
  .footer .form-checkbox {
    max-width: 300px;
    line-height: 15px;
  }
  .our-team__slider {
    height: 476px;
    padding: 0 calc((100% - 300px) / 2);
  }
  .our-team__slider .swiper-slide {
    height: 423px;
  }
  .our-team__slider .swiper-slide-active {
    height: 476px;
  }
}
@media (max-width: 525px) {
  .portfolio .slide-group,
  .portfolio-slide {
    width: calc((100svw - 70px) / 1);
  }
}