

/* Start:/local/templates/.default/components/ma/catalog/catalog/css/holster.css?17732039513640*/
.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;
    margin: 0 -2.5px 37.5px;
}
.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: 20px;
    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;
}
@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/.default/components/ma/catalog/catalog/css/sort-bar.css?177269569610780*/
.products__panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.products__temaplte {
	display: flex;
}
.catalog .products__temaplte .products__temaplte-item,
.catalog .products__temaplte .products__temaplte-item:visited {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
    line-height: 1.55;
    text-align: center;
    letter-spacing: 0.25px;
	margin: 0;
	border: none;
	color: var(--site-grey-color--dark);;
	flex-shrink: 0;
}
.catalog .products__temaplte .products__temaplte-item:hover,
.catalog .products__temaplte .products__temaplte-item.selected {
    color: var(--site-default-color);
}
.catalog .products__temaplte .products__temaplte-item:last-child {
	margin-left: 30px;
}
.products__temaplte-item svg {
	display: block;
	fill: var(--site-grey-color--dark);
	margin-right: 10px;
	transition: fill 0.2s;
}
.products__temaplte-item:hover svg {
	fill: var(--site-default-color);
}
.products__temaplte-item.selected svg {
	fill: var(--site-accent-color);
}

.products__sort {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--site-grey-color--dark);
}

.products__sort .g-custom-select__title,
.products__sort .g-custom-select__list {
    border-color: var(--site-grey-color--darker);
    color: var(--site-default-color);

}
.products__sort .g-custom-select__title {
    background: var(--site-grey-color);
    transition:  background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.items-count-block {
    width: 100%;
}
.g-custom-select__title.products__sort-select__title {
    padding: 8px 32px 8px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    max-height: 32px;
    border: none;
    border-radius: 8px;
    background-color: var(--site-grey-color);
}
.g-custom-select__title.products__sort-select__title::after {
    background-image: var(--site-arrow-img);
    top: 12px;
    right: 12px;
    width: 8px;
    height: 10px;
    background-size: auto;
    transform: rotate(90deg)
}
.g-custom-select.open .g-custom-select__title.products__sort-select__title::after {
    transform: rotate(-90deg);
    background-image: var(--site-arrow-img--accent);
}
.g-custom-select.open .g-custom-select__title.products__sort-select__title {
    background-color: var(--site-grey-color) !important;
    color: var(--site-accent-color);
}
.g-custom-select.open .g-custom-select__list.products__sort-select__list {
    right: auto;
    left: 0;
    min-width: 200px;
    margin-top: 8px;
    border: 1px solid var(--site-grey-color--darker);
    border-radius: 8px;
    padding: 12px;
}
.g-custom-select__item.products__sort-item {
    display: flex !important;
    align-items: center;
    gap: 4px;
    margin-bottom: 0 !important;
    padding-top: 4px;
    padding-bottom: 4px;
}
.g-radio.products__sort-list__item-radio {
    appearance: none;
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--site-grey-color--darker);
    background-color: var(--site-grey-color);
}
.g-radio.products__sort-list__item-radio:checked {
    border: 4px solid var(--site-accent-color);
}
.products__sort .g-custom-select__title:hover {
    background-color: var(--site-grey-color--darker);
    border-color: var(--site-grey-color--darker);
}
.products__sort .g-custom-select.open .g-custom-select__title {
    background-color: var(--site-light-color);
    border-color: var(--site-grey-color--darker);
}
.products__sort .g-custom-select__list {
    background-color: var(--site-light-color);
}
.products__sort .g-custom-select .g-custom-select__item,
.products__sort .g-custom-select .g-custom-select__item:visited {
	color: var(--site-default-color);
}
.products__sort-mobile-text {
    pointer-events: none;
}
.products__filters {
	display: flex;
	align-items: center;
}
.products__filters .products__filters-item.selected{
    padding-right: 30px;
    position: relative;
}
.products__filters .products__filters-item.selected:after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 2px;
    height: 12px;
    background-color: var(--site-light-color);
    margin-top: -6px;
}
.products__filters .products__filters-item.selected::before {
    transform: rotate(45deg);
   content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 2px;
    height: 12px;
    background-color: var(--site-light-color);
    margin-top: -6px;
}
.products__filters .products__filters-item,
.products__filters .products__filters-item:visited {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    padding: 12px 19px;
    margin: 0 5px;
    border: 1px solid;
    border-radius: 20px;
    transition: background 0.3s ease-out, color 0.3s ease-out;
}
.products__filters .products__filters-item--novinka,
.products__filters .products__filters-item--novinka:visited {
	border-color: #1DB22E;
	color: #1DB22E;
}
.products__filters .products__filters-item--novinka:hover,
.products__filters .products__filters-item--novinka:active,
.products__filters .products__filters-item--novinka.selected {
	color: #fff;
	background-color:  #1DB22E;
}
.products__filters .products__filters-item--khit,
.products__filters .products__filters-item--khit:visited {
	border-color: #FF7200;
	color: #FF7200;
}
.products__filters .products__filters-item--khit:hover,
.products__filters .products__filters-item--khit:active,
.products__filters .products__filters-item--khit.selected {
	color: #fff;
	background-color: #FF7200;
}
.products__filters .products__filters-item--skidka,
.products__filters .products__filters-item--skidka:visited {
	border-color: #EE021C;
	color: #EE021C;
}
.products__filters .products__filters-item--skidka:hover,
.products__filters .products__filters-item--skidka:active,
.products__filters .products__filters-item--skidka.selected {
	color: #fff;
	background-color: #EE021C;
}

