@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
:root {
  --container-width: 1160px;
  --transition: 0.3s ease;
  --default-font-family: "Gilroy";
  --heading-font-family: "Neue Machina";
  --sp: 66px;
  --accent: #4c09d2;
  --fiolet: #8041ff;
  --dark: #1f2229;
  --bg: #000d2c;
  --text-color: #000000;
  --fz-default: 20px;
  --h1: 32px;
  --h2: 42px;
  --h3: 32px;
  --h4: 28px;
  --l: 24px;
  --m: 22px;
  --s: 18px;
  --xs: 16px;
}

.clients .container {
  max-width: 375px;
  padding: 0 16px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .clients .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .clients .container {
    max-width: 1200px;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
.results__block_title,
h3,
.results .item__number,
.about__text,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

body {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  min-width: 360px;
  color: #ffffff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
}

body.fixed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

body.fixed section {
  filter: blur(2px);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99ff99 !important;
}

.swiper-button-prev {
  position: relative;
  left: -16px;
}
.swiper-button-prev::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.56664 16.6865L9.97663 15.2765L4.39663 9.68652L16.5666 9.68652L16.5666 7.68652L4.39663 7.68652L9.98663 2.10652L8.56663 0.686523L0.566635 8.68652L8.56664 16.6865Z' fill='%233217FF'/%3E%3C/svg%3E") center/contain no-repeat;
  min-width: 17px;
  height: 17px;
}

.swiper-button-next {
  right: -16px;
  position: relative;
}
.swiper-button-next::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M8.56664 16.6865L9.97663 15.2765L4.39663 9.68652L16.5666 9.68652L16.5666 7.68652L4.39663 7.68652L9.98663 2.10652L8.56663 0.686523L0.566635 8.68652L8.56664 16.6865Z' fill='%233217FF'/%3E%3C/svg%3E") center/contain no-repeat;
  min-width: 17px;
  height: 17px;
  transform: rotate(180deg);
}

.swiper-prev {
  left: -20px;
}
.swiper-prev::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Crect x='1' y='1' width='42' height='42' rx='21' transform='matrix(4.60819e-08 1 1 -4.09221e-08 4.09221e-08 0.5)' stroke='%2300B6FF' stroke-width='2'/%3E%3Cpath d='M22.5 12.5L24.2625 14.2625L17.2875 21.25L32.5 21.25L32.5 23.75L17.2875 23.75L24.275 30.725L22.5 32.5L12.5 22.5L22.5 12.5Z' fill='%2300B6FF'/%3E%3C/svg%3E") center/contain no-repeat;
  min-width: 44px;
  height: 44px;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(31, 34, 41, 0.6274509804) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
  color: rgba(31, 34, 41, 0.6274509804);
}

.form.loading:before {
  display: block;
}

.swiper-next {
  right: -20px;
}
.swiper-next::after {
  content: "";
  min-width: 44px;
  height: 44px;
  transform: rotate(180deg);
}

a {
  text-decoration: none;
}

