/* Typography */
h1,
.h1 {
  font-size: 80px;
}

h2,
.h2 {
  font-size: 64px;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 35px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 22px;
}

.subtitle {
  font-size: 20px;
}

.subtitle-2 {
  font-size: 18px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

p,
.text {
  font-size: 16px;
  line-height: 1.6;
}
p._lg,
.text._lg {
  font-size: 18px;
}
p._sm,
.text._sm {
  font-size: 14px;
}

:root {
  height: 100%;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

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

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}
button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fcfcff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

body {
  cursor: default;
  height: 100%;
  background: #fcfcff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

body.active {
  overflow: hidden;
}

a {
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  color: #000;
}

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

img,
svg {
  pointer-events: none;
}

.logo {
  display: flex;
  font-size: 24px;
  height: 1em;
  width: 7.5em;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  padding: 0.7em 1.45em;
  color: #101010;
  background: rgba(67, 96, 246, 0.2);
  font-family: "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  transition: all 0.3s ease;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
.button--primary {
  position: relative;
  color: #fff;
  background: #4360f6;
  border-radius: 4em;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
.button--primary:hover {
  opacity: 1;
  background: #0d1333;
}
.button--primary:active {
  opacity: 0.8;
  background: #0d1333;
}
.button--text {
  gap: 0.5em;
  padding: 0.2em;
  background: transparent;
  color: #0d1333;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}
.button--text:hover {
  color: #4360f6;
}
.button--text:active {
  opacity: 0.8;
}
.button--text._primary {
  color: #4360f6;
}
.button--text._primary:hover {
  color: #1237f4;
}
.button:disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.text-mark {
  position: relative;
  display: inline-flex;
  z-index: 0;
  height: 1.1em;
}
.text-mark span {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(130deg, #fbfcff -10%, #0d1333 23.2%, #0d1333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-mark span:nth-child(n+2) {
  position: absolute;
  opacity: 0;
}
.text-mark:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: calc(100% + 0.25em);
  height: 1.2em;
  transform: translate(-50%, -50%);
  background: #eef1ff;
  border-radius: 10px 0px;
  z-index: -1;
}
.text-underline {
  position: relative;
}
.text-underline:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}
.text-gradient {
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(90deg, #2cc97e 0%, #4360f6 40.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-primary {
  color: #4360f6;
}
.color-green {
  color: #2cc97e;
}
.color-green-1 {
  color: #15d934;
}
.color-red {
  color: #ff0000;
}

.animated-text {
  white-space: nowrap;
}
.animated-text em {
  display: inline-block;
  font-style: inherit;
}
.animated-count {
  white-space: nowrap;
}
.animated-count em {
  display: inline-block;
  font: inherit;
  font-style: inherit;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ratioBox {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
}
.ratioBox img,
.ratioBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratioBox--contain img {
  object-fit: contain;
}

.tabnav {
  display: flex;
  font-size: 16px;
  border-radius: 4em;
  background: #fcfcff;
  padding: 3px;
  gap: 3px;
}
.tabnav-button {
  padding: 0.8em 1.5em;
  min-width: 175px;
  border-radius: inherit;
  color: #0d1333;
  font-size: inherit;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.3s ease-out;
}
.tabnav-button:hover {
  color: #4360f6;
  background: rgba(67, 96, 246, 0.05);
}
.tabnav-button.active {
  color: #fff;
  background: #4360f6;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion__item {
  color: #fff;
  background: #0d1333;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
.accordion__item-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-out;
  padding: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.accordion__item-title-arrow {
  width: 1em;
  height: 1em;
}
.accordion__item-title-arrow svg {
  width: 100%;
  height: 100%;
  transition: 0.2s ease-out;
}
.accordion__item-title:hover {
  color: #d5dbfd;
}
.accordion__item-title:active .accordion__item-title-arrow svg {
  transform: scale(0.9);
}
.accordion__item-content {
  overflow: hidden;
  height: 0;
}
.accordion__item-content-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 20px 25px;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  z-index: 0;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
}
.container--lines {
  position: relative;
}
.container--lines .container-line {
  position: absolute;
  top: 50%;
  height: 100vh;
  width: 2px;
  transform: translateY(-50%);
  color: #4360f6;
}
.container--lines .container-line._left {
  left: 60px;
}
.container--lines .container-line._right {
  right: 60px;
}

.footer {
  margin-top: auto;
  background: #4360f6;
  border-radius: 60px 60px 0 0;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 0;
  color: #fff;
  font-size: 14px;
}
.footer__inner-logo, .footer__inner-links {
  min-width: 200px;
}
.footer__inner-logo .logo {
  font-size: 21px;
}
.footer__inner-copyright {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #fff;
  font-size: 14px;
  font-family: "Outfit", "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.footer__inner-copyright .svg {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
}
.footer__inner-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__inner-links a {
  color: #fff;
  font-size: 35px;
  width: 1em;
  height: 1em;
  transition: 0.2s ease-out;
}
.footer__inner-links a svg {
  width: 100%;
  height: 100%;
}
.footer__inner-links a:hover {
  color: #d5dbfd;
}
.footer__inner-links a:active {
  color: #fff;
  transform: scale(0.9);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 0;
  z-index: 1;
  transition: 0.2s ease-out;
  transition-property: opacity, transform, padding;
  background: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.header__inner-nav {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.header__inner .burger {
  display: none;
}

.nav {
  flex-grow: 1;
}
.nav__inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav__inner-group {
  display: flex;
  align-items: center;
}
.nav__inner-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: #fff;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s ease-out;
}
.nav__inner-link._sm {
  padding: 5px 10px;
}
.nav__inner-link svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.7em;
}
.nav__inner-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  height: 0;
  width: 60%;
  background: #4360f6;
  opacity: 0;
  transition: 0.3s ease-out;
  transform: translateX(-50%);
}
.nav__inner-link:hover {
  color: #4360f6;
}
.nav__inner-link:hover:after {
  opacity: 1;
  height: 2px;
  width: 80%;
}

.burger {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 10px;
  width: 2.6em;
  height: 2em;
  color: #4360f6;
  background: transparent;
  transition: 0.2s ease;
}
.burger span, .burger::after, .burger::before {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.32em;
  background-color: currentColor;
  border-radius: 0.4em;
  transition: all 0.3s ease;
}
.burger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.burger::before {
  content: "";
  top: 0;
  transform: translateX(-50%);
}
.burger::after {
  content: "";
  bottom: 0;
  transform: translateX(-50%);
}
.burger:hover {
  opacity: 0.8;
}
.burger.active {
  color: #4360f6;
}
.burger.active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger.active::after {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.burger.active span {
  width: 0;
  opacity: 0;
  transition: 0.2s ease;
}

.menu {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  max-width: 360px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 4px 24px -1px rgba(16, 16, 16, 0.2);
  padding: 50px 25px;
  transform: translate(-50%, -70%);
  opacity: 0;
  transition: 0.15s ease-in-out 0s;
  border-radius: 30px;
}
.menu__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.4);
  backdrop-filter: blur(4px);
  z-index: 0;
  transform: translate(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0s ease 0.25s, opacity 0.2s ease-in-out 0s;
  z-index: 4;
}
.menu__wrapper.active {
  pointer-events: all;
  transform: translate(0);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.menu__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.menu-link {
  color: #101010;
}
.menu-link:after {
  left: 0;
  top: 50%;
  width: 2px;
  height: 80%;
  transform: translateY(-50%);
}
.menu-link:hover {
  color: #4360f6;
}
.menu-link:hover:after {
  width: 2px;
  height: 100%;
}
.menu.active {
  opacity: 1;
  transition: 0.3s ease-in-out 0.05s;
  transform: translate(-50%, -50%);
}

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  padding: 135px 0;
  overflow: hidden;
  z-index: 0;
}
.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
}
.hero__inner-content {
  display: flex;
  flex-direction: column;
  gap: 5vh;
  width: 60%;
  max-width: 630px;
}
.hero__inner-content p {
  color: #101010;
  font-family: "Outfit", "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
}
.hero__inner-content > .button {
  align-self: flex-start;
}
.hero__inner-banner {
  width: 35%;
  max-width: 370px;
  margin-right: 20px;
}
.hero__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #4360f6;
}
.hero__title h1 {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
}
.hero__title-group {
  display: flex;
  align-items: center;
  gap: 1em;
}
.hero__banner {
  position: relative;
  z-index: 0;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 25px;
  background: #fff;
  box-shadow: 15px 15px 0 0 #4360f6;
  overflow: hidden;
}
.hero__banner-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  height: 7.5em;
  width: 7.5em;
  font-size: 20px;
  z-index: 0;
  opacity: 0;
}
.hero__banner-icon._wide {
  width: 10em;
}
.hero__banner-icon > span {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
}
.hero__banner-icon > span._shadow {
  background: #f5f5ff;
  background: rgba(67, 96, 246, 0.1);
  z-index: -2;
}
.hero__banner-icon > span._glow {
  background: #2cc97e;
  z-index: -1;
}
.hero__banner-icon img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero__banner:after, .hero__banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: inherit;
}
.hero__banner:after {
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(0deg, #2cc97e 0%, #4360f6 40.02%);
}
.hero__banner:before {
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: -1;
  background: #fff;
}
.hero__bg {
  position: absolute;
  z-index: -1;
  width: 200vw;
  min-width: 200vh;
  height: 200vh;
  background: #f5f5ff;
  opacity: 0;
}
.hero-next {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  gap: 0.5em;
  opacity: 0;
}

.process {
  position: relative;
  min-height: 100vh;
  padding: 16vh 0;
  border-radius: 50px;
  display: flex;
}
.process__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10vh;
  min-height: 100%;
  border-radius: 50px;
  color: #fcfcff;
}
.process__inner > h2 {
  text-align: center;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  line-height: 1.1;
  text-align: center;
}
.process__inner-steps {
  display: flex;
  flex-direction: column;
}
.process__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 26vh;
}
.process__step-title {
  display: flex;
  align-items: center;
  max-width: 370px;
  padding: 1em 0.9em;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
  background: #eef1ff;
  border-radius: 5px;
}
.process__step-title .h6 {
  color: #101010;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.process__step-text {
  width: calc(100% - 400px);
  max-width: 780px;
}
.process__step-text p {
  color: #fcfcff;
  font-family: "Outfit", "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.01em;
}
.process__step-line {
  position: absolute;
  font-size: 20px;
  top: 3em;
  left: 5em;
  height: calc(100% - 3em);
}
.process__step-line svg {
  color: #4360f6;
  height: 100%;
  width: auto;
}
.process__step:last-child {
  min-height: unset;
}
.process__step:last-child .process__step-line {
  display: none;
}
.process__step:nth-child(even) .process__step-line {
  transform: rotateY(180deg);
}
.process .bg {
  border-radius: inherit;
  background: #0d1333;
}

