.action-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 80px 0;
}

.action-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    width: 55%;
}

.action-bottom {
    width: 55%;
}

.action-header-tabs {
    display: flex;
    gap: 16px;
    align-items: center;
    max-width: 70%;
    .action-header-tab {
        flex: 1 1;
        padding: 14px;
        color: white;
        border-radius: 6px;
        max-width: 65%;
        .action-header-text {
            font-size: 36px;
            font-weight: 700;
        }
        .action-header-title {
            font-size: 20px;
            font-weight: 600;
        }
    }
    .action-header-tab-date {
        background-color: #26B6EA;
    }
    .action-header-tab-promo {
        background-color: #EB1C24;
    }
}

.action-catalog {
    background-color: #ECF0FF;
    padding: 60px;
}

.action-title {
    font-weight: 700;
    font-size: 38px;
    color: white;
    padding-bottom: 81px;
}

.action-subtitle {
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.action-text {
    font-size: 14px;
}

.action-img {
    border-radius: 16px;
    width: 450px;
}

.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    background-color: #ECF0FF;
    box-shadow: 0 0 18px rgba(66, 66, 66, 0.12);
    border-radius: 10px;
    margin-top: 26px;
    margin-bottom: 60px;
}

.promo-header-title {
    align-self: center;
    padding-left: 40px;
    font-size: 36px;
    font-weight: 700;
}

.promo-header-img {
    position: relative;
    overflow: hidden;
    width: 951px;
    height: 140px;
    background-image: url('/application/client/theme/xpresent/img/promo-header.png');
    background-size: cover;
}

.promo-header__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(236, 240, 255, 0) 57%, rgba(236, 240, 255, 0.8) 100%);
    pointer-events: none;
}

.promo-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    .promo-tab {
        border-radius: 5px;
        padding: 16px;
        background-color: #ECF0FF;
        text-decoration: none;
        color: black;
    }
    .active {
        background-color: #26B6EA;
        color: white;
    }
}

.promo-list {
    display: flex;
    gap: 20px;
    .promo-item {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: start;
        border-radius: 10px;
        text-decoration: none;
        width: 50%;
        padding: 24px;
        min-height: 260px;
        .promo-item-title {
            color: white;
            font-weight: 700;
            font-size: 34px;
            width: 70%;
            margin-bottom: 33px;
        }
        .promo-item-bottom {
            display: flex;
            flex-direction: column;
            padding: 14px;
            border-radius: 5px;
            background-color: #ECF0FF;
            color: #26B6EA;
            .promo-item-text {
                font-size: 18px;
                font-weight: 600;
            }
            .promo-item-date {
                font-size: 30px;
                font-weight: 700;
            }
        }
        &:first-child {
            .promo-item-bottom {
                background-color: #EB1C24;
                color: white;
                /*.promo-item-text {*/
                /*    order: 1;*/
                /*}*/
                /*.promo-item-date {*/
                /*    order: 2;*/
                /*}*/
            }
        }
    }
}

@media (max-width: 992px) {
    .action-header {
        margin-bottom: 20px;
        width: 75%;
    }

    .action-bottom {
        width: 75%;
    }

    .action-header-tabs {
        .action-header-tab {
            .action-header-text {
                font-size: 26px;
                font-weight: 700;
            }
            .action-header-title {
                font-size: 16px;
                font-weight: 600;
            }
        }
    }

    .action-catalog {
        padding: 20px;
    }

    .action-title {
        font-size: 30px;
        padding-bottom: 74px;
    }

    .action-subtitle {
        font-weight: 700;
        font-size: 22px;
    }

    .promo-header {
        margin-bottom: 20px;
    }

    .promo-header-img {
        overflow: hidden;
        position: relative;
        width: 650px;
        height: 90px;
    }

    .promo-header-title {
        padding-left: 20px;
        font-size: 24px;
    }

    .promo-list {
        .promo-item {
            padding: 14px;
            min-height: 150px;
            .promo-item-title {
                font-size: 20px;
            }
            .promo-item-bottom {
                padding: 8px;
                .promo-item-text {
                    font-size: 11px;
                    font-weight: 600;
                }
                .promo-item-date {
                    font-size: 18px;
                    font-weight: 700;
                }
            }
        }
    }
}

@media (max-width: 596px) {
    .action-info {
        margin: 18px 0 50px 0;
    }

    .action-header {
        margin-bottom: 20px;
        width: 100%;
    }

    .action-bottom {
        width: 100%;
    }

    .action-header-tabs {
        .action-header-tab {
            padding: 8px;
            .action-header-text {
                font-size: 18px;
                font-weight: 700;
            }
            .action-header-title {
                font-size: 11px;
                font-weight: 600;
            }
        }
    }

    .action-catalog {
        padding: 13px 0;
    }

    .action-title {
        font-size: 20px;
        padding-bottom: 39px;
    }

    .action-subtitle {
        font-weight: 700;
        font-size: 20px;
    }

    .promo-header-title {
        padding-left: 14px;
        font-size: 22px;
    }

    .promo-header-img {
        overflow: hidden;
        position: relative;
        width: 450px;
        height: 85px;
    }

    .promo-list {
        flex-direction: column;
        .promo-item {
            width: 100%;
        }
    }
}
