@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-Bold.eot");
  src: url("../fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Bold.woff") format("woff"), url("../fonts/GothamRounded-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 14px;
  line-height: 27px;
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

p {
  font-size: 14px;
  line-height: 27px;
  font-family: "Montserrat";
}

h1 {
  font-family: "Gotham Bold";
  font-size: 44px;
  line-height: 100%;
  margin: 0;
}
h1 b {
  font-family: "Gotham Bold";
}

h2 {
  font-family: "Gotham Bold";
  font-size: 32px;
  line-height: 44px;
  margin: 0;
}

h3 {
  font-family: "Montserrat Bold";
  font-size: 24px;
  line-height: 27px;
  margin: 0;
}

h4 {
  font-family: "Montserrat SemiBold";
  font-size: 18px;
  line-height: 100%;
  margin: 0;
}

.title {
  font-family: "Montserrat SemiBold";
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.title_accent {
  font-family: "Montserrat Bold";
  font-size: 16px;
  line-height: 100%;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(242, 218, 0, 0.1);
  border: 1px solid rgba(242, 218, 0, 0.35);
  border-radius: 32px;
  padding: 9px 18px;
  margin-bottom: 16px;
}
.section-badge span {
  font-family: "Montserrat SemiBold";
  font-size: 13px;
  color: #f2da00;
  line-height: 100%;
  letter-spacing: 0.03em;
}

.btn {
  display: inline-block;
  font-family: "Montserrat Bold";
  font-size: 16px;
  line-height: 100%;
  background: #f2da00;
  color: #000000;
  padding: 27px 32px;
  text-decoration: none;
  border-radius: 4px;
  transition: 300ms;
  border: 4px solid #f2da00;
}

.btn:hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
  border: 4px solid #ccb800;
}

.btn-ghost {
  display: inline-block;
  font-family: "Montserrat Bold";
  font-size: 16px;
  line-height: 100%;
  background: transparent;
  color: #ffffff;
  padding: 27px 32px;
  text-decoration: none;
  border-radius: 4px;
  transition: 300ms;
  border: 4px solid rgba(255, 255, 255, 0.25);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
}

.gradient {
  background: linear-gradient(90deg, #2f2f2f 0%, rgba(47, 47, 47, 0) 70%);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body,
html,
#root {
  width: 100%;
  height: 100%;
}

main {
  position: relative;
  z-index: 2;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

.footer {
  width: 100%;
}

.App {
  height: 100%;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.bg {
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(226.09deg, #363636 0%, #1f1f1f 101.9%);
  z-index: -1;
}

.bg-footer {
  bottom: -1px;
  height: 350px;
}

.bg-1 {
  bottom: -1px;
  height: 1186px;
}

.bg-2 {
  top: 550px;
  height: 1010px;
}

.bg-3 {
  top: 2690px;
  height: 2070px;
}

.bg-4 {
  top: 1030px;
  height: 1206px;
}

.bg-5 {
  bottom: -1px;
  height: 2250px;
}

.bg-6 {
  bottom: -1px;
  height: 1300px;
}

@media screen and (max-width: 1180px) {
  .bg-1, .bg-4, .bg-5, .bg-6 {
    display: none;
  }
  .container {
    width: 100%;
    min-width: 280px;
  }
  main {
    max-width: 100vw;
  }
}
.error-404 {
  min-height: calc(100vh - 350px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404 h1 {
  font-size: 10vw;
}

.nav {
  z-index: 5;
}
.nav .container {
  height: 180px;
  padding-top: 32px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.nav__language {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: 16px;
  margin-top: 24px;
}
@media only screen and (max-width: 1184px) {
  .nav__language {
    margin: 0;
  }
}

.lang__current {
  background: #262626;
  border-radius: 32px;
  padding: 8px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.lang__current span {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
}
.lang__current i {
  font-size: 24px;
  display: inline-block;
  color: #fff;
}
@media only screen and (max-width: 1184px) {
  .lang__current i {
    font-size: 21px;
  }
}

.lang {
  position: absolute;
  top: 48px;
  transform-origin: top right;
  border-radius: 16px;
  right: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  width: auto;
  padding: 8px 0;
  transition: 200ms;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.5);
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border: 1px solid #f1f1f4;
  padding: 8px;
}

.lang__link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 8px 24px;
  font-weight: 700;
  width: 100%;
  border: none;
  outline: none;
  text-decoration: none;
  color: #333;
  font-weight: 800;
  background-color: transparent;
  border-radius: 4px;
  transition: 200ms;
}
.lang__link:hover {
  background: #f2f5f7;
  color: #344c9c;
}

.lang__wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.lang__wrapper:hover .lang {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.logo {
  width: 169px;
  height: 100px;
  display: inline-block;
  background: url("../img/logo.svg") center no-repeat;
  background-size: contain;
}

.nav_menu ul {
  margin: 0;
  padding: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_menu li {
  list-style: none;
}
.nav_menu a {
  font-family: "Montserrat SemiBold";
  font-size: 14px;
  color: #666666;
  position: relative;
  text-decoration: none;
  margin: 0 16px;
  padding: 8px 0;
  transition: 300ms;
  border-bottom: 1px solid transparent;
}
.nav_menu a:hover {
  color: #000000;
}
.nav_menu a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -18px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #f2f2f2;
}
.nav_menu a:last-child::after {
  display: none;
}

.inst {
  background: url("../img/inst.svg") center no-repeat;
  margin-right: 12px;
}

.menu_phone {
  background: #f2f2f2 url("../img/phone.svg") center left 12px no-repeat;
  font-family: "Montserrat Bold";
  display: inline-block;
  margin-bottom: 8px;
  color: #000;
  border-radius: 32px;
  padding: 8px 16px 8px 44px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.nav_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.nav_info__link, .nav_info__text {
  font-size: 13px;
  color: #666666;
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
}
.nav_info__link:hover {
  color: #000000;
}

.tg {
  background: url("../img/tg.svg") center no-repeat;
}

.buttons_wapper {
  border-radius: 56px;
  height: 56px;
  background: #f2f2f2;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.buttons_wapper > a {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
}

.lang_wrapper,
.phone_wrapper {
  position: relative;
}

.ico_ua {
  width: 32px;
  height: 32px;
  background: url("../img/ua.svg") center no-repeat;
}

.ico_en {
  width: 32px;
  height: 32px;
  background: url("../img/en.svg") center no-repeat;
}

.lang_current {
  height: 32px;
  cursor: pointer;
}

.lang_dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 64px;
  right: 0;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 8px 24px;
  opacity: 0;
  transform: scaleY(0);
  transition: 200ms;
  transform-origin: 0 0;
}

.phone_dropdown a {
  display: block;
  width: 140px;
  font-family: "Montserrat Bold";
}

.lang_item {
  padding: 8px 0;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
  color: #262626;
}
.lang_item span {
  display: inline-block;
  margin-left: 16px;
  font-family: "Montserrat Bold";
  font-size: 14px;
  line-height: 34px;
}

.lang_item:last-child {
  border: none;
}

.lang_dropdown.active {
  opacity: 1;
  transform: scaleY(1);
}

.mobile_contacts,
.menu_close,
.menu_open {
  display: none;
}

.menu_wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
}

.nav_right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 16px;
  padding-top: 24px;
}

@media screen and (max-width: 1180px) {
  .mobile_contacts,
  .menu_close,
  .menu_open {
    display: inline-block;
  }
  .nav_info,
  .nav_right {
    display: none;
  }
  .mobile_contacts {
    color: #ffffff;
    margin-top: 64px;
  }
  .mobile_contacts p {
    margin: 0 0 4px;
  }
  .mobile_contacts a {
    text-decoration: none;
    font-size: 18px;
    font-family: "Montserrat Bold";
    color: #ffffff;
  }
  .mobile_contacts .bigger {
    display: block;
    font-size: 18px;
    font-family: "Montserrat Bold";
    color: #ffffff;
    margin: 0 0 18px;
  }
  .buttons_social {
    display: none;
  }
  .nav {
    padding: 0 16px;
  }
  .nav .container {
    height: 80px;
    padding: 0;
    height: 110px;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    width: 100px;
    height: 84px;
    background-size: contain;
  }
  .ico_lang,
  .phone {
    width: 24px;
    height: 24px;
    border-radius: 24px;
  }
  .lang_current {
    height: 24px;
  }
  .buttons_wapper {
    height: 48px;
    border-radius: 48px;
  }
  .menu_close {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50vw;
    position: absolute;
    top: 50px;
    right: 32px;
    cursor: pointer;
  }
  .menu_open {
    width: 48px;
    height: 48px;
    background: #f2f2f2 url("../img/burger.svg") center no-repeat;
    border-radius: 48px;
    cursor: pointer;
  }
  .menu_wrapper {
    position: fixed;
    top: 0;
    left: -200vw;
    z-index: 3;
    height: 100vh;
    width: 90vw;
    max-width: 360px;
    background: rgba(38, 38, 38, 0.95);
    padding: 128px 0 0 32px;
    opacity: 0;
    transition: 300ms;
  }
  .menu_wrapper .nav_menu {
    padding-right: 60px;
    padding-top: 60px;
  }
  .menu_wrapper .nav_menu ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu_wrapper .nav_menu a {
    color: #ffffff;
    display: block;
    border: none;
    margin: 0 0 8px 0;
    padding-right: 50px;
    font-size: 18px;
  }
  .menu_wrapper .nav_menu .navlink::after {
    display: none;
  }
  .menu_wrapper .nav_menu .navlink:hover {
    border: none;
  }
  .menu_wrapper .nav_menu .navlink.active {
    color: #f2da00;
  }
  .menu_wrapper.active {
    transform: translateX(200vw);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.65);
    opacity: 1;
  }
}
.hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url("../img/hero.webp") center right/cover no-repeat;
}
.hero-dev {
  background: url("../img/hero-dev.webp") center right/cover no-repeat;
}
.hero-automation {
  background: url("../img/hero-automation.webp") center right/cover no-repeat;
}
.hero-design {
  background: url("../img/hero-design.webp") center right/cover no-repeat;
}
.hero-mobile {
  background: url("../img/hero-mobile.webp") center right/cover no-repeat;
}
.hero-security {
  background: url("../img/hero-security.webp") center right/cover no-repeat;
}
.hero-support {
  background: url("../img/hero-support.webp") center right/cover no-repeat;
}
.hero-systems {
  background: url("../img/hero-systems.webp") center right/cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1a1a1a 0%, rgba(26, 26, 26, 0.9) 40%, rgba(26, 26, 26, 0.4) 70%, rgba(26, 26, 26, 0.1) 100%);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.hero__content {
  max-width: 580px;
}
.hero .section-badge {
  margin-bottom: 28px;
}
.hero h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 108%;
  margin-bottom: 20px;
}
.hero h1 b {
  color: #f2da00;
}
.hero__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 168%;
  margin: 0 0 44px;
  max-width: 460px;
}
.hero__cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1180px) {
  .hero {
    min-height: auto;
    background-position: 75% center;
  }
  .hero::before {
    background: linear-gradient(90deg, rgba(26, 26, 26, 0.97) 0%, rgba(26, 26, 26, 0.8) 100%);
  }
  .hero .container {
    padding: 60px 16px;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero__text {
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 100%;
  }
}

.benefits {
  padding: 100px 0;
}
.benefits .section-badge {
  background: #f2da00;
  border-color: #f2da00;
}
.benefits .section-badge span {
  color: #000000;
}
.benefits__head {
  max-width: 560px;
  margin-bottom: 52px;
}
.benefits__head h2 {
  color: #262626;
}
.benefits__head h2 b {
  color: #262626;
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.benefits__item {
  grid-column: span 2;
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: border-color 300ms, background 300ms, box-shadow 300ms;
}
.benefits__item:nth-child(4), .benefits__item:nth-child(5) {
  grid-column: span 3;
}
.benefits__item:hover {
  background: #ffffff;
  border-color: rgba(242, 218, 0, 0.6);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
}
.benefits__icon {
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.07) url("../img/benefits.svg") center no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.benefits__title {
  color: #262626;
  margin-bottom: 12px;
}
.benefits p {
  color: #666666;
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .benefits {
    padding: 60px 16px;
  }
  .benefits__head {
    margin-bottom: 32px;
  }
  .benefits__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .benefits__item, .benefits__item:nth-child(4), .benefits__item:nth-child(5) {
    grid-column: span 1;
  }
}

.services {
  padding: 100px 0;
  background: #f2f2f2;
}
.services .section-badge {
  background: #f2da00;
  border-color: #f2da00;
}
.services .section-badge span {
  color: #000000;
}
.services__head {
  max-width: 560px;
  margin-bottom: 52px;
}
.services__head h2 {
  color: #262626;
}
.services__head h2 b {
  color: #262626;
}
.services__accordion {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
}
.services__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 3px solid transparent;
  transition: background 300ms, border-color 300ms;
}
.services__item:last-child {
  border-bottom: none;
}
.services__item.is-open {
  border-left-color: #f2da00;
  background: rgba(242, 218, 0, 0.025);
}
.services__summary {
  display: flex;
  align-items: flex-start;
  padding: 24px 32px 24px 29px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.services__summary:hover {
  background: rgba(0, 0, 0, 0.02);
}
.services__summary:hover .services__num {
  color: rgba(38, 38, 38, 0.4);
}
.services__summary:hover .services__arrow {
  border-color: rgba(38, 38, 38, 0.3);
}
.services__num {
  font-family: "Gotham Bold";
  font-size: 13px;
  line-height: 100%;
  color: rgba(38, 38, 38, 0.2);
  width: 72px;
  min-width: 72px;
  padding-top: 5px;
}
.services__info {
  flex-grow: 1;
}
.services__category {
  color: #262626;
  margin-bottom: 10px;
}
.services__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.services__tags span {
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 100%;
  color: #666666;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 5px 11px;
}
.services__arrow {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(38, 38, 38, 0.15);
  margin-left: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms, border-color 300ms, transform 300ms;
}
.services__arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(38, 38, 38, 0.6);
  border-bottom: 1.5px solid rgba(38, 38, 38, 0.6);
  transform: rotate(45deg) translate(-1px, -2px);
  transition: border-color 300ms;
}
.services__item.is-open .services__arrow {
  background: #f2da00;
  border-color: #f2da00;
  transform: rotate(180deg);
}
.services__item.is-open .services__arrow::before {
  border-color: #262626;
}
.services__body {
  overflow: hidden;
  height: 0;
  transition: height 350ms ease;
}
.services__body-inner {
  padding: 0 32px 28px 101px;
}
.services p {
  color: #666666;
  margin: 0;
  max-width: 600px;
}
.services__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: "Montserrat Bold";
  font-size: 13px;
  color: #262626;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-decoration: none;
  transition: background 200ms, color 200ms;
}
.services__more::after {
  content: "→";
  font-family: sans-serif;
}
.services__more:hover {
  background: #f2da00;
}
@media screen and (max-width: 1180px) {
  .services {
    padding: 60px 16px;
  }
  .services__head {
    margin-bottom: 32px;
  }
  .services__accordion {
    border-radius: 12px;
  }
  .services__summary {
    padding: 20px 20px 20px 17px;
  }
  .services__num {
    display: none;
  }
  .services__arrow {
    margin-left: 16px;
  }
  .services__category {
    font-size: 18px;
  }
  .services__body-inner {
    padding: 0 20px 24px 20px;
  }
}

.process {
  padding: 100px 0;
  background: #111111;
}
.process .section-badge {
  background: #f2da00;
  border-color: #f2da00;
}
.process .section-badge span {
  color: #000000;
}
.process__head {
  max-width: 560px;
  margin-bottom: 64px;
}
.process__head h2 {
  color: #ffffff;
}
.process__head h2 b {
  color: #f2da00;
}
.process__list {
  max-width: 700px;
  display: flex;
  flex-direction: column;
}
.process__item {
  display: flex;
  gap: 28px;
  align-items: stretch;
}
.process__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.process__dot {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gotham Bold";
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  transition: background 250ms, border-color 250ms, color 250ms;
}
.process__item:hover .process__dot {
  background: #f2da00;
  border-color: #f2da00;
  color: #262626;
}
.process__line {
  flex: 1;
  width: 1px;
  min-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}
.process__item:last-child .process__line {
  display: none;
}
.process__content {
  padding-bottom: 44px;
  flex: 1;
}
.process__item:last-child .process__content {
  padding-bottom: 0;
}
.process h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-top: 11px;
  transition: color 250ms;
}
.process__item:hover h3 {
  color: #f2da00;
}
.process p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 168%;
}
@media screen and (max-width: 1180px) {
  .process {
    padding: 60px 16px;
  }
  .process__head {
    margin-bottom: 40px;
  }
  .process__list {
    max-width: 100%;
  }
  .process__item {
    gap: 20px;
  }
  .process__dot {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .process__content {
    padding-bottom: 36px;
  }
  .process__item:last-child .process__content {
    padding-bottom: 0;
  }
  .process h3 {
    font-size: 18px;
    padding-top: 8px;
  }
}

.faq {
  padding: 100px 0;
  background: #f2f2f2;
}
.faq .section-badge {
  background: #f2da00;
  border-color: #f2da00;
}
.faq .section-badge span {
  color: #000000;
}
.faq__head {
  max-width: 560px;
  margin-bottom: 52px;
}
.faq__head h2 {
  color: #262626;
}
.faq__list {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
}
.faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 3px solid transparent;
  transition: background 300ms, border-color 300ms;
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__item.is-open {
  border-left-color: #f2da00;
  background: rgba(242, 218, 0, 0.025);
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 32px 22px 29px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq__question:hover {
  background: rgba(0, 0, 0, 0.02);
}
.faq__question:hover .faq__arrow {
  border-color: rgba(38, 38, 38, 0.3);
}
.faq__question span {
  font-family: "Montserrat Bold";
  font-size: 16px;
  line-height: 135%;
  color: #262626;
}
.faq__arrow {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(38, 38, 38, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms, border-color 300ms, transform 300ms;
}
.faq__arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(38, 38, 38, 0.6);
  border-bottom: 1.5px solid rgba(38, 38, 38, 0.6);
  transform: rotate(45deg) translate(-1px, -2px);
  transition: border-color 300ms;
}
.faq__item.is-open .faq__arrow {
  background: #f2da00;
  border-color: #f2da00;
  transform: rotate(180deg);
}
.faq__item.is-open .faq__arrow::before {
  border-color: #262626;
}
.faq__answer {
  overflow: hidden;
  height: 0;
  transition: height 350ms ease;
}
.faq__answer-inner {
  padding: 0 32px 24px 29px;
}
.faq__answer-inner p {
  color: #666666;
  margin: 0;
  line-height: 168%;
}
@media screen and (max-width: 1180px) {
  .faq {
    padding: 60px 16px;
  }
  .faq__head {
    margin-bottom: 32px;
  }
  .faq__list {
    border-radius: 12px;
  }
  .faq__question {
    padding: 20px 20px 20px 17px;
  }
  .faq__question span {
    font-size: 14px;
  }
  .faq__arrow {
    margin-left: 8px;
  }
  .faq__answer-inner {
    padding: 0 20px 20px 17px;
  }
}

.contacts {
  padding: 100px 0;
}
.contacts .section-badge {
  background: #f2da00;
  border-color: #f2da00;
}
.contacts .section-badge span {
  color: #000000;
}
.contacts__inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: start;
}
.contacts__info h2 {
  color: #262626;
  margin-bottom: 20px;
}
.contacts__info h2 b {
  color: #262626;
}
.contacts__desc {
  color: #666666;
  margin: 0 0 36px;
  line-height: 168%;
}
.contacts__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contacts__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat Bold";
  font-size: 15px;
  color: #262626;
  text-decoration: none;
  transition: color 200ms;
}
.contacts__link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f2da00;
  flex-shrink: 0;
}
.contacts__link:hover {
  color: #666666;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.contacts__success {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.contacts__success.active {
  display: flex;
}
.contacts__success h2 {
  margin-top: 16px;
}
.contacts__success h2, .contacts__success p {
  text-align: center;
}
.contacts__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contacts__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contacts__field label {
  font-family: "Montserrat SemiBold";
  font-size: 13px;
  color: #262626;
}
.contacts__field input,
.contacts__field textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #262626;
  background: #ffffff;
  outline: none;
  transition: border-color 200ms, box-shadow 200ms;
  resize: none;
}
.contacts__field input::-moz-placeholder, .contacts__field textarea::-moz-placeholder {
  color: rgba(38, 38, 38, 0.3);
}
.contacts__field input::placeholder,
.contacts__field textarea::placeholder {
  color: rgba(38, 38, 38, 0.3);
}
.contacts__field input:focus,
.contacts__field textarea:focus {
  border-color: #f2da00;
  box-shadow: 0 0 0 3px rgba(242, 218, 0, 0.15);
}
.contacts__select-wrap {
  position: relative;
}
.contacts__select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(38, 38, 38, 0.4);
  border-bottom: 1.5px solid rgba(38, 38, 38, 0.4);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  transition: border-color 200ms;
}
.contacts__select-wrap:focus-within::after {
  border-color: #262626;
}
.contacts__select-wrap select {
  width: 100%;
  padding: 14px 18px;
  padding-right: 44px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #262626;
  background: #ffffff;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 200ms, box-shadow 200ms;
}
.contacts__select-wrap select:focus {
  border-color: #f2da00;
  box-shadow: 0 0 0 3px rgba(242, 218, 0, 0.15);
}
.contacts .btn {
  align-self: flex-start;
}
@media screen and (max-width: 1180px) {
  .contacts {
    padding: 60px 16px;
  }
  .contacts__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .contacts__row {
    grid-template-columns: 1fr;
  }
}

