

/* Start:/local/templates/marr_ur/components/bitrix/menu/left/style.css?17847039832558*/
.aside-menu-m {
    max-height: 583px;
    overflow-y: auto;
    padding-top: 10px;
    margin-bottom:  40px;
}

.aside-menu-m::-webkit-scrollbar {
    width: 4px;
    background-color: #f9f9fd;
}

.aside-menu-m::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #949393;
}

.aside-menu-m::-webkit-scrollbar-track {
    background-color: transparent;
}

.aside-menu-m__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside-menu-m__list-item-name {
    display: block;
    border-radius: 3px;
    cursor: pointer;
    transition:
            color .1s,
            background-color .1s,
            border-color .1s,
            opacity .1s,
            box-shadow .1s,
            transform .1s;
}

.aside-menu-m__list-item-name.--lvl1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 111%;
    color: #111111;
    padding: 14px 34px 14px 14px;
    position: relative;

}

.aside-menu-m__list-item-name.--lvl1:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .2s;
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="currentColor"/></svg>');
}

.aside-menu-m__list-item.--lvl1.--active .aside-menu-m__list-item-name.--lvl1:after {
    transform: translateY(-50%) rotateX(180deg);
}

.aside-menu-m__list-item-name.--lvl2 {
    padding: 14px;
    font-weight: normal;
    font-size: 14px;
    line-height: 111%;
    color: #111111;
}

.aside-menu-m__list-item-name.--lvl3 {
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding: 14px 15px 14px 25px;
    line-height: 111%;
    color: #111111;
}

.aside-menu-m__list-item.--active.--lvl2 .aside-menu-m__list-item-name.--lvl2,
.aside-menu-m__list-item.--active.--lvl3 .aside-menu-m__list-item-name.--lvl3{
    color: #BA1E1F;
}

.aside-menu-m__list-item-link {
    color: currentColor !important;
}

.aside-menu-m__list-item-name:not(.--lvl1):hover {
    background-color: #BA1E1F;
    color: #FFFFFF !important;
}

.aside-menu-m__list-item-link:hover {
    text-decoration: underline;
}

.aside-menu-m__list-item.--lvl1:not(.--active) .aside-menu-m__list.--lvl2{
    display: none;
}

.aside-menu-m__list-item.--lvl2:not(.--active) .aside-menu-m__list.--lvl3 {
    display: none;
}

/* End */


/* Start:/local/templates/marr_ur/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17847039832103*/
.product-card-m.banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles_list {
    margin-top: 12px;
    grid-gap: 10px;
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: repeat(auto-fill, minmax(201px, auto));
}
.product-item-container {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    padding: 8px 14px 19px 14px;
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    grid-template-areas:
        "art art"
        "image image"
        "name name"
        "count price"
        "button button"
;
}
.sectionItemVendorCode {
    margin: 0 -7px;
    font-size: 12px;
    font-weight: 400;
    color: #A1A1A1;
    display: flex;
    grid-area: art;
    position: relative;
}
.cards-preview-block {
    display: flex;
    padding: 10px 18px;
    background-color: #F6F6F6;
    align-items: center;
}

.cards-preview-block__view-item {
    display: none;
    padding: 5px;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 3px;
    color: #bbb8b8;
    background-color: #F6F6F6;
    transition: background-color .2s;
}

.cards-preview-block__view-item.--active {
    color: #3b3b3b;
}

.cards-preview-block__view-item svg {
    display: block;
}


.cards-preview-block__view-item:hover {
    background-color: #ececec;
}

.cards-preview-block__view-item:first-child {
    margin-left: 0;
}

.cards-preview-block__sort-select-container {
    margin-left: auto;
}
.cards-preview-block__select {
    padding: 6px 12px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 200px;
    margin-left: auto;
}


