

/* Start:/bitrix/templates/mirpack_new/components/bitrix/catalog/eshop_mp/style.css?167396084045838*/
.catalog-page .catalog-page__image-list {
    margin-top: 0;
    margin-bottom: 20px;
}
.catalog-page__block {
    margin-bottom: 30px;
}
.catalog-page__show-more {
    margin-top: 20px;
}
.catalog-page {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

       -moz-flex-wrap: wrap;
         -o-flex-wrap: wrap;
}
.catalog-page__products {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;

       -moz-flex: 0 0 100%;
         -o-flex: 0 0 100%;
}
.section--catalog-page {
    padding: 8px 0 0;
}
.section--catalog-page p~ .catalog-page {
    margin-top: 20px;
}
.catalog-page__price {
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #27b243;
}
.catalog-page__price .btn {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .catalog-page__price {
        display: flex;
        align-items: center;
    }
    .section--meshki .catalog-page__price {
        width: 80%;
    }
    .catalog-page__price .btn {
        margin-right: 40px;
        margin-bottom: 0;
    }
}
.catalog-page__nav {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
        align-items: center;
    justify-content: space-between;
    margin-top: 20px;

    -ms-align-items: center;
}
.catalog-page__nav-item {
    font-size: 14px;
}
.seo-container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
}
.section.section--promo {
    padding-bottom: 12px;
}
.seo-container.collapsed {
    overflow: hidden;
    height: 200px;
    transition: height 1s ease;
}
.seo-container.collapsed:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 6em;
    content: "";
    pointer-events: none;
    background:    -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background:      -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background:     -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background:         linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.seo-descr__row {
    margin-bottom: 25px;
}
.seo-descr p,
.seo-descr li {
    font-size: 14px;
}
.product-item-detail-info-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
}
/* PREVIEW CSS NEW */
span.catalog__avail-text {
    display: flex;
    align-items: center;
}
span.catalog__avail-text_cub span {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: #888;
}
span.catalog__avail-text_cub {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
p.catalog__avail-price {
    order: 2;
}
.product-card__info span.catalog__avail-text_cub {
    margin-top: 0;
    margin-bottom: 0;
}
.catalog__avail.under_order span.catalog__avail-text_cub span:first-of-type {
    background: #9400d3;
}
.catalog__avail.in_stock span.catalog__avail-text_cub span {
    background: #27b243;
}
.catalog__avail.dost span.catalog__avail-text_cub span:nth-child(-n+2) {
    background: #f90;
}
.catalog__avail.malo span.catalog__avail-text_cub span:first-child {
    background: #e40029;
}
.catalog__avail.not_avail span.catalog__avail-text_cub span {
    background: #888;
}
.catalog__avail.under_order .catalog__avail-text_cub {
    display: none;
}
.catalog__avail .catalog__avail-text:first-of-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-right: 10px;
 }
 .catalog--def .catalog__avail:not(.under_order) .catalog__avail-text:first-of-type {
    display: none;
}
.catalog__avail.under_order span.catalog__avail-text {
    color: #9400d3;
}
.item-details-list_wrapper {
    font-size: 12px;
    margin-top: 6px;
    color: #000;
}
.catalog--wide .item-details-list_wrapper {
    display: none;
}
.item-details-list_wrapper p:not(:last-child) {
    margin-bottom: 2px;
}
.item-details-list_wrapper .lbl {
    color: #888;
}
/* PREVIEW END NEW CSS */
.section--catalog {
    padding-bottom: 100px;
}
.section--catalog .section__inner {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
}
.catalog {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -4px;

       -moz-flex-wrap: wrap;
         -o-flex-wrap: wrap;
}
.catalog--wide,
.catalog--full {
    margin: 0;
}
.catalog__item {
    display: flex;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 4px;

       -moz-flex: 0 0 20%;
         -o-flex: 0 0 20%;
}
@media(min-width: 992px) {
    .filter-exists .catalog__item {
        display: flex;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        width: 25%;
        max-width: 25%;

        -moz-flex: 0 0 25%;
            -o-flex: 0 0 25%;
    }
}
.catalog__item-inner {
    position: relative;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    flex: 1;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #cfcfcf;
    background: #fff;

       -moz-flex-direction: column;
         -o-flex-direction: column;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.catalog__item:hover .catalog__item-inner {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}
.catalog__body {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-grow: 1;
    padding: 0 10px;

       -moz-flex-direction: column;
         -o-flex-direction: column;
}
.catalog__image {
    position: relative;
    display: block;
    height: 97px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
}
a.catalog__image {
    height: 120px;
    margin: 30px 0 0;
    cursor: pointer;
}
.catalog__image:after {
    position: absolute;
    right: 10px;
    bottom: -20px;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
}
.catalog__image2 {
    position: relative;
    display: block;
    height: 97px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
}
.catalog__art {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.catalog__link {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #000;
}
.catalog__link:hover {
    text-decoration: none;
    color: #000;
}
.catalog__controll {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
        align-items: center;
    justify-content: space-between;
    margin-top: auto;

    -ms-align-items: center;
}
.catalog__actions {
    margin-top: 15px;
    padding: 0 10px 10px 10px;
}
.catalog .catalog__actions-in-cart {
    display: flex;
    border: none;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.catalog .catalog__actions-in-cart:hover {
    background-color: #f90;
}
.catalog__price {
    font-size: 18px;
    line-height: 24px;
}
.catalog__labels {
    font-family: "Roboto", sans-serif;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    flex-wrap: wrap;
    padding: 10px;
    max-width: 200px;
}
.catalog__label {
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 6px;
    border-radius: 2px;
}
.catalog__avail {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    color: #333;
}
.catalog__avail p {
    font-size: 16px;
}
@media (max-width: 768px) {
    .catalog__avail p {
        font-size: 12px;
    }
}
.catalog__avail.in_stock {
    position: relative;
    color: #1c9331;
}
.catalog__avail.in_stock:after {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    content: "";
    background-image: url(/bitrix/templates/mirpack_new/images/icon-check-green.svg);;
    -webkit-background-size: 14px;
            background-size: 14px;
}
.catalog__avail.not_avail {
    color: red;
}
.catalog__avail.in_process {
    color: blue;
}
.catalog__avail.soon {
    color: orangered;
}
.catalog__avail.sold {
    color: darkviolet;
}
.catalog__avail.under_order {
    color: deepskyblue;
}
.catalog__label:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    a.catalog__image {
        height: 85px;
    }
    .catalog__item {
        -webkit-flex: 0 0 33.333%;
            -ms-flex: 0 0 33.333%;
                flex: 0 0 33.333%;
        width: 33.333%;
        max-width: 33.333%;

           -moz-flex: 0 0 33.333%;
             -o-flex: 0 0 33.333%;
    }
}
@media (max-width: 767px) {
    .catalog-page__nav {
            align-items: flex-start;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-top: 20px;

           -moz-flex-direction: column-reverse;
             -o-flex-direction: column-reverse;
        -ms-align-items: flex-start;
    }
    .catalog-page__nav-item {
        padding: 5px 0;
    }
    .catalog__item {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        width: 50%;
        max-width: 50%;

           -moz-flex: 0 0 50%;
             -o-flex: 0 0 50%;
    }
    .catalog__link {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 425px) {
    .catalog__controll .sccol--size-sm {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin-top: 5px;
    }
}
/* product-modal */

.product-modal {
    width: 700px;
    max-width: 100%;
    padding: 7px 5px;
}
.product-modal__title {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-bottom: 22px;
}
.product-modal__content {
    width: 100%;
    margin: 0 auto;
}
.product-modal__title:after {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    content: "";
    background-image: url(/bitrix/templates/mirpack_new/components/bitrix/catalog/eshop_mp/images/icon-check-green.svg);
}
.product-modal__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
}
.product-modal__name {
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
}
.product-modal__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-modal__buttons a,
.product-modal__buttons button {
    font-weight: 500;
    width: 100%;
    margin: 10px 0;
    padding-right: 30px;
    padding-left: 30px;
    outline: none !important;
}
@media (min-width: 768px) {
    .product-modal {
        padding-bottom: 30px;
    }
    .product-modal__content {
        width: 70%;
    }
    .product-modal__buttons {
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .product-modal__buttons a,
    .product-modal__buttons button {
        width: auto;
        margin: 10px;
    }
}
/* product-modal */






ul.section_subcategories-list--no_carousel {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.section_subcategories-list--no_carousel li.section_subcategories-list--item {
    display: flex;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 10px;
}
b.section_subcategories--title {
    font-family: Commissioner;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 20px;
    color: #333;
}
.section_subcategories-list--no_carousel a.show_all_tags {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    color: #1c9331;
    border-bottom: 1px dashed #1c9331;
    border-radius: 0;
    background: none;
}
.section_subcategories-list--no_carousel a.show_all_tags:hover {
    border-bottom: 1px dashed transparent;
    background: none;
}
ul.section_subcategories-list--no_carousel li.section_subcategories-list--item {
    display: none;
    align-items: center;
}
@media (min-width: 768px) {
    ul.section_subcategories-list--no_carousel li.section_subcategories-list--item {
        display: flex;
    }
    ul.section_subcategories-list--no_carousel li.section_subcategories-list--item:last-child {
        display: flex !important;
    }
    ul.section_subcategories-list--no_carousel.open li.section_subcategories-list--item:nth-child(n+11) {
        display: flex;
    }
}
@media (max-width: 767px) {
    ul.section_subcategories-list--no_carousel li.section_subcategories-list--item {
        display: flex;
    }
    ul.section_subcategories-list--no_carousel li.section_subcategories-list--item:last-child {
        display: flex !important;
    }
    ul.section_subcategories-list--no_carousel li.section_subcategories-list--item:nth-child(n+6) {
        display: none;
    }
    ul.section_subcategories-list--no_carousel.open li.section_subcategories-list--item:nth-child(n+6) {
        display: flex;
    }
}
@media (max-width: 480px) {
    ul.section_subcategories-list--no_carousel {
        flex-direction: column;
    }
}
/* view_type-wrapper */
@media(max-width: 1279px) {
    .view_type-wrapper {
        display: none !important;
    }
}
/* catalog--def */
.catalog-wrapper {
    width: 100%;
}
.catalog-page__show-more {
    display: none;
}
.catalog--def+ .catalog-page__show-more {
    display: block;
}
.catalog--def .catalog-parameters {
    display: none;
}
.catalog__actions-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.catalog__actions-inner {
    width: 100%;
    height: 40px;
}
.catalog__actions-inner> * {
    height: inherit;
}
.catalog--wide .catalog__actions-inner {
    height: auto;
}
.catalog--full .catalog__actions-inner {
    width: 160px;
    margin-right: 0;
    margin-bottom: 20px;
}
.bx_item_detail_rating .bx_stars_progress {
    background: #f90 !important;
}
.catalog__body-inner {
    display: -webkit-flex;
    display:     -ms-flex;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-grow: 1;
}
@media(min-width: 1231px) {
    .catalog__body-inner {
        max-width: 335px;
    }
}
.catalog--wide:not(.catalog--full) .catalog__body-inner {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
/* catalog--wide */
.catalog--wide .catalog__item {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
@media(min-width: 922px) {
    .catalog-filter ~ .catalog-body .catalog--wide .catalog__item {
        display: flex;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        max-width: 100%;

        -moz-flex: 0 0 100%;
            -o-flex: 0 0 100%;
    }
}
.catalog--wide .catalog__item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.catalog--wide .catalog__item-inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    border: none;
    box-shadow: none !important;
}
.catalog--wide .catalog__image-wrap,
.catalog--wide .catalog__actions {
    display: block;
    padding: 0;
}
.catalog--wide .catalog__image-wrap {
    min-width: 215px;
    height: 120px;
}
.catalog--wide .catalog__image {
    width: 100%;
    max-width: 100%;
    height: 120px;
    max-height: 120px;
    margin: 0;
}
.catalog--full .catalog__image-wrap {
    min-width: 280px;
    height: 150px;
}
.sticker_wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
}

.sticker_wrapper .sticker {
    padding: 0 6px;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    background: #1C9331;
}

.sticker.sticker_green {
    background: #1C9331;
}

.sticker.sticker_yellow {
    background: #FF9900;
}

.sticker.sticker_red {
    background: #FF005C;
}
.favor_compar__txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1C9331;
    text-transform: none;
    border-bottom: 1px dashed;
    margin-left: 12px;
    transition: 0.3s all ease;
}
.table_compare .favor_compar__txt {
    display: none;
}
.table_compare .favorite-added svg {
    width: 20px;
}
.table_compare .favorite-added svg path {
    fill: #1C9331;
    stroke: #1C9331 !important;
}
.table_compare .favor_compar__txt {
    display: none;
}
.catalog--def .favor_compar__txt,
.catalog--wide:not(.catalog--full) .favor_compar__txt {
    display: none;
}
.favor_compar__txt.favor_compar__txt--in {
    display: none;
}
.product-card__info .webcube-favorites-link.favorite-added .favor_compar__txt {
    display: none;
}
.product-card__info .webcube-favorites-link.favorite-added .favor_compar__txt.favor_compar__txt--in {
    display: block;
}
.favor_compar {
    display: flex;
    align-items: center;
}
.gray_btn .favor_compar__txt {
    color: #888888;
}
.favor_compar__link:hover .favor_compar__txt {
    border-bottom: 1px dashed transparent;
}

a.card-favor,
a.card-compar,
a.gray_btn {
    padding: 5px 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    background: none;
}
a.card-favor:focus,
a.card-compar:focus,
a.gray_btn:focus {
    text-decoration: none;
}
a.card-favor path:last-child {
    display: none;
}
a.card-favor.favorite-added path:last-child {
    display: block;
}
@media (max-width: 576px) {
    a.card-favor {
        margin-left: 0;
    }
}
.product-card__info_wrapper {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    margin-bottom: 20px;
}
.catalog--full .catalog__image {
    height: 150px;
    max-height: 150px;
}
.catalog--wide:not(.catalog--full) .catalog__body {
    max-width: 600px;
    padding: 0 15px;
}
.catalog--wide .catalog__body {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0 0 20px;
    align-items: flex-start;
}
.catalog--wide .catalog__link {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    width: 100%;
    max-width: 700px;
    margin-bottom: 16px;
    text-decoration: none !important;
}
.catalog--wide .catalog__art {
    margin-bottom: 0;
}
.catalog--wide .catalog__art> svg {
    display: block !important;
    margin-right: 8px;
}
.catalog--wide .catalog__art> b {
    font-size: 14px;
    line-height: 1.3;
    margin-right: 15px;
    padding: 5px 10px;
    border: 1px solid #1c9331;
    border-radius: 2px;
}
.catalog--wide .bx_item_detail_rating .bx_stars_rating_votes {
    position: relative;
    top: -1px;
    margin-left: 2px;
}
.catalog--wide .product-item-detail-info-container {
    margin-top: 0;
}
.catalog--wide .product-item-detail-info-container a.link_to_review {
    text-decoration: none;
}
.catalog--wide .product-item-detail-info-container a.link_to_review:hover {
    text-decoration: underline;
}
.catalog--wide .bx_item_detail_rating .bx_stars_rating_votes,
.catalog--wide .product-item-detail-info-container a.link_to_review {
    font-size: 13px;
    line-height: 18px;
    color: #888;
}
.catalog--def .bx_item_detail_rating .bx_stars_rating_votes {
    line-height: 24px;
    display: inline-block;
}
.catalog--wide .b-divider {
    display: inline-block !important;
    margin-right: 6px;
    margin-left: 6px;
    color: #c4c4c4;
}
.catalog--wide .catalog__art,
.catalog--wide .rating_review_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.catalog--wide .rating_review_wrapper {
    margin-bottom: 8px;
}
.catalog--wide .rating_review_wrapper .bx_item_detail_rating {
    margin-bottom: 0;
}
.catalog--wide:not(.catalog--full) .catalog__actions-in-cart {
    width: 66px;
}
.catalog:not(.catalog--full) .btn__text {
    display: none;
}
.catalog--full span.btn__icon {
    font-size: 0;
}
.catalog--wide:not(.catalog--full) .btn--in-cart.btn--color-1::before {
    font-size: 20px !important;
    position: relative;
    top: -1px;
    display: inline-block !important;
    margin-right: 6px;
    content: "+";
    color: #fff !important;
}
.catalog--wide .sccol {
    width: 140px;
    height: 48px;
    margin-right: 10px;
}
.catalog--wide .sccol input.sccol__input,
.catalog--wide .sccol .sccol__text {
    font-size: 14px;
}
.catalog--wide .sccol .sccol__plus,
.catalog--wide .sccol .sccol__minus {
    font-size: 20px;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
}
.catalog--wide .btn--in-cart {
    font-weight: 500;
    width: 100%;
    height: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: .03em;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 2px 5px rgba(0, 0, 0, .2) !important;
}
.btn--in-cart.btn--color-orange::before {
    display: inline-block;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 2L6 14L1.5 9.5' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.catalog .btn--in-cart.btn--color-orange::before {
    width: 18px;
    height: 16px;
    content: "";
    background-size: 18px 16px;
}
.catalog--wide.catalog--full .btn--in-cart.btn--color-orange::before {
    width: 14px;
    height: 12px;
    margin-right: 6px;
    background-size: 14px 12px;
}
.catalog--wide:not(.catalog--full) .btn--in-cart {
    width: 160px;
    margin-right: 14px;
}
.catalog--wide:not(.catalog--full) .btn--in-cart .btn__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-right: 0;
    background-size: 22px;
}
.catalog--wide .webcube-favorites-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 26 24' fill='none'%3E%3Cpath d='M12.1464 4.50464L12.9997 5.903L13.8535 4.50488C15.0296 2.57874 17.1047 1.63534 19.2032 1.63534C22.2502 1.63534 25 3.578 25 7.02809C25 9.03639 23.7295 11.2271 21.3669 13.8678C19.6235 15.8164 17.4107 17.8805 14.941 20.184C14.3096 20.773 13.6614 21.3775 13 21.9999C12.3386 21.3775 11.6904 20.773 11.059 20.184C8.58931 17.8805 6.37646 15.8164 4.63308 13.8678C2.27055 11.2271 1 9.03639 1 7.02809C1 3.58228 3.75316 1.625 6.80442 1.625C8.89286 1.625 10.9637 2.56658 12.1464 4.50464Z' stroke='%23888888' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 24px;
    padding-left: 23px;
}
.catalog--wide .favor_compar {
    margin-bottom: 20px;
}
.catalog--wide .card-favor {
    margin-right: 14px !important;
}
.catalog--wide .favor_compar__txt {
    color: #888888;
 }
.catalog--wide .webcube-favorites-link.favorite-added {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80442 0.625C3.35617 0.625 0 2.88656 0 7.02809C0 11.848 6.03417 16.7765 13 23.375C19.9658 16.7765 26 11.848 26 7.02809C26 2.88035 22.6449 0.635341 19.2032 0.635341C16.8155 0.635341 14.3867 1.71286 13 3.98373C11.6079 1.70252 9.1845 0.625 6.80442 0.625Z' fill='%2327B243'/%3E%3C/svg%3E%0A");
}
.catalog--wide .webcube-favorites-link svg {
    display: none !important;
}

.catalog--wide .catalog__avail.preview_price {
    font-size: 14px;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 8px;
    white-space: nowrap;
}
.catalog--full .catalog__avail.preview_price {
    margin-bottom: 10px;
}
.catalog--wide .catalog__avail.not_avail span,
.catalog--wide .catalog__avail.in_process span,
.catalog--wide .catalog__avail.soon span,
.catalog--wide .catalog__avail.sold span,
.catalog--wide .catalog__avail.under_order span {
    padding-right: 6px;
}
.catalog--wide .catalog__avail-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.catalog--wide:not(.catalog--full) .catalog__avail-price {
    margin-top: 10px;
}
.catalog--full .catalog__avail-price {
    font-size: 24px;
    font-weight: bold;
    margin-left: 12px;
}
.catalog__label:last-child {
    margin-right: 0;
}
/* catalog--full */
.catalog--wide .catalog__actions {
    margin-top: 0;
    margin-left: auto;
}
.catalog--full .catalog__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 255px;
    padding: 20px 20px 24px;
    border: 2px solid #e6e6e6;
}
.catalog--full .catalog-parameters {
    display: block;
}
.catalog--full .catalog__shipment-date {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    display: block !important;
    margin-left: 2px;
    white-space: nowrap;
    color: #888;
}