.testimonials {
  position: relative;
  display: flex;
  min-height: 100vh;
  padding: 70px 0;
}
.testimonials__inner {
  display: flex;
  flex-direction: column;
  gap: 10vh;
}
.testimonials__inner-slider {
  position: relative;
  z-index: 0;
}
.testimonials__inner-slider .swiper-slide {
  height: unset !important;
}
.testimonials__inner-slider .swiper-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.testimonials__inner-slider .swiper-arrow:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #4360f6;
  border-radius: inherit;
  transition: 0.3s ease-out;
}
.testimonials__inner-slider .swiper-arrow.swiper-button-disabled {
  cursor: default !important;
}
.testimonials__inner-slider .swiper-arrow.swiper-button-disabled:after {
  transform: unset !important;
  background: #d5dbfd !important;
}
.testimonials__inner-slider .swiper-arrow svg {
  width: 1em;
  height: 1em;
}
.testimonials__inner-slider .swiper-arrow:hover:after {
  transform: scale(1.2);
}
.testimonials__inner-slider .swiper-arrow:active:after {
  transform: scale(0.9);
}
.testimonials__inner-slider .swiper-arrow--left {
  right: calc(100% + 30px);
}
.testimonials__inner-slider .swiper-arrow--right {
  left: calc(100% + 30px);
}
.testimonials__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.testimonials__title h2 {
  font-style: normal;
  line-height: 1.1;
  color: #0d1333;
}
.testimonials__title h5 {
  color: #4360f6;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
.testimonialsSlide {
  display: flex;
  flex-wrap: wrap;
  border: 9px solid #4360f6;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.testimonialsSlide__user-img {
  font-size: 18px;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 0.5em solid #4360f6;
}
.testimonialsSlide__user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.testimonialsSlide__user-info {
  text-align: center;
}
.testimonialsSlide__user-info .h4 {
  color: #0d1333;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.testimonialsSlide__user-info-group {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  gap: 0.4em;
  line-height: 1.2;
  text-align: center;
  color: #0d1333;
}
.testimonialsSlide__user-info-group span {
  font-style: normal;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}
.testimonialsSlide__user-info-group strong {
  font-style: normal;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}
.testimonialsSlide__user-info-social {
  display: flex;
  justify-content: center;
  font-size: 24px;
  gap: 0.35em;
}
.testimonialsSlide__user-info-social a {
  display: flex;
  height: 1em;
  font-size: inherit;
  width: auto;
  transition: 0.3s ease-out;
}
.testimonialsSlide__user-info-social a img {
  height: 100%;
  width: auto;
}
.testimonialsSlide__user-info-social a:hover {
  transform: scale(1.1);
}
.testimonialsSlide__user-info-social a:active {
  transition-duration: 0.1s;
  transform: scale(0.95);
}
.testimonialsSlide__user-videobtn {
  display: none;
}
.testimonialsSlide__banner {
  display: flex;
  width: 100%;
  background: #d5dbfd;
  height: 200px;
}
.testimonialsSlide__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonialsSlide__profits {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonialsSlide__profits-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonialsSlide__profits-head {
  width: 35%;
  color: #0d1333;
  font-style: normal;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
}
.testimonialsSlide__profits-head strong {
  font-weight: 800;
  margin-right: 0.25em;
}
.testimonialsSlide__profits-col {
  flex: 1 0 0;
  text-align: center;
  color: #0d1333;
}
.testimonialsSlide__profits-col span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
.testimonialsSlide__profits-col strong {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.testimonialsSlide__profits .hide-desk {
  display: none;
}
.testimonialsSlide__video {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 290px;
  height: calc(100% - 20px);
  background: #0d1333;
  border-radius: 30px;
  overflow: hidden;
  z-index: 0;
}
.testimonialsSlide__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #4360f6;
  font-size: 20px;
  z-index: 2;
  width: 5em;
  height: 5em;
}
.testimonialsSlide__video-play:after, .testimonialsSlide__video-play:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
}
.testimonialsSlide__video-play:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: #fff;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: 0.2s ease-out;
}
.testimonialsSlide__video-play:after {
  border-top: 1.75em solid transparent;
  border-bottom: 1.75em solid transparent;
  border-left: 3em solid currentColor;
  transform: translate(-40%, -50%);
}
.testimonialsSlide__video-play:hover:before {
  opacity: 0.1;
  transform: translate(-50%, -50%) scale(1.2);
}
.testimonialsSlide__video-play:active:before {
  opacity: 0.25;
  transform: translate(-50%, -50%) scale(1);
  transition-duration: 0.1;
}
.testimonialsSlide__video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.testimonialsSlide__video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonialsSlide__video-poster:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  background: #0d1333;
  opacity: 0.1;
}
.testimonialsSlide__video-poster-title {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  writing-mode: vertical-rl;
}
.testimonialsSlide__video:hover .testimonialsSlide__video-poster:after {
  opacity: 0.3;
}
.testimonialsSlide__video-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonialsSlide__video-frame iframe {
  width: 100%;
  height: 100%;
}
.testimonialsSlide__video.active .testimonialsSlide__video-play {
  opacity: 0;
  pointer-events: none;
}
.testimonialsSlide__video.active .testimonialsSlide__video-poster {
  pointer-events: none;
}
.testimonialsSlide__video.active .testimonialsSlide__video-poster:after {
  opacity: 0;
}
.testimonialsSlide__video.playing .testimonialsSlide__video-play {
  opacity: 0;
  pointer-events: none;
}
.testimonialsSlide__video.playing .testimonialsSlide__video-poster {
  pointer-events: none;
  opacity: 0;
}
.testimonialsSlide__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonialsSlide__content-text p {
  color: #0d1333;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.testimonialsSlide--banner .testimonialsSlide__user {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  gap: 25px;
}
.testimonialsSlide--banner .testimonialsSlide__user-img {
  margin-top: -5em;
}
.testimonialsSlide--banner .testimonialsSlide__user-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonialsSlide--banner .testimonialsSlide__user-info .h4 {
  font-size: 22px;
}
.testimonialsSlide--banner .testimonialsSlide__content {
  padding: 25px;
  width: calc(100% - 260px);
}
.testimonialsSlide--video .testimonialsSlide__user {
  padding: 20px;
  display: flex;
  align-items: center;
  width: calc(100% - 310px);
  gap: 15px;
}
.testimonialsSlide--video .testimonialsSlide__user-info {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  gap: 20px;
}
.testimonialsSlide--video .testimonialsSlide__content {
  padding: 0 30px 25px;
  width: calc(100% - 310px);
}

