.elementor-6259 .elementor-element.elementor-element-80bc3e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;}.elementor-6259 .elementor-element.elementor-element-6a9e609{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:50px;--padding-bottom:50px;--padding-left:100px;--padding-right:100px;}@media(max-width:1600px){.elementor-6259 .elementor-element.elementor-element-6a9e609{--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}}@media(max-width:1200px){.elementor-6259 .elementor-element.elementor-element-6a9e609{--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}}@media(max-width:700px){.elementor-6259 .elementor-element.elementor-element-6a9e609{--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-334209a *//* =========================================================
   HERO-БЛОК СТРАНИЦЫ АКЦИЙ
   ========================================================= */

.ek-hero {
    --ek-hero-navy: #102236;
    --ek-hero-navy-light: #1c344d;
    --ek-hero-orange: #ed4b00;
    --ek-hero-orange-hover: #ff5b0b;
    --ek-hero-white: #ffffff;
    --ek-hero-cream: #f5ede2;
    
    font-family: Montserrat;

    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 670px;
    overflow: hidden;
    color: var(--ek-hero-white);
    background: var(--ek-hero-navy);
    isolation: isolate;
}

.ek-hero,
.ek-hero * {
    box-sizing: border-box;
}

/* Фоновое изображение */

.ek-hero__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: url("/wp-content/uploads/2025/10/task_01k8wy3wp9f10apch9aaz0f0zn_1761907777_img_1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.01);
}

/* Затемнение */

.ek-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            90deg,
            rgba(10, 25, 41, 0.96) 0%,
            rgba(10, 25, 41, 0.91) 37%,
            rgba(10, 25, 41, 0.62) 63%,
            rgba(10, 25, 41, 0.18) 100%
        ),
        linear-gradient(
            180deg,
            rgba(10, 25, 41, 0.12) 0%,
            rgba(10, 25, 41, 0.08) 70%,
            rgba(10, 25, 41, 0.75) 100%
        );
}

/* Декоративное свечение */

.ek-hero::before {
    content: "";
    position: absolute;
    top: -240px;
    left: -160px;
    z-index: -1;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: rgba(237, 75, 0, 0.15);
    filter: blur(120px);
    pointer-events: none;
}

.ek-hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    z-index: -1;
    width: 1px;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    pointer-events: none;
}

/* Основной контейнер */

.ek-hero__container {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.45fr);
    gap: 70px;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    min-height: 670px;
    margin: 0 auto;
    padding: 110px 30px 120px;
}

/* Контент */

.ek-hero__content {
    width: 100%;
    max-width: 850px;
}

.ek-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 21px;
    color: #ff6a28;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ek-hero__eyebrow::before {
    content: "";
    flex: 0 0 auto;
    width: 42px;
    height: 2px;
    border-radius: 10px;
    background: var(--ek-hero-orange);
}

.ek-hero__title {
    max-width: 900px;
    margin-bottom: 27px;
    color: var(--ek-hero-white);
    font-family: inherit;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.ek-hero__description {
    max-width: 690px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.74);
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

/* Преимущества */

.ek-hero__advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 38px;
}

