@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.home-page .home-background {
  background-image: linear-gradient(to bottom right, #111827 53%, rgba(88, 28, 135, 0.4));
  color: var(--white);
}

.home-page .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: radial-gradient(circle at 15% 30%, rgba(139, 92, 246, 0.25) 0%, transparent 35%), radial-gradient(circle at 85% 70%, rgba(6, 182, 212, 0.2) 0%, transparent 40%), radial-gradient(circle at 50% 20%, rgba(168, 85, 247, 0.15) 0%, transparent 45%), radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.18) 0%, transparent 38%), linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, transparent 50%, rgba(6, 182, 212, 0.08) 100%);
  background-size: 600px 600px, 800px 800px, 700px 700px, 500px 500px, 100% 100%;
}

.home-page .hero__bg:after,
.home-page .hero__bg:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.home-page .hero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(139, 92, 246, 0.08) 2px, transparent 2px), linear-gradient(0deg, rgba(6, 182, 212, 0.06) 1px, transparent 1px), linear-gradient(45deg, rgba(168, 85, 247, 0.04) 1px, transparent 1px);
  background-size: 80px 80px, 40px 40px, 120px 120px;
  opacity: 0.8;
  pointer-events: none;
}

.home-page .hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: conic-gradient(from 0deg at 30% 30%, rgba(139, 92, 246, 0.1) 0deg, transparent 60deg, rgba(6, 182, 212, 0.08) 120deg, transparent 180deg), conic-gradient(from 180deg at 70% 70%, rgba(168, 85, 247, 0.12) 0deg, transparent 90deg, rgba(59, 130, 246, 0.1) 180deg, transparent 270deg), radial-gradient(ellipse at center, transparent 20%, rgba(15, 23, 42, 0.3) 80%);
  background-size: 300px 300px, 400px 400px, 100% 100%;
  pointer-events: none;
  opacity: 0.9;
}

:root {
  --blue: #22d3ee;
  --purple: #c084fc;
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --gr: linear-gradient(to right, var(--tw-gradient-stops));
  --white: #fff;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
}

.home-page .hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .hero .container {
  position: relative;
  z-index: 20;
}

