@charset "UTF-8";
/* КОМЕНТАРИИ СТАВИТЬ ТАК (ctrl+shift+/)  */
/* сброс стилей, шрифты, спрайт иконок */
/* Reset and base styles  */
* {
  padding: 0;
  margin: 0;
  border: none;
}

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

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

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

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* Exo */
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Exo";
  src: local("Exo"), url("/front_assets/fonts/Exo/Exo-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
/* Exo2 */
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
/* Inter */
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-Thin.otf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-ExtraLight.otf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-Light.otf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-Regular.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-Medium.otf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-SemiBold.otf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-Bold.otf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-ExtraBold.otf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/front_assets/fonts/Inter/Inter-Black.otf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: #161616;
}

.icon-home {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#home");
  mask-image: url("/front_assets/icons/icons.svg#home");
  -webkit-mask-repeat: no-repeat;
}

.icon-vk {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#vk");
  mask-image: url("/front_assets/icons/icons.svg#vk");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronUp {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronup");
  mask-image: url("/front_assets/icons/icons.svg#chevronup");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronDown {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronDown");
  mask-image: url("/front_assets/icons/icons.svg#chevronDown");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronRight {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronRight");
  mask-image: url("/front_assets/icons/icons.svg#chevronRight");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronLeft {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronLeft");
  mask-image: url("/front_assets/icons/icons.svg#chevronLeft");
  -webkit-mask-repeat: no-repeat;
}

.icon-odnoklassniki {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#odnoklassniki");
  mask-image: url("/front_assets/icons/icons.svg#odnoklassniki");
  -webkit-mask-repeat: no-repeat;
}

.icon-tg {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#tg");
  mask-image: url("/front_assets/icons/icons.svg#tg");
  -webkit-mask-repeat: no-repeat;
}

.icon-whatsapp {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#whatsapp");
  mask-image: url("/front_assets/icons/icons.svg#whatsapp");
  -webkit-mask-repeat: no-repeat;
}

.icon-user {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#user");
  mask-image: url("/front_assets/icons/icons.svg#user");
  -webkit-mask-repeat: no-repeat;
}

.icon-smile {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#smile");
  mask-image: url("/front_assets/icons/icons.svg#smile");
  -webkit-mask-repeat: no-repeat;
}

.icon-login {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#login");
  mask-image: url("/front_assets/icons/icons.svg#login");
  -webkit-mask-repeat: no-repeat;
}

.icon-krestik {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#krestik");
  mask-image: url("/front_assets/icons/icons.svg#krestik");
  -webkit-mask-repeat: no-repeat;
}

.icon-search {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#search");
  mask-image: url("/front_assets/icons/icons.svg#search");
  -webkit-mask-repeat: no-repeat;
}

.icon-profile {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#profile");
  mask-image: url("/front_assets/icons/icons.svg#profile");
  -webkit-mask-repeat: no-repeat;
}

.icon-eye {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#eye");
  mask-image: url("/front_assets/icons/icons.svg#eye");
  -webkit-mask-repeat: no-repeat;
}

.icon-menu {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#menu");
  mask-image: url("/front_assets/icons/icons.svg#menu");
  -webkit-mask-repeat: no-repeat;
}

.icon-phone {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#phone");
  mask-image: url("/front_assets/icons/icons.svg#phone");
  -webkit-mask-repeat: no-repeat;
}

.icon-mapPin {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#mapPin");
  mask-image: url("/front_assets/icons/icons.svg#mapPin");
  -webkit-mask-repeat: no-repeat;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

a {
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  color: #425466;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
a:hover {
  color: #2563EB;
}

p {
  margin: 0;
}

.header-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}

body {
  font-family: "Exo", sans-serif !important;
  font-weight: 400;
  line-height: 110%;
  color: #000000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/*  scroll to top start */
#scrollBtn {
  display: flex;
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 80px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background-color: #2563EB;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
}
#scrollBtn .icon {
  background: #ffffff;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  object-fit: cover;
}
#scrollBtn:hover {
  background-color: #1255ee;
  transform: scale(1.09);
}
#scrollBtn:hover .icon {
  transform: scale(1.2);
}

section {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 1023px) {
  section {
      padding: 30px 0;
  }
}
/* ====================================== */
.sec-title {
  width: 100%;
  color: #242331;
  text-align: start;
  font-family: "Exo 2", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 25px;
}
.sec-subtitle {
    color: #000;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.28px;
}
@media (max-width: 1024px) {
  .sec-title {
    font-size: 44px;
    margin-bottom: 20px;
  }
    .sec-subtitle {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
  .sec-title {
    font-size: 30px;
  }
}

/* маска телефона */
.phone-input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.phone-input-group .custom-country-select {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.phone-input-group .custom-country-select .selected-country-display {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.12);
}
.phone-input-group .custom-country-select .selected-country-display img.flag-icon {
  width: 24px;
  height: 18px;
}
.phone-input-group .custom-country-select .country-options-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #3d2ca8;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  width: max-content;
}
.phone-input-group .custom-country-select .country-options-dropdown .country-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 6px;
  cursor: pointer;
}
.phone-input-group .custom-country-select .country-options-dropdown .country-option:hover {
  background: #2563eb;
}
.phone-input-group .custom-country-select .country-options-dropdown .country-option img.flag-icon {
  width: 24px;
  height: 18px;
}
.phone-input-group .custom-country-select.active .country-options-dropdown {
  display: block;
}
.phone-input-group input.form-control {
  flex: 1;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 20px;
  min-width: 200px;
}
.phone-input-group input.form-control.is-invalid {
  border-color: red;
}

.error-message {
  color: #c7c7c7;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.error-message.visible {
  visibility: visible;
  opacity: 1;
}

.agreement {
  color: #f3f3f3;
  font-family: "Exo", sans-serif;
  font-size: 13px;
  line-height: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.lapa {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.meta {
  display: inline-block;
  position: relative;
}
.meta:after {
  content: "*";
  position: absolute;
  top: -5px;
  right: -10px;
  color: red;
}

.text-content {
  color: #111827;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.text-content p {
  margin-bottom: 16px;
}
.text-content a {
  color: #007BFF;
  text-decoration: underline;
  transition: color 0.2s;
}
.text-content a:hover {
  color: #0062cc;
}
.text-content strong {
  font-weight: 700;
}
.text-content em {
  font-style: italic;
}
.text-content ul, .text-content ol {
  margin: 16px 0 16px 32px;
  padding: 0;
}
.text-content ul li {
  list-style: disc;
  margin-bottom: 8px;
}
.text-content ol li {
  list-style: decimal;
  margin-bottom: 8px;
}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  color: #0C0815;
  font-weight: 700;
  line-height: 1.3;
  margin: 24px 0 12px;
}
.text-content h1 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .text-content h1 {
    font-size: 29px;
  }
}
.text-content h2 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .text-content h2 {
    font-size: 25px;
  }
}
.text-content h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .text-content h3 {
    font-size: 21px;
  }
}
.text-content h4 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .text-content h4 {
    font-size: 17px;
  }
}
.text-content h5 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-content h5 {
    font-size: 15px;
  }
}
.text-content h6 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .text-content h6 {
    font-size: 13px;
  }
}
.text-content blockquote {
  margin: 24px 0;
  padding-left: 16px;
  border-left: 4px solid #007BFF;
  color: #555;
  font-style: italic;
}
.text-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}
.text-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.text-content table th, .text-content table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.text-content table th {
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .text-content {
    font-size: 16px;
  }
}