.footer {
  background: #111111;
  padding-top: 52px;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__logo {
  flex-shrink: 0;
  background: url("../img/logo-footer.svg") center no-repeat;
  background-size: contain;
  width: 169px;
  height: 100px;
  display: inline-block;
}
.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 32px;
}
.footer__nav a {
  font-family: "Montserrat SemiBold";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 200ms;
}
.footer__nav a:hover {
  color: #ffffff;
}
.footer__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.footer__phone {
  font-family: "Montserrat Bold";
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color 200ms;
}
.footer__phone:hover {
  color: #f2da00;
}
.footer__totop {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f2da00;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: box-shadow 250ms, transform 250ms;
}
.footer__totop::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #262626;
  border-top: 2px solid #262626;
  transform: rotate(45deg) translate(2px, 2px);
}
.footer__totop:hover {
  box-shadow: 0 4px 20px rgba(242, 218, 0, 0.45);
  transform: translateY(-3px);
}
.footer__bottom {
  padding: 20px 0;
}
.footer__bottom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .footer {
    padding: 40px 16px 0;
  }
  .footer__top {
    flex-wrap: wrap;
    gap: 28px;
    padding-bottom: 32px;
  }
  .footer__logo {
    width: 120px;
    height: 70px;
  }
  .footer__nav {
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer__actions {
    margin-left: auto;
  }
}