.ek-hero__advantage {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 7px 14px 7px 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ek-hero__advantage-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: var(--ek-hero-white);
    border-radius: 50%;
    background: var(--ek-hero-orange);
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.ek-hero__advantage-text {
    color: rgba(255, 255, 255, 0.88);
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

/* Кнопки */

.ek-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.ek-hero__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 190px;
    min-height: 54px;
    padding: 15px 23px;
    color: var(--ek-hero-white);
    text-decoration: none;
    border-radius: 5px;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ek-hero__button:hover {
    color: var(--ek-hero-white);
    text-decoration: none;
    transform: translateY(-3px);
}

.ek-hero__button:focus {
    color: var(--ek-hero-white);
    text-decoration: none;
}

.ek-hero__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    outline-offset: 4px;
}

.ek-hero__button--primary {
    border: 1px solid var(--ek-hero-orange);
    background: var(--ek-hero-orange);
    box-shadow: 0 13px 34px rgba(237, 75, 0, 0.25);
}

.ek-hero__button--primary:hover {
    border-color: var(--ek-hero-orange-hover);
    background: var(--ek-hero-orange-hover);
    box-shadow: 0 18px 40px rgba(237, 75, 0, 0.34);
}

.ek-hero__button--outline {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ek-hero__button--outline:hover {
    color: var(--ek-hero-navy);
    border-color: var(--ek-hero-white);
    background: var(--ek-hero-white);
}

.ek-hero__button-text {
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.ek-hero__button-arrow {
    position: relative;
    width: 21px;
    height: 10px;
    transition: transform 0.25s ease;
}

.ek-hero__button-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

.ek-hero__button-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.ek-hero__button:hover .ek-hero__button-arrow {
    transform: translateX(4px);
}

/* Правая часть */

.ek-hero__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    padding: 80px 0 12px;
}

.ek-hero__offer {
    width: 100%;
    max-width: 290px;
    padding: 27px 26px 28px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 8px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.13),
            rgba(255, 255, 255, 0.04)
        );
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ek-hero__offer-label {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ek-hero__offer-value {
    margin-bottom: 10px;
    color: var(--ek-hero-white);
    font-family: inherit;
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.055em;
}

.ek-hero__offer-value::first-letter {
    color: var(--ek-hero-orange);
}

.ek-hero__offer-caption {
    max-width: 220px;
    color: rgba(255, 255, 255, 0.7);
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.ek-hero__scroll {
    display: flex;
    align-items: center;
    gap: 13px;
}

.ek-hero__scroll-line {
    position: relative;
    width: 52px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
}

.ek-hero__scroll-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 1px;
    background: var(--ek-hero-orange);
    animation: ekHeroScrollLine 2.2s ease-in-out infinite;
}

.ek-hero__scroll-text {
    color: rgba(255, 255, 255, 0.55);
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

/* Нижняя панель */

.ek-hero__bottom {
    position: absolute;
    right: 30px;
    bottom: 25px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 13px;
    width: calc(100% - 60px);
    max-width: 1380px;
    margin: 0 auto;
}

.ek-hero__bottom-line {
    flex: 1 1 auto;
    height: 1px;
    margin-right: 8px;
    background: rgba(255, 255, 255, 0.16);
}

.ek-hero__bottom-text {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.55);
    font-family: inherit;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ek-hero__bottom-dot {
    flex: 0 0 auto;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ek-hero-orange);
}

@keyframes ekHeroScrollLine {

    0% {
        left: -50%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* =========================================================
   АДАПТИВ ДО 1400 PX
   ========================================================= */

@media (max-width: 1400px) {

    .ek-hero {
        min-height: 620px;
    }

    .ek-hero__container {
        max-width: 1240px;
        min-height: 620px;
        padding: 90px 40px 110px;
    }

    .ek-hero__title {
        font-size: clamp(46px, 5vw, 66px);
    }

    .ek-hero__description {
        max-width: 630px;
        font-size: 17px;
    }

    .ek-hero__aside {
        padding-top: 60px;
    }

    .ek-hero__bottom {
        right: 40px;
        left: 40px;
        width: calc(100% - 80px);
        max-width: 1160px;
    }
}

/* =========================================================
   АДАПТИВ ДО 1200 PX
   ========================================================= */

@media (max-width: 1200px) {

    .ek-hero {
        min-height: 620px;
    }

    .ek-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(10, 25, 41, 0.96) 0%,
                rgba(10, 25, 41, 0.88) 57%,
                rgba(10, 25, 41, 0.42) 100%
            ),
            linear-gradient(
                180deg,
                rgba(10, 25, 41, 0.1),
                rgba(10, 25, 41, 0.72)
            );
    }

    .ek-hero__container {
        grid-template-columns: minmax(0, 1fr) 230px;
        gap: 35px;
        min-height: 620px;
        padding: 82px 30px 105px;
    }

    .ek-hero__title {
        font-size: 52px;
    }

    .ek-hero__description {
        max-width: 570px;
        font-size: 16px;
    }

    .ek-hero__advantages {
        max-width: 650px;
    }

    .ek-hero__aside {
        padding-top: 70px;
    }

    .ek-hero__offer {
        padding: 23px 21px;
    }

    .ek-hero__offer-value {
        font-size: 46px;
    }

    .ek-hero__bottom {
        right: 30px;
        left: 30px;
        width: calc(100% - 60px);
    }
}

/* =========================================================
   АДАПТИВ ДО 700 PX
   ========================================================= */

@media (max-width: 700px) {

    .ek-hero {
        min-height: auto;
    }

    .ek-hero__background {
        background-position: 66% center;
    }

    .ek-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(10, 25, 41, 0.75) 0%,
                rgba(10, 25, 41, 0.93) 45%,
                rgba(10, 25, 41, 0.99) 100%
            );
    }

    .ek-hero::after {
        display: none;
    }

    .ek-hero__container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: auto;
        padding: 78px 16px 90px;
    }

    .ek-hero__content {
        max-width: none;
    }

    .ek-hero__eyebrow {
        margin-bottom: 16px;
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .ek-hero__eyebrow::before {
        width: 28px;
    }

    .ek-hero__title {
        margin-bottom: 20px;
        font-size: 39px;
        line-height: 1.06;
    }

    .ek-hero__title br {
        display: none;
    }

    .ek-hero__description {
        margin-bottom: 26px;
        font-size: 15px;
        line-height: 1.55;
    }

    .ek-hero__advantages {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 30px;
    }

    .ek-hero__advantage {
        width: fit-content;
    }

    .ek-hero__buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ek-hero__button {
        width: 100%;
        min-height: 52px;
    }

    .ek-hero__aside {
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .ek-hero__offer {
        max-width: none;
        margin-top: 28px;
        padding: 21px 20px;
    }

    .ek-hero__offer-label {
        margin-bottom: 12px;
    }

    .ek-hero__offer-value {
        font-size: 42px;
    }

    .ek-hero__scroll {
        display: none;
    }

    .ek-hero__bottom {
        right: 16px;
        bottom: 22px;
        left: 16px;
        gap: 8px;
        width: calc(100% - 32px);
    }

    .ek-hero__bottom-line {
        display: none;
    }

    .ek-hero__bottom-text {
        font-size: 8px;
    }
}

/* Отключение hover на сенсорных устройствах */

@media (hover: none) {

    .ek-hero__button:hover {
        transform: none;
    }
}

/* Уменьшение анимации */

@media (prefers-reduced-motion: reduce) {

    .ek-hero__scroll-line::after {
        animation: none;
    }

    .ek-hero__button,
    .ek-hero__button-arrow {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-af09da2 *//* =========================================================
   СЕТКА АКЦИЙ
   ========================================================= */

.ek-actions {
    --ek-navy: #112235;
    --ek-orange: #ed4b00;
    --ek-orange-hover: #ff5a0a;
    --ek-cream: #f5eee4;
    --ek-white: #ffffff;
    --ek-text: #172330;
    --ek-muted: #6c747c;
    --ek-border: rgba(17, 34, 53, 0.12);
    
    font-family: Montserrat;

    width: 100%;
        radial-gradient(
            circle at 95% 5%,
            rgba(237, 75, 0, 0.06),
            transparent 28%
        ),
        #ffffff;
}

.ek-actions,
.ek-actions * {
    box-sizing: border-box;
}

.ek-actions__container {
    width: 100%;
}

/* Сетка */

.ek-actions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

/* Карточка */

.ek-actions-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--ek-border);
    border-radius: 18px;
    background: var(--ek-white);
    box-shadow:
        0 8px 24px rgba(17, 34, 53, 0.05),
        0 24px 60px rgba(17, 34, 53, 0.04);
    isolation: isolate;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.ek-actions-card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-7px);
    border-color: rgba(237, 75, 0, 0.4);
    box-shadow:
        0 14px 30px rgba(17, 34, 53, 0.08),
        0 30px 70px rgba(17, 34, 53, 0.12);
}

