

/* Start:/local/templates/megamebel/assets/css/content.css?17745077483701*/
.action_card_long {
    display: flex;
    border-radius: 15px;
    max-height: 270px;
    overflow: hidden;
    margin-bottom: 40px;
}
.action_card_long_container {
    background-color: #1774C9;
    padding: 30px 0 30px 40px;
    width: 31%;
    min-width: 396px;
}
.action_card_long_title {
    width: 90%;
    font-size: 32px !important;
    line-height: 120%;
    font-family: "Noto Sans";
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px !important;
}
.action_card_long_desc {
    font-size: 14px !important;
    line-height: 120%;
    font-family: "Noto Sans";
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px !important;
}
.action_card__button {
    padding: 10px 15px;
    color: #ffffff !important;
    background-color: #0DBC2E;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    transition: transform 0.15s cubic-bezier(.2,.8,.2,1);
}
.action_card__button:hover {
    transform: translateY(-1px);
    text-decoration: none !important;
}
.action_card__button:active{
    transform: translateY(1px);
}

.action_card_long_img {
    width: 69%;
    overflow: hidden;
}
.action_card_long_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
}

.action_card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    align-items: stretch;
    overflow: hidden;
}
.action_card > div {
    border-radius: 15px;
}
.action_card_left {
    padding: 30px 40px;
    border: 1px solid #E2E2E2;
    min-height: 265px;
}
.action_card_left a {
    text-decoration: underline !important;
    margin-bottom: 15px !important;
}
.action_card_left span {
    font-size: 24px;
    font-weight: 700;
}
.action_card_left_title {
    font-size: 32px !important;
    line-height: 120%;
    font-weight: 700;
}
.action_card_right {
    overflow: hidden;
    position: relative;
}
.action_card_right img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.action_discount > .action_card_left {
    background-color: #1774C9;
    color: #FFFFFF;
}
.action_discount a {
    color: #ffffff !important;
}
.banner_mz .action_card_long_container {
    width: 50%;
    padding: 62px 0 62px 40px;
}
.banner_mz .action_card_long_title {
    width: 95%
}
.banner_mz .action_card_long_desc {
    width: 80%
}
.banner_mz .action_card_long_img {
    width: 50%
}
@media (max-width: 960px) {
    .action_card_long_container {
        padding: 20px !important;
        min-width: 0;
    }
    .action_card_long_title, .action_card_left_title {
        font-size: 28px !important;
    }

    .action_card_long {
        flex-direction: column;
        min-height: 520px;
        border-radius: 15px;
    }
    .action_card_long_container {
        width: 100% !important;
    }
    .action_card_long_img {
        width: 100% !important;
    }
    .action_card {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
    .action_card_right img {
        position: relative;
    }
    .action_discount {
        border-radius: 15px;
        gap: 0;
    }
    .action_discount > div {
        border-radius: 0;
    }
    .action_discount img {
        min-height: 580px;
    }
    .action_delivery img {
        display: none;
    }
    .action_card_long_img img {
        max-width: none;
        width: auto;
        height: 100%;
        transform: scale(0.7) translateY(-50%) translateX(-50%);
    }
    .action_card_long_img {
        height: 100%;
        width: auto;

    }
    .banner_mz .action_card_long_img img {
        transform: scale(0.5) translateY(-57%) translateX(-86%);
    }


    
}

/* End */
/* /local/templates/megamebel/assets/css/content.css?17745077483701 */
