#main-wrapper {
    overflow: auto;
}

.main-content {
    display: block;
}
.catalog .catalog__item-title {
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.hero__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .hero__inner-wrap {
        padding-top: 300px;
        padding-bottom: 200px;
    }
}

.hero__image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero__image-wrap::after {
    content: "";
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.34);
}

.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .hero__image {
    }
}
.hero__title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    color: var(--white);
    position: relative;
    z-index: 1;
    margin: 0 0 34px 0;
    font-weight: 600;
    text-shadow: 1px 26px 52px #000000;
}

@media (min-width: 1200px) {
    .hero__title {
        width: 1000px;
    }
}

.hero__list {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 0 55px 0;
    z-index: 1;
}

@media (min-width: 1200px) {
    .hero__list {
        position: relative;
        margin: 0 0 140px 0;
        z-index: 1;
        gap: 15px;
        font-size: 22px;
    }
}
.hero__item {
    color: var(--white);
}

.hero__item::marker {
    color: #f26dc4;
}

.hero__deskription-list {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
}

.hero__deskription-list dt {
    display: inline-flex;
    color: #f26dc4;
}
@media (min-width: 1200px) {
    .hero__deskription-list dt {
        font-size: 22px;
    }
}

.hero__deskription-list dd {
    width: 100%;
    max-width: 700px;
    color: var(--white);
    margin: 0;
}
@media (min-width: 1200px) {
    .hero__deskription-list dd {
        font-size: 22px;
    }
}

.content-modal__wrap img,
.content-modal__wrap video {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.solution__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .solution__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.solution__title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.solution__logo {
    margin: 0px 0 40px 0;
}

.solution__title span {
    color: #f26dc4;
}

.solution__head-title {
    min-width: 200px;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    color: var(--white);
    padding: 15px 10px;
}

.solution__table-header-title {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    color: var(--white);
}

.solution__table-col.solution__table-col--bg-black {
    background-color: #000000;
    color: var(--white);
}

.solution__table-col.solution__table-col--bg-pink {
    background-color: #f26dc4;
}

.solution__table-col.solution__table-col--bg-violet {
    background-color: #7651e6;
}

.solution__table-wrap {
    overflow-x: auto;
    width: 100%;
}

.solution__table {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-items: center;
}

.solution__table-col {
    padding: 16px;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.solution__table-col:last-child {
    border-right: 1px solid #b3b3b3;
}
.solution__table-col.solution__table-col--2 {
    background: linear-gradient(270deg, rgba(242, 109, 196, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.solution__table-col.solution__table-col--f-cecter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution__table-col:first-child {
    display: flex;
    align-items: center;
    gap: 16px;
}

.solution__table-row {
    display: grid;
    grid-template-columns: minmax(235px, 400px) 400px 400px;
    grid-column: 1 / -1;
}

.solution__table-title {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #000000;
}

.solution__table-title.solution__table-title--mrg {
    margin: 0 0 8px 0;
}

.solution__table-heading-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.solution__table-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    min-width: 48px;
    height: 48px;
    border-radius: 8px;
}
.catalog__counter {
    display: inline-flex;
    justify-content: space-between;
    border-radius: 10px;
    width: 160px;
    height: 32px;
    background: rgb(176 172 189 / 31%);
}

.catalog__calculator-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0 4px 0;
    display: inline-block;
    border: 1px solid #7651e6;
    border-radius: 8px;
    padding: 0.85rem;
}
.catalog__calculator-paragraph {
    font-size: 14px;
}

.catalog__calculator-wrap button {
    appearance: none;
    outline: none;
    border: none;
    background: none;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px 6px;
    border-radius: 8px;
    width: 36px;
    text-align: center;
}

.catalog__calculator-wrap button:active {
    background-color: #1d1d1e;
    color: #ffffff;
}

.catalog__calculator-wrap input {
    margin: 0;
    padding: 0;
    text-align: center;
    appearance: none;
    background: none;
    font-family: inherit;
    font-weight: 500;
    border: 0;
    width: 50px;

    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-appearance: none;
    appearance: textfield;
    margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Кнопка вызова */
.catalog__calculator-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-bottom: 20px;
}
.catalog__calculator-btn:hover {
    background-color: #f8f9fa;
}

/* Затемнение фона (Оверлей) */
.calc-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Белое окно модалки */
.calc-modal {
    background: #fff;
    width: 90%;
    max-width: 450px;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.calc-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.calc-modal__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}
.calc-modal__close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    line-height: 1;
}

.calc-modal__subtitle {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 15px;
}

/* Счетчик (+ и -) */
.calc-modal__counter-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.calc-modal__counter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.calc-modal__counter button {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s;
}
.calc-modal__counter button:hover {
    background: #f0f0f0;
}
.calc-modal__counter input {
    width: 70px;
    height: 44px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1.1rem;
    outline: none;
}

.calc-modal__divider {
    border: none;
    border-top: 1px solid #eaeaea;
    margin: 15px 0;
}

/* Строки с данными */
.calc-modal__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 1rem;
}
.calc-modal__label {
    color: #555;
}
.calc-modal__value {
    font-weight: 600;
    color: #000;
}
.calc-modal__value--green {
    color: #00b341;
} /* Зеленый цвет для процентов */

.calc-modal__row--total {
    align-items: center;
    margin: 20px 0;
}
.calc-modal__label-total {
    font-weight: 700;
    font-size: 1.1rem;
}
.calc-modal__value-total {
    font-weight: 800;
    font-size: 1.5rem;
    color: #000;
}

/* Синий блок с примечанием */
.calc-modal__note {
    background-color: #f0f7ff;
    border: 1px solid #cce3ff;
    border-radius: 8px;
    padding: 15px;
    font-size: 0.85rem;
    color: #4a5568;
    line-height: 1.4;
}
.calc-modal__note strong {
    color: #0056b3;
}

/* comparison-section */
.comparison {
    overflow-x: hidden;
}

.comparison__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .comparison__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.comparison__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.comparison__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    gap: 8px;
}