.projects {
  position: relative;
  display: flex;
  min-height: 100vh;
  padding: 60px 0;
  border-radius: 50px;
  background: #0d1333;
}
.projects__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fcfcff;
  min-height: 100%;
}
.projects__inner-tabnav {
  display: flex;
  justify-content: center;
}
.projects__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.projects__title h5 {
  color: #4360f6;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.projects__title h2 {
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
.projects__grid {
  display: grid;
  gap: 35px 30px;
  grid-template-columns: repeat(3, 1fr);
}
.projects__grid-item {
  position: relative;
  border: 3px solid #4360f6;
  z-index: 0;
}
.projects__grid-item .ratioBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects__grid-item-poster {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 16px;
  color: #4360f6;
  transition: 0.3s ease-out;
}
.projects__grid-item-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects__grid-item-poster:after, .projects__grid-item-poster:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.2s ease-out;
}
.projects__grid-item-poster:before {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #0d1333;
  transform: translate(-50%, -50%) scale(0.8);
}
.projects__grid-item-poster:after {
  border-top: 1.75em solid transparent;
  border-bottom: 1.75em solid transparent;
  border-left: 3em solid currentColor;
  transform: translate(-40%, -50%);
}
.projects__grid-item-poster:hover:after {
  opacity: 1;
}
.projects__grid-item-poster:hover:before {
  opacity: 0.25;
  transform: translate(-50%, -50%) scale(1.2);
}
.projects__grid-item-poster:active:before {
  opacity: 0.25;
  transform: translate(-50%, -50%) scale(1);
  transition-duration: 0.1;
}
.projects__grid-item.active .projects__grid-item-poster:before {
  opacity: 0;
}
.projects__grid-item.playing .projects__grid-item-poster {
  opacity: 0;
  pointer-events: none;
}