.d-none {
  display: none !important;
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

.container {
  max-width: 375px;
  padding: 48px 16px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    padding: 48px 16px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 72px 16px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-size: 18px;
  -webkit-text-fill-color: #fff;
  color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@keyframes runLine {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.line {
  width: 100000%;
  height: 45px;
  background: url(../img/line-bg.png);
  animation: runLine 40000s linear infinite;
  background-size: auto 100%;
}
@media (min-width: 1200px) {
  .line {
    height: 55px;
  }
}
.line--blue {
  background: url(../img/line-bg--blue.png);
  background-size: auto 100%;
}
.line--lectors {
  background: url(../img/line-bg--lectors.jpeg);
  background-size: auto 100%;
}

.title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 32px;
  text-align: center;
  color: #000;
}
@media (min-width: 1200px) {
  .title {
    margin-bottom: 36px;
    font-size: 44px;
  }
}
.title--strong {
  font-weight: 800;
}
.title--small {
  font-size: 26px;
}
@media (min-width: 1200px) {
  .title--small {
    font-size: 42px;
  }
}
.title span {
  color: #3217ff;
}
.title b {
  color: #3217ff;
  font-weight: 700;
}
.title--big {
  font-size: 36px;
}
@media (min-width: 1200px) {
  .title--big {
    font-size: 52px;
  }
}
.title--big b {
  display: block;
  color: #3217ff;
}
@media (min-width: 1200px) {
  .title--big b {
    font-size: 60px;
  }
}

.btn-page {
  border: 2px solid #3217ff;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  line-height: 56px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.3s;
  font-weight: 700;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .btn-page {
    font-size: 20px;
  }
}
.btn-page:hover {
  background-color: #3217ff;
}
.btn-page--full {
  background-color: #3217ff;
}
.btn-page--full:hover {
  background-color: #ffffff;
  color: #011132;
}

.btn--hero svg {
  width: 40px;
  height: 40px;
  margin-left: 26px;
}

.btn--core {
  position: relative;
  font-size: 18px;
  border-radius: 6px;
  background: var(--blue, #00b6ff);
  box-shadow: 0px 0px 20px 0px rgba(0, 159, 223, 0.55);
  margin: 0 auto;
}
.btn--core:hover {
  background-color: #ffffff;
  color: #011132;
}

.btn--pro {
  position: relative;
  font-size: 18px;
  background-color: #ffffff;
  color: #011132;
  margin: 0 auto;
}
.btn--pro:hover {
  background-color: #011132;
  color: #ffffff;
}

.btn-arrows {
  width: 100%;
  position: relative;
}
.btn-arrows a {
  margin: 0 auto;
}

.arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  transform: rotate(180deg);
  display: none;
}
@media (min-width: 1200px) {
  .arrow {
    display: flex;
  }
}
.arrow__item {
  position: relative;
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
  animation: arrow 2s infinite;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.1586 1.50537L10.3089 3.35507L17.629 10.6883L1.66385 10.6883L1.66385 13.3119L17.629 13.3119L10.2958 20.632L12.1586 22.4948L22.6533 12.0001L12.1586 1.50537Z' fill='%239FF565'/%3E%3C/svg%3E") right top no-repeat;
  background-size: contain;
}
.arrow__item:nth-child(1) {
  animation-delay: -1s;
}
.arrow__item:nth-child(2) {
  animation-delay: -0.8s;
}
.arrow__item:nth-child(3) {
  animation-delay: -0.6s;
}
.arrow__item:nth-child(4) {
  animation-delay: -0.4s;
}
.arrow__item:nth-child(5) {
  animation-delay: -0.2s;
}
.arrow--left {
  position: absolute;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  right: inherit;
  left: 100px;
}
.arrow--right {
  position: absolute;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
  right: inherit;
  right: 100px;
}

@keyframes arrow {
  0% {
    opacity: 1;
    transform: rotate(180deg) translate(-60px, 0px);
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(180deg) translate(60px, 0px);
  }
}
.header {
  padding: 18px 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1111 !important;
  background: #000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header .container {
  padding-top: 0;
  padding-bottom: 0;
}
.header .lines {
  z-index: -1;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .header__container {
    padding: 0;
  }
}
.header__logo {
  width: 154px;
  height: 34px;
  background: url(../img/logo-white.svg) 50%/contain no-repeat;
}
@media (min-width: 1200px) {
  .header__logo {
    width: 216px;
    height: 47px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__menu li {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .header__menu li {
    padding: 0 12px;
  }
}
.header__menu li.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: #ffffff !important;
  padding: 10px 26px;
  padding-bottom: 12px;
  border-radius: 6px;
  border: 2px solid #3217ff;
  transition: all 0.3s;
}
.header__menu li.btn:hover {
  transition: all 0.3s;
  background-color: #3217ff;
}
.header__menu li.btn a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .header__menu li.btn a {
    font-size: 16px;
  }
}
.header__menu a {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header__menu a {
    font-size: 16px;
  }
}
.header__menu a:hover {
  text-decoration: underline;
}
.header__menu a.header__phone {
  font-weight: 700;
  color: #3217ff;
  text-decoration: underline;
  font-size: 20px;
}
.header__burger {
  display: none;
  z-index: 30;
}
.header.active {
  background: rgba(1, 17, 50, 0.9);
}
.header.active .header__logo {
  background: url(../img/logo-white.svg) 50%/contain no-repeat;
}
.header.active .header__menu {
  transform: translateX(0);
  opacity: 1;
}
.header.active .header__burger span {
  background: #fff;
}
.header.active .header__burger span:nth-child(1) {
  transform: translate(1px, 4px) rotate(45deg);
  width: 20px;
}
.header.active .header__burger span:nth-child(2) {
  width: 20px;
  transform: translate(1px, -11px) rotate(-45deg);
}
.header.active .header__burger span:nth-child(3) {
  display: none;
}

@media (max-width: 760px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header__menu {
    position: fixed;
    left: 0;
    top: 66px;
    text-align: center;
    background: #011132;
    padding-top: 50px;
    padding-bottom: 46px;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 36px;
    transform: translateY(-150%);
    transition: var(--transition);
    opacity: 0;
  }
  .header__menu li.btn {
    background: #3217ff;
    color: #fff;
  }
  .header__menu a {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }
  .header__burger {
    width: 25px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  .header__burger span {
    height: 3px;
    background: #3217ff;
    border-radius: 4px;
    transition: 0.3s ease;
  }
}
#header-sticky-wrapper {
  height: 0 !important;
}

.hero {
  padding-top: 98px;
  padding-bottom: 56px;
  background: url(../img/hero-bg-mob.webp) top 0px right -240px no-repeat;
  background-size: 1400px;
}
@media (min-width: 1200px) {
  .hero {
    padding-top: 152px;
    padding-bottom: 0;
    background: url(../img/hero-bg.webp) top center no-repeat;
    background-size: cover;
  }
}
.hero .container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .hero .container {
    padding-bottom: 68px;
  }
}
.hero__description {
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .hero__description {
    font-size: 30px;
    padding-bottom: 32px;
  }
}
.hero h1 {
  font-weight: 800;
  font-size: 42px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 124px;
    padding-bottom: 32px;
  }
}
.hero h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 264px;
}
@media (min-width: 1200px) {
  .hero h3 {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
.hero .btn {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .hero .btn {
    margin: 0;
  }
}
.hero__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1200px) {
  .hero__btns {
    flex-direction: row;
    gap: 20px;
  }
  .hero__btns .btn {
    width: auto;
    padding: 0 40px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .hero__btns .btn {
    max-width: 400px;
  }
}
.hero__btns .btn-page--full {
  position: fixed;
  z-index: 10;
  width: 340px;
  height: 56px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .hero__btns .btn-page--full {
    position: relative;
    left: inherit;
    bottom: inherit;
    left: inherit;
    transform: translate(0);
  }
}
.hero__btns .btn-page-nofull {
  display: none;
}
@media (min-width: 1200px) {
  .hero__btns .btn-page-nofull {
    display: inherit;
    position: relative;
  }
}
.hero__img {
  width: 355px;
  height: 352px;
  position: absolute;
  bottom: -48px;
  right: -116px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .hero__img {
    width: 886px;
    height: 786px;
    bottom: 0;
  }
}

.business {
  color: #000;
}
.business h2 {
  text-align: left;
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .business h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .business__content {
    padding-left: 308px;
    position: relative;
  }
  .business__content::before {
    content: "";
    background: url(../img/cub.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: -100px;
    width: 348px;
    height: 331px;
  }
}
.business__content p {
  padding-bottom: 22px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .business__content p {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 24px;
  }
}
.business__content p b {
  font-weight: 700;
  color: #3217ff;
}
.business__content p span {
  font-weight: 700;
}
.business__content p:last-child {
  padding-bottom: 0;
}

.ai-image-for-animation {
  /* You can apply this class to your AI image element */
  animation: pulse-ai 3s infinite ease-in-out;
}

@keyframes pulse-ai {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px rgba(255, 223, 101, 0.7)); /* Golden glow */
  }
  50% {
    transform: scale(1.03);
    filter: drop-shadow(0 0 15px rgb(255, 223, 101)); /* Brighter golden glow */
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px rgba(255, 223, 101, 0.7));
  }
}
/* Responsive Video Styles */
.video-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
  background-color: #000;
}