.comparison__table-wrap {
    overflow-x: auto;
    width: 100%;
}

.comparison__table {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-items: center;
}

.comparison__table-col {
    padding: 20px;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.comparison__table-col:last-child {
    border-right: 1px solid #b3b3b3;
}

.comparison__table-col.comparison__table-col--2 {
    background: linear-gradient(270deg, rgba(242, 109, 196, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.comparison__table-col.comparison__table-col--2 .comparison__subtitle {
    font-weight: 700;
}

.comparison__table-col.comparison__table-col--2 .comparison__table-item {
    font-weight: 700;
}

.comparison__table-row--1 .comparison__table-col {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.comparison__table-col.comparison__table-col--bg-black {
    background-color: #000000;
}

.comparison__table-head-title {
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.comparison__subtitle.comparison__subtitle--icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comparison__subtitle.comparison__subtitle.comparison__subtitle--icon::before {
    content: "";
    position: relative;
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: url("../../assets/images/icon/marker-cross.svg") no-repeat center;
}

.comparison__table-row {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    grid-column: 1 / -1;
}

.comparison__table-list {
    padding: 0;
    margin: 0;
}

.comparison__table-item {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comparison__table-item::before {
    content: "";
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../../assets/images/icon/marker.svg") no-repeat center;
}

/* control-process */
.control-process__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .control-process__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.control-process__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}

@media (min-width: 1200px) {
    .control-process__title {
        margin: 0 0 50px 0;
        max-width: 750px;
    }
}

.control-process__title span {
    color: #f26dc4;
}

.control-process__list {
    margin: 0 0 50px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
}

@media (min-width: 1200px) {
    .control-process__list {
        margin: 0 0 70px;
    }
}

.control-process__list::before {
    content: "";
    width: 4px;
    background-color: #7651e6;
    position: absolute;
    left: 42px;
    top: 23px;
    bottom: 20%;
}

@media (min-width: 585px) {
    .control-process__list::before {
        bottom: 16%;
    }
}

.control-process__item {
    list-style: none;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 40px;
    align-items: start;
    justify-content: start;
}

.control-process__item h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.control-process__item p {
    grid-column: 2 / 3;
}

.control-process__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 8px;
    background-color: #7651e6;
    grid-row: 1 / 3;
}

.control-process__subtitle {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
}

.control-process__equipment-list {
    display: grid;
    grid-template-columns: repeat(1, auto);
    row-gap: 20px;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
}

@media (min-width: 479px) {
    .control-process__equipment-list {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        column-gap: 30px;
    }
}
@media (min-width: 1200px) {
    .control-process__equipment-list {
        grid-template-columns: repeat(4, auto);
    }
}

.control-process__equipment-item {
    width: 215px;
    list-style: none;
    background: #7651e6;
    padding: 20px;
    border-radius: 20px;
}
.control-process__equipment-title {
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    margin: 0 0 10px 0px;
    text-align: center;
}
.control-process__equipment-desc {
    color: var(--white);
    text-align: center;
}

/*  guarantees-section */
.guarantees {
    background-color: #000000;
}
.guarantees__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .guarantees__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
        justify-content: center;
    }
}

.guarantees__head-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 30px 0;
}

.guarantees__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 30px;
}

@media (min-width: 1200px) {
    .guarantees__list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
}

.guarantees__item {
    max-width: 390px;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guarantees__title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: var(--white);
    margin: 0 0 10px 0;
}
.guarantees__paragraph {
    color: var(--white);
    opacity: 0.8;
    text-align: center;
}

@media (min-width: 1200px) {
    .guarantees__paragraph {
        max-width: 390px;
    }
}

.guarantees__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background-color: #f26dc4;
    border-radius: 30px;
    margin: 0 0 20px 0;
}

/* result-section */
.result__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .result__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.result__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.result__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    width: 100%;
    max-width: 600px;
}

.result__list {
    display: grid;
    grid-template-columns: minmax(320px, 1fr);

    align-items: center;
    margin: 0;
    padding: 0;
    gap: 40px;
}

@media (min-width: 700px) {
    .result__list {
        grid-template-columns: repeat(2, minmax(200px, 400px));
    }

    .result__item:nth-child(3) {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .result__list {
        grid-template-columns: repeat(3, minmax(200px, 400px));
    }
}
.result__item {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    background: #1e102a;
    padding: 30px 40px 30px 40px;
    border-radius: 20px;
}

.result__item-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.result__image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    background-color: #7651e6;
    border-radius: 8px;
    margin: 0 0 25px 0;
}

.result__subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    width: 300px;
    color: white;
    text-transform: uppercase;
}
.result__sublist {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.result__subitem {
    list-style: none;
    color: #ffffff;
    font-size: 14px;
    display: grid;
    grid-template-columns: 12px auto;
    align-items: start;
    gap: 10px;
}

.result__subitem::before {
    content: "";
    position: relative;
    display: block;
    width: 13px;
    top: 7px;
    height: 13px;
    background: url("../../assets/images/icon/marker.svg") no-repeat;
}

/* cost-section */
.cost__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .cost__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.cost__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.cost__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    width: 100%;
    max-width: 700px;
}
.cost__promo-wrap {
    border-radius: 15px;
    display: grid;
    grid-template-columns: minmax(300px, 1200px);
    background: linear-gradient(
        35deg,
        rgba(204, 100, 207, 1) 0%,
        rgba(118, 81, 230, 1) 50%,
        rgba(113, 48, 194, 1) 100%
    );
}
/* 
@media (min-width: 1200px) {
    .cost__promo-wrap {
        grid-template-columns: minmax(400px, 1200px);
    }
} */

.cost__promo-inner-wrap {
    padding: 20px;
}

@media (min-width: 998px) {
    .cost__promo-inner-wrap {
        padding: 30px;
    }
}

.cost__promo-main-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 10px 0;
}