.faq {
  position: relative;
  display: flex;
  min-height: 100vh;
  padding: calc(60px + 10vh) 0 60px 0;
  border-radius: 0 0 50px 50px;
  background: #4360f6;
  margin-top: -60px;
  z-index: -1;
}
.faq__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fcfcff;
  min-height: 100%;
}
.faq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.faq__title h2 {
  color: #0d1333;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
.faq__title h5 {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.contacts {
  position: relative;
  display: flex;
  min-height: calc(100vh - 60px);
  padding: 60px 0;
}
.contacts__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15vh;
  min-height: 100%;
}
.contacts__button {
  position: relative;
}
.contacts__button .button {
  font-size: 24px;
}
.contacts__button-arrow {
  position: absolute;
  left: 106%;
  bottom: 25%;
  font-size: 20px;
  width: 4em;
  height: 3.5em;
}
.contacts__button-arrow svg {
  width: 100%;
  height: 100%;
}
.contacts__button-arrow span {
  color: #4360f6;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-90%) rotate(30deg);
  font-family: "Outfit", "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.contacts__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contacts__title h2 {
  color: #0d1333;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
.contacts__title h5 {
  color: #4360f6;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

@keyframes about-bg {
  from {
    transform: translate(-50%);
  }
  40% {
    transform: translate(-50%, 55%);
  }
  50% {
    transform: translate(-50%, 55%);
  }
  to {
    height: 50vh;
    transform: translate(-50%, 60%) rotate(-10deg);
  }
}
.about {
  padding: 250px 0;
}
.about .bg {
  background: #0d1333;
}
.about .bg:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 200%;
  height: 40vh;
  background: #fff;
  opacity: 0.035;
  transform: translate(-50%);
  animation: about-bg 3s ease-out both;
}
.about__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  color: #fff;
}
.about__inner-content {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  font-size: 24px;
}
.about__inner-content p {
  font-size: inherit;
  font-family: "Outfit", "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #fcfcff;
}
.about__inner-content p strong {
  display: inline-block;
  font: inherit;
  line-height: inherit;
  width: 100%;
  font-weight: 800;
}
.about__inner-content h5 {
  color: #4360f6;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.about__inner-content h5 i {
  white-space: nowrap;
}
.about__inner-actions {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.about__inner-actions .button--primary:hover {
  color: #0d1333;
  background: #fff;
}
.about__inner-actions .button--primary:active {
  color: #0d1333;
  background: #fff;
  opacity: 0.8;
}
.about__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
}
.about__title h2 {
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}
.about__title h5 {
  color: #4360f6;
  font-weight: 700;
  line-height: 1.1;
}

@keyframes contact-bg {
  from {
    transform: translate(-50%);
  }
  40% {
    transform: translate(-50%, 55%);
  }
  50% {
    transform: translate(-50%, 55%);
  }
  to {
    height: 50vh;
    transform: translate(-50%, 60%) rotate(-10deg);
  }
}
.contact {
  padding: 200px 0;
}
.contact .bg {
  background: #fff;
}
.contact .bg:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  width: 200%;
  height: 40vh;
  background: #fff;
  opacity: 0.035;
  transform: translate(-50%);
  animation: contact-bg 3s ease-out both;
}
.contact__inner {
  display: flex;
  flex-direction: column;
  gap: 90px;
  color: #0d1333;
}
.contact__inner-content {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
  font-size: 24px;
}
.contact__inner-content p {
  font-size: inherit;
  font-family: "Outfit", "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #0d1333;
}
.contact__inner-content p strong {
  display: inline-block;
  font: inherit;
  line-height: inherit;
  width: 100%;
  font-weight: 800;
}
.contact__inner-content h5 {
  color: #0d1333;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.contact__inner-content h5 i {
  white-space: nowrap;
}
.contact__inner-actions {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.contact__inner-actions .button--primary:hover {
  color: #0d1333;
  background: #fff;
}
.contact__inner-actions .button--primary:active {
  color: #0d1333;
  background: #fff;
  opacity: 0.8;
}
.contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
}
.contact__title h2 {
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}
.contact__title h5 {
  color: #0d1333;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 1340px) {
  .testimonialsSlide {
    position: relative;
    background: #fff;
    z-index: 0;
  }
  .testimonialsSlide__profits {
    gap: 15px;
  }
  .testimonialsSlide__profits-head {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    width: 25%;
  }
  .testimonialsSlide__profits-head span {
    font-size: 12px;
  }
  .testimonialsSlide__profits-col span {
    font-size: 16px;
  }
  .testimonialsSlide__profits-col strong {
    font-size: 18px;
  }
  .testimonialsSlide--banner .testimonialsSlide__user {
    padding: 0 20px 25px;
  }
  .testimonialsSlide--banner .testimonialsSlide__content {
    padding: 20px;
  }
  .testimonialsSlide--video .testimonialsSlide__user {
    padding: 15px;
  }
  .testimonialsSlide--video .testimonialsSlide__content {
    padding: 0 20px 25px;
  }
}
@media (min-width: 1280px) {
  .about__title h2 {
    font-size: 61px;
  }
}
@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 68px;
  }
  h2,
  .h2 {
    font-size: 56px;
  }
  h3,
  .h3 {
    font-size: 38px;
  }
  h4,
  .h4 {
    font-size: 32px;
  }
  .hero__inner-content {
    max-width: 540px;
  }
  .process__step {
    min-height: 22vh;
  }
  .process__step-title {
    max-width: 320px;
  }
  .process__step-title .h6 {
    font-size: 18px;
  }
  .process__step-text {
    width: calc(100% - 370px);
  }
  .process__step-text p {
    font-size: 18px;
  }
  .testimonials__inner {
    gap: 6vh;
  }
  .testimonialsSlide__banner {
    height: 180px;
  }
}
@media (max-width: 1160px) {
  .container {
    padding: 0 40px;
  }
  .container--lines .container-line._left {
    left: 30px;
  }
  .container--lines .container-line._right {
    right: 30px;
  }
  h1,
  .h1 {
    font-size: 54px;
  }
  h2,
  .h2 {
    font-size: 48px;
  }
  h3,
  .h3 {
    font-size: 36px;
  }
  h4,
  .h4 {
    font-size: 28px;
  }
  h5,
  .h5 {
    font-size: 22px;
  }
  h6,
  .h6 {
    font-size: 20px;
  }
  .projects__grid {
    gap: 25px;
  }
  .process {
    padding: 6vh 0;
  }
  .process__step-text {
    width: calc(100% - 335px);
  }
  .process__step-text p {
    font-size: 16px;
  }
  .testimonials {
    padding: 50px 0;
  }
  .testimonials__inner-slider .swiper-arrow:after {
    box-shadow: 0 0 0 2px #fff;
  }
  .testimonials__inner-slider .swiper-arrow--left {
    right: calc(100% - 0.5em);
  }
  .testimonials__inner-slider .swiper-arrow--right {
    left: calc(100% - 0.5em);
  }
  .testimonialsSlide__banner {
    height: 160px;
  }
  .testimonialsSlide__video {
    width: 260px;
  }
  .testimonialsSlide__user-img {
    font-size: 16px;
  }
  .testimonialsSlide__user-info h4 {
    font-size: 20px !important;
  }
  .testimonialsSlide__content {
    gap: 20px;
  }
  .testimonialsSlide__content-text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .testimonialsSlide__profits {
    gap: 10px;
  }
  .testimonialsSlide--banner .testimonialsSlide__user {
    width: 230px;
    padding: 0 15px 20px;
  }
  .testimonialsSlide--banner .testimonialsSlide__content {
    width: calc(100% - 230px);
    padding: 20px 20px 20px 10px;
  }
  .testimonialsSlide--video .testimonialsSlide__user {
    padding: 15px;
    width: calc(100% - 270px);
  }
  .testimonialsSlide--video .testimonialsSlide__content {
    padding: 0 20px 25px;
    width: calc(100% - 270px);
  }
  .projects {
    padding: 50px 0;
  }
  .faq {
    padding: 120px 0 50px 0;
  }
}
@media (max-width: 1025px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 44px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 26px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  .subtitle {
    font-size: 18px;
  }
  p._lg,
  .text._lg {
    font-size: 16px;
  }
  .button {
    font-size: 14px;
  }
  .tabnav {
    font-size: 14px;
  }
  .tabnav-button {
    min-width: 150px;
  }
  .accordion__item-title {
    font-size: 18px;
  }
  .header {
    padding: 25px 0;
  }
  .header__inner {
    justify-content: space-between;
  }
  .header__inner-logo {
    padding-right: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.27);
    border: 0;
  }
  .header__inner .burger {
    display: block;
    z-index: 2;
  }
  .footer {
    border-radius: 35px 35px 0 0;
  }
  .footer__inner {
    gap: 10px;
  }
  .footer__inner-logo, .footer__inner-links {
    min-width: unset;
  }
  .footer__inner-logo .logo {
    font-size: 18px;
  }
  .footer__inner-copyright {
    font-size: 12px;
  }
  .footer__inner-links {
    margin-left: auto;
  }
  .footer__inner-links a {
    font-size: 26px;
  }
  .hero__inner-content {
    max-width: 450px;
  }
  .hero__banner-icon {
    font-size: 16px;
  }
  .process {
    border-radius: 35px;
  }
  .process__step-title {
    padding: 0.8em 0.55em;
    max-width: 275px;
  }
  .process__step-title .h6 {
    font-size: 16px;
  }
  .process__step-line {
    top: 2.3em;
    height: calc(100% - 2.3em);
  }
  .process__step-text {
    width: calc(100% - 310px);
  }
  .projects {
    border-radius: 35px;
  }
  .projects__grid {
    gap: 20px;
  }
  .faq {
    border-radius: 0 0 35px 35px;
  }
  .testimonialsSlide__content {
    gap: 20px;
  }
  .testimonialsSlide__content-text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .about {
    padding: 200px 0 250px 0;
  }
}
@media (max-width: 940px) {
  .container {
    padding: 0 30px;
  }
  .container--lines .container-line._left {
    left: 20px;
  }
  .container--lines .container-line._right {
    right: 20px;
  }
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  .hero__inner-banner {
    margin-right: 10px;
  }
  .hero__banner {
    box-shadow: 10px 10px 0 0 #4360f6;
  }
  .hero__banner-icon {
    font-size: 14px;
  }
  .projects {
    border-radius: 35px;
  }
  .projects__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .projects__grid-item:nth-child(n+9) {
    display: none;
  }
  .process {
    border-radius: 35px;
  }
  .process__step {
    flex-direction: column;
  }
  .process__step-title {
    padding: 0.8em 1em;
    max-width: unset;
    margin-bottom: 1em;
    margin-left: 20px;
  }
  .process__step-title .h6 {
    font-size: 18px;
  }
  .process__step-line {
    position: relative;
    top: unset;
    left: 2em;
    width: 4em;
    height: auto;
  }
  .process__step-line svg {
    height: auto;
    width: 100%;
  }
  .process__step-text {
    padding: 1em;
    border-radius: 1.5em;
    background: rgba(67, 96, 246, 0.1);
    width: 100%;
    max-width: unset;
  }
  .faq {
    border-radius: 0 0 35px 35px;
  }
  .testimonialsSlide {
    flex-direction: column;
    padding: 20px 25px;
    gap: 30px;
    border-width: 5px;
  }
  .testimonialsSlide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(90deg, #2cc97e 0%, #4360f6 40.02%);
    z-index: -2;
    opacity: 0.2;
  }
  .testimonialsSlide__video {
    right: 10px;
    left: unset;
    z-index: 1;
    transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(calc(100% + 20px));
  }
  .testimonialsSlide__video.show-mobile {
    transform: translateX(0);
  }
  .testimonialsSlide__banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: -1;
  }
  .testimonialsSlide__banner img {
    object-position: left;
  }
  .testimonialsSlide__user {
    padding: 0 !important;
  }
  .testimonialsSlide__user-info {
    align-items: center;
  }
  .testimonialsSlide__user-info .h4 {
    font-size: 18px !important;
  }
  .testimonialsSlide__user-img {
    position: relative;
    flex-shrink: 0;
    margin: unset !important;
  }
  .testimonialsSlide__user-videobtn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    transform: translateY(25%);
  }
  .testimonialsSlide__content {
    padding: 0 !important;
  }
  .testimonialsSlide--banner .testimonialsSlide__user {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .testimonialsSlide--banner .testimonialsSlide__user-info {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
    z-index: 0;
    padding: 0 10px;
  }
  .testimonialsSlide--banner .testimonialsSlide__user-info:after {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 15px;
    background: #fff;
    z-index: -1;
  }
  .testimonialsSlide--banner .testimonialsSlide__content {
    width: 100%;
  }
  .testimonialsSlide--video .testimonialsSlide__user {
    width: 100%;
  }
  .testimonialsSlide--video .testimonialsSlide__content {
    width: 100%;
  }
  .testimonials__inner-slider .swiper-arrow--left {
    right: calc(100% - 1em);
  }
  .testimonials__inner-slider .swiper-arrow--right {
    left: calc(100% - 1em);
  }
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  p,
  .text {
    font-size: 14px;
  }
  p._lg,
  .text._lg {
    font-size: 14px;
  }
  .container {
    padding: 0 25px;
  }
  .container--lines .container-line._left {
    left: 15px;
  }
  .container--lines .container-line._right {
    right: 15px;
  }
  .hero {
    padding: 125px 0;
  }
  .hero__inner {
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    gap: 60px;
  }
  .hero__inner-banner {
    width: 40%;
  }
  .hero__inner-content {
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 470px;
  }
  .hero__inner-content p {
    font-size: 18px;
  }
  .hero__inner-content .button {
    align-self: unset;
  }
  .hero__banner-icon {
    font-size: 10px;
  }
  .hero__banner-icon span {
    border-radius: 18px;
  }
  .projects__grid {
    gap: 20px;
  }
  .contacts__button .button {
    font-size: 20px;
  }
  .process__step-line {
    font-size: 18px;
  }
  .testimonialsSlide__profits-row {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px 15px;
  }
  .testimonialsSlide__profits-head {
    position: relative;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }
  .testimonialsSlide__profits-head:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: calc(100% + 100px);
    height: 100%;
    transform: translate(-50%);
    background: rgba(67, 96, 246, 0.05);
  }
  .testimonialsSlide__profits-head._placeholder {
    display: none;
  }
  .testimonialsSlide__profits-head strong {
    font-size: inherit;
    font-weight: 500;
  }
  .testimonialsSlide__profits-head span {
    font-size: inherit;
    font-weight: 400;
  }
  .testimonialsSlide__profits-col span {
    font-weight: 600;
  }
  .testimonialsSlide__video {
    right: 10px;
    width: calc(100% - 20px);
  }
  .testimonialsSlide .testimonialsSlide__user {
    align-items: center !important;
    flex-direction: column !important;
  }
  .testimonialsSlide .testimonialsSlide__user-info {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }
  .testimonialsSlide .testimonialsSlide__user-info-group {
    order: -1;
    align-items: flex-start;
  }
  .testimonials__inner-slider-arrows {
    display: flex;
    justify-content: center;
    gap: 8vw;
    margin-top: -1.2em;
  }
  .testimonials__inner-slider .swiper-arrow {
    position: relative;
  }
  .testimonials__inner-slider .swiper-arrow--left {
    right: unset;
  }
  .testimonials__inner-slider .swiper-arrow--right {
    left: unset;
  }
  .about {
    padding: 150px 0 200px 0;
  }
}
@media (max-width: 580px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  p,
  .text {
    font-size: 14px;
  }
  p._lg,
  .text._lg {
    font-size: 14px;
  }
  .container {
    padding: 0 20px;
  }
  .container--lines .container-line._left {
    left: 10px;
  }
  .container--lines .container-line._right {
    right: 10px;
  }
  .accordion__item-title {
    font-size: 16px;
  }
  .tabnav {
    font-size: 12px;
  }
  .tabnav-button {
    min-width: 110px;
  }
  .footer {
    border-radius: 35px 35px 0 0;
  }
  .footer__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
    gap: 5px 10px;
  }
  .footer__inner-copyright {
    width: 100%;
    order: 1;
    text-align: center;
    justify-content: center;
  }
  .footer__inner-links {
    margin-left: unset;
  }
  .footer__inner-links a {
    font-size: 22px;
  }
  .hero__inner-content p {
    font-size: 16px;
    line-height: 1.6;
  }
  .hero__banner {
    box-shadow: 8px 8px 0 0 #4360f6;
  }
  .hero__banner-icon {
    font-size: 8px;
  }
  .hero__banner-icon span {
    border-radius: 15px;
  }
  .projects {
    border-radius: 25px;
  }
  .projects__grid {
    gap: 15px;
  }
  .contacts__button .button {
    font-size: 18px;
  }
  .contacts__button-arrow {
    font-size: 15px;
  }
  .contacts__button-arrow span {
    font-size: 14px;
  }
  .process {
    border-radius: 25px;
  }
  .process__step-line {
    font-size: 16px;
  }
  .faq {
    border-radius: 25px;
  }
  .testimonialsSlide {
    padding: 20px 15px;
    border-width: 3px;
  }
  .testimonialsSlide:after {
    height: 110px;
  }
  .testimonialsSlide__user .button {
    font-size: 14px;
    padding: 0.6em 0.95em;
  }
  .testimonialsSlide__banner {
    height: 110px;
  }
  .testimonialsSlide__banner img {
    object-position: 30% center;
  }
  .testimonialsSlide__profits-col span {
    font-size: 13px;
  }
  .testimonialsSlide__profits-col span .hide-desk {
    display: inline;
  }
  .testimonialsSlide__profits-col strong {
    font-size: 16px;
  }
  .testimonialsSlide__content {
    gap: 10px;
  }
  .testimonialsSlide__content-text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }
  .testimonialsSlide__user-img {
    font-size: 14px;
    border-width: 3px;
  }
  .testimonialsSlide__user .testimonialsSlide__user-info {
    gap: 10px;
    flex-direction: column;
  }
  .testimonialsSlide__user .testimonialsSlide__user-info .h4 {
    font-size: 16px;
  }
  .testimonialsSlide__user .testimonialsSlide__user-info-group {
    font-size: 14px;
    gap: 0;
    align-items: center;
  }
  .testimonialsSlide__user .testimonialsSlide__user-info-group span {
    font-size: 0.7em;
  }
  .about {
    padding: 120px 0 160px 0;
  }
  .hide-mob {
    display: none;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .container--lines .container-line._left {
    left: 8px;
  }
  .container--lines .container-line._right {
    right: 8px;
  }
  .header {
    padding: 18px 0;
  }
  .hero__inner-banner {
    width: 45%;
  }
  .hero__inner-content p {
    font-size: 14px;
  }
  .process__step-title {
    margin-left: 0;
  }
  .process__step-title .h6 {
    font-size: 16px;
  }
  .process__step-text {
    padding: 0.55em;
  }
  .process__step-text p {
    font-size: 14px;
  }
  .projects__grid {
    grid-template-columns: 1fr;
  }
  .projects__grid-item:nth-child(n) {
    display: block;
  }
  .contacts__button .button {
    font-size: 16px;
  }
  .contacts__button-arrow {
    font-size: 12px;
  }
  .contacts__button-arrow span {
    top: -5%;
    left: 0;
    font-size: 12px;
  }
  .testimonialsSlide__profits strong {
    font-size: 14.5px;
  }
}