.catalog__avail-volume {
    display: flex;
    flex-wrap: wrap;
}
.avail_volume {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-right: 8px;
    margin-bottom: 16px;
    color: #333333;
}

.avail_volume:hover {
    border: 1px solid #27B243;
}
.catalog--wide:not(.catalog--full) .catalog-parameters tbody {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.catalog--wide:not(.catalog--full) .catalog-parameters .parameters__item {
    position: relative;
    padding: 0;
    border: none;
}
.catalog--wide:not(.catalog--full) .catalog-parameters .parameters__item:not(:last-child)::after {
    display: inline-block;
    margin-left: 3px;
    content: "/";
}
.catalog--wide:not(.catalog--full) .catalog-parameters .parameters__item.is-wide-hide-prev::after {
    display: none;
}
.catalog--wide:not(.catalog--full) .catalog-parameters .parameters__item:not(:last-child) {
    padding-right: 6px;
}
.catalog--wide:not(.catalog--full) .catalog-parameters .parameters__value:last-child {
    padding-left: 3px;
}
.catalog--wide:not(.catalog--full) .catalog-parameters .parameters__value {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    display: inline-block;
    width: auto;
    max-width: none;
    white-space: nowrap;
    color: #333;
}
.catalog__more {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none !important;
    color: #1c9331 !important;
    border-bottom: 1px dashed #1c9331;
}
/* catalog-parameters */
.parameters_preview {
    overflow: hidden;
    max-width: 574px;
}
.catalog-parameters table {
    width: 100%;
    margin-bottom: 10px;
}
.catalog-parameters .parameters__item {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-bottom: 0;
}
.catalog--full .catalog-parameters .parameters__item:nth-child(n+5) {
    display: none;
}
.catalog-parameters .show-tb-item .parameters__item {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display:         flex !important;
}
.catalog-parameters td {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    max-width: none;
}
.catalog-parameters .parameters__value {
    padding: 0;
}
.catalog-parameters .parameters__value:first-child {
    font-weight: 600;
}
.catalog-parameters .parameters__value:last-child {
    padding-left: 10px;
}
.catalog--wide:not(.catalog--full) .is-wide-hide,
.catalog--wide:not(.catalog--full) .catalog__more {
    display: none !important;
}
@media(max-width: 1230px) {
    .catalog--wide .catalog__item-inner {
        align-items: center;
    }
    .catalog--wide  .catalog__image-wrap {
        min-width: 150px;
    }
    .catalog--wide .catalog__body-inner {
        padding-right: 0;
    }
    .catalog--wide .catalog__actions {
        width: 100%;
        max-width: 532px;
        margin-top: 15px;
        margin-left: 0;
    }
    .catalog--wide .catalog__actions-inner {
        margin-left: auto;
    }
    .catalog--wide .product-card__info_wrapper:last-child {
        margin-left: auto;
    }
    .catalog--wide .product-card__info_wrapper:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media(max-width: 991px) {
    .catalog--wide .catalog__item-inner {
        flex-direction: column;
    }
}
@media(max-width: 768px) {
    .catalog--wide .catalog__body {
        padding: 0;
    }
    .catalog--wide .product-card__info_wrapper {
        width: 50%;
    }
    .catalog--wide .product-card__info_wrapper:last-child {
        text-align: right;
    }
    .catalog--wide .parameters_preview {
        max-width: none;
    }
    .catalog--wide .catalog__actions {
        max-width: 100%;
    }
}
@media(max-width: 480px) {
    .catalog--wide .product-card__info_wrapper {
        width: 100%;
    }
    .catalog--wide .product-card__info_wrapper,
    .catalog--wide .product-card__info_wrapper:nth-last-child(-n+2) {
        margin-bottom: 16px;
    }
    .catalog--full .catalog__body-inner {
        width: auto;
    }
    .catalog--wide .product-card__info_wrapper:last-child {
        text-align: left;
    }
    .catalog--wide .catalog__actions-inner {
        margin: 0;
        order: 1;
        width: 100%;
    }
}

.catalog__avail.preview_price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333333;
}

span.catalog__avail-text_cub {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
span.catalog__avail-text_cub span {
    display: block;
    width: 10px;
    height: 10px;
    background: #888888;
    margin-right: 4px;
}
.catalog__avail.preview_price span, .catalog__avail.top_info span {
    padding-right: 0;
    color: #1C9331;
    position: relative;
}
.catalog__avail.in_stock span.catalog__avail-text_cub span {
    background: #27B243;
}
.catalog__avail.in_stock:after {
    display: none;
}
p.catalog__avail-price {
    order: 2;
}
.product-card__info span.catalog__avail-text_cub {
    margin-top: 0px;
}
.catalog__avail.under_order span.catalog__avail-text {
    color: #9400D3;
}
.catalog__avail.under_order span.catalog__avail-text_cub span:first-of-type {
    background: #9400D3;
}
.catalog__avail.in_stock span.catalog__avail-text_cub span {
    background: #27B243;
}
.catalog__avail.dost span.catalog__avail-text_cub span:nth-child(-n+2) {
    background: #FF9900;
}
.catalog__avail.malo span.catalog__avail-text_cub span:first-child {
    background: #E40029;
}
.catalog__avail.not_avail span.catalog__avail-text_cub span {
    background: #888888;
}
.catalog__avail.under_order .catalog__avail-text_cub {
    display: none;
}
.catalog__avail.preview_price.under_order span {
    color: #9400D3;
}
.catalog__actions {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 10px 10px 10px;
}
.item-details-list_wrapper {
    font-size: 12px;
    color: #000;
    margin-top: 6px;
}
.item-details-list_wrapper p:not(:last-child) {
    margin-bottom: 2px;
}
.item-details-list_wrapper .lbl {
    color: #888888;
}
.btn--in-cart .btn__icon {
    margin-right: 6px;
    width: 18px;
    flex: 0 0 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-background-size: 18px;
    background-size: 22px 18px;
    background-image: url('/bitrix/templates/mirpack_new/images/icon-cart-white_preview.svg');
    font-size: 16px;
    line-height: 20px;
    padding-right: 22px;
}
.catalog--def .btn--in-cart .btn__icon {
    margin-right: 0;
}
.catalog:not(.catalog--full) .btn__text {
    display: none;
}
.catalog:not(.catalog--full) .btn--in-cart {
    font-size: 0 !important;
    color: transparent !important;
}
.catalog .btn--in-cart.btn--color-orange::before {
    width: 18px;
    height: 16px;
    content: "";
    background-size: 18px 16px;
}
.btn--in-cart.btn--color-orange::before {
    display: inline-block;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 2L6 14L1.5 9.5' stroke='white' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.catalog--def a.preview-favor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    line-height: 16px;
    min-width: 50px;
    position: relative;
}
.webcube-favorites-link:hover {
    color: #FFFFFF;
    opacity: 0.7;
    text-decoration: none;
}
a.preview-favor:hover svg, .webcube-favorites-link.favorite-added svg path {
    fill: #27b243;
}
.catalog--full .webcube-favorites-link,
.catalog--def .webcube-favorites-link {
	margin: 0 !important;
}
.webcube-favorites-link.favorite-added svg {
    width: 20px;
    height: 18px;
}

/* section__similar */
@media(min-width: 768px) {
    .section__similar .catalog-body {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}
@media(min-width: 992px) {
    .section__similar .catalog--def .catalog__item {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
        max-width: 20%;
        -moz-flex: 0 0 20%;
        -o-flex: 0 0 20%;
    }
}
.section__similar .catalog--def {
    margin-top: 20px;
}
.section__similar .catalog--wide:not(.catalog--full) .catalog__body {
    max-width: 720px;
}

/* c-comment */
.c-comment-wrap {
    margin-top: 40px;
}
.c-comment-wrap--meshki {
    margin-bottom: 20px;
}
.c-comment {
    padding: 40px 0;
    background: #f5f5f5;
}
.c-comment__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}
.c-comment__text {
    padding-right: 10px;
}
.c-comment__count {
    color: #888;
}
.c-comment__gallery {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
}
.c-comment__gallery .swiper-slide {
    height: auto;
}
.c-comment__gallery .swiper-slide__inner {
    height: 100%;
    padding: 20px 10px 20px;
}
.c-comment__gallery .swiper-button {
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-transition: all .1s linear;
            transition: all .1s linear;
    border-radius: 50%;
    background: #27b243;
}
.c-comment__gallery .swiper-button:active,
.c-comment__gallery .swiper-button:focus,
.c-comment__gallery .swiper-button:hover {
    background: #1c9331;
}
.c-comment__gallery .swiper-button-disabled {
    opacity: 0 !important;
}
@media(min-width: 992px) {
    .c-comment__gallery .swiper-button-prev {
        left: -10px;
    }
    .c-comment__gallery .swiper-button-next {
        right: -10px;
    }
}
.c-comment__gallery .swiper-button-prev svg {
    -webkit-transform: scale(1) rotate(-90deg);
            transform: scale(1) rotate(-90deg);
}
.c-comment__gallery .swiper-button-next svg {
    -webkit-transform: scale(1) rotate(90deg);
            transform: scale(1) rotate(90deg);
}
.c-comment__gallery .swiper-button::after {
    display: none !important;
}
/* b-comment */
.b-comment {
    font-size: 14px;
    line-height: 1.4285714285714286;
    height: 100%;
    padding: 20px;
    -webkit-transition: all .1s linear;
            transition: all .1s linear;
    color: #333;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}
.b-comment:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
}
.b-comment__top {
    margin-bottom: 24px;
}
.b-comment__left {
    -webkit-flex: 0 1 62%;
        -ms-flex: 0 1 62%;
            flex: 0 1 62%;
    width: 62%;
    min-width: 62%;
    max-width: 62%;
    padding-right: 10px;
}
.b-comment__right {
    -webkit-flex: 0 1 38%;
        -ms-flex: 0 1 38%;
            flex: 0 1 38%;
    width: 38%;
    min-width: 38%;
    max-width: 38%;
}
.b-comment__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}
.b-comment__title:hover {
    cursor: pointer;
}
.b-comment__title a {
    font-size: inherit;
    line-height: inherit;
    display: block;
    -webkit-transition: all .1s linear;
            transition: all .1s linear;
    color: inherit;
}
.b-comment__title:hover a {
    text-decoration: underline;
    color: #333;
}
.b-comment__top,
.b-comment__img,
.b-comment__info-bar,
.b-comment__rating-bar,
.b-comment-count {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
}
.b-comment__top {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -ms-flex-align: start;
}
@media(min-width: 992px) {
    .b-comment__img {
        height: 124px;
    }
}
.b-comment__rating {
    margin-right: 20px;
}
.b-comment-rating {
    position: relative;
    width: 65px;
    height: 13px;
}
.b-comment-rating__progress,
.b-comment-rating__bg {
    height: 100%;
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 13px 13px;
}
.b-comment-rating__bg {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.294l3.863 2.331-1.025-4.394 3.412-2.956-4.494-.381L6.5.75 4.744 4.894.25 5.275l3.413 2.956-1.025 4.394L6.5 10.294z' fill='%23E6E6E6'/%3E%3C/svg%3E");
}
.b-comment-rating__progress {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 10.294l3.863 2.331-1.025-4.394 3.412-2.956-4.494-.381L6.5.75 4.744 4.894.25 5.275l3.413 2.956-1.025 4.394L6.5 10.294z' fill='%23E76110'/%3E%3C/svg%3E");
}
.b-comment-count {
    font-weight: 500;
    color: #bdbdbd;
}
.b-comment__info-bar {
    margin-bottom: 8px;
    color: #888;
}
.b-comment__date {
    margin-right: 8px;
}
@media(max-width: 1023px) {
    .b-comment__img {
        padding-top: 20px;
    }
}
.b-comment__img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/* section--h-catalog */
.section--h-catalog {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.section--h-catalog .catalog_view-wrapper,
.section--h-catalog .target-catalog-banner-cost {
    display: none !important;
}
.tab__content {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    -webkit-transition: opacity .1s linear;
            transition: opacity .1s linear;
    opacity: 0;
}
.tab__content.tab-active {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.tab__menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
}
.tab__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.tab--h-catalog {
    margin: 0 -15px;
}
.tab--h-catalog .tab__content {
    padding: 0 15px;
}
.tab--h-catalog .catalog-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tab--h-catalog .tab__menu {
    margin-bottom: 12px;
}
.tab--h-catalog .tab__link {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    padding-bottom: 0;
    text-decoration: none !important;
    color: #333;
    border-bottom: 1px solid transparent;
}
.tab--h-catalog .tab__link:hover {
    border-bottom-color: #333;
}
.tab--h-catalog .tab__link.tab-active {
    color: #1c9331;
    border-bottom-color: #1c9331;
}
.tab--h-catalog .tab__link:not(:last-child) {
    margin-right: 30px;
}

.section_subcategories-list--item span{
    display: inline-block;
color: #000000;
font-family: "Commissioner", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 18px;
padding: 6px 8px;
background: #F5F5F5;
border-radius: 40px;
}

.seo-descr{
    overflow: inherit;
    height: auto;
}

.seo-descr.hidden-descr{
    position: relative;
    height: 300px;
    overflow: hidden;
}

.seo-descr.hidden-descr:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7161458333333333) 54%);
}

