@charset "UTF-8";
/*! 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 {
  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 */
  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 {
  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] {
  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;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?t=1760517975368");
  src: url("../fonts/icons.eot?t=1760517975368#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?t=1760517975368") format("woff2"), url("../fonts/icons.woff?t=1760517975368") format("woff"), url("../fonts/icons.ttf?t=1760517975368") format("truetype"), url("../fonts/icons.svg?t=1760517975368#icons") format("svg");
}
[class^=icons-], [class*=" icons-"] {
  font-family: "icons" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-close::before {
  content: "\ea01";
}

:root {
  --icons-close: "";
}

:root {
  /**
   * Color Variables
   *
   * --mt-color--{name}-{variation a...z}_{opacity}
   *
   * {name} - name of the color
   * {variation} - variation of the color
   * {opacity} - opacity of the color
   */
  --mt-color--white-a_100: #ffffff;
  --mt-color--black-a_100: #020617;
  --mt-color--gray-a_100: #808080;
  --mt-color--purple-a_100: #800080;
  /**
  * Border Radius Variables
  */
  --mt-border-radius: 32px;
  /**
   * Font weight variables
   */
  --mt-font-weight-regular: 400;
  --mt-font-weight-medium: 500;
  --mt-font-weight-semibold: 600;
}
@media screen and (max-width: 940px) {
  :root {
    --mt-border-radius: 24px;
  }
}
@media screen and (max-width: 720px) {
  :root {
    --mt-border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --mt-border-radius: 8px;
  }
}

h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h1 {
  font-size: clamp(2.25rem, 1.2558139535rem + 4.1860465116vw, 4.5rem);
  line-height: normal;
}

h2 {
  font-size: clamp(2rem, 1.3372093023rem + 2.7906976744vw, 3.5rem);
}
h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}

h3 {
  font-size: clamp(1.5rem, 0.8372093023rem + 2.7906976744vw, 3rem);
}
h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h3 {
  line-height: 100%;
}

h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}

h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h5 {
  font-size: 18px;
}

h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  white-space: normal;
}

p {
  white-space: normal;
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-regular);
  line-height: 130%;
  font-size: clamp(0.875rem, 0.8197674419rem + 0.2325581395vw, 1rem);
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff") url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff") url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff") url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.loader {
  position: fixed;
  z-index: 105;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loader img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}
.loader_show, .loader_show ~ .overlay {
  opacity: 1;
  visibility: visible;
}
.loader ~ .modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: var(--border-radius--cards-a);
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}
.loader_show ~ .modal {
  pointer-events: none;
  filter: blur(2px);
}
.loader_show ~ .modal::before {
  visibility: visible;
  opacity: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3137254902);
  backdrop-filter: blur(2px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}

.toastify {
  display: grid;
  grid-template-columns: auto 25px;
  align-items: baseline;
  font-size: 16px;
}

