

/* Start:/local/templates/sotbit_origami_plastek_copy/components/bitrix/catalog/plastek_origami_catalog/style.css?16298812542350*/
.catalog_content__title {
    padding-bottom: 1rem;
}

.mobile_filter-selected_number {
    background: var(--main-color);
}

.mobile_filter_btn:hover  .mobile_filter-selected_number {
    color: var(--main-color);
    background: #ffffff;
}

@media (max-width: 768px) {

    .catalog_content__title {
        padding-top: 5px;
        text-align: center;
        padding-bottom: 22px;
    }
}

.mobile_filter_form .catalog_content__filter_horizon_title.fonts__middle_text:hover svg {
    fill: var(--main-color-hover);
    stroke: var(--main-color-hover);
}

.mobile_filter_form .radio_container_wrapper input[type="radio"]:checked + .radio-label:before {
    background-color: var(--main-color-hover);
    border: 5px solid var(--main-color-hover);
}

.mobile_filter_form .radio_container_wrapper .radio_container:hover {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label:hover {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label:hover .bx-filter-param-btn.bx-color-sl {
    border: 1px solid var(--main-color-hover);
}

.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label.bx-active .bx-filter-param-btn.bx-color-sl {
    border: 1px solid var(--main-color-hover);
}

.mobile_filter_form .bx_filter_parameters_box_title:hover .item_name {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx_filter_parameters_box_title:hover .icon-nav_button {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input[name="del_filter"] {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input[name="set_filter"] {
    background: var(--main-color-hover);
    border: 1px solid var(--main-color-hover);
}

.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input[name="set_filter"]:hover {
    background: var(--main-color-hover);
    border: 1px solid var(--main-color-hover);
}

.mobile_filter_form .bx_filter .filter-size input:checked + label {
    border: none;
}

.mobile_filter_form .bx_filter .filter-size input:hover + label {
    border: none;
}

.mobile_filter_form .bx_filter .checkbox__label:hover:before {
    border: 1px solid var(--main-color-hover);
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/style.css?16666092723436*/
.catalog_content__title {
    padding-bottom: 1rem;
}

.mobile_filter-selected_number {
    background: var(--main-color);
}

.mobile_filter_btn:hover  .mobile_filter-selected_number {
    color: var(--main-color);
    background: #ffffff;
}

@media (max-width: 768px) {

    .catalog_content__title {
        padding-top: 5px;
        text-align: center;
        padding-bottom: 22px;
    }
}

.mobile_filter_form .catalog_content__filter_horizon_title.fonts__middle_text:hover svg {
    fill: var(--main-color-hover);
    stroke: var(--main-color-hover);
}

.mobile_filter_form .radio_container_wrapper input[type="radio"]:checked + .radio-label:before {
    background-color: var(--main-color-hover);
    border: 5px solid var(--main-color-hover);
}

.mobile_filter_form .radio_container_wrapper .radio_container:hover {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label:hover {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label:hover .bx-filter-param-btn.bx-color-sl {
    border: 1px solid var(--main-color-hover);
}

.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label.bx-active .bx-filter-param-btn.bx-color-sl {
    border: 1px solid var(--main-color-hover);
}

.mobile_filter_form .bx_filter_parameters_box_title:hover .item_name {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx_filter_parameters_box_title:hover .icon-nav_button {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input[name="del_filter"] {
    color: var(--main-color-hover);
}

.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input[name="set_filter"] {
    background: var(--main-color-hover);
    border: 1px solid var(--main-color-hover);
}

.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input[name="set_filter"]:hover {
    background: var(--main-color-hover);
    border: 1px solid var(--main-color-hover);
}

.mobile_filter_form .bx_filter .filter-size input:checked + label {
    border: none;
}

.mobile_filter_form .bx_filter .filter-size input:hover + label {
    border: none;
}

.mobile_filter_form .bx_filter .checkbox__label:hover:before {
    border: 1px solid var(--main-color-hover);
}

/**/

.plastek-catalog-tags
{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.plastek-catalog-tags__item
{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 3px 22px;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 1px solid #88774B;
    border-radius: 100px;
    transition: color .3s, background-color .3s;
    text-decoration: none;
}
.plastek-catalog-tags__item:nth-child(n+4)
{
    display: none;
}
.plastek-catalog-tags__item--active,
.plastek-catalog-tags__item:hover
{
    color: #fff;
    background-color: #88774B;
}
.plastek-catalog-tags__show
{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 3px 22px;
    margin-bottom: 10px;
    background-color: #C8B688;
    border-radius: 100px;
    cursor: pointer;
    transition: color .3s, background-color .3s;
}
.plastek-catalog-tags__show:hover
{
    background-color: #88774B;
}
.plastek-catalog-tags--active .plastek-catalog-tags__item:nth-child(n+4)
{
    display: block;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/origami_filter/style.css?15904198064920*/
.block_main_left_menu__link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 10px;
}

.block_main_left_menu__link-wrapper {
    width: 50px;
    padding-right: 12px;
}

.block_main_left_menu__link-img {
    max-width: 42px;
    max-height: 42px;
}

.block_main_left_menu__link-arrow {
    transform: rotate(270deg);
}

.block_main_left_menu__list_item {
    position: relative;
    border: 1px solid #ededed;
    display: block;
    min-height: 58px;
}

.block_main_left_menu__list_item:not(:last-child) {
    border-bottom: 0;
}

.block_main_left_menu__list_item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.block_main_left_menu__list_item > div {
    color: var(--main-color);
    font-weight: 700;
}

.block_main_left_menu__list_item .block_main_left_menu__link > span {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}

.block_main_left_menu__list_item.active::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_item.current > a,
.block_main_left_menu__list_item.current > span {
    color: var(--main-color);
}

.block_main_left_menu__list_item:hover::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_item:hover > .block_main_left_menu__link .block_main_left_menu__link-arrow {
    fill: var(--main-color);
}

.block_main_left_menu__list_child {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 265px;
    padding: 0;
    margin-left: 0;
    margin-top: -1px;
    background-color: #fff;
    list-style-type: none;
    -webkit-box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
    z-index: 101;
}

.block_main_left_menu__list_child > .active::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
}

.block_main_left_menu__list_child > .current > a,
.block_main_left_menu__list_child > .current > span {
    color: var(--main-color);
}

.block_main_left_menu__list_child li {
    border: 1px solid #ededed;
    padding: 0;
    margin: 0;
    position: relative;
}

.block_main_left_menu__list_child li:before {
    content: unset;
}

.block_main_left_menu__list_child > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    min-height: 58px;
    margin-bottom: -1px;
}

.block_main_left_menu__list_child > li::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.block_main_left_menu__list_child > li:hover::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_child > li:hover > .block_main_left_menu__list_child {
    display: block;
}

.block_main_left_menu__list_child > li:hover > .block_main_left_menu__list_child_link .block_main_left_menu__link-arrow {
    fill: var(--main-color);
}

.block_main_left_menu__list_child > li > div {
    color: var(--main-color);
    font-weight: 700;
}

.block_main_left_menu__list_child_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    padding-right: 35px;
    min-height: 56px;
}

.block_main_left_menu__list_child_link > span {
    color: #000;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}


.block_main_left_menu__list .current::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
}

.block_main_left_menu__list_item {
    position: relative;
    margin-bottom: -1px;
}

.block_main_left_menu__list_item::before {
    content: unset;
}

.block_main_left_menu__list_item:hover > .block_main_left_menu__list_child {
    display: block;
}


.block_main_left_menu__list,
.block_main_left_menu__list_item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
}

.block_main_left_menu__list {
    margin-bottom: 3rem;
}

.block_main_left_menu__list .bx-inclinkspersonal-selected {
    position: relative;
    background-color: var(--main-color);
}

.block_main_left_menu__list .bx-inclinkspersonal-selected::after {
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -5px;
    font-size: 11px;
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.block_main_left_menu__list .bx-inclinkspersonal-selected span {
    color: #fff;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?15923926581393*/
.breadcrumb_block {
    padding: 23px 0;
}

.breadcrumb_block .icon-nav_2 {
    padding: 5px;
    font-size: 7px;
}

.breadcrumb_block__item {
    display: inline-block;
    font-size: 12px;
}

.breadcrumb_block__item_no_link {
    color: #8b8b8b;
}

.breadcrumb_block__item-arrow {
    fill: none;
    stroke: #000;
    margin: 0 8px;
}

@media (max-width: 1023px) {
    .breadcrumb_block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1343px) {
    .breadcrumb_block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .breadcrumb_block {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .breadcrumb_block {
        text-align: left;
        border-bottom: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        padding: 0.5rem 0;
        margin-bottom: 1rem;
        overflow: scroll;
        -ms-overflow-style: none;
        width: 100%;
        height: 40px;
        display: block;
        white-space: nowrap;
        position: relative;
    }

    .puzzle_block .breadcrumb_block {
        border-top: none;
    }

    .breadcrumb_block::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb_block::-webkit-scrollbar-track {
        display: none;
    }

    .breadcrumb_block::-webkit-scrollbar-thumb {
        display: none;
    }
}

/* End */


/* Start:/local/templates/sotbit_origami_plastek_copy/components/plastek/news.list/plastek_origami_stocks/style.min.css?16298812545594*/
.stocks-slider__wrapper{height:441px;overflow:hidden;max-height:441px;min-height:323px}.stocks-slider__wrapper .btn-slick-custom{cursor:pointer}.stocks-slide__image-wrapper.hover-zoom:hover img{-webkit-transform:scale(1);transform:scale(1)}.stocks-block .slick-list.draggable{margin-right:-30px}.slick-list.draggable,.slick-track{height:100%}.stocks-slide{display:-webkit-inline-box!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:calc(100% - 31px)!important;cursor:pointer}.stocks-slide:hover .stocks-slide__image-wrapper{height:calc(100% - 221px)}.stocks-slide:hover .stocks-slide__description-wrapper{height:211px}.stocks-slide:hover .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description{height:60px;margin:10px 0 21px}.stocks-slide__description-wrapper,.stocks-slide__image-wrapper{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.stocks-slide__image-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:calc(100% - 160px);overflow:hidden}.stocks-slide__image-wrapper>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stocks-slide__description-wrapper{position:relative;height:140px;padding:20px 20px 15px;background-color:#fff;border:1px solid #ededed;text-align:center}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--date{display:block;width:100%;margin-bottom:5px;font-size:13px;color:#807f7f;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--title{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:50px;overflow:hidden;margin-bottom:10px;font-weight:600;font-size:17px;line-height:25px}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--title span{max-height:50px}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--description{display:block;height:0;max-height:60px;overflow:hidden;font-size:13px;color:#212529;line-height:20px;margin:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--link{position:absolute;bottom:15px;left:0;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:21px;color:#fb0040}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--link::after{content:"";display:inline-block;width:6px;height:6px;margin-left:10px;border-bottom:1px solid #fb0040;border-right:1px solid #fb0040;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (max-width:1024px){.stocks-slide:hover .stocks-slide__image-wrapper{height:calc(100% - 230px)}.stocks-slide:hover .stocks-slide__description-wrapper{height:210px}.stocks-slide:hover .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description{height:60px;margin:10px 0 11px}.stocks-block .slick-list.draggable{margin-right:-20px}.stocks-slide{width:calc(100% - 22px)!important}}@media screen and (max-width:879px){.stocks-slide{width:290px!important}.stocks-block .slick-list.draggable{margin:0}.stocks-slider__wrapper{margin:0 -10px}.stocks-slide{margin:0 10px}}@media screen and (max-width:800px){.stocks-slide:hover .stocks-slide__image-wrapper,.stocks-slide__image-wrapper{height:calc(100% - 133px)}.stocks-slide:hover .stocks-slide__description-wrapper,.stocks-slide__description-wrapper{height:133px}.stocks-slide:hover .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description{display:none}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--date{font-size:12px}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--title{font-size:15px}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--link{font-size:13px}}@media screen and (max-width:680px){.stocks-slider__wrapper{min-height:261px}.stocks-slide{margin:0 0 0 10px}.stocks-slide:hover .stocks-slide__image-wrapper,.stocks-slide__image-wrapper{height:calc(100% - 117px)}.stocks-slide:hover .stocks-slide__description-wrapper{height:117px}.stocks-slide:hover .stocks-slide__description-wrapper .stocks-slide__description-wrapper--description{display:none}.stocks-slide__description-wrapper{height:117px;padding:10px 10px 15px}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--date{margin-bottom:5px;font-size:11px;line-height:17px}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--title{height:42px;margin-bottom:10px;font-size:14px}.stocks-slide__description-wrapper .stocks-slide__description-wrapper--link{font-size:12px;bottom:15px}}@media screen and (max-width:434px){.stocks-slide{width:220px!important}}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/origami_catalog/style.min.css?164855336518750*/
.catalog_content__canvas{margin-bottom:2rem}.catalog_content__canvas_img{width:100%}@media (max-width:576px){.catalog_content__canvas{display:none}}#loadMore,.catalog_content__category_block_img{margin-bottom:2rem}#loadMore{display:none;cursor:pointer;text-align:center;color:#949393}.catalog_content__category,.catalog_content__category_item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.catalog_content__category{margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog_content__category_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #ebedee;margin-top:-1px;margin-left:-1px;padding:1rem;text-align:center;width:20%;position:relative}.catalog_content__category_item:hover{-webkit-box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15);box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15)}@media (max-width:768px){.catalog_content__category_item{width:calc(50% + 1px)}}.catalog_content__category_block_img{height:110px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:460px){.catalog_content__category_block_img{height:85px;margin-bottom:7px}}.catalog_content__category_img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#loadMore .icon-nav_button{display:inline}#loadMore .icon-nav_button::before{top:-1px;position:relative}.catalog_content__category_comment{margin-bottom:2rem}.catalog_content__category_comment img{max-width:100%;max-height:100%}.block_main_left_menu__filter{border:1px solid #ced2d5;padding:2rem}.block_main_left_menu__filter_item,.block_main_left_menu__filter_item__title,.block_main_left_menu__title{margin-bottom:1rem}.block_main_left_menu__min_price{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.block_main_left_menu__input{width:40%;height:2rem;border:1px solid #e4e4e4;color:#000;text-align:center}.catalog_content__filter_horizon_item,.catalog_content__filter_horizon_title{display:inline-block}.catalog_content__filter_horizon_item{margin-left:1.5rem}.catalog_content__filter_horizon_item_wrapper{position:absolute;width:260px;z-index:350;background:#fff;display:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon_item_wrapper:before{content:'';position:absolute;display:block;bottom:100%;left:1.5rem;width:1rem;height:1rem;margin-bottom:-1.5rem;border-top:1px solid #ededed;border-left:1px solid #ededed;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner{background:#fff;border:1px solid #ededed;width:100%;margin:1rem 0 0!important;overflow:hidden;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.15);box-shadow:0 3px 3px rgba(0,0,0,.15)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper{margin:25px 20px}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper{padding:20px 0 0 20px;margin:12px 0 0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper{margin:25px 20px 0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value{color:#000;border:1px solid #e4e4e4;padding-left:.5rem;height:40px;width:100%;margin-bottom:.5rem}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check{margin:0 20px;font-size:.8rem;color:#000;border-bottom:1px dotted #000;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover{color:var(--main-color);border-bottom:1px dotted var(--main-color)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset{margin:20px 0 20px 4%;max-width:45%;width:100%}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button{margin:20px 4% 20px 0;max-width:45%;width:100%}.catalog_content__filter_horizon #style-overflow-search{overflow-y:auto;overflow-x:hidden;max-height:15rem;cursor:pointer}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar{width:3px;background-color:transparent;border-radius:10px}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track{border-radius:10px;background:0 0}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb{border-radius:10px;background:#ced2d5;border:1px solid #ced2d5}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover{background:#ced2d5}.catalog_content__filter_horizon .blank_ul_wrapper>ul{padding:0;margin:0;list-style-type:none}.catalog_content__filter_horizon .blank_ul_wrapper{padding:1rem 0;margin:1rem 0 1.5rem;border-bottom:1px solid #ededed;border-top:1px solid #ededed}.catalog_content__filter_horizon .button_filter_block{cursor:pointer;outline:0;line-height:39px;display:inline-block;height:40px;padding:0 .5rem;text-decoration:none;color:#fff;border:1px solid var(--main-color);background:var(--main-color)}.catalog_content__filter_horizon_item_name{cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon_item_name:hover{color:var(--main-color)}.catalog_content__filter_horizon{margin-bottom:0}.select_block{position:relative;width:100%;font-size:.9rem;color:#8b8b8b}.catalog_content__sort_horizon_property .select_block{padding:0}.select_block select{height:3rem;line-height:3rem;padding:0 15px 0 1rem;background:0 0;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #ededed}.select_block select::-ms-expand{display:none}.select_block select option{border:1px solid #000;line-height:20px;color:#8b8b8b}.select_block select:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.select_block .select-side{pointer-events:none;width:40px;position:absolute;top:0;height:100%;right:0;cursor:pointer}.select_block .select-side:before{position:absolute;display:block;content:'';width:10px;height:10px;top:50%;right:1rem;margin-top:-3px;border-bottom:1px solid #b4b4b4;border-right:1px solid #b4b4b4;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform-origin:50% 0;transform-origin:50% 0}.catalog_content__sort_horizon_view_card{float:right}.catalog_content__sort_horizon_view_card .sort_horizon_view_card{display:inline-block;width:1.5rem;height:1.5rem;opacity:.5;margin:0 .5rem}.catalog_content__sort_horizon_view_card .sort_horizon_view_card.active{opacity:1}.show_more_block{position:relative;border:1px solid var(--main-color);padding:1rem 0;color:var(--main-color);cursor:pointer}.show_more_block .icon-nav_button{display:inline-block;position:relative;top:-1px}.show_more_block:hover{border-color:var(--main-color);background-color:var(--main-color);color:#fff}.show_more_block:hover.btnLoaderCustom>.loader-btn{fill:#fff}.show_more_block:hover .sk-wave .sk-rect{color:#fff;background-color:#fff}.show_more_block.btnLoaderCustom>.loader-btn{left:calc(50% - 10px);top:calc(50% - 10px);fill:var(--main-color)}.show_more_block.fonts__main_comment.loaderBtns,.show_more_block.fonts__main_comment.loaderBtns i{color:transparent}.show_more_block.fonts__main_comment.loaderBtns .sk-wave{display:block}.block_page_navigation,.show_more_block{text-align:center;margin-bottom:2.5rem}.block_page_navigation>a,.block_page_navigation>span{padding:.3rem .7rem;margin:0 .5rem}@media (max-width:768px){.block_page_next,.block_page_previous{display:none}}.block_page_current{border:1px solid var(--main-color)}.catalog_section_block{padding-left:15px;padding-right:15px;margin-bottom:60px}.catalog_section_block .product_card__block_item{width:25%;margin-bottom:-1px}.catalog_section_block .product_card__block_item-4{width:25%}.catalog_section_block .catalog_section_block .product_card__block_item-5{width:20%}.catalog_section_block .catalog_section_block .product_card__block_item-3{width:33.3333333%}.catalog_section_block.catalog_section_block_bestsellers{padding:0 0 32px}@media (max-width:768px){.catalog_section_block{padding-left:15px;padding-right:0;margin-bottom:40px}.block__product_cards.block__product_cards--mobile-min .product_card__block_item{width:calc((100% - 20px)/3);margin-right:10px;margin-bottom:10px}.block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n){margin-right:0}.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5{width:calc((100% - 20px)/3)}}.catalog_content__category_img_title{font-size:.9rem}.product_card__block_item>div{height:100%}.block__product_cards,.tabs_block__product_card{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.block__product_cards .product_card__inner,.tabs_block__product_card .product_card__inner{-ms-flex-preferred-size:270px;flex-basis:270px;width:auto;margin-left:-1px}.block__product_cards .product_card__inner.product_card__inner--row,.tabs_block__product_card .product_card__inner.product_card__inner--row{width:100%;-ms-flex-preferred-size:none;flex-basis:auto}.block__product_cards{margin-bottom:37px}.catalog_section_page{border-top:1px solid #eee;padding:2rem 0 3rem;position:relative}.catalog_section_page .popular_category_block_variant__canvas{margin-bottom:3rem}.catalog_section_page .catalog_content__sort_horizon_view_card{position:absolute;top:-2.5rem;right:0}@media (max-width:1199.98px){div.catalog_section_block .product_card__block_item{width:25%}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:991.98px){div.catalog_section_block .product_card__block_item{width:calc(100%/3)}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:768px){div.catalog_section_block .product_card__block_item{width:50%;height:100%}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:576px){.catalog_content__canvas{display:none}.catalog_content__canvas.catalog_content__canvas--display{display:block}div.catalog_section_block .product_card__block_item{width:100%;height:100%}}.catalog-wrapper{padding-left:15px;padding-right:15px}@media (max-width:576px){.catalog-wrapper{padding-left:15px;padding-right:15px}.catalog-wrapper .block_main_left_menu__content.no-padding{padding:0!important}}.catalog_section_block_bestsellers .product_card__block_item{width:100%}.block__product_cards.block__product_cards--row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_card__block_item.product_card__block_item--row{width:100%;margin-bottom:-1px}@media (max-width:1299.98px){.bx_filter .bx_filter_section,.catalog_content__category_item{padding:1rem}}@media (max-width:1199.98px){div.catalog_section_block .product_card__block_item{width:33.33%}}@media (max-width:991.98px){.catalog_content__category_item{padding:1.5rem}#loadMore,.catalog_content__category,.catalog_content__category_block_img{margin-bottom:1rem}}@media (max-width:767.98px){.catalog_section_block{padding-left:15px;padding-right:15px}.catalog_content__category_item,div.catalog_section_block .product_card__block_item{width:50%}.rating-block-title{display:none}.product-detail-info-block-comment{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}.product-detail-info-block-title{text-align:center}.product-detail-photo-block .product_card__block_icon,.product-detail-photo-block .sticker_product{top:1rem}.product-detail-price-and-cheaper{background:#f7f7f7;text-align:center;padding:2rem 1rem 0}.product-detail-price-and-cheaper .product-detail-title-price{display:inline-block}.product-detail-price-and-cheaper .product_card__block__new_price_product{padding-right:0;padding-bottom:0}.product-detail-price-and-cheaper .product_card__block__old_price_product{display:block;font-size:.8rem;margin:.3rem 0 .5rem}.product-detail-price-and-cheaper .product-detail-info-block-price{padding-bottom:1rem}.product-detail-info-block-brand{padding:2.5rem 1rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;border-bottom:1px solid #ededed}.product-detail-info-block-brand .product-detail-info-block-brand-link{margin-bottom:0}.product-detail-info-block-main-property{text-align:center}.product-detail-info-block .block-property-text-item{opacity:.5}.product-detail-info-block .block-property-color-item.active,.product-detail-info-block .block-property-text-item.active{opacity:1}.product-detail-info-block .product-detail-info-block-size,.product-detail-info-block-basic-property,.product-detail-share-block-comment{display:none}.product-detail-info-block .product-detail-info-block-basket{position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:555;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-bottom:0}.product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper{width:50%}.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus{width:33.33%;height:100%;line-height:3.2rem}.product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn{width:100%;margin-bottom:1.5rem;padding:.8rem .5rem}.product-detail-info-block .block-advantages-title{text-align:center;font-size:1.5rem}.product-detail-info-block .product-detail-info-block-advantages-item{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.product-detail-info-block .product-detail-info-block-advantages-item img{max-width:50px;margin-right:0;margin-bottom:1rem}.product-detail-info-block .product-detail-info-block-advantages{border-bottom:1px solid #ededed}.product-detail-share-block-button{margin-right:0;width:100%;text-align:center;padding:.8rem 1.5rem}.product-detail-info-block-one-click-basket{margin-bottom:2rem;border-bottom:1px solid #ededed}.product_card__block_item{width:100%}.detail-product-advice.owl-carousel .owl-dot span{display:block;width:8px;height:8px;border:1px solid #ededed;border-radius:50px;margin-right:1.333rem}.detail-product-advice.owl-carousel .owl-dot.active span{display:block;width:8px;height:8px;border:1px solid var(--main-color);background:var(--main-color);border-radius:50px;margin-right:1.333rem}.detail-product-advice.owl-carousel .owl-dots{display:block;text-align:center;margin-top:1rem;padding-bottom:2rem}.tabs_block__product_card{padding-right:0}.detail-product-advice.owl-carousel .product_card__block{padding:2rem 0}.product_set_item .d24,.product_set_item::before{right:50%;top:auto;bottom:0;margin-top:auto;margin-bottom:-27px;margin-right:-27px}.product_set_item .d24{margin-bottom:-13px;margin-right:-2px}.product_set_comment{padding-bottom:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.puzzle_block .detail_product{border-bottom:1px solid #ededed;margin-bottom:2.5rem;padding-bottom:2.5rem}.product_set_comment__price{padding-right:0;padding-bottom:1rem}.product-detail-info-block .product-detail-info-block-basket .main_btn{width:100%;height:100%;padding:.8rem}.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity{width:50%;margin-left:0}}@media (max-width:575.98px){.catalog_content__category_item,div.catalog_section_block .product_card__block_item{width:100%}.product_card__block__article{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.block_page_navigation>a,.block_page_navigation>span{padding:.3rem .7rem;margin:0 .3rem}}
/* End */


/* Start:/include/sotbit_origami/sort/style.min.css?15904198064307*/
.sorting{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;height:3rem;margin-bottom:10px;font-size:.9rem;line-height:3rem}.sorting .select_block{margin-bottom:0}.sorting .select_block select{border:0}.sorting .custom-select-trigger{position:relative;display:block;width:100%;height:2rem;color:rgba(0,0,0,.5);line-height:2rem;border:0;padding:0 2rem 0 1rem;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;cursor:pointer}.sorting .custom-select-trigger:hover{color:var(--main-color)}.sorting .custom-select-trigger:hover::after{border-bottom:1px solid var(--main-color);border-right:1px solid var(--main-color)}.sorting .custom-select-trigger::after{content:'';position:absolute;top:calc(50% - 5px);right:1rem;width:6px;height:6px;margin-top:0;border-bottom:1px solid #000;border-right:1px solid #000;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sorting .custom-select-block.opened .custom-options{opacity:1;visibility:visible;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}.sorting .custom-select-block.opened .custom-select-trigger::after{top:calc(50% - 2px);margin-top:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.sorting .custom-options{position:absolute;top:100%;left:0;right:0;z-index:301;min-width:12rem;padding:0 1rem;margin-top:.7rem;color:#000;border:1px solid #e4e4e4;-webkit-box-shadow:0 2px 1px rgba(0,0,0,.07);box-shadow:0 2px 1px rgba(0,0,0,.07);background:#fff;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translateY(-15px);transform:translateY(-15px)}.sorting .custom-option,.sorting .custom-options,.sorting .custom-options::before,.sorting .custom-select-trigger::after{display:block;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.sorting .custom-options::before{content:'';bottom:100%;left:1.5rem;width:1rem;height:1rem;margin-bottom:-.45rem;border-top:1px solid #ced2d5;border-left:1px solid #ced2d5;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.sorting .custom-option{position:relative;padding:0 1rem;line-height:2rem;border-bottom:1px solid #e4e4e4;cursor:pointer}.sorting .custom-option:last-child{border-bottom:none}.sorting .custom-option:active,.sorting .custom-option:hover{color:var(--main-color)}.sorting form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:115px}.sorting .catalog_content__sort_horizon_btn-block{top:calc(50% - 1.15rem);position:absolute;right:0}.sorting .catalog_content__sort_horizon_btn{display:inline-block;margin-left:10px}.sorting a.catalog_content__sort_horizon_btn,.sorting span.catalog_content__sort_horizon_btn,.sorting span.catalog_content__sort_horizon_btn-list{fill:var(--main-color)}.sorting a.catalog_content__sort_horizon_btn-list{fill:#bdbdbd}.sorting .sorting__svg-icons{fill:var(--main-color);display:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sorting .catalog_content__sort_horizon_property{display:inline-block}.custom-select-wrapper{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){.sorting,.sorting form{display:initial}.sorting form{padding-right:0}.sorting .catalog_content__sort_horizon_btn-block{display:none}}@media (max-width:575px){.sorting .sorting__title{display:none}.sorting .sorting__svg-icons{display:inline-block}.sorting .catalog_content__sort_horizon_title,.sorting .custom-select-trigger::after{display:none}.sorting .custom-select-trigger{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.sorting .custom-select-block,.sorting .custom-select-trigger,.sorting .custom-select-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.sorting .custom-select-wrapper{min-width:40px;min-height:40px}.sorting .custom-select-block{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/origami_default/style.min.css?159041980576198*/
.bx_filter .bx_filter_section{position:relative;background-color:#fcfcfc;border:1px solid #ededed;padding:0}.bx_filter .bx_filter_title{font-size:21px;font-weight:700;margin-bottom:10px;padding:0 10px;color:#000;text-shadow:0 1px 0 #fff}.bx_filter .bx_filter_button_box,.bx_filter .bx_filter_parameters_box{margin-bottom:0;padding:0}.bx_filter .bx_filter_button_box{padding-top:25px;clear:both}.bx_filter .bx_filter_parameters_box{border-bottom:1px solid #ededed}.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title .bx_filter_arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bx_filter .bx_filter_parameters_box_title{display:inline-block;margin-bottom:0;padding:17px 20px;font-size:15px;cursor:pointer;position:relative}.bx_filter .bx_filter_parameters_box_title .bx_filter_arrow{position:relative;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:11px;height:10px;-webkit-transition:all .2s ease;transition:all .2s ease}.bx_filter .bx_filter_parameters_box_title .bx_filter_arrow::before{position:absolute;top:-1px;left:2px;content:'';display:inline-block;width:7px;height:7px;border-bottom:1px solid #000;border-left:1px solid #000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bx_filter .bx_filter_parameters_box_title.fonts__middle_text{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bx_filter .bx_filter_parameters_box_title .item_name{margin-right:5px}.bx_filter .bx_filter_block{position:relative;display:none;padding:0 20px}.bx_filter .bx_filter_button_box .bx_filter_block,.bx_filter .bx_filter_parameters_box.active .bx_filter_block{display:block}.bx_filter .bx_filter_parameters_box_container{margin-bottom:20px}.bx_filter .bx_filter_parameters_box_container .bx_ui_slider_track{margin:3.4rem 15px 2rem 13px}.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper{margin:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper .popup-window-hr{width:24px;margin:20px 0 0;height:20px;display:none}.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper .bx_filter_parameters_box_container_block{margin:0}.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper .bx_filter_parameters_box_container_block:nth-child(1){margin:0}.bx_filter .bx_filter_input_checkbox{position:relative;display:block;clear:both;overflow:hidden;min-height:20px;padding-top:5px;padding-bottom:5px}.bx_filter .bx_filter_input_checkbox input[type=checkbox],.bx_filter .bx_filter_input_checkbox input[type=radio]{position:relative;top:-3px;float:left}.bx_filter .bx_filter_input_checkbox .bx_filter_param_text{display:block;line-height:15px;margin-left:25px;text-align:left}.bx_filter .bx_filter_param_btn{display:inline-block;width:34px;height:34px;text-align:center;text-decoration:none;color:#000;vertical-align:middle;border:1px solid #9dbcc3;border-radius:3px;background:#fbfdfd;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background-clip:padding-box;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,255,255,.22);box-shadow:0 1px 0 rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,255,255,.22);text-shadow:0 1px 0 #fff;-webkit-transition:border .3s ease,color .3s ease,-webkit-box-shadow .1s ease;transition:border .3s ease,box-shadow .1s ease,color .3s ease;transition:border .3s ease,box-shadow .1s ease,color .3s ease,-webkit-box-shadow .1s ease;cursor:pointer}.bx_filter .bx_filter_param_btn:hover{border-color:#b4d5de}.bx_filter .bx_filter_param_btn.bx_spm{width:23px;min-width:23px;height:23px;padding:0;vertical-align:middle}.bx_filter .bx_filter_param_btn.bx_spm.bx_minus{background-repeat:no-repeat,repeat;background-position:center 10px,center}.bx_filter .bx_filter_param_btn.bx_spm.bx_plus{background-repeat:no-repeat,repeat;background-position:center 6px,center}.bx_filter .bx_filter_param_btn.bx_spm:active{outline:0!important;-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,.12);box-shadow:inset 0 2px 3px rgba(0,0,0,.12)}.bx_filter .bx_filter_param_btn:active,.bx_filter .bx_filter_param_label.active .bx_filter_param_btn{border-color:#b4d5de;background:#fcfefe;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUyZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);-webkit-box-shadow:0 0 0 3px #2995d7,inset 0 2px 3px rgba(0,0,0,.12);box-shadow:0 0 0 3px #2995d7,inset 0 2px 3px rgba(0,0,0,.12)}.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl{position:relative;background:0 0;-webkit-box-shadow:none;box-shadow:none}.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl::before{position:absolute;bottom:0;right:0;top:0;left:0;content:' ';display:block;z-index:100;opacity:.7}.bx_filter span.bx_spm{font-size:18px;font-weight:700;line-height:23px;display:inline-block;height:23px;margin:0 10px;vertical-align:middle;color:#000}.bx_filter .bx_filter_tag{padding:18px;border:1px solid #aed5e0;border-radius:5px;background:rgba(151,214,233,.33)}.bx_filter .bx_tag_link{font-size:12px;text-decoration:none;color:#68939e;border-bottom:1px solid;text-shadow:none}.bx_filter .bx_tag_link.active,.bx_filter .bx_tag_link:hover{color:#1d3d46;border-bottom:none}.bx_filter .bx_filter_parameters_box_container_block{font-size:11px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:40%;color:#3f3f3f}.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){text-align:right;margin-left:35px}.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{margin-left:3px;width:100%;height:2.8rem;border:1px solid #ededed;color:#000;text-align:left;padding-left:16px}.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-webkit-input-placeholder{color:#807f7f}.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-moz-placeholder{color:#807f7f}.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input:-ms-input-placeholder,.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::-ms-input-placeholder{color:#807f7f}.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input::placeholder{color:#807f7f}.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container{max-width:100%;position:relative}.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container input.calendar{padding:0 23px 0 4px;font-size:15px}.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;font-size:18px;top:7px;right:3px}.bx_filter .bx_ui_slider_track{position:relative;height:5px;margin:3.4rem 1rem 2rem}.bx_filter .bx_ui_slider_part{position:absolute;top:-6px}.bx_filter .bx_ui_slider_part.p1{left:6px}.bx_filter .bx_ui_slider_part.p2{left:25%}.bx_filter .bx_ui_slider_part.p3{left:50%}.bx_filter .bx_ui_slider_part.p4{left:75%}.bx_filter .bx_ui_slider_part.p5{right:5px}.bx_filter .bx_ui_slider_part span{position:absolute;top:-1.8rem;left:50%;display:block;width:100px;margin-left:-50px;text-align:center;font-size:12px;color:#000}.bx_filter .bx_ui_slider_part.p2 span,.bx_filter .bx_ui_slider_part.p3 span,.bx_filter .bx_ui_slider_part.p4 span{display:none}.bx_filter .bx_ui_slider_pricebar,.bx_filter .bx_ui_slider_pricebar_VD,.bx_filter .bx_ui_slider_pricebar_VN,.bx_filter .bx_ui_slider_range{position:absolute;top:-1px;bottom:-1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx_filter .bx_ui_slider_pricebar_V{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx_filter .bx_ui_slider_range{z-index:85}.bx_filter .bx_ui_slider_pricebar{z-index:100}.bx_filter .bx_ui_slider_pricebar_VD{z-index:60;border-top:1px solid #74868e;border-bottom:1px solid #74868e;background:#849da4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#849da4', endColorstr='#93afb7', GradientType=0)}.bx_filter .bx_ui_slider_pricebar_VN{z-index:70;border-radius:5px;background:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6eccea', endColorstr='#73d6f6', GradientType=0)}.bx_filter .bx_ui_slider_pricebar_V{z-index:80;top:-1px;bottom:-1px;background:var(--main-color)}.bx_filter .bx_ui_slider_handle{position:absolute;top:100%;width:22px;height:22px}.bx_filter .bx_ui_slider_handle:hover{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.bx_filter .bx_ui_slider_handle:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.bx_filter .bx_ui_slider_handle.left,.bx_filter .bx_ui_slider_handle.right{margin-top:-13px;background:#fff;height:20px;width:20px;border-radius:50px;border:1px solid #a4a4a4;-webkit-transition:all 0s!important;transition:all 0s!important}.bx_filter .bx_ui_slider_handle.left{left:0;margin-left:-10px}.bx_filter .bx_ui_slider_handle.right{right:0;margin-right:-10px}.bx_filter .bx_filter_select_block,.bx_filter .bx_filter_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx_filter .bx_filter_select_container{background:#8ca3ae;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ca3ae', endColorstr='#b6c8d2', GradientType=0);display:inline-block;height:35px;padding:1px;border-radius:3px;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,.75);box-shadow:0 1px 0 0 rgba(255,255,255,.75)}.bx_filter .bx_filter_select_block{position:relative;display:block;width:100%;height:33px;margin:0;padding:0 33px 0 10px;border:0;border-radius:2px;background:#fff;-webkit-box-shadow:inset 0 3px 6px 0 rgba(215,215,215,.75);box-shadow:inset 0 3px 6px 0 rgba(215,215,215,.75)}.bx_filter .bx_filter_select_text{font-size:15px;line-height:33px;overflow:hidden;max-width:100%;height:33px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis}.bx_filter .bx_filter_select_text.fix{min-width:120px}.bx_filter .bx_filter_select_text label{cursor:pointer}.bx_filter .bx_filter_select_arrow{position:absolute;top:0;right:0;width:34px;height:33px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC) no-repeat center}.bx_filter .bx_filter_param_label{font-size:13px;position:relative;display:block;text-align:left;margin-bottom:5px;margin-right:5px}.bx_filter .bx_filter_param_label.dib{display:inline-block}.bx_filter .bx_filter_param_text{line-height:34px;position:relative;display:inline-block;margin:0 5px;vertical-align:middle;text-align:center;cursor:pointer}.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text{color:#6c6c6c}.bx_filter .bx_filter_select_block .bx_filter_btn_color_icon{top:-1px!important}.bx_filter .bx_filter_parameter_biz{font-size:15px;display:inline-block;margin-right:10px;text-decoration:none;color:#215968;border-bottom:1px dashed}.bx_filter .bx_filter_parameter_biz:hover{text-decoration:none;border-bottom:1px solid}.bx_filter .bx_filter_parameter_biz.active{position:relative;padding-left:20px;color:#d54a4a;border-bottom:1px solid}.bx_filter .bx_filter_parameter_biz.active:hover{border-bottom:1px dashed}.bx_filter .bx_filter_parameter_biz.active:before{position:absolute;top:4px;left:1px;display:block;width:13px;height:13px;content:' ';background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC) no-repeat center left}.bx_filter .bx_filter_search_button,.bx_filter .bx_filter_search_reset{cursor:pointer;outline:0;line-height:39px;display:inline-block;height:40px;padding:0 .5rem;width:45%;text-decoration:none;border:1px solid var(--main-color);-webkit-transition:.3s;transition:.3s}.bx_filter .bx_filter_search_button{color:#fff;background:var(--main-color)}.bx_filter .bx_filter_search_button:hover{border:1px solid var(--main-color-hover);background:var(--main-color-hover)}.bx_filter .bx_filter_search_reset{color:var(--main-color);background:0 0}.bx_filter .bx_filter_search_reset:hover{color:var(--main-color-hover);border:1px solid var(--main-color-hover)}.bx_filter .bx_filter_search_reset:active{position:relative}.bx_filter .bx_filter_popup_result{height:38px;position:absolute;z-index:930;display:none;padding:0;white-space:nowrap;color:#3f3f3f;background-color:var(--main-color);-webkit-box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15);box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15)}.bx_filter .bx_filter_popup_result .product-card_icon-check,.bx_filter .bx_filter_popup_result_close{display:none}.bx_filter .bx_filter_popup_result .fa-check{display:none;color:#29ad2e}.bx_filter .bx_filter_popup_result .popup_result_info{color:#fff;line-height:38px}.bx_filter .bx_filter_popup_result .popup_result_btns{background-color:var(--main-color);line-height:38px}.bx_filter .bx_filter_popup_result .popup_result_btns a{display:none;background-color:var(--main-color)}.bx_filter .bx_filter_popup_result .popup_result__close{position:relative;display:inline-block;width:12px;height:12px;margin-left:13px;margin-right:14px;cursor:pointer}.bx_filter .bx_filter_popup_result .popup_result__close::after,.bx_filter .bx_filter_popup_result .popup_result__close::before{content:"";position:absolute;height:1px;width:15px;left:0;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#fff}.bx_filter .bx_filter_popup_result .popup_result__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bx_filter .bx_filter_popup_result.right{left:106%}.bx_filter .bx_filter_popup_result.left::after,.bx_filter .bx_filter_popup_result.right::after{content:"";position:absolute;width:14px;height:10px;-webkit-transform:skew(45deg) rotate(-22deg);transform:skew(45deg) rotate(-22deg);background-color:var(--main-color)}.bx_filter .bx_filter_popup_result.right::after{left:-5px;top:calc(50% - 3px)}.bx_filter .bx_filter_popup_result .arrow{position:absolute;top:50%;width:8px;height:14px;margin-top:-7px}.bx_filter .bx_filter_popup_result a{text-align:center;display:inline-block;height:100%;padding:0 15px 0 10px;margin-left:0;text-decoration:none;color:#fff;background:var(--main-color)}.bx_filter .bx_filter_popup_result a:hover,.checkbox__label a:hover{text-decoration:underline}.bx_filter .bx_filter_popup_result.left{right:106%}.bx_filter .bx_filter_popup_result.left::after{top:calc(50% - 6px);left:calc(100% - 9px)}.bx_filter .bx_filter_popup_result::after{background-color:var(--main-color)}.bx_filter .bx-filter-param-btn-inline{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.bx_filter .bx-filter-param-btn-inline .bx-filter-param-label{min-height:20px;margin:0 0 5px 5px;padding:2px;border:1px solid #ededed;cursor:pointer}.bx_filter .bx-filter-param-btn-inline .bx-filter-param-label:active,.bx_filter .bx-filter-param-btn-inline .bx-filter-param-label:focus,.bx_filter .bx-filter-param-btn-inline .bx-filter-param-label:hover{border:1px solid var(--main-color)}.bx_filter .bx-filter-btn-color-icon{display:inline-block;width:28px;height:28px;vertical-align:middle;background-size:cover;border:1px solid #ededed}.bx_filter .bx_filter_param_label.disabled .bx_filter_btn_color_icon{opacity:.2}.bx_filter .block_main_left_menu__title{margin-bottom:0;position:relative;padding:17px 20px;font-size:18px;cursor:pointer;border-bottom:1px solid #ededed}.bx_filter .block_main_left_menu__title div{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bx_filter .block_main_left_menu__title .block_main_left_menu__title-toggle{position:relative;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15px;height:15px;-webkit-transition:all .3s ease;transition:all .3s ease}.bx_filter .block_main_left_menu__title .block_main_left_menu__title-toggle::after{position:absolute;top:2px;left:4px;content:'';display:inline-block;width:7px;height:7px;border-bottom:1px solid #000;border-left:1px solid #000;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bx_filter .block_main_left_menu__title.active .block_main_left_menu__title-toggle{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bx_filter_select_popup{padding:0}.bx_filter_select_popup .bx_filter_param_label.active{background:#f3f8fa}.bx_filter_select_popup .bx_filter_btn_color_icon{margin:2px 0;top:0!important}.bx_filter_select_popup ul{margin:0;padding:0;list-style:none}.bx_filter_select_popup ul li{display:block;text-align:left;vertical-align:middle}.bx_filter_select_popup ul li .bx_filter_param_text{line-height:26px!important}.bx_filter_select_popup ul li:first-child{border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px}.bx_filter_select_popup ul li label{font-size:14px;line-height:26px;display:block;text-align:left!important;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:26px;padding:0 5px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;color:#575757}.bx_filter_select_popup ul li label.selected,.bx_filter_select_popup ul li label:hover{color:#000;background:#f3f8fa}.bx_filter_select_popup ul li label.disabled{color:#b8b8b8;background:0 0}.checkbox__input{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0}.checkbox__input:checked~.checkbox__label::before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K);background-color:var(--main-color);border-color:var(--main-color);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPjx0aXRsZT51bnRpdGxlZDwvdGl0bGU+PHBhdGggZD0iTTAsMFYxSDFWMEgwWk0wLjQ1LDAuNzRsLTAuMDguMDhMMC4yOCwwLjc0LDAuMTQsMC42bDAuMDgtLjA4TDAuMzYsMC42NWwwLjQxLS40MUwwLjg2LDAuMzJaIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPjx0aXRsZT51bnRpdGxlZDwvdGl0bGU+PHBhdGggZD0iTTAsMFYxSDFWMEgwWk0wLjQ1LDAuNzRsLTAuMDguMDhMMC4yOCwwLjc0LDAuMTQsMC42bDAuMDgtLjA4TDAuMzYsMC42NWwwLjQxLS40MUwwLjg2LDAuMzJaIi8+PC9zdmc+)}.checkbox__input:checked~.checkbox__label::after{background-color:#2196f3}.checkbox__input:checked:disabled~.checkbox__label::before{background-color:rgba(0,0,0,.26);background-clip:padding-box}.checkbox__input:disabled~.checkbox__label{color:rgba(0,0,0,.38)}.checkbox__input:disabled~.checkbox__label a{color:rgba(0,0,0,.38);cursor:auto}.checkbox__input:disabled~.checkbox__label::before{background-color:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.checkbox__input:focus~.checkbox__label:after{-webkit-animation:click-wave .5s;animation:click-wave .5s}.checkbox__input:not(:checked)~.checkbox__label:after{background-color:#000}.checkbox__label{color:rgba(0,0,0,.87);position:relative;cursor:pointer;padding-left:2rem;line-height:1.7;font-weight:400;overflow:hidden;text-overflow:ellipsis}.checkbox__label:hover,.filter-size .radio_container input[type=radio]:hover+label span{color:var(--main-color)}.checkbox__label a{text-decoration:underline;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;vertical-align:middle}.checkbox__label.active::before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K);background-color:var(--main-color);border-color:var(--main-color);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPjx0aXRsZT51bnRpdGxlZDwvdGl0bGU+PHBhdGggZD0iTTAsMFYxSDFWMEgwWk0wLjQ1LDAuNzRsLTAuMDguMDhMMC4yOCwwLjc0LDAuMTQsMC42bDAuMDgtLjA4TDAuMzYsMC42NWwwLjQxLS40MUwwLjg2LDAuMzJaIi8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiPjx0aXRsZT51bnRpdGxlZDwvdGl0bGU+PHBhdGggZD0iTTAsMFYxSDFWMEgwWk0wLjQ1LDAuNzRsLTAuMDguMDhMMC4yOCwwLjc0LDAuMTQsMC42bDAuMDgtLjA4TDAuMzYsMC42NWwwLjQxLS40MUwwLjg2LDAuMzJaIi8+PC9zdmc+)}.checkbox__label::before{content:'';position:absolute;top:0;left:0;width:17px;height:17px;margin:3px;border:1px solid rgba(0,0,0,.3)}.checkbox__label::after{content:'';position:absolute;top:0;left:0;border-radius:50%}.bx_filter .bx_filter_select_text_icon,.bx_filter_select_popup .bx_filter_select_text_icon{line-height:33px;position:relative;display:inline-block;width:24px;height:24px;margin-top:-2px;margin-right:2px;vertical-align:middle;border-radius:2px}.bx_filter .bx_filter_btn_color_icon,.bx_filter_select_popup .bx_filter_btn_color_icon{line-height:24px;position:relative;border-radius:2px;display:inline-block;width:24px;height:24px;vertical-align:middle;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);background-size:cover}.bx_filter .bx_filter_btn_color_icon{top:5px}.bx_filter_btn_color_icon.all{position:relative;border:0;-webkit-box-shadow:none;box-shadow:none}.bx_filter_btn_color_icon.all::after,.bx_filter_btn_color_icon.all::before{position:absolute;width:60%;height:60%;background:#fff;content:" ";-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}.bx_filter_btn_color_icon.all::after{right:0;bottom:0}.bx_filter_btn_color_icon.all::before{top:0;left:0}.popup-content .confidential-field .checkbox__label,.popup-window .bx-filter-select-popup li{margin:0}.popup-content .confidential-field .checkbox__label a{vertical-align:inherit}.filter-size label{min-width:38px;min-height:38px;margin-bottom:.3rem;border:1px solid transparent;text-align:center;line-height:38px;font-weight:600!important}.filter-size label span{color:#202020;cursor:pointer}.filter-size label.bx-active span{color:#202020}.filter-size input:checked+label{border:1px solid var(--main-color)}.filter-size input:hover+label,.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label.bx-active .bx-filter-param-btn.bx-color-sl,.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label:hover .bx-filter-param-btn.bx-color-sl,.mobile_filter_form .bx-filter-param-btn-inline.checkboxes_with_pictures .bx-filter-param-label:hover .bx-color-sl,.mobile_filter_form .bx_filter .bx-filter-param-btn-inline .bx-filter-param-label.bx-active .bx-color-sl,.popup-window .bx-filter-select-popup li:hover .bx-filter-param-label .bx-filter-btn-color-icon:before{border:1px solid var(--main-color)}.filter-size input:disabled+label .bx-filter-param-text{color:#c2c2c2}.filter-size .bx-filter-param-text{padding-left:0}.filter-size .radio_container_wrapper input:checked+label{border-color:transparent}.filter-size .radio_container_wrapper input:hover+label,.filter-size .radio_container_wrapper input:hover+label span{border-color:transparent}.filter-size .type-checkbox input:focus+label{border-color:transparent}.filter-size .type-checkbox input:checked+label{border-color:transparent}.filter-size .radio_container input[type=radio]:hover+label,.filter-size .type-checkbox input:hover+label{border-color:transparent}.filter-size .radio_container label,.filter-size .type-checkbox label{min-height:auto;line-height:1.7}.filter-size .type-checkbox .checkbox__label:before{content:'';position:absolute;top:calc(50% - 12px);left:0;width:17px;height:17px;margin:3px;border:1px solid rgba(0,0,0,.3)}.filter-size .radio_container{position:relative;min-width:36px}.filter-size .radio_container input[type=radio]+.radio-label:before{top:calc(50% - 10px)}.filter-size .radio_container .radio-label_title{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;font-weight:400;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px 0 25px}.filter-size .radio_container input[type=radio]{position:absolute;opacity:0;margin-bottom:0}.filter-size .radio_container input[type=radio]+.radio-label{min-width:36px;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;border:1px solid transparent}.filter-size .radio_container input[type=radio]:checked+.radio-label{min-width:36px;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid transparent}.filter-size .radio_container input[type=radio]:checked+label::before{background-color:var(--main-color);border:2px solid var(--main-color)}.filter-size .radio_container input[type=radio]:checked:disabled+.radio-label{opacity:.4;cursor:inherit}.filter-size .radio_container input[type=radio]:checked+.radio-label:empty:before{margin-right:0}.bx_filter_block{overflow:hidden}.bx_filter_block.button{padding:0 20px;border:0}.bx_filter_block.button .bx_filter_parameters_box_container,.mobile_filter_form .block_main_left_menu__title>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bx_filter_parameters_open_all{font-size:.8rem;color:var(--main-color);cursor:pointer;display:inline-block}.bx_filter_parameters_open_all.open .icon-nav_button::before{display:inline-block;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bx_filter_parameters_open_all .bx_filter_parameters_open_all_open:hover,.bx_filter_parameters_open_all:hover>.icon-nav_button{color:var(--main-color-hover);border-color:var(--main-color-hover)}.bx_filter_parameters_open_all>.icon-nav_button{display:inline-block;padding-left:3px}.bx_filter_parameters_open_all .bx_filter_parameters_open_all_close,.custom-select-wrapper select{display:none}.bx_filter_parameters_open_all .bx_filter_parameters_open_all_open{display:inline-block;border-bottom:1px solid var(--main-color)}.select_block{margin-bottom:1.5rem}.custom-select-wrapper{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select-trigger{position:relative;display:block;width:100%;padding:0 1rem;height:2rem;line-height:2rem;border:1px solid #e4e4e4;cursor:pointer;color:rgba(0,0,0,.5)}.custom-options,.custom-select-trigger:after{position:absolute;display:block;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.custom-select-trigger:after{content:'';width:10px;height:10px;top:calc(50% - 4px);right:1rem;border-bottom:1px solid #b4b4b4;border-right:1px solid #b4b4b4;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:0}.custom-options{top:100%;left:0;right:0;min-width:100%;margin-top:-1px;border:1px solid #e4e4e4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 2px 1px rgba(0,0,0,.07);box-shadow:0 2px 1px rgba(0,0,0,.07);background:#fff;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translateY(-15px);transform:translateY(-15px);padding:0 1rem}.custom-option,.custom-select-block{position:relative;display:block}.custom-select-block .custom-options{z-index:301}.custom-select-block.opened .custom-select-trigger:after{margin-top:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);top:calc(50% - 1px)}.custom-select-block.opened .custom-options{opacity:1;visibility:visible;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}.option-hover:before{background:#f9f9f9}.custom-option{padding:0 1rem;border-bottom:1px solid #e4e4e4;line-height:2rem;cursor:pointer;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.radio_container{position:relative;margin-bottom:0}.radio_container .radio-label_title{padding-left:2rem;display:block;font-weight:400}.radio_container input[type=radio]{position:absolute;opacity:0}.radio_container input[type=radio]+.radio-label:before{content:'';background:#fff;border-radius:100%;border:2px solid #e3e3e3;display:inline-block;width:17px;height:17px;position:absolute;top:calc(50% - 12px);vertical-align:top;cursor:pointer;text-align:center;-webkit-transition:all 250ms ease;transition:all 250ms ease}.radio_container input[type=radio]:checked+.radio-label:before{background-color:var(--main-color);-webkit-box-shadow:inset 0 0 0 2px #f4f4f4;box-shadow:inset 0 0 0 2px #f4f4f4;border:2px solid var(--main-color)}.radio_container input[type=radio]:focus+.radio-label:before{outline:0;border-color:var(--main-color)}.radio_container input[type=radio]:disabled+.radio-label:before{-webkit-box-shadow:inset 0 0 0 3px #f4f4f4;box-shadow:inset 0 0 0 3px #f4f4f4;border-color:#b4b4b4;background:#b4b4b4}.radio_container input[type=radio]+.radio-label:empty:before{margin-right:0}.bx-sidebar-block .bx-filter .bx-filter-param-btn:active,.bx-sidebar-block .bx-filter .bx-filter-param-btn:focus,.bx-sidebar-block .bx-filter .bx-filter-param-btn:hover{border:var(--main-color) solid 2px}.bx-filter-param-btn-inline.checkboxes_with_pictures input:checked+.bx-filter-param-label{border:var(--main-color) solid 1px}.bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled+.bx-filter-param-label{position:relative;cursor:default}.bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled+.bx-filter-param-label::before{content:"";height:1px;width:22px;background-color:#887f81;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:16px;left:5px}.bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled+.bx-filter-param-label::after{content:"";height:1px;width:22px;background-color:#887f81;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:16px;left:5px}.bx-filter-param-btn-inline.checkboxes_with_pictures input:disabled+.bx-filter-param-label .bx-filter-btn-color-icon{opacity:.4}.bx-filter-param--checkbox-pict-label{padding-left:3px}.mobile_filter_overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:995}.bx_filter_popup_result .popup_result_btns a.del_filter,.bx_filter_popup_result .popup_result_btns input,.find_property_value_wrapper,.icon-nav_button,.properties_block_title{display:none}.find_property_value_wrapper .find_property_value::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.find_property_value_wrapper .find_property_value::-moz-placeholder{color:rgba(0,0,0,.5)}.find_property_value_wrapper .find_property_value:-ms-input-placeholder,.find_property_value_wrapper .find_property_value::-ms-input-placeholder{color:rgba(0,0,0,.5)}.find_property_value_wrapper .find_property_value::placeholder{color:rgba(0,0,0,.5)}.find_property_value_wrapper .icon-search::before{position:absolute;top:19px;right:28px}.panel_filter_sort{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0}.mobile_filter_btn,.mobile_filter_btn svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mobile_filter_btn{display:none;padding:5px 10px;margin-right:15px;border:1px solid #ededed;cursor:pointer;margin-bottom:10px;font-size:13px;min-width:90px;text-align:center}.mobile_filter_btn:hover{color:#fff;background:var(--main-color)}.mobile_filter_btn,.mobile_filter_btn:hover .mobile_filter-selected_number{background:#fff;color:var(--main-color)}.mobile_filter_btn:hover svg{fill:#fff}.mobile_filter_btn .mobile_filter-selected_number{display:none;background:var(--main-color);color:#fff;font-size:12px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mobile_filter_btn svg{fill:var(--main-color)}.mobile_filter-selected_number{padding-top:1px;text-align:center;height:20px;width:20px;border-radius:10px}.bx_filter_popup_result.fonts__middle_comment.right{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.filter_block_wrapper_max_height{height:100%!important}.popup-window{padding:0 12px;border:1px solid #ededed;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.15);box-shadow:0 3px 3px rgba(0,0,0,.15)}.popup-window .bx-filter-select-popup .bx-filter-btn-color-icon::before{content:'';width:24px;height:24px;border:1px solid #ededed;position:absolute;top:9px;left:17px}.popup-window .bx-filter-select-popup .bx-filter-btn-color-icon{width:18px;height:18px;border:0;vertical-align:initial}.popup-window .bx-filter-select-popup li:first-child .bx-filter-btn-color-icon:before{display:none}.bx-filter-select-popup{width:172px}.bx-filter-select-popup label{overflow:hidden;text-overflow:ellipsis}.bx-filter-select-popup label:hover{color:var(--main-color)}.bx-filter-select-popup ul{list-style-type:none;margin:0;padding:0}.bx-filter-select-popup ul li{height:42px;border-bottom:1px solid #ededed}.bx-filter-select-popup ul li label{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;cursor:pointer;font-weight:400;margin:0}.bx-filter-select-popup ul li label.disabled{color:#e4e4e4}.bx-filter-select-popup ul li::before{content:none}.bx-filter-select-popup ul li:last-child{border-bottom:none}.bx_filter_wrapper .selected_items,.hidden_filter_props{display:none}.filter-title{margin-right:5px}.bx_filter_wrapper{margin-bottom:37px}.bx-filter-select-text{border:1px solid #e4e4e4;padding:8px 30px 8px 13px;color:rgba(0,0,0,.5);margin-bottom:1.5rem;font-size:13px;cursor:pointer;background-color:#fff;color:#060606}.bx-filter-select-text::after{position:absolute;display:block;content:'';width:6px;height:6px;top:33%;right:39px;margin-top:-3px;border-bottom:1px solid #b4b4b4;border-right:1px solid #b4b4b4;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform-origin:50% 0;transform-origin:50% 0}.horizontal_filter-icon_cancel,.mobile_filter-icon_cancel_small{display:none}.bx-filter-param-btn-block label{cursor:pointer}.radio_container_wrapper__resizer{overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.popup_result_info{display:inline-block}@media (min-width:992px) and (max-width:1200px){.filter-size .col-xs-12{padding-left:9px!important}}@media (max-width:991px){.bx_filter_wrapper{display:none}.mobile_filter_btn{display:inline-block;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:860px){.bx_filter.bx_horizontal .bx_filter_parameters_box{width:33.333%}.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none}.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:both}}@media (max-width:768px){.sotbit-seometa-tags-column-wrapper{width:50%}}@media (max-width:767px){.panel_filter_sort{margin-bottom:1rem;display:block}}@media (max-width:640px){.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box{width:50%}.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none}.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2){clear:both}}@media (max-width:575px){.catalog_content__sort_horizon .custom-select-trigger:after,.catalog_content__sort_horizon_title,.custom-select-trigger_sorting_text{display:none}.panel_filter_sort .catalog_content__sort_horizon{margin:0;float:right;height:100%;width:84px;line-height:0}.panel_filter_sort .catalog_content__sort_horizon .custom-select-trigger{padding:0}.panel_filter_sort{height:42px;width:100%;border:1px solid #ededed;margin-bottom:30px}.mobile_filter_btn{margin:0;height:100%;width:calc(100% - 84px);border:0;padding:10px}.catalog_content__sort_horizon_property{width:50%;border-left:1px solid #ededed;display:inline-block!important;min-width:auto!important;height:100%;text-align:center;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__sort_horizon_property:hover{background:var(--main-color)}.catalog_content__sort_horizon form{height:100%;font-size:0}.panel_filter_sort .catalog_content__sort_horizon .custom-options{left:auto;right:0}.panel_filter_sort .catalog_content__sort_horizon .custom-options:before{right:13px;left:auto}}@media (max-width:530px){.bx-touch .bx_filter .bx_filter_popup_result{font-size:12px;line-height:14px;position:fixed!important;z-index:1001;top:auto!important;right:0!important;bottom:0!important;left:0!important;margin-top:0;margin-left:0;width:auto;height:auto;padding:10px;border-radius:0;-webkit-box-shadow:0 -2px 5px 0 rgba(0,0,0,.1);box-shadow:0 -2px 5px 0 rgba(0,0,0,.1)}.bx_filter .bx_filter_popup_result .arrow{display:none}.bx-touch .bx_filter .bx_filter_popup_result_close{position:absolute;top:50%;right:10px;display:block;width:22px;height:22px;margin-top:-11px;background-size:16px}.mobile_filter_form .bx_filter .bx_filter_popup_result{width:90%!important;height:auto!important;line-height:40px!important;margin:0!important;padding:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;z-index:0!important;font-size:.9rem!important}}@media (max-width:450px){.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box{float:none;width:100%}.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2),.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none}}@media (max-width:349px){.panel_filter_sort{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;align-items:start}}.mobile_filter_form .checkbox__label a{text-decoration:none;vertical-align:initial}.mobile_filter_form .bx_filter{display:none;position:fixed;left:0;top:0;width:90%;height:100%;z-index:999;background-color:#fff;border:1px solid #ededed}.mobile_filter_form .bx_filter .bx_filter_parameters_box_container{padding-left:0}.mobile_filter_form .bx_filter .bx_filter_section{padding:0;border:0;height:calc(100% - 90px);overflow-y:auto;background:#fff}.mobile_filter_form .bx_filter .bx_filter_popup_result,.mobile_filter_form .bx_filter form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile_filter_form .bx_filter form{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important}.mobile_filter_form .bx_filter .bx_filter_button_box,.mobile_filter_form .bx_filter .bx_filter_parameters_box.active .bx_filter_block,.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result__close,.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_info i,.mobile_filter_form .bx_filter .bx_filter_popup_result.right::after{display:none}.mobile_filter_form .bx_filter .bx_filter_popup_result{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;width:90%;height:auto;line-height:40px;position:fixed;left:0!important;bottom:0;margin:0;padding:0;background:0 0;border:0;-webkit-box-shadow:none;box-shadow:none;z-index:0;text-align:center}.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_info{color:#a7a7a7}.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns{font-size:14px;font-weight:700;display:inline-block;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;line-height:42px}.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input{display:block;margin:0;padding:0;width:100%}.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input[name=del_filter]{background:#fff;border:1px solid #ededed;color:var(--main-color)}.mobile_filter_form .bx_filter .bx_filter_popup_result .popup_result_btns input[name=set_filter]{background:var(--main-color);border:1px solid var(--main-color);color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mobile_filter_form .bx_filter .bx-filter-btn-color-icon{width:18px;height:18px;border:0;vertical-align:initial}.mobile_filter_form .bx_filter .filter-size label{text-align:left}.mobile_filter_form .bx_filter .block_main_left_menu__title .block_main_left_menu__title-toggle{display:none}.mobile_filter_form .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper{margin:25px 20px}.mobile_filter_form .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block_wrapper .popup-window-hr{display:block}.mobile_filter_form .bx_filter .bx_filter_parameters_box_container .bx_ui_slider_track{margin:3.4rem 30px 2rem}.mobile_filter_form .bx_filter .bx-filter-param-btn-inline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.mobile_filter_form .bx_filter .bx-filter-param-btn-inline .bx-filter-param-label{margin:0;padding:13px;border:0;border-bottom:1px solid #ededed}.mobile_filter_form .bx_filter .bx-filter-param-btn-inline .bx-filter-param-label.bx-active{border:0;border-bottom:1px solid #ededed}.mobile_filter_form .bx_filter .bx-filter-param-btn-inline .bx-filter-param-label:active,.mobile_filter_form .bx_filter .bx-filter-param-btn-inline .bx-filter-param-label:focus,.mobile_filter_form .bx_filter .bx-filter-param-btn-inline .bx-filter-param-label:hover{border:0!important;border-bottom:1px solid #ededed!important}.mobile_filter_form .bx_filter .bx-filter-param-btn-inline .bx-filter-param-label span.color_value{font-weight:400}.mobile_filter_form .bx_filter .bx_filter_parameters_box_title{font-size:13px;padding:0}.mobile_filter_form .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{padding:5px;width:90px;height:40px}.mobile_filter_form .bx_filter .bx_filter_parameters_box_container_block{width:90px}.mobile_filter_form .bx_filter .bx_filter_parameters_box_container .bx-filter-select-container{margin:0;padding:20px;width:100%}.mobile_filter_form .bx_filter_parameters_box{margin:0!important;padding:14px 30px 14px 13px!important;border-bottom:1px solid #ededed;font-size:13px}.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title,.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title>span{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title{font-weight:400;margin:0}.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title .item_name{margin-right:15px}.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title .bx_filter_arrow{display:none}.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title .icon-nav_button{display:block}.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title .icon-nav_button::before{display:inline-block;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title>span{width:100%}.mobile_filter_form .bx_filter_parameters_box .bx_filter_parameters_box_title>span .selected_items{margin-right:10px;font-size:13px;color:#b3b3b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile_filter_form .bx_filter_block_wrapper{position:fixed;left:0;top:0;width:90%;height:calc(100% - 90px);overflow-y:auto;background:#fff;border:1px solid #ededed;border-bottom:none!important;z-index:1}.mobile_filter_form .bx_filter_block_wrapper .properties_block_title{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;padding:13px;border-bottom:1px solid #ededed;font-weight:700;cursor:pointer;font-size:15px}.mobile_filter_form .bx_filter_block_wrapper .properties_block_title::before{font-weight:400;position:relative;border-bottom:1px solid #000;border-right:1px solid #000;display:block;content:'';width:10px;height:10px;top:5px;margin-top:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.mobile_filter_form .bx_filter_block_wrapper .properties_block_title>span{width:100%;text-align:center}.mobile_filter_form .bx_filter_parameters_box_container{margin:0!important;padding:0}.mobile_filter_form .bx_filter_parameters_box_container .bx_filter_parameters_open_all{display:none}.mobile_filter_form .bx_filter_parameters_box_container .blank_ul_wrapper{border:0;border-top:1px solid #ededed}.mobile_filter_form .bx_filter_parameters_box_container .bx_filter_parameters_box_checkbox{padding:11px;border-bottom:1px solid #ededed}.mobile_filter_form .bx_filter_parameters_box_container .find_property_value_wrapper{display:block;position:relative;padding:15px 25px 0 15px}.mobile_filter_form .bx_filter_parameters_box_container .find_property_value{width:100%;border:1px solid #ededed;color:rgba(0,0,0,.5);height:45px;margin-bottom:15px;padding:0 2rem 0 15px;background:#fff;color:#000;font-size:13px}.mobile_filter_form .checkbox__label{min-height:20px}.mobile_filter_form .hidden_filter_props{display:block}.mobile_filter_form .checkbox__label,.mobile_filter_form .radio_container_wrapper .radio_container .radio-label{margin:0;width:100%}.mobile_filter_form span.icon-search{display:block;position:absolute;right:10px;top:0;line-height:3rem;font-weight:700}.mobile_filter_form .radio_container_wrapper .radio_container{margin:0;padding:13px;border-bottom:1px solid #ededed}.mobile_filter_form .radio_container_wrapper .radio_container .radio-label::before{position:static}.mobile_filter_form .radio_container_wrapper .radio_container .radio-label_title{display:inline-block;padding-left:5px}.mobile_filter_form .bx-filter-select-text{position:relative}.mobile_filter_form .bx-filter-select-text::after{right:1rem;top:50%}.mobile_filter_form .block_main_left_menu__title.active div:after{display:none}.mobile_filter_form .mobile_filter-icon_cancel_small{fill:#000;display:inline-block;stroke:#000}.mobile_filter_form .block_main_left_menu__title{margin:0!important;padding:13px;border-bottom:1px solid #ededed;width:100%;cursor:pointer;font-size:15px}.mobile_filter_form .block_main_left_menu__title::after{content:none}.mobile_filter_form .bx_filter_block.bx_filter_block_wrapper{padding:0}.mobile_filter_form .used-now-title{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.mobile_filter_form .not-used-now-title{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.mobile_filter_form .not-used-now-title,.mobile_filter_form .used-now-title{background:#f6f6f6;height:46px;width:100%;margin:0;padding:14px 25px 14px 13px;border-bottom:1px solid #ededed;font-size:13px}.mobile_filter_form .bx_filter_parameters_box_title .icon-nav_button,.mobile_filter_form .bx_filter_parameters_box_title .item_name,.mobile_filter_form .radio_container_wrapper .radio_container label{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label:hover,.mobile_filter_form .bx_filter_parameters_box_title:hover .icon-nav_button,.mobile_filter_form .bx_filter_parameters_box_title:hover .item_name{color:var(--main-color)}.mobile_filter_form .bx-filter-param-btn-block .bx-filter-param-label{width:100%;font-weight:400;padding-left:15px;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-bottom:1px solid #ededed;height:48px;margin:0}.mobile_filter_form .col-xs-12{padding:0}.mobile_filter_form .bx-filter-param-btn.bx-color-sl{width:24px;height:24px;display:inline-block;border:1px solid #ededed;padding:2px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mobile_filter_form .bx-filter-param-btn-inline.checkboxes_with_pictures .bx-filter-param-label .color_value,.mobile_filter_form .bx-filter-param-label .bx-filter-param-text{padding-left:10px}.mobile_filter_form .bx_ui_slider_part.fonts__small_comment.p1{left:51px;color:gray}.mobile_filter_form .bx_ui_slider_part.fonts__small_comment.p1 span{text-align:left;color:gray;font-size:12px}.mobile_filter_form .bx_ui_slider_part.fonts__small_comment.p5{right:51px}.mobile_filter_form .bx_ui_slider_part.fonts__small_comment.p5 span{text-align:right;color:gray;font-size:12px}.mobile_filter_form .radio_container_wrapper .radio_container{cursor:pointer}.mobile_filter_form .radio_container_wrapper .radio_container label .radio-label_title.fonts__main_comment{font-size:13px}.mobile_filter_form .radio_container_wrapper .radio_container label{cursor:pointer}.mobile_filter_form .bx-filter-param-btn-inline.checkboxes_with_pictures .bx-filter-param-label:hover,.mobile_filter_form .radio_container_wrapper .radio_container:hover{color:var(--main-color)}.mobile_filter_form .radio_container input[type=radio]+.radio-label:before{border:1px solid #e3e3e3;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.mobile_filter_form .radio_container input[type=radio]:checked+.radio-label:before{background-color:var(--main-color);-webkit-box-shadow:inset 0 0 0 7px #fff;box-shadow:inset 0 0 0 7px #fff;border:5px solid var(--main-color)}.mobile_filter_form .col-xs-12 .bx-filter-param-btn-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile_filter_form .disabled{cursor:initial}.mobile_filter_form .disabled:hover{color:#000}.mobile_filter_form .blank_ul_wrapper.type-checkbox{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile_filter_form .fonts__middle_comment{font-size:13px}.mobile_filter_form .popup_result_info{display:none}.mobile_filter_form .col-xs-12 label{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile_filter_form .bx_filter_parameters_box_title.fonts__middle_text span{max-width:95%}.mobile_filter_form .bx-filter-param-btn-inline.checkboxes_with_pictures .bx-filter-param-label{width:100%;font-weight:400;padding:0 0 0 15px;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-bottom:1px solid #ededed;height:48px;margin:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.mobile_filter_form .bx-filter-select-block .bx-filter-select-text.fix,.mobile_filter_form .col-xs-12 label{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.mobile_filter_form .block_main_left_menu__title.fonts__main_text:hover svg{fill:var(--main-color);stroke:var(--main-color)}.catalog_content__canvas{margin-bottom:2rem}.catalog_content__canvas_img{width:100%}@media (max-width:576px){.catalog_content__canvas{display:none}}#loadMore,.catalog_content__category_block_img{margin-bottom:2rem}#modef{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#modef .popup_result_info{padding-right:10px}.catalog_content__category,.catalog_content__category_item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.catalog_content__category{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.catalog_content__category_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;border:1px solid #ebedee;margin-top:-1px;margin-left:-1px;padding:1rem;text-align:center;width:20%}.catalog_content__category_item:hover{-webkit-box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15);box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15)}@media (max-width:768px){.catalog_content__category_item{width:calc(50% + 1px)}}.catalog_content__category_block_img{height:110px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:460px){.catalog_content__category_block_img{height:85px;margin-bottom:7px}}.catalog_content__category_img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#loadMore{cursor:pointer;text-align:center;color:#949393}#loadMore .icon-nav_button{display:inline}#loadMore .icon-nav_button::before{top:-1px;position:relative}.catalog_content__category_comment{margin-bottom:2rem}.catalog_content__category_comment img{max-width:100%;max-height:100%}.block_main_left_menu__filter{border:1px solid #ced2d5;padding:2rem}.block_main_left_menu__filter_item,.block_main_left_menu__filter_item__title,.block_main_left_menu__title{margin-bottom:1rem}.block_main_left_menu__min_price{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.block_main_left_menu__input{width:40%;height:2rem;border:1px solid #e4e4e4;color:#000;text-align:center}.catalog_content__filter_horizon_item,.catalog_content__filter_horizon_title{display:inline-block}.catalog_content__filter_horizon_item{margin-left:1.5rem}.catalog_content__filter_horizon_item_wrapper{position:absolute;width:260px;z-index:350;background:#fff;display:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon_item_wrapper:before{content:'';position:absolute;display:block;bottom:100%;left:1.5rem;width:1rem;height:1rem;margin-bottom:-1.5rem;border-top:1px solid #ededed;border-left:1px solid #ededed;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.catalog_content__filter_horizon{margin-bottom:0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner{background:#fff;border:1px solid #ededed;width:100%;margin:1rem 0 0!important;overflow:hidden;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.15);box-shadow:0 3px 3px rgba(0,0,0,.15)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper{margin:25px 20px}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper{padding:20px 0 0 20px;margin:12px 0 0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper{margin:25px 20px 0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value{color:#000;border:1px solid #e4e4e4;padding-left:.5rem;height:40px;width:100%;margin-bottom:.5rem}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check{margin:0 20px;font-size:.8rem;color:#000;border-bottom:1px dotted #000;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover{color:var(--main-color);border-bottom:1px dotted var(--main-color)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset{margin:20px 0 20px 4%;max-width:45%;width:100%}.catalog_content__filter_horizon #style-overflow-search{overflow-y:auto;overflow-x:hidden;max-height:15rem;cursor:pointer}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar{width:3px;background-color:transparent;border-radius:10px}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track{border-radius:10px;background:0 0}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb{border-radius:10px;background:#ced2d5;border:1px solid #ced2d5}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover{background:#ced2d5}.catalog_content__filter_horizon .blank_ul_wrapper>ul{padding:0;margin:0;list-style-type:none}.catalog_content__filter_horizon .blank_ul_wrapper{padding:1rem 0;margin:1rem 0 1.5rem;border-bottom:1px solid #ededed;border-top:1px solid #ededed}.catalog_content__filter_horizon .button_filter_block{cursor:pointer;outline:0;line-height:39px;display:inline-block;height:40px;padding:0 .5rem;text-decoration:none;color:#fff;border:1px solid var(--main-color);background:var(--main-color)}.catalog_content__filter_horizon_item_name{cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon_item_name:hover{color:var(--main-color)}.select_block{position:relative;width:100%;font-size:.9rem;color:#8b8b8b}.catalog_content__sort_horizon_property .select_block{padding:0}.select_block select{height:3rem;line-height:3rem;padding:0 15px 0 1rem;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ededed}.select_block select::-ms-expand{display:none}.select_block select option{border:1px solid #000;line-height:20px;color:#8b8b8b}.select_block select:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.select_block .select-side{pointer-events:none;width:40px;position:absolute;top:0;height:100%;right:0;cursor:pointer}.select_block .select-side:before{position:absolute;display:block;content:'';width:10px;height:10px;top:50%;right:1rem;margin-top:-3px;border-bottom:1px solid #b4b4b4;border-right:1px solid #b4b4b4;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform-origin:50% 0;transform-origin:50% 0}.catalog_content__sort_horizon_view_card{float:right}.catalog_content__sort_horizon_view_card .sort_horizon_view_card{display:inline-block;width:1.5rem;height:1.5rem;opacity:.5;margin:0 .5rem}.catalog_content__sort_horizon_view_card .sort_horizon_view_card.active{opacity:1}.show_more_block{position:relative;border:1px solid var(--main-color);padding:1rem 0;color:var(--main-color);cursor:pointer}.show_more_block .icon-nav_button{display:inline-block;position:relative;top:-1px}.show_more_block:hover{border-color:var(--main-color);background-color:var(--main-color);color:#fff}.show_more_block:hover.btnLoaderCustom>.loader-btn{fill:#fff}.show_more_block:hover .sk-wave .sk-rect{color:#fff;background-color:#fff}.show_more_block.btnLoaderCustom>.loader-btn{left:calc(50% - 10px);top:calc(50% - 10px);fill:var(--main-color)}.show_more_block.fonts__main_comment.loaderBtns,.show_more_block.fonts__main_comment.loaderBtns i{color:transparent}.show_more_block.fonts__main_comment.loaderBtns .sk-wave{display:block}.block_page_navigation,.show_more_block{text-align:center;margin-bottom:2.5rem}.block_page_navigation>a,.block_page_navigation>span{padding:.3rem .7rem;margin:0 .5rem}@media (max-width:768px){.block_page_next,.block_page_previous{display:none}}.block_page_current{border:1px solid var(--main-color)}.catalog_section_block{padding-left:15px;padding-right:15px;margin-bottom:60px}.catalog_section_block.catalog_section_block_bestsellers{padding:0 0 32px}.block__product_cards .product_card__block_item,.block__product_cards.block__product_cards--mobile-min .product_card__block_item{width:25%;margin-bottom:-1px}.block__product_cards .product_card__block_item-4,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4{width:25%}.block__product_cards .product_card__block_item-5,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5{width:20%}.block__product_cards .product_card__block_item-3,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3{width:calc(100%/3)}.block__product_cards .product_card__block_item.product_card__block_item--column,.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column{width:100%}@media (max-width:768px){.catalog_section_block{padding-left:15px;padding-right:0;margin-bottom:40px}.block__product_cards.block__product_cards--mobile-min .product_card__block_item{width:calc((100% - 20px)/3);margin-right:10px;margin-bottom:10px}.block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n){margin-right:0}.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5{width:calc((100% - 20px)/3)}}.catalog_content__category_img_title{font-size:.9rem}.product_card__block_item>div{height:100%}.block__product_cards,.tabs_block__product_card{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.block__product_cards .product_card__inner,.tabs_block__product_card .product_card__inner{-ms-flex-preferred-size:270px;flex-basis:270px;width:auto;margin-left:-1px}.block__product_cards .product_card__inner.product_card__inner--row,.tabs_block__product_card .product_card__inner.product_card__inner--row{width:100%;-ms-flex-preferred-size:auto;flex-basis:auto}.block__product_cards{margin-bottom:37px}.catalog_section_page{border-top:1px solid #eee;padding:2rem 0 3rem;position:relative}.catalog_section_page .popular_category_block_variant__canvas{margin-bottom:3rem}.catalog_section_page .catalog_content__sort_horizon_view_card{position:absolute;top:-2.5rem;right:0}@media (max-width:1199.98px){div.block__product_cards .product_card__block_item{width:25%}div.block__product_cards .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:991.98px){div.block__product_cards .product_card__block_item{width:calc(100%/3)}div.block__product_cards .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:768px){div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min{width:50%}div.block__product_cards .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:767.98px){div.block__product_cards .product_card__block_item{width:50%;height:auto}.catalog_content__sort_horizon,.catalog_content__sort_horizon form{display:initial}.catalog_content__sort_horizon_btn-block{display:none}}@media (max-width:576px){.catalog_content__canvas{display:none}.catalog_content__canvas.catalog_content__canvas--display{display:block}div.block__product_cards .product_card__block_item{width:100%;height:100%}}.catalog-wrapper{padding-left:15px;padding-right:15px}@media (max-width:576px){.catalog-wrapper{padding-left:15px;padding-right:15px}.catalog-wrapper .block_main_left_menu__content.no-padding{padding:0!important}.catalog_content__sort_horizon form{padding-right:0}}@media (max-width:480px){div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min{width:100%}}.catalog_section_block_bestsellers .product_card__block_item{width:100%}.block__product_cards.block__product_cards--row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_card__block_item.product_card__block_item--row{width:100%;margin-bottom:-1px}@media (max-width:1299.98px){.bx_filter .bx_filter_section,.catalog_content__category_item{padding:1rem}}@media (max-width:1199.98px){div.block__product_cards .product_card__block_item{width:33.33%}}@media (max-width:991.98px){.catalog_content__category_item{padding:1.5rem}#loadMore,.catalog_content__category,.catalog_content__category_block_img{margin-bottom:1rem}}@media (max-width:767.98px){.catalog_section_block{padding-left:15px;padding-right:15px}.catalog_content__category_item,div.block__product_cards-section .product_card__block_item,div.catalog_section_block .product_card__block_item{width:50%}.catalog_content__sort_horizon{margin-bottom:1rem}div.block__product_cards-section .product_card__block_item.product_card__block_item--row,div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}.rating-block-title{display:none}.product-detail-info-block-comment{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}.product-detail-info-block-title{text-align:center}.product-detail-photo-block .product_card__block_icon,.product-detail-photo-block .sticker_product{top:1rem}.product-detail-price-and-cheaper{background:#f7f7f7;text-align:center;padding:2rem 1rem 0}.product-detail-price-and-cheaper .product-detail-title-price{display:inline-block}.product-detail-price-and-cheaper .product_card__block__new_price_product{padding-right:0;padding-bottom:0}.product-detail-price-and-cheaper .product_card__block__old_price_product{display:block;font-size:.8rem;margin:.3rem 0 .5rem}.product-detail-price-and-cheaper .product-detail-info-block-price{padding-bottom:1rem}.product-detail-info-block-brand{padding:2.5rem 1rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;border-bottom:1px solid #ededed}.product-detail-info-block-brand .product-detail-info-block-brand-link{margin-bottom:0}.product-detail-info-block-main-property{text-align:center}.product-detail-info-block .block-property-text-item{opacity:.5}.product-detail-info-block .block-property-color-item.active,.product-detail-info-block .block-property-text-item.active{opacity:1}.product-detail-info-block .product-detail-info-block-size,.product-detail-info-block-basic-property,.product-detail-share-block-comment{display:none}.product-detail-info-block .product-detail-info-block-basket{position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:555;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-bottom:0}.product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper{width:50%}.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus{width:33.33%;height:100%;line-height:3.2rem}.product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn{width:100%;margin-bottom:1.5rem;padding:.8rem .5rem}.product-detail-info-block .block-advantages-title{text-align:center;font-size:1.5rem}.product-detail-info-block .product-detail-info-block-advantages-item{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.product-detail-info-block .product-detail-info-block-advantages-item img{max-width:50px;margin-right:0;margin-bottom:1rem}.product-detail-info-block .product-detail-info-block-advantages{border-bottom:1px solid #ededed}.product-detail-share-block-button{margin-right:0;width:100%;text-align:center;padding:.8rem 1.5rem}.product-detail-info-block-one-click-basket{margin-bottom:2rem;border-bottom:1px solid #ededed}.product_card__block_item{width:100%}.detail-product-advice.owl-carousel .owl-dot span{display:block;width:8px;height:8px;border:1px solid #ededed;border-radius:50px;margin-right:1.333rem}.detail-product-advice.owl-carousel .owl-dot.active span{display:block;width:8px;height:8px;border:1px solid var(--main-color);background:var(--main-color);border-radius:50px;margin-right:1.333rem}.detail-product-advice.owl-carousel .owl-dots{display:block;text-align:center;margin-top:1rem;padding-bottom:2rem}.tabs_block__product_card{padding-right:0}.detail-product-advice.owl-carousel .product_card__block{padding:2rem 0}.product_set_item .d24,.product_set_item::before{right:50%;top:auto;bottom:0;margin-top:auto;margin-bottom:-27px;margin-right:-27px}.product_set_item .d24{margin-bottom:-13px;margin-right:-2px}.product_set_comment{padding-bottom:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.puzzle_block .detail_product{border-bottom:1px solid #ededed;margin-bottom:2.5rem;padding-bottom:2.5rem}.product_set_comment__price{padding-right:0;padding-bottom:1rem}.product-detail-info-block .product-detail-info-block-basket .main_btn{width:100%;height:100%;padding:.8rem}.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity{width:50%;margin-left:0}}@media (max-width:575.98px){.catalog_content__category_item,div.block__product_cards-section .product_card__block_item,div.catalog_section_block .product_card__block_item{width:100%}.product_card__block__article{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.block_page_navigation>a,.block_page_navigation>span{padding:.3rem .7rem;margin:0 .3rem}}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/origami_item/style.css?1648553455102123*/

.product_card__inner {
  position: relative;
  height: 100%;
  width: 270px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ededed;
  }
  .product_card__inner p {
    padding-bottom: 0; }
  .product_card__inner:hover {
    z-index: 100;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15); }
  .product_card__inner:hover .product-card-inner__img-view {
    display: block; }
  .product_card__inner:hover .product-card-inner__title-link {
    color: var(--main-color); }
  .product_card__inner:hover .product-card-inner__icon::before {
    color: #807f7f; }

.product-card-inner__stickers {
  position: absolute !important;
  top: 16px;
  left: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 50px;
  z-index: 53; }
  .product-card-inner__stickers .timer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .product-card-inner__stickers .timer .timer-wrapper {
      position: relative;
      top: 0;
      left: 0; }

.product-card-inner__sticker {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  background-color: var(--main-color); }

.product-card-inner__icons {
  position: absolute;
  right: 16px;
  top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25px;
  margin-bottom: 15px;
  z-index: 53; }

.product-card-inner__icon {
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .product-card-inner__icon:hover {
    background-color: #ededed; }
    .product-card-inner__icon:hover svg {
      fill: var(--main-color); }
  .product-card-inner__icon svg {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    fill: #BDBDBD; }
  .product-card-inner__icon.active {
    background-color: var(--main-color); }
    .product-card-inner__icon.active svg {
      fill: #fff; }
    .product-card-inner__icon.active:hover {
      background-color: #ededed !important; }
      .product-card-inner__icon.active:hover svg {
        fill: var(--main-color); }

.product-card-inner__img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 11px;
  overflow: hidden; }

.product-card-inner__img-view {
  position: absolute;
  top: 80px;
  left: calc(50% - 70px);
  display: none;
  width: 140px;
  padding: 6px 9px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: rgba(54, 53, 53, 0.7);
  cursor: pointer;
  z-index: 53; }

.product-card-inner__img-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  position: relative; }

.product_card__inner .product-card-inner__img-wrapper .product-card-inner__img-link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.product-card-inner__title {
  margin-bottom: 13px;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #000;
  min-height: 70px;}

.product-card-inner__title-link {
  display: block;
  min-height: 39px;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px; }

.product-card-inner__title-link:hover {
  color: var(--main-color); }

.product-card-inner__rating-block {
  height: 14px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: auto; }
  .product-card-inner__rating-block .bx_item_detail_rating .bx_stars_container {
    cursor: auto; }
  .product-card-inner__rating-block .rating-block-title {
    display: none; }

.product-card-inner__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 180px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px; }
  .product-card-inner__info > div {
    margin: 0 auto;
    padding: 0 3px; }
  .product-card-inner__info > .product-card-inner__vendor-code {
    margin: 0 auto;
    padding: 0 3px; }
.buttom-more-price__a {
    display: block;
    padding:0 5px;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: white;
    font-weight: 700;
    line-height: 40px;
  background-color: var(--main-color);  /*  */
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.buttom-more-price__a:hover {
    background-color: var(--main-color-hover);
    color: white;
}
.product-card-inner__quantity {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 11px;
  color: #000; }

.product-card-inner__quantity--lot::before {
  content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%2300b02a'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  left: 0; }

.product-card-inner__quantity--few::before {
  content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23ffd876'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  left: 0; }

.product-card-inner__quantity--enough::before {
  content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAeFBMVEX////JASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASkAAABW4CSsAAAAJ3RSTlMAQ94K2iQLhIIVgYUihtmwVnt5sUe/ZGNIzyxQTecPHx0MauTg42iJdFSmAAAAAWJLR0QnLQ+oIwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+MDDAogAMlhp5AAAABMSURBVAjXHcZHAkAwAADBJSFC9N67/z8RmdMAOK7rYAnpedK3VYHWYfTPSBErkZivaUZekJVQ1dC0UHf0A4wTDD3zAusG+8xxXtb9vHWvBEG36StCAAAAAElFTkSuQmCC");
  position: absolute;
  top: 1px;
  left: 0; }

.product-card-inner__quantity--none::before {
  content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAALVBMVEX////QIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEMAAAAVbAepAAAADnRSTlMAT8H2ifuaTlOX/Ehp/ouaMcMAAAABYktHRA5vvTBPAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4wMMCiUSR68inQAAAEJJREFUCNdjYBAyVmRgYAmrmOXAILqB4exCBjUGnjuTGMwZzh5oZrDgucNQzKB59gBDEoPUHQbuQAaWle2pDgxgXQDQ4g9peIy43QAAAABJRU5ErkJggg==");
  position: absolute;
  top: 1px;
  left: 0; }

.product-card-inner__vendor-code {
  margin: 0;
  font-size: 11px;
  color: #807f7f; }

.product-card-inner__price {
    margin-bottom: 10px;
    flex-direction: row;
    margin-top: auto;
    display: flex;
    align-content: space-between;
    justify-content: space-around;
}
.type-view-card .product-card-inner__price{
	flex-direction:column;
}
.buttom-more-price {
    margin-top: auto;
    margin-bottom: 0;
}
.product-card-inner__action-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
  max-width: 188px; }

.product-card-inner__old-price {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 4px;
  font-size: 14px;
  color: #cbcbcb; }
  .product-card-inner__old-price::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -2px;
    height: 1px;
    width: 100%;
    background-color: #cbcbcb; }

.product-card-inner__new-price {
  margin: 0 auto;
  padding: 0 4px;
  font-size: 18px;
  color: #000;
  font-weight: 700; }
  .product-card-inner__new-price span {
    font-size: 14px;
    font-weight: 700; }

.product-card-inner__saving {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-card-inner__saving-title {
  margin: 0;
  font-size: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-card-inner__saving-value {
  margin-left: 3px;
  padding: 0 6px;
  color: #00b02a;
  border: 1px solid #00b02a; }

.product-card-inner__option-price-retail {
  /*margin-bottom: 5px;*/
  text-align: center;
}
.buttom-more-price.product-card-inner__option-price-retail {
   margin-top: unset;
    margin-bottom: 0;
}
.product-card-inner__option-price-gross {
  text-align: center; }

.product-card-inner__option-price-title {
  margin: 0;
  margin-bottom: -3px;
  font-size: 12px;
  color: #989898; }

.product-card-inner__option-price-value {
  margin: 0;
  font-size: 18px;
  font-weight: 700; }
.product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;}
  .product-card-inner__form .product-card-inner__buttons-block {
    margin-top: auto; }

.product-card-inner__option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-card-inner__option-color {
  margin-bottom: 13px;
  -webkit-box-ordinal-group: 0;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.product-card-inner__option-memory {
  padding-bottom: 13px; }

.product-card-inner__option-title {
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  text-align: center; }

.product-card-inner__option-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px; }

.product-card-inner__option-color .product-card-inner__option-item {
  width: 38px;
  height: 38px; }
  .product-card-inner__option-color .product-card-inner__option-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content {
    position: relative; }
    .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #7c7b7a;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #7c7b7a;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.product-card-inner__option-item {
  height: 38px;
  min-width: 38px;
  margin: 2px;
  padding: 3px;
  border: 1px solid #e9e9e9;
  cursor: pointer; }
  .product-card-inner__option-item:hover {
    border-color: #e9e9e9;
    -webkit-box-shadow: 0 0 1px 0 #bfbdbd;
            box-shadow: 0 0 1px 0 #bfbdbd; }
  .product-card-inner__option-item.checked {
    border-color: var(--main-color); }
  .product-card-inner__option-item.checked:hover {
    border-color: var(--main-color); }
  .product-card-inner__option-item.checked p {
    font-weight: 700; }
  .product-card-inner__option-item input {
    display: none; }
  .product-card-inner__option-item img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    border: 1px solid #e9e9e9;
    overflow: hidden; }
  .product-card-inner__option-item p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
  .product-card-inner__option-item.disabled p {
    color: #bcbcbc; }

.product-card-inner__option-item-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-card-inner__option-item-content span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 2px; }

.product-card-inner__buy {
  /* display: -webkit-box; */
  display: -moz-box;
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-pack: justify; */
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  /* max-width: 330px; */
  /* padding: 0; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  }
  .product-card-inner__buy .btnLoaderCustom {
    position: relative;
    font-size: inherit !important; }
    .product-card-inner__buy .btnLoaderCustom .product-card-inner__in-basket {
      color: transparent; }
    .product-card-inner__buy .btnLoaderCustom .loader-btn {
      top: calc(50% - 10px);
      left: calc(50% - 10px); }
  .product-card-inner__buy > div {
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding-top: 13px; }

.product-card-inner__counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  .product-card-inner__counter input {
    width: 34px;
    padding: 9px 3px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }

.product-card-inner__counter-btn {
  margin: 0;
  padding: 0 8px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  cursor: pointer; }
  .product-card-inner__counter-btn:hover {
    background-color: #f2f2f2; }

.product-card-inner__in-basket {
  -ms-flex-preferred-size: 106px;
      flex-basis: 106px;
  height: 40px;
  margin-left: auto;
  padding: 0 16px;
  color: #fff;
  font-weight: 700;
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .product-card-inner__in-basket:hover {
    background-color: var(--main-color-hover); }

.product-card-inner__product-basket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  padding-top: 13px; }
.type-view-card .product-card-inner__buttons-block, .type-view-card .product-card-inner__in-basket{
	width:100%;
}

element.style {
}
.type-view-card .product-card-inner__buy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 330px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
}
.product-card-inner__product-basket-btn {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  background-color: #00b02a; }
  .product-card-inner__product-basket-btn:hover, .product-card-inner__product-basket-btn:focus {
    color: #fff;
    background-color: #007d1e; }
  .product-card-inner__product-basket-btn::before {
    content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    top: 3px;
    padding-right: 5px; }

.product-card-inner__subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px; }

.product-card-inner__buttons-block {
  padding-bottom: 13px;
  cursor: pointer; }

.product-card-inner__product-subscribe-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .product-card-inner__product-subscribe-btn:hover {
    color: #fff;
    background-color: var(--main-color-hover); }
  .product-card-inner__product-subscribe-btn::before {
    content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    top: 3px;
    padding-right: 5px; }
  .product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active {
    background-color: #00b02a; }
    .product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active:hover {
      background-color: #007d1e; }

.product_card__inner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  padding-bottom: 24px;
  background-color: #fff; }

.product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #fff; }

.product_card__inner.product_card__inner--two {
  padding: 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .product_card__inner.product_card__inner--two .product-card-inner__form {
    display: none; }
  .product_card__inner.product_card__inner--two .product-card-inner__buttons-block {
    padding-top: 0; }
  .product_card__inner.product_card__inner--two .product_card__inner-wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff; }
  .product_card__inner.product_card__inner--two .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--two:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--two:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15); }
  .product_card__inner.product_card__inner--two:hover .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .product_card__inner.product_card__inner--two .product-card-inner__buttom-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff; }

.product_card__inner.product_card__inner--three {
  padding: 0; }
  .product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
    display: none; }
  .product_card__inner.product_card__inner--three .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff; }
  .product_card__inner.product_card__inner--three .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
    padding-top: 0;
    margin-top: auto; }
  .product_card__inner.product_card__inner--three:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--three:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15); }
  .product_card__inner.product_card__inner--three:hover .product-card-inner__buttons-block {
    display: block; }

.product_card__inner.product_card__inner--four {
  padding: 0; }
  .product_card__inner.product_card__inner--four .product-card-inner__option {
    display: none; }
  .product_card__inner.product_card__inner--four .product-card-inner__buy {
    display: none; }
  .product_card__inner.product_card__inner--four .product-card-inner__subscribe {
    display: block; }
  .product_card__inner.product_card__inner--four .product-card-inner__buttom-more {
    padding-top: 13px; }
  .product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn:hover {
      background-color: var(--main-color-hover); }
  .product_card__inner.product_card__inner--four .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff; }
  .product_card__inner.product_card__inner--four .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--four:hover {
    z-index: 10; }

.product_card__block_item_inner-wrapper {
  height: 100%; }

.product_card__inner.product_card__inner--five {
  padding: 0; }
  .product_card__inner.product_card__inner--five .product-card-inner__buttons-block {
    display: none; }
  .product_card__inner.product_card__inner--five .product-card-inner__buy {
    display: none; }
  .product_card__inner.product_card__inner--five .product-card-inner__subscribe {
    display: block; }
  .product_card__inner.product_card__inner--five .product-card-inner__buttom-more {
    padding-top: 13px; }
  .product_card__inner.product_card__inner--five .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product_card__inner.product_card__inner--five .product-card-inner__buttom-more-btn:hover {
      background-color: var(--main-color-hover); }
  .product_card__inner.product_card__inner--five .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff; }
  .product_card__inner.product_card__inner--five .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--five:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--five:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15); }
  .product_card__inner.product_card__inner--five:hover .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .product_card__inner.product_card__inner--five:hover .product-card-inner__buttons-block {
    display: block; }

.product_card__block_item_inner-wrapper {
  height: 100%; }

.product_card__block_item_inner {
  height: 100%; }

.product_card__inner.product_card__inner--row {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-height: 240px; }
  .product_card__inner.product_card__inner--row .product_card__inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 11px 20px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
    position: relative;
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px; }
  .product_card__inner.product_card__inner--row .product-card-inner__img-view {
    text-align: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__stickers {
    left: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__icons {
    top: 2px;
    right: 17px; }
  .product_card__inner.product_card__inner--row .product-card-inner__description-wrapper {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 10px; }
  .product_card__inner.product_card__inner--row .product-card-inner__title {
    margin-bottom: 11px;
    text-align: left; }
  .product_card__inner.product_card__inner--row .product-card-inner__title-link {
    min-height: auto;
    font-size: 17px;
    line-height: 25px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 23px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info {
    width: auto;
    max-width: none;
    margin-bottom: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__info > div {
      margin-left: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
    margin-right: 20px;
    margin-left: 0;
    color: #808080;
    font-size: 1rem;
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    .product_card__inner.product_card__inner--row .product-card-inner__vendor-code span {
      color: #000; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity {
    font-size: 1rem; }
  .product_card__inner.product_card__inner--row .product-card-inner__rating-block {
    width: 100%;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 18px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product_card__inner.product_card__inner--row .bx_item_detail_rating {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity--lot::before {
    top: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-color {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
    .product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item {
      height: 30px;
      width: 30px; }
    .product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::after {
      left: -3px;
      width: 29px; }
    .product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::before {
      left: -3px;
      width: 29px; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-title {
    color: #808080;
    font-weight: 400;
    text-align: left; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-item {
    width: auto;
    height: 30px;
    min-width: 30px; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-memory {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 350px;
    padding-left: 20px;
    margin: 5px 0;
    border-left: 1px solid #EDEDED;
    border-top: none;
}
.type-view-list .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper, .type-view-column .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper{
	max-width:310px;
}
.type-view-list .product-card-inner__buttons-block {
	
}
.type-view-list .product-card-inner__product-basket-btn{
	width:160px;
}

.type-view-column .product-card-inner__product-basket-btn{
	width:235px;
}
.type-view-list .product-card-inner__form {
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

  .product_card__inner.product_card__inner--row .product-card-inner__option-price-retail {
    margin-bottom: 8px;
    text-align: left; }
    .product_card__inner.product_card__inner--row .product-card-inner__option-price-retail:last-of-type {
      margin: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-price-title {
    padding-bottom: 7px;
    line-height: 12px; }
  .product_card__inner.product_card__inner--row .product-card-inner__price {
    margin-bottom: 11px; }
  .product_card__inner.product_card__inner--row .product-card-inner__action-price {
    margin: 0;
    margin-bottom: 10px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__saving {
    margin-bottom: 20px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product_card__inner.product_card__inner--row .product-card-inner__old-price {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__new-price {
    margin: 0;
    margin-right: 10px;
    line-height: 18px; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy {
    margin-left: 0;
    margin-right: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__buy > div {
      padding-top: 0;
      margin-left: 0px;
      margin-right: 0; }
	    .product_card__inner.product_card__inner--row .product-card-inner__buy > div:nth-child(2){			
			margin-left: 50px;
		}
    .product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
      max-width: 160px;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      }
    .product_card__inner.product_card__inner--row .product-card-inner__buy .product-card-inner__in-basket {
      width: 100%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
  .product_card__inner.product_card__inner--row .product-card-inner__counter input {
    width: 29px; }
  .product_card__inner.product_card__inner--row .product-card-inner__product-basket {
    padding: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid var(--main-color);
    cursor: pointer; }
    .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket:hover {
      border-color: var(--main-color-hover); }
      .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket:hover .product-card-inner__one-click-text {
        color: var(--main-color-hover); }
    .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket.btnLoaderCustom span {
      font-size: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket.btnLoaderCustom .loader-btn {
      fill: var(--main-color);
      left: calc(50% - 10px); }
  .product_card__inner.product_card__inner--row .product-card-inner__one-click-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: var(--main-color);
    text-align: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__subscribe {
    padding: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttom-more + .product-card-inner__subscribe {
    margin-top: 12px; }
  .product_card__inner.product_card__inner--row .product-card-inner__product-subscribe-btn::before {
    content: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn {
    display: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block {
    padding-bottom: 3px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info-more {
    display: none; }

.type-view-column .product-card-inner__option-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.type-view-column div.product-card-inner__option-price-retail:nth-of-type(1) {
   margin-right:10px;
}

.type-view-column .product-card-inner__buy {
    flex-direction: column;
    /* display: flex; */
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    text-align: center;
}
.type-view-column .product-card-inner__counter.product-counter__amount{
    width:100%;
    flex-basis: 100%;
    text-align: center;
    margin: 0 auto;
}
.type-view-column .product-card-inner__in-basket{
    margin:0;
}
.type-view-column div.product-card-inner__option-price-retail{
  width:150px;
}

.type-view-list .product-card-inner__option-price,  .type-view-list .product-card-inner__buy{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
}
.type-view-list div.product-card-inner__option-price-retail:nth-of-type(1) {
	margin:0 10px 0 0;
	min-width: 118px;
}
.type-view-list .product-card-inner__counter.product-counter__amount {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.type-view-list.product_card__inner.product_card__inner--row .product-card-inner__option-price-retail, .type-view-list .product-card-inner__buy>div{
  width: 170px;
  text-align:center;
}
.type-view-list .product-card-inner__buy>div {
    width: 170px;
}
.type-view-list.product_card__inner.product_card__inner--row .product-card-inner__option-price-retail {
/*     border-radius: 5px;
    border: 1px dashed grey;
    padding: 5px 10px; */
}
.type-view-list .product-card-inner__option-price,  .type-view-list .product-card-inner__buy{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-end;
	align-items: flex-start;
	width: 330px;
}
@media (max-width: 768px) {
  .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    height: auto; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min:nth-child(2n) .product_card__inner.product_card__inner--row {
      border-right: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min:nth-child(2n + 1) .product_card__inner.product_card__inner--row {
      border-left: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner--row:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner-wrapper {
      display: block; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__img-wrapper {
      float: left;
      height: 70px;
      margin-bottom: 0; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__description-wrapper {
      padding-left: 100px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__form {
      display: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__info {
      display: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__buy-wrapper {
      padding-top: 0;
      padding-left: 100px;
      margin: 0;
      border: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__saving {
      display: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__action-price {
      -webkit-box-pack: start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner.product_card__inner--row {
      min-height: auto; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__title-link {
      max-height: 40px;
      overflow: hidden;
      font-size: 13px;
      line-height: 20px;
      font-weight: 400; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__action-price {
      font-size: 14px;
      line-height: 21px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__new-price {
      padding-left: 0;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__old-price {
      font-size: 12px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__title {
      margin: 0;
      margin-bottom: 2px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__info-wrapper {
      margin: 0; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5; }
      .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon.active {
        opacity: 1;
        background-color: var(--main-color); }
        .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__img-link {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0; }
	  .type-view-column .product-card-inner__option-price{
		  width:100%;
		  justify-content: flex-end;
	  }
	.type-view-column div.product-card-inner__option-price-retail {
    width: 50%;
}
}

.product-card-column__buttons .product-card-inner__buttons-block {
  padding-bottom: 0; }
  .product-card-column__buttons .product-card-inner__buttons-block .product-card-inner__buttom-more-btn {
    width: auto;
    margin-left: 20px;
    padding: 0 30px; }

.block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
  margin: 0;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:last-child {
    border-bottom: 1px solid #ededed; }
    .block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:last-child:hover {
      border-bottom: 1px solid transparent; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:hover {
    border: 1px solid transparent;
    border-bottom: 0;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15); }
    .block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column:hover .product-card-column__title {
      color: var(--main-color); }

.product-card-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px; }
  .product-card-column .product-card-inner__product-subscribe-btn {
    white-space: nowrap; }
  .product-card-column .product-card-inner__in-basket .icon_cart_medium {
    display: none; }
  .product-card-column .product-card-column__image-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 20px; }
  .product-card-column .product-card-inner__product-basket-btn {
    padding: 0 30px; }
  .product-card-column .product-card-inner__product-basket {
    padding: 0;
    margin-left: 20px;
    white-space: nowrap; }
  .product-card-column .product-card-column__image-wrapper-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden; }
    .product-card-column .product-card-column__image-wrapper-link img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-card-column .product-card-column__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-card-column .product-card-column__title {
    display: block;
    font-size: 15px;
    line-height: 24px; }
  .product-card-column .product-card-column__data-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-card-column .product-card-inner__subscribe {
    padding: 0; }
  .product-card-column .product-card-inner__buy > div {
    padding: 0; }
  .product-card-column .product-card-column__price {
    margin-left: 20px;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    white-space: nowrap; }
  .product-card-column .product-card-inner__counter-btn {
    height: 40px;
    margin: 0;
    padding: 0 8px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer; }
  .product-card-column .product-card-inner__counter-btn {
    margin: 0;
    padding: 0 8px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer; }
  .product-card-column .product-card-column__data-wrapper-outer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-card-column .product-card-inner__counter.product-counter__amount {
    margin-left: 20px; }
  .product-card-column .product-card-inner__in-basket {
    -ms-flex-preferred-size: 106px;
        flex-basis: 106px;
    height: 40px;
    margin-left: 20px;
    padding: 0 30px;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .product-card-column .product-card-inner__product-subscribe-btn {
    margin-left: 20px;
    padding: 0 30px;
    cursor: pointer; }
    .product-card-column .product-card-inner__product-subscribe-btn:before {
      display: none; }
  .product-card-column .product-card-column .product-card-inner__buy > div {
    margin: 0; }
  .product-card-column .product-card-inner__buy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 255px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
}
  .product-card-column .product-card-inner__counter input {
    width: 34px;
    padding: 9px 3px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  .product-card-column .product-card-inner__quantity {
    margin-right: 15px; }
  .product-card-column .product-card-column__data-btns-favourite-compare {
    font-size: 0; }
    .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish'] {
      display: inline-block;
      margin: 0 15px 0 0;
      padding: 5px;
      cursor: pointer;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish'].active {
        background-color: #ededed; }
        .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish'].active svg {
          fill: var(--main-color); }
      .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish']:hover {
        background-color: #ededed; }
        .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity='wish']:hover svg {
          fill: var(--main-color); }
    .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"] {
      display: inline-block;
      margin-right: 15px;
      padding: 5px;
      cursor: pointer;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"].active {
        background-color: #ededed; }
        .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"].active svg {
          fill: var(--main-color); }
      .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"]:hover {
        background-color: #ededed; }
        .product-card-column .product-card-column__data-btns-favourite-compare span[data-entity="compare-checkbox"]:hover svg {
          fill: var(--main-color); }
    .product-card-column .product-card-column__data-btns-favourite-compare svg {
      fill: #BDBDBD; }

	    .product_card__block_item.product_card__block_item--column:nth-child(even){
      background-color:#e0e0e085;            
    }
@media (max-width: 1024px) {
  .product-card-column .product-card-column__title {
    font-size: 14px;
    line-height: 21px; }
  .product-card-column .product-card-column__price {
    font-size: 15px;
    line-height: 24px; }
  .product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
    width: 246px;
    margin-right: 20px; }
  .product_card__inner.product_card__inner--row .product-card-inner__rating-block {
    margin-bottom: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
    margin-left: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__info > div {
    margin-left: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
    max-width: 230px; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
    max-width: 108px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product_card__inner.product_card__inner--row .product-card-inner__info > div {
      margin: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity {
    font-size: 13px;
    margin-top: 6px; }
	}

@media (max-width: 768px) {
  .product_card__inner.product_card__inner--four {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .product_card__inner.product_card__inner--four .product-card-inner__form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .product_card__inner.product_card__inner--four:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--four:hover .product_card__inner-wrapper {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--four .product-card-inner__buttons-block {
      display: block; }
  .product_card__inner.product_card__inner--four.product_card__inner--four-min {
    height: auto;
    border: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min:hover .product_card__inner-wrapper {
      position: static;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5;
      border-radius: 50%; }
      .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon.active {
        opacity: 1;
        background-color: var(--main-color); }
        .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
	  .product-card-column .product-card-inner__buy {
		  width:unset;
	  } 
	.block__product_cards {
		width: 100%;
	}
	    .product_card__block_item.product_card__block_item--column:nth-child(even){
      background-color:#e0e0e085;            
    }

  .product_card__inner.product_card__inner--three {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .product_card__inner.product_card__inner--three .product-card-inner__form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .product_card__inner.product_card__inner--three:hover .product_card__inner-wrapper {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
      display: block; }
  .product_card__inner.product_card__inner--three.product_card__inner--three-min {
    height: auto;
    border: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min:hover .product_card__inner-wrapper {
      position: static;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5;
      border-radius: 50%; }
      .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon.active {
        opacity: 1;
        background-color: var(--main-color); }
        .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } 

  .product_card__inner.product_card__inner--two .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .product_card__inner.product_card__inner--two:hover .product_card__inner-wrapper {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--two.product_card__inner--two-min {
    height: auto;
    border: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min:hover .product_card__inner-wrapper {
      border: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5;
      border-radius: 50%; }
      .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon.active {
        opacity: 1;
        background-color: var(--main-color); }
        .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } 
			  
  .product_card__inner.product_card__inner--five {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .product_card__inner.product_card__inner--five .product-card-inner__form {
      display: block; }
    .product_card__inner.product_card__inner--five .product-card-inner__buttons-block {
      display: block; }
    .product_card__inner.product_card__inner--five .product-card-inner__form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .product_card__inner.product_card__inner--five:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--five:hover .product_card__inner-wrapper {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .product_card__inner.product_card__inner--five.product_card__inner--five-min {
    height: auto;
    border: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min:hover .product_card__inner-wrapper {
      position: static;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5;
      border-radius: 50%; }
      .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon.active {
        opacity: 1;
        background-color: var(--main-color); }
        .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
			  
  .product_card__block_item_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; } 
	
  .product_card__inner {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .product_card__inner:hover .product_card__inner-wrapper {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner:hover .product-card-inner__img-view {
      display: none; }
  .product-card-inner__buttons-block {
    display: block; }
  .product_card__inner.product_card__inner--min {
    height: auto;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .product_card__inner.product_card__inner--min:hover .product_card__inner-wrapper {
      position: static;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      overflow: hidden; }
    .product_card__inner.product_card__inner--min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--min .product-card-inner__icon {
      background-color: #EDEDED;
      opacity: 0.5;
      width: 24px;
      height: 24px;
      margin-bottom: 4px; }
      .product_card__inner.product_card__inner--min .product-card-inner__icon.active {
        opacity: 1;
        background-color: var(--main-color); }
        .product_card__inner.product_card__inner--min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .product-card-column .product-card-inner__counter.product-counter__amount {
    margin-left: 10px; }
  .product-card-column .product-card-inner__in-basket {
    margin-left: 10px; }
  .product-card-column .product-card-inner__product-basket {
    margin-left: 10px; } 
	
  .product_card__block_item--row-min .product_card__inner--row .product_card__inner-wrapper {
    padding: 10px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__img-wrapper {
    width: 90px;
    height: 110px;
    margin-right: 10px;
    padding-right: 10px;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__icons {
    right: 2px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__description-wrapper {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__stickers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    top: 0; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__sticker {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__sticker:not([id$="_dsc_perc"]) {
    display: none; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__title-link {
    font-size: 14px;
    font-weight: normal; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__option {
    display: none; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__rating-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 2px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-bottom: 10px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__vendor-code {
    display: none; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__quantity.product-card-inner__quantity--lot {
    margin-top: 0; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__quantity {
    margin-top: 7px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more {
    display: block;
    margin-top: 8px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--main-color); }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more-icon {
    margin-left: 6px;
    fill: var(--main-color); }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy-wrapper {
    padding: 0;
    padding-top: 13px;
    width: 100%;
    max-width: none;
    border-left: none;
    border-top: 1px solid #EDEDED; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__old-price {
    margin: 0; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__new-price {
    margin: 0; }
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__new-price span {
      font-size: 18px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__action-price {
    max-width: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__saving {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__option-price-retail {
    text-align: center; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
      max-width: none;
      margin-left: 20px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__product-basket {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__product-subscribe-btn {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__counter-btn {
    width: 40px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__counter input {
    width: 40px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__one-click-basket {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 350px;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttom-more-btn:hover {
      background-color: var(--main-color-hover); }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__product-basket,
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__one-click-basket,
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__buy {
    display: none !important; }
  .product-card-inner__icon.active:hover {
    background-color: initial; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .product_card__inner.product_card__inner--row .product-card-inner__option-color {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-memory {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-title {
    margin-right: 5px; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-list {
    margin: 0;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (max-width: 767px) {
  .product_card__inner--row:hover {
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (max-width: 768px) {
  .product_card__inner.product_card__inner--row .product_card__inner-wrapper {
    padding: 10px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
    width: 90px;
    height: 110px;
    margin-right: 10px;
    padding-right: 10px;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .product_card__inner.product_card__inner--row .product-card-inner__icons {
    right: 2px; }
  .product_card__inner.product_card__inner--row .product-card-inner__description-wrapper {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px; }
  .product_card__inner.product_card__inner--row .product-card-inner__stickers {
    display: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__title-link {
    font-size: 14px;
    font-weight: normal; }
  .product_card__inner.product_card__inner--row .product-card-inner__option {
    display: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__rating-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 2px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-bottom: 10px; }
  .product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
    display: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__info {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity.product-card-inner__quantity--lot {
    margin-top: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity {
    margin-top: 7px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info-more {
    display: block;
    margin-top: 8px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .product_card__inner.product_card__inner--row .product-card-inner__info-more a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--main-color); }
  .product_card__inner.product_card__inner--row .product-card-inner__info-more-icon {
    margin-left: 6px;
    fill: var(--main-color); }
  .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
	 box-sizing:content-box;
    padding: 0;
    padding-top: 13px;
    width: 100%;
    max-width: none;
    border-left: none;
    border-top: 1px solid #EDEDED; }
  .product_card__inner.product_card__inner--row .product-card-inner__old-price {
    margin: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__new-price {
    margin: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__new-price span {
      font-size: 18px; }
  .product_card__inner.product_card__inner--row .product-card-inner__action-price {
    max-width: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__saving {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-price-retail {
    text-align: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    .product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
      max-width: none;
      margin-left: 20px; }
  .product_card__inner.product_card__inner--row .product-card-inner__product-basket {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__inner.product_card__inner--row .product-card-inner__product-subscribe-btn {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__inner.product_card__inner--row .product-card-inner__counter-btn {
    width: 40px; }
  .product_card__inner.product_card__inner--row .product-card-inner__counter input {
    width: 40px; }
  .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 350px;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn:hover {
      background-color: var(--main-color-hover); }
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__product-basket,
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__one-click-basket,
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__buy {
    display: none !important; }
  .product-card-inner__icon.active:hover {
    background-color: initial; } }

@media (max-width: 640px) {
  .product-card-inner__title-link {
    max-height: 34px;
    font-size: 11px;
    line-height: 17px;
    font-weight: 400; } }

@media (max-width: 630px) {
  .product-card-column {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-card-column .product-card-inner__counter.product-counter__amount {
      display: none; }
    .product-card-column .product-card-inner__in-basket span {
      display: none; }
    .product-card-column .product-card-inner__in-basket .icon_cart_medium {
      display: block;
      fill: none;
      stroke: #ffffff; }
    .product-card-column .product-card-inner__in-basket {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      padding: 0; }
    .product-card-column .product-card-inner__product-subscribe-btn,
    .product-card-column .product-card-inner__product-basket-btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      padding: 0; }
      .product-card-column .product-card-inner__product-subscribe-btn span,
      .product-card-column .product-card-inner__product-basket-btn span {
        display: none; }
      .product-card-column .product-card-inner__product-subscribe-btn:before,
      .product-card-column .product-card-inner__product-basket-btn:before {
        padding: 0; }
    .product-card-column .product-card-column__data-btns {
      display: none; }
    .product-card-column .product-card-column__price {
      margin-left: 0; }
    .product-card-column .product-card-column__data-wrapper-outer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .product-card-column .product-card-column__title {
    font-size: 13px;
    line-height: 20px; }
  .product-card-column .product-card-column__price {
    font-size: 14px;
    line-height: 21px; }
  .product-card-column .product-card-inner__product-subscribe-btn .icon_mail {
    display: block !important;
    fill: #ffffff; }
  .product-card-column .product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active {
    background-color: #00b02a !important; } }

@media (max-width: 480px) {
  .product-card-inner__old-price {
    font-size: 12px;
    line-height: 18px; }
  .product-card-inner__new-price {
    font-size: 11px;
    line-height: 17px; }
  .product-card-inner__old-price::before {
    top: 9px; }
  .product_card__inner.product_card__inner--row {
    border-left: none;
    border-right: none; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/origami_catalog2/style.min.css?164855336518750*/
.catalog_content__canvas{margin-bottom:2rem}.catalog_content__canvas_img{width:100%}@media (max-width:576px){.catalog_content__canvas{display:none}}#loadMore,.catalog_content__category_block_img{margin-bottom:2rem}#loadMore{display:none;cursor:pointer;text-align:center;color:#949393}.catalog_content__category,.catalog_content__category_item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex}.catalog_content__category{margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog_content__category_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #ebedee;margin-top:-1px;margin-left:-1px;padding:1rem;text-align:center;width:20%;position:relative}.catalog_content__category_item:hover{-webkit-box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15);box-shadow:0 5px 9.7px .3px rgba(0,0,0,.15)}@media (max-width:768px){.catalog_content__category_item{width:calc(50% + 1px)}}.catalog_content__category_block_img{height:110px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:460px){.catalog_content__category_block_img{height:85px;margin-bottom:7px}}.catalog_content__category_img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#loadMore .icon-nav_button{display:inline}#loadMore .icon-nav_button::before{top:-1px;position:relative}.catalog_content__category_comment{margin-bottom:2rem}.catalog_content__category_comment img{max-width:100%;max-height:100%}.block_main_left_menu__filter{border:1px solid #ced2d5;padding:2rem}.block_main_left_menu__filter_item,.block_main_left_menu__filter_item__title,.block_main_left_menu__title{margin-bottom:1rem}.block_main_left_menu__min_price{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.block_main_left_menu__input{width:40%;height:2rem;border:1px solid #e4e4e4;color:#000;text-align:center}.catalog_content__filter_horizon_item,.catalog_content__filter_horizon_title{display:inline-block}.catalog_content__filter_horizon_item{margin-left:1.5rem}.catalog_content__filter_horizon_item_wrapper{position:absolute;width:260px;z-index:350;background:#fff;display:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon_item_wrapper:before{content:'';position:absolute;display:block;bottom:100%;left:1.5rem;width:1rem;height:1rem;margin-bottom:-1.5rem;border-top:1px solid #ededed;border-left:1px solid #ededed;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner{background:#fff;border:1px solid #ededed;width:100%;margin:1rem 0 0!important;overflow:hidden;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.15);box-shadow:0 3px 3px rgba(0,0,0,.15)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper{margin:25px 20px}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper{padding:20px 0 0 20px;margin:12px 0 0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper{margin:25px 20px 0}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value{color:#000;border:1px solid #e4e4e4;padding-left:.5rem;height:40px;width:100%;margin-bottom:.5rem}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder,.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder{color:rgba(0,0,0,.5)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check{margin:0 20px;font-size:.8rem;color:#000;border-bottom:1px dotted #000;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover{color:var(--main-color);border-bottom:1px dotted var(--main-color)}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset{margin:20px 0 20px 4%;max-width:45%;width:100%}.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button{margin:20px 4% 20px 0;max-width:45%;width:100%}.catalog_content__filter_horizon #style-overflow-search{overflow-y:auto;overflow-x:hidden;max-height:15rem;cursor:pointer}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar{width:3px;background-color:transparent;border-radius:10px}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track{border-radius:10px;background:0 0}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb{border-radius:10px;background:#ced2d5;border:1px solid #ced2d5}.catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover{background:#ced2d5}.catalog_content__filter_horizon .blank_ul_wrapper>ul{padding:0;margin:0;list-style-type:none}.catalog_content__filter_horizon .blank_ul_wrapper{padding:1rem 0;margin:1rem 0 1.5rem;border-bottom:1px solid #ededed;border-top:1px solid #ededed}.catalog_content__filter_horizon .button_filter_block{cursor:pointer;outline:0;line-height:39px;display:inline-block;height:40px;padding:0 .5rem;text-decoration:none;color:#fff;border:1px solid var(--main-color);background:var(--main-color)}.catalog_content__filter_horizon_item_name{cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.catalog_content__filter_horizon_item_name:hover{color:var(--main-color)}.catalog_content__filter_horizon{margin-bottom:0}.select_block{position:relative;width:100%;font-size:.9rem;color:#8b8b8b}.catalog_content__sort_horizon_property .select_block{padding:0}.select_block select{height:3rem;line-height:3rem;padding:0 15px 0 1rem;background:0 0;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #ededed}.select_block select::-ms-expand{display:none}.select_block select option{border:1px solid #000;line-height:20px;color:#8b8b8b}.select_block select:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.select_block .select-side{pointer-events:none;width:40px;position:absolute;top:0;height:100%;right:0;cursor:pointer}.select_block .select-side:before{position:absolute;display:block;content:'';width:10px;height:10px;top:50%;right:1rem;margin-top:-3px;border-bottom:1px solid #b4b4b4;border-right:1px solid #b4b4b4;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform-origin:50% 0;transform-origin:50% 0}.catalog_content__sort_horizon_view_card{float:right}.catalog_content__sort_horizon_view_card .sort_horizon_view_card{display:inline-block;width:1.5rem;height:1.5rem;opacity:.5;margin:0 .5rem}.catalog_content__sort_horizon_view_card .sort_horizon_view_card.active{opacity:1}.show_more_block{position:relative;border:1px solid var(--main-color);padding:1rem 0;color:var(--main-color);cursor:pointer}.show_more_block .icon-nav_button{display:inline-block;position:relative;top:-1px}.show_more_block:hover{border-color:var(--main-color);background-color:var(--main-color);color:#fff}.show_more_block:hover.btnLoaderCustom>.loader-btn{fill:#fff}.show_more_block:hover .sk-wave .sk-rect{color:#fff;background-color:#fff}.show_more_block.btnLoaderCustom>.loader-btn{left:calc(50% - 10px);top:calc(50% - 10px);fill:var(--main-color)}.show_more_block.fonts__main_comment.loaderBtns,.show_more_block.fonts__main_comment.loaderBtns i{color:transparent}.show_more_block.fonts__main_comment.loaderBtns .sk-wave{display:block}.block_page_navigation,.show_more_block{text-align:center;margin-bottom:2.5rem}.block_page_navigation>a,.block_page_navigation>span{padding:.3rem .7rem;margin:0 .5rem}@media (max-width:768px){.block_page_next,.block_page_previous{display:none}}.block_page_current{border:1px solid var(--main-color)}.catalog_section_block{padding-left:15px;padding-right:15px;margin-bottom:60px}.catalog_section_block .product_card__block_item{width:25%;margin-bottom:-1px}.catalog_section_block .product_card__block_item-4{width:25%}.catalog_section_block .catalog_section_block .product_card__block_item-5{width:20%}.catalog_section_block .catalog_section_block .product_card__block_item-3{width:33.3333333%}.catalog_section_block.catalog_section_block_bestsellers{padding:0 0 32px}@media (max-width:768px){.catalog_section_block{padding-left:15px;padding-right:0;margin-bottom:40px}.block__product_cards.block__product_cards--mobile-min .product_card__block_item{width:calc((100% - 20px)/3);margin-right:10px;margin-bottom:10px}.block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n){margin-right:0}.block__product_cards.block__product_cards--mobile-min .product_card__block_item-3,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-4,.block__product_cards.block__product_cards--mobile-min .product_card__block_item-5{width:calc((100% - 20px)/3)}}.catalog_content__category_img_title{font-size:.9rem}.product_card__block_item>div{height:100%}.block__product_cards,.tabs_block__product_card{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.block__product_cards .product_card__inner,.tabs_block__product_card .product_card__inner{-ms-flex-preferred-size:270px;flex-basis:270px;width:auto;margin-left:-1px}.block__product_cards .product_card__inner.product_card__inner--row,.tabs_block__product_card .product_card__inner.product_card__inner--row{width:100%;-ms-flex-preferred-size:none;flex-basis:auto}.block__product_cards{margin-bottom:37px}.catalog_section_page{border-top:1px solid #eee;padding:2rem 0 3rem;position:relative}.catalog_section_page .popular_category_block_variant__canvas{margin-bottom:3rem}.catalog_section_page .catalog_content__sort_horizon_view_card{position:absolute;top:-2.5rem;right:0}@media (max-width:1199.98px){div.catalog_section_block .product_card__block_item{width:25%}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:991.98px){div.catalog_section_block .product_card__block_item{width:calc(100%/3)}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:768px){div.catalog_section_block .product_card__block_item{width:50%;height:100%}div.catalog_section_block .product_card__block_item.product_card__block_item--row{width:100%}}@media (max-width:576px){.catalog_content__canvas{display:none}.catalog_content__canvas.catalog_content__canvas--display{display:block}div.catalog_section_block .product_card__block_item{width:100%;height:100%}}.catalog-wrapper{padding-left:15px;padding-right:15px}@media (max-width:576px){.catalog-wrapper{padding-left:15px;padding-right:15px}.catalog-wrapper .block_main_left_menu__content.no-padding{padding:0!important}}.catalog_section_block_bestsellers .product_card__block_item{width:100%}.block__product_cards.block__product_cards--row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_card__block_item.product_card__block_item--row{width:100%;margin-bottom:-1px}@media (max-width:1299.98px){.bx_filter .bx_filter_section,.catalog_content__category_item{padding:1rem}}@media (max-width:1199.98px){div.catalog_section_block .product_card__block_item{width:33.33%}}@media (max-width:991.98px){.catalog_content__category_item{padding:1.5rem}#loadMore,.catalog_content__category,.catalog_content__category_block_img{margin-bottom:1rem}}@media (max-width:767.98px){.catalog_section_block{padding-left:15px;padding-right:15px}.catalog_content__category_item,div.catalog_section_block .product_card__block_item{width:50%}.rating-block-title{display:none}.product-detail-info-block-comment{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}.product-detail-info-block-title{text-align:center}.product-detail-photo-block .product_card__block_icon,.product-detail-photo-block .sticker_product{top:1rem}.product-detail-price-and-cheaper{background:#f7f7f7;text-align:center;padding:2rem 1rem 0}.product-detail-price-and-cheaper .product-detail-title-price{display:inline-block}.product-detail-price-and-cheaper .product_card__block__new_price_product{padding-right:0;padding-bottom:0}.product-detail-price-and-cheaper .product_card__block__old_price_product{display:block;font-size:.8rem;margin:.3rem 0 .5rem}.product-detail-price-and-cheaper .product-detail-info-block-price{padding-bottom:1rem}.product-detail-info-block-brand{padding:2.5rem 1rem;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;border-bottom:1px solid #ededed}.product-detail-info-block-brand .product-detail-info-block-brand-link{margin-bottom:0}.product-detail-info-block-main-property{text-align:center}.product-detail-info-block .block-property-text-item{opacity:.5}.product-detail-info-block .block-property-color-item.active,.product-detail-info-block .block-property-text-item.active{opacity:1}.product-detail-info-block .product-detail-info-block-size,.product-detail-info-block-basic-property,.product-detail-share-block-comment{display:none}.product-detail-info-block .product-detail-info-block-basket{position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:555;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-bottom:0}.product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper{width:50%}.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus{width:33.33%;height:100%;line-height:3.2rem}.product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn{width:100%;margin-bottom:1.5rem;padding:.8rem .5rem}.product-detail-info-block .block-advantages-title{text-align:center;font-size:1.5rem}.product-detail-info-block .product-detail-info-block-advantages-item{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.product-detail-info-block .product-detail-info-block-advantages-item img{max-width:50px;margin-right:0;margin-bottom:1rem}.product-detail-info-block .product-detail-info-block-advantages{border-bottom:1px solid #ededed}.product-detail-share-block-button{margin-right:0;width:100%;text-align:center;padding:.8rem 1.5rem}.product-detail-info-block-one-click-basket{margin-bottom:2rem;border-bottom:1px solid #ededed}.product_card__block_item{width:100%}.detail-product-advice.owl-carousel .owl-dot span{display:block;width:8px;height:8px;border:1px solid #ededed;border-radius:50px;margin-right:1.333rem}.detail-product-advice.owl-carousel .owl-dot.active span{display:block;width:8px;height:8px;border:1px solid var(--main-color);background:var(--main-color);border-radius:50px;margin-right:1.333rem}.detail-product-advice.owl-carousel .owl-dots{display:block;text-align:center;margin-top:1rem;padding-bottom:2rem}.tabs_block__product_card{padding-right:0}.detail-product-advice.owl-carousel .product_card__block{padding:2rem 0}.product_set_item .d24,.product_set_item::before{right:50%;top:auto;bottom:0;margin-top:auto;margin-bottom:-27px;margin-right:-27px}.product_set_item .d24{margin-bottom:-13px;margin-right:-2px}.product_set_comment{padding-bottom:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.puzzle_block .detail_product{border-bottom:1px solid #ededed;margin-bottom:2.5rem;padding-bottom:2.5rem}.product_set_comment__price{padding-right:0;padding-bottom:1rem}.product-detail-info-block .product-detail-info-block-basket .main_btn{width:100%;height:100%;padding:.8rem}.product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity{width:50%;margin-left:0}}@media (max-width:575.98px){.catalog_content__category_item,div.catalog_section_block .product_card__block_item{width:100%}.product_card__block__article{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.block_page_navigation>a,.block_page_navigation>span{padding:.3rem .7rem;margin:0 .3rem}}
/* End */
/* /local/templates/sotbit_origami_plastek_copy/components/bitrix/catalog/plastek_origami_catalog/style.css?16298812542350 */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/style.css?16666092723436 */
/* /local/templates/.default/components/bitrix/menu/origami_filter/style.css?15904198064920 */
/* /local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?15923926581393 */
/* /local/templates/sotbit_origami_plastek_copy/components/plastek/news.list/plastek_origami_stocks/style.min.css?16298812545594 */
/* /local/templates/.default/components/bitrix/catalog.section.list/origami_catalog/style.min.css?164855336518750 */
/* /include/sotbit_origami/sort/style.min.css?15904198064307 */
/* /local/templates/.default/components/bitrix/catalog.section/origami_default/style.min.css?159041980576198 */
/* /local/templates/.default/components/bitrix/catalog.item/origami_item/style.css?1648553455102123 */
/* /local/templates/.default/components/bitrix/catalog.section.list/origami_catalog2/style.min.css?164855336518750 */
