

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.min.css?1773753818959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/root_catalog/style.css?17737538263186*/
.catalog-root-section {
    padding: 40px 0 60px;
}

.catalog-root-section__title {
    margin: 0 0 32px;
    text-align: center;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    color: #243248;
}

.catalog-root-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.catalog-root-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.catalog-root-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.catalog-root-card__image-wrap {
    display: block;
    overflow: hidden;
}

.catalog-root-card__image {
    display: block;
    transition: transform .35s ease;
}

.catalog-root-card:hover .catalog-root-card__image {
    transform: scale(1.04);
}

.catalog-root-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.catalog-root-card__title {
    margin: 0 0 8px;
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-root-card__title a {
    text-decoration: none;
    color: #243248;
}

.catalog-root-card__title a:hover {
    color: #d79d35;
}

.catalog-root-card__count {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #8d8d8d;
}

.catalog-root-card__children {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 24px;
}

.catalog-root-card__child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border: 1px solid #e7e7e7;
    background: #fff;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 16px;
    transition: all .2s ease;
}

.catalog-root-card__child span {
    margin-left: 6px;
    color: #999;
}

.catalog-root-card__child:hover {
    color: #d79d35;
    border-color: #d79d35;
}

.catalog-root-card__bottom {
    margin-top: auto;
    text-align: center;
}

.catalog-root-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    background: var(--gray3);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s ease;
}

.catalog-root-card__button:hover {
    background: #d79d35;
}

@media (max-width: 1199px) {
    .catalog-root-section__title {
        font-size: 38px;
    }

    .catalog-root-card__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .catalog-root-section {
        padding: 24px 0 40px;
    }

    .catalog-root-section__title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .catalog-root-section__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .catalog-root-card__content {
        padding: 18px;
    }

    .catalog-root-card__title {
        font-size: 22px;
    }

    .catalog-root-card__child {
        width: 100%;
    }

    .catalog-root-card__button {
        width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.min.css?1773753818959 */
/* /local/templates/main/components/bitrix/catalog.section.list/root_catalog/style.css?17737538263186 */