.container {
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.main__title strong,
title strong {
  display: inline-block;
  background-image: linear-gradient(to right, var(--purple), var(--blue));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  font-weight: 700;
}

.main__title {
  font-size: 3.75rem;
}

.home-page .hero__title {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.main__desc {
  margin-top: 20px;
  text-align: center;
  color: var(--white);
  font-size: 1.2rem;
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8 !important;
  line-height: 140%;
}

.btn {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  font-size: 1.2rem;
  color: var(--white);
  background: linear-gradient(to right, #9333ea, #0891b2);
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
}

.btn svg {
  width: 1rem;
  height: 1rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  flex: 0 0 1rem;
}

.home-page .hero__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}

.numbers {
  border-top: 1px solid rgba(168, 85, 247, 0.2);
}

.numbers__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 2rem;
}

.numbers__item {
  flex: 1 1 calc(25% - 2rem);
}

.numbers__head {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 3rem;
  font-weight: 700;
  justify-content: center;
}

.numbers__head span {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.numbers-value {
  background-image: linear-gradient(to right, var(--purple) 30%, #7bcbe0);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}

.numbers-text {
  color: #7bcbe0;
}

.numbers__desc {
  margin-top: 10px;
  text-align: center;
  color: var(--white);
  opacity: 0.6;
}

section {
  padding: 100px 0;
}

.catalog {
  border-top: 1px solid rgba(168, 85, 247, 0.2);
}

.title {
  font-size: 2rem;
  font-weight: 700;
}

.catalog__title {
  text-align: center;
}

.desc {
  font-size: 1.1rem;
}

.catalog__desc {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  opacity: 0.7;
  line-height: 140%;
  font-weight: 350;
}

.catalog__wrapper {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.catalog__item {
  flex: 1 1 20%;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 10px;
  padding: 1.25rem 2rem;
}

.catalog__item-box {
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.catalog__item-box img {
  width: 2rem;
  height: 2rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  filter: brightness(0) invert(1);
}

.catalog__text {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.catalog__down {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: flex;
  align-items: start;
  gap: 1.5rem;
  justify-content: space-between;
}

.catalog__downitem {
  flex: 1 1 33.333%;
}

.catalog__down-image {
  position: relative;
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  border-radius: 10px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
}

.catalog__down-image img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(36%) saturate(1018%) hue-rotate(218deg) brightness(102%) contrast(98%);
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.catalog__down-title {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  color: var(--white);
  font-size: 1.1rem;
}

.catalog__down-text {
  margin-top: 10px;
  text-align: center;
  opacity: 0.7;
  line-height: 125%;
  color: var(--white);
}

.task {
  border-top: 1px solid rgba(168, 85, 247, 0.2);
}

.task__title {
  text-align: center;
}

.task__desc {
  text-align: center;
  margin-top: 20px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
  line-height: 140%;
}

.task__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.task__item {
  cursor: default;
  padding: 10px 20px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
  border-radius: 30px;
  font-size: 15px;
  transition: all 0.3s ease;
  font-weight: 500;
  opacity: 0.8;
}

.task__item:hover {
  background: rgba(192, 132, 252, 0.1725490196);
}

.task__item.task__btn {
  cursor: pointer;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding-left: 25px;
  padding-right: 25px;
  color: #e2a4f7;
  font-size: 1.1rem;
}

.task__item.task__btn:hover {
  background: rgba(192, 132, 252, 0.2941176471);
  border-color: rgb(168, 85, 247);
  color: var(--white);
}

.rev {
  border-top: 1px solid rgba(168, 85, 247, 0.2);
}

.rev__title {
  text-align: center;
}

.rev__desc {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0.7;
  margin-top: 20px;
}

.rev__wrapper {
  margin-top: 3rem;
  display: flex;
  align-items: start;
  gap: 2rem;
  flex-wrap: wrap;
}

.rev__item {
  flex: 1 1 calc(33.333% - 2rem);
  padding: 1rem 1.5rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 1rem;
}

.rev__rating svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.rev__comment {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: var(--white);
  opacity: 0.8;
  line-height: 140%;
  font-weight: 350;
  font-style: italic;
}

.rev__comment:before,
.rev__comment:after {
  content: '"';
}

.rev__person {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.rev__person img {
  border: 1px solid rgba(192, 132, 252, 0.3450980392);
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.rev__name {
  font-size: 1.1rem;
  font-weight: 600;
}

.rev__pos {
  margin-top: 5px;
  font-size: 1rem;
  opacity: 0.7;
  font-weight: 350;
}

.running {
  overflow: hidden;
}

.running__title {
  text-align: center;
}

.running__desc {
  text-align: center;
  margin: 20px;
  opacity: 0.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.running__swiper {
  height: -moz-max-content;
  height: max-content;
  margin-top: 2rem;
}

.running__swiper:first-of-type {
  margin-top: 3rem;
}

.running__item {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  justify-content: center;
  opacity: 0.9;
  font-size: 1.25rem;
  font-weight: 500;
}

.running__item img {
  filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  flex: 0 0 24px;
}

.running__item span {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.running__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.running__swiper {
  pointer-events: none;
}

.tarif__title {
  text-align: center;
  color: #fff;
}

.tarif__desc {
  margin-top: 22px;
  text-align: center;
  opacity: 0.7;
  max-width: 700px;
  margin-left: auto;
  line-height: 130%;
  margin-right: auto;
}

.tarif__wrapper {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.tarif__item {
  padding: 2rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 1.5rem;
}

.tarif__item .tariff__recommend {
  display: none;
}

.tarif__item.is-rec {
  border: 1px solid var(--purple);
}

.tarif__item.is-rec .tariff__recommend {
  display: block;
}

.tariff__image {
  background: linear-gradient(to right, #ebae08, #f97616);
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 1.2rem;
}

.tariff__recommend {
  font-size: 14px;
  color: #fff;
  position: absolute;
  padding: 4px 16px;
  border-radius: 2rem;
  background: linear-gradient(to right, #9333ea, #0891b2);
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
}

.tarif__item-name {
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.tarif__item-desc {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  opacity: 0.7;
  line-height: 140%;
}

.tarif__price {
  margin-top: 1rem;
  text-align: center;
  color: #22d3ee;
  font-size: 1.2rem;
  font-weight: 600;
}

.tarif__requests {
  font-size: 14px;
  opacity: 0.4;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.tarif__cats {
  margin-top: 1.25rem;
}

.tarif-title-cats {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  opacity: 0.65;
  font-weight: 500;
}

.tarif__cats-item {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.tarif__cats-item:first-of-type {
  margin-top: 1rem;
}

.tarif__cat-name {
  font-size: 15px;
  color: #fff;
  opacity: 0.4;
}

.tarif__cat-value {
  font-weight: 600;
}

.tarif__cat-value:after {
  content: ".";
}

.tarif__pros {
  margin-top: 2rem;
}

.tarif__pros-item {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
}

.tarif__pros-item:first-child {
  margin-top: 0;
}

.tarif__pros-item svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  flex: 0 0 1rem;
}

.tarif__btn {
  display: block;
  margin-top: 1.5rem;
  max-width: 100%;
  width: 100%;
  transition: all 0.3s ease;
  text-align: center;
  background: #5b6779;
  font-size: 14px;
  border: 1px solid rgba(168, 85, 247, 0.2);
}

.tarif__btn:hover {
  background: #6b7d97;
}

.is-rec .btn {
  border: none;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #9333ea, #0891b2);
}

.is-rec .btn:hover {
  background: linear-gradient(to right, #892fdd, #077d9a);
}

.faq__title {
  text-align: center;
}

.faq__desc {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.76;
  margin-top: 22px;
  line-height: 130%;
}

.faq__body {
  margin-top: 2.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq__item {
  cursor: pointer;
  margin-top: 24px;
  border-radius: 1rem;
  padding: 24px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(168, 85, 247, 0.2);
  transition: all 0.3s ease;
}

.faq__item:hover {
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.faq__item:first-child {
  margin-top: 0;
}

.faq__quest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  font-size: 18px;
}

.faq .exit {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  transition: all 0.3s ease;
}

.faq .exit svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}

.faq__item .exit.active {
  transform: rotate(180deg);
}

.faq__answer {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 140%;
}

.promo {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: #111827;
  color: #fff;
}

.promo__wrapper {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem;
  background: linear-gradient(to right, #9333ea, #0891b2);
  border-radius: 2rem;
}

.promo__desc {
  margin-top: 22px;
  opacity: 0.8;
}

.promo__btn {
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  color: #9333ea;
  background: #fff;
  font-size: 1rem;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 100;
}

.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  background: linear-gradient(to right, #9333ea, #38b1cf);
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: block;
  border-radius: 10px;
}

.header__logo img {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  filter: brightness(0) invert(1);
}

.header__logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  color: 1.5rem;
  color: #fff;
  font-weight: 600;
}

.header__menu ul.menu > li {
  position: relative;
}

.header__menu ul.menu > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
}

.header .header__menu .sub-menu {
  width: 320px;
  max-height: 400px !important;
  max-width: 320px;
  position: absolute;
  opacity: 0; /* Начальная непрозрачность */
  height: 0; /* Начальная высота */
  overflow: hidden; /* Скрываем содержимое при нулевой высоте */
  transition: all 0.3s ease; /* Переходы для непрозрачности и высоты */
  visibility: hidden; /* Скрываем подменю */
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(168, 85, 247, 0.2);
  padding: 1rem;
  border-radius: 10px;
  top: 22px;
}

.header .header__menu .sub-menu li {
  margin-top: 10px;
}

.header .header__menu .sub-menu li:first-of-type {
  margin-top: 0;
}

.header .header__menu .sub-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .header__menu .sub-menu img {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__mobile {
  position: absolute;
  height: -moz-max-content;
  height: max-content;
  z-index: 150;
  width: 100%;
  margin: auto;
  top: 80px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 120px);
  pointer-events: none;
  opacity: 0;
  height: max-content;
  transition: all 0.3s ease;
  overflow: scroll;
}

.header__mobile.active {
  opacity: 1;
  pointer-events: all;
}

.header__mobile .sub-menu {
  margin-top: 1.5rem;
}

.header__mobile .header__menu li {
  margin-top: 1rem !important;
}

.header__mobile .header__menu li:first-child {
  margin-top: 0 !important;
}

.header__mobile .header__menu ul.menu > li a {
  font-size: 1.2rem;
  font-weight: 600;
}

.header__mobile .header__menu {
  padding: 2rem;
  border-radius: 1rem;
  display: block;
  background: rgba(31, 41, 55, 0.8);
  border: 1px solid rgba(168, 85, 247, 0.2);
}

.header__mobile .header__menu li {
  margin-top: 10px;
}

.header__mobile .header__menu li:first-of-type {
  margin-top: 0;
}

.header__mobile .header__menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__mobile .header__menu img {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__mobile .header__menu ul.menu > li {
  position: relative;
}

.header__mobile .header__menu ul.menu a {
  color: #fff;
}

.header__mobile .header__menu .menu-item-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__mobile .header__menu .menu-item-wrap span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.header__mobile .header__menu .menu-item-wrap span:last-child {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.7;
  font-weight: 400;
}

.header__mobile .header__menu ul.menu > li a {
  transition: all 0.3s ease;
}

.header__mobile .header__menu ul.menu > li a:hover {
  color: var(--purple);
}

.header ul.menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header ul.menu > li {
  position: relative;
}

.header ul.menu a {
  color: #fff;
}

.header .menu-item-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .menu-item-wrap span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.header .menu-item-wrap span:last-child {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.7;
  font-weight: 400;
}

.header ul.menu > li a {
  transition: all 0.3s ease;
}

.header ul.menu > li a:hover {
  color: var(--purple);
}

.header li:hover > .sub-menu {
  overflow-y: scroll;
  opacity: 1; /* Устанавливаем непрозрачность на 1 */
  height: auto; /* Устанавливаем высоту на автоматическую */
  visibility: visible; /* Делаем подменю видимым */
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #111827;
  color: #fff;
}

.footer__body,
.footer__down-body {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.footer__body {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2rem;
}

.footer__nav {
  display: flex;
  align-items: start;
  gap: 2rem;
  flex-wrap: wrap;
  row-gap: 2.5rem;
}

.footer__nav-item .footer__menu a,
.footer__title {
  white-space: nowrap;
}

.footer__nav-item {
  flex: 1 1 20%;
}

.footer__link {
  margin-top: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  opacity: 0.6;
  color: #fff;
  display: block;
}

.footer__link:first-of-type {
  margin-top: 1rem;
}

.footer__link:hover {
  opacity: 1;
}

.footer__address {
  margin-top: 1.5rem;
  opacity: 0.6;
  color: #fff;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.5rem;
}

.footer__social {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(168, 85, 247, 0.2);
  transition: all 0.3s ease;
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  padding: 12px 10px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
}

.footer__social:hover {
  opacity: 1;
  background: rgba(31, 41, 55, 0.75);
}

.footer__info {
  line-height: 140%;
  margin-top: 1rem;
  font-size: 13px;
  color: #fff;
  opacity: 0.6;
  font-weight: 350;
}

.footer__info span {
  display: block;
}

.footer__info span:after {
  content: ",";
}

.footer__info span:last-child:after {
  content: "";
}

.footer__nav-item .footer__menu {
  margin-top: 2rem;
}

.footer__nav-item .footer__menu li {
  margin-top: 1rem;
}

.footer__nav-item .footer__menu li:first-child {
  margin-top: 0;
}

.footer__nav-item .footer__menu a {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.footer__nav-item .footer__menu a:hover {
  opacity: 1;
}

.footer__title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 2.5rem;
}

.footer__title:first-child {
  margin-top: 0;
}

.footer__down-body {
  display: flex;
  margin-top: 3rem;
  gap: 2rem;
}

.footer__down-body .footer__link {
  margin: 0;
}

.header ul.menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/wp-content/themes/brilliantal/assets/images/chev.png") no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.header ul.menu > li.menu-item-has-children > a:hover:after {
  transform: rotate(180deg);
  filter: none;
}

.footer__copyright {
  transition: all 0.3s ease;
  font-size: 14px;
  opacity: 0.6;
  color: #fff;
  display: block;
}

.footer__others {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-menu-title {
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.menu-btn {
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.menu-btn:hover {
  color: #fff !important;
  background: linear-gradient(to right, #9333ea, #38b1cf);
}

.header__right {
  align-items: center;
  gap: 10px;
  display: flex;
}

.burger {
  cursor: pointer;
  display: none;
  position: relative;
  height: 16px;
  width: 24px;
}

.burger:after,
.burger:before,
.burger span {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.burger:before {
  top: 0;
}

.burger:after {
  top: 14px;
}

.burger span {
  top: 7px;
  transition: all 0.15s ease !important;
}

.burger.active:before,
.burger.active:after {
  top: 7px;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger.active span {
  width: 0;
}

body {
  background: #f8fbfe;
}

main.catalog,
main.neiro-single,
main.blog {
  padding-top: 88px;
}

main.catalog section,
main.neiro-single section {
  padding: 2rem 0 !important;
}

main.catalog .breadcrumbs,
main.neiro-single .breadcrumbs {
  margin-bottom: 3rem;
}

main.catalog .breadcrumbs__body,
main.neiro-single .breadcrumbs__body {
  display: flex;
  align-items: center;
  gap: 8px;
}

main.catalog .breadcrumbs__body svg,
main.neiro-single .breadcrumbs__body svg {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 1rem;
  height: 1rem;
  opacity: 0.6;
}

main.catalog .breadcrumbs__link,
main.neiro-single .breadcrumbs__link {
  display: block;
  flex: 0 0 max-content;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0.75;
  color: #000;
  transition: all 0.3s ease;
}

main.catalog .breadcrumbs__link:hover,
main.neiro-single .breadcrumbs__link:hover {
  opacity: 1;
}

.breadcrumbs__body > span:last-child {
  display: block;
  width: -moz-max-content;
  width: max-content; /* Фиксированная ширина контейнера */
  white-space: nowrap; /* Запрет переносов (текст в одну строку) */
  overflow: hidden; /* Скрывает выходящий за границы текст */
  text-overflow: ellipsis; /* Добавляет многоточие в конце */
}

main.catalog .catalog__parenttaxes {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 6px !important;
  border-radius: 100px;
  background: #fff;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

main.catalog .catalog__parent-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

main.catalog .catalog__parent-btn img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  flex: 0 0 20px;
}

main.catalog .catalog__parent-btn:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}

main.catalog .catalog__parent-btn span,
main.catalog .catalog__parent-btn img {
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

main.catalog .catalog__parent-btn.inactive {
  color: #000;
  opacity: 0.7;
}

main.catalog .catalog__parent-btn.inactive:before {
  opacity: 1;
}

main.catalog .catalog__parent-btn.inactive img {
  filter: brightness(0) invert(0);
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  flex: 0 0 20px;
}

main.catalog .catalog__parent-btn.inactive:hover {
  color: #fff;
}

main.catalog .catalog__parent-btn.inactive:hover:before {
  opacity: 0;
}

main.catalog .catalog__parent-btn.inactive:hover img {
  filter: brightness(0) invert(1);
}

main.catalog .hero {
  padding-top: 50px;
  position: relative;
}

main.catalog .hero .bg-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  pointer-events: none;
}

main.catalog .hero__wrapper {
  padding: 50px;
  text-align: center;
  border-radius: 2rem;
}

main.catalog .hero__title {
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
}

main.catalog .hero__desc {
  margin-top: 20px;
  line-height: 130%;
  font-size: 1.45rem;
  color: #fff;
  opacity: 0.8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

main.catalog .hero__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.27);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.27);
}

main.catalog .hero__btn svg {
  display: block;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

main.catalog .children__cats-wrapper {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

main.catalog .child__cat-item {
  flex: 0 0 calc(20% - 1.2rem);
  display: block;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border: 1px solid rgba(128, 128, 128, 0.16);
  position: relative;
  transition: all 0.3s ease;
}

main.catalog .child__cat-item:before {
  pointer-events: none;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 9px;
}

main.catalog .child__cat-item:hover {
  --tw-shadow: 0 0px 25px 0 rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transform: scale(1.05);
}

main.catalog .child__cat-item:hover .child__cat-border {
  opacity: 1;
}

main.catalog .child__cat-border {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 3px);
  border-radius: 10px;
}

main.catalog .child__cat-image {
  position: relative;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

main.catalog .child__cat-image img {
  width: 2rem;
  height: 2rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  filter: brightness(0) invert(1);
}

main.catalog .child__cat-name {
  position: relative;
  z-index: 5;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 140%;
}

main.catalog .child__cat-q {
  position: relative;
  z-index: 5;
  margin-top: 0.5rem;
  font-size: 14px;
  opacity: 0.7;
  color: #000;
  text-align: center;
  line-height: 140%;
}

.cases {
  padding-top: 4rem;
}

.cases__title {
  text-align: center;
}

.cases__desc {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  opacity: 0.7;
}

.cases__btns {
  margin-top: 2rem;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}

.cases__btn {
  font-size: 14px;
  flex: 0 0 max-content;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cases__btn img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  flex: 0 0 20px;
}

.cases__btn {
  background: #fff;
  color: #000;
  border: 1px solid rgba(128, 128, 128, 0.16);
  transition: all 0.3s ease;
}

.cases__btn:hover {
  color: #fff;
  background: #7a2bc4;
  border: 1px solid rgba(128, 128, 128, 0);
}

.cases__btn.active {
  color: #fff;
  background: linear-gradient(to right, #4f46e5, #9435ea);
  border: 1px solid rgba(128, 128, 128, 0);
}

.cases__btn:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}

.cases__btn span,
.cases__btn img {
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.cases__btn.inactive {
  color: #000;
  opacity: 0.7;
}

.cases__btn.inactive:before {
  opacity: 1;
}

.cases__btn.inactive img {
  filter: brightness(0) invert(0);
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  flex: 0 0 20px;
}

.cases__btn.inactive:hover {
  color: #fff;
}

.cases__btn.inactive:hover:before {
  opacity: 0;
}

.cases__btn.inactive:hover img {
  filter: brightness(0) invert(1);
}

.cases__ajax_results {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

main.catalog .cases__ajax_results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cases__item {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transition: all 0.3s ease;
}

.cases__item:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.cases__item:hover .cases__item-image img {
  transform: scale(1.1);
}

.cases__item-text {
  padding: 1rem;
}

.cases__item-image {
  width: 100%;
  height: 294px;
  position: relative;
  overflow: hidden;
}

.cases__item-image img {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.cases__item-name {
  font-size: 1rem;
  font-weight: 600;
}

.cases__item-desc {
  font-size: 14px;
  margin-top: 4px;
  opacity: 0.6;
  font-weight: 300;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cases__item-generated {
  font-size: 12px;
  margin-top: 8px;
  opacity: 0.75;
}

.cases__item-generated span {
  font-weight: 600;
}

main.catalog .learn__title {
  text-align: center;
}

main.catalog .learn__desc {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

main.catalog .learn__links {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

main.catalog .learn__btn {
  font-size: 0.875rem;
  flex: 0 0 max-content;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000;
  border: 1px solid rgba(128, 128, 128, 0.16);
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.catalog .learn__btn:hover {
  color: rgb(67, 56, 202);
  background: rgb(238, 242, 255);
}

main.catalog .faq__item {
  border-radius: 10px;
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(128, 128, 128, 0.16);
  border-radius: 10px;
  --tw-shadow: 0 10px 10px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 10px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transition: all 0.3s ease;
}

main.catalog .faq__item:hover {
  --tw-shadow: 0 25px 10px -12px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 25px 10px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

main.catalog .faq__item:hover {
  background: #fdfdfd;
}

main.catalog .faq__title-icon {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  background: linear-gradient(to right, #4f46e5, #9435ea);
}

main.catalog .faq__title-icon svg {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

main.catalog-child .search__wrapper {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  gap: 1rem;
  align-items: stretch;
}

main.catalog-child .search__wrapper > * {
  display: block;
  flex: 1 1 33.333%;
}

main.catalog-child .results__wrapper {
  margin-top: 2rem;
}

main.catalog-child .results__cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

main.catalog-child .results__card {
  position: relative;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(128, 128, 128, 0.16);
  transition: all 0.3s ease;
  --tw-shadow: 0 0 0 -0 rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0 0 -0 var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

main.catalog-child .results__card:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transform: translateY(-10px);
}

main.catalog-child .results__card .card__textblock {
  flex: 1 1 auto;
}

main.catalog-child .card__textblock {
  flex: 1 1 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

main.catalog-child .card__textblock .card__desc {
  flex: 1 1 auto;
}

main.catalog-child .result__btns {
  display: none;
}

main.catalog-child .card__image {
  flex: 0 0 auto;
  position: relative;
  height: 224px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

main.catalog-child .card__image img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

main.catalog-child .card__titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main.catalog-child .card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease;
  color: #000;
}

.results__card .card__title {
  color: #000;
  transition: all 0.3s ease;
}

.results__card:hover .card__title {
  color: #892fdd;
}

main.catalog-child .card__rate {
  display: flex;
  align-items: center;
  gap: 4px;
}

main.catalog-child .card__rate svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

main.catalog-child .card__rate span {
  font-size: 14px;
  font-weight: 500;
}

main.catalog-child .card__desc {
  line-height: 140%;
  flex: 1 1 auto;
  margin-top: 1rem;
  font-size: 1rem;
  opacity: 0.8;
}

main.catalog-child .card__tags {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

main.catalog-child .card__tag {
  display: block;
  width: -moz-max-content;
  width: max-content;
  flex: 0 0 max-content;
  padding: 2px 10px;
  border-radius: 100px;
  color: #3730a3;
  background: #e0e7ff;
  font-size: 12px;
  line-height: 110%;
  font-weight: 500;
}

main.catalog-child .card__info {
  margin-top: 1rem;
  padding: 6px 0;
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: left;
  gap: 1rem;
  align-items: left;
}

main.catalog-child .card__info-item {
  display: flex;
  align-items: center;
  justify-content: left;
  flex: 0;
  gap: 5px;
  font-size: 12px;
  opacity: 0.75;
}

main.catalog-child .card__info-item svg {
  width: 14px;
  height: 14px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

main.catalog-child .card__price {
  margin-top: 1rem;
}

main.catalog-child .card__price-title {
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
  line-height: 140%;
}

main.catalog-child .card__price-val {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
}

main.catalog-child .btn {
  text-align: center;
}

main.catalog-child .card__btn {
  margin-top: 12px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #4f46e5, #9435ea);
  border: 1px solid rgba(128, 128, 128, 0);
  justify-content: center;
}

main.catalog-child .results__cards:has(.nofound) {
  display: block;
}

main.catalog-child .nofound {
  padding: 80px 0;
}

main.catalog-child .nofound-icon {
  font-size: 4rem;
  text-align: center;
}

main.catalog-child .nofound__title {
  text-align: center;
  font-size: 24px;
  margin-top: 1rem;
}

main.catalog-child .nofound__desc {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 130%;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

main.catalog-child .nofound__btn {
  cursor: pointer;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  color: #fff;
}

main.catalog-child .textblock__wrapper {
  padding: 3rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.16);
}

main.catalog-child .textblock__desc {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 130%;
  opacity: 0.8;
}

main.neiro-single .results__card {
  position: relative;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

main.neiro-single .results__card .card__textblock {
  flex: 1 1 auto;
}

main.neiro-single .card__textblock {
  flex: 1 1 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

main.neiro-single .card__textblock .card__desc {
  flex: 1 1 auto;
}

main.neiro-single .result__btns {
  display: none;
}

main.neiro-single .card__image {
  flex: 0 0 auto;
  position: relative;
  height: 224px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

main.neiro-single .card__image img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

main.neiro-single .card__titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main.neiro-single .relative .card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

main.neiro-single .card__rate {
  display: flex;
  align-items: center;
  gap: 4px;
}

main.neiro-single .card__rate svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

main.neiro-single .card__rate span {
  font-size: 14px;
  font-weight: 500;
}

main.neiro-single .card__desc {
  line-height: 140%;
  flex: 1 1 auto;
  margin-top: 1rem;
  font-size: 1rem;
  opacity: 0.8;
}

main.neiro-single .card__tags {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

main.neiro-single .card__tag {
  display: block;
  width: -moz-max-content;
  width: max-content;
  flex: 0 0 max-content;
  padding: 2px 10px;
  border-radius: 100px;
  color: #3730a3;
  background: #e0e7ff;
  font-size: 12px;
  line-height: 110%;
  font-weight: 500;
}

main.neiro-single .card__info {
  margin-top: 1rem;
  padding: 12px 0;
  border: 1px solid rgba(128, 128, 128, 0.16);
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

main.neiro-single .card__info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 5px;
  font-size: 12px;
  opacity: 0.75;
}

main.neiro-single .card__info-item svg {
  width: 14px;
  height: 14px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

main.neiro-single .card__price {
  margin-top: 1rem;
}

main.neiro-single .card__price-title {
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
  line-height: 140%;
}

main.neiro-single .card__price-val {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
}

main.neiro-single .btn {
  text-align: center;
}

main.neiro-single .card__btn {
  margin-top: 12px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #4f46e5, #9435ea);
  border: 1px solid rgba(128, 128, 128, 0);
  justify-content: center;
}

main.neiro-single .results__cards:has(.nofound) {
  display: block;
}

main.neiro-single .nofound {
  padding: 80px 0;
}

main.neiro-single .nofound-icon {
  font-size: 4rem;
  text-align: center;
}

main.neiro-single .nofound__title {
  text-align: center;
  font-size: 24px;
  margin-top: 1rem;
}

main.neiro-single .nofound__desc {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 130%;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

main.neiro-single .nofound__btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  color: #fff;
}

main.neiro-single .textblock__wrapper {
  padding: 3rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.16);
}

main.neiro-single .textblock__desc {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 130%;
  opacity: 0.8;
}

main.neiro-single .neiro__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

main.neiro-single .card__info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

main.neiro-single .card__info-wrapper .card__btn {
  width: -moz-max-content;
  width: max-content;
  border-radius: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

main.neiro-single .card__info-item {
  font-size: 14px;
}

main.neiro-single .card__info-item svg {
  width: 20px;
  height: 20px;
}

main.neiro-single .card__title {
  font-size: 2.25rem;
  font-weight: 700;
}

main.neiro-single .card__image {
  height: 256px;
}

main.neiro-single .card__info {
  border: none;
  margin: 0;
}

main.neiro-single .card__tag svg {
  width: 12px;
  height: 12px;
}

main.neiro-single .results__card {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

main.neiro-single .card__rate {
  padding: 10px;
  border-radius: 10px;
  background: rgb(254, 252, 232);
}

main.neiro-single .card__rate:has(.card__rate-fill) {
  background: transparent;
}

main.neiro-single .videoblock {
  margin-top: 2rem;
}

main.neiro-single .video__btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  border: 2px solid #991b1b;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #991b1b;
  gap: 10px;
  font-weight: 600;
}

main.neiro-single .video__btn .icon {
  border-radius: 50%;
  position: relative;
  width: 3rem;
  height: 3rem;
  background: #fef2f2;
}

main.neiro-single .video__btn .icon svg {
  width: 24px;
  fill: #991b1b;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

main.neiro-single .hashtags {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

main.neiro-single .hastags__item {
  flex: 0 0 max-content;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f9fafb;
  color: rgba(0, 0, 0, 0.7254901961);
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid rgba(128, 128, 128, 0.16);
}

main.neiro-single .descriptionblock {
  margin-top: 2rem;
  background: #fff;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background: #fff;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 10px;
}

main.neiro-single .description__title {
  font-size: 24px;
}

main.neiro-single .description__desc {
  margin-top: 24px;
  line-height: 130%;
  opacity: 0.75;
  font-size: 18px;
}

main.neiro-single .possibilities {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background: #fff;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 10px;
}

main.neiro-single .possibilities__title {
  font-size: 24px;
}

main.neiro-single .possibilities__body {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

main.neiro-single .possibilities__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  opacity: 0.9;
}

main.neiro-single .possibilities__item:first-child {
  margin-top: 0;
}

main.neiro-single .possibilities-icon {
  background: rgb(220, 252, 231);
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
}

main.neiro-single .possibilities-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
}

main.neiro-single .usage {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background: #fff;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 10px;
}

main.neiro-single .usage__title {
  font-size: 24px;
}

main.neiro-single .usage__body {
  margin-top: 24px;
}

main.neiro-single .usage__item {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  opacity: 0.9;
}

main.neiro-single .usage__item:first-child {
  margin-top: 0;
}

main.neiro-single .usage__icon {
  background: rgb(224, 231, 255);
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
}

main.neiro-single .usage__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
}

main.neiro-single .intro {
  padding: 24px;
  border-radius: 10px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

main.neiro-single .intro__title {
  font-size: 1rem;
  line-height: 130%;
}

main.neiro-single .intro__body {
  margin-top: 1rem;
}

main.neiro-single .intro__item {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

main.neiro-single .intro__item:first-child {
  margin-top: 0;
}

main.neiro-single .intro__item .key {
  opacity: 0.75;
  font-size: 14px;
}

main.neiro-single .intro__item .key:after {
  content: ":";
}

main.neiro-single .intro__item .value {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

main.neiro-single .intro__item .value svg {
  width: 1rem;
  height: 1rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

main.neiro-single .prompt {
  margin-top: 2rem;
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

main.neiro-single .prompt__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
}

main.neiro-single .prompt__title svg {
  width: 20px;
  height: 20px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  flex: 0 0 20px;
}

main.neiro-single .prompt__body {
  margin-top: 24px;
}

main.neiro-single .prompt__item {
  display: block;
  color: #000;
  padding: 8px;
  line-height: 140%;
  font-size: 14px;
  opacity: 0.9;
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}

main.neiro-single .prompt__item:last-child {
  border: none;
}

main.neiro-single .hint {
  margin-top: 2rem;
  padding: 24px;
  border-radius: 10px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background: linear-gradient(to right bottom, #4f46e5, #f70078);
}

main.neiro-single .hint__wrapper {
  display: flex;
  align-items: start;
  gap: 1rem;
}

main.neiro-single .hint__icon {
  width: 3rem;
  height: 3rem;
  display: block;
  flex: 0 0 3rem;
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3803921569);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

main.neiro-single .hint__icon:before {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -0.5rem;
  border-radius: 50%;
  left: -0.5rem;
  border: 1px solid #fff;
  opacity: 0.3;
}

main.neiro-single .hint__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

main.neiro-single .hint__title {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}

main.neiro-single .hint__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}

main.neiro-single .hint__points {
  margin-top: 1rem;
}

main.neiro-single .hint__point {
  position: relative;
  padding-left: 16px;
  color: #fff;
  margin-top: 12px;
}

main.neiro-single .hint__point:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

main.neiro-single .hint__point:first-child {
  margin-top: 0;
}

main.neiro-single .hint__btn {
  margin-top: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2235294118);
}

main.neiro-single .cases__item-wrapper {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  line-height: 120%;
}

main.neiro-single .cases__item-wrapper span {
  font-size: 12px;
}

main.neiro-single .cases__item-wrapper span:first-child {
  opacity: 0.75;
}

main.neiro-single .cases__item-wrapper span:last-child {
  color: #4f46e5;
}

main.neiro-single .news {
  padding: 0;
}

main.neiro-single .news__wrapper {
  border-radius: 1rem;
  overflow: hidden;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

main.neiro-single .news__textwrapper {
  padding: 2rem;
  background: #eff6ff;
}

main.neiro-single .news__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  line-height: 120%;
  color: #000;
}

main.neiro-single .news__title svg {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

main.neiro-single .news__desc {
  margin-top: 6px;
  font-size: 1rem;
  opacity: 0.75;
}

main.neiro-single .news__body {
  background: #fff;
  padding: 2rem;
}

main.neiro-single .news__nofound {
  font-size: 1rem;
  opacity: 0.8;
}

main.neiro-single .relative__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

main.neiro-single .relative__title svg {
  width: 24pxs;
  height: 24pxs;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

main.neiro-single .relative .swiper {
  margin-top: 2rem;
}

main.neiro-single .neiro__back {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  color: rgb(79, 70, 229);
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}

main.neiro-single .neiro__back svg {
  width: 1rem;
  height: 1rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.card__rate {
  position: relative;
}

.card__rate-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
}

main.catalog .card__tag {
  display: flex;
  align-items: center;
  gap: 5px;
}

main.catalog .card__tag svg {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

main.catalog .card__tag.simple {
  background: #fff;
  color: #000;
  border: 1px solid rgba(128, 128, 128, 0.16);
}

main.neiro-single .card__tag.simple {
  background: #fff;
  color: #000;
  border: 1px solid rgba(128, 128, 128, 0.16);
}

.card__tags:has(.card__tags-wrapper) {
  display: block !important;
}

.card__tags-wrapper {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 5px;
}

.card__tags-wrapper:first-of-type {
  margin-top: 0;
}

.card__tags-wrapper .card__tags {
  margin: 0 !important;
}

.card__precision {
  margin-top: 1rem;
  color: rgb(62, 158, 62);
  font-size: 16px;
  font-weight: 600;
}

.popular__titleblock {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popular__titleblock .arrows {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.popular__titleblock .swiper-button-prev {
  transform: rotate(180deg);
}

.popular__titleblock .swiper-button-prev,
.popular__titleblock .swiper-button-next {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(128, 128, 128, 0.26);
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  color: #000;
}

.popular__titleblock .swiper-button-prev:after,
.popular__titleblock .swiper-button-next:after {
  display: none;
}

.popular__titleblock .swiper-button-prev svg,
.popular__titleblock .swiper-button-next svg {
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.populat__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}

.popular .swiper {
  position: static;
}

.popular .swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.popular .swiper .swiper-wrapper {
  position: static;
}

.skills-parent {
  border: 2px solid;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 1rem;
  background: #fff;
}

.skills-parent-image {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.skills-parent-image svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.skills-parent-bg {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  z-index: 100;
}

.skills-parent-text span {
  display: block;
}

.skills-parent-text span:first-child {
  font-size: 16px;
  color: #000;
  line-height: 130%;
}

.skills-parent-text span:last-child {
  font-size: 12px;
  opacity: 0.7;
  color: #000;
  line-height: 120%;
}

.skills__title {
  font-size: 24px;
  color: #000;
  line-height: 120%;
}

.skills-link {
  font-size: 14px;
  color: rgb(47, 117, 47);
}

.skills-posts {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.skills-post {
  padding: 24px;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid rgba(128, 128, 128, 0.16);
}

.skills-p__image {
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: rgba(243, 244, 246, 0.5019607843);
  border-radius: 8px;
}

.skills-p__image img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.skills-p__fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  mix-blend-mode: lighten;
  z-index: 5;
}

.skills-p__name {
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  line-height: 130%;
}

.skills-p__q {
  margin-top: 9px;
  text-align: center;
  color: #000;
  opacity: 0.75;
}

.skills__wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
}

.skills__aside .input-group input {
  background: rgba(219, 219, 219, 0.625);
  color: #000;
}

.skills__aside-body {
  margin-top: 24px;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}

.skills__link {
  opacity: 0.9;
  margin-top: 5px;
  display: block;
  display: flex;
  padding: 8px 12px;
  gap: 10px;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  color: #000;
  font-weight: 500;
}

.skills__link:first-child {
  margin-top: 0;
}

.skills__link.active {
  background: #ecfdf5 !important;
  color: #047856 !important;
}

.skills__link.active .skills__fill {
  opacity: 1 !important;
}

.skills__link:hover {
  opacity: 1;
  background: #e7e7e7;
}

.skills__icon {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  position: relative;
}

.skills__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.skills__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #047856 !important;
  z-index: 2;
  mix-blend-mode: lighten;
  opacity: 0;
}

.skills__aside-choose {
  margin-top: 1.5rem;
}

.skills__choose-title {
  font-size: 18px;
  font-weight: 500;
}

.skills__choose-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skills__choose {
  cursor: pointer;
  padding: 2px 10px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid rgba(128, 128, 128, 0.16);
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}

.skills__choose.active {
  background: #000;
  color: #fff;
}

.skills__titleblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.skills__titleblock .select-active {
  min-width: 210px;
  gap: 1rem;
}

.skills__titleblock .select-items {
  padding: 5px !important;
}

.skills__titleblock .select__item {
  padding: 5px !important;
}

.skills__title {
  font-weight: 700;
}

.skills__nofound {
  border: 2px dashed rgba(128, 128, 128, 0.16);
  padding: 3rem 0;
}

.skills__nofound .title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  opacity: 0.9;
}

.skills__nofound .desc {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  opacity: 0.75;
  font-size: 14px;
}

.skills__results-ajax {
  margin-top: 1rem;
}

.skill__result {
  cursor: pointer;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.16);
}

.skill__result:first-child {
  margin-top: 0;
}

.skill__result:hover {
  background: #ededed;
}

.skill__result-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.skill__result-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.skill__result-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: lighten;
}

.skill__result-name {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 700;
  color: #000;
}

.skill__result-data {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.skill__result-dataitem {
  display: flex;
  gap: 5px;
  align-items: center;
}

.skill__result-dataitem svg {
  gap: 12px;
  height: 12px;
  width: 12px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.7;
}

.skill__result-dataitem span {
  font-size: 12px;
  color: #000;
  opacity: 0.75;
  line-height: 130%;
  font-weight: 300;
}

.modal {
  border-radius: 10px;
  overflow: hidden;
  padding: 24px;
  max-width: 500px;
}

.modal__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.modal__title svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  color: #7a2bc4;
}

.modal__copy {
  background: #fafafa;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 140%;
}

.modal__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  background: #3c3c3c;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100% !important;
  justify-content: center;
}

.skills-main .textblock__wrapper {
  padding: 24px !important;
}

.skills-main .textblock__wrapper .title {
  font-size: 24px;
}

.skills-main .textblock__wrapper .desc {
  font-size: 1rem;
}

.skills-main {
  padding-bottom: 3rem;
}

.header ul.menu a {
  color: #000;
}

.header .header__menu .sub-menu {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: rgb(255, 255, 255);
  border: 1px solid rgba(168, 85, 247, 0.2);
}

.header ul.menu > li.menu-item-has-children > a:after {
  filter: brightness(0);
}

.header .sub-menu .header__btn {
  display: none;
}

.header-menu-title {
  display: none;
}

.header .header__menu .sub-menu {
  width: -moz-max-content;
  width: max-content;
}

.header li:hover > .sub-menu {
  overflow: visible;
}

.header .sub-menu > li {
  position: relative;
  display: block;
}

.header .sub-menu > li > .sub-menu {
  left: calc(100% + 8px + 16px);
  top: -15px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
}

.header .sub-menu > li > .sub-menu:before {
  content: "";
  left: -26px;
  display: block;
  position: absolute;
  top: 0;
  width: 56px;
  height: 100%;
}

.header .menu-item-wrap img {
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.menu-item-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  position: relative;
}

.menu-item-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.menu-item-icon svg path {
  stroke: #4f46e5;
}

.footer .header__logo-wrap {
  color: #fff;
}

.header__logo-wrap {
  color: #000;
}

.burger:after,
.burger:before,
.burger span {
  background: #000;
}

.header__mobile {
  height: 100vh;
  max-height: calc(100vh - 79px);
}

.header__mobile .container {
  padding: 0;
}

.header__mobile .header__menu {
  height: calc(100vh - 80px);
  background: #fff;
  opacity: 1;
  border-radius: 0;
  padding: 1rem;
}

.header__mobile .header__menu .sub-menu > li > .sub-menu {
  display: none;
}

.header__mobile .header__menu ul.menu > li:has(.sub-menu) > a {
  font-size: 16px;
  pointer-events: none;
}

.header__mobile .header__menu ul.menu a {
  font-weight: 500;
  font-size: 16px;
}

.header__mobile .header__menu ul.menu > li a {
  font-size: 1rem;
}

.header__mobile .header__menu ul.menu a {
  font-weight: 500;
  opacity: 0.75;
}

.header__mobile .header__menu ul.menu a {
  color: #000;
}

.header__mobile .header__menu .menu-item-wrap span {
  color: #000;
}

.header .menu-item-wrap span {
  color: #000;
}

/* 
body:has(.home-page) .header .menu-item-wrap span {
  color: #fff;
}
body:has(.home-page) .burger:after,
body:has(.home-page) .burger:before,
body:has(.home-page) .burger span {
  background: #fff;
}*/
body:has(.home-page) .header__logo-wrap {
  color: #fff;
}

body:has(.home-page) .header ul.menu > li.menu-item-has-children > a,
body:has(.home-page) .header ul.menu > li a {
  color: #fff;
}

body:has(.home-page) .header ul.menu .sub-menu a {
  color: #000;
}

body:has(.home-page) .header ul.menu > li.menu-item-has-children > a:after {
  filter: brightness(0) invert(1);
}

/*
body:has(.home-page) .header ul.menu > li.menu-item-has-children > a:after {
  filter: brightness(0) invert(1);
}
body:has(.home-page) .header ul.menu a {
  color: #fff;
}
body:has(.home-page) .header ul.menu a {
  color: #fff !important;
}
body:has(.home-page) .header .header__menu .sub-menu {
  width: 320px;
}

body:has(.home-page) .header .sub-menu .header__btn {
  display: block;
}
body:has(.home-page) .header .header__menu .sub-menu {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(168, 85, 247, 0.2);
}
body:has(.home-page) .header-menu-title {
  display: block;
}
body:has(.home-page) .header__mobile .header__menu {
  padding: 2rem;
  border-radius: 1rem;
  display: block;
  background: rgba(31, 41, 55, 0.8);
  border: 1px solid rgba(168, 85, 247, 0.2);
}
body:has(.home-page) .header__mobile .header__menu ul.menu a,
body:has(.home-page) .header__mobile .header__menu .menu-item-wrap span {
  color: #fff;
}
body:has(.home-page) .header__mobile .container {
  padding: 0 20px;
} */
.footer.secs {
  background: linear-gradient(to right, #000, rgb(71, 71, 145));
}

.footer.secs .footer__desc {
  line-height: 140%;
  color: #fff;
  opacity: 0.75;
  margin-top: 1.5rem;
  font-size: 14px;
}

.footer.secs .footer__nav {
  justify-content: end;
}

.footer.secs .footer__body {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.footer.secs .footer__body > div:first-child {
  flex: 0 0 220px;
}

.footer.secs .footer__body .footer__nav {
  flex: 1 1 100%;
  width: 100%;
}

.footer.secs .footer__menu {
  width: 100%;
}

.footer.secs .footer__menu ul.menu {
  display: flex;
  align-items: start;
  gap: 1rem;
  justify-content: space-between;
}

.footer.secs .footer__menu ul.menu > * {
  flex: 1 1 33.333%;
}

.footer.secs .footer__menu ul.menu > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.footer.secs .footer__menu ul.menu .sub-menu {
  margin-top: 1rem;
}

.footer.secs .footer__menu ul.menu .sub-menu > li {
  margin-top: 10px;
}

.footer.secs .footer__menu ul.menu .sub-menu > li:first-child {
  margin-top: 0;
}

.footer.secs .footer__menu ul.menu .sub-menu a {
  font-size: 14px;
  opacity: 0.86;
  line-height: 140%;
  color: #fff;
}

.footer.secs .footer.secs .footer__menu ul.menu {
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 6px;
}

.footer.secs .footer__down-body {
  justify-content: center;
}

@media (max-width: 550px) {
  .footer.secs .footer__body > div:first-child {
    flex: 1 1 auto;
  }
}
main.neiro-single .relative .card__info {
  margin-top: 10px;
}

.breadcrumbs {
  margin-bottom: 3rem;
}

.breadcrumbs__body {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs__body svg {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 1rem;
  height: 1rem;
  opacity: 0.6;
}

.breadcrumbs__link {
  flex: 0 0 max-content;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0.75;
  color: #000;
  transition: all 0.3s ease;
}

.breadcrumbs__link:hover {
  opacity: 1;
}

.input-group {
  position: relative;
}

.input-group input {
  display: block;
  width: 100%;
  padding: 8px 12px 8px 40px;
  line-height: 140%;
  font-size: 14px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.16);
  overflow: hidden;
}

.input-group svg {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

.select-group {
  position: relative;
}

.select-group select {
  display: none;
}

.select-group svg {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.select {
  position: relative;
  text-replace: inherit;
}

.select:hover .select-items {
  opacity: 1;
  pointer-events: all;
}

.select-active {
  cursor: default;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.16);
  background: #fff;
  padding: 8px 12px;
  display: flex;
  line-height: 100%;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  white-space: nowrap;
}

.select-active svg {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.select-items {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  z-index: 10;
  border: 1px solid rgba(128, 128, 128, 0.16);
  width: 100%;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  height: -moz-max-content;
  height: max-content;
  opacity: 0;
  pointer-events: none;
  padding: 10px;
  border-radius: 10px;
}

.select-items:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}

.select-items:hover {
  opacity: 1;
  pointer-events: all;
}

.select__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.select__item:hover {
  background: rgba(128, 128, 128, 0.25);
}

.select__item svg {
  opacity: 0;
  transition: all 0.3s ease;
}

.select__item.active svg {
  opacity: 1;
}

main.blog .breadcrumbs {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}

.blog__header {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}

.blog__header-title {
  font-size: 24px;
  font-weight: 700;
}

.blog__header-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.blog__header-categories {
  display: flex;
  align-items: center;
  gap: 0;
  background: #ededed;
  border-radius: 5px;
  padding: 4px;
  gap: 4px;
}

.blog__header-cat {
  padding: 6px 12px;
  background: transparent;
  transition: all 0.3s ease;
  font-size: 14px;
  opacity: 0.8;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  border-radius: 8px;
}

.blog__header-cat.active,
.blog__header-cat.active:hover {
  cursor: default;
  opacity: 1;
  background: #fff !important;
  color: #000 !important;
}

.blog__header-cat:hover {
  opacity: 1;
  background: #8e8d8d !important;
  color: #fff;
}

.blog .search {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: stretch;
}

.blog .select-active {
  height: 40px;
  gap: 5px;
}

.blog__type-display {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(128, 128, 128, 0.16);
  padding: 4px;
  border-radius: 10px;
}

.blog__type-item {
  cursor: pointer;
  position: relative;
  width: 2rem;
  height: 2rem;
  color: #000;
  background: transparent;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.blog__type-item svg {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease;
}

.blog__type-item.active {
  background: #000;
  color: #fff;
}

.blog__header-tags {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.blog__header-tag {
  cursor: pointer;
  flex: 0 0 max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(67, 56, 202);
  border: 1px solid rgba(67, 56, 202, 0.2);
  font-size: 14px;
  border-radius: 100px;
  background-color: rgb(238, 242, 255, var(--tw-bg-opacity, 1));
  transition: all 0.3s ease;
  padding: 10px 12px;
  font-weight: 600;
}

.blog__header-tag svg {
  width: 14px;
  height: 14px;
}

.blog__header-tag.active {
  background-color: rgb(191, 204, 245);
}

main.blog a {
  color: inherit;
}

main.blog:has(.type-block.active) .blog__articles {
  grid-template-columns: repeat(1, 1fr);
}

main.blog:has(.type-grid.active) .blog__articles {
  grid-template-columns: repeat(3, 1fr);
}

main.blog:has(.type-grid.active) .blog__articles .article__card-titleblock {
  display: block;
}

main.blog:has(.type-grid.active) .blog__articles .article__card-titleblock > .article__card-thumb {
  width: 100%;
  height: 192px;
  border-radius: 0;
}

main.blog:has(.type-grid.active) .blog__articles .article__card-intro {
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
}

main.blog:has(.type-grid.active) .blog__articles .article__card {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

main.blog:has(.type-grid.active) .blog__articles .article__card > * {
  flex: 0 0 auto;
}

main.blog:has(.type-grid.active) .blog__articles .article__card > *.article__card-titleblock {
  flex: 1 1 auto;
}

main.blog:has(.type-grid.active) .blog__articles .article__card-header {
  margin-top: 1rem;
}

main.blog:has(.type-grid.active) .blog__articles .article__card-header,
main.blog:has(.type-grid.active) .blog__articles .article__card-infoblock {
  padding-left: 20px;
  padding-right: 20px;
}

main.blog:has(.type-grid.active) .blog__articles .article__card-share {
  padding: 4px 8px;
}

main.blog:has(.type-grid.active) .blog__articles .article__card-share span {
  display: none;
}

.blog__body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.blog__articles {
  display: grid;
  gap: 1.5rem;
}

.article__card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.16);
  padding: 1rem;
}

.article__card-thumb {
  position: relative;
  flex: 0 0 112px;
  height: 80px;
  width: 112px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.article__card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.article__card-titleblock {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2.5rem;
}

.article__card-authorblock {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 10px;
  row-gap: 5px;
}

.article__card-authorblock * {
  white-space: nowrap;
}

.article__card-authorblock > * {
  height: 20px;
}

.article-term {
  flex: 0 0 max-content;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  border-radius: 100px;
  transition: all 0.3s ease;
  padding: 0px 12px;
  font-weight: 600;
  line-height: 100%;
  padding: 4px 7px;
}

.article-term svg {
  width: 14px;
  height: 14px;
}

.sepa {
  width: 5px;
  height: 5px;
  display: block;
  background: #000;
  opacity: 0.35;
  border-radius: 50%;
}

.article-author {
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b6b6b;
}

.article-author img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.article-date {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 100%;
  display: block;
  height: -moz-max-content;
  height: max-content;
}

.article__card-headbody {
  margin-top: 6px;
}

.article__card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
}

.article__card-intro {
  line-height: 120%;
  margin-top: 6px;
  font-size: 14px;
  color: #000;
  opacity: 0.65;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article__card-infoblock {
  flex-wrap: wrap;
  row-gap: 5px !important;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.article__card-left {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.article__liking {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background-color: rgba(229, 231, 235, 0.7);
  border-radius: 100px;
}

.article__like-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
  color: #545454;
  transition: all 0.3s ease;
}

.article__like-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 1rem;
  height: 1rem;
  display: block;
}

.article__like-btn.likes:hover {
  color: rgb(54, 89, 231);
}

.article__like-btn.dislikes svg {
  transform: rotate(180deg);
}

.article__like-btn.dislikes:hover {
  color: rgb(211, 28, 28);
}

.article__rating {
  flex: 1 1 auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.article__rating.negative {
  color: rgb(211, 28, 28);
}

.article__rating.positive {
  color: rgb(54, 89, 231);
}

.article__card-comments {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background-color: rgba(229, 231, 235, 0.7);
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
}

.article__card-comments svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.article__card-share {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  background-color: rgba(229, 231, 235, 0.7);
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
}

.article__card-share svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.article__card-save {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 8px;
  background-color: rgba(229, 231, 235, 0.7);
  border-radius: 100px;
}

.article__card-save svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.articlve__card-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 100px;
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 600;
}

.articlve__card-right svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.blog__btn-ajax {
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 1rem;
  margin-top: 2rem;
  color: #fff;
  background: linear-gradient(to right, #4f46e5, #9435ea);
}

.modal-info {
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(128, 128, 128, 0.16);
  z-index: 100;
  background: #fff;
  color: #000;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.modal-info.active {
  opacity: 1;
  pointer-events: all;
}

.blog .__mobile {
  display: none;
}

.blog .__mobile.inline {
  display: none;
}

.blog__header-categories-wrap {
  display: flex;
  align-items: start;
  gap: 1rem;
  justify-content: space-between;
}

.blog__header-categories-wrap:has(.article__info) {
  flex-direction: column;
}

.blog__header-categories-wrap .blog__type-display {
  display: none;
}

.article__header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.art__item {
  margin-top: 20px;
  color: #000;
}

.art__item:first-child {
  margin-top: 0;
}

.art__item.__image {
  border-radius: 20px;
  overflow: hidden;
}

.art__item.__image img {
  display: block;
  width: 100%;
  height: auto;
}

.art__item.__recommend .rec-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

.art__item.__recommend .rec-desc {
  font-size: 14px;
  opacity: 0.75;
  font-weight: 400;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  line-height: 120%;
}

.art__item.__recommend .rec-wrapper {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.art__item.__text > * {
  line-height: 120% !important;
  margin-top: 10px;
}

.art__item.__text > *:first-child {
  margin-top: 0;
}

.art__item.__text h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.art__item.__text h3 {
  font-size: 2.25rem;
  font-weight: 700;
}

.art__item.__text h4 {
  font-size: 2rem;
  font-weight: 700;
}

.art__item.__text h5 {
  font-size: 1.75rem;
  font-weight: 700;
}

.art__item.__text h6 {
  font-size: 1.5rem;
  font-weight: 700;
}

.art__item.__text p {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.6705882353);
  font-weight: 400;
}

.art__item.__text ol {
  list-style: none; /* Убираем стандартные маркеры */
  counter-reset: item; /* Создаем счетчик */
}

.art__item.__text ol li {
  margin-top: 10px;
  position: relative;
  padding-left: 1rem; /* Увеличиваем отступ для места под номера */
  font-size: 1rem;
  font-weight: 400;
}

.art__item.__text ol li:first-child {
  margin-top: 0;
}

.art__item.__text ol li::before {
  content: counter(item); /* Выводим номер */
  counter-increment: item; /* Увеличиваем счетчик */
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 50%;
  color: var(--purple);
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  position: absolute;
  top: 2px;
  left: 0;
}

.art__item.__text ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.art__item.__text ul li:first-child {
  margin-top: 0;
}

.art__item.__text ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.art__item.__text blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  line-height: 140;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  padding: 40px;
  background: rgb(255, 255, 255);
  border-radius: 1rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.art__item.__text blockquote p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.art__item.__text blockquote:before,
.art__item.__text blockquote:after {
  content: '"';
  font-size: 70px;
  line-height: 70px;
  opacity: 0.5;
}

.art__item.__text blockquote:before {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  top: 0px;
  left: 10px;
  transform: skew(-20deg);
}

.art__item.__text blockquote:after {
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  bottom: -30px;
  right: 10px;
  transform: skew(20deg);
}

.art__item.__text a {
  color: var(--purple);
  opacity: 0.7;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.art__item.__text a:hover {
  opacity: 1;
}

main.blog .results__cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

main.blog .results__card {
  position: relative;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(128, 128, 128, 0.16);
  transition: all 0.3s ease;
  --tw-shadow: 0 0 0 -0 rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0 0 -0 var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

main.blog .results__card:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  transform: translateY(-10px);
}

main.blog .results__card .card__textblock {
  flex: 1 1 auto;
}

main.blog .card__textblock {
  flex: 1 1 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

main.blog .card__textblock .card__desc {
  flex: 1 1 auto;
}

main.blog .result__btns {
  display: none;
}

main.blog .card__image {
  flex: 0 0 auto;
  position: relative;
  height: 224px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

main.blog .card__image img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

main.blog .card__titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main.blog .card__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease;
  color: #000;
}

.results__card .card__title {
  color: #000;
  transition: all 0.3s ease;
}

.results__card:hover .card__title {
  color: #892fdd;
}

main.blog .card__rate {
  display: flex;
  align-items: center;
  gap: 4px;
}

main.blog .card__rate svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

main.blog .card__rate span {
  font-size: 14px;
  font-weight: 500;
}

main.blog .card__desc {
  line-height: 140%;
  flex: 1 1 auto;
  margin-top: 1rem;
  font-size: 1rem;
  opacity: 0.8;
}

main.blog .card__tags {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

main.blog .card__tag {
  display: block;
  width: -moz-max-content;
  width: max-content;
  flex: 0 0 max-content;
  padding: 2px 10px;
  border-radius: 100px;
  color: #3730a3;
  background: #e0e7ff;
  font-size: 12px;
  line-height: 110%;
  font-weight: 500;
}

main.blog .card__info {
  margin-top: 1rem;
  padding: 12px 0;
  border: 1px solid rgba(128, 128, 128, 0.16);
  border-left: none;
  border-right: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

main.blog .card__info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 5px;
  font-size: 12px;
  opacity: 0.75;
}

main.blog .card__info-item svg {
  width: 14px;
  height: 14px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

main.blog .card__price {
  margin-top: 1rem;
}

main.blog .card__price-title {
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
  line-height: 140%;
}

main.blog .card__price-val {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
}

main.blog .btn {
  text-align: center;
}

main.blog .card__btn {
  margin-top: 12px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #4f46e5, #9435ea);
  border: 1px solid rgba(128, 128, 128, 0);
  justify-content: center;
}

main.blog .results__cards:has(.nofound) {
  display: block;
}

main.blog .nofound {
  padding: 80px 0;
}

main.blog .nofound-icon {
  font-size: 4rem;
  text-align: center;
}

main.blog .nofound__title {
  text-align: center;
  font-size: 24px;
  margin-top: 1rem;
}

main.blog .nofound__desc {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 130%;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

main.blog .nofound__btn {
  cursor: pointer;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  background: #000;
  color: #fff;
}

main.blog .textblock__wrapper {
  padding: 3rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.16);
}

main.blog .textblock__desc {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 130%;
  opacity: 0.8;
}

main.blog a.article__back {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #8c33e4;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 20px;
}

main.blog a.article__back svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.article__info {
  /* margin-top: 2rem; */
  display: flex;
  align-items: center;
  gap: 20px;
}

.article__time {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 100%;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.4784313725);
}

.article__time svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}

.art__title {
  margin-top: 24px;
  font-size: 3rem;
  line-height: 100%;
}

.art__intro {
  margin-top: 1rem;
  line-height: 130%;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4784313725);
  line-height: 140%;
}

.art__authorblock {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.art__comments {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(0, 0, 0, 0.4784313725) !important;
  line-height: 100%;
  font-size: 12px;
}

.art__comments svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.art__tags {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  gap: 10px;
}

.art__tags > * {
  flex: 0 0 max-content;
}

.art__btns {
  margin-top: 24px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.art__btns > * {
  gap: 10px;
  align-items: center;
  line-height: 100%;
  color: #000;
  background: #fff;
  border: 1px solid rgba(128, 128, 128, 0.16);
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  background: transparent;
  padding: 10px 20px;
}

.art__btns > * svg {
  width: 20px;
  height: 20px;
}

.art__image {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.art__image img {
  width: 100%;
  height: auto;
  display: block;
}

.art__content {
  padding-bottom: 3rem;
}

.article__random {
  border-top: 1px solid rgba(128, 128, 128, 0.16);
  border-bottom: 1px solid rgba(128, 128, 128, 0.16);
  padding-top: 20px;
  padding-bottom: 20px;
}

.rand-wrap {
  display: flex;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.rand-thumb {
  flex: 0 0 100px;
  border-radius: 5px;
  overflow: hidden;
}

.rand-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.rand-content {
  padding: 20px;
}

.rand-title {
  font-weight: 600;
  font-size: 18px;
}

.rand-data {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.rand-dataitem {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.75;
}

.rand-dataitem svg {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.rand-dataitem span {
  font-weight: 600;
  font-size: 14px;
}

.article__reacts {
  margin-top: 2rem;
}

.ararticle__reacts-wrp {
  padding: 20px;
  border-radius: 1rem;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.ararticle__reacts-wrp .title {
  text-align: center;
  margin-bottom: 20px;
}

.reacts__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.reacts__item {
  flex: 0 1 60px;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.reacts__item .img {
  font-size: 50px;
  display: block;
  transition: all 0.3s ease;
}

.reacts__item .reacts__button {
  cursor: pointer;
}

.reacts__item .q {
  transition: all 0.3s ease;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
}

.reacts__item:hover {
  opacity: 0.75;
}

.reacts__item.active {
  opacity: 1;
}

.reacts__item.active .img {
  font-size: 60px;
}

.reacts__item.active .q {
  font-size: 1rem;
}

.article__comments {
  margin-top: 2rem;
}

.article__comments-wrapper {
  padding: 20px;
  background: #fff;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.article__comments-wrapper ol {
  list-style: none; /* Убираем стандартные маркеры */
}

.article__comments-wrapper h3#comments {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.article__comments-wrapper .comment-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.article__comments-wrapper .comment-author img {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.article__comments-wrapper .comment-author cite {
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.article__comments-wrapper .comment-author .says {
  display: none;
}

.article__comments-wrapper .comment-meta {
  font-size: 14px;
  opacity: 0.75;
  color: #000;
}

.article__comments-wrapper p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  opacity: 0.8;
}

.article__comments-wrapper .commentlist {
  margin-top: 20px;
}

.article__comments-wrapper li.comment {
  margin-top: 15px;
}

.article__comments-wrapper li.comment:first-of-type {
  margin-top: 0;
}

.article__comments-wrapper li.comment .children {
  margin-top: 15px;
  margin-left: 2rem;
}

.article__comments-wrapper li.comment .children > * {
  margin-top: 15px;
}

.article__comments-wrapper li.comment .children > *:first-of-type {
  margin-top: 0;
}

.article__comments-wrapper #respond {
  margin-top: 2rem;
}

.article__comments-wrapper #respond #reply-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.article__comments-wrapper #respond #reply-title small {
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}

.article__comments-wrapper .comment-form-url {
  display: none;
}

.article__comments-wrapper .comment-form-comment,
.article__comments-wrapper .comment-form-author,
.article__comments-wrapper .comment-form-email {
  display: block;
}

.article__comments-wrapper .comment-form-comment label,
.article__comments-wrapper .comment-form-author label,
.article__comments-wrapper .comment-form-email label {
  display: block;
}

.article__comments-wrapper .comment-form-comment textarea,
.article__comments-wrapper .comment-form-comment input,
.article__comments-wrapper .comment-form-author textarea,
.article__comments-wrapper .comment-form-author input,
.article__comments-wrapper .comment-form-email textarea,
.article__comments-wrapper .comment-form-email input {
  background: #ededed;
  border-radius: 10px;
  overflow: hidden;
  resize: none;
  display: block;
  width: 100%;
  padding: 10px;
}

.article__comments-wrapper button,
.article__comments-wrapper input[type=submit] {
  cursor: pointer;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  color: #fff;
  margin-top: 10px;
}

.article__comments-wrapper .logged-in-as a {
  color: var(--purple);
}

.article__comments-wrapper .comment-reply-link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
  opacity: 0.76;
}

.article__comments-wrapper .comment-reply-link svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.article__list {
  margin-top: 3rem;
  display: block;
}

.relative-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.relative-title a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgb(79, 70, 229);
}

.relative-title a span {
  font-size: 16px;
  color: rgb(79, 70, 229);
  font-weight: 600;
}

.relative-title a svg {
  width: 1rem;
  height: 1rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  stroke: rgb(79, 70, 229);
}

.article__relative-wrapper {
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.article_relitem {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  flex: 1 1 33.333%;
  padding-bottom: 10px;
}

.article_relitem > * {
  flex: 0 0 auto;
}

.article_relitem img {
  width: 100%;
  height: 187px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.article__reltextcontent {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.article__reltextcontent .title {
  flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article__reltextcontent .desc {
  flex: 0 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article__relcontent,
.article__reltextcontent,
.article__rel-authorblock {
  padding-left: 10px;
  padding-right: 10px;
}

.article__relcontent {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.article__relcat {
  width: -moz-max-content;
  width: max-content;
}

.article__relctime {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  opacity: 0.75;
  color: #000;
}

.article__relctime svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.article__relitem {
  padding-bottom: 1rem;
}

.article__reltitle {
  margin-top: 10px;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  transition: all 0.3s ease;
}

.article__reldesc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 130%;
  opacity: 0.75;
  color: #000;
}

.popular-neiro {
  margin-top: 3rem;
}

.popular__title {
  text-align: center;
  color: var(--purple);
}

.popular__wrapper {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.popular__item {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.popular__head {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

.popular__head:before {
  content: "";
  width: 66px;
  height: 66px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  background: rgba(255, 255, 255, 0.1058823529);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  z-index: 0;
}

.popular__head:after {
  content: "";
  width: 106px;
  height: 106px;
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  right: -10px;
  background: rgba(255, 255, 255, 0.1058823529);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-radius: 50%;
  opacity: 0.7;
  z-index: 0;
}

.popular__head .text,
.popular__head svg {
  position: relative;
  z-index: 5;
}

.popular__head svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.popular__head svg path {
  stroke: #fff;
}

.popualar__body {
  flex: 1 1 auto;
  background: #fff;
}

.popular__neiro,
.popular-all {
  padding: 15px 20px;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular__neiro:hover,
.popular-all:hover {
  background: #ededed;
  color: rgb(134, 8, 223);
}

.popular__neiro span {
  line-height: 140%;
}

.popular-all {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #fff;
  font-size: 16px;
  line-height: 100%;
  color: rgb(134, 8, 223) !important;
  font-weight: 400;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.popular-all:hover {
  background: #fff;
}

.popular-all svg {
  stroke: rgb(134, 8, 223);
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
}

main.blog {
  padding-bottom: 4rem;
}
main.blog .results__card:has(.__18) .card__image {
  display: none;
}

.news__item {
  padding: 0 20px 20px 20px;
  border-left: 3px solid #4f46e5;
  border-bottom: 1px solid #4f46e5;
}

.news__item:last-child {
  border-bottom: none;
}

.article__comments a {
  color: inherit;
}

.news__infoblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.news__infoblock > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news__infoblock a.openup {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.3s ease;
  color: #000;
}

.news__infoblock a.openup svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.news__infoblock a.openup:hover {
  color: #4f46e5;
}

.news__date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  opacity: 0.75;
}

.news__date svg {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.news__textcontent {
  margin-top: 12px;
  display: block;
}

.news__item-title {
  font-size: 24px;
  transition: all 0.3s ease;
  color: #000;
}

.news__item-title:hover {
  color: #4f46e5;
}

.news__item-desc {
  margin-top: 8px;
  font-size: 14px;
  opacity: 0.5;
  line-height: 140%;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news__item-desc:hover {
  color: #000;
}

.news__authorblock {
  margin-top: 12px;
  opacity: 0.6;
}

.news__authorblock span {
  color: #000;
  font-weight: 600;
}

.neiro__ratings {
  margin-top: 3rem;
}

.neiro__ratings-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.rating-header {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  gap: 10px;
}

.neiro__ratings-head {
  padding: 20px;
  background: rgba(242, 242, 148, 0.377);
}

.neiro__ratings-body {
  padding: 20px 30px 40px;
}

.rtd__item {
  margin-top: 20px;
}

.rtd__item:first-child {
  margin-top: 0;
}

.rtd__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.rtd__mid {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.rtd__mid .stars {
  flex: 0 0 auto;
}

.rtd__mid .text {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stars svg {
  transition: all 0.3s ease;
  cursor: pointer;
}

.stars svg:hover {
  transform: scale(1.15);
}

.rtd__down {
  margin-top: 10px;
}

.rtd__down > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.line {
  margin-top: 5px;
  width: 100%;
  position: relative;
  height: 5px;
  border-radius: 2.5px;
  background: rgba(0, 0, 0, 0.253);
}

.active-line {
  transition: all 0.3s ease;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.rating-h-r {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-h-r span {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.rating-h-r .count {
  font-size: 14px;
  opacity: 0.5;
  color: #000;
}

main.neiro-single .result__btns {
  display: flex;
}

.result__btns {
  z-index: 10;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  top: 10px;
  right: 10px;
  display: flex !important;
  align-items: center;
  gap: 5px;
}

.result__btns > * {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5607843137);
  border-radius: 10px;
  position: relative;
}

.result__btns > * svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.btn-share {
  position: relative;
  pointer-events: all;
  transition: all 0.3s ease;
}

.btn-share .results__box {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(100% + 10px);
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  z-index: 20;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background: #fff;
  border-radius: 10px;
}

.btn-share .results__box:before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  top: -10px;
}

.btn-share .results-link {
  display: block;
  padding: 10px;
  color: #000;
  transition: all 0.3s ease;
}

.btn-share .results-link:hover {
  color: #4f46e5;
}

.btn-share:hover .results__box {
  opacity: 1;
  pointer-events: all;
}

.btn-share:hover .results__box:hover {
  opacity: 1;
  pointer-events: all;
}

.results__box:hover {
  opacity: 1;
  pointer-events: all;
}

.btn-like,
.btn-dislike {
  cursor: pointer;
}

.btn-like.active,
.btn-dislike.active {
  background: #000000;
  color: #fff;
}

.btn-fav {
  cursor: pointer;
}

.btn-fav.active {
  background: #000000;
  color: #fff;
}

.article__like-btn.likes.active {
  color: rgb(54, 89, 231);
}

.article__like-btn.dislikes.active {
  color: rgb(211, 28, 28);
} 
main.referal {
  background: #f8fbfe;
  padding-top: 120px;
}
main.referal section {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
main.referal .breadcrumbs {
  margin-bottom: 2rem;
}
main.referal .hero {
  padding: 20px 0 !important;
}
main.referal .hero__main-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-radius: 20px;
}
main.referal .hero__main-wrapper * {
  position: relative;
  z-index: 10;
}
main.referal .hero__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.25;
  z-index: 1;
}
main.referal .hero__main-box {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.3803921569);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
}
main.referal .hero__main-box svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
main.referal .hero__title {
  margin-top: 1.5rem;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
}
main.referal .hero__text {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
main.referal .hero__text strong {
  color: #ebae08;
}
main.referal .hero__btn {
  color: #4f46e5;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
main.referal .listing__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
main.referal .listing__item {
  border-radius: 1rem;
  flex: 1 1 calc(33.333% - 1rem);
  padding: 20px;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
main.referal .listing__iconblock {
  border-radius: 1rem;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
main.referal .listing__iconblock svg {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
main.referal .links .listing__iconblock {
  background: transparent !important;
}
main.referal .links .listing__title {
  color: #000 !important;
}
main.referal .listing__title {
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
main.referal .listing__desc {
  margin-top: 10px;
  font-size: #dedede;
  font-weight: 600;
  text-align: center;
}
main.referal .works__title {
  text-align: center;
}
main.referal .works__desc {
  text-align: center;
  opacity: 0.75;
}
main.referal .works__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.5rem;
}
main.referal .works__item {
  padding: 20px 2rem 30px;
  border-radius: 1rem;
  position: relative;
  flex: 1 1 calc(33.333% - 2rem);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  background: #fff;
}
main.referal .works__icon {
  margin-left: auto;
  margin-right: auto;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  position: relative;
}
main.referal .works__icon svg {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
main.referal .works__name {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 20px;
  margin-top: 1rem;
}
main.referal .works__text {
  margin-top: 10px;
  text-align: center;
  opacity: 0.75;
  line-height: 130%;
}
main.referal .works__number {
  background: #fff;
  position: absolute;
  top: -1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.253);
}
main.referal .works__number span {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  position: absolute;
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
main.referal .works__item:last-child .works__arrow {
  display: none;
}
main.referal .works__arrow {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -1rem;
  opacity: 0.6;
}
main.referal .works__arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
main.referal .desc {
  margin-top: 10px;
}
main.referal .cases__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
main.referal .cases__item {
  flex: 1 1 calc(25% - 1rem);
  border-top: 5px solid;
  border-radius: 5px 5px 1rem 1rem;
  padding: 20px;
}
main.referal .cases__item-name {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.253);
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
}
main.referal .cases__item-title {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
main.referal .cases__item-trats {
  margin-top: 1rem;
}
main.referal .cases__item-trats .key {
  text-align: center;
  color: #000;
  opacity: 0.75;
}
main.referal .cases__item-trats .value {
  margin-top: 8px;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-size: 18px;
}
main.referal .cases__item-dohod {
  margin-top: 1rem;
}
main.referal .cases__item-dohod .key {
  text-align: center;
  color: #000;
  opacity: 0.75;
}
main.referal .cases__item-dohod .value {
  margin-top: 8px;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-size: 18px;
  color: #047856;
}
main.referal .links .listing__wrapper {
  margin-top: 2rem;
}
main.referal .links .listing__desc {
  font-weight: 400;
  opacity: 0.75;
}
main.referal .links .listing__title {
  font-size: 20px;
}
main.referal .links .listing__iconblock svg {
  width: 3.5rem;
  height: 3.5rem;
}
main.referal .links__title {
  text-align: center;
}
main.referal .links__desc {
  text-align: center;
  margin-top: 10px;
}
main.referal .links .links__item {
  flex: 1 1 calc(25% - 1rem);
}
main.referal .webmaster__box {
  background: #141b2a;
  border-radius: 20px;
  padding: 2rem;
}
main.referal .webmaster__titleblock {
  justify-content: center;
  display: flex;
  gap: 10px;
  align-items: center;
}
main.referal .webmaster__titleblock svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
main.referal .webmaster__titleblock svg path {
  stroke: #facc15;
}
main.referal .webmaster__subtitle {
  background: #facc15;
  padding: 5px 10px;
  border-radius: 100px;
  font-weight: 600;
  color: #141b2a;
}
main.referal .webmaster__title {
  margin-top: 1.5rem;
  text-align: center;
  color: #fff;
}
main.referal .webmaster__desc {
  text-align: center;
  line-height: 120%;
  color: #fff;
  opacity: 0.76;
  margin-top: 10px;
}
main.referal .webmaster__wrapper {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  background: #fff;
  border-radius: 2rem;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
main.referal .webmaster__list-title {
  color: #facc15;
  font-weight: 600;
  font-size: 24px;
}
main.referal .webmaster__list-body {
  margin-top: 20px;
}
main.referal .webmaster__list-item {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 1rem;
}
main.referal .webmaster__list-item:first-child {
  margin-top: 0;
}
main.referal .webmaster__list-item svg {
  color: #facc15;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
main.referal .webmaster__comblock {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0;
}
main.referal .webmaster__comission {
  background: #2d3441;
  color: #fff;
  padding: 20px;
  border-radius: 1rem;
}
main.referal .webmaster__comission strong {
  font-size: 2.5rem;
  font-weight: 700;
  color: #facc15;
}
main.referal .webmaster__comission span,
main.referal .webmaster__comission strong {
  text-align: center;
  display: block;
}
main.referal .webmaster__comission span {
  text-align: right;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
main.referal .webmaster__btn {
  background: #facc15;
  color: #141b2a;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
main.referal .webmaster__btn svg {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 24px;
}
main.referal .last__wrapper {
  background: #eff2ff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-bfackdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
main.referal .last__title {
  text-align: center;
  font-weight: 700;
  color: #000;
}
main.referal .last__desc {
  margin-top: 10px;
  text-align: center;
  opacity: 0.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  line-height: 120%;
}
main.referal .last__btn {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(to right bottom, #4e44e1, #9234ea);
}

.favs_nofound {
  padding: 2rem;
}

.favs__icon {
  font-size: 4rem;
  text-align: center;
}

.favs__title {
  text-align: center;
  margin-top: 10px;
}

.favs__desc {
  text-align: center;
  margin-top: 1rem;
}/*# sourceMappingURL=custom.css.map */