.show-description{
    margin: 40px 0 0;
    text-align: left;
}

.show-description span{
    display: block;
    color: #1C9331;
    transition: 0.5s;
    width: fit-content;
    cursor: pointer;
}

.show-description span:hover{
    text-decoration: underline;
}

.sections__block__content .grid--column--2{
    border: none;
}

.sections__block__content .grid--column--2 .sections__grid-item{
    border: 1px solid #E0E0E0;
}

.hide-descr{
    overflow: hidden;
}
/* End */


/* Start:/bitrix/templates/mirpack_new/components/kombox/filter/ajax_informbox/style.css?166549270225703*/
.kombox-scroll {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.kombox-scroll::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
.kombox-scroll::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #ddd;
}
.kombox-scroll::-webkit-scrollbar-track-piece {
    border-radius: 15px;
    background-color: #ddd;
}
.kombox-scroll::-webkit-scrollbar-thumb {
    height: 50px;
    border-radius: 15px;
    background-color: #27b243;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .25);
}

.kombox-scroll .kombox-label:not(:last-child){
    margin-bottom: 8px;
}
.kombox-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.15;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 0;
    cursor: pointer;
    color: #000;
}
.kombox-label .checkbox-custom {
    top: 3px;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}
.kombox-filter .kombox-cnt {
    font-size: 12px;
}
/* .checkbox-custom__name */
.checkbox-custom__name {
    display: inline-block;
    vertical-align: top;
}
.checkbox-custom__name::first-letter {
    text-transform: uppercase;
}
/* filter color */
/* .kombox-combo[data-name^="color"] .checkbox-custom__prop {
    position: relative;
    padding-left: 18px;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CECECE;
    border: 1px solid #CECECE;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--white::after {
    background: #fff;
    border-color: #fff;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--yellow::after {
    background: #FED500;
    border-color: #FED500;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--green::after {
    background: #1C9331;
    border-color: #1C9331;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--red::after {
    background: #FF0000;
    border-color: #FF0000;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--any::after {
    background: #CECECE;
    border-color: #CECECE;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--orange::after {
    background: #FF9900;
    border-color: #FF9900;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--transparent::after {
    background: transparent;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--gray::after {
    background: #717171;
    border-color: #717171;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--blue::after {
    background: #0094FF;
    border-color: #0094FF;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--purple::after {
    background: #9400D3;
    border-color: #9400D3;
}
.kombox-combo[data-name^="color"] .checkbox-custom__prop--black::after {
    background: #000;
    border-color: #000;
} */
/* / filter color */