/* блоки, страницы */
@keyframes floatCircle {
  0% {
    transform: rotate(0deg) translateX(50px) translateY(100px) rotate(0deg);
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg) translateX(50px) translateY(100px) rotate(-360deg);
    opacity: 0.1;
  }
}
.intro-fade-glow {
  animation: floatCircle 20s linear infinite;
  will-change: transform, opacity;
  transform-origin: center;
  transition: all 20s;
}

.bg-intro {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100dvw;
  min-height: 100dvh;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.bg-intro .bg-grid-layers {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.35;
  pointer-events: none;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 416px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.blog-card .blog-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.blog-card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .blog-card .blog-img {
    height: 240px;
  }
}
.blog-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}
.blog-card .card-body .category {
  background: #F4F4F4;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: max-content;
}
.blog-card .card-body h3 {
  color: #0C0815;
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .card-body p {
  color: #27232F;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .card-body .read-more {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #007BFF;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: auto;
}
.blog-card .card-body .read-more .icon {
  transition: transform 0.2s ease;
  display: inline-block;
  width: 18px;
  height: 14px;
  background-color: #007BFF;
}
.blog-card .card-body .read-more:hover .icon {
  transform: translateX(4px);
}
@media (max-width: 767px) {
  .blog-card .card-body .read-more {
    width: max-content;
  }
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}
.blog-card:hover .blog-img img {
  transform: scale(1.18);
}
@media (max-width: 1024px) {
  .blog-card {
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .blog-card {
    max-width: 100%;
  }
}

.footer {
  background: #fff;
  padding: 100px 0 20px;
  font-size: 14px;
  color: #222;
}
.footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
}
.footer .footer-columns .footer-col {
  flex: 1 1 200px;
}
.footer .footer-columns .footer-col .footer-logo {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 20px;
}
.footer .footer-columns .footer-col .footer-logo:hover {
  color: #2563EB;
}
.footer .footer-columns .footer-col .footer-desc {
  color: #425466;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  max-width: 70%;
}
@media (max-width: 767px) {
  .footer .footer-columns .footer-col .footer-desc {
    max-width: 100%;
  }
}
.footer .footer-columns .footer-col .footer-title {
  color: #313131;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer .footer-columns .footer-col .footer-title {
    margin-bottom: 6px;
    font-size: 22px;
  }
}
.footer .footer-columns .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-columns .footer-col ul li a {
  color: #425466;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 767px) {
  .footer .footer-columns .footer-col ul li a {
    font-size: 16px;
    line-height: 220%;
  }
}
.footer .footer-columns .footer-col ul li a:hover {
  color: #2563EB;
}
@media (max-width: 767px) {
  .footer .footer-columns .footer-col {
    flex: 1 1 120px;
  }
}
.footer .footer-bottom {
  margin-top: 16px;
  padding: 36px 0;
  border-top: 2px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-bottom .footer-bottom__item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #425466;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footer .footer-bottom .footer-bottom__item strong {
  font-weight: 600;
}
.footer .footer-bottom .footer-bottom__item .dev-color {
  color: #11F966;
}
.footer .footer-bottom .footer-bottom__item.dev a {
  color: #425466;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer .footer-bottom .footer-bottom__item.dev a:hover {
  color: #2563EB;
}
.footer .meta-desc {
  margin: 30px 0 20px;
  color: #808080;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 20px;
  }
  .footer .footer-columns {
    flex-direction: column;
    gap: 24px;
  }
  .footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
  font-family: "Exo 2", sans-serif;
}