@media (min-width: 992px) {
    .product-card-m.banner {
        grid-column-start: 3;
        grid-column-end: 5;
    }
}
@media (min-width: 550px) {
    .cards-preview-block__view-item {
        display: block;
    }

}
.catalog-product-cards.--row-view {
    display: block;
}
.--row-view .product-card-m {
    margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/marr_ur/components/bitrix/catalog.item/.default/style.css?177382870613516*/
.catalog-product-cards {
    margin-top: 12px;
    grid-gap: 10px;
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: repeat(auto-fill, minmax(201px, auto));
}

.product-card-m {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    padding: 8px 14px 19px 14px;
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    grid-template-areas:
        "art art"
        "image image"
        "name name"
        "desc desc"
        "count price"
        "button button"
;
}

.is_action_page.product-card-m{
    grid-template-areas:
            "art art"
            "image image"
            "name name"
            "desc desc"
            "count count"
            "price price"
            "button button"
;
}

.product-card-m__art {
    margin: 0 -7px;
    font-size: 12px;
    font-weight: 400;
    color: #A1A1A1;
    display: flex;
    grid-area: art;
    position: relative;
}

.product-card-m__favorite-container {
    width: 25px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;

}

.articles_list_item_desc{
    grid-area:desc;
}
.product-card-m__product-name-container .articles_list_item_desc{
    margin-top: 10px;
}
.product-card-m__favorite-regular {
    color: #D92828;
}

.product-card-m__favorite-regular svg,
.product-card-m__favorite-filled svg {
    display: block;
}

.product-card-m__favorite-filled {
    color: #D92828;
    display: none;
}

.product-card-m__favorite-container:hover .product-card-m__favorite-regular {
    display: none;
}
.product-card-m__favorite-container:hover .product-card-m__favorite-filled {
    display: block;
}

.product-card-m__art-name {
    margin-right: 5px;
}

.product-card-m__tag-container {
    position: absolute;
    left: 7px;
    top: 30px;
    z-index: 1;
}

.product-card-m__tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*position: absolute;*/
    /*top: -4px;*/
    /*left: 0;*/
    /*z-index: 10;*/
}

.product-card-m__tag-item {
    padding: 5px 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 9px;
    color: #ffffff;
    background-color: #19966D;
    font-weight: 800;
    margin-top: 4px;
    border-radius: 0 5px 5px 5px;
}

.product-card-m__tag-item.--yellow {
    background-color: #F3B849;
}

.product-card-m__tag-item:first-child {
    margin-top: 0;
}

.product-card-m__image-container {
    height: 146px;
    width: 100%;
    position: relative;
    grid-area: image;
    margin-top: 25px;
}