.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.video-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.play-button:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
  margin-left: 7px;
}

.play-button:hover {
  transform: scale(1.1);
  background-color: rgba(255, 0, 0, 0.8);
}

.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.video-player iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .play-button {
    width: 60px;
    height: 60px;
  }
  .play-button:before {
    border-width: 10px 0 10px 20px;
    margin-left: 5px;
  }
}
.video .container {
  padding-top: 0;
}

.problems {
  background-color: #f8f9ff;
}
.problems__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 auto;
  max-width: 980px;
}
.problems .problem-card {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1200px) {
  .problems .problem-card {
    padding: 14px 16px;
  }
}
.problems .problem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.problems .problem-card__icon-wrap {
  flex-shrink: 0;
  width: 36px;
  height: 26px;
  margin-right: 20px;
  background-color: #3217ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .problems .problem-card__icon-wrap {
    width: 42px;
    height: 42px;
  }
}
.problems .problem-card__icon-wrap img,
.problems .problem-card__icon-wrap svg {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.problems .problem-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 0;
}
@media (max-width: 1200px) {
  .problems:hover {
    transform: translateY(-2px);
  }
  .problems__grid {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .problems .problem-card {
    padding: 10px;
  }
  .problems .problem-card__icon-wrap {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .problems .problem-card__icon-wrap img,
  .problems .problem-card__icon-wrap svg {
    width: 22px;
    height: 22px;
  }
  .problems .problem-card__title {
    font-size: 14px;
  }
}

.helps {
  background-color: #f8f9ff;
}
.helps .title {
  margin-bottom: 40px;
  text-align: center;
}
.helps__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 768px) {
  .helps__grid {
    gap: 20px;
  }
}

.help-card {
  background-color: #3217ff;
  color: white;
  border-radius: 10px;
  padding: 14px;
  flex: 1 1 calc(50% - 16px);
  display: flex;
  flex-direction: row;
  gap: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.help-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(25, 49, 179, 0.2);
}
@media (min-width: 992px) {
  .help-card {
    min-height: auto;
    padding: 24px 20px;
    flex: 0 0 auto;
  }
  .help-card.card-1 {
    width: 289px;
  }
  .help-card.card-2 {
    width: 304px;
  }
  .help-card.card-3 {
    width: 285px;
  }
  .help-card.card-4 {
    width: 212px;
  }
  .help-card.card-5 {
    width: 240px;
  }
  .help-card.card-6 {
    width: 280px;
  }
  .help-card.card-7 {
    width: 290px;
  }
  .help-card.card-8 {
    width: 290px;
  }
}
.help-card__check {
  font-size: 24px;
  margin-bottom: 15px;
  color: white;
}
.help-card__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 992px) {
  .help-card__title {
    font-size: 16px;
  }
}

