/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --neutral-color-10: #fff;
  --neutral-color-20: #f5f5f5;
  --neutral-color-30: #ededed;
  --neutral-color-40: #ced1d8;
  --neutral-color-50: #afb3bb;
  --neutral-color-60: #18181d;
  --neutral-color-70: #606060;
  --neutral-color-90: #161a34;
  --neutral-color-100: #1d1e25;
  --neutral-color-120: #828282;
  --neutral-color-130: #d9d9d9;
  --neutral-color-140: #000;
  --neutral-color-150: #7e8492;
  --primary-color-30: #1463ff;
  --primary-color-50: #4e7ddb;
  --primary-color-60: #4b628f;
  --success-color-70: #e2f8f0b3;
  --logo-color-text: #101010;
  --logo-color-circle: #101010;
  --black-bg-color: #1d1e25;
  --container-padding: 15px;
  --container-width: 1200px;
  --overview-bg-color: #1d1e25;
  --transition: 0.2s ease-in-out;
  --z-index-0: -1;
  --z-index-1: 1;
  --z-index-2: 2;
  --z-index-3: 3;
  --z-index-4: 4;
}
@media (max-width: 1200px) {
  :root {
    --container-width: 1000px;
  }
}
@media (max-width: 992px) {
  :root {
    --container-width: 860px;
  }
}
@media (max-width: 576px) {
  :root {
    --container-width: 480px;
  }
}
[data-theme='dark'] {
  --neutral-color-10: #1d1e25;
  --neutral-color-140: #fff;
  --neutral-color-100: #fff;
  --neutral-color-150: #fff;
  --logo-color-text: #fff;
  --logo-color-circle: #343542;
  --success-color-70: #e2f8f033;
  --overview-colors: #18181d;
}
@font-face {
  src: local(Inter), url(InterRegular-BRw99sAu.woff2) format('woff2');
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Inter), url(InterMedium-Ct4JO0fv.woff2) format('woff2');
  font-family: Inter;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Inter), url(InterSemiBold-ZyQGA8_S.woff2) format('woff2');
  font-family: Inter;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local(Inter), url(InterBold-SbQ41gA9.woff2) format('woff2');
  font-family: Inter;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  scroll-behavior: smooth !important;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.body {
  position: relative;
  overflow-x: hidden;
  color: var(--neutral-color-100);
  background-color: var(--neutral-color-10);
}
.body--fixed {
  overflow-y: hidden;
}
img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}
input {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
label {
  cursor: pointer;
}
.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
}
.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.hidden {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
.heading-h1 {
  font-size: 72px;
}
@media (max-width: 992px) {
  .heading-h1 {
    font-size: 56px;
  }
}
@media (max-width: 576px) {
  .heading-h1 {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .heading-h1 {
    font-size: 34px;
  }
}
.heading-h2 {
  font-size: 56px;
}
@media (max-width: 992px) {
  .heading-h2 {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  .heading-h2 {
    font-size: 26px;
  }
}
@media (max-width: 380px) {
  .heading-h2 {
    font-size: 30px;
  }
}
.heading-h3 {
  font-size: 40px;
}
@media (max-width: 992px) {
  .heading-h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .heading-h3 {
    font-size: 26px;
  }
}
@media (max-width: 380px) {
  .heading-h3 {
    font-size: 24px;
  }
}
.heading-h4 {
  font-size: 36px;
}
.heading-h5 {
  font-size: 32px;
}
@media (max-width: 992px) {
  .heading-h5 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .heading-h5 {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  .heading-h5 {
    font-size: 22px;
  }
}
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5 {
  line-height: 120%;
}
.text-p-subtitle {
  display: flex;
  align-items: center;
  gap: 27px;
  font-weight: 600;
  font-size: 32px;
  line-height: 131%;
  letter-spacing: -0.03em;
  color: var(--neutral-color-100);
}
@media (max-width: 992px) {
  .text-p-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .text-p-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  .text-p-subtitle {
    font-size: 20px;
  }
}
.text-p-subtitle:before {
  content: '';
  display: inline-block;
  width: 76px;
  height: 1px;
  background-color: var(--neutral-color-100);
  transform: translateY(-43px);
}
@media (max-width: 1200px) {
  .text-p-subtitle:before {
    display: none;
  }
}
.text-p-large {
  font-size: 24px;
}
@media (max-width: 576px) {
  .text-p-large {
    font-size: 18px;
  }
}
.text-p-medium {
  font-size: 18px;
}
@media (max-width: 576px) {
  .text-p-medium {
    font-size: 16px;
  }
}
.text-p-default {
  font-size: 16px;
}
.text-p-small {
  font-size: 14px;
}
.button-form {
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  transition: opacity var(--transition);
}
@media (max-width: 576px) {
  .button-form {
    font-size: 14px;
  }
}
.button-form:hover {
  opacity: 0.9;
}
.hero-decor {
  position: relative;
}
.hero-decor:before {
  top: 50px;
  left: 181px;
  width: 551px;
  height: 551px;
  background-color: #fa7515;
  opacity: 0.2;
  filter: blur(220px);
}
@media (max-width: 1200px) {
  .hero-decor:before {
    left: 80px;
    width: 351px;
    height: 351px;
  }
}
@media (max-width: 768px) {
  .hero-decor:before {
    top: 20px;
    left: 40px;
    width: 251px;
    height: 251px;
  }
}
.hero-decor:after {
  right: 0;
  bottom: 0;
  width: 525px;
  height: 525px;
  background-color: var(--success-color-70);
  filter: blur(180px);
}
@media (max-width: 1200px) {
  .hero-decor:after {
    width: 325px;
    height: 325px;
  }
}
@media (max-width: 768px) {
  .hero-decor:after {
    width: 225px;
    height: 225px;
  }
}
.hero-decor:before,
.hero-decor:after {
  content: '';
  position: absolute;
  z-index: var(--z-index-0);
  display: inline-block;
  border-radius: 50%;
}
.header {
  padding: 26px 0 22px;
  background-color: transparent;
}
@media (max-width: 576px) {
  .header {
    padding: 22px 0 18px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: var(--z-index-4);
}
@media (max-width: 576px) {
  .header__logo svg {
    width: 130px;
  }
}
.header__logo svg path:not(:last-child) {
  fill: var(--logo-color-text);
}
.header__logo svg circle {
  fill: var(--logo-color-circle);
}
.header__right {
  display: flex;
  align-items: center;
  gap: 111px;
}
@media (max-width: 992px) {
  .header__right {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .header__right {
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: var(--z-index-3);
    flex-direction: column;
    justify-content: center;
    width: 80dvw;
    height: 100dvh;
    background-color: var(--neutral-color-10);
    opacity: 0;
    visibility: hidden;
    transition: left var(--transition), opacity var(--transition), visibility var(--transition);
  }
  .header__right--visible {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header__switcher {
  position: relative;
  border-radius: 13px;
  width: 63px;
  height: 27px;
  background-color: var(--neutral-color-130);
  transform: translateY(8px);
  transition: background-color var(--transition);
}
.header__switcher:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background-color: var(--neutral-color-120);
  transition: left var(--transition), background-color var(--transition);
}
.header__switcher-text {
  position: absolute;
  top: -24px;
  left: 50%;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: var(--neutral-color-140);
  transform: translate(-50%);
}
@media (max-width: 768px) {
  .header__switcher-text {
    top: -28px;
    font-size: 20px;
  }
}
.header__switcher-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header__switcher:has(.header__switcher-checkbox:checked) {
  background-color: var(--neutral-color-60);
}
.header__switcher:has(.header__switcher-checkbox:checked):before {
  left: 38px;
  background-color: var(--primary-color-50);
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .nav__list {
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .nav__list {
    gap: 10px;
  }
}
.nav__link {
  position: relative;
  font-weight: 500;
  line-height: 162%;
  color: var(--neutral-color-100);
}
@media (max-width: 768px) {
  .nav__link {
    font-size: 20px;
    line-height: 200%;
  }
}
.nav__link:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: var(--neutral-color-100);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}
.nav__link:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: var(--z-index-2);
    background-color: #000000b3;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition), visibility var(--transition);
  }
  .overlay--visible {
    opacity: 1;
    visibility: visible;
  }
}
.burger {
  --burger-width: 28px;
  --burger-height: 22px;
  --burger-line-height: 3px;
  position: relative;
  z-index: var(--z-index-3);
  display: none;
  width: var(--burger-width);
  height: var(--burger-height);
  color: var(--neutral-color-140);
  background-color: transparent;
}
@media (max-width: 768px) {
  .burger {
    display: block;
  }
}
.burger:before,
.burger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentcolor;
}
.burger:before {
  top: 0;
  transition: transform 0.2s, top 0.2s 0.2s;
  transition-duration: 0.2s;
}
.burger:after {
  top: calc(100% - var(--burger-line-height));
  transition: transform 0.2s, top 0.2s 0.2s;
  transition-duration: 0.2s;
}
.burger__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentcolor;
  transform: translateY(-50%);
  transition: transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}
.burger:before,
.burger:after,
.burger__line {
  border-radius: 28px;
}
.burger--active:before {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.2s, transform 0.2s 0.2s;
}
.burger--active:after {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.35s, transform 0.2s 0.2s;
}
.burger--active .burger__line {
  transform: scale(0);
}
.hero {
  padding: 87px 0 141px;
}
@media (max-width: 1200px) {
  .hero {
    padding: 77px 0 121px;
  }
}
@media (max-width: 1200px) {
  .hero {
    min-height: calc(100dvh - 109px);
  }
}
.hero__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .hero__container {
    gap: 50px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .hero__left {
    max-width: 617px;
  }
}
.hero__title {
  margin-bottom: 114px;
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--neutral-color-100);
}
@media (max-width: 1200px) {
  .hero__title {
    margin-bottom: 74px;
  }
}
@media (max-width: 992px) {
  .hero__title {
    margin-bottom: 44px;
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .hero__title {
    margin-bottom: 38px;
    font-size: 48px;
  }
}
@media (max-width: 380px) {
  .hero__title {
    margin-bottom: 30px;
    font-size: 38px;
  }
}
.hero__subtitle {
  margin-bottom: 69px;
}
@media (max-width: 1200px) {
  .hero__subtitle br {
    display: none;
  }
}
.hero__form {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1200px) {
  .hero__form {
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .hero__form {
    gap: 20px;
    flex-direction: column;
  }
}
.hero__input {
  border-bottom: 1px solid var(--neutral-color-40);
  padding-bottom: 23px;
  min-width: 280px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--neutral-color-100);
  background-color: transparent;
}
@media (max-width: 768px) {
  .hero__input {
    padding-bottom: 13px;
  }
}
@media (max-width: 576px) {
  .hero__input {
    min-width: 100px;
    max-width: 180px;
  }
}
.hero__button {
  padding: 16px 44px;
  color: var(--neutral-color-10);
  background-color: var(--neutral-color-100);
}
@media (max-width: 768px) {
  .hero__button {
    padding: 12px 32px;
  }
}
.hero__right {
  flex: 0 1 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.hero__left {
  flex: 0 1 50%;
}
@media (max-width: 1200px) {
  .hero__right {
    /* display: none; */
  }
}
.hero__sales {
  margin-bottom: 29px;
  padding: 20px;
}
@media (max-width: 1440px) {
  .hero__sales {
    max-width: 320px;
  }
}
@media (max-width: 1440px) {
  .hero__sales-img {
    max-width: 280px;
  }
}
.hero__sales-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #1d1e25;
}
.hero__customer {
  top: -60px;
  right: -140px;
  display: inline-block;
  padding: 15px 18px;
}
@media (max-width: 1440px) {
  .hero__customer {
    top: -140px;
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .hero__customer {
    top: 0;
    right: -100px;
  }
}
.hero__customer-title {
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 187%;
  letter-spacing: -0.03em;
  color: #1d1e25;
}
.hero__sales,
.hero__customer {
  border-radius: 8px;
  box-shadow: 20px 40px 80px #5960871f;
  background-color: #fff;
}
.hero__stats {
  border-radius: 8px;
  padding: 20px 29px;
  box-shadow: 20px 40px 80px #2d33511f;
  text-align: left;
  background-color: #000;
}
.hero__stats-head-th {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: #5c616f;
}
.hero__stats-body-td {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  white-space: nowrap;
  color: #fff;
}
.hero__stats-body-td:nth-child(1) {
  padding-right: 80px;
}
.hero__stats-body-num {
  display: inline-block;
  margin-right: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
}
.hero__stats-body-num--green {
  color: #60d39c;
}
.hero__stats-body-num--green:before {
  background: url("data:image/svg+xml,%3csvg%20width='11'%20height='12'%20viewBox='0%200%2011%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.82123%204.99536L5.57227%201.2464L9.32123%204.99743'%20stroke='%2360D39C'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.56978%2010.2463L5.57227%201.24634'%20stroke='%2360D39C'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");
}
.hero__stats-body-num--red {
  color: #e35454;
}
.hero__stats-body-num--red:before {
  background: url("data:image/svg+xml,%3csvg%20width='11'%20height='12'%20viewBox='0%200%2011%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.83811%206.52843L5.55922%2010.3071L9.33788%206.58599'%20stroke='%23E35454'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.6284%201.30739L5.55933%2010.3071'%20stroke='%23E35454'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");
}
.hero__stats-body-num--green:before,
.hero__stats-body-num--red:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
}
.hero__stats-body-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: -0.04em;
  color: #5c616e;
}
.overview {
  padding: 100px 0;
  background-color: var(--black-bg-color);
}
@media (max-width: 992px) {
  .overview {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .overview {
    padding: 60px 0;
  }
}
.overview__title {
  margin-bottom: 24px;
  max-width: 816px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #fff;
}
.overview__descr {
  margin-bottom: 80px;
  max-width: 660px;
  font-weight: 500;
  line-height: 150%;
  color: var(--neutral-color-150);
}
@media (max-width: 992px) {
  .overview__descr {
    margin-bottom: 60px;
  }
}
@media (max-width: 380px) {
  .overview__descr {
    margin-bottom: 50px;
  }
}
.overview__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .overview__list {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.overview__item {
  max-width: 453px;
}
.overview__item-icon,
.overview__item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .overview__item-icon,
  .overview__item-title {
    margin-bottom: 18px;
  }
}
.overview__item-title {
  max-width: 262px;
  font-weight: 500;
  line-height: 131%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media (max-width: 576px) {
  .overview__item-title {
    max-width: 320px;
  }
}
.overview__item-descr {
  font-weight: 500;
  line-height: 162%;
  color: var(--neutral-color-150);
}
@media (max-width: 992px) {
  .overview__title,
  .overview__descr,
  .overview__item-title {
    margin-right: auto;
    margin-left: auto;
  }
}
.features {
  padding: 160px 0 94px;
}
@media (max-width: 576px) {
  .features {
    padding: 60px 0 64px;
  }
}
.features__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .features__container {
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .features__container {
    gap: 25px;
  }
}
.features__left {
  position: relative;
}
.features__stats {
  position: absolute;
  right: 36px;
  bottom: 40px;
  padding: 18px;
  max-width: 290px;
  background: #fff;
}
@media (max-width: 576px) {
  .features__stats {
    right: 16px;
    bottom: 20px;
  }
}
@media (max-width: 380px) {
  .features__stats {
    right: 12px;
    bottom: 12px;
    padding: 14px;
    max-width: 240px;
  }
}
.features__stats-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}
.features__stats-title {
  font-weight: 600;
  line-height: 150%;
  color: #1d1e25;
}
.features__stats-item {
  display: flex;
  align-items: center;
  gap: 26px;
}
.features__stats-item:not(:last-child) {
  border-bottom: 1px solid #ededed;
  padding-bottom: 23px;
}
.features__stats-item:last-child {
  padding-top: 23px;
}
@media (max-width: 380px) {
  .features__stats-item-img {
    width: 65px;
  }
}
.features__stats-item-title {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #7e8492;
}
.features__stats-item-prise {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
}
.features__stats-item-prise-num {
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
  color: #1d1e25;
}
@media (max-width: 576px) {
  .features__stats-item-prise-num {
    font-size: 18px;
  }
}
.features__stats-item-prise-proc {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #1d1e25;
}
.features__stats-item-prise-descr {
  font-weight: 400;
  font-size: 8px;
  color: #7e8492;
}
.features__right {
  max-width: 857px;
}
@media (max-width: 1200px) {
  .features__right {
    max-width: 992px;
  }
}
.features__title {
  margin-bottom: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--neutral-color-100);
}
@media (max-width: 576px) {
  .features__title {
    margin-bottom: 20px;
  }
}
.features__descr {
  margin-bottom: 40px;
  max-width: 360px;
  font-weight: 500;
  line-height: 178%;
  color: var(--neutral-color-150);
}
@media (max-width: 1200px) {
  .features__descr {
    max-width: 700px;
  }
}
.features__item {
  display: flex;
  align-items: center;
  gap: 19px;
  max-width: 393px;
  font-weight: 500;
  line-height: 178%;
  color: var(--neutral-color-100);
}
@media (max-width: 1200px) {
  .features__item {
    max-width: 700px;
  }
}
.features__item:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .features__item:not(:last-child) {
    margin-bottom: 22px;
  }
}
.features__item:before {
  content: '';
  display: inline-block;
  padding-right: 19px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%2010L9%2012L13%208M19%2010C19%2014.9706%2014.9706%2019%2010%2019C5.02944%2019%201%2014.9706%201%2010C1%205.02944%205.02944%201%2010%201C14.9706%201%2019%205.02944%2019%2010Z'%20stroke='%2346B277'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
}
.strength__container {
  border-bottom: 1px solid var(--neutral-color-30);
  padding-top: 66px;
  padding-bottom: 60px;
}
@media (max-width: 576px) {
  .strength__container {
    padding-top: 26px;
    padding-bottom: 20px;
  }
}
.strength__list {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .strength__list {
    gap: 82px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .strength__list {
    gap: 52px;
  }
}
@media (max-width: 576px) {
  .strength__list {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .strength__item {
    justify-content: center;
    min-width: 325px;
  }
}
@media (max-width: 576px) {
  .strength__item {
    min-width: 240px;
  }
}
.strength__item:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 72px;
  margin-right: 72px;
}
@media (max-width: 992px) {
  .strength__item:not(:last-child) {
    margin: 0;
  }
}
.strength__item:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 99px;
  background: var(--neutral-color-40);
}
@media (max-width: 992px) {
  .strength__item:not(:last-child):after {
    display: none;
  }
}
.strength__item-text {
  font-weight: 500;
  line-height: 178%;
  color: var(--neutral-color-150);
}
.strength__item-num {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  color: var(--neutral-color-100);
}
@media (max-width: 992px) {
  .strength__item-num {
    font-size: 58px;
  }
}
@media (max-width: 576px) {
  .strength__item-num {
    font-size: 48px;
  }
}
@media (max-width: 380px) {
  .strength__item-num {
    font-size: 42px;
  }
}
.strength__list,
.strength__img {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .strength__list,
  .strength__img {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .strength__img {
    margin-bottom: 60px;
  }
}
.strength__info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .strength__info {
    gap: 20px;
    flex-direction: column;
  }
}
.strength__title {
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--neutral-color-100);
}
.strength__descr {
  max-width: 421px;
  font-weight: 500;
  line-height: 178%;
  color: var(--neutral-color-150);
}
@media (max-width: 992px) {
  .strength__descr {
    max-width: 700px;
  }
}
.partners {
  padding: 108px 0;
}
@media (max-width: 576px) {
  .partners {
    padding: 76px 0;
  }
}
.partners__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1110px;
}
@media (max-width: 768px) {
  .partners__container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.partners__title {
  font-weight: 500;
  line-height: 178%;
  color: var(--neutral-color-150);
}
.partners__title-num {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--neutral-color-100);
}
@media (max-width: 380px) {
  .partners__title-num {
    margin-bottom: 10px;
  }
}
.partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .partners__list {
    gap: 10px;
  }
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  width: 160px;
  height: 90px;
  background-color: #fff;
}
.insight__container {
  border-top: 1px solid var(--neutral-color-30);
  padding-top: 160px;
  padding-bottom: 91px;
}
@media (max-width: 576px) {
  .insight__container {
    padding-top: 86px;
    padding-bottom: 61px;
  }
}
@media (max-width: 380px) {
  .insight__container {
    padding-bottom: 41px;
  }
}
.insight__title {
  margin-bottom: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--neutral-color-100);
}
@media (max-width: 576px) {
  .insight__title {
    margin-bottom: 12px;
  }
}
.insight__descr {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 178%;
  color: var(--neutral-color-150);
}
@media (max-width: 576px) {
  .insight__descr {
    margin-bottom: 20px;
  }
}
.insight__title,
.insight__descr {
  text-align: center;
}
.insight__slider {
  position: relative;
}
.insight__slider-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 126px;
  left: 50%;
  z-index: var(--z-index-2);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #fff;
  transform: translate(-50%);
}
@media (max-width: 992px) {
  .insight__slider-btns {
    display: none;
  }
}
@media (max-width: 380px) {
  .insight__slider-btns {
    top: 80px;
    left: 93%;
    display: flex;
    width: 50px;
    height: 50px;
  }
}
.insight__article {
  max-width: 582px;
}
@media (max-width: 1200px) {
  .insight__article {
    max-width: 482px;
  }
}
@media (max-width: 576px) {
  .insight__article {
    max-width: 400px;
  }
}
.insight__article-img {
  margin-bottom: 16px;
}
.insight__article-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--neutral-color-150);
}
@media (max-width: 380px) {
  .insight__article-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.insight__article-author {
  font-style: normal;
}
.insight__article-title {
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--neutral-color-100);
}
.testimonials {
  padding: 69px 0 160px;
}
@media (max-width: 576px) {
  .testimonials {
    padding: 39px 0 70px;
  }
}
.testimonials__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .testimonials__head {
    gap: 24px;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .testimonials__head {
    gap: 12px;
    margin-bottom: 40px;
  }
}
.testimonials__title {
  max-width: 530px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--nuetral-color-100);
}
@media (max-width: 992px) {
  .testimonials__title {
    max-width: 650px;
  }
}
.testimonials__descr {
  max-width: 376px;
  font-weight: 600;
  line-height: 178%;
  color: var(--nuetral-color-150);
}
@media (max-width: 992px) {
  .testimonials__descr {
    max-width: 450px;
  }
}
.testimonials__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 19px;
}
.testimonials__rating-num {
  font-weight: 500;
  line-height: 162%;
  color: var(--nuetral-color-100);
}
.testimonials__slider-wrapper:before {
  content: '';
  display: inline-block;
  width: 115px;
  height: 77px;
  background: url("data:image/svg+xml,%3csvg%20width='115'%20height='77'%20viewBox='0%200%20115%2077'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M44.3282%2077H0L28.37%200H57.5L44.3282%2077ZM101.828%2077H57.7533L86.1234%200H115L101.828%2077Z'%20fill='%23EDEDED'/%3e%3c/svg%3e");
  background-size: cover;
  transform: translateY(15px);
}
@media (max-width: 1200px) {
  .testimonials__slider-wrapper:before {
    transform: translateY(-5px);
  }
}
@media (max-width: 576px) {
  .testimonials__slider-wrapper:before {
    display: none;
  }
}
.testimonials__slider {
  max-width: 898px;
}
.testimonials__comment-text {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--nuetral-color-100);
}
.testimonials__comment-author {
  display: flex;
  align-items: center;
  gap: 24px;
  font-style: normal;
}
.testimonials__comment-author-avatar {
  overflow: hidden;
  border-radius: 50%;
}
.testimonials__comment-author-name {
  font-weight: 600;
  font-style: normal;
  line-height: 144%;
  color: var(--nuetral-color-100);
}
.testimonials__comment-author-profession {
  font-weight: 500;
  font-style: normal;
  line-height: 162%;
  color: var(--nuetral-color-150);
}
.testimonials__btns {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  transform: translateY(-40px);
}
@media (max-width: 1200px) {
  .testimonials__btns {
    transform: translateY(5px);
  }
}
.testimonials__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--neutral-color-40);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: background-color var(--transition), border-color var(--transition);
}
@media (max-width: 380px) {
  .testimonials__btn {
    width: 40px;
    height: 40px;
  }
}
.testimonials__btn svg path {
  transition: fill var(--transition);
}
.testimonials__btn:hover {
  border-color: var(--neutral-color-100);
  background-color: var(--neutral-color-100);
}
.testimonials__btn:hover svg path {
  fill: var(--neutral-color-10);
}
.testimonials__btn--next {
  transform: rotate(-180deg);
}
.footer {
  padding: 112px 0 58px;
  color: #fff;
  background-color: var(--black-bg-color);
}
@media (max-width: 576px) {
  .footer {
    padding-top: 62px;
  }
}
.footer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 134px;
}
@media (max-width: 992px) {
  .footer__head {
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 84px;
  }
}
@media (max-width: 576px) {
  .footer__head {
    align-items: center;
    margin-bottom: 64px;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .footer__head {
    margin-bottom: 44px;
  }
}
.footer__title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 64px;
  line-height: 128%;
}
@media (max-width: 992px) {
  .footer__title {
    font-size: 54px;
  }
}
@media (max-width: 576px) {
  .footer__title {
    font-size: 42px;
  }
}
.footer__descr {
  max-width: 543px;
  font-weight: 500;
  line-height: 178%;
  color: var(--neutral-color-50);
}
.footer__link {
  padding: 16px 32px;
  color: #1d1e25;
  background-color: #fff;
}
.footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .footer__body {
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .footer__body {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .footer__body-info {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer__body-info {
    gap: 10px;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.footer__body-descr {
  max-width: 292px;
  font-weight: 500;
  line-height: 162%;
  color: var(--neutral-color-150);
}
@media (max-width: 992px) {
  .footer__body-descr {
    max-width: 500px;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 19px;
}
@media (max-width: 992px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__list {
  display: flex;
  gap: 93px;
}
@media (max-width: 1200px) {
  .footer__list {
    gap: 53px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .footer__list {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .footer__list {
    gap: 40px 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .footer__list {
    text-align: center;
  }
}
.footer__item-title {
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 576px) {
  .footer__item {
    min-width: 143px;
  }
}
.footer__subitem:not(:last-child) {
  margin-bottom: 16px;
}
.footer__subitem-link {
  position: relative;
  font-weight: 400;
  line-height: 150%;
  color: var(--neutral-color-150);
}
.footer__subitem-link:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: var(--neutral-color-150);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}
.footer__subitem-link:hover:after {
  opacity: 1;
  visibility: visible;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  flex-wrap: wrap;
  border-top: 1px solid var(--neutral-color-70);
  padding-top: 40px;
}
@media (max-width: 992px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__bottom-lists {
  display: flex;
  align-items: center;
  gap: 72px;
}
@media (max-width: 992px) {
  .footer__bottom-lists {
    gap: 42px;
  }
}
@media (max-width: 576px) {
  .footer__bottom-lists {
    gap: 20px;
    flex-direction: column;
  }
}
.footer__bottom-list {
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  .footer__bottom-list {
    gap: 20px;
  }
}
@media (max-width: 380px) {
  .footer__bottom-list {
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__bottom-link {
  position: relative;
  font-weight: 500;
  line-height: 143%;
  color: #fff;
}
.footer__bottom-link:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}
.footer__bottom-link:hover:after {
  opacity: 1;
  visibility: visible;
}
.footer__social-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .footer__social-list {
    gap: 18px;
  }
}
.footer__social-link {
  transition: opacity var(--transition);
}
.footer__social-link:hover {
  opacity: 0.8;
}
.footer__copyright {
  font-weight: 500;
  line-height: 143%;
  color: #fff;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
