

/* Start:/local/templates/.default/components/ma/catalog/catalog/css/holster.css?17764104683680*/
.l-catalog__holder {
    display: flex;
    flex-wrap: wrap;
}
.l-catalog__aside {
    width: 330px;
    flex-shrink: 0;
    margin-right: 40px;
}
.l-catalog__aside-new {
    width: 292px;
}
.l-catalog-content {
	width: calc(100% - 330px - 40px);
}
.l-catalog-content:only-child {
    width: 100%;
}
.products__groups {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0 -2.5px 40px;
}
.products__groups.hide {
    opacity: 0;
    height: 72px;
    overflow: hidden;
}
.products__groups .products__groups-item,
.products__groups .products__groups-item:visited {
    position: relative;
    display: inline-block;
    padding: 6px 13px;
    margin: 2.5px;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0.25px;
    background-color: var(--site-grey-color);
    color: #313033;
    border: 1px solid var(--site-grey-color--darker);
    border-radius: 8px;
    white-space: nowrap;
    visibility: visible;
    opacity: 1;
    transition: transform 0.1s linear, opacity 0.3s linear 0.1s;
}

.products__groups .products__groups-item.products__groups-item-new,
.products__groups .products__groups-item.products__groups-item-new:visited {
    font-size: 16px;
}

.products__groups-btn-holder {
    display: none;
}
@media (min-width: 1024px) {
    
    .products__groups .products__groups-item.hide {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }
    .products__groups-btn-holder {
        display: flex;
        width: 55px;
        height: 44px;
        padding-left: 2.5px;
    }
}
.products__groups-btn {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.25px;
    background-color: transparent;
    border: none;
    padding: 0 19px 0 0;
    outline: none;
    cursor: pointer;
    color: var(--site-accent-color);
}
/* .products__groups-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px auto;
    background-image: var(--site-arrow-img--accent);
    transform: rotate(90deg);
    margin-top: -5px;
}
.products__groups-btn.active::after {
    transform: rotate(-90deg);
} */
.catalog__description {
    
}
.catalog__description-holder {
    padding-left: calc(330px + 40px);
}
.content__title.content__title-new {
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 7px;
}
@media (max-width: 1439px) {
    .l-catalog__aside {
        width: 290px;
    }
    .l-catalog-content {
        width: calc(100% - 290px - 40px);
    }
    .catalog__description-holder {
        padding-left: calc(290px + 40px);
    }
}
@media (max-width: 1023px) {
    .l-catalog__aside {
        width: 100%;
        margin: 0 0 20px;
    }
    .l-catalog-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .l-catalog-content .products {
        order: inherit;
    }
    .l-catalog-content .pagination {
        order: 3;
    }
    .products__groups {
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin-bottom: 10px;
        overflow-y: auto;
    }
    .catalog__description-holder {
        padding: 0;
    }
    .content__title.content__title-new {
        font-size: 26px;
    }
    .products__groups .products__groups-item.hide {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }
    .products__groups-btn-holder {
        display: flex;
        height: 44px;
        padding-top: 20px;
        margin-left: 8px;
    }
}
/* End */


/* Start:/local/templates/template.main/components/ma/breadcrumb/.default/style.css?17755486591632*/
.breadcrumbs {
	padding: 18px 0 17px;
}
.breadcrumbs:only-child {
    padding-bottom: 0;
}
.breadcrumbs .breadcrumbs__item,
.breadcrumbs .breadcrumbs__item:visited,
.breadcrumbs__separator {
    border: none;
    font-size: 13px;
    line-height: 1.7;
    color: var(--site-grey-color--dark);
    letter-spacing: 0;
}
.breadcrumbs a.breadcrumbs__item:hover {
    color: var(--site-accent-color);
}
.breadcrumbs a.breadcrumbs__item:active {
    color: var(--site-accent-dark-color);
}
.breadcrumbs .breadcrumbs__item--last {
	color: var(--site-default-color);
}
.breadcrumbs__separator {
    display: inline-block;
    margin: 0 10px;
    letter-spacing: 0;
}
@media (max-width: 1023px) {
    .page-holder .breadcrumbs > * {
        display: none;
    }
    .page-holder .breadcrumbs > *:nth-last-child(3) {
        position: relative;
        display: inline-block;
        padding-left: 12px;
        color: var(--site-default-color);
    }
    .page-holder .breadcrumbs > *:nth-last-child(3)::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 2px;
        display: inline-block;
        width: 6px;
        height: 6px;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        border-top: 1px solid var(--site-default-color);
        border-left: 1px solid var(--site-default-color);
        transform: translateY(-50%) rotate(-45deg);
        transition: border-color 0.2s;
    }
    .page-holder .breadcrumbs > *:nth-last-child(3):hover::before {
        border-color: var(--site-accent-color);
    }
}
/* End */


/* Start:/local/templates/.default/components/ma/catalog/catalog/ma/catalog.section.list/list/style.css?17755486582685*/
.section-list.g-menu .ul-deep-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.section-list.g-menu .ul-deep-1 > li {
    position: relative;
	display: flex;
	flex-direction: column;
    width: calc(100% / 4 - 40px);
    margin: 0 20px;
    padding: 30px;
    background-color: var(--site-grey-color);
    border-radius: 8px;
}
.section-list.g-menu .ul-deep-1 > li:nth-child(n+5) {
    margin-top: 40px;
}
.section-list__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
}
.section-list.g-menu .ul-deep-1 .section-list__item-header a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.15px;
    word-break: break-word;
}
.section-list__item-img {
    position: relative;
    width: 68px;
    height: 68px;
    margin-left: 10px;
    flex-shrink: 0;
}
.section-list__item-img picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-list__item-img img {
    max-height: 100%;
}
.section-list.g-menu .ul-deep-1 ul {
    margin-top: 17px;
}
.section-list.g-menu li li:not(:last-child) {
    margin-bottom: 5px;
}
.section-list.g-menu li li a,
.section-list.g-menu li li a:visited {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.1px;
}

@media (max-width: 1439px) {
    .section-list.g-menu .ul-deep-1 > li {
        width: calc(100% / 3 - 40px);
        padding: 20px;
    }
    .section-list.g-menu .ul-deep-1 > li:nth-child(n+4) {
        margin-top: 40px;
    }
}
@media (max-width: 1023px) {
    .section-list.g-menu .ul-deep-1 {
        margin: 0 -5px;
    }
    .section-list.g-menu .ul-deep-1 > li {
        width: calc(100% / 2 - 10px);
        padding: 15px;
        margin: 0 5px;
    }
    .section-list.g-menu .ul-deep-1 ul {
        margin-top: 10px;
    }
    .section-list.g-menu .ul-deep-1 > li:nth-child(n+3) {
        margin-top: 10px;
    }
    .section-list.g-menu .ul-deep-1 .section-list__item-header a {
        font-size: 16px;
    }
}
@media (max-width: 659px) {
    .section-list.g-menu .ul-deep-1 {
        margin: 0;
    }
    .section-list.g-menu .ul-deep-1 > li {
        width: 100%;
        min-height: 100px;
        margin: 10px 0 0;
        padding: 10px 15px;
    }
    .section-list__item-img {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0;
        width: 80px;
        height: 80px;
        opacity: 1;
        flex-shrink: 0;
        margin-left: 20px;
    }
}
/* End */
/* /local/templates/.default/components/ma/catalog/catalog/css/holster.css?17764104683680 */
/* /local/templates/template.main/components/ma/breadcrumb/.default/style.css?17755486591632 */
/* /local/templates/.default/components/ma/catalog/catalog/ma/catalog.section.list/list/style.css?17755486582685 */