.founder {
  color: #000;
}
.founder .container {
  position: relative;
}
@media (min-width: 1200px) {
  .founder .container::before {
    content: "";
    position: absolute;
    background: url(../img/dec1.jpg) no-repeat center center;
    bottom: 70px;
    left: 52px;
    width: 326px;
    height: 250px;
    background-size: cover;
  }
  .founder .container::after {
    content: "";
    position: absolute;
    background: url(../img/dec2.jpg) no-repeat center center;
    bottom: 132px;
    left: 426px;
    background-size: cover;
    width: 253px;
    z-index: 1;
    height: 211px;
  }
}
.founder h2 {
  margin-bottom: 0px;
  text-align: left;
}
.founder h3 {
  font-weight: 700;
  font-size: 38px;
  padding-bottom: 14px;
}
@media (min-width: 1200px) {
  .founder h3 {
    font-size: 54px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .founder__title {
    padding-left: 52px;
  }
}
.founder__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 1200px) {
  .founder__content {
    flex-direction: row;
    gap: 52px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .founder__text {
    max-width: 530px;
  }
}
.founder__text p {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .founder__text p {
    font-size: 18px;
  }
}
.founder__text p b {
  font-weight: 600;
}
.founder__text p b i {
  font-style: italic;
}
.founder__image {
  height: 314px;
}
@media (min-width: 1200px) {
  .founder__image {
    height: 588px;
  }
}
.founder__image img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.numbers:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2c4bff;
}
.numbers__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .numbers__grid {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
  }
}
.numbers .number-item {
  background-color: #f1f5ff;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 576px) {
  .numbers .number-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .numbers .number-item {
    width: 272px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 234px;
    padding: 28px 24px;
  }
}
.numbers .number-item__label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .numbers .number-item__label {
    font-size: 20px;
  }
}
.numbers .number-item__value {
  font-size: 44px;
  font-weight: 700;
  color: #3217ff;
  line-height: 1;
}
@media (min-width: 1200px) {
  .numbers .number-item__value {
    font-size: 58px;
  }
}