/*  header desktop */
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #EAEAEA;
  z-index: 9;
  position: sticky;
  top: 0;
  transition: 0.2s;
}
.header .header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__row .header__row_logo {
  color: #000;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.header .header__row .header__row_logo .logo-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.header .header__row .header__row_logo:hover {
  transform: scale(1.03);
}
.header .header__row .header__row_nav {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Стили для меню */
}
.header .header__row .header__row_nav .navigation-menu {
  display: flex;
  align-items: center;
  /* Показать список при наведении */
}
.header .header__row .header__row_nav .navigation-menu .icon {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 7px;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item {
  position: relative;
  list-style: none;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item > .navigation-menu__item_link {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 32px 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item > .navigation-menu__item_link.active {
  color: #2563EB;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown,
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown-submenu {
  z-index: 9;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  padding: 0;
  list-style: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown {
  top: 100%;
  left: 0;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown-submenu {
  top: 10px;
  left: 100%;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item li {
  position: relative;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover {
  cursor: pointer;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover .navigation-menu__item_link {
  color: #2563EB;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover .icon-chevronDown {
  background: #2563EB;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover > .dropdown,
.header .header__row .header__row_nav .navigation-menu .submenu-item:hover > .dropdown-submenu {
  display: block;
}
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu_link:hover > .dropdown-submenu,
.header .header__row .header__row_nav .navigation-menu li:hover > .dropdown-submenu {
  display: block;
}
.header .header__row .header__row_nav .navigation-menu .dropdown li, .header .header__row .header__row_nav .navigation-menu .dropdown-submenu li {
  white-space: nowrap;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #212121;
  padding: 15px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link:hover,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link:hover {
  background-color: #f8f9fa;
  color: red;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link:hover .icon,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link:hover .icon {
  background: red;
}
.header .header__row .header__row_actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .header__row .header__row_actions a {
  color: #000;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header .header__row .header__row_actions .btn-primary {
  color: #FFFFFF;
  display: flex;
  width: 184px;
  padding: 12px 63px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1199px) {
  .header {
    display: none;
  }
}

/* header mobile с переходом внутри старт */
.header-mobile {
  position: sticky;
  top: 0;
  background: #FFFFFF;
  z-index: 99;
}
@media (min-width: 1199px) {
  .header-mobile {
    display: none;
  }
}

.menu_container {
  padding: 12px;
}
.menu_container .icon {
  width: 30px;
  height: 30px;
  background: #2563EB;
}
.menu_container .icon-phone {
  width: 30px;
  height: 30px;
}

.logo-mobile {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.logo-mobile .logotip {
  width: 125px;
  height: 100%;
  object-fit: cover;
}

.mobile_menu_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  overflow: hidden;
  z-index: 102;
  background: #FFFFFF;
}
.mobile_menu_container ul li ul {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.mobile_menu_container.loaded {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content {
  overflow: auto;
  max-height: 100%;
  padding-bottom: 30px;
}
.mobile_menu_container .mobile_menu_content .block-login .text-top {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.25px;
  padding: 0 75px 0 0;
  margin-bottom: 15px;
  color: red;
}
.mobile_menu_container .mobile_menu_content .topbar-menu {
  padding: 12px;
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
}
.mobile_menu_container .mobile_menu_content .topbar-menu .icon {
  width: 30px;
  height: 30px;
  background: #2563EB;
}
.mobile_menu_container .mobile_menu_content .topbar-menu .icon-phone {
  width: 30px;
  height: 30px;
}
.mobile_menu_container .mobile_menu_content .topbar-menu .logo-mobile .img {
  width: 125px;
  height: 100%;
  object-fit: cover;
}
.mobile_menu_container .sub-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #2563EB;
}
.mobile_menu_container .list-menu {
  margin: 30px 0 0 0;
  padding: 0;
}
.mobile_menu_container .list-menu .item-menu {
  list-style: none;
  padding: 0px 5px;
}
.mobile_menu_container .list-menu .item-menu .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mobile_menu_container .list-menu .item-menu .link {
  display: block;
  margin-bottom: 20px;
  color: #425466;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
.mobile_menu_container .list-menu .item-menu .link:hover {
  color: #2563EB;
}
.mobile_menu_container .list-menu .item-menu .link:hover .icon {
  background: #2563EB;
}
.mobile_menu_container .list-menu .item-menu .link.parent {
  padding-right: 50px;
  background: url("/front_assets/img/icons/chevronRight.svg") right 5px center no-repeat;
  background-size: 12px !important;
}
.mobile_menu_container .list-menu .item-menu .link.back {
  padding-left: 50px;
  background: url("/front_assets/img/icons/chevronLeft.svg") left 0px center no-repeat;
  background-size: 20px !important;
  box-sizing: border-box;
  min-height: 50px;
  z-index: 110;
  position: relative;
}
.mobile_menu_container .list-menu .item-menu .sub-categories {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 110;
  padding: 0px 15px;
}
.mobile_menu_container .list-menu .item-menu .sub-categories.loaded {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.mobile_menu_container .list-menu .item-menu .sub-categories.activity {
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile_menu_container .list-menu .social-icons a img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
}
.mobile_menu_container .list-menu .contacts-info .icon {
  width: 22px;
  height: 22px;
  background: #b0832d;
}
.mobile_menu_container .list-menu .contacts-info .link {
  margin-bottom: 15px;
}
.mobile_menu_container .all-rights {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #8a919c;
  display: flex;
  flex-direction: column;
}
.mobile_menu_container .all-rights .dev-color {
  color: #11F966;
}

.menu-close {
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
  z-index: 101;
}

.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
}
.error-404__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404 .box-img {
  overflow: visible;
  width: 740px;
  height: 380px;
  z-index: 5;
}
@media (max-width: 767px) {
  .error-404 .box-img {
    width: 100%;
    height: auto;
  }
}
.error-404__image {
  width: 100%;
  height: 100%;
}
.error-404__code {
  font-family: "Exo 2", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  color: #a044ff;
  background: linear-gradient(90deg, #FF3BFF 0%, #CA49CF 32.21%, #5C24FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}
.error-404__text {
  color: #000;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .error-404__text {
    font-size: 22px;
  }
}
.error-404__button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 10px;
  background: linear-gradient(176deg, #2563EB 3.38%, #3D2CA8 96.62%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  flex-shrink: 0;
}
.error-404__button span {
  display: inline-block;
  transition: transform 0.3s;
}
.error-404__button:hover {
  animation: rotate 0.7s ease-in-out both;
}
.error-404__button:hover span {
  color: #FFFFFF;
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

.contacts-section {
  padding: 40px 0;
}
.contacts-section .contacts-title {
  font-family: "Exo 2", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0C0815;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .contacts-section .contacts-title {
    font-size: 26px;
    text-align: left;
  }
}
.contacts-section .contacts-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .contacts-section .contacts-layout {
    flex-direction: column;
  }
}
.contacts-section .contacts-left,
.contacts-section .contacts-right {
  font-family: "Exo 2", sans-serif;
  flex: 1 1 50%;
  max-width: 48%;
}
@media (max-width: 991px) {
  .contacts-section .contacts-left,
  .contacts-section .contacts-right {
    max-width: 100%;
  }
}
.contacts-section .company-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contacts-section .contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 32px;
}
.contacts-section .contact-block div {
  font-size: 20px;
  line-height: 1.4;
}
.contacts-section .contact-block div .label {
  display: block;
  color: #777;
  font-size: 17px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts-section .contact-block div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts-section .contact-block {
    gap: 16px;
  }
}
.contacts-section .contact-group {
  margin-bottom: 20px;
}
.contacts-section .contact-group .label {
  color: #777;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contacts-section .contact-group p {
  font-size: 20px;
  line-height: 140%;
}
.contacts-section .contact-group a {
  color: #0C0815;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 20px;
}
.contacts-section .contact-group a:hover {
  color: #2563EB;
}

.faq-section {
  padding: 60px 0;
}
.faq-section .faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  color: #0C0815;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq-section .faq-title {
    font-size: 24px;
    text-align: left;
  }
}
.faq-section .faq-accordion .accordion-item {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(121, 121, 121, 0.16);
  margin-bottom: 16px;
  overflow: hidden;
}
.faq-section .faq-accordion .accordion-item .accordion-header {
  font-family: "Exo 2", sans-serif;
}
.faq-section .faq-accordion .accordion-item .accordion-button {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0C0815;
  background-color: #ffffff;
  padding: 24px 20px;
  box-shadow: none;
  border: none;
}
.faq-section .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #2563EB;
}
.faq-section .faq-accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%230C0815' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  transform: rotate(0deg);
}
.faq-section .faq-accordion .accordion-item .accordion-button.collapsed::after {
  transform: rotate(-90deg);
}
.faq-section .faq-accordion .accordion-item .accordion-body {
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  padding: 16px 20px;
  border-top: 1px solid #eee;
}

.section-intro {
  position: relative;
  padding: 60px 20px;
  text-align: center;
}
.section-intro .intro-content {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
}
.section-intro .intro-content .messenger-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
.section-intro .intro-content .messenger-icons img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.section-intro .intro-content .intro-title {
  margin-bottom: 44px;
  color: #111827;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-intro .intro-content .intro-title .gradient-text {
  background: linear-gradient(90deg, #FF3BFF, #CA49CF, #5C24FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    min-height: 80px;
}
.section-intro .intro-content .intro-title .fade-text {
  display: inline-block;
  transition: opacity 0.7s ease, transform 0.6s ease;
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
}
.section-intro .intro-content .intro-title .fade-text.fade-out {
  opacity: 0;
  transform: translateY(8px);
}
.section-intro .intro-content .intro-title .fade-text.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.section-intro .intro-content .intro-subtitle {
  margin-bottom: 50px;
  color: #111827;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@keyframes diagonal-glow-in {
  0% {
    transform: translateX(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(200%) rotate(25deg);
  }
}
@keyframes diagonal-glow-out {
  0% {
    transform: translateX(200%) rotate(25deg);
  }
  100% {
    transform: translateX(-100%) rotate(25deg);
  }
}
.section-intro .intro-content .intro-button {
  display: inline-block;
  border-radius: 10px;
  background: linear-gradient(176deg, #2563EB 3.38%, #3D2CA8 96.62%);
  padding: 18px 63px;
  text-decoration: none;
  transition: 0.2s;
  color: #FFF;
  font-family: "Exo 2", sans-serif;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.section-intro .intro-content .intro-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 230px;
  background: #2563EB;
  opacity: 0.6;
  filter: blur(155px);
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
}
.section-intro .intro-content .intro-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  transform: rotate(25deg);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.section-intro .intro-content .intro-button:active {
  transform: scale(var(--scale, 1)) translateZ(0);
  --scale: .93;
}
.section-intro .intro-content .intro-button .text {
  z-index: 3;
  position: relative;
  pointer-events: none;
}
.section-intro .intro-content .intro-button:hover::before {
  opacity: 1;
  animation: diagonal-glow-in 1s forwards;
}
.section-intro .intro-content .intro-button:not(:hover)::before {
  opacity: 1;
  animation: diagonal-glow-out 1s forwards;
}
@media (max-width: 1024px) {
  .section-intro {
    padding: 40px 16px;
  }
  .section-intro .intro-content .intro-title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .section-intro .intro-content .intro-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .section-intro .intro-content .intro-button {
    font-size: 20px;
    padding: 16px 48px;
  }
  .section-intro .intro-content .intro-button::after {
    width: 280px;
    height: 180px;
    filter: blur(120px);
  }
  .section-intro .intro-content .messenger-icons img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .section-intro {
    padding: 32px 12px;
  }
  .section-intro .intro-content .intro-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .section-intro .intro-content .intro-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section-intro .intro-content .intro-button {
    font-size: 18px;
    padding: 14px 36px;
  }
  .section-intro .intro-content .intro-button::after {
    width: 240px;
    height: 140px;
    filter: blur(100px);
  }
  .section-intro .intro-content .messenger-icons {
    gap: 10px;
    margin-bottom: 24px;
  }
  .section-intro .intro-content .messenger-icons img {
    width: 28px;
    height: 28px;
  }
}
.section-laptop {
  position: relative;
  padding: 0;
}
.section-laptop .laptop-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-laptop .laptop-wrapper {
    max-width: 760px;
  }
}
@media (max-width: 991px) {
  .section-laptop .laptop-wrapper {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .section-laptop .laptop-wrapper {
    display: none;
  }
}
.section-laptop .laptop-frame {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section-laptop .laptop-frame .laptop-shell {
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
.section-laptop .laptop-frame .laptop-screen {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 10%;
  width: 80%;
  height: 88%;
  overflow: hidden;
  border-radius: 10px;
  pointer-events: none;
}
.section-laptop .laptop-frame .laptop-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: box-shadow 0.4s ease;
  pointer-events: auto;
}
.section-laptop .laptop-frame .laptop-screen:hover img {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .section-laptop .laptop-frame .laptop-screen {
    top: 12px;
    left: 11%;
    width: 78%;
    height: 86%;
  }
}

.mobile-screen {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -100px;
    width: 400px;
    height: auto;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .mobile-screen {
        right: -50px;
        width: 190px;
    }
}

.section-laptop .label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
  text-align: start;
  font-family: "Exo 2", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-laptop .label .arrow {
  width: 40px;
  height: auto;
}
.section-laptop .label.label-left-top {
  top: 40px;
  left: -40px;
  flex-direction: row-reverse;
  color: #2E2ACD;
}
.section-laptop .label.label-left-top .img-arrow {
  margin-left: 65%;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .section-laptop .label.label-left-top {
    top: 25px;
    left: -50px;
  }
}
.section-laptop .label.label-right-top {
  top: -80px;
  right: -130px;
  flex-direction: row;
  text-align: start;
  color: #111;
}
.section-laptop .label.label-right-top .highlight {
  color: #F00;
}
.section-laptop .label.label-right-top .img-arrow {
  width: max-content;
  margin: 10px 0 0 12px;
}
@media (max-width: 1024px) {
  .section-laptop .label.label-right-top .img-arrow {
    margin: 10px 0 0 50px;
  }
}
@media (max-width: 1024px) {
  .section-laptop .label.label-right-top {
    top: -80px;
    right: -60px;
  }
}
@media (max-width: 991px) {
  .section-laptop .label.label-right-top {
    top: -70px;
    right: -60px;
  }
}
.section-laptop .label.label-left-bottom {
  bottom: 80px;
  left: -140px;
  flex-direction: column;
  color: #1EB980;
}
.section-laptop .label.label-left-bottom .img-arrow {
  margin-left: 15%;
  margin-top: 10px;
}
.section-laptop .label.label-left-bottom .img-arrow .arrow {
  width: 22px;
}
.section-laptop .label.label-left-bottom .client-cards {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-left: 20%;
}
.section-laptop .label.label-left-bottom .client-cards .card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: min-content;
}
.section-laptop .label.label-left-bottom .client-cards .card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.section-laptop .label.label-left-bottom .client-cards .card .box-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section-laptop .label.label-left-bottom .client-cards .card .avatar {
  width: 45px;
  height: 45px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 12px;
  flex-shrink: 0;
}
.section-laptop .label.label-left-bottom .client-cards .card .card-info {
  flex-grow: 1;
  min-width: 124px;
}
.section-laptop .label.label-left-bottom .client-cards .card .card-info .name {
  color: #232323;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-laptop .label.label-left-bottom .client-cards .card .card-info .name.red {
  color: #FE5C73;
}
.section-laptop .label.label-left-bottom .client-cards .card .card-info .name.green {
  color: #16DBAA;
}
.section-laptop .label.label-left-bottom .client-cards .card .card-info .desc {
  color: #718EBF;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-laptop .label.label-left-bottom .client-cards .card .card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 13px;
}
.section-laptop .label.label-left-bottom .client-cards .card .card-meta .price {
  font-weight: 600;
  margin-bottom: 4px;
}
.section-laptop .label.label-left-bottom .client-cards .card .card-meta .status {
  display: flex;
  gap: 6px;
}
@media (max-width: 1024px) {
  .section-laptop .label.label-left-bottom {
    display: none;
  }
}
@media (max-width: 1024px) {
  .section-laptop .label {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .section-laptop .label {
    font-size: 16px;
  }
}

/* как это работает ? */
@keyframes diagonal-shine {
  0% {
    transform: translateX(-100%) rotate(25deg);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translateX(200%) rotate(25deg);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* как это работает ?*/
.section-how {
  padding: 60px 0;
  /* Обратные анимации для плавного возврата */
  /* Обратные keyframes для плавного возврата */
  /* Ваши существующие keyframes */
}
@media (max-width: 767px) {
  .section-how .sec-title {
    text-align: center;
  }
}
.section-how .steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section-how .steps-grid {
    grid-template-columns: 1fr;
  }
}
.section-how .step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-how .step .step-num {
  color: #2F2F2F;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .section-how .step .step-num {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-how .step .step-num {
    font-size: 32px;
  }
}
.section-how .step .step-content .step-title {
  color: #2F2F2F;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 991px) {
  .section-how .step .step-content .step-title {
    font-size: 22px;
  }
}
.section-how .step .step-content p {
  color: #808080;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .section-how .step .step-content p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-how .step {
    text-align: center;
    gap: 0;
  }
}
.section-how .ai-card {
  position: relative;
  background: linear-gradient(180deg, #5956E9 0%, #323083 100%);
  border-radius: 14px;
  padding: 80px 60px;
  color: #fff;
  transition: all 0.6s ease;
  animation: fade-up 0.6s ease forwards;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 50px;
  /* ховер для кошки */
}
.section-how .ai-card h3 {
  color: #FFF;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 991px) {
  .section-how .ai-card h3 {
    font-size: 36px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .section-how .ai-card h3 {
    font-size: 30px;
    font-weight: 500;
  }
}
.section-how .ai-card p {
  color: #FFF;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.5%;
}
@media (max-width: 767px) {
  .section-how .ai-card p {
    font-size: 17px;
  }
}
.section-how .ai-card .ai-socials {
  display: flex;
  gap: 20px;
}
.section-how .ai-card .ai-socials a img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .section-how .ai-card .ai-socials a img {
    width: 50px;
    height: 50px;
  }
}
.section-how .ai-card .ai-socials a:hover img {
  transform: scale(1.2);
}
.section-how .ai-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 130%;
  height: 130%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
  transform: rotate(45deg);
  opacity: 0;
  pointer-events: none;
}
.section-how .ai-card:hover::before {
  animation: diagonal-shine 1s ease-in-out;
}
.section-how .ai-card .svg-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  background: transparent;
  fill: transparent;
  transition: all 0.3s ease;
}
.section-how .ai-card:hover {
  box-shadow: 0 0 25px rgba(114, 103, 239, 0.6);
}
.section-how .ai-card:hover #eYFQ5LAvhBb5 {
  animation: fade-in-opacity 800ms linear 1 forwards;
}
.section-how .ai-card:hover #eYFQ5LAvhBb9 {
  animation: morph-path 800ms linear 1 forwards;
}
.section-how .ai-card:hover #eYFQ5LAvhBb10_to {
  animation: translate10 800ms linear 1 forwards;
}
.section-how .ai-card:hover #eYFQ5LAvhBb13 {
  animation: stroke-grow13 800ms linear 1 forwards;
}
.section-how .ai-card:hover #eYFQ5LAvhBb14_to {
  animation: translate14 800ms linear 1 forwards;
}
.section-how .ai-card:hover #eYFQ5LAvhBb19_to {
  animation: blink19 800ms linear 1 forwards;
}
.section-how .ai-card:hover #eYFQ5LAvhBb24_to {
  animation: blink24 800ms linear 1 forwards;
}
.section-how .ai-card:hover #eYFQ5LAvhBb30_to {
  animation: translate30 800ms linear 1 forwards;
}
.section-how #eYFQ5LAvhBb5 {
  animation: fade-out-opacity 800ms linear 1 forwards;
}
.section-how #eYFQ5LAvhBb9 {
  animation: morph-path-reverse 800ms linear 1 forwards;
}
.section-how #eYFQ5LAvhBb10_to {
  animation: translate10-reverse 800ms linear 1 forwards;
}
.section-how #eYFQ5LAvhBb13 {
  animation: stroke-grow13-reverse 800ms linear 1 forwards;
}
.section-how #eYFQ5LAvhBb14_to {
  animation: translate14-reverse 800ms linear 1 forwards;
}
.section-how #eYFQ5LAvhBb19_to {
  animation: blink19-reverse 800ms linear 1 forwards;
}
.section-how #eYFQ5LAvhBb24_to {
  animation: blink24-reverse 800ms linear 1 forwards;
}
.section-how #eYFQ5LAvhBb30_to {
  animation: translate30-reverse 800ms linear 1 forwards;
}
@keyframes fade-out-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes morph-path-reverse {
  0% {
    d: path("M483.59,271.66C490.68,272.45,496.549162,270.286312,500.627933,261.35186C503.887001,254.212949,501.869483,245.677295,509.784363,238.072802");
  }
  12.5% {
    d: path("M483.59,271.66C490.68,272.45,496.549162,270.286312,500.627933,261.35186C503.887001,254.212949,501.869483,245.677295,509.784363,238.072802");
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  75% {
    d: path("M483.59,271.66C490.68,272.45,498.59,271.84,498.59,260.95C498.59,246.4,506.59,244.88,511.41,247.16");
  }
  100% {
    d: path("M483.59,271.66C490.68,272.45,498.59,271.84,498.59,260.95C498.59,246.4,506.59,244.88,511.41,247.16");
  }
}
@keyframes translate10-reverse {
  0% {
    transform: translate(444.334992px, 214.059152px);
  }
  12.5% {
    transform: translate(444.334992px, 214.059152px);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  75% {
    transform: translate(444.334992px, 239.720001px);
  }
  100% {
    transform: translate(444.334992px, 239.720001px);
  }
}
@keyframes stroke-grow13-reverse {
  0% {
    stroke-dashoffset: 51.38;
  }
  12.5% {
    stroke-dashoffset: 51.38;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  75% {
    stroke-dashoffset: 25.690696;
  }
  100% {
    stroke-dashoffset: 25.690696;
  }
}
@keyframes translate14-reverse {
  0% {
    transform: translate(444.345001px, 224.22416px);
  }
  12.5% {
    transform: translate(444.345001px, 224.22416px);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  75% {
    transform: translate(444.345001px, 249.885002px);
  }
  100% {
    transform: translate(444.345001px, 249.885002px);
  }
}
@keyframes blink19-reverse {
  0% {
    transform: translate(437.73999px, 241.372142px);
    animation-timing-function: step-end;
  }
  12.5% {
    transform: translate(437.73999px, 246.97022px);
    animation-timing-function: step-end;
  }
  25% {
    transform: translate(437.73999px, 241.372142px);
  }
  75% {
    transform: translate(437.73999px, 241.372142px);
    animation-timing-function: step-end;
  }
  100% {
    transform: translate(437.73999px, 246.97022px);
  }
}
@keyframes blink24-reverse {
  0% {
    transform: translate(437.73999px, 241.372142px);
    animation-timing-function: step-end;
  }
  12.5% {
    transform: translate(437.73999px, 246.97022px);
    animation-timing-function: step-end;
  }
  25% {
    transform: translate(437.73999px, 241.372142px);
  }
  75% {
    transform: translate(437.73999px, 241.372142px);
    animation-timing-function: step-end;
  }
  100% {
    transform: translate(437.73999px, 246.97022px);
  }
}
@keyframes translate30-reverse {
  0% {
    transform: translate(444.059982px, 273.24196px);
  }
  12.5% {
    transform: translate(444.059982px, 273.24196px);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  75% {
    transform: translate(444.059982px, 279.059982px);
  }
  100% {
    transform: translate(444.059982px, 279.059982px);
  }
}
@keyframes fade-in-opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes morph-path {
  0% {
    d: path("M483.59,271.66C490.68,272.45,498.59,271.84,498.59,260.95C498.59,246.4,506.59,244.88,511.41,247.16");
  }
  25% {
    d: path("M483.59,271.66C490.68,272.45,498.59,271.84,498.59,260.95C498.59,246.4,506.59,244.88,511.41,247.16");
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  87.5% {
    d: path("M483.59,271.66C490.68,272.45,496.549162,270.286312,500.627933,261.35186C503.887001,254.212949,501.869483,245.677295,509.784363,238.072802");
  }
  100% {
    d: path("M483.59,271.66C490.68,272.45,496.549162,270.286312,500.627933,261.35186C503.887001,254.212949,501.869483,245.677295,509.784363,238.072802");
  }
}
@keyframes translate10 {
  0% {
    transform: translate(444.334992px, 239.720001px);
  }
  25% {
    transform: translate(444.334992px, 239.720001px);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  87.5% {
    transform: translate(444.334992px, 214.059152px);
  }
  100% {
    transform: translate(444.334992px, 214.059152px);
  }
}
@keyframes stroke-grow13 {
  0% {
    stroke-dashoffset: 25.690696;
  }
  25% {
    stroke-dashoffset: 25.690696;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  87.5% {
    stroke-dashoffset: 51.38;
  }
  100% {
    stroke-dashoffset: 51.38;
  }
}
@keyframes translate14 {
  0% {
    transform: translate(444.345001px, 249.885002px);
  }
  25% {
    transform: translate(444.345001px, 249.885002px);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  87.5% {
    transform: translate(444.345001px, 224.22416px);
  }
  100% {
    transform: translate(444.345001px, 224.22416px);
  }
}
@keyframes blink19 {
  0% {
    transform: translate(437.73999px, 246.97022px);
    animation-timing-function: step-end;
  }
  25% {
    transform: translate(437.73999px, 241.372142px);
  }
  75% {
    transform: translate(437.73999px, 241.372142px);
    animation-timing-function: step-end;
  }
  87.5% {
    transform: translate(437.73999px, 246.97022px);
    animation-timing-function: step-end;
  }
  100% {
    transform: translate(437.73999px, 241.372142px);
  }
}
@keyframes blink24 {
  0% {
    transform: translate(437.73999px, 246.97022px);
    animation-timing-function: step-end;
  }
  25% {
    transform: translate(437.73999px, 241.372142px);
  }
  75% {
    transform: translate(437.73999px, 241.372142px);
    animation-timing-function: step-end;
  }
  87.5% {
    transform: translate(437.73999px, 246.97022px);
    animation-timing-function: step-end;
  }
  100% {
    transform: translate(437.73999px, 241.372142px);
  }
}
@keyframes translate30 {
  0% {
    transform: translate(444.059982px, 279.059982px);
  }
  25% {
    transform: translate(444.059982px, 279.059982px);
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  87.5% {
    transform: translate(444.059982px, 273.24196px);
  }
  100% {
    transform: translate(444.059982px, 273.24196px);
  }
}
@media (max-width: 1024px) {
  .section-how {
    padding: 40px 0;
  }
  .section-how .row {
    flex-direction: column;
  }
  .section-how .steps-grid {
    gap: 36px 30px;
    margin-top: 20px;
  }
  .section-how .ai-card {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-how {
    padding: 20px 0;
  }
  .section-how .ai-card {
    padding: 40px 30px;
  }
}

/* наши преимущества */
.features-section {
  padding: 60px 0;
}
.features-section .features-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .features-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .features-section .features-grid {
    grid-template-columns: 1fr;
  }
}
.features-section .feature-card {
  position: relative;
  padding: 50px 80px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  /* на планшетах сразу подсветка без hover */
}
.features-section .feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease;
}
.features-section .feature-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.features-section .feature-card:hover::before {
  opacity: 1;
}
.features-section .feature-card:hover .box-img {
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(30px);
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
}
.features-section .feature-card:hover .icon-wrapper .icon-float {
  opacity: 1;
  transform: translate(-20%, -20%) scale(1);
}
@media (max-width: 1024px) {
  .features-section .feature-card {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  }
  .features-section .feature-card::before {
    opacity: 1;
  }
  .features-section .feature-card .box-img {
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(30px);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
  }
  .features-section .feature-card .icon-wrapper .icon-float {
    opacity: 1;
    transform: translate(-20%, -20%) scale(1);
  }
}
.features-section .feature-card h3 {
  color: #2F2F2F;
  font-family: "Exo 2", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  margin: 14px 0;
  position: relative;
  z-index: 2;
}
.features-section .feature-card p {
  color: #808080;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .features-section .feature-card p {
    font-size: 18px;
  }
}
.features-section .feature-card .icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #f4f4f4;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.features-section .feature-card .icon-wrapper .box-img {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 2px solid rgb(255, 255, 255);
  z-index: 3;
}
.features-section .feature-card .icon-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: relative;
  z-index: 4;
}
.features-section .feature-card .icon-wrapper .icon-float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0;
  transform: translate(0, 0) scale(0.5);
  transition: all 0.5s ease;
  z-index: 1;
}
@media (max-width: 1024px) {
  .features-section .feature-card .icon-wrapper .icon-float {
    opacity: 1;
    transform: translate(-20%, -20%) scale(1);
  }
}
.features-section .feature-card.--blue::before {
  background: linear-gradient(180deg, #e0eaff 0%, #ffffff 100%);
}
.features-section .feature-card.--blue .icon-float {
  background: linear-gradient(135deg, #cbd8ff, #8ba6ff);
}
.features-section .feature-card.--cyan::before {
  background: linear-gradient(180deg, #b4f1ff 0%, #e0ffff 100%);
}
.features-section .feature-card.--cyan .icon-float {
  background: linear-gradient(135deg, #b4f1ff, #66d3f7);
}
.features-section .feature-card.--pink::before {
  background: linear-gradient(180deg, #f8cbff 0%, #ffffff 100%);
}
.features-section .feature-card.--pink .icon-float {
  background: linear-gradient(135deg, #f8cbff, #d58fff);
}
.features-section .feature-card.--orange::before {
  background: linear-gradient(180deg, #ffe2b2 0%, #fffaf0 100%);
}
.features-section .feature-card.--orange .icon-float {
  background: linear-gradient(135deg, #ffe2b2, #ffb36b);
}
.features-section .feature-card.--red::before {
  background: linear-gradient(180deg, #ffb5b5 0%, #fff0f0 100%);
}
.features-section .feature-card.--red .icon-float {
  background: linear-gradient(135deg, #ffb5b5, #f87171);
}
.features-section .feature-card.--green::before {
  background: linear-gradient(180deg, #d1fae5 0%, #f0fff5 100%);
}
.features-section .feature-card.--green .icon-float {
  background: linear-gradient(135deg, #d1fae5, #6ee7b7);
}
@media (max-width: 1024px) {
  .features-section .feature-card {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .features-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .features-section {
    padding: 20px 0;
  }
}

/* Готовы попробовать?  */
.cta-section {
  padding: 60px 0;
}
.cta-section .cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  padding: 80px 32px;
  color: #fff;
  flex-wrap: wrap;
  position: relative;
  background: linear-gradient(20deg, #143885 40%, #2563eb 60%, #143885 90%);
}
@media (max-width: 1024px) {
  .cta-section .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-box {
    padding: 40px 20px;
  }
}
.cta-section .cta-content {
  width: 48%;
  z-index: 2;
}
.cta-section .cta-content h2 {
  color: #FFF;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.2%;
}
@media (max-width: 767px) {
  .cta-section .cta-content h2 {
    font-size: 30px;
  }
}
.cta-section .cta-content p {
  color: #FFF;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.2%;
  margin-bottom: 60px;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .cta-section .cta-content p {
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.cta-section .cta-content .cta-form {
  display: flex;
  gap: 16px;
}
.cta-section .cta-content .cta-form .group-phone {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cta-section .cta-content .cta-form .group-phone {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .cta-section .cta-content .cta-form .group-phone {
    width: 100%;
  }
}
.cta-section .cta-content .cta-form button {
  padding: 16px 40px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(181deg, #a75aff 5.77%, #3648E5 93.74%);
  cursor: pointer;
  transition: 0.3s;
  height: max-content;
  color: #FFF;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  width: max-content;
}
.cta-section .cta-content .cta-form button:hover {
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .cta-section .cta-content .cta-form button {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-content .cta-form button {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 1024px) {
  .cta-section .cta-content {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-content {
    width: 100%;
  }
}
.cta-section .cta-robot {
  margin-top: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 65%;
}
.cta-section .cta-robot img {
  width: 740px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .cta-section .cta-robot img {
    width: 640px;
    height: 430px;
  }
}
.cta-section .cta-robot .bubble {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 12px;
  backdrop-filter: blur(20px);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cta-section .cta-robot .bubble {
    display: none;
  }
}
.cta-section .cta-robot .bubble-1 {
  bottom: 60%;
  left: 20%;
}
@media (max-width: 991px) {
  .cta-section .cta-robot .bubble-1 {
    bottom: 55%;
  }
}
.cta-section .cta-robot .bubble-2 {
  bottom: 50%;
  right: 50px;
}
.cta-section .cta-robot .bubble-3 {
  bottom: 10%;
  left: 14%;
}
@media (max-width: 991px) {
  .cta-section .cta-robot .bubble-3 {
    bottom: 4%;
    left: 10%;
  }
}
@media (max-width: 1024px) {
  .cta-section {
    padding: 40px 0;
  }
  .cta-section .cta-robot {
    max-width: 100%;
    opacity: 0.39;
    right: -25px;
  }
  .cta-section .cta-form {
    flex-direction: column !important;
  }
  .cta-section .cta-form input,
  .cta-section .cta-form button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 20px 0;
  }
  .cta-section .cta-robot {
    max-width: 100%;
    opacity: 0.39;
    right: 0;
  }
}

/* Блог  */
.blog-section {
  padding: 40px 0;
}
.blog-section .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
}
.blog-section .blog-header .sec-subtitle {
  color: #27232F;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.blog-section .blog-header .all-posts {
  background: #007BFF;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.3s ease;
  color: #FFF;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  flex-shrink: 0;
}
.blog-section .blog-header .all-posts:hover {
  animation: rotate 0.7s ease-in-out both;
}
.blog-section .blog-header .all-posts:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}
@media (max-width: 767px) {
  .blog-section .blog-header .all-posts {
    padding: 6px 20px;
  }
}
.blog-section .blog-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .blog-section .blog-cards {
    gap: 24px 16px;
  }
}
@media (max-width: 767px) {
  .blog-section {
    padding: 20px 0;
  }
  .blog-section .blog-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .blog-section .blog-cards {
    flex-direction: column;
    align-items: center;
  }
}

.privacy-section {
  padding: 40px 0;
}
.privacy-section .privacy-title {
  color: var(--Default-Font, #111827);
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .privacy-section .privacy-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .privacy-section .privacy-title {
    font-size: 22px;
  }
}
.privacy-section .privacy-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .privacy-section .privacy-card {
    padding: 20px;
  }
}

.post-page {
  padding: 60px 0;
}
.post-page .post-layout {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .post-page .post-layout {
    flex-direction: column;
  }
}
.post-page .post-main {
  flex: 1;
}
.post-page .post-main .post-image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  height: 450px;
}
.post-page .post-main .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .post-page .post-main .post-image {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .post-page .post-main .post-image {
    height: 240px;
  }
}
.post-page .post-main .post-content {
  padding: 24px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}
.post-page .post-main .post-content .category {
  display: inline-block;
  background: #f4f4f4;
  padding: 4px 10px;
  border-radius: 6px;
  font-family: "Exo", sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .post-page .post-main .post-content .category {
    font-size: 12px;
  }
}
.post-page .post-main .post-content .post-title {
  color: #111827;
  font-family: "Exo 2", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .post-page .post-main .post-content .post-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .post-page .post-main .post-content .post-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .post-page .post-main .post-content {
    padding: 12px;
  }
}
.post-page .post-sidebar {
  width: 380px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .post-page .post-sidebar {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .post-page .post-sidebar {
    flex-direction: column;
  }
}

.blog-listing {
  padding: 40px 0;
}
.blog-listing .blog-section .blog-section-title {
  font-size: 28px;
  font-weight: 700;
  font-family: Exo, sans-serif;
  margin-bottom: 24px;
  color: #0C0815;
}
@media (max-width: 767px) {
  .blog-listing .blog-section .blog-section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.blog-listing .blog-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .blog-listing .blog-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-listing .blog-section .blog-grid {
    grid-template-columns: 1fr;
  }
}
.blog-listing .blog-section .blog-grid .blog-card {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .blog-listing .blog-section {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .blog-listing {
    padding: 20px 0;
  }
}
















/* секция интеграций — изолированные классы */


.i2-int__container {
    margin: 0 auto;
    width: min(1200px, 92vw);
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
}

@media (min-width: 992px) {
    .i2-int__container {
        grid-template-columns: 0.8fr 1fr;
    }
}

.i2-int__title {
    color: #000;
    font-family: "Exo 2", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
}

.i2-int__note {
    color: #000;
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150.5%;
    margin-bottom: 15px;
    max-width: 87%;
}

/* сетка логотипов */
/* Мобильная/планшетная сетка — как было */
.i2-int__logos {

}


@media (max-width: 1024px) {
    .i2-int__title {
        font-size: 33px;
    }
}
@media (max-width: 767px) {
    .i2-int__container {
        gap: 10px;
    }
}



.who-is-slider {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.who-is-slider .swiper-slide {
    background: transparent;
    height: max-content;
}

.who-is-slider .swiper-slide .slide-content {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 999999999999;
}

.who-is-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.who-is-slider .slide-title {
    width: 90%;
    text-align: center;
    white-space: normal;
    color: #FFF;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.072px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.who-is .sec-subtitle {
    max-width: 45%;
    margin: 0 auto 30px;
}

@media (max-width: 1023px) {
    .who-is .sec-subtitle {
        max-width: 80%;
    }
}
@media (max-width: 767px) {
    .who-is-slider .slide-title {
        font-size: 18px;
    }
}


/* =========================================== */


/* ====== c2-marq (namespaced) ====== */
.c2-marq{
    --h: 80px;          /* высота ленты */
    --gap: 56px;        /* расстояние между логотипами */
    --duration: 20s;    /* будет пересчитана JS */
    position: relative;
    overflow: hidden;
    width: 100%;
    height: var(--h);
    display: none;
}

.c2-marq__lane{
    width: max-content;              /* ширина по содержимому */
    will-change: transform;
    display: flex;
    align-items: center;
    animation: c2-marq-scroll var(--duration) linear infinite;
}

.c2-marq__group{
    display: inline-flex;
    align-items: center;
    column-gap: var(--gap);
    padding-inline-end: var(--gap);
}

.c2-marq__item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--h);
}

.c2-marq__item img{
    display: block;
    height: calc(var(--h) * 0.45);
    width: auto;
    object-fit: contain;
}

/* Пауза по hover — если нужно, раскомментируй */
/* .c2-marq:hover .c2-marq__lane{ animation-play-state: paused; }*/

/* Мобайл */
@media (max-width: 767px){
    .c2-marq{
        --h: 56px;
        --gap: 32px;
        display: block;
    }
    .i2-int__logos {
        display: none;
    }

}



@keyframes c2-marq-scroll{
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-1 * var(--dist))); } /* var(--dist) задаст JS */
}

/* Уважение к reduced-motion */
@media (prefers-reduced-motion: reduce){
    .c2-marq__lane{ animation: none; transform: none; }
}
