

/* Start:/local/templates/lecreme_2026/components/bitrix/news.list/action/style.css?17806677272485*/
.action__grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .action__grid {
        margin-top: 20px;
    }
}

.action__grid-item {
    flex: 30%;
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.action__grid-item img {
    max-width: 100%;
}

.action__grid-item img.img--desktop {
    display: block;
}

.action__grid-item img.img--mobile {
    display: none;
}

.action .action__maintitle {
    margin: 40px auto;
    /*color: #C7AAB1;*/
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    /*font-family: 'Roboto', sans-serif !important;*/
    font-family: 'Forum', serif;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1.92px;
}

.action__grid-item .textwrapper {
    /*text-rendering: optimizeSpeed;*/
    margin-bottom: 15px;
    padding: 0;
    padding-top: 17px;
    text-align: left;
    /*font-family: 'Roboto', sans-serif !important;*/
    line-height: 1.5;
    letter-spacing: .02em;
    min-height: 100px;
}

.action__grid-item .textwrapper__title {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 16px;
    /*color: #c594a0;*/
}

.action__grid-item .textwrapper__desc {
    padding-top: 8px;
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

.action__grid-item .btnwrapper__btn {
    display: inline-block;
    height: 49px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 40px;
    padding: 13px 15px;
    border: none;
    white-space: nowrap;
    color: #fff;
    background-color: #C7AAB1;
    text-transform: uppercase;
    text-align: center;
    transition: .3s;
}

.action__grid-item .btnwrapper__btn:hover {
    background-color: #A4878B;
    text-decoration: none;
}

.action__grid a:hover {
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .action__grid-item {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .action__grid-item {
        flex: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .action .action__maintitle {
        margin: 20px auto;
        font-size: 24px;
    }

    .action__grid-item img.img--desktop {
        display: none;
    }

    .action__grid-item img.img--mobile {
        display: block;
        width: 100%;
    р: ф;
        height: 100;
    }

    .action__grid-item .textwrapper {
        height: auto;
        min-height: auto;
    }
}
/* End */
/* /local/templates/lecreme_2026/components/bitrix/news.list/action/style.css?17806677272485 */