.registration {
  background-color: #3217ff;
}
.registration h2 {
  color: #fff;
  margin-bottom: 40px;
}
.registration h2 b {
  color: #fff;
}
.registration__block {
  padding: 0;
}
@media (min-width: 1200px) {
  .registration__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 110px;
  }
}
.registration__block-form {
  width: 100%;
}
.registration .form {
  width: 100%;
}
.registration .form__input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.registration .form .phone-input-wrapper {
  display: flex;
  align-items: center;
  background-color: #3e4cff;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 60px;
}
.registration .form .phone-input-wrapper .country-selector {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
.registration .form .phone-input-wrapper .country-selector .flag-container {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.registration .form .phone-input-wrapper .country-selector .flag-container .country-flag {
  width: 24px;
  height: auto;
}
.registration .form .phone-input-wrapper .country-selector .country-code {
  font-size: 16px;
  color: #333;
}
.registration .form .phone-input-wrapper .input.phone {
  border-radius: 0 5px 5px 0;
  flex: 1;
}
.registration .form .intl-tel-input {
  width: 100%;
}
.registration .form .input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: none;
  padding: 0 20px;
  font-size: 18px;
  background-color: #3e4cff;
  border: 1px solid #fff;
  color: #fff;
}
.registration .form .input__label {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}
.registration .form .input:focus {
  outline: none;
}
.registration .form .input:placeholder {
  color: #fff;
}
.registration .form input:placeholder {
  color: #fff;
}
.registration .form__btn-wrap {
  margin-top: 30px;
}
.registration .form .btn {
  width: 100%;
  height: 60px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.registration .form .btn:hover {
  background-color: #e6e6e6;
}
.registration .form .btn span {
  margin-right: 10px;
  color: #000;
}
.registration .form .btn:after {
  content: "→";
  font-size: 20px;
}
.registration .form__notice {
  margin-top: 20px;
  text-align: center;
}
.registration .form__notice p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}
.registration .form__notice p a {
  color: #fff;
  text-decoration: underline;
}
.registration .form__notice p a:hover {
  text-decoration: none;
}
.registration__social {
  padding-bottom: 40px;
}
.registration__social p {
  text-align: center;
}
.registration__social ul {
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.registration__social li {
  margin: 0;
  padding: 0;
}
.registration__social .social-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  transition: color 0.2s;
}
.registration__social .social-link svg {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.registration__social .social-link.youtube:hover svg, .registration__social .social-link.youtube:focus svg, .registration__social .social-link.instagram:hover svg, .registration__social .social-link.instagram:focus svg, .registration__social .social-link.facebook:hover svg, .registration__social .social-link.facebook:focus svg {
  transform: scale(1.07);
}
.registration__social .social-link span {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.registration__social .social-link:hover span, .registration__social .social-link:focus span {
  color: #e0e0e0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .registration__block {
    padding: 15px;
  }
  .registration .form .input {
    font-size: 16px;
  }
  .registration .form .phone-input-wrapper .country-selector {
    padding: 0 5px;
  }
  .registration .form .phone-input-wrapper .country-selector .country-code {
    font-size: 14px;
  }
  .registration .form__notice p {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .registration .form .btn {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .registration .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .registration__social {
    padding-bottom: 40px;
    min-width: 260px;
  }
  .registration__social p {
    font-size: 22px;
  }
  .registration__social ul {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .registration__social .social-link span {
    font-size: 1.2rem;
  }
}
.footer {
  background: #252525;
  padding: 48px 0;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
@media (min-width: 1200px) {
  .footer {
    width: 100%;
    border-bottom: none;
  }
}
.footer .container {
  padding: 0;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (min-width: 760px) {
  .footer__container {
    justify-content: space-between;
    gap: 68px;
  }
}
.footer__container h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer__container ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__container ul li a {
  color: #fff;
  text-decoration: none;
}
.footer__copyright {
  text-align: left;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #fff;
}
.footer__logo {
  width: 177px;
  height: 40px;
  background: url(../img/logo-white.svg) 50%/contain no-repeat;
}
@media (min-width: 1200px) {
  .footer__logo {
    width: 206px;
    height: 46px;
  }
}
.footer__social_links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer__social_links svg {
  fill: #3217ff;
}

@media (max-width: 1260px) {
  .footer__container {
    justify-content: space-between;
    gap: 40px;
  }
  .footer__copyright {
    text-align: center;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #fff;
  }
}
.btn {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background-color 0.2s, color 0.2s;
}

.btn--primary {
  background-color: #1a73e8;
  color: #ffffff;
}

.btn--primary:hover {
  background-color: #135cbc;
}

.btn--secondary {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212529;
  color: #ffffff;
  padding: 1rem 0;
  z-index: 1000;
}

.cookie-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 2rem;
}

.cookie-banner__text {
  flex: 1 1 70%;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.cookie-banner__buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cookie-banner__content {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem 0.5rem;
  }
  .cookie-banner__text {
    margin-bottom: 1rem;
    text-align: left;
  }
  .cookie-banner__buttons {
    justify-content: flex-start;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 37, 41, 0.5);
  z-index: 1001;
  align-items: center;
  justify-content: center;
  color: #000;
}

.modal__content {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.modal__content h2 {
  font-size: 1.7rem;
  line-height: 1.2;
}

.modal__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.modal__header a {
  display: block;
  width: 100%;
  height: 100%;
  width: 216px;
  height: 47px;
  transition: var(--transition);
  background: url(../img/logo-black.svg) 50%/contain no-repeat;
}

.modal__description {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.modal__description a {
  color: #1a73e8;
  text-decoration: underline;
}

.modal__description a:hover {
  text-decoration: none;
}

.modal__footer {
  margin-top: 2rem;
  text-align: right;
}

.modal__link {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.modal__link a {
  color: #1a73e8;
  text-decoration: none;
}

.modal__link a:hover {
  text-decoration: underline;
}

.cookie-categories .cookie-category {
  border-bottom: 1px solid #e9ecef;
  padding: 1rem 0;
}

.cookie-categories .cookie-category:last-child {
  border-bottom: none;
}

.cookie-categories .cookie-category__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.cookie-categories .cookie-category__header h3 {
  margin: 0;
  font-size: 1.125rem;
}

.cookie-categories .cookie-category p {
  color: #6c757d;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0;
}

.cookie-categories .cookie-category p a {
  color: #1a73e8;
  text-decoration: underline;
}

.cookie-categories .cookie-category p a:hover {
  text-decoration: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: #1a73e8;
}

.switch input:checked + .slider:before {
  transform: translateX(20px);
}

.switch input:disabled + .slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ced4da;
  transition: 0.4s;
  border-radius: 24px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .cookie-banner__content {
    text-align: center;
  }
  .cookie-banner__buttons {
    flex-direction: column;
    width: 100%;
  }
  .modal__header {
    flex-direction: column;
    align-items: center;
    gap: 1;
  }
  .cookie-banner__buttons .btn {
    width: 100%;
  }
  .modal__content {
    padding: 1rem;
  }
  .cookie-category__header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
} 
.clients {
  padding-top: 62px;
  padding-bottom: 62px;
}
@media (min-width: 1200px) {
  .clients {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.clients__sliders-container {
  position: relative;
}
.clients__buttons {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.clients__title {
  text-align: center;
  margin-bottom: 34px;
  font-weight: 700;
  font-size: 26px;
  color: #263238;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .clients__title {
    font-size: 42px;
  }
}
.clients__slider {
  padding: 0 24px;
}
.clients .logo {
  background: 50%/contain no-repeat;
  height: 93px;
}/*# sourceMappingURL=main.css.map */