.elements-count {
    display: flex;
    align-items: center;
}
.elements-count__holder {
    display: flex;
}
.elements-count__title {
    margin-right: 20px;
}
.elements-count .elements-count__item,
.elements-count .elements-count__item:visited {
    display: inline-flex;
    min-width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    padding: 0 10px;
    margin: 0 -1px 0 0;
    border: 1px solid var(--site-grey-color--darker);
    background-color: var(--site-grey-color);
    transition: background 0.2s, color 0.2s;
}
.elements-count .elements-count__item:first-child {
    border-radius: 4px 0 0 4px;
}
.elements-count .elements-count__item:last-child {
    border-radius: 0 4px 4px 0;
}
.elements-count .elements-count__item.active {
    background-color: var(--site-accent-color);
    color: #fff;
}
.products__filter-btn {
    display: none;
}
.products__filter-btn svg {
    fill:  #fff;
    width: 16px;
    height: 16px;
}
@media (max-width: 1151px) {
    .catalog .products__temaplte .products__temaplte-item,
    .catalog .products__temaplte .products__temaplte-item:visited {
        font-size: 0;
        line-height: 0;
    }
    .products__temaplte-item.selected svg {
        margin: 0;
    }
    .catalog .products__temaplte .products__temaplte-item:last-child {
        margin-left: 20px;
    }
}
@media (max-width: 1023px) {
    .products__filters {
        display: none;
    }
    .products__temaplte {
        display: none;
    }
    .products__groups {
        order: 0;
    }
    .products__panel {
        margin: 0 0 20px;
    }
    .paginations {
        order: 3;
    }
    .products__sort,
    .products__filter-btn {
        width: calc(50% - 10px);
    }
    .products__sort .g-custom-select__title {
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        letter-spacing: 0.1px;
    }
    .products__filter-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(50% - 10px);
        height: 50px;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.1px;
        color: #FFFFFF;
        background-color: var(--site-accent-color);
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    .l-catalog__aside {
        display:none;
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        max-width: 320px;
        /* max-height: 100vh; */
        overflow: hidden;
        background-color: #fff;
        transform: translateX(110%);
        transition: transform .3s;
        z-index: 700;
    }
    .l-catalog__aside.show {
        display: block;
        transform: translateX(0)
    }
    .elements-count {
        display: none;
    }
}
@media (max-width: 659px) {
    .l-catalog__aside {
        max-width: 100%;
    }
    .g-dashed-link {
        display: none;
    }
    .products__filter-btn {
        width: 36px;
        height: 32px;
        padding: 6px 8px;
    }
    .products__sort-text {
        display: none;
    }
    .products__sort-select.g-custom-select {
        width: 36px;
        height: 32px;
    }
    .g-custom-select__title.g-dashed-link.products__sort-select__title-old  {
        width: 36px;
        height: 32px;
        padding: 8px 6px;
    }
    .g-custom-select__title.products__sort-select__title::after,
    .g-custom-select__title.products__sort-select__title-old::after {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 5.83337H16.25M3.75 10H12.0833M3.75 14.1667H7.08333' stroke='%2398979D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 20px;
        height: 20px;
        background-size: auto;
        transform: rotate(0deg);
        top: 6px;
        right: 6px;
    }
    .g-custom-select__title.products__sort-select__title-old::after{
        right: 7px;
    }
    .items-count-block {
        display: none;
    }
    .products__panel {
        gap: 8px;
        justify-content: start;
    }
    .products__sort-mobile-text {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/template.main/components/ma/breadcrumb/.default/style.min.css?16233873261214*/
.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 .2s} .page-holder .breadcrumbs>*:nth-last-child(3):hover::before{border-color:var(--site-accent-color)}}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.show_message/.default/style.min.css?165830376251*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/.default/components/ma/catalog/catalog/css/holster.css?17732039513640 */
/* /local/templates/.default/components/ma/catalog/catalog/css/sort-bar.css?177269569610780 */
/* /local/templates/template.main/components/ma/breadcrumb/.default/style.min.css?16233873261214 */
/* /local/templates/.default/components/bitrix/system.show_message/.default/style.min.css?165830376251 */