.sp-desc {
  background: #ffffff;
  padding: 80px 0;
}
.sp-desc__inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: start;
}
.sp-desc__main .section-badge {
  margin-bottom: 16px;
  background: #f2da00;
  border-color: #f2da00;
}
.sp-desc__main .section-badge span {
  color: #000000;
}
.sp-desc__main h2 {
  margin-bottom: 24px;
}
.sp-desc__main p {
  color: #666666;
  margin-bottom: 16px;
}
.sp-desc__main p:last-child {
  margin-bottom: 0;
}
.sp-desc__aside {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 8px;
}

.sp-fact {
  background: #f2f2f2;
  border-radius: 12px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sp-fact__value {
  font-family: "Gotham Bold";
  font-size: 40px;
  line-height: 100%;
  color: #262626;
}
.sp-fact__label {
  font-family: "Montserrat SemiBold";
  font-size: 13px;
  color: #666666;
  line-height: 100%;
}

.sp-problems {
  background: #1a1a1a;
  padding: 80px 0;
}
.sp-problems__head {
  text-align: center;
  margin-bottom: 48px;
}
.sp-problems__head .section-badge {
  background: rgba(242, 218, 0, 0.12);
  border-color: rgba(242, 218, 0, 0.3);
  margin-bottom: 16px;
}
.sp-problems__head h2 {
  color: #ffffff;
}
.sp-problems__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.sp-problems__item {
  background: rgba(255, 255, 255, 0.04);
  padding: 36px 32px;
  transition: background 200ms;
}
.sp-problems__item:hover {
  background: rgba(255, 255, 255, 0.07);
}
.sp-problems__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(242, 218, 0, 0.15);
  margin-bottom: 20px;
  position: relative;
}
.sp-problems__icon::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 2px;
  background: url("../img/problem.svg") center no-repeat;
}
.sp-problems h4 {
  color: #ffffff;
  margin-bottom: 12px;
}
.sp-problems p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.sp-types {
  background: #f2f2f2;
  padding: 80px 0;
}
.sp-types__head {
  text-align: center;
  margin-bottom: 48px;
}
.sp-types__head .section-badge {
  margin-bottom: 16px;
  background: #f2da00;
  border-color: #f2da00;
}
.sp-types__head .section-badge span {
  color: #000000;
}
.sp-types__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.sp-types__item {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 24px;
  border: 1px solid rgba(38, 38, 38, 0.08);
  transition: border-color 200ms, box-shadow 200ms;
}
.sp-types__item:hover {
  border-color: #f2da00;
  box-shadow: 0 4px 20px rgba(38, 38, 38, 0.08);
}
.sp-types__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.07);
  margin-bottom: 16px;
  position: relative;
}
.sp-types__icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 2px;
  background: url("../img/website.svg") center no-repeat;
}
.sp-types h4 {
  font-size: 14px;
  margin-bottom: 8px;
}
.sp-types p {
  font-size: 13px;
  line-height: 22px;
  color: #666666;
  margin: 0;
}