.product-card-m__image-text {
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    line-height: 115%;
    letter-spacing: -0.04em;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.product-card-m__image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card-m__product-name-container {
    grid-area: name;
}

.product-card-m__name {
    display: block;
    font-size: 14px;
    line-height: 115%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}


.product-card-m__dimension-container {
    margin-top: 8px;
    grid-area: count;
}

.product-card-m__dimension-name {
    color: #A2A2A2;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.product-card-m__dimension-value {
    white-space: nowrap;
    font-size: 18px;
    line-height: 115%;
    color: #000000;
    margin-top: 2px;
}


.product-card-m__price-container {
    margin-top: 8px;
    grid-area: price;
}

.product-card-m__price-name {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: #A2A2A2;
}

.product-card-m__price-value {
    font-size: 18px;
    line-height: 115%;
    color: #CE0D26;
    margin-top: 2px;
    white-space: nowrap;
}

.btn-buy{
	cursor: pointer;
	padding: 10px;
	border: 1px solid #00714f;
	color: #00714f;
}
.product-item-info-container{
	display: block;
	font-family: PT Serif,serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.08px;
}
.product-item-info-container .product-item-button-container{
	display: inline-flex;
}
.product-item-info-container .btn-default{
	padding: 10px;
	/*border: 1px solid #00714f;*/
	/*color: #00714f;*/
    border: 1px solid #d0021b;
    background-color: #d0021b;
    color: #ffffff;
    border-radius: 2px;
}
.product-item-info-container .btn-default:hover {
    background-color: #ffffff;
    color: #d0021b;
}
.product-item-info-container .btn-link{
	color: #ba1f1f;
}

.product-item-info-container_login {
    background-image: url(/local/templates/marr_ur/img/supermarket.svg);
    padding: 2px 0 0 35px;
    background-position: left center;
    background-size: 26px;
    min-height: 26px;
}

.popup-window.popup-window-with-titlebar {
    width: 100%;
    max-width: 400px;
    padding-bottom: 30px;
}
.popup-window.popup-window-with-titlebar .btn-buy {
    border: 1px solid #d0021b;
    background-color: #d0021b;
    color: #ffffff;
    border-radius: 2px;
}
.popup-window.popup-window-with-titlebar .btn-buy:hover {
    background-color: #ffffff;
    color: #d0021b;
}
.popup-window.popup-window-with-titlebar  p {
    font-weight: 700;
    font-size: 14px;
}
.popup-window-titlebar-text {
    font-size: 18px;
    margin: auto;
    display: block;
    text-align: center;
}
.sale-personal-section-index-block.bx-theme-red {
    margin-right: 2px;
}
a.register, a.register:hover{
	font-weight: 800;
    color: #dd3d3d;
}

.product-item-container ~ .product-item-container{
    /*margin-top: 30px;*/
}

.product-card_btns {
    width: 209px;
    height: 40px;
    display: flex;
    color: #ffffff;
    font-size: 11px;
    border-radius: 25px;
    background-color: #d92828;
    font-family: "OpenSans-SemiBold";
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.buy-btn_price-no .site-btn {
    cursor: initial;
}

.onepage-checkout__field_checkbox {
    display: flex;
    cursor: pointer;
}
.onepage-checkout__radio,
.onepage-checkout__checkbox {
    display: none;
}
.onepage-checkout__radio-fake {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: #FFFFFF;
    border: 2px solid #DEDEDE;
    border-radius: 100%;
}
.onepage-checkout__checkbox-fake {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #F8FAFC;
    border: 2px solid #000;
}
.onepage-checkout__radio-fake:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 100%;
    background-color: #0D7050;
    transform: scale(0);
    transition: transform ease 0.35s;
}
.onepage-checkout__checkbox-fake:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    bottom: 0;
    display: none;
    width: 10px;
    height: 5px;
    margin: auto;
    border: 1px solid #0D7050;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}
.onepage-checkout__radio:checked + .onepage-checkout__radio-fake,
.onepage-checkout__checkbox:checked + .onepage-checkout__checkbox-fake{
    border-color: #0D7050;
}
.onepage-checkout__radio:checked + .onepage-checkout__radio-fake:before {
    transform: scale(1);
}
.onepage-checkout__checkbox:checked + .onepage-checkout__checkbox-fake:before {
    display: block;
}


.product-card-m__buttons {
    margin-top: 8px;
    grid-area: button;
}
.product-card-m__buttons-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d82b2f;
    border-radius: 30px;
    overflow: hidden;
}
.product-card-m__buttons-holder.--pre-order {
    background: #808080;
}
.product-card-m__buttons-holder.--disabled {
    pointer-events: none;
    user-select: none;
}
.product-item-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 80px;
    height: 34px;
    margin: 0 0 0 4px;
    font-size: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    background-color: #fff;
}