.ek-actions-card:focus {
    color: inherit;
    text-decoration: none;
}

.ek-actions-card:focus-visible {
    outline: 3px solid rgba(237, 75, 0, 0.45);
    outline-offset: 5px;
}

/* Изображение */

.ek-actions-card__media {
    position: relative;
    width: 100%;
    min-height: 280px;
    overflow: hidden;
    background-color: var(--ek-cream);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ek-actions-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.7s cubic-bezier(.2, .75, .25, 1);
}

.ek-actions-card:hover .ek-actions-card__media::before {
    transform: scale(1.07);
}

.ek-actions-card__media--empty {
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0)
        ),
        linear-gradient(
            145deg,
            #c9b79e 0%,
            #eee4d6 42%,
            #bda88e 100%
        );
}

.ek-actions-card__media--empty::after {
    content: "";
    position: absolute;
    inset: 20%;
    z-index: 0;
    opacity: 0.25;
    background:
        repeating-linear-gradient(
            135deg,
            transparent 0,
            transparent 18px,
            rgba(17, 34, 53, 0.18) 18px,
            rgba(17, 34, 53, 0.18) 19px
        );
}

.ek-actions-card__image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(17, 34, 53, 0.34) 0%,
            rgba(17, 34, 53, 0.02) 48%,
            rgba(17, 34, 53, 0.48) 100%
        );
}

/* Метки */

.ek-actions-card__badges {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ek-actions-card__badge,
.ek-actions-card__date {
    display: flex;
    align-items: center;
    min-height: 31px;
    padding: 7px 11px;
    border-radius: 50px;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ek-actions-card__badge {
    color: var(--ek-white);
    background: var(--ek-orange);
    box-shadow: 0 6px 18px rgba(237, 75, 0, 0.28);
}

.ek-actions-card__date {
    color: var(--ek-white);
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(17, 34, 53, 0.58);
}

.ek-actions-card__number {
    position: absolute;
    right: 18px;
    bottom: 12px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.82);
    font-family: inherit;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
}

/* Контент */

.ek-actions-card__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 28px 26px 24px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 1),
            rgba(248, 248, 247, 0.97)
        );
}