@media only screen and (max-width: 720px) {
  .toastify-left,
  .toastify-right {
    margin-left: 50px;
    margin-right: 50px;
    left: 0;
    right: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 580px) {
  .toastify-left,
  .toastify-right {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 480px) {
  .toastify-left,
  .toastify-right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.22s ease-in-out;
}
.preloader_hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 720px) {
  .container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 40px);
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding: 0 16px;
}
@media (max-width: 1150px) {
  .header {
    padding: 0;
  }
}
.header-top__bar {
  background: #0056d8;
  padding: 8px 22px;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 1150px) {
  .header-top__bar {
    border-radius: 0;
  }
}
@media (max-width: 560px) {
  .header-top__bar {
    padding: 8px 20px;
  }
}
.header-top__bar-wrapper {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: space-between;
  max-width: 1247px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .header-top__bar-wrapper {
    gap: 26px;
  }
}
@media (max-width: 560px) {
  .header-top__bar-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 430px) {
  .header-top__bar-wrapper {
    gap: 8px;
  }
}
.header-top__bar__tag {
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  letter-spacing: 0.3px;
}
@media (max-width: 1310px) {
  .header-top__bar__tag {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .header-top__bar__tag {
    padding: 6px 16px;
    line-height: 20px;
  }
}
.header-top__bar__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.3px;
}
@media (max-width: 1310px) {
  .header-top__bar__text {
    font-size: 16px;
  }
}
@media (max-width: 910px) {
  .header-top__bar__text {
    display: none;
  }
}
.header-top__bar__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s ease;
}
@media (max-width: 540px) {
  .header-top__bar__link {
    gap: 8px;
  }
}
.header-top__bar__link span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s ease;
  position: relative;
  letter-spacing: 0.3px;
}
.header-top__bar__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease;
}
@media (max-width: 1310px) {
  .header-top__bar__link span {
    font-size: 14px;
  }
}
.header-top__bar__link-icon {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
.header-top__bar__link:hover span::before {
  width: 0%;
}
.header-top__bar__link:hover .header-top__bar__link-icon {
  transform: translateX(5px);
}
.header__container {
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 29px 0 24px;
}
@media (max-width: 1310px) {
  .header__container {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .header__container {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .header__container {
    gap: 13px;
  }
}
@media (max-width: 1150px) {
  .header__container {
    justify-content: space-between;
  }
}
@media (max-width: 540px) {
  .header__container {
    padding: 11px 0;
  }
}
.header__logo {
  width: 142px;
  height: 32px;
  position: relative;
  z-index: 9;
}
@media (max-width: 540px) {
  .header__logo {
    width: 124px;
    height: 26px;
  }
}
.header__menu {
  margin-right: auto;
}
@media (max-width: 1150px) {
  .header__menu {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1150px) {
  .header__nav-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.header__nav-link {
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  padding: 11px 24px;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1200px) {
  .header__nav-link {
    font-size: 14px;
  }
}
.header__nav-link:hover {
  color: #0056d8;
  border: 1px solid #0056d8;
}
@media (max-width: 1150px) {
  .header__nav-link:hover {
    color: #020617;
    border: none;
  }
}
@media (max-width: 1280px) {
  .header__nav-link {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .header__nav-link {
    line-height: 28px;
    letter-spacing: -0.02em;
  }
}
.header__nav-icon {
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (max-width: 1150px) {
  .header__nav-icon {
    transform: rotate(268deg);
  }
}
.header__nav-item {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
@media (max-width: 575px) {
  .header__nav-item:last-child {
    padding-bottom: 0;
  }
}
.header__nav-item--has-children .header__nav-link {
  padding: 11px 16px 11px 24px;
}
@media (max-width: 1280px) {
  .header__nav-item--has-children .header__nav-link {
    padding: 11px 15px 11px 20px;
  }
}
@media (max-width: 1150px) {
  .header__nav-item--has-children .header__nav-link {
    padding: 0;
  }
}
.header__nav-item--has-children .header__sub-menu {
  padding: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  min-width: 340px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1150px) {
  .header__nav-item--has-children .header__sub-menu {
    display: none;
    padding: 16px 0 0 20px;
    border: none;
    background: none;
    border-radius: 0;
    min-width: 100%;
    position: relative;
    transform: none;
  }
}
.header__nav-item--has-children.is-open .header__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1150px) {
  .header__nav-item--has-children.is-open .header__sub-menu {
    transform: none;
    display: block;
  }
}
@media (min-width: 1151px) {
  .header__nav-item--has-children:hover .header__sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.header__nav-item--has-children.is-open .header__nav-icon {
  transform: rotate(180deg);
}
@media (max-width: 1150px) {
  .header__nav-item--has-children.is-open .header__nav-icon {
    transform: rotate(360deg);
  }
}
.header__action {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
@media (max-width: 1150px) {
  .header__action {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header__action--buttons {
    display: flex;
    gap: 8px;
    padding-top: 40px;
  }
}
.header__login {
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 100px;
  border: 1px solid rgba(226, 232, 240, 0);
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 26px;
  position: relative;
  transition: all 0.5s ease;
}
.header__login:hover {
  color: #0056d8;
  border: 1px solid #0056d8;
}
@media (max-width: 1150px) {
  .header__login:hover {
    color: #fff;
    border-radius: 28px;
    border: 1px solid #020617;
    background: #020617;
  }
}
@media (max-width: 1280px) {
  .header__login {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__login {
    text-align: center;
    width: 140px;
    display: block;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  }
}
@media (max-width: 430px) {
  .header__login {
    width: 50%;
  }
}
.header__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.header__link {
  cursor: pointer;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 26px;
  border-radius: 28px;
  transition: all 0.5s ease;
  background: #020617;
}
@media (max-width: 1280px) {
  .header__link {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__link {
    display: flex;
    align-items: center;
    text-align: center;
    width: 140px;
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .header__link {
    width: 50%;
  }
}
.header__link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 1150px) {
  .header__link span {
    font-size: 16px;
  }
}
.header__link-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.header__link-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.header__link:hover {
  border-radius: 28px;
  background: #1d2442;
}
.header__link:hover .header__link-btn {
  transform: translateY(-100%);
}
.header__link:hover .header__link-btn-duplicate {
  transform: translateY(-100%);
}
.header__language {
  cursor: pointer;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: all 0.5s ease;
}
.header__language:hover {
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
@media (max-width: 1150px) {
  .header__language {
    width: 280px;
    gap: 10px;
    height: 56px;
    margin-top: 8px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    background: #fff;
    flex-direction: row-reverse;
    box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  }
}
@media (max-width: 430px) {
  .header__language {
    width: 100%;
  }
}
.header__language-icon {
  width: 24px;
  height: 24px;
}
.header__mob {
  width: 100%;
  height: 100%;
}
@media (max-width: 1150px) {
  .header__mob {
    display: block;
    border-radius: 4px;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
}
.header__mobile {
  display: none;
}
@media (max-width: 1150px) {
  .header__mobile {
    display: block;
  }
}
.header__mobile__nav {
  padding-top: 0px;
}
.header__mobile-bg {
  height: 100vh;
  position: fixed;
  right: 0%;
  width: 100%;
  border-radius: 24px;
  background: #f1f5f9;
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  transform: translateX(130%);
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}
@media (max-width: 1150px) {
  .header__mobile-bg {
    top: 56px;
    padding: 24px 40px;
  }
}
@media (max-width: 768px) {
  .header__mobile-bg {
    top: 57px;
    padding: 24px;
  }
}
@media (max-width: 368px) {
  .header__mobile-bg {
    top: 85px;
  }
}
.header__mobile.open .header__mobile-bg {
  transform: translateX(0);
}
.header__sub-menu-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 1150px) {
  .header__sub-menu-wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
.header__sub-menu-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 300px;
}
@media (max-width: 1150px) {
  .header__sub-menu-column--has-children .header__nav-icon {
    margin-top: 5px;
  }
  .header__sub-menu-column--has-children.is-open .header__sub-menu-list--add {
    padding-left: 20px;
    display: block;
  }
  .header__sub-menu-column--has-children.is-open .header__sub-menu-title .header__nav-icon {
    transform: rotate(360deg) !important;
  }
}
.header__sub-menu-title {
  padding: 8px 16px;
  color: #64748b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
@media (max-width: 1150px) {
  .header__sub-menu-title {
    color: #020617;
    border-radius: 0px;
    border: 0px solid #e2e8f0;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    display: flex;
    gap: 8px;
    font-size: 20px;
    line-height: 28px;
    padding: 6px 0px;
  }
  .header__sub-menu-title .header__nav-icon {
    transform: rotate(268deg) !important;
  }
}
.header__sub-menu-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1150px) {
  .header__sub-menu-list {
    gap: 16px;
  }
}
.header__sub-menu-list--add {
  display: none;
}
.header__sub-menu-item {
  list-style: none;
}
@media (max-width: 575px) {
  .header__sub-menu-item {
    max-width: 230px;
  }
}
.header__sub-menu-link {
  width: 100%;
  padding: 6px 12px;
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color 0.3s ease;
  display: block;
}
.header__sub-menu-link:hover {
  border-radius: 12px;
  background: #f1f5f9;
}
@media (max-width: 1150px) {
  .header__sub-menu-link {
    font-size: 20px;
    padding: 0px;
  }
}
.header__mob-bar {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #020617;
  left: 6px;
  border-radius: 10px;
  transition: all 0.2s ease;
  left: 0;
  right: 0;
  margin: auto;
}
.header__mob-bar:nth-child(1) {
  top: 18px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob-bar:nth-child(2) {
  top: 23px;
  right: 0px;
}
.header__mob-bar:nth-child(3) {
  top: 28px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob.open .header__mob-bar:nth-child(1) {
  transform: rotate(46deg);
  transition: transform 0.5s ease;
  left: 0px;
  top: auto;
}
.header__mob.open .header__mob-bar:nth-child(2) {
  transform: rotate(-45deg);
  transition: transform 0.5s ease;
  width: 16px;
  top: auto;
  right: 0px;
}
.header__mob.open .header__mob-bar:nth-child(3) {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.header__mobile-container {
  overflow-y: auto;
  height: calc(100dvh - 158px);
  padding-bottom: 24px;
  padding-right: 24px;
  margin-right: -29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .header__mobile-container {
    height: calc(100dvh - 132px);
  }
}

.header__sub-menu-list--add .header__sub-menu-item {
  padding: 8px 0;
}
.header__sub-menu-list--add .header__sub-menu-item:first-child {
  padding-top: 0;
}
.header__sub-menu-list--add .header__sub-menu-item:last-child {
  padding-bottom: 0;
}

.header__mobile-bg {
  padding-top: 100px;
  width: 100%;
}
@media (max-width: 540px) {
  .header__mobile-bg {
    padding-top: 74px;
  }
}

.header__mobile-bg .header__login {
  font-size: 18px;
  height: 56px;
}

.header__mobile-bg .header__action--buttons .header__link,
.header__mobile-bg .header__language {
  height: 56px;
}

.header__mobile-bg .header__language p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.header__sub-menu-title {
  justify-content: space-between;
  padding-right: 7px;
}

@media (max-width: 1150px) {
  .header__mobile-bg .header__action--buttons {
    justify-content: center;
  }
}

@media (max-width: 1150px) {
  .header__mobile-bg .header__language {
    margin: 8px auto 0;
  }
}

.top__bar {
  background: #0056d8;
  padding: 12px 22px;
  border-radius: 24px 24px 0 0;
}
.top__bar-wrapper {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: center;
}
.top__bar__tag {
  padding: 8px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
}
.top__bar__text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.top__bar__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease;
}
.top__bar__link span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s ease;
  position: relative;
}
.top__bar__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease;
}
.top__bar__link-icon {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
.top__bar__link:hover span::before {
  width: 0%;
}
.top__bar__link:hover .top__bar__link-icon {
  transform: translateX(5px);
}

.footer {
  padding: 48px 0 28px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  margin: 0 16px 16px;
}
@media (max-width: 540px) {
  .footer {
    padding: 23px 0 28px;
    margin: 0 4px 4px;
  }
}
.footer__container {
  width: calc(100% - 32px);
}
.footer__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 68px;
}
@media (max-width: 1280px) {
  .footer__main {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .footer__main {
    padding-bottom: 30px;
  }
}
@media (max-width: 850px) {
  .footer__main {
    flex-direction: column;
    gap: 31px;
    padding-bottom: 26px;
  }
}
.footer__main__logo {
  width: 142px;
  height: 32px;
  position: relative;
  display: block;
}
.footer__main-info {
  height: fit-content;
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1100px) {
  .footer__main-info {
    gap: 22px;
  }
}
@media (max-width: 850px) {
  .footer__main-info {
    width: 100%;
  }
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer__social a {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -2.363px 27.179px 7.09px 0 rgba(125, 143, 161, 0), -1.182px 17.725px 7.09px 0 rgba(125, 143, 161, 0.03), -1.182px 9.453px 5.908px 0 rgba(125, 143, 161, 0.1), 0 4.727px 4.727px 0 rgba(125, 143, 161, 0.16), 0 1.182px 2.363px 0 rgba(125, 143, 161, 0.19);
}
.footer__social a img {
  width: 26px;
  height: 26px;
  transition: all 0.5s ease;
}
.footer__social a:hover img {
  scale: 1.1;
}
.footer__text {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .footer__text {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .footer__text {
    width: 70%;
    line-height: 25px;
  }
}
.footer__column {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1370px) {
  .footer__column {
    gap: 28px;
  }
}
.footer__column-title {
  color: #020617;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  padding-bottom: 12px;
}
@media (max-width: 1280px) {
  .footer__column-title {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .footer__column-title {
    padding-bottom: 4px;
  }
}
.footer__column-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .footer__column-list {
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .footer__column-list {
    gap: 0;
  }
}
.footer__column-list a {
  color: #475569;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  position: relative;
  width: fit-content;
}
.footer__column-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #475569;
  transition: width 0.3s ease;
}
.footer__column-list a:hover::before {
  width: 100%;
}
@media (max-width: 1280px) {
  .footer__column-list a {
    font-size: 16px;
  }
}
.footer__gallery {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .footer__gallery {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .footer__gallery {
    position: relative;
  }
}
@media (max-width: 850px) {
  .footer__gallery {
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .footer__gallery {
    gap: 28px;
  }
  .footer__gallery-item img {
    max-width: 82px;
  }
  .footer__gallery-item:first-of-type img {
    max-width: 103px;
  }
  .footer__gallery-item:last-of-type img {
    max-width: 55px;
  }
}
.footer__menu {
  width: 76.5%;
  position: relative;
}
@media (max-width: 850px) {
  .footer__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 88px;
}
@media (max-width: 1370px) {
  .footer__nav {
    column-gap: 40px;
  }
}
@media (max-width: 1100px) {
  .footer__nav {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .footer__nav {
    column-gap: 20px;
  }
}
@media (max-width: 610px) {
  .footer__nav {
    justify-content: normal;
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .footer__nav {
    flex-direction: column;
    gap: 28px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__bottom {
    flex-direction: column;
    gap: 13px;
  }
}
.footer__bottom-copyright {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-align: center;
}
@media (max-width: 1280px) {
  .footer__bottom-copyright {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .footer__bottom-copyright {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .footer__bottom-copyright {
    text-align: left;
  }
}
.footer__bottom-nav-list {
  display: flex;
}
@media (max-width: 540px) {
  .footer__bottom-nav-list {
    flex-wrap: wrap;
    column-gap: 29px;
    row-gap: 7px;
    max-width: 324px;
  }
}
.footer__bottom-nav-item {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
@media (max-width: 540px) {
  .footer__bottom-nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__bottom-nav-item:nth-child(3):before {
    display: none;
  }
}
.footer__bottom-nav-item:before {
  content: "";
  width: 6px;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #94a3b8;
}
@media (max-width: 520px) {
  .footer__bottom-nav-item:before {
    width: 4px;
    height: 4px;
    left: -12px;
  }
}
.footer__bottom-nav-item:first-child:before {
  display: none;
}
.footer__bottom-nav-item a {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  position: relative;
  width: fit-content;
}
.footer__bottom-nav-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #94a3b8;
  transition: width 0.3s ease;
}
.footer__bottom-nav-item a:hover::before {
  width: 100%;
}
@media (max-width: 1280px) {
  .footer__bottom-nav-item a {
    font-size: 16px;
  }
}
.modal {
  position: fixed;
  left: 50%;
  top: 20vh;
  padding: 40px;
  border-radius: var(--border-radius-small);
  background-color: var(--color-white-a_100);
  z-index: 101;
  max-width: 1100px;
  width: calc(100% - 120px);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.0392156863);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: all 0.22s ease-in-out;
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 720px) {
  .modal {
    padding: 20px;
  }
}
.modal_show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.modal_show ~ .overlay {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 720px) {
  .modal {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .modal {
    width: calc(100% - 32px);
  }
}
.modal__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.modal__title {
  margin-right: 25px;
  font-weight: 500;
  font-size: 18px;
}
.modal__close {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: -5px;
  margin-right: -5px;
}
@media screen and (hover: hover) {
  .modal__close {
    transition: all 0.22s ease-in-out;
  }
  .modal__close:hover {
    background-color: var(--gray);
  }
}
.modal__body {
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
  margin-right: -10px;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  /* Fix of Webkit flickering */
  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: translate3d(0px, 0, 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;
}

/* Auto Height */
.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);
  backface-visibility: hidden;
}

/* 3D Effects */
.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;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.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);
}

/* Slide styles start */
/* 3D Shadows */
.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,
.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: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
* {
  margin: 0;
  padding: 0;
  color: var(--mt-color--black-a_100);
  box-sizing: border-box;
  touch-action: manipulation;
  font-family: "Inter";
  font-style: normal;
  line-height: 130%;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(0, 86, 216, 0.3019607843);
}

::-webkit-scrollbar-thumb {
  width: 4px;
  position: absolute;
  right: 0;
  border-radius: 5px;
  top: 0;
  background-color: #0056d8;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--mt-color--white-a_100);
  margin-top: 16px;
}
@media (max-width: 1150px) {
  body {
    margin: 0px;
  }
}

main {
  flex-grow: 1;
}

.scroll-disabled {
  overflow: hidden;
}

img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.js-reveal {
  overflow: hidden;
  display: inline-block;
  line-height: normal;
}

.reveal-word {
  overflow: hidden;
  display: inline-block;
  line-height: normal;
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #F1F5F9;
}

.hero-solutions {
  padding: 188px 0 116px;
  margin: 0 16px 68px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .hero-solutions {
    padding: 200px 0 100px;
  }
}
@media (max-width: 1180px) {
  .hero-solutions {
    padding: 200px 0 80px;
  }
}
@media (max-width: 1150px) {
  .hero-solutions {
    margin: 0 0 68px;
  }
}
@media (max-width: 900px) {
  .hero-solutions {
    padding: 170px 0 50px;
  }
}
@media (max-width: 830px) {
  .hero-solutions {
    padding: 160px 0px 50px;
  }
}
@media (max-width: 540px) {
  .hero-solutions {
    padding: 200px 16px 50px;
  }
}
@media (max-width: 430px) {
  .hero-solutions {
    padding: 190px 0 30px;
  }
}
.hero-solutions__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 830px) {
  .hero-solutions__container {
    flex-wrap: wrap;
  }
}
.hero-solutions__base {
  display: flex;
  gap: 50px;
  z-index: 0;
}
@media (max-width: 850px) {
  .hero-solutions__base {
    gap: 20px;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
  }
}
.hero-solutions__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 660px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .hero-solutions__main {
    width: 530px;
  }
}
@media (max-width: 1060px) {
  .hero-solutions__main {
    width: 460px;
  }
}
@media (max-width: 1020px) {
  .hero-solutions__main {
    width: 426px;
  }
}
@media (max-width: 850px) {
  .hero-solutions__main {
    width: 100%;
  }
}
.hero-solutions__title {
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -2.2px;
  padding-bottom: 24px;
  overflow: hidden;
}
.hero-solutions__title .reveal-word {
  overflow: hidden;
  display: inline-block;
  line-height: normal;
}
@media (max-width: 1280px) {
  .hero-solutions__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 1180px) {
  .hero-solutions__title {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (max-width: 900px) {
  .hero-solutions__title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 610px) {
  .hero-solutions__title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.32px;
  }
}
.hero-solutions__text {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 32px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 1180px) {
  .hero-solutions__text {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media (max-width: 610px) {
  .hero-solutions__text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 24px;
  }
}
.hero-solutions__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.hero-solutions__buttons {
  overflow: hidden;
  display: inline-block;
  line-height: normal;
  display: flex;
  gap: 24px;
  padding: 10px 0px;
}
@media (max-width: 610px) {
  .hero-solutions__buttons {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 528px) {
  .hero-solutions__buttons {
    gap: 10px;
    flex-direction: column;
  }
}
.hero-solutions__link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 29px;
  border-radius: 28px;
  border: 1px solid #0056d8;
  background: #1b76ff;
  transition: all 0.5s ease;
  box-shadow: 0 0 12px 0 rgba(229, 232, 235, 0.35), 0 0 1px 0 rgba(0, 0, 0, 0.36);
}
@media (max-width: 1060px) {
  .hero-solutions__link {
    padding: 14px 22px;
  }
}
@media (max-width: 528px) {
  .hero-solutions__link {
    width: 100%;
    justify-content: center;
  }
}
.hero-solutions__link span {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 1060px) {
  .hero-solutions__link span {
    font-size: 14px;
  }
}
.hero-solutions__link-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.hero-solutions__link-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.hero-solutions__link:hover {
  background: #0056d8;
  box-shadow: 0 0 12px 0 rgba(229, 232, 235, 0.35), 0 0 1px 0 rgba(0, 0, 0, 0.36);
}
.hero-solutions__link:hover .hero-solutions__link-btn {
  transform: translateY(-100%);
}
.hero-solutions__link:hover .hero-solutions__link-btn-duplicate {
  transform: translateY(-100%);
}
.hero-solutions__links {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  transition: all 0.5s ease;
}
@media (max-width: 1060px) {
  .hero-solutions__links {
    padding: 14px 22px;
  }
}
@media (max-width: 528px) {
  .hero-solutions__links {
    width: 100%;
    justify-content: center;
  }
}
.hero-solutions__links span {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #020617;
  transition: transform 0.3s ease;
}
@media (max-width: 1060px) {
  .hero-solutions__links span {
    font-size: 14px;
  }
}
.hero-solutions__links-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.hero-solutions__links-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.hero-solutions__links:hover {
  border-radius: 28px;
  background: #020617;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
.hero-solutions__links:hover .hero-solutions__links-btn {
  transform: translateY(-100%);
}
.hero-solutions__links:hover .hero-solutions__links-btn-duplicate {
  transform: translateY(-100%);
  color: #fff;
}
.hero-solutions__links-icon {
  width: 21px;
  height: 21px;
  transition: all 0.5s ease;
}
.hero-solutions__image {
  width: 679px;
  height: 492px;
  z-index: 1;
  position: relative;
  right: -163px;
}
@media (max-width: 1280px) {
  .hero-solutions__image {
    width: 630px;
    height: 447px;
  }
}
@media (max-width: 1180px) {
  .hero-solutions__image {
    width: 550px;
    height: 390px;
  }
}
@media (max-width: 1060px) {
  .hero-solutions__image {
    width: 520px;
    height: 375px;
  }
}
@media (max-width: 926px) {
  .hero-solutions__image {
    width: 460px;
    height: 320px;
    top: -30px;
  }
}
@media (max-width: 850px) {
  .hero-solutions__image {
    width: 595px;
    height: 426px;
    right: 0;
    top: 0;
    position: relative;
  }
}
@media (max-width: 610px) {
  .hero-solutions__image {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .hero-solutions__image {
    height: 290px;
  }
}
.hero-solutions-line {
  opacity: 1;
  position: absolute;
  z-index: 0;
  left: 50%;
  height: 797px;
  transform: translateX(-50%);
  top: 0px;
  min-width: 4145px;
}
@media (max-width: 830px) {
  .hero-solutions-line {
    display: none;
  }
}

.hero-solutions__links:hover span {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.works-section {
  padding: 140px 0 71px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  position: relative;
  overflow: hidden;
  margin: 0 16px;
}
@media (max-width: 1024px) {
  .works-section {
    padding: 50px 0 32px;
    margin: 50px 4px 0;
  }
}
.works-section__container {
  width: calc(100% - 32px);
}
.works-section__main {
  z-index: 2;
  position: relative;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  transition: all 0.5s ease;
  padding-bottom: 127px;
}
@media (max-width: 1280px) {
  .works-section__main {
    gap: 30px;
    padding-bottom: 70px;
  }
}
@media (max-width: 980px) {
  .works-section__main {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.works-section__main-bg {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 980px) {
  .works-section__main-bg {
    width: 100%;
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .works-section__main-bg {
    gap: 14px;
  }
}
.works-section__title {
  color: #020617;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: flex;
  column-gap: 17px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  line-height: 60px;
}
@media (max-width: 1280px) {
  .works-section__title {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .works-section__title {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .works-section__title {
    gap: 10px;
    width: 85%;
  }
}
@media (max-width: 430px) {
  .works-section__title {
    gap: 8px;
    width: 90%;
    font-size: 38px;
    line-height: 45px;
  }
}
.works-section__text {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 1280px) {
  .works-section__text {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .works-section__text {
    font-size: 14px;
  }
}
.works-section__gallery {
  display: flex;
  gap: 11px;
  width: fit-content;
}
.works-section__gallery-icon {
  width: 72px;
  height: 72px;
  padding: 10px 15px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .works-section__gallery-icon {
    width: 62px;
    height: 62px;
    border-radius: 16px;
  }
}
@media (max-width: 1024px) {
  .works-section__gallery-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }
}
@media (max-width: 768px) {
  .works-section__gallery-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
}
.works-section__gallery img {
  width: 34px;
  height: 34px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .works-section__gallery img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .works-section__gallery img {
    width: 24px;
    height: 24px;
  }
}
.works-section__gallery.desktop {
  display: none;
}
.works-section__file {
  width: 55%;
  height: 454px;
  position: relative;
  display: inline-block;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .works-section__file {
    height: 410px;
  }
}
@media (max-width: 980px) {
  .works-section__file {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .works-section__file {
    height: 231px;
    border-radius: 10px;
  }
}
.works-section__file-main {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  gap: 20px;
}
.works-section__file-main:hover .works-section__video-play {
  scale: 1.1;
}
.works-section__file-main:hover .works-section__file-main-text {
  opacity: 0.5;
}
.works-section__file-main-text {
  font-size: 18px;
  font-weight: 500;
  color: #020617;
  padding: 4px 8px;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .works-section__file-main-text {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .works-section__file-main-text {
    font-size: 14px;
  }
}
.works-section__video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.works-section__video-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.works-section__video-poster {
  width: 100%;
  height: 100%;
  display: block;
}
.works-section__video-play {
  width: 88px;
  height: 88px;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .works-section__video-play {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 430px) {
  .works-section__video-play {
    width: 48px;
    height: 48px;
  }
}
.works-section-line {
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  transform: translate(-50%);
  width: 2560px;
  min-height: 1280px;
}
@media (max-width: 991px) {
  .works-section-line {
    display: none;
  }
}
.works-section__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 14px;
}
@media (max-width: 840px) {
  .works-section__list {
    gap: 10px;
  }
}
.works-section__item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0 13px;
}
@media (max-width: 840px) {
  .works-section__item {
    gap: 10px;
  }
}
.works-section__item-check {
  margin-top: 5px;
  width: 26px;
  height: 15px;
}
.works-section__item-text {
  color: #020617;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.05px;
}
@media (max-width: 1280px) {
  .works-section__item-text {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .works-section__item-text {
    font-size: 14px;
  }
}
.works-section__group {
  overflow: hidden;
  margin: 0 73px;
  padding: 48px 150px 32px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #cbd5e1;
  background: #fff;
  box-shadow: -1.182px 17.725px 7.09px 0 rgba(125, 143, 161, 0.03), -1.182px 9.453px 5.908px 0 rgba(125, 143, 161, 0.1), 0 4.727px 4.727px 0 rgba(125, 143, 161, 0.16);
}
@media (max-width: 1280px) {
  .works-section__group {
    margin: 0 40px;
    padding: 48px 100px;
  }
}
@media (max-width: 1024px) {
  .works-section__group {
    margin: 0;
    padding: 48px 50px;
  }
}
@media (max-width: 768px) {
  .works-section__group {
    padding: 40px 30px;
  }
}
@media (max-width: 540px) {
  .works-section__group {
    padding: 38px 17px 20px;
  }
}
.works-section__group-icon {
  width: 92px;
  height: 92px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .works-section__group-icon {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 1024px) {
  .works-section__group-icon {
    width: 72px;
    height: 72px;
  }
}
.works-section__group-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.works-section__group__title {
  color: #020617;
  text-align: center;
  font-weight: 500;
  padding: 26px 0;
  letter-spacing: 0.03px;
  line-height: 53px;
}
@media (max-width: 768px) {
  .works-section__group__title {
    padding: 20px 0;
  }
}
@media (max-width: 540px) {
  .works-section__group__title {
    padding: 26px 0 14px;
    font-size: 28px;
    line-height: 32px;
  }
}
.works-section__group__text {
  color: #475569;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  width: 50%;
  line-height: 29px;
}
@media (max-width: 1024px) {
  .works-section__group__text {
    width: 60%;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .works-section__group__text {
    width: 80%;
  }
}
@media (max-width: 540px) {
  .works-section__group__text {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
}
.works-section__group__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.works-section__group-buttons {
  overflow: hidden;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 14px 0;
}
@media (max-width: 540px) {
  .works-section__group-buttons {
    flex-direction: column;
    width: 100%;
    padding: 12px;
    gap: 14px;
  }
}
.works-section__group__link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 28px;
  background: #020617;
  transition: all 0.5s ease;
}
@media (max-width: 1060px) {
  .works-section__group__link {
    padding: 16px 22px;
  }
}
@media (max-width: 540px) {
  .works-section__group__link {
    width: 100%;
    justify-content: center;
  }
}
.works-section__group__link span {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 1060px) {
  .works-section__group__link span {
    font-size: 16px;
  }
}
.works-section__group__link-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.works-section__group__link-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.works-section__group__link:hover {
  background: #1d2442;
}
.works-section__group__link:hover .works-section__group__link-btn {
  transform: translateY(-100%);
}
.works-section__group__link:hover .works-section__group__link-btn-duplicate {
  transform: translateY(-100%);
}
.works-section__group__links {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  transition: all 0.5s ease;
}
@media (max-width: 1060px) {
  .works-section__group__links {
    padding: 14px 22px;
  }
}
@media (max-width: 540px) {
  .works-section__group__links {
    width: 100%;
    justify-content: center;
    padding: 15px 22px;
  }
}
.works-section__group__links span {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #020617;
  transition: transform 0.5s ease;
}
@media (max-width: 1060px) {
  .works-section__group__links span {
    font-size: 16px;
  }
}
.works-section__group__links-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.works-section__group__links-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.works-section__group__links:hover {
  border-radius: 28px;
  background: #020617;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
.works-section__group__links:hover .works-section__group__links-btn {
  transform: translateY(-100%);
}
.works-section__group__links:hover .works-section__group__links-btn-duplicate {
  transform: translateY(-100%);
  color: #fff;
}
.works-section__group__links-icon {
  width: 21px;
  height: 21px;
  transition: all 0.5s ease;
}

.works-section__text p {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.works-section__text p:not(:last-child) {
  margin-bottom: 24px;
}

.works-section__group__links:hover span {
  color: #fff;
}

.single-features-page .works-section {
  padding: 100px 0;
  margin: 56px 0;
  border: none;
  background: #fff;
  position: relative;
}
.single-features-page .works-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 57px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .single-features-page .works-section::before {
    display: none;
  }
}
.single-features-page .works-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 57px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .single-features-page .works-section::after {
    display: none;
  }
}

.works-section-helpdesk {
  margin: 56px 0;
  position: relative;
  overflow: hidden;
}
.works-section-helpdesk::before {
  content: "";
  display: block;
  width: 100%;
  height: 57px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .works-section-helpdesk::before {
    display: none;
  }
}
.works-section-helpdesk::after {
  content: "";
  display: block;
  width: 100%;
  height: 57px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .works-section-helpdesk::after {
    display: none;
  }
}

.works-section-helpdesk .works-section__main {
  padding: 80px 0;
  margin: 0;
}

.works-section-helpdesk .works-section__title {
  max-width: 675px;
  margin-bottom: 36px;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .works-section-helpdesk .works-section__title {
    display: block;
  }
}

.works-section-helpdesk .works-section__gallery {
  gap: 8px;
}

.works-section-helpdesk .works-section__text {
  max-width: 618px;
}

.works-section-helpdesk .works-section__list {
  margin-top: 40px;
  max-width: 618px;
}

.works-section-helpdesk .works-section__gallery img {
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .works-section-helpdesk .works-section__gallery img {
    width: 35px;
    height: 35px;
  }
}

.works-section-helpdesk .works-section__gallery-icon {
  width: 56px;
  height: 56px;
  border-radius: 0;
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: none;
}
@media (max-width: 767px) {
  .works-section-helpdesk .works-section__gallery-icon {
    width: 35px;
    height: 35px;
  }
}

.works-section-helpdesk .works-section__main {
  align-items: center;
}

.works-section__img-block {
  max-width: 553px;
}

.work-section__img-block-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.work-section__img-block-wrap img {
  width: 100%;
  height: auto;
}

.work-section__img-block-note {
  background-color: #1B76FF;
  border: 1px solid #0056D8;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
}

.work-section__img-block-note svg {
  min-width: 22px;
  width: 22px;
  height: 22px;
}

.works-section-helpdesk .works-section-line {
  min-height: 810px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .works-section-helpdesk .works-section-line {
    display: none;
  }
}

.it-management .works-section__main {
  align-items: center;
}

.it-management .works-section__file {
  width: 550px;
  height: 390px;
}
@media (max-width: 575px) {
  .it-management .works-section__file {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .it-management .works-section__file {
    height: 231px;
  }
}

.it-management .works-section__main-bg {
  width: 618px;
}
@media (max-width: 980px) {
  .it-management .works-section__main-bg {
    width: 100%;
  }
}

.it-management .works-section__text p {
  font-size: 20px;
}

.it-management .works-section__gallery-icon {
  width: 56px;
  height: 56px;
  border: none;
  box-shadow: none;
}

.it-management .works-section__gallery img {
  width: 56px;
  height: 56px;
}

.works-section__item.active {
  padding: 6px 13px;
  background-color: #1B76FF;
}
.works-section__item.active svg path {
  stroke: #fff;
}
.works-section__item.active p {
  color: #fff;
}

.hide-border .works-section__gallery-icon {
  width: 56px;
  height: 56px;
  padding: 0;
  box-shadow: none;
  border: none;
}
@media (max-width: 768px) {
  .hide-border .works-section__gallery-icon {
    width: 44px;
    height: 44px;
  }
}
.hide-border .works-section__gallery-icon img {
  width: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  .hide-border .works-section__gallery-icon img {
    width: 44px;
    height: 44px;
  }
}

.automate-section {
  padding: 66px 0 148px;
}
@media (max-width: 1280px) {
  .automate-section {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .automate-section {
    padding: 50px 0;
  }
}
.automate-section__main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding-bottom: 63px;
}
@media (max-width: 1280px) {
  .automate-section__main {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .automate-section__main {
    padding-bottom: 30px;
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .automate-section__main {
    gap: 0;
  }
}
.automate-section__title {
  color: #020617;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 824px) {
  .automate-section__title {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .automate-section__title {
    font-size: 36px;
    letter-spacing: -0.3px;
  }
}
.automate-section__text {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  max-width: 573px;
  margin: 5px auto 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .automate-section__text {
    font-size: 18px;
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .automate-section__text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 824px) {
  .automate-section__text {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 540px) {
  .automate-section__text {
    margin: 3px auto 0;
  }
}
.automate-section__wrap {
  display: flex;
  overflow: hidden;
  gap: 32px;
}
@media (max-width: 1280px) {
  .automate-section__wrap {
    gap: 22px;
  }
}
@media (max-width: 980px) {
  .automate-section__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .automate-section__wrap {
    gap: 12px;
  }
}
.automate-section__wrap-group {
  width: 50%;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  padding: 27px 54px;
  position: relative;
  overflow: hidden;
  display: flex;
  height: 570px;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  .automate-section__wrap-group {
    height: 520px;
  }
}
@media (max-width: 1124px) {
  .automate-section__wrap-group {
    padding: 20px 24px;
  }
}
@media (max-width: 1024px) {
  .automate-section__wrap-group {
    height: 460px;
  }
}
@media (max-width: 980px) {
  .automate-section__wrap-group {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .automate-section__wrap-group {
    padding: 20px 14px;
    height: 464px;
  }
}
.automate-section__wrap-group-line {
  position: absolute;
  bottom: 0;
  z-index: 0;
  object-fit: cover;
  left: 50%;
  height: 100%;
  transform: translate(-50%);
}
.automate-section__wrap-slider {
  width: 50%;
  position: relative;
}
@media (max-width: 980px) {
  .automate-section__wrap-slider {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .automate-section__wrap-slider {
    height: 528px;
  }
}
.automate-section__wrap-slider-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 20px 0px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 830px) {
  .automate-section__wrap-slider-pagination {
    position: relative;
  }
}
@media (max-width: 520px) {
  .automate-section__wrap-slider-pagination {
    padding: 14px 0px;
    gap: 10px;
  }
}
.automate-section__wrap-slider-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.32);
}
@media (max-width: 830px) {
  .automate-section__wrap-slider-pagination .swiper-pagination-bullet {
    position: relative;
    background-color: rgba(27, 118, 255, 0.309);
  }
}
@media (max-width: 520px) {
  .automate-section__wrap-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.automate-section__wrap-slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 830px) {
  .automate-section__wrap-slider-pagination .swiper-pagination-bullet-active {
    position: relative;
    background-color: rgb(27, 118, 255);
  }
}
.automate-section__phone-img {
  width: 292px;
  height: 537px;
  position: absolute;
  bottom: 0;
  right: 54px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .automate-section__phone-img {
    width: 240px;
    height: 440px;
    right: 34px;
  }
}
@media (max-width: 1024px) {
  .automate-section__phone-img {
    height: 410px;
  }
}
@media (max-width: 540px) {
  .automate-section__phone-img {
    width: 204px;
    height: auto;
    right: 15px;
    bottom: 55px;
  }
}
.automate-section__phone-text {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: #fff;
  box-shadow: 0 12.027px 16.036px 0 #d1d8e2;
  z-index: 2;
  position: relative;
  width: 390px;
}
@media (max-width: 980px) {
  .automate-section__phone-text {
    width: 95%;
  }
}
@media (max-width: 520px) {
  .automate-section__phone-text {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .automate-section__phone-text {
    padding: 10px 8px;
    max-width: 262px;
    position: relative;
    bottom: 77px;
  }
}
.automate-section__phone-text p {
  color: #020617;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.667px;
  letter-spacing: -0.267px;
}
@media (max-width: 540px) {
  .automate-section__phone-text p {
    font-size: 9px;
    line-height: 12px;
  }
}
.automate-section__phone-text ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 3px 0;
}
.automate-section__phone-text ul li {
  padding-left: 10px;
  color: #020617;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  line-height: 18.667px;
  letter-spacing: -0.267px;
}
.automate-section__phone-text ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #020617;
}
@media (max-width: 520px) {
  .automate-section__phone-text ul li {
    font-size: 9px;
    line-height: 12px;
  }
}
.automate-section__phone-text strong {
  font-weight: 600;
}
.automate-section__slide {
  padding: 40px 24px 60px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .automate-section__slide {
    padding: 20px 24px 50px;
  }
}
@media (max-width: 540px) {
  .automate-section__slide {
    padding: 20px 20px 20px;
  }
}
.automate-section__slide-img {
  width: 88px;
  height: 88px;
}
@media (max-width: 520px) {
  .automate-section__slide-img {
    width: 68px;
    height: 68px;
  }
}
.automate-section__slide-base {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 37px 0px;
}
@media (max-width: 1124px) {
  .automate-section__slide-base {
    padding: 20px 0px;
  }
}
@media (max-width: 524px) {
  .automate-section__slide-base {
    padding: 10px 0px;
  }
}
.automate-section__slide-name {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.48px;
  padding-top: 16px;
}
@media (max-width: 820px) {
  .automate-section__slide-name {
    padding-top: 10px;
    font-size: 21px;
  }
}
@media (max-width: 520px) {
  .automate-section__slide-name {
    font-size: 20px;
  }
}
.automate-section__slide-position {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 6px;
}
@media (max-width: 520px) {
  .automate-section__slide-position {
    font-size: 16px;
  }
}
.automate-section__slide-title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -1.08px;
  width: 90%;
}
@media (max-width: 1280px) {
  .automate-section__slide-title {
    font-size: 27px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .automate-section__slide-title {
    line-height: 32px;
    font-size: 24px;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .automate-section__slide-title {
    line-height: 22px;
    font-size: 18px;
  }
}
.automate-section__slide-content {
  padding: 16px;
  border-radius: 16px 16px 16px 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .automate-section__slide-content {
    padding: 12px;
    gap: 16px;
  }
}
@media (max-width: 520px) {
  .automate-section__slide-content {
    gap: 10px;
    padding: 10px;
  }
}
.automate-section__slide-content-text {
  color: #020617;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: 85%;
}
@media (max-width: 1280px) {
  .automate-section__slide-content-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .automate-section__slide-content-text {
    font-size: 14px;
    line-height: 19px;
  }
}
.automate-section__slide-content-star {
  width: 32px;
  height: 32px;
}
@media (max-width: 520px) {
  .automate-section__slide-content-star {
    width: 22px;
    height: 22px;
  }
}
.automate-section__slide-dots {
  position: absolute;
  inset: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0;
}
.automate-section__slide-dots canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
}

.intro-section {
  padding: 50px 0;
}
@media (max-width: 540px) {
  .intro-section {
    padding: 77px 0;
  }
}
.intro-section:last-of-type {
  padding-top: 52px;
  padding-bottom: 138px;
}
.intro-section:last-of-type .intro-section__main {
  padding-top: 23px;
}
.intro-section:last-of-type .intro-section__text {
  max-width: 510px;
}
.intro-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-section__icon {
  width: 92px;
  height: 92px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .intro-section__icon {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 1024px) {
  .intro-section__icon {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 540px) {
  .intro-section__icon {
    width: 73px;
    height: 73px;
  }
}
.intro-section__main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 0 24px;
  width: 65%;
}
@media (max-width: 1024px) {
  .intro-section__main {
    width: 85%;
    padding: 20px 0 20px;
  }
}
@media (max-width: 540px) {
  .intro-section__main {
    width: 100%;
  }
}
.intro-section__title {
  line-height: 40px;
  color: #020617;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15px;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 1024px) {
  .intro-section__title {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .intro-section__title {
    font-size: 35px;
    max-width: 320px;
    margin: 0 auto;
  }
}
.intro-section__text {
  color: #475569;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  display: inline-block;
  max-width: 758px;
  margin: -3px auto 0;
}
@media (max-width: 1280px) {
  .intro-section__text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .intro-section__text {
    font-size: 16px;
  }
}
.intro-section__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.intro-section__buttons {
  overflow: hidden;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 10px 0;
}
@media (max-width: 528px) {
  .intro-section__buttons {
    flex-direction: column;
    width: 100%;
  }
}
.intro-section__link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 28px;
  background: #020617;
  transition: all 0.5s ease;
}
@media (max-width: 1060px) {
  .intro-section__link {
    padding: 14px 22px;
  }
}
@media (max-width: 540px) {
  .intro-section__link {
    justify-content: center;
    display: inline-flex;
    margin: 0 auto;
    width: 100%;
    max-width: 294px;
  }
}
.intro-section__link span {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.4px;
  color: #fff;
}
@media (max-width: 1060px) {
  .intro-section__link span {
    font-size: 16px;
  }
}
.intro-section__link-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.intro-section__link-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.intro-section__link:hover {
  background: #1d2442;
}
.intro-section__link:hover .intro-section__link-btn {
  transform: translateY(-100%);
}
.intro-section__link:hover .intro-section__link-btn-duplicate {
  transform: translateY(-100%);
}
.intro-section__links {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  transition: all 0.5s ease;
}
@media (max-width: 1060px) {
  .intro-section__links {
    padding: 14px 22px;
  }
}
@media (max-width: 540px) {
  .intro-section__links {
    display: none;
  }
}
.intro-section__links span {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #020617;
}
@media (max-width: 1060px) {
  .intro-section__links span {
    font-size: 14px;
  }
}
.intro-section__links-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.intro-section__links-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.intro-section__links:hover {
  border: 1px solid #f1f5f9;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
.intro-section__links:hover .intro-section__links-btn {
  transform: translateY(-100%);
}
.intro-section__links:hover .intro-section__links-btn-duplicate {
  transform: translateY(-100%);
  color: #94a3b8;
}
.intro-section__links:hover .intro-section__links-icon {
  scale: 1.1;
  opacity: 0.4;
}
.intro-section__links-icon {
  width: 26px;
  height: 26px;
  transition: all 0.5s ease;
}

.single-solutions-page .intro-section__links {
  background-color: #1B76FF;
  border: 1px solid #0056D8;
}

.single-solutions-page .intro-section__links span {
  color: #fff;
}

.intro-section__links:hover .intro-section__links-btn-duplicate {
  color: #fff;
}

.single-solutions-page .intro-section__link {
  padding: 15px 51px;
}

.single-solutions-page .intro-section__links:hover {
  background: #0056D8;
}

.single-solutions-page .intro-section__links-icon {
  display: none;
}

.single-features-page .intro-section {
  padding: 0;
  margin: 136px 0;
}

.faq-filters-section {
  position: relative;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  padding: 100px 0 89px;
  margin: 47px 16px 0;
}
@media (max-width: 1280px) {
  .faq-filters-section {
    padding: 50px 0 80px;
  }
}
@media (max-width: 920px) {
  .faq-filters-section {
    padding: 50px 0;
    margin: 72px 4px;
    border-radius: 20px;
  }
}
.faq-filters-section__title {
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 44px;
  color: #020617;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .faq-filters-section__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .faq-filters-section__title {
    padding: 0 20px;
    font-size: 36px;
    line-height: 112%;
  }
}
.faq-filters-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 32px);
}
@media (max-width: 540px) {
  .faq-filters-section__container {
    width: 100%;
  }
}
.faq-filters-section__tabs {
  width: fit-content;
  margin: 44px 0 40px;
  display: flex;
  gap: 8px;
  padding: 8px;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
}
.faq-filters-section__tabs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1280px) {
  .faq-filters-section__tabs {
    margin: 30px 0;
  }
}
@media (max-width: 920px) {
  .faq-filters-section__tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .faq-filters-section__tabs {
    margin: 30px 0px;
  }
}
@media (max-width: 540px) {
  .faq-filters-section__tabs {
    border: 0px solid #e2e8f0;
    border-radius: 0px;
    background: rgba(241, 245, 249, 0);
    width: 100%;
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    margin: 32px 0px;
  }
}
.faq-filters-section__tab {
  padding: 16px 29px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .faq-filters-section__tab {
    padding: 8px 18px;
  }
}
@media (max-width: 575px) {
  .faq-filters-section__tab {
    padding: 11.5px 16px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
.faq-filters-section__tab-title {
  color: #020617;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .faq-filters-section__tab-title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .faq-filters-section__tab-title {
    font-size: 14px;
  }
}
.faq-filters-section__tab--active {
  background: #1b76ff;
  border: 1px solid rgba(226, 232, 240, 0);
  color: #ffffff;
}
.faq-filters-section__tab:hover {
  background: #1b76ff;
  border: 1px solid rgba(226, 232, 240, 0);
  color: #ffffff;
}
.faq-filters-section__tab-content {
  display: none;
}
.faq-filters-section__tab-content--active {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 920px) {
  .faq-filters-section__tab-content--active {
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .faq-filters-section__tab-content--active {
    padding: 0 16px;
  }
}
.faq-filters-section__item {
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 30px 30px 13px;
}
.faq-filters-section__item--active {
  padding-bottom: 30px;
}
@media (max-width: 920px) {
  .faq-filters-section__item {
    padding: 20px;
    border-radius: 19px;
  }
}
.faq-filters-section__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
  margin-bottom: 17px;
}
.faq-filters-section__question-text {
  color: #020617;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 1280px) {
  .faq-filters-section__question-text {
    font-size: 22px;
  }
}
@media (max-width: 920px) {
  .faq-filters-section__question-text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .faq-filters-section__question-text {
    font-size: 18px;
  }
}
.faq-filters-section__question-icon {
  margin-top: 7px;
  width: 29px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.faq-filters-section__answer {
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.faq-filters-section__answer-text {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 60%;
}
@media (max-width: 1100px) {
  .faq-filters-section__answer-text {
    font-size: 14px;
    width: 90%;
  }
}
.faq-filters-section--right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  z-index: -1;
}
@media (max-width: 1024px) {
  .faq-filters-section--right {
    opacity: 0.5 !important;
  }
}
@media (max-width: 768px) {
  .faq-filters-section--right {
    opacity: 0.2 !important;
  }
}
.faq-filters-section__action {
  padding-top: 65px;
  width: 566px;
}
@media (max-width: 648px) {
  .faq-filters-section__action {
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 540px) {
  .faq-filters-section__action {
    padding: 0 16px;
  }
}
.faq-filters-section__title_form {
  color: #020617;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  .faq-filters-section__title_form {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .faq-filters-section__title_form {
    font-size: 32px;
    padding-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .faq-filters-section__title_form {
    font-size: 28px;
  }
}
.faq-filters-section__forms {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-filters-section__forms .wpcf7 {
  width: 100%;
}
.faq-filters-section__forms .wpcf7-response-output {
  margin: 0px !important;
  font-size: 10px;
  text-align: center;
}
.faq-filters-section-form {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.faq-filters-section-form span {
  width: 100%;
}
.faq-filters-section-form span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  width: 100%;
}
.faq-filters-section-form .faq-filters-section-form__submit {
  cursor: pointer;
  border-radius: 16px;
  background: #1b76ff;
  padding: 20px 49px !important;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  top: -4px;
  position: relative;
}
@media (max-width: 1024px) {
  .faq-filters-section-form .faq-filters-section-form__submit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .faq-filters-section-form .faq-filters-section-form__submit {
    padding: 19px 51px !important;
  }
}
.faq-filters-section-form input {
  width: 100%;
  border-radius: 20px;
  padding: 21px 12px 20px 24px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #94a3b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.faq-filters-section-form input::placeholder {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
}
@media (max-width: 1024px) {
  .faq-filters-section-form input::placeholder {
    font-size: 14px;
  }
}
.faq-filters-section-form input:focus {
  border: 1px solid rgba(255, 255, 255, 0);
  outline: none;
}
@media (max-width: 1024px) {
  .faq-filters-section-form input {
    padding: 12px 12px 12px 14px;
    border-radius: 12px;
    font-size: 14px;
  }
}
.faq-filters-section-form .faq-filters-section-form__textarea {
  border-radius: 0px;
  width: 100%;
  color: #94a3b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
  padding: 0px;
  outline: none;
  border: 0px solid rgba(255, 255, 255, 0.95);
}
.faq-filters-section-form .faq-filters-section-form__textarea::placeholder {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.4px;
}
@media (max-width: 1024px) {
  .faq-filters-section-form .faq-filters-section-form__textarea::placeholder {
    font-size: 14px;
  }
}
.faq-filters-section-form .faq-filters-section-form__textarea:focus {
  border: 0px solid rgba(255, 255, 255, 0.95);
  outline: none;
}
@media (max-width: 1024px) {
  .faq-filters-section-form .faq-filters-section-form__textarea {
    font-size: 14px;
  }
}
.faq-filters-section-form__field {
  border-radius: 20px;
  padding: 20px 12px 4px 24px;
  border: 1px solid #e2e8f0;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .faq-filters-section-form__field {
    padding: 12px 12px 12px 14px;
    border-radius: 12px;
  }
}
.faq-filters-section-form__field--submits {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.faq-filters-section-form__field--submits span.wpcf7-spinner {
  display: none;
}
.faq-filters-section-form .custom-checkbox {
  display: flex;
  align-items: center;
}
.faq-filters-section-form .custom-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #002a34;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  background: #fff;
}
.faq-filters-section-form .custom-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 9px;
  border: solid #1b76ff;
  border-width: 0 1px 1px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.faq-filters-section-form .custom-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.faq-filters-section-form .custom-checkbox span {
  color: #003e49;
  font-size: 16px;
  letter-spacing: 0.21px;
  font-weight: 400;
  line-height: 150%;
}
.faq-filters-section-form .custom-checkbox span.wpcf7-list-item.first.last label {
  display: flex;
  gap: 12px;
  align-items: center;
}
.faq-filters-section-form .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.single-features-page .faq-filters-section {
  background-color: #fff;
  padding: 0;
  margin: 136px 0;
  border: none;
}

.slider-section {
  margin: 56px 0 136px;
  padding: 0 16px;
  position: relative;
}

.big-slider {
  border-radius: 24px;
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  height: 575px;
}
@media (max-width: 1199px) {
  .big-slider {
    height: 620px;
  }
}
@media (max-width: 991px) {
  .big-slider {
    height: 1083px;
  }
}
@media (max-width: 768px) {
  .big-slider {
    height: auto;
  }
}

.big-slider__slide {
  padding: 56px 0;
}

.big-slider__slide-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .big-slider__slide-inner {
    flex-direction: column;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .big-slider__slide-inner {
    gap: 30px;
  }
}

.big-slider__slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 570px;
}
@media (max-width: 1199px) {
  .big-slider__slide-content {
    max-width: 405px;
  }
}
@media (max-width: 991px) {
  .big-slider__slide-content {
    max-width: 100%;
  }
}

.big-slider__slide-icon {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .big-slider__slide-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}

.big-slider__slide-image-wrap {
  height: auto;
  max-width: 628px;
}
@media (max-width: 991px) {
  .big-slider__slide-image-wrap {
    max-width: 100%;
  }
}

.big-slider__slide-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.03em;
  color: #020617;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .big-slider__slide-title {
    font-size: 25px;
    line-height: 35px;
  }
}

.big-slider__slide-text li,
.big-slider__slide-text p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .big-slider__slide-text li,
  .big-slider__slide-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.big-slider__slide-text li {
  color: #020617;
  padding-left: 32px;
  margin-bottom: 16px;
  position: relative;
}
.big-slider__slide-text li::before {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  background-image: url(../images/check.svg);
  background-size: cover;
  position: absolute;
  top: 9px;
  left: 0;
}

.big-slider__slide-link-wrap {
  display: flex;
}

.big-slider__slide-link {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
  text-decoration: underline;
}

.slider-section__wrap-slider-pagination {
  position: absolute;
  right: 55px;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1399px) {
  .slider-section__wrap-slider-pagination {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .slider-section__wrap-slider-pagination {
    right: 50%;
    top: auto;
    bottom: 15px;
    flex-direction: row;
    transform: translateX(50%);
  }
}

.slider-section__wrap-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  border: 1px solid #E2E8F0;
  transition: all 0.3s ease-in-out;
}

.slider-section__wrap-slider-pagination .swiper-pagination-bullet-active {
  height: 48px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .slider-section__wrap-slider-pagination .swiper-pagination-bullet-active {
    width: 48px;
    height: 12px;
  }
}

.big-slider .automate-section__wrap-slider {
  width: 425px;
  height: 400px;
}

.slider-in-slider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 628px;
  height: 462px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  background-image: url(../images/sub-slider-decor.svg);
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .slider-in-slider-wrap {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
  }
}

.slider-in-slider-wrap .automate-section__slide {
  padding: 28px 19px 42px;
}

.slider-in-slider-wrap .automate-section__slide-title {
  font-size: 25px;
  line-height: 29px;
  max-width: 205px;
}

.slider-in-slider-wrap .automate-section__slide-img {
  width: 61px;
  height: 61px;
}

.slider-in-slider-wrap .automate-section__slide-name {
  font-size: 16px;
  line-height: 22px;
}

.slider-in-slider-wrap .automate-section__slide-position {
  font-size: 12px;
  line-height: 17px;
}

.slider-in-slider-wrap .automate-section__slide-content-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.slider-in-slider-wrap .automate-section__wrap-slider-pagination {
  gap: 11px;
  padding: 14px 0;
}
@media (max-width: 575px) {
  .slider-in-slider-wrap .automate-section__wrap-slider-pagination {
    position: absolute;
  }
}

.slider-in-slider-wrap .automate-section__wrap-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.slider-in-slider-wrap .automate-section__wrap-slider-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.32);
}

.slider-in-slider-wrap .automate-section__wrap-slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.fixed-card-slider .big-slider__slide {
  background-color: #F1F5F9;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
}

.fixed-card__wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.fixed-card-slider .big-slider__slide {
  transform-origin: 50% 0;
  position: sticky;
  top: 6em;
  transition: all 0.3s ease-in-out;
}

.slider-in-slider-wrap .automate-section__wrap-slider {
  width: 65%;
}

.list-with-image {
  margin: 136px 0;
}

.list-with-image__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .list-with-image__inner {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .list-with-image__content {
    width: 100%;
  }
}

.list-with-image__title {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #020617;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .list-with-image__title {
    font-size: 36px;
    line-height: 42px;
  }
}

.list-with-image__list {
  margin-bottom: 32px;
}

.list-with-image__item {
  list-style-type: none;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #475569;
  position: relative;
  padding-left: 40px;
}
.list-with-image__item:not(:last-child) {
  margin-bottom: 12px;
}
.list-with-image__item::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../images/check.svg);
  background-size: 82%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.list-with-image__image {
  width: 632px;
  height: auto;
}
@media (max-width: 575px) {
  .list-with-image__image {
    height: auto;
  }
}
.list-with-image__image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .list-with-image__image {
    width: 100%;
  }
}

.list-with-image__btn-wrap {
  display: flex;
}

.list-with-image__btn {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #fff;
  padding: 14px 28px;
  background-color: #020617;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.list-with-image__btn:hover {
  background-color: #1d2442;
  transition: all 0.3s ease-in-out;
}

.block-with-image {
  margin: 136px 0;
}

.block-with-image__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 0 127px 0 56px;
}
@media (max-width: 1399px) {
  .block-with-image__inner {
    padding: 0 56px;
  }
}
@media (max-width: 1199px) {
  .block-with-image__inner {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .block-with-image__inner {
    padding: 35px 35px 0 35px;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .block-with-image__inner {
    padding: 35px 16px 0;
  }
}

.block-with-image__content {
  max-width: 565px;
}
@media (max-width: 1199px) {
  .block-with-image__content {
    max-width: 445px;
  }
}
@media (max-width: 991px) {
  .block-with-image__content {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .block-with-image__content {
    max-width: 313px;
  }
}

.block-with-image__title {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #020617;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .block-with-image__title {
    font-size: 36px;
    line-height: 42px;
  }
}

.block-with-image__text li,
.block-with-image__text a,
.block-with-image__text p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
}

.block-with-image__text {
  margin-bottom: 86px;
}
@media (max-width: 991px) {
  .block-with-image__text {
    margin-bottom: 35px;
  }
}

.block-with-image__btn-wrap {
  display: flex;
  gap: 16px;
}
@media (max-width: 575px) {
  .block-with-image__btn-wrap {
    flex-direction: column;
  }
}

.block-with-image__img-wrap img {
  max-width: 380px;
  height: auto;
}

.block-with-image__btn1 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #fff;
  padding: 14px 38px;
  background-color: #020617;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .block-with-image__btn1 {
    text-align: center;
  }
}
.block-with-image__btn1:hover {
  background-color: #1d2442;
  transition: all 0.3s ease-in-out;
}

.block-with-image__btn2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  border: 1px solid #f1f5f9;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  padding: 14px 66px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.block-with-image__btn2:hover {
  box-shadow: none;
  background: #020617;
  border: 1px solid #020617;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .block-with-image__btn2 {
    text-align: center;
  }
}

.block-with-image.narrower {
  max-width: 1100px;
  margin: 136px auto;
}

.block-with-image.narrower .block-with-image__img-wrap {
  padding-bottom: 44px;
}

.block-with-image.narrower .block-with-image__img-wrap img {
  width: 398px;
}
@media (max-width: 575px) {
  .block-with-image.narrower .block-with-image__img-wrap img {
    width: 100%;
  }
}

.block-with-image.narrower .block-with-image__inner {
  padding: 0 21px 0 56px;
}
@media (max-width: 991px) {
  .block-with-image.narrower .block-with-image__inner {
    padding: 35px 35px 0 35px;
  }
}
@media (max-width: 575px) {
  .block-with-image.narrower .block-with-image__inner {
    padding: 35px 16px 0;
  }
}

.list-of-advantages {
  margin: 136px 16px;
}

.list-of-advantages-inner {
  background-color: #F1F5F9;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
  padding: 80px 0;
}

.list-of-advantages__title {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
  text-align: center;
  margin: 0 auto 64px;
  max-width: 675px;
}
@media (max-width: 575px) {
  .list-of-advantages__title {
    font-size: 36px;
    line-height: 42px;
    margin: 0 auto 40px;
  }
}

.list-of-advantages__slider {
  max-width: 1165px;
  margin: 0 auto;
  overflow: hidden;
}

.list-of-advantages__slide-inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #CBD5E1;
}

.advantage-item {
  width: 33.3333333333%;
  flex-grow: 1;
  padding: 24px;
}
@media (max-width: 991px) {
  .advantage-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .advantage-item {
    width: 100%;
  }
}
.advantage-item:not(:nth-child(3n)) {
  border-right: 1px solid #CBD5E1;
}
@media (max-width: 991px) {
  .advantage-item:not(:nth-child(3n)) {
    border-right: none;
  }
}
.advantage-item:first-child, .advantage-item:nth-child(2), .advantage-item:nth-child(3) {
  border-bottom: 1px solid #CBD5E1;
}
@media (max-width: 575px) {
  .advantage-item:first-child, .advantage-item:nth-child(2), .advantage-item:nth-child(3) {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .advantage-item:nth-child(4) {
    border-bottom: 1px solid #CBD5E1;
  }
}
@media (max-width: 575px) {
  .advantage-item:nth-child(4) {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .advantage-item:nth-child(odd) {
    border-right: 1px solid #CBD5E1;
  }
}
@media (max-width: 575px) {
  .advantage-item:nth-child(odd) {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .advantage-item:not(:last-child) {
    border-bottom: 1px solid #CBD5E1;
  }
}

.advantage-item__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}
.advantage-item__icon img {
  width: 100%;
  height: 100%;
}

.advantage-item__icon.with-shadow {
  box-shadow: -1.18px 17.73px 7.09px 0 rgba(125, 143, 161, 0.03), -1.18px 9.45px 5.91px 0 rgba(125, 143, 161, 0.1), 0 4.73px 4.73px 0 rgba(125, 143, 161, 0.16);
  border-radius: 12px;
}

.advantage-item__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #020617;
  margin-bottom: 8px;
}

.advantage-item__text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #475569;
  max-width: 340px;
}

.adv-nav-btn {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.adv-nav-btn:hover {
  background-color: #020617;
  border-color: #020617;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.adv-nav-btn svg path {
  transition: all 0.3s ease-in-out;
}

.adv-nav-btn:hover svg path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}

.list-of-advantages-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
}

.two-in-row .advantage-item {
  width: 50%;
}
.two-in-row .advantage-item:nth-child(even) {
  border-right: none;
}
@media (max-width: 575px) {
  .two-in-row .advantage-item {
    width: 100%;
  }
}

.two-in-row .advantage-item:nth-child(odd) {
  border-right: 1px solid #CBD5E1;
}
@media (max-width: 575px) {
  .two-in-row .advantage-item:nth-child(odd) {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #CBD5E1;
  }
}

.two-in-row .advantage-item {
  border-bottom: 1px solid #CBD5E1;
}

.two-in-row .advantage-item:last-child,
.two-in-row .advantage-item:nth-last-child(2) {
  border-bottom: none;
}

@media (max-width: 575px) {
  .two-in-row .advantage-item:nth-last-child(2) {
    border-bottom: 1px solid #CBD5E1;
  }
}

.three-items-style .advantage-item {
  width: 50%;
}
@media (max-width: 575px) {
  .three-items-style .advantage-item {
    width: 100%;
  }
}
.three-items-style .advantage-item:first-child {
  border-bottom: 1px solid #CBD5E1;
}
.three-items-style .advantage-item:nth-child(2) {
  border-right: none;
}
.three-items-style .advantage-item:last-child {
  width: 100%;
  border-bottom: none;
}

.three-items-style .advantage-item__text {
  max-width: 880px;
}

.seven-items-style .advantage-item:nth-last-child(3) {
  border-bottom: none;
}
.seven-items-style .advantage-item:last-child {
  width: 100%;
  border-top: 1px solid #CBD5E1;
  border-left: none;
  border-right: none;
}

.advantage-item.with-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantage-item__image {
  width: auto;
  height: 170px;
  padding-right: 24px;
}
@media (max-width: 575px) {
  .advantage-item__image {
    display: none;
  }
}

.eight-items-style .advantage-item {
  width: 33.3333333333%;
  border-right: 1px solid #CBD5E1;
  border-bottom: 1px solid #CBD5E1;
}
@media (max-width: 991px) {
  .eight-items-style .advantage-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .eight-items-style .advantage-item {
    width: 100%;
    border-right: none;
  }
}
.eight-items-style .advantage-item:first-child, .eight-items-style .advantage-item:nth-child(2) {
  width: 50%;
}
@media (max-width: 575px) {
  .eight-items-style .advantage-item:first-child, .eight-items-style .advantage-item:nth-child(2) {
    width: 100%;
  }
}
.eight-items-style .advantage-item:nth-child(2), .eight-items-style .advantage-item:nth-child(5), .eight-items-style .advantage-item:last-child {
  border-right: none;
}
.eight-items-style .advantage-item:nth-last-child(3), .eight-items-style .advantage-item:nth-last-child(2), .eight-items-style .advantage-item:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .eight-items-style .advantage-item:nth-child(even) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .eight-items-style .advantage-item:nth-child(5) {
    border-right: 1px solid #CBD5E1;
  }
}
@media (max-width: 575px) {
  .eight-items-style .advantage-item:nth-child(5) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .eight-items-style .advantage-item:nth-last-child(3) {
    border-bottom: 1px solid #CBD5E1;
  }
}
@media (max-width: 575px) {
  .eight-items-style .advantage-item:nth-last-child(2) {
    border-bottom: 1px solid #CBD5E1;
  }
}

.div-2-2-2-1 .advantage-item {
  width: 50%;
}
@media (max-width: 575px) {
  .div-2-2-2-1 .advantage-item {
    width: 100%;
  }
}
.div-2-2-2-1 .advantage-item:not(:last-child) {
  border-bottom: 1px solid #CBD5E1;
}
.div-2-2-2-1 .advantage-item:nth-child(odd) {
  border-right: 1px solid #CBD5E1;
}
@media (max-width: 575px) {
  .div-2-2-2-1 .advantage-item:nth-child(odd) {
    border-right: none;
  }
}
.div-2-2-2-1 .advantage-item:nth-child(even) {
  border-right: none;
}
.div-2-2-2-1 .advantage-item:last-child {
  border-right: none;
  border-left: none;
}

.div-1-2 .advantage-item {
  width: 50%;
  border-bottom: none;
}
.div-1-2 .advantage-item:first-child {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #CBD5E1;
}
@media (max-width: 991px) {
  .div-1-2 .advantage-item:nth-child(2) {
    border-right: 1px solid #CBD5E1;
  }
}
@media (max-width: 991px) {
  .div-1-2 .advantage-item:last-child {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .div-1-2 .advantage-item {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 575px) {
  .div-1-2 .advantage-item:not(:last-child) {
    border-bottom: 1px solid #CBD5E1;
    border-right: none;
  }
}

.div-3-2 .advantage-item:last-child {
  border-right: none;
}

.blog-section {
  margin: 136px 0;
}

.blog-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .blog-section-header {
    flex-direction: column;
    gap: 20px;
  }
}

.blog-section__title {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
}
@media (max-width: 575px) {
  .blog-section__title {
    font-size: 36px;
    line-height: 42px;
  }
}

.btn-to-blog-wrap {
  display: flex;
}

.btn-to-blog {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 9px 16px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #020617;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  transition: all 0.3s ease-in-out;
}
.btn-to-blog:hover {
  background-color: #020617;
  border-color: #020617;
  color: #fff;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.btn-to-blog svg path {
  transition: all 0.3s ease-in-out;
}

.btn-to-blog:hover svg path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}

.blog-section-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.post-item {
  display: block;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .post-item {
    width: 100%;
  }
}

.post-item__img-wrap {
  border-radius: 12px;
  border: 1px solid #CBD5E1;
  background-color: #fff;
  padding: 8px;
  width: 100%;
  height: 316px;
  margin-bottom: 32px;
  box-shadow: -1.18px 17.73px 7.09px 0 rgba(125, 143, 161, 0.03), -1.18px 9.45px 5.91px 0 rgba(125, 143, 161, 0.1), 0px 4.73px 4.73px 0 rgba(125, 143, 161, 0.16);
}
@media (max-width: 575px) {
  .post-item__img-wrap {
    height: 250px;
  }
}

.post-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.post-item__cat-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-item__cat {
  background-color: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 8px 16px;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #020617;
}

.post-item__title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
  margin-bottom: 32px;
  padding-right: 15px;
}

.post-item__time-to-read,
.post-item__date {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
}

.blue_block-section {
  padding: 50px 0px;
}
.blue_block-section__main {
  position: relative;
  overflow: hidden;
  padding: 54px 150px 76px 54px;
  border-radius: 24px;
  background: #1b76ff;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .blue_block-section__main {
    padding: 50px 100px 50px 50px;
    gap: 20px;
  }
}
@media (max-width: 1185px) {
  .blue_block-section__main {
    padding: 44px 70px 44px 44px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .blue_block-section__main {
    padding: 44px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
}
@media (max-width: 580px) {
  .blue_block-section__main {
    padding: 34px;
  }
}
@media (max-width: 480px) {
  .blue_block-section__main {
    padding: 20px;
  }
}
.blue_block-section__main-bg {
  width: 100%;
  max-width: 690px;
}
@media (max-width: 1320px) {
  .blue_block-section__main-bg {
    width: 65%;
  }
}
@media (max-width: 1280px) {
  .blue_block-section__main-bg {
    width: 70%;
  }
}
@media (max-width: 1185px) {
  .blue_block-section__main-bg {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .blue_block-section__main-bg {
    width: 100%;
  }
}
.blue_block-section__icon {
  width: 140px;
  height: 140px;
}
@media (max-width: 1280px) {
  .blue_block-section__icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .blue_block-section__icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .blue_block-section__icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .blue_block-section__icon {
    width: 70px;
    height: 70px;
  }
}
.blue_block-section__title {
  color: #fff;
  font-weight: 500;
  padding-bottom: 50px;
  line-height: 56px;
}
@media (max-width: 1280px) {
  .blue_block-section__title {
    padding-bottom: 40px;
  }
}
@media (max-width: 1185px) {
  .blue_block-section__title {
    padding-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .blue_block-section__title {
    padding-bottom: 20px;
    line-height: 30px;
  }
}
.blue_block-section__list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 480px) {
  .blue_block-section__list {
    gap: 10px;
  }
}
.blue_block-section__item {
  display: flex;
  gap: 14px;
}
.blue_block-section__item-check {
  width: 26px;
  height: 15px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .blue_block-section__item-check {
    margin-top: 7px;
  }
}
.blue_block-section__item-title {
  width: fit-content;
  background: #fff;
  color: #1b76ff;
  padding: 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .blue_block-section__item-title {
    font-size: 18px;
  }
}
.blue_block-section__item-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .blue_block-section__item-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .blue_block-section__item-text {
    line-height: 22px;
  }
}
.blue_block-section-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .blue_block-section-bg {
    position: absolute;
    top: 0;
    right: -67%;
    width: fit-content;
    height: fit-content;
  }
}

.single-solutions-page .blue-section {
  padding: 68px 0;
}

.single-solutions-page .blue_block-section__main {
  padding: 56px 162px 56px 56px;
}
@media (max-width: 575px) {
  .single-solutions-page .blue_block-section__main {
    padding: 20px;
  }
}

.single-solutions-page .blue_block-section-bg {
  top: -25px;
  right: -85px;
}
@media (max-width: 1180px) {
  .single-solutions-page .blue_block-section-bg {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .single-solutions-page .blue_block-section-bg {
    right: -480px;
  }
}
@media (max-width: 575px) {
  .single-solutions-page .blue_block-section-bg {
    right: -570px;
  }
}

.single-solutions-page .blue_block-section__list {
  gap: 24px;
}

.single-solutions-page .blue_block-section__main-bg {
  max-width: 725px;
}

.title-text-section {
  margin: 56px 0;
}

.title-text-section__title {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
  margin-bottom: 24px;
}

.title-text-section__text {
  max-width: 550px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #475569;
}