.sp-approach {
  background: #ffffff;
  padding: 80px 0;
}
.sp-approach__head {
  text-align: center;
  margin-bottom: 48px;
}
.sp-approach__head .section-badge {
  margin-bottom: 16px;
  background: #f2da00;
  border-color: #f2da00;
}
.sp-approach__head .section-badge span {
  color: #000000;
}
.sp-approach__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.sp-approach__item {
  padding: 48px 40px;
  background: #f2f2f2;
  position: relative;
  transition: background 200ms;
}
.sp-approach__item:hover {
  background: #e8e8e8;
}
.sp-approach__num {
  display: block;
  font-family: "Gotham Bold";
  font-size: 48px;
  line-height: 100%;
  color: rgba(38, 38, 38, 0.08);
  margin-bottom: 20px;
}
.sp-approach h4 {
  margin-bottom: 12px;
}
.sp-approach p {
  color: #666666;
  margin: 0;
  line-height: 26px;
}

@media screen and (max-width: 1180px) {
  .sp-desc {
    padding: 48px 16px;
  }
  .sp-desc__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sp-problems {
    padding: 48px 16px;
  }
  .sp-problems__grid {
    grid-template-columns: 1fr;
  }
  .sp-problems__item {
    padding: 28px 24px;
  }
  .sp-types {
    padding: 48px 16px;
  }
  .sp-types__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sp-approach {
    padding: 48px 16px;
  }
  .sp-approach__grid {
    grid-template-columns: 1fr;
  }
  .sp-approach__item {
    padding: 32px 24px;
  }
}/*# sourceMappingURL=main.css.map */