.ek-actions-card__top {
    min-width: 0;
}

.ek-actions-card__eyebrow {
    margin-bottom: 12px;
    color: var(--ek-orange);
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ek-actions-card__title {
    margin-bottom: 15px;
    color: var(--ek-text);
    font-family: inherit;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.025em;
    transition: color 0.3s ease;
}

.ek-actions-card:hover .ek-actions-card__title {
    color: var(--ek-orange);
}

.ek-actions-card__excerpt {
    color: var(--ek-muted);
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}

/* Нижняя часть */

.ek-actions-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(17, 34, 53, 0.1);
}

.ek-actions-card__button {
    color: var(--ek-text);
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.ek-actions-card:hover .ek-actions-card__button {
    color: var(--ek-orange);
}

.ek-actions-card__arrow {
    position: relative;
    flex: 0 0 auto;
    width: 41px;
    height: 41px;
    border: 1px solid rgba(17, 34, 53, 0.16);
    border-radius: 50%;
    background: var(--ek-white);
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.ek-actions-card__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--ek-text);
    border-right: 2px solid var(--ek-text);
    transform: translate(-65%, -50%) rotate(45deg);
}

.ek-actions-card__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: var(--ek-text);
    transform: translate(-60%, -50%);
}

.ek-actions-card:hover .ek-actions-card__arrow {
    border-color: var(--ek-orange);
    background: var(--ek-orange);
    transform: translateX(4px);
}

.ek-actions-card:hover .ek-actions-card__arrow::before {
    border-color: var(--ek-white);
}

.ek-actions-card:hover .ek-actions-card__arrow::after {
    background: var(--ek-white);
}

/* Пустой раздел */

.ek-actions__empty {
    padding: 50px 30px;
    text-align: center;
    border: 1px solid var(--ek-border);
    border-radius: 18px;
    background: #faf8f5;
}

.ek-actions__empty-title {
    margin-bottom: 8px;
    color: var(--ek-text);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.ek-actions__empty-text {
    color: var(--ek-muted);
    font-size: 15px;
    line-height: 1.6;
}

/* =========================================================
   ДО 1400 PX
   ========================================================= */

@media (max-width: 1400px) {

    .ek-actions {
        padding: 70px 40px;
    }

    .ek-actions__container {
        max-width: 1240px;
    }

    .ek-actions__grid {
        gap: 20px;
    }

    .ek-actions-card__media {
        min-height: 250px;
    }

    .ek-actions-card__content {
        padding: 26px 23px 22px;
    }

    .ek-actions-card__title {
        font-size: 23px;
    }
}

/* =========================================================
   ДО 1200 PX
   ========================================================= */

@media (max-width: 1200px) {

    .ek-actions {
        padding: 64px 30px;
    }

    .ek-actions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ek-actions-card__media {
        min-height: 290px;
    }

    .ek-actions-card__title {
        font-size: 25px;
    }
}

/* =========================================================
   ДО 700 PX
   ========================================================= */

@media (max-width: 700px) {

    .ek-actions {
        padding: 48px 16px 56px;
    }

    .ek-actions__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ek-actions-card {
        border-radius: 15px;
    }

    .ek-actions-card__media {
        min-height: 260px;
    }

    .ek-actions-card__badges {
        top: 14px;
        left: 14px;
        right: 14px;
    }

    .ek-actions-card__badge,
    .ek-actions-card__date {
        min-height: 29px;
        padding: 7px 10px;
        font-size: 9px;
    }

    .ek-actions-card__number {
        right: 14px;
        bottom: 10px;
        font-size: 42px;
    }

    .ek-actions-card__content {
        padding: 23px 20px 20px;
    }

    .ek-actions-card__title {
        margin-bottom: 13px;
        font-size: 24px;
    }

    .ek-actions-card__excerpt {
        font-size: 14px;
        line-height: 1.55;
    }

    .ek-actions-card__footer {
        margin-top: 22px;
        padding-top: 18px;
    }

    .ek-actions-card__button {
        font-size: 11px;
    }

    .ek-actions-card__arrow {
        width: 39px;
        height: 39px;
    }
}

@media (hover: none) {

    .ek-actions-card:hover {
        transform: none;
    }

    .ek-actions-card:hover .ek-actions-card__media::before {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ek-actions-card,
    .ek-actions-card__media::before,
    .ek-actions-card__title,
    .ek-actions-card__button,
    .ek-actions-card__arrow {
        transition: none;
    }
}/* End custom CSS */