.kombox-filter .checkbox-custom__box {
    width: 12px;
    height: 12px;
}
.kombox-filter .checkbox-custom__indicator {
    flex: 0 0 12px;
    height: 12px;
    border: 1px solid #cecece;
    background-color: #cecece;
}
.kombox-list {
    list-style: none !important;
}
.kombox-filter .lvl1 {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.kombox-filter .lvl1 {
    border-bottom: 1px solid #e6e6e6;
}
.kombox-filter .lvl1:before,
.kombox-filter li:before {
    content: none !important;
}
.kombox-filter .kombox-filter-property-body {
    max-width: 300px;
    padding: 0 10px 10px;
}
.kombox-filter .kombox-filter-property-head {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4285714285714286;
    position: relative;
    padding: 10px;
    cursor: pointer;
    color: #000;
}
.kombox-filter .lvl1:first-child .kombox-filter-property-head {
    padding-top: 10px;
}
.kombox-filter .lvl2:not(:last-child) {
    margin-bottom: 8px;
}
.kombox-filter .kombox-filter-property-i {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 8px;
    margin: auto;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
       -moz-transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
         -o-transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
            transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%231C9331' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.kombox-filter .kombox-closed .kombox-filter-property-i {
    -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
       -moz-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
         -o-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
            transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
}
/* kombox-num */
.kombox-num-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.kombox-filter .kombox-num .kombox-input {
    font-size: 13px;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background: #fff;
        -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
.kombox-filter .kombox-num .kombox-input:focus {
    border-color: #1c9331;
    outline: none !important;
    box-shadow: none !important;

    appearance: none !important;
}
.kombox-num-divider {
    margin-right: 2px;
    margin-left: 2px;
    color: #000;
}
.kombox-num[data-name="price"] .kombox-slider-units {
    display: none;
}
.kombox-filter .kombox-num .kombox-range input {
    display: none;
}
.kombox-filter div.kombox-link {
    margin: 0;
    padding: 0 0 0 15px;
}
.kombox-filter div.kombox-select,
.kombox-filter div.kombox-list {
    margin: 0;
    padding: 0;
}
.kombox-filter .kombox-select select,
.kombox-filter .kombox-list select {
    width: 100%;
    padding: 5px;
}
.kombox-filter .kombox-combo .lvl2 input,
.kombox-filter .kombox-radio .lvl2 input {
    margin: 0;
}
.kombox-filter .kombox-disabled label,
.kombox-filter .kombox-disabled a,
.kombox-filter option.kombox-disabled {
    color: #6f7980;
}
.kombox-filter .kombox-link .lvl2 {
    position: relative;
    left: -8px;
    padding-left: 8px;
}
.kombox-filter .kombox-link .kombox-checked {
    padding-left: 0;
}
.kombox-filter .kombox-link .lvl2 a {
    display: inline-block;
    padding: 2px 0 1px 0;
}
.kombox-filter .kombox-link .kombox-checked a {
    position: relative;
    padding: 1px 22px 1px 8px;
    text-decoration: none;
    color: #3f454b;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.kombox-filter .kombox-link .kombox-checked a:hover {
    text-decoration: none;
    border-color: #fbdada;
}
.kombox-filter .kombox-link .lvl2 a span.kombox-remove-link {
    position: absolute;
    top: 6px;
    right: 8px;
    display: none;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    background: #fff url("/bitrix/templates/mirpack_new/components/kombox/filter/ajax_informbox/images/remove_link.png") no-repeat 0 0;
}
.kombox-filter .kombox-link .kombox-checked a span.kombox-remove-link {
    display: inline-block;
}
.kombox-filter .kombox-link .kombox-checked a:hover span.kombox-remove-link {
    background-position: 0 100%;
}
.kombox-filter .kombox-link .kombox-disabled a {
    text-decoration: line-through;
    color: #6f7980 !important;
    border: none;
}
.kombox-filter .kombox-disabled a {
    text-decoration: line-through;
    border: none;
}
.kombox-filter .kombox-disabled .kombox-cnt,
.kombox-filter .kombox-checked .kombox-cnt {
    display: none;
}
.kombox-filter .kombox-checked a {
    color: #000;
    border: none;
}
.kombox-filter .kombox-filter-property-body a.kombox-values-other-show,
.kombox-filter .kombox-filter-property-body a.kombox-values-other-hide {
    font-size: .85em;
    display: inline-block;
    margin-top: 5px;
    border: 0;
}
.kombox-filter .kombox-filter-property-hint {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url(/bitrix/templates/mirpack_new/components/kombox/filter/ajax_informbox/images/hint.gif) no-repeat right center;
}
.kombox-filter .kombox-filter-property-hint-text {
    display: none;
}
.kombox-filter-hint {
    max-width: 500px;
    padding: 5px 10px 5px 5px;
}
.kombox-filter .modef {
    position: absolute;
    z-index: 1000;
    top: -4px;
    padding-right: 5px;
    background: transparent url("/bitrix/templates/mirpack_new/components/kombox/filter/ajax_informbox/images/modef.gif") no-repeat right center;
}
.kombox-filter .modef-right {
    padding-left: 5px;
    background: transparent url("/bitrix/templates/mirpack_new/components/kombox/filter/ajax_informbox/images/modef-right.gif") no-repeat left center;
}
.kombox-filter .modef .modef-wrap {
    padding: 5px 25px 5px 10px;
    white-space: nowrap;
    color: #3f3f3f;
    border: 1px solid #ffea94;
    border-right: none;
    background-color: #fff;
}
.kombox-filter .modef-right .modef-wrap {
    border: 1px solid #ffea94;
    border-left: none;
}
.kombox-filter .kombox-loading {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    background: transparent url(/bitrix/templates/mirpack_new/components/kombox/filter/ajax_informbox/images/loading.png) repeat center;
}
/* kombox-action */
.kombox-action {
    padding: 10px;
}
.kombox-action .btn {
    display: block;
    letter-spacing: .03em;
}
.kombox-action .btn.disabled {
    background: #cecece;
}
@media(max-width: 767px) {
    .kombox-action {
        position: fixed;
        z-index: 10;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
                align-content: center;
        -webkit-align-items: center;
                align-items: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        background: #fff;
    }
    .kombox-action .btn {
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }
    .kombox-action .btn:not(:last-child) {
        margin-right: 8px;
    }
}
@media(min-width: 768px) {
    .kombox-action {
        padding-top: 0;
    }
    .kombox-action .kombox-use-filter {
        display: none;
    }
    .kombox-action .btn {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}
/* kombox-filter-choice */
.kombox-filter-choice {
    overflow: hidden;
    padding: 5px 0 20px 0;
}
.kombox-filter-choice ul {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.kombox-filter-choice li {
    position: relative;
    float: left;
    padding: 5px 25px 5px 15px;
    text-decoration: none;
    color: #3f454b;
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-radius: 0;
}
.kombox-filter-choice li:last-child {
    padding: 5px 25px 5px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 0 5px 5px 0;
}
.kombox-filter-choice li:first-child {
    padding: 5px 25px 5px 15px;
    border-left: 1px solid #e7e7e7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.kombox-filter-choice li.kombox-filter-choice-item-name {
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    color: #000;
    border-radius: 5px 0 0 5px;
}
.kombox-filter-choice li:hover {
    text-decoration: none;
    border-color: #fbdada;
}
.kombox-filter-choice li a,
.kombox-filter-choice li a:hover {
    text-decoration: none;
    color: #3f454b;
}
.kombox-filter-choice li.kombox-filter-choice-item-name:hover {
    border-color: #e7e7e7;
}
.kombox-filter-choice li .kombox-remove-link span {
    position: absolute;
    top: 9px;
    right: 8px;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    background: #fff url("/bitrix/templates/mirpack_new/components/kombox/filter/ajax_informbox/images/remove_link.png") no-repeat 0 0;
}
.kombox-filter-choice li .kombox-remove-link span {
    display: inline-block;
}
.kombox-filter-choice li:hover .kombox-remove-link span {
    background-position: 0 100%;
}
.kombox-filter-choice-count {
    position: relative;
    float: left;
    padding: 5px 25px 5px 15px;
    text-decoration: none;
    color: #000;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: rgba(255, 234, 148, .42);
}
.kombox-filter .irs {
    position: relative;
    display: block;
}
.kombox-filter .irs-line {
    position: relative;
    display: block;
    overflow: hidden;
}
.kombox-filter .irs-line-left,
.kombox-filter .irs-line-mid,
.kombox-filter .irs-line-right {
    position: absolute;
    top: 0;
    display: block;
}
.kombox-filter .irs-line-left {
    left: 0;
    width: 0%;
}
.kombox-filter .irs-line-mid {
    left: 10%;
}
.kombox-filter .irs-line-right {
    right: 0;
    width: 0%;
}
.kombox-filter .irs-diapason,
.kombox-filter .irs-diapason-left,
.kombox-filter .irs-diapason-right {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
}
.kombox-filter .irs-slider {
    position: absolute;
    z-index: 1;
    display: block;
    cursor: default;
}
.kombox-filter .irs-slider.single {
    left: 10px;
}
.kombox-filter .irs-slider.single:before {
    position: absolute;
    top: -50%;
    left: -100%;
    display: block;
    width: 300%;
    height: 200%;
    content: "";
    background: rgba(0, 0, 0, .0);
}
.kombox-filter .irs-slider.from,
.kombox-filter .irs-slider.to {
    top: -6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.kombox-filter .irs-slider.from:hover,
.kombox-filter .irs-slider.to:hover {
    background-color: #d4f0d9;
}
.kombox-filter .irs-slider.last {
    z-index: 2;
}
.kombox-filter .irs-slider.to {
    margin-left: -15px;
}
.kombox-filter .irs-slider.from {
    margin-left: 0;
}
.kombox-filter .irs-min {
    position: absolute;
    left: 0;
    display: block;
    cursor: default;
}
.kombox-filter .irs-max {
    position: absolute;
    right: 0;
    display: block;
    cursor: default;
}
.kombox-filter .irs-from,
.kombox-filter .irs-to,
.kombox-filter .irs-single {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    margin-bottom: -17px;
    cursor: default;
    white-space: nowrap;
}
.kombox-filter .irs-from {
    margin-left: -7px;
}
.kombox-filter .irs-to {
    margin-left: 10px;
}
.kombox-filter .irs-grid {
    display: none;
}
.kombox-filter .irs-with-grid .kombox-filter .irs-grid {
    display: block;
}
.kombox-filter .irs-grid-pol {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}
.kombox-filter .irs-grid-pol.small {
    height: 4px;
}
.kombox-filter .irs-grid-text {
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    text-align: center;
    white-space: nowrap;
    color: #000;
}
.kombox-filter .irs-line-mid,
.kombox-filter .irs-line,
.kombox-filter .irs-diapason-left,
.kombox-filter .irs-diapason-right {
    background-color: #e6e6e6;
}
.kombox-filter .irs-with-grid {
    padding: 16px 0 6px;
}
.kombox-filter .irs-line {
    top: 0;
    height: 3px;
    background-position: 0 0;
}
.kombox-filter .irs-line-left {
    height: 8px;
    background-position: 0 -30px;
}
.kombox-filter .irs-line-mid {
    height: 6px;
    background-position: left bottom;
}
.kombox-filter .irs-line-right {
    height: 8px;
    background-position: 100% -30px;
}
.kombox-filter .irs-diapason,
.kombox-filter .irs-diapason-left,
.kombox-filter .irs-diapason-right {
    top: 0;
    height: 3px;
    background-position: 0 -60px;
}
.kombox-filter .irs-diapason {
    background-color: #27b243;
}
.kombox-filter .irs-slider {
    top: 17px;
    width: 22px;
    height: 22px;
    background-position: 0 -90px;
}
.kombox-filter .irs-min,
.kombox-filter .irs-max {
    font-size: 10px;
    line-height: 1.333;
    top: 0;
    padding: 1px 3px;
    color: #999;
    border-radius: 3px;
    background: rgba(0, 0, 0, .1);
    text-shadow: none;
}
.lt-ie9 .kombox-filter .irs-min,
.lt-ie9 .kombox-filter .irs-max {
    background: #ccc;
}
.kombox-filter .irs-from,
.kombox-filter .irs-to,
.kombox-filter .irs-single {
    font-size: 10px;
    line-height: 1.333;
    display: none !important;
    padding: 1px 5px;
    color: #fff;
    border-radius: 3px;
    background: rgba(0, 0, 0, .3);
    text-shadow: none;
}
#irs-active-slider,
.kombox-filter .irs-slider:hover {
    background-position: -4px -105px;
}
#mouse_loading_icon {
    position: absolute;
    z-index: 11000;
    top: -20px;
    left: -20px;
    display: inline-block;
    width: 15px;
    height: 15px;
}
#mouse_loading_icon .loader:after {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-width: 3px;
}
a.kombox-del-filter:hover {
    text-decoration: none !important;
}
/* catalog-filter */
.catalog-filter {
    background: #f5f5f5;
}
.no-filter-exists .catalog-filter {
    display: none !important;
}
.is-overflow-hidden {
    overflow: hidden;
}
@media (max-width: 767px) {
    .catalog-filter {
        position: fixed;
        z-index: -99999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        overflow-y: auto;
        padding: 60px 0;

        -webkit-overflow-scrolling: touch;
    }
    .catalog-filter.is-show {
        z-index: 99999;
        visibility: visible;
    }
    .catalog-filter::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #ddd;
    }
    .catalog-filter::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #27b243;
    }
    .catalog-filter::-webkit-scrollbar-track {
        background-color: #ddd;
    }
}
@media(min-width: 768px) {
    .catalog-filter {
        -webkit-flex: 0 1 230px;
            -ms-flex: 0 1 230px;
                flex: 0 1 230px;
        width: 230px;
        min-width: 230px;
        max-width: 230px;
    }
    .catalog-inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
                align-content: stretch;
        -webkit-align-items: stretch;
                align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
    }
    .catalog-body {
        -webkit-flex: 0 1 calc(100% - 230px);
            -ms-flex: 0 1 calc(100% - 230px);
                flex: 0 1 calc(100% - 230px);
        width: calc(100% - 230px);
        min-width: calc(100% - 230px);
        max-width: calc(100% - 230px);
        padding-left: 28px;
    }
    .no-filter-exists .catalog-body {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}
/* kombox-filter-head */
.kombox-filter-head {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 10px;
    background: #fff;
}
@media(min-width: 768px) {
    .kombox-filter-head {
        display: none;
    }
}
.kombox-filter-head__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #333;
}
.kombox-filter-head__close {
    position: relative;
    width: 40px;
    height: 40px;
    border: none !important;
    border-radius: 2px;
    background: #27b243;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .25);

    -webkit-appearance: none;
            appearance: none;
}
.kombox-filter-head__close::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    content: "";
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13 13M1 13L13 1' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*MENU FILTER CSS*/
.main-sub-menu__inner--filter {
    padding-bottom: 40px;
    background: #fff;
}
@media(max-width: 767px) {
    .main-sub-menu__inner--filter {
        background-color: #27b243;
        padding-bottom: 0;
    }
    .main-sub-menu__inner--filter .sub-menu__filter {
        border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
        -webkit-transition: all .05s linear;
        transition: all .05s linear;
    }
    .main-sub-menu__inner--filter .main-sub-menu__link {
        color: #fff !important;
        background: none;
    }
    .main-sub-menu__inner--filter .sub-menu__filter:first-child {
        border-top: none !important;
    }
    .main-sub-menu__inner--filter .sub-menu__filter:first-child .btn {
        border: none !important;
    }
    .main-sub-menu__inner--filter .sub-menu__filter:first-child .btn svg path {
        stroke: #fff !important;
    }
    .main-sub-menu__inner--filter .sub-menu__filter.sub-menu__filter--two-level {
        margin-left: 24px;
    }
}
.main-sub-menu__inner--filter .sub-menu__filter {
    padding: 2px 0;
    border-bottom: 1px solid #E6E6E6;
}
.main-sub-menu__inner--filter .sub-menu__filter.sub-menu__filter--two-level {
    margin-left: 24px;
    display: none;
}
.main-sub-menu__inner--filter .sub-menu__filter.sub-menu__filter--two-level .main-sub-menu__link {
    color: #888888;
}
.main-sub-menu__inner--filter .main-sub-menu__list {
    width: 100%;
}
.main-sub-menu__inner--filter .sub-menu__filter:hover {
    border-bottom: 1px solid #1C9331;
}
.main-sub-menu__inner--filter .sub-menu__filter:first-child {
    border-top: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-sub-menu__inner--filter .sub-menu__filter:first-child .btn {
    margin-left: 20px;
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    width: 40px;
    border-left: 1px solid #ebebeb;
    border-radius: 0;
}
.main-sub-menu__inner--filter .sub-menu__filter:first-child .btn.active {
    transform: rotate(180deg);
    border-left: none;
    border-right: 1px solid #ebebeb;
}
.main-sub-menu__inner--filter .main-sub-menu__link {
    white-space: normal;
}

.fake-filter{
    display: none;
}

.filter-show-more{
    margin: 10px auto 0;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    transition: 0.5s;
    cursor: pointer;
    border: 1px dashed;
    padding: 4px;
}

.filter-show-more:hover{
    color: #27B243;
    border-color: #27B243;
}
/* End */


/* Start:/bitrix/templates/mirpack_new/components/jack/catalog.section/informbox/style.css?16629840182848*/
.catalog-page__subsections {
    margin-bottom: 24px;
}
.catalog-page__subsections ul {
    list-style-type: none;
    margin-left: -4px;
    margin-right: -4px;
}
.catalog-page__subsections li {
    display: inline-block;
    margin: 4px;
}
.catalog-page__subsections a {
    display: block;
    padding: 4px 12px;
    background: #EBF9EB;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
.catalog-page__subsections a:hover,
.catalog-page__subsections a:focus,
.catalog-page__subsections a:active {
    color: #000;
}


.filter-menu{
    padding: 10px;
}

.filter-menu .first-items,
.filter-menu .first-items .child-items{
    list-style: none;
}

.filter-menu .first-items a{

    font-size: 14px;
    font-weight: 400;
    color: #000000;
    transition: 0.5s;
}

.filter-menu .first-items a:hover{
    color: #27b243;
}

.child-items{
    margin-top: 20px;
}

.filter-menu .child-items li a{
    font-weight: 300;
    margin-bottom: 5px;
}

.filter-menu .first-items .name{
    display: flex;
    align-items: center;
    position: relative;
}

.filter-menu .first-items .parent{
    display: flex;
    flex-direction: column;
}

.filter-menu .kombox-filter-property-i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 8px;
    margin: auto;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(180deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%231C9331' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
.filter-menu .name.closed .kombox-filter-property-i {
    -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
}

.filter-menu .first-items .child-items{
    display: none;
}

/* End */


/* Start:/bitrix/templates/mirpack_new/components/bitrix/catalog.item/informbox/style.css?16745460112789*/
   .catalog__actions {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.catalog--def .catalog__actions-in-cart {
    width: 100%;
    margin: 0!important;
}
a.preview-favor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    line-height: 16px;
    min-width: 50px;
    background: #27B243;
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
a.preview-favor:hover svg,
.webcube-favorites-link.favorite-added svg path {
    fill: #1C9331;
}
.product-card__info .webcube-favorites-link.favorite-added svg {
    width: auto;
    height: auto;
}
.preview-favor .btn__icon {
    display: inline-block;
    height: 16px;
}
.preview-favor path:last-child {
    display: none;
}
.preview-favor.in-favor path:last-child {
    display: block;
}
a.preview-favor:before {
    content: '';
    width: 1px;
    height: 40px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    z-index: 1;
    margin: 0;
}


.catalog__item-inner.banner_img {
    background: #E0F5E0;
}

.catalog__item-inner.banner_img .sections__banner {
    margin: auto;
    object-fit: contain;
}

.catalog__item-inner.banner_img picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.catalog__item-inner.banner_tags .section_subcategories-list_new {
    overflow-y: auto;
    max-height: 324px;
    margin: 0;
}

.catalog__item-inner.banner_tags .section_subcategories-list_new .section_subcategories-list--item {
    text-align: left;
    margin: 0 5px;
    margin-bottom: 12px;
}

p.banner_tags__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.catalog__item-inner.banner_tags {
    padding: 10px;
    padding-bottom: 20px;
    width: 100%;
}
.catalog__item-inner.banner_tags .section_subcategories-list_new .section_subcategories-list--item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}


.product-item-detail-info-container{
    flex-direction: column;
    align-items: start !important;
}

.product-item-detail-info-container .review{
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-item-detail-info-container .review .review__rating,
.product-item-detail-info-container .review .review__count{
    display: flex;
    font-weight: bold;
    font-size: 12px;
    color: #808080;
}

.product-item-detail-info-container .review .review__rating{
    margin-right: 10px;
}

.product-item-detail-info-container .review .review__rating img,
.product-item-detail-info-container .review .review__count img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
/* End */
/* /bitrix/templates/mirpack_new/components/bitrix/catalog/eshop_mp/style.css?167396084045838 */
/* /bitrix/templates/mirpack_new/components/kombox/filter/ajax_informbox/style.css?166549270225703 */
/* /bitrix/templates/mirpack_new/components/jack/catalog.section/informbox/style.css?16629840182848 */
/* /bitrix/templates/mirpack_new/components/bitrix/catalog.item/informbox/style.css?16745460112789 */
