           
            .hero {
            padding-top: 200px;
            padding-bottom: 200px;
            background-image: url("<?php echo get_template_directory_uri(); ?>/img/qwerty.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
           .hero__container {
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              gap: 40px;
            }

            .hero__title {
              margin: 0;
              text-align: center;
              font-weight: 500;
              font-size: 64px;
              line-height: 1;
              letter-spacing: -0.02em;
              color: var(--blue);
              white-space: pre-line;
            }

            .hero__title span {
              color: var(--black);
            }

            .hero__descr {
              font-weight: 400;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: -0.02em;
              text-align: center;
              white-space: pre-line;
              color: #2c2c2c;
            }


            @media (max-width: 1240px) {
              .hero {
                padding-top: 120px;
                padding-bottom: 120px;
                background-position: center;
              }

              .hero__title {
                max-width: 100%;
                font-size: 52px;
              }

              .hero__descr {
                font-size: 18px;
              }

              .hero__container {
                flex-direction: column;
                align-items: flex-start;
                gap: 40px;
              }

              .hero__block-container {
                position: static;
                display: flex;
                gap: 20px;
                justify-content: flex-start;
                align-items: flex-start;
                grid-template-areas: none;
              }

              .hero-block:first-child,
              .hero-block:last-child {
                position: static;
              }
            }

            @media (max-width: 768px) {
              .hero {
                padding-top: 80px;
                padding-bottom: 80px;
                background-size: auto;
              }

              .hero__title {
                font-family: "Hero New", sans-serif;
                font-weight: 600;
                font-size: 40px;
                line-height: 100%;
                letter-spacing: -0.02em;
                max-width: 100%;
                text-align: left;
              }

              .hero__descr {
                font-size: 22px;
                line-height: 1.3;
                text-align: left;
              }

              .hero__container {
                flex-direction: column;
                gap: 30px;
              }

              .hero__block-container {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 35px;
                justify-content: flex-start;
              }

              .hero-block {
                width: calc(47% - 8px);
                padding: 20px 16px;
                backdrop-filter: blur(60px);
              }

              .hero-block img {
                width: 64px;
                height: 62px;
                margin-bottom: 50px;
              }

              .hero-block p {
                font-family: "Hero New", sans-serif;
                font-weight: 500;
                font-size: 14px;
                line-height: 120%;
                letter-spacing: 0;
              }

              .hero-block:last-child {
                rotate: 8deg;
              }
            }


            .splide__pagination {
              display: none;
            }


            .table__block {
              position: relative;
            }

            .how {
              display: table;
              width: fit-content;
              margin: 0 auto;
              border-collapse: separate;
              border-spacing: 0;
              border-radius: 12px;
              overflow: hidden;
              box-shadow: 0 0 0 2px rgba(11, 0, 103, 0.2);
            }

            .how__row {
              display: table-row;
            }

            .how__row--header {
              color: rgba(21, 0, 127, 1);
            }

            .how__cell-title {
              padding: 33px 24px;
              background-color: #E4EFFF;
              display: table-cell;
              font-size: 18px;
              font-weight: 600;
              border: 2px solid rgba(11, 0, 103, 0.2);
            }

            .how__cell {
              display: table-cell;
              padding: 23px 15px;
              vertical-align: top;
              font-weight: 500;
              background-color: rgba(255, 255, 255, 1);
              border: 2px solid rgba(11, 0, 103, 0.2);
            }

            .how__cell span {
              color: #4A5FE6;
            }

            /* Стили для создания закругленных углов */
            .how__row:first-child .how__cell:first-child {
              border-top-left-radius: 10px;
            }

            .how__row:first-child .how__cell:last-child {
              border-top-right-radius: 10px;
            }

            .how__row:last-child .how__cell:first-child {
              border-bottom-left-radius: 10px;
            }

            .how__row:last-child .how__cell:last-child {
              border-bottom-right-radius: 10px;
            }

            .how__row:not(.how__row--header):hover {
              background-color: #f9f9f9;
            }


            .accent__table__before {
              position: absolute;
              display: flex;
              left: 20px;
              flex-direction: column;
              top: -40px;
            }

            .accent__table__before svg {
              position: absolute;
              top: -41px;
              right: -65px;
            }

            .accent__table__before span {
              rotate: 8deg;
              white-space: pre-line;
              font-family: 'Bradley Hand', cursive;
              font-weight: 400;
              font-size: 20px;
              line-height: 110%;
              letter-spacing: 0%;
              text-align: center;
            }

            .accent__table__after {
              position: absolute;
              right: 20px;
              bottom: -55px;
            }

            .accent__table__after svg {
              position: absolute;
              top: -5px;
              right: -38px;
            }

            .accent__table__after span {
              rotate: -16deg;
              display: inline-block;
              white-space: pre-line;
              font-family: 'Bradley Hand', cursive;
              font-weight: 400;
              font-size: 20px;
              line-height: 110%;
              letter-spacing: 0%;
              text-align: center;
            }


            /* Планшетная версия (<= 1024px) */
            @media (max-width: 1024px) {
              .how {
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
              }

              .how__cell-title {
                padding: 25px 20px;
                font-size: 16px;
              }

              .how__cell {
                padding: 18px 12px;
                font-size: 14px;
              }

              .accent__table__before {
                left: 10px;
                top: -35px;
              }

              .accent__table__after {
                right: 10px;
                bottom: -50px;
              }
            }

            /* Мобильная версия (<= 768px) */
            @media (max-width: 768px) {
              .table__block {
                padding: 20px 0;
                overflow: visible;
              }

              .how {
                min-width: 600px;
                /* Минимальная ширина чтобы таблица не ломалась */
                margin: 0;
                width: 100%;
              }

              .how__cell-title {
                padding: 20px 15px;
                font-size: 14px;
              }

              .how__cell {
                padding: 15px 10px;
                font-size: 13px;
              }

              /* Декоративные элементы - под таблицу */
              .accent__table__before,
              .accent__table__after {
                position: relative;
                left: auto;
                right: auto;
                top: auto;
                bottom: auto;
                display: block;
                text-align: center;
                margin: 20px auto;
                width: fit-content;
              }

              .accent__table__before {
                order: -1;
                margin-bottom: 30px;
              }

              .accent__table__after {
                order: 2;
                margin-top: 30px;
              }

              .accent__table__before svg {
                transform: scale(-1, 1);
                /* position: relative; */
                top: -33px;
                left: -175%;
                margin: 0 auto 10px auto;
                display: block;
              }

              .accent__table__after svg {
                position: absolute;
                top: -11px;
                right: -56px;
              }

              .accent__table__before span {
                rotate: none;
                display: block;
                text-align: center;
              }

              .accent__table__after span {
                rotate: -10deg;

              }

              /* Контейнер для правильного порядка отображения */
              .table__block {
                display: flex;
                flex-direction: column;
              }

              .result-section__header {
                margin-bottom: 10px !important;
              }

              .how {
                order: 1;
              }
            }

            /* Для очень маленьких экранов */
            @media (max-width: 480px) {
              .table__block {
                padding: 15px 0;
              }

              .how {
                min-width: 100%;
              }

              .how__cell-title {
                padding: 15px 10px;
                font-size: 13px;
              }

              .how__cell {
                padding: 12px 8px;
                font-size: 12px;
              }

              .accent__table__before,
              .accent__table__after {
                margin: 30px auto;
              }

              .accent__table__before span,
              .accent__table__after span {
                font-size: 16px;
              }
            }

            .addition {
              padding: 60px 0;
            }


            .addition__container {

              border-radius: 20px;
              background-color: #D9E1FE;
            }

            .addition__body {
              padding: 60px 0;
              display: flex;
              align-items: center;
              flex-direction: column;
              justify-content: center;
            }

            .addition__text {
              white-space: normal;
            }

            .addition__body-title {
              font-weight: 600;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: 0%;
              color: #4A5FE6;
              display: flex;
              gap: 10px;
              align-items: center;
              margin-bottom: 30px;
            }

            .addition__body-title img {
              width: 16px;
              height: 27px;
            }

            .addition__text span {
              color: #4A5FE6;
              font-weight: 500;
            }

            @media (max-width: 768px) {
              .addition__container {
                width: 90%;
                padding: 0 15px !important;
              }

              .addition__text {
                text-align: center !important;
                font-size: 16px !important;
              }
            }

            .card-message {
              padding: 80px 0;

              background-color: #EDEEFF;
              height: 890px;
            }


            .card-message::before {
              content: '';
              position: absolute;
              right: 0;
              width: 100%;
              height: 100%;
              background-size: 68%;
              background-repeat: no-repeat;
              background-image: url(../img/bg/creative-bg-image.png);
              background-position-y: 68%;
              transform: scaleX(-1) scaleY(-1);
              z-index: 0;
              opacity: 0.7;
            }

            .card-message__list {
              position: relative;
              height: 600px;
              /* Высота контейнера для абсолютного позиционирования */
            }

            .card-message__item {
              position: absolute;
              width: 480px;
              height: 187px;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: all 0.3s ease;
            }

            /* Позиционирование каждой карточки в разных местах */
            .card-message__item:nth-child(1) {
              top: 20%;
              left: 0;
            }

            .card-message__item:nth-child(2) {
              top: 32%;
              right: 25%;
            }

            .card-message__item:nth-child(3) {
              top: 10%;
              right: -7%;
            }

            .card-message__item:nth-child(4) {
              top: 58%;
              left: 3%;
            }

            .card-message__item:nth-child(5) {
              bottom: 0%;
              right: 10%;
            }



            .card-message__item svg {
              position: absolute;
              top: -35px;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1;
              transition: all 0.3s ease;
            }

            .card-message__text {
              white-space: pre-line;
              position: relative;
              z-index: 2;
              font-weight: 700;
              font-size: 20px;
              line-height: 120%;
              text-align: center;
              padding: 20px;
              width: 100%;
              background: linear-gradient(180deg, #6984E0 0%, #9E9FE2 100%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              background-clip: text;
            }

            .accent-card-message__text {
              white-space: pre-line;
              position: relative;
              z-index: 2;
              font-weight: 700;
              font-size: 20px;
              line-height: 120%;
              text-align: center;
              padding: 20px;
              width: 100%;
              color: #FBFDFF;
            }


            @media (max-width: 768px) {

              .card-message__text,
              .accent-card-message__text {
                font-size: 16px;

              }

              .card-message__item {
                max-width: 310px;
                max-height: 190px;
                position: relative;
                display: block;
              }



              /* Позиционирование каждой карточки в разных местах */
              .card-message__item:nth-child(1) {
                top: auto;
                left: auto;
                height: auto;
              }

              .card-message__item:nth-child(2) {
                top: auto;
                right: 16px;
                height: auto;
                justify-self: flex-end;
                align-self: center;
              }

              .card-message__item:nth-child(3) {
                top: auto;
                right: auto;
                height: auto;
                align-self: end;
              }

              .card-message__item:nth-child(4) {
                top: auto;
                left: auto;
                height: auto;
                align-self: flex-start;
              }

              .card-message__item:nth-child(5) {
                bottom: auto;
                right: auto;
                height: auto;
                align-self: end;
              }

              .card-message__item:nth-child(1) svg {
                width: 311px;
                height: 148px;
                top: -40px;
              }

              .card-message__item:nth-child(2) svg {
                top: -75px;
                width: 300px;
                height: 200px;
              }

              .card-message__item:nth-child(3) svg {
                width: 228px;
                height: 129px;
                left: 40px;
              }

              .card-message__item:nth-child(4) svg {
                width: 310px;
                height: 119px;
                right: 2px;
              }

              .card-message__item:nth-child(5) svg {
                width: 320px;
                height: 159px;
              }

              .card-message__list {
                padding-top: 30px;
                display: flex;
                flex-direction: column;
                gap: 58px;
              }
            }


            .why-us {
              padding: 120px 0;
            }



            .why-us__container {
              display: flex;
              flex-direction: column;
              gap: 80px;
            }



            .why-us__block {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 40px;
            }

            .why-us__card {
              background-color: #EDEEFF;
              display: flex;
              flex-direction: column;
              gap: 40px;
              padding: 60px 30px;
            }

            .why-us__title {
              font-weight: 600;
              font-size: 30px;
              line-height: 120%;
              letter-spacing: 0%;
              white-space: pre-line;
              position: relative;
            }

            .why-us__title-one::before {
              content: '';
              position: absolute;
              right: -40px;
              top: -112px;
              height: 182px;
              width: 155px;
              background-size: contain;
              background-repeat: no-repeat;
              background-image: url(../img/smi/par-why-1.png);
            }

            .why-us__title-two::before {
              content: '';
              position: absolute;
              right: -40px;
              top: -112px;
              height: 182px;
              width: 155px;
              background-size: contain;
              background-repeat: no-repeat;
              background-image: url(../img/smi/par-why-2.png);
            }

            .why-us__list-text {
              list-style: none;
              margin: 0;
              padding: 0;
              display: flex;
              flex-direction: column;
              gap: 20px;
            }

            .why-us__item-text {
              display: flex;
              gap: 20px;
              align-items: center;

            }

            .why-us__item-text svg {
              width: 35px;
              height: 35px;
            }

            .why-us__item-content {
              font-size: 20px;
              line-height: 120%;
              letter-spacing: -2%;

            }

            /* Планшетная версия (<= 1024px) */
            @media (max-width: 1024px) {
              .why-us {
                padding: 80px 0;
              }

              .why-us__container {
                gap: 60px;
              }

              .why-us__block {
                gap: 30px;
              }

              .why-us__card {
                padding: 40px 25px;
                gap: 30px;
              }

              .why-us__title {
                font-size: 26px;
                text-align: left;
                /* Сохраняем выравнивание по левому краю */
              }

              .why-us__title-one::before,
              .why-us__title-two::before {
                right: -25px;
                /* Чуть ближе */
                top: -90px;
                height: 140px;
                /* Чуть меньше */
                width: 120px;
                /* Чуть меньше */
              }

              .why-us__item-content {
                font-size: 18px;
              }

              .why-us__item-text svg {
                width: 30px;
                height: 30px;
              }
            }

            /* Мобильная версия (<= 768px) */
            @media (max-width: 768px) {
              .why-us {
                padding: 60px 0;
              }

              .why-us__container {
                gap: 40px;
              }

              .why-us__block {
                grid-template-columns: 1fr;
                gap: 20px;
              }

              .why-us__card {
                padding: 30px 20px;
                gap: 25px;
                position: relative;
                /* Для абсолютного позиционирования картинок */
              }

              .why-us__title {
                font-size: 22px;
                text-align: left;
                /* Выравнивание по левому краю */
                padding-right: 80px;
                /* Место для картинки */
              }

              .why-us__title-one::before,
              .why-us__title-two::before {
                right: -15px;
                /* Чуть ближе */
                top: -70px;
                /* Чуть ниже */
                height: 110px;
                /* Меньше */
                width: 95px;
                /* Меньше */
              }

              .why-us__list-text {
                gap: 15px;
              }

              .why-us__item-text {
                gap: 15px;
              }

              .why-us__item-content {
                font-size: 16px;
              }

              .why-us__item-text svg {
                width: 25px;
                height: 25px;
                flex-shrink: 0;
              }
            }

            /* Для очень маленьких экранов */
            @media (max-width: 480px) {
              .why-us {
                padding: 40px 0;
              }

              .why-us__card {
                padding: 25px 15px;
                gap: 20px;
              }

              .why-us__title {
                font-size: 20px;
                padding-right: 60px;
                /* Меньше места для картинки */
              }

              .why-us__title-one::before,
              .why-us__title-two::before {
                right: -10px;
                top: -60px;
                height: 90px;
                /* Еще меньше */
                width: 75px;
                /* Еще меньше */
              }

              .why-us__item-content {
                font-size: 14px;
              }

              .why-us__item-text {
                gap: 12px;
              }

              .why-us__item-text svg {
                width: 22px;
                height: 22px;
              }
            }

            /* Для экстремально маленьких экранов */
            @media (max-width: 360px) {

              .why-us__title-one::before,
              .why-us__title-two::before {
                right: -5px;
                top: -50px;
                height: 75px;
                width: 65px;
              }

              .why-us__title {
                padding-right: 50px;
                font-size: 18px;
              }
            }


            .goals {
              padding: 100px 0;
              position: relative;
            }

            .goals::before {
              content: "";
              position: absolute;
              top: 67%;
              left: 31%;
              width: 100%;
              height: 59%;
              background-image: url(../img/bg/creative-bg-image.png);
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              transform: translate(-50%, -50%) rotate(22deg);
              z-index: 0;
            }

            .goals__container {
              display: grid;
              grid-template-columns: 30% 70%;
            }

            .goals__header {
              margin: 0;
              white-space: pre-line;
              font-weight: 600;
              font-size: 40px;
              line-height: 120%;
              letter-spacing: -0.02em;

            }

            .goals__list {
              display: flex;
              flex-direction: column;
              gap: 10px;
            }

            .goals__item {
              display: flex;
              background-color: #EDEEFF;
              padding: 35px 30px;
              gap: 30px;
              border-radius: 20px;
              transition: all 0.6s ease;
              position: relative;
              overflow: hidden;
              z-index: 1;
              justify-content: space-between;
            }

            .goals__item::before {
              content: '';
              position: absolute;
              top: 0;
              left: -100%;
              width: 100%;
              height: 100%;
              background: linear-gradient(90deg, #6984E0 0%, #9E9FE2 100%);
              transition: all 0.6s ease;
              z-index: -1;
            }

            .goals__item:hover {
              color: #EDEEFF;
            }

            .goals__item:hover::before {
              left: 0;
            }

            .goals-info__block {
              display: flex;
              gap: 30px;
            }

            .goals-info__block-number {
              display: flex;
              width: 105px;
              line-height: 0%;
              align-items: center;
            }

            .goals-info__block-number span {
              color: rgba(4, 4, 4, 0.2);
            }

       

            .goals-info__block-description {
              white-space: normal;
            }

            .lightning {
              width: 30px;
              opacity: 40%;
              height: 30px;
            }




            /* Tablet styles (768px - 991px) */
            @media (max-width: 991px) {
              .goals {
                padding: 80px 0;
              }

              .goals__container {
                grid-template-columns: 1fr;
                gap: 40px;
              }

              .goals__header {
                font-size: 32px;
                white-space: normal;
                text-align: center;
              }

              .goals__item {
                padding: 25px;
                gap: 20px;

              }

              .goals-info__block {
                gap: 20px;
                width: 100%;
                display: flex;

                flex-direction: column;
              }

              .goals-info__block-number {
                width: 80px;
              }
            }

            /* Mobile styles (up to 767px) */
            @media (max-width: 767px) {
              .goals {
                padding: 60px 0;
              }

              .goals__header {
                font-size: 24px;
                line-height: 120%;
                letter-spacing: -2%;
                white-space: normal;
                margin-bottom: 20px;
                text-align: left;
              }

              .goals__list {
                gap: 20px;
              }

              .goals__item {
                flex-direction: column;
                padding: 20px;
                gap: 15px;
              }

              .goals-info__block {
                width: 100%;
                gap: 80px;
              }

              .goals-info__block-number {
                width: auto;
                min-width: 60px;
                font-family: Hero New;
                font-size: 20px;
                line-height: 120%;
                letter-spacing: -2%;

              }

              .lightning {
                align-self: flex-end;
                margin-top: -10px;
              }

              /* Lightning icon positioning */
              .goals__item>.lightning {
                position: absolute;
                top: 20px;
                right: 20px;
              }

              .goals-info__block-description {
                margin-top: 10px;
                font-size: 20px;
                line-height: 120%;
                letter-spacing: -2%;

              }
            }

            .map-case {
              position: relative;
              padding: 100px 0;
              background-color: #f0f0ff;
            }

            .map-case__header {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin-bottom: 20px;
            }

            .map-case__header-title {
              font-size: 2em;
              color: #4a4aff;
            }

            .map-case__header-btn {
              background-color: #fff;
              border: 1px solid #4a4aff;
              padding: 10px 20px;
              cursor: pointer;
            }

            .map-case__container {
              position: relative;
              overflow: visible;
            }

            .map-case__container .splide__list {
              gap: 20px;
            }

            .map-case__slider {
              display: flex;
              transition: transform 0.5s ease;
            }

            .map-case__slide {
              width: 100%;
              display: flex;
              gap: 40px;
            }

            .map-case__left-block {
              background-color: #FFFFFF;
              width: 60%;


            }

            .map-case__right-block {
              width: 40%;
            }

            .max-case_image {
              width: 100%;
            }


            .map-case__tabs {
              display: flex;
              gap: 10px;
              padding: 25px;
            }

            .map-case__tab {
              width: 100%;
              display: flex;
              border-radius: 50px;
              padding: 10px 15px;
              cursor: pointer;
              color: #2c2c2c;
              font-weight: 500;
              transition: all 0.3s;
              align-items: center;
              gap: 10px;
              justify-content: center;
            }

            /* .map-case__tab:hover,
.map-case__tab.active {
  background-color: #4a4aff;
  color: #fff;
} */

            .map-case__tab-image {
              padding: 0 40px;
              /* border: 2px solid #4A5FE6; */
              width: 100%;
              height: 450px;
              display: none;
              position: relative;
            }

            .map-case__tab-image.active {
              display: block;
            }

            .map-case__tab-image img {
              width: 100%;
              /* height: 100%; */
              object-fit: contain;
              border: 2px solid #4A5FE6;
              border-radius: 10px;
            }

            .map-case__right-block-title {
              color: #2C2C2C;
              font-size: 26px;
              margin-bottom: 20px;
            }

            /* .map-case__right-block-subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #2C2C2C;
  margin-bottom: 30px;

} */

            /* .map-case__right-block-city {
  margin-bottom: 30px;
} */

            .map-case__right-block-text {
              font-weight: 400;
              font-size: 16px;
              line-height: 120%;
              letter-spacing: 0.02em;
              margin-bottom: 30px;

            }

            .map-case__right-block-btn {
              background-color: #4a4aff;
              color: #fff;
              padding: 10px 20px;
              text-decoration: none;
              display: inline-block;
            }

            .map-case__arrow {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              background-color: rgba(0, 0, 0, 0.5);
              color: #fff;
              border: none;
              padding: 10px;
              cursor: pointer;
            }

            .map-case__arrow--prev {
              left: 10px;
            }

            .map-case__arrow--next {
              right: 10px;
            }

            .map-case__header-block {
              display: flex;
              justify-content: space-between;
              margin-bottom: 80px;
            }

            /* Изначально серый цвет для SVG */
            .map-case__tab svg path {
              fill: rgba(44, 44, 44, 0.6);
              transition: fill 0.3s ease;
              /* Плавное изменение цвета */
            }

            /* Стили для активного состояния и при наведении */
            /* .map-case__tab:hover,
.map-case__tab.active {
  background-color: #4a4aff;
  color: #fff;
  border-color: #4a4aff;
} */

            /* Белый цвет для SVG в активном состоянии */
            .map-case__tab.active svg path,
            .map-case__tab:hover svg path {
              fill: #fff;
            }


            .map-case__results {
              font-weight: 600;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: 0%;
              color: #4A5FE6;
              margin-bottom: 10px;
            }

            .map-case__results-block {
              background-color: #FFFFFF;
              padding: 20px 15px;
              border-radius: 5px;
            }

            .map-case__results-text {
              font-weight: 400;
              font-size: 16px;
              line-height: 120%;
              letter-spacing: -2%;
              color: #2C2C2C;
              margin-bottom: 10px;
            }

            .map-case__results-text span {
              font-weight: 800;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: -2%;
              background: linear-gradient(180deg, #6984E0 0%, #9E9FE2 100%);
              -webkit-background-clip: text;
              background-clip: text;
              -webkit-text-fill-color: transparent;
              color: transparent;
              display: inline-block;
            }

            @media (max-width: 768px) {
              .map-case__tabs {
                display: flex;
                gap: 10px;
                padding: 10px;
                flex-wrap: wrap;
              }

              .map-case__tab {
                padding: 10px 10px;

              }

              .splide__slide {
                min-width: 100% !important;
              }

              .map-case__tab-image {
                height: 295px;
              }

              .map-case__slide {
                flex-direction: column-reverse;
                justify-content: end;
              }

              .map-case__container .splide__list {
    gap: 10px;
}

              .map-case__left-block {
                width: 100%;
              }

              .map-case__right-block {
                width: 100%;
              }

              .map-case__header-block {
                align-items: center;
              }

              .optimization__main-body-block .stage__body-block .splide__arrows {
                right: 25px;
                top: -45px !important;
              }
            }

            .splide__arrow--prev {
              left: -35px !important;
            }

            .splide__arrow--next {
              right: -40px !important;
            }

            .splide__arrows {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              gap: 16px;
              position: absolute;
              right: 50px;
              top: 0px;
            }

            .tabs__accent-text {
              font-weight: 400;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: -2%;
              background: linear-gradient(180deg, #6984E0 0%, #9E9FE2 100%);
              padding: 20px;
              color: #EDEEFF;
              border-radius: 10px;
            }

            .tabs__accent-text span {
              font-weight: 600;
            }

            .tabs__list {
              list-style: none;
              padding-left: 0;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: -2%;

            }

            .tabs__item span {
              color: #4A5FE6;
              font-weight: 700;
              font-style: Bold;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: -2%;

            }

            .tabs__list li::before {
              content: "•";
              color: #4A5FE6;
              /* Красный цвет точки */
              font-size: 20px;
              position: absolute;
              left: 0;
              top: 0;
            }

            .tabs__item {
              position: relative;
              padding-left: 20px;
              margin-bottom: 10px;
            }

            .tabs-text {
              padding-left: 20px;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: -2%;

            }

            .tabs-quote_accent {
              font-weight: 400;
              font-size: 20px;
              line-height: 120%;
              letter-spacing: -2%;
              padding: 10px 15px;
              border-left: 2px solid #4A5FE6;
              background: linear-gradient(90deg, #E5EBFE 0%, #FFFFFF 100%);
              margin-top: 40px;
            }

            .tabs-quote_accent span {
              color: #4A5FE6;
            }



            .free {
    width: 100%;
    margin: 80px 0;

}

.free__body {
    position: relative;
    padding: 97px 75px;
    border-radius: 11px;
}

.free__body img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 11px;
}

.free__body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.free__body-wrap h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f7f7f7
}

.free__body-wrap-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.free__body-wrap-form-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.free__body-wrap-form-main input {
    width: 260px;
    height: 54px;
    background: #f7f7f7;
    border-radius: 24px;
    border: 1px solid rgba(44, 44, 44, .4);
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c
}

.free__body-wrap-form-main button {
    width: 260px;
    height: 54px;
    background: #ffc702;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2c2c2c;
    border-radius: 24px
}

.free__body-wrap-form .checkbox {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.free__body-wrap-form .checkbox-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.free__body-wrap-form .checkbox-label p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #f7f7f7
}

.free__body-wrap-form .checkbox-label p a {
    text-decoration: underline
}

.free__body-wrap-form .checkbox-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.free__body-wrap-form .checkbox-icon {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.free__body-wrap-form .checkbox:checked + .checkbox-view {
    background-color: rgba(0, 0, 0, 0)
}

.free__body-wrap-form .checkbox:checked + .checkbox-view .checkbox-icon {
    opacity: 1
}

@media (max-width: 768px) {
    .free {
        width: 100%;
        margin-top: 50px
    }

    .free__body {
        position: relative;
        padding: 40px 20px;
        border-radius: 22.5px
    }

    .free__body img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 22.5px
    }

    .free__body-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .free__body-wrap h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #f7f7f7
    }

    .free__body-wrap-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .free__body-wrap-form-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .free__body-wrap-form-main input {
        width: 100%;
        height: 38px;
        background: #f7f7f7;
        border-radius: 12px;
        border: 1px solid rgba(44, 44, 44, .4);
        padding-left: 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c
    }

    .free__body-wrap-form-main button {
        width: 100%;
        height: 38px;
        background: #ffc702;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #2c2c2c;
        border-radius: 12px
    }

    .free__body-wrap-form .checkbox {
        position: absolute;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .free__body-wrap-form .checkbox-label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .free__body-wrap-form .checkbox-label p {
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #f7f7f7
    }

    .free__body-wrap-form .checkbox-label p a {
        text-decoration: underline
    }

    .free__body-wrap-form .checkbox-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 18px;
        min-height: 18px;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    .free__body-wrap-form .checkbox-icon {
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s
    }

    .free__body-wrap-form .checkbox:checked + .checkbox-view {
        background-color: rgba(0, 0, 0, 0)
    }

    .free__body-wrap-form .checkbox:checked + .checkbox-view .checkbox-icon {
        opacity: 1
    }

     .free_case {
        margin: 50px 0 100px;
    }
}