

/* Start:/local/templates/m1/components/bitrix/catalog.section.list/custom_catalog_block/style.css?17504046801101*/
.catalog_title a {
    color: #333;
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    min-height: 62px;
    display: flex;
    max-width: 180px;
    align-items: center;
}

.catalog_block {
    position: relative;
    overflow: hidden;
}

.catalog_title img {
    position: absolute;
    top: -40px;
    right: -10px;
    max-width: 166px;
    max-height: 166px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog_block .catalog_page {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog_block .catalog_page a {
    color: #333333;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    transition: .3s;
}

.catalog_block .catalog_page a:hover {
    color: #354F9C;
}

.catalog_page_link span{
    display: flex;
    margin: auto 0;
}

.catalog_page_link {
    color: #999;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.catalog_block a {
    transition: .3s;
}

.catalog_block a:hover {
    text-decoration: none;
    color: #354F9C;
}
/* End */
/* /local/templates/m1/components/bitrix/catalog.section.list/custom_catalog_block/style.css?17504046801101 */