.cost__promo-image {
    margin: 0 0 20px 0;
}

@media (min-width: 500px) {
    .cost__promo-image {
        margin: 0 0 40px 0;
    }
}

.cost__promo-paragraph {
    color: var(--white);
    align-self: flex-start;
    font-weight: 600;
}

@media (min-width: 500px) {
    .cost__promo-paragraph {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .cost__promo-paragraph {
        font-size: 30px;
        font-weight: 700;
    }
}

.cost__promo-big-paragraph {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    align-self: flex-start;
    color: var(--white);
}

@media (min-width: 500px) {
    .cost__promo-big-paragraph {
        font-size: 36px;
    }
}
@media (min-width: 992px) {
    .cost__promo-big-paragraph {
        font-size: 50px;
    }
}

.cost__list {
    margin: 0 0 20px 0;
    padding: 0 0 0px 30px;
    font-weight: 200;
}

.cost__list li br {
    display: none;
}

@media (min-width: 500px) {
    .cost__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(auto, 300px));
        padding: 0;
    }

    .cost__list li:last-child {
        margin-right: 0;
    }

    .cost__list li br {
        display: block;
    }
}

@media (min-width: 768px) {
    .cost__list {
        grid-template-columns: repeat(3, minmax(auto, 400px));
    }
}

@media (min-width: 998px) {
    .cost__list {
        grid-template-columns: 330px 403px auto;
    }
}

.cost__list li {
    color: var(--white);
}

@media (min-width: 500px) {
    .cost__list li {
        margin-right: 30px;
        padding-right: 30px;
        font-size: 14px;
        list-style: none;
        border-right: 1px solid #b3b3b3;
    }
}
@media (min-width: 500px) {
    .cost__list li:last-child {
        margin-right: 0;
        border-right: 0;
    }
}

@media (min-width: 768px) {
    .cost__list li {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .cost__list li {
        font-size: 24px;
        font-weight: 400;
    }
}
.cost__promo-bottom-wrap {
    background-color: #000000;
    border-radius: 0 0 15px 15px;
    padding: 15px;
}

.cost__promo-bottom-paragraph {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .cost__promo-bottom-paragraph {
        font-size: 22px;
    }
}

/* action-section */
.action__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1200px) {
    .action__inner-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.action__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.action__deskription {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-weight: 500;
}
.action__advice-link {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    padding: 15px;
    background-color: #7651e6;
    color: var(--white);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.action__advice-link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.action__link-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px 0;
}

@media (min-width: 585px) {
    .action__link-wrap {
        flex-direction: row;
        gap: 40px;
    }
}
.action__link {
    display: flex;
    align-items: center;
    color: #000000;
    gap: 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
}

.action__link::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: -7px;
    top: -7px;
    width: 54px;
    height: 54px;
    background-color: #f26dc4;
    border-radius: 15px;
}

.partners {
    background-color: #ffffff; /* Белый фон секции */
    padding-top: 60px;
    padding-bottom: 80px;
}

.partners__grid {
    display: grid;
    /* Создаем ровно 3 колонки одинаковой ширины */
    grid-template-columns: repeat(3, 1fr);
    /* Отступы между логотипами */
    gap: 40px 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Фиксированная высота контейнера, чтобы все ряды были ровными */
    height: 120px;
    padding: 10px;
    transition: transform 0.3s ease;
}