@media (min-width: 913px) {
    .product-item-amount {
        display: none;
    }
    .product-card-m:hover .product-item-amount {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
}
.product-item-amount__btn {
    cursor: pointer;
    font-weight: 700;
}
.product-item-amount__btn.--disabled {
    cursor: default;
    pointer-events: none;
    user-select: none;
}
.product-card-m__button-container {
    width: 100%;
}
.product-card-m__button {
    position: relative;
    color: #ffffff;
    display: flex;
    height: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.product-card-m__button:hover {
    color: #ffffff;
}
.product-card-m:hover .product-card-m__buttons-holder:not(.--pre-order) .product-card-m__button:not(.popup__need-register) {
    margin-right: 3px;
}
.product-card-m__button.popup__need-register {
    cursor: pointer;
}
.product-card-m__buttons-holder.--disabled .product-card-m__button::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 128 128'%3E%3Cpath d='M96.1 103.6C85.7 112 72.6 116 59.3 114.7c-10.5-1-20.3-5.1-28.2-11.8H44v-8H18v26h8V109c9.1 7.7 20.4 12.5 32.6 13.6 1.9.2 3.7.3 5.5.3 13.5 0 26.5-4.6 37-13.2 19.1-15.4 26.6-40.5 19.1-63.9l-7.6 2.4c6.4 20.4 0 42.1-16.5 55.4zM103 19.7C81.8 1 49.5-.3 26.9 18.1 7.9 33.5.4 58.4 7.7 81.7l7.6-2.4c-6.3-20.1.2-41.7 16.6-54.9C51.6 8.4 79.7 9.6 98 26H85v8h26V8h-8v11.7z' fill='%23fff'/%3E%3C/svg%3E");
    opacity: 1;
    animation: rotating 1s infinite linear;
}
.product-card-m__buttons-holder.--disabled .product-card-m__button * {
    display: none;
}
.product-card-m__button-icon {
    margin-right: 8px;
    width: 13px;
    height: 18px;
}
.product-card-m__button-icon svg {
    display: block;
}
.product-card-m__button-text {
    font-weight: bold;
    font-size: 10px;
    line-height: 115%;
    text-transform: uppercase;
    color: #FFFFFF;
}
@-webkit-keyframes rotating {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.product-item-amount input{
	border: 0px;
	max-width: 50px;
	text-align: center;
}
.tableView .product-item-info-container.product-item-price-container.sectionItemPriceBlock{
	width: 50%;
	flex-shrink: 0;
	max-width: 100%;
}
.product-item-info-container.product-item-price-container {
	margin-top: 0;
}
.tableView .product-item-info-containerName{
	margin-bottom: 0px;
}
.tableView .sectionItemInfo{
	margin-bottom: 0px;
}
.sorted-list-preview .product-item-price-current {
	color: rgb(208, 2, 27);
	font-family: "PT Serif", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}
.sorted-list-preview .sectionItemQuantityButtonBuy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 427px) {
	.sorted-list-preview .sectionItemQuantityButtonBuy .product-item-info-container {
		margin-top: 11px;
	}
}
.sectionItemQuantityButtonBuy .product-item-info-containerName {
	margin-bottom: 0;
}
@media (min-width: 550px) {
    .--row-view .product-card-m__art {
        margin: 0;
    }
    .--row-view .product-card-m__image-container {
        margin-top: 0;
        height: auto;
    }

    .--row-view .product-card-m__buttons {
        min-width: 190px;
    }

    .--row-view .product-card-m__tag-container {
        top: 7px;
    }

    .--row-view .product-card-m {
        padding: 12px 56px 20px 39px;
        grid-template-rows: 20px 1fr auto;
        grid-template-columns: 122px 1fr auto auto;
        grid-column-gap: 15px;
        grid-row-gap: 5px;
        grid-template-areas:
        'image art count price'
        'image name count price'
        'image name button button'
        ;
    }

}

@media (min-width: 550px) and (max-width: 650px){
    .--row-view .product-card-m {
        padding: 12px 20px 20px 20px;
        grid-template-columns: 100px 1fr auto auto;
    }
}
/* End */


/* Start:/local/templates/marr_ur/components/wp/catalog.favorites.button/.default/style.css?1784703983820*/
.catalog-favor-button{
    width: 25px;
    height: 23px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 10px;
}
.actions-favorites {
    background-image: url(/local/templates/marr_ur/components/wp/catalog.favorites.button/.default/./img/icon-card-like.png);
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.125rem;
    background-size: cover;
    display: block;
}
.actions-favorites:hover {
    background-image: url(/local/templates/marr_ur/components/wp/catalog.favorites.button/.default/./img/card-like-blue.png);
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.125rem;
    background-size: cover;
    display: block;
}
.actions-favorites.added {
    background-image: url(/local/templates/marr_ur/components/wp/catalog.favorites.button/.default/./img/blue-heart.png);
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.125rem;
    background-size: cover;
    display: block;
}
/* End */
/* /local/templates/marr_ur/components/bitrix/menu/left/style.css?17847039832558 */
/* /local/templates/marr_ur/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17847039832103 */
/* /local/templates/marr_ur/components/bitrix/catalog.item/.default/style.css?177382870613516 */
/* /local/templates/marr_ur/components/wp/catalog.favorites.button/.default/style.css?1784703983820 */
