

/* Start:/local/templates/aspro-premier/components/bitrix/catalog/palettes/bitrix/catalog.section.list/palettes/style.css?17810900221091*/
.palettes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.palette-section {
    flex: 0 0 calc(20% - 5em);
    padding: 2em;
    /*background-color: #E7E8EA;*/
    border: 1px solid #e7e8ea;
    background-position: right 16px;
    margin: 10px;
    border-radius: 8px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
    .palette-section {
        flex: 0 0 calc(50% - 6em);
        padding: 2em;
        border: 1px solid #e7e8ea;
        /*background-color: #E7E8EA;*/
        margin: 10px;
        border-radius: 8px;
        background-repeat: no-repeat;
    }
}

.palette-section .bx_catalog_tile_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.palette-section .bx_catalog_tile_title a {
    color: #212B36;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    line-height: 20px;
    margin-top: 0.5em;
    display: block;
}
/* End */
/* /local/templates/aspro-premier/components/bitrix/catalog/palettes/bitrix/catalog.section.list/palettes/style.css?17810900221091 */