.partners__item img {
    /* Логотип занимает максимум места, но не искажается */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Делаем их чуть приглушенными, как в современном дизайне */
    opacity: 0.8;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.partners__item:hover img {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .partners__grid {
        /* На телефонах перестраиваем в 2 колонки */
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .partners__item {
        height: 80px;
    }
}

.tech-features {
    background-color: #fcfbfe;
    padding: 80px 0;
}

.tech-features__header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tech-features__title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tech-features__desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.tech-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(118, 81, 230, 0.05);
    transition: all 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(118, 81, 230, 0.1);
    border-color: rgba(118, 81, 230, 0.2);
}

.tech-card__icon {
    width: 60px;
    height: 60px;
    background: rgba(118, 81, 230, 0.1);
    color: #7651e6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tech-card__icon svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.tech-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.tech-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-card__list li {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}

.tech-card__list li::before {
    content: "•";
    color: #f26dc4;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.tech-card__list li strong {
    color: #2c2933;
    font-weight: 700;
}

.tech-card__text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Стили для дизайна карточки товара (Уплотненный вид) */
.solution__title {
    margin-bottom: 2.5rem !important;
}

/* Блок с изображениями */
.card-details__block-image {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.mySwiper2 {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 4/3;
    background: #f8f9fa;
}

.mySwiper {
    box-sizing: border-box;
    padding: 5px 0;
}

.mySwiper .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 4/3;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

/* Правый блок данных */
.custom-product-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 25px rgba(118, 81, 230, 0.06);
    border: 1px solid rgba(118, 81, 230, 0.1);
}

.custom-product-title {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.price-val {
    font-size: 26px;
    font-weight: 800;
    color: #7651e6;
}

.tax-label {
    font-size: 13px;
    color: #888;
    font-weight: 500;
    margin-left: 6px;
}

.subscription-box {
    background: #fcfbfe;
    border-radius: 8px;
    padding: 12px 16px;
    border-left: 3px solid #f26dc4;
    margin-top: 15px;
    margin-bottom: 20px;
}

.subscription-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.subscription-cost {
    font-size: 20px;
    font-weight: 800;
    color: #2c2933;
    margin: 0;
}

/* Стили для конфигурации (вместо кнопок) */
.card-details__title-sizes {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.variation-badge {
    display: inline-block;
    background: #f4f5f7;
    color: #2c2933;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s ease;
    margin-right: 8px;
    margin-bottom: 8px;
}

.variation-badge:hover {
    background: #ebeef2;
}

.variation-badge--current {
    background: rgba(118, 81, 230, 0.1);
    color: #7651e6;
    border-color: rgba(118, 81, 230, 0.3);
}

/* Кнопка купить */
.btn-buy-custom {
    width: 100%;
    background: linear-gradient(90deg, #7651e6 0%, #9b7bff 100%);
    border: none;
    border-radius: 8px;
    padding: 12px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(118, 81, 230, 0.2);
    transition: all 0.3s ease;
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-buy-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(118, 81, 230, 0.3);
    color: white;
    outline: none;
}

/* Калькулятор и Характеристики */
.card-details__specifications-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    margin-top: 15px;
}

.card-details__specifications-label span {
    color: #666;
    font-size: 13px;
}

.card-details__specifications-label p {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.catalog__calculator-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.catalog__calculator-paragraph {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.catalog__counter {
    height: 36px;
}

.catalog__counter button,
.catalog__counter input {
    height: 100%;
    font-size: 14px;
}

/* Улучшенные стили модального окна заказа */
.modal-content-custom {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-header-custom {
    border-bottom: 1px solid #f0f0f0;
    background-color: #fcfbfe;
    border-radius: 12px 12px 0 0;
    padding: 16px 20px;
}

.modal-title-custom {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 18px;
}

.form-control-custom {
    border-radius: 6px;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    transition: all 0.2s ease;
}

.form-control-custom:focus {
    border-color: #7651e6;
    box-shadow: 0 0 0 0.2rem rgba(118, 81, 230, 0.15);
    outline: none;
}

.form-label-custom {
    font-weight: 600;
    font-size: 13px;
    color: #2c2933;
    margin-bottom: 4px;
}

.form-label-required {
    color: #dc3545;
}

.is-invalid-custom {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !important;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(118, 81, 230, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    backdrop-filter: blur(4px);
}

.play-button-overlay.mini {
    width: 30px;
    height: 30px;
}

.play-button-overlay svg {
    width: 24px;
    height: 24px;
}

.play-button-overlay.mini svg {
    width: 16px;
    height: 16px;
}

.hero__image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.8);
}
