

/* Start:/css/split/page-catalog.css?174230649716620*/
.aside-filtr{
    position: relative;
    background: #ededed; 
    border-top: 1px solid #d0d1cc;
}
.aside-filtr .filtr-title{padding: 10px 30px; color: #333333; font: normal 20px arial, tahoma; margin: 2px 0;}
.aside-filtr fieldset{background: none; border: 1px solid #ededed; border-style: solid none; margin: 0 0 -1px; position: relative; padding: 0 30px;}
.aside-filtr fieldset:hover{border-color: #d9d9d9 transparent; box-shadow: 0 1px 0 #f5f5f5; z-index: 5; /*background: #f6f6f6;*/}
.aside-filtr .filtr-title + fieldset{border-top: 1px solid #d9d9d9; box-shadow: inset 0 1px 0 #f5f5f5;}
.aside-filtr .filtr-title + fieldset:hover{box-shadow: inset 0 1px 0 #f5f5f5, 0 1px 0 #f5f5f5;}
.aside-filtr fieldset > .js-accordion{border-top: 1px solid #d9d9d9; box-shadow: inset 0 1px 0 #f5f5f5; margin: -1px auto 0;}
.aside-filtr fieldset .js-accordion_head{display: inline-block; position: relative; padding: 10px 0; color: #b0adad;}
.aside-filtr fieldset .js-accordion_head > i{float: left; width: 0; height: 0; border-color: #333333 transparent transparent; border-style: solid solid none solid; border-width: 6px 5px 0 5px; margin: 5px 0 0 -16px;}
.aside-filtr fieldset .js-accordion_head.active > i{border-color: transparent transparent #333333; border-style: none solid solid solid; border-width: 0 5px 6px 5px;}
.aside-filtr fieldset .js-accordion_head > span{line-height: 1em; border-bottom: 1px dotted #676767; color: #333333; font-size: 16px;}
.aside-filtr fieldset .js-accordion_head:hover > span{border-color: transparent; color: #d5000b}
.aside-filtr fieldset em{font-style: normal;}
.aside-filtr fieldset em span{color: #1359a4;}
.aside-filtr fieldset em span:hover:not(.active){color: #d5000b; cursor: pointer;}
.aside-filtr fieldset em span.active{color: #333333;}
.aside-filtr fieldset .js-accordion .js-accordion_body{
    display: none;
    margin-top: -9px;
}
.aside-filtr fieldset .js-accordion.active .js-accordion_body{
    display: block;
}
.aside-filtr fieldset .js-accordion_body > div > p{margin: 14px 0; position: relative;}
.aside-filtr fieldset input[type="checkbox"] + label{color: #333333; box-sizing: border-box; -moz-box-sizing: border-box; max-width: 100%;font-size: 1.1em;}
.aside-filtr fieldset input[type="checkbox"] + label > span{overflow: hidden; text-overflow: ellipsis; max-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;}
.aside-filtr fieldset input[type="checkbox"] + label:hover{color: #d5000b;}
.aside-filtr fieldset input[type="text"]{font-size: 12px; border-radius: 1px; width: 73px; padding: 0px 10px 1px; vertical-align: middle; margin: -3px 4px 0;}
.mobil-aside .aside-filtr fieldset input[type="text"]{font-size: 16px; border-radius: 1px; width: 185px; padding: 0px 10px 1px; vertical-align: middle; margin: 7px 4px 0;}
.aside-filtr fieldset input[type="text"]:last-child{margin-right: -10px;}
.aside-filtr fieldset p {position:relative;}
.aside-filtr fieldset .js-accordion_body button.submit {
    position: absolute;
    right: 30px;
    top: 8px;
    margin-bottom: 10px;
    height: auto;
    padding: 0 8px 0 0;
    float: right;
    box-shadow: none;
    background: url("/css/../img/arrow-right_small.png") no-repeat 100% 7px;
    color: #1359a4;
    border: 0 none;
    border-radius: 3px;
    font: normal 12px/20px arial, tahoma, sans-serif;
    text-shadow: 0 1px 0 #fff;
}
.aside-filtr fieldset .js-accordion_body button.submit:hover {
    color: #d5000b;
}
.accept-filter{position: absolute; top: 0; right: 100%; margin: -13px 44px 0 0; background: #b4df80; border-radius: 3px; box-shadow: 0 11px 15px -10px #a8ba94; white-space: nowrap; padding: 20px 25px 17px; z-index: 9;}
.accept-filter .button{display: inline-block; vertical-align: middle; margin-left: 17px; font-size: 14px; padding: 3px 25px;}
.accept-filter:after{content: ""; width: 0; height: 0; position: absolute; top: 50%; right: -10px; border-color: transparent transparent transparent #b4df80; border-style: solid none solid solid; border-width: 10px 0 10px 10px; margin-top: -10px;}
.filtr-action{
    display: none;
    padding: 15px 30px; 
    margin-top: -1px; 
    border-top: 1px solid #d9d9d9; 
    border-bottom: 1px solid #d9d9d9; 
    box-shadow: inset 0 1px 0 #f5f5f5; 
    position: relative; z-index: 5;
    cursor: pointer;
}
.filtr-action > *{display: inline-block; vertical-align: middle;}
.filtr-action a{margin-left: 10px; font-size: 12px;}
a.js-show-hidden-values {
    display: inline-block;
    padding-right: 9px;
    background: url("/img/arrow-right_small.png") no-repeat 100% 6px;
    margin-bottom: 15px;
}
.fast-line ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 30px 10px 30px;
    margin: 0;
    font-size: 0;
}
.fast-line ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #d0d1cc;
    border-radius: 8px;
}
.fast-line ul li:last {
    margin-right: 0;
}
.fast-line ul li .name {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    width: 121px;
}
.fast-line ul li .name a {
    color: #5d5d5d;
}
.fast-selection.plus{
    background: none;
    padding: 10px 25px;
    line-height: 20px;
}
.fast-selection.plus a{
    display: inline-block;
    padding-right: 20px;
    color: #9A9A9A;
    font-size: 1.1em;
    line-height: 1.8em;}
.fast-selection.plus a:first-child{margin-left: 0;}
.fast-selection.plus a.more.fRight{margin: 0 0 10px 20px;}
.fast-selection.plus .selection-group {display:block;overflow:hidden;height:25px;}
.fast-selection.plus a .hide{display: none;}
.fast-selection.plus a.active .hide{display: inline;}
.fast-selection.plus a.active .show{display: none;}
.fast-selection.plus a.more {
    padding-right: 8px;
    background-position-y: 9px;
    background-position-x: 35px;
    float: right;
}
.fast-selection.plus .selection-group_wrapper a.more::before {
    background-color: #1359a4;
}
.fast-selection.plus .selection-group_wrapper a::before {
    float: left;
    content: "";
    width: 4px;
    height: 4px;
    margin: 9px 0px 0px -8px;
    background: #9a9a9a none repeat scroll 0% 0%;
}
.fast-selection.plus .selection-group.active {
    border: 0 none;
    height:initial;
}
.view-settings{background: #ededed; border: 1px solid #d0d1cc; border-style: solid none; padding: 8px 30px;}
.view-settings .choosen-wrapper{margin: 0 45px 0 5px;}
.view-settings.catalog-sort-form.white {
    background: #fff;
}
.pokaz-mobil{display:inline-block;}
.button-all-wrap {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
}
.button-all-wrap .but {
    display: inline-block;
    cursor: pointer;
    color: #5a5858;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.button-all-wrap .but:hover {
    color: #d5000b;
}
.dop-seo-txt {
    border-bottom: 1px solid #d0d1cc;
    padding: 20px;
}
#dop-seo {
    border-bottom: 1px solid #d0d1cc;
}
.bottom-texts {
    padding: 10px 20px;
}
.content.bottom-texts .two-col {
    line-height: 1.4em;
}
.two-col > *{display: inline-block; vertical-align: top; width: calc(50% - 5px); box-sizing: border-box; -moz-box-sizing: border-box; padding-right: 40px;}
.mobil-filter{
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 12px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
    border-radius: 20px;
    background: #3d8fef;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    padding: 10px;
    box-sizing: border-box;
}
.mobil-filter svg {
    margin-right: 5px;
}

.mobil-filter svg path {
    fill: #fff;
}
.mobil-filter img {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}
.mobil-filter span {
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
}
.count-all {
    line-height: 22px;
}
.count-all span {
    font-weight: 600;
}
.page-pagination a{display: inline-block; vertical-align: middle;}
.page-pagination a{width: 24px; height: 24px; margin: 0 1px; font: normal 16px/24px arial, tahoma; text-align: center; border-radius: 50%;}
.page-pagination a.page-pagination_right_top,
.page-pagination a.page-pagination_right_down,
.page-pagination a.page-pagination_right {
    background: url("/img/arrow-right3.png") no-repeat center;
}
.page-pagination a.page-pagination_left_top,
.page-pagination a.page-pagination_left_down,
.page-pagination a.page-pagination_left {
    background: url("/img/arrow-left3.png") no-repeat center;
}
.page-pagination a.active{background: #fff;}
.coment-slider-wrap {
    padding: 10px 15px 20px;
}
.coment-slider-wrap .benefits_slide {
    width: 270px;
}
.coment-slider-wrap .h1 {
    margin-bottom: 15px;
}
.coment-rating .coment-name {
    font-weight: bold;
    margin-bottom: 10px;
}
.coment-slider-wrap .coment-txt {
    margin: 0 0 10px 0;
    text-align: justify;
}
.coment-rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.coment-rating .rating {
    margin-right: 20px;
    margin-bottom: 10px;
    width: 70px;
}
.tovar-review_plus, .tovar-review_minus{padding-left: 28px; margin: 2px 0 10px; min-height: 16px; line-height: 16px;}
.tovar-review_plus{background: url("/img/ico/plus.png") no-repeat 0 0;}
.tovar-review_minus{background: url("/img/ico/minus.png") no-repeat 0 0;}
aside.mobil-aside{
    position: absolute;
    display: block;
    /*width: 100%;*/
    width: calc(100% - 40px);
    /*padding-top: 94px;*/
    padding-top: 35px;
    font-size: 14px;
    float: left;
    z-index: 1;
    background: #ededed;
}
aside.mobil-aside .aside-filtr fieldset{
    max-width: 240px;
}
aside.mobil-aside .filtr-action{
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #c8ddff;
    width: 100%;
    min-height: 30px;
}
aside.mobil-aside .filtr-action a.dotted {
    display: none;
}
.mob-filt-count{
    position: fixed;
    font-size: 18px;
    bottom: 20px;
    z-index: 11;
    width: 100%;
    text-align: center;
}
.promo-section{padding-right:381px;height:250px;border-bottom:1px solid #D3D3D3;overflow:hidden;}
.two-product{width: 380px; float: right; margin-right: -381px;margin-top: -250px;}
.two-product img{width: 100%; height: 125px;}
.two-product img.big {
    height: auto;
}
.content .partition-description {
    margin-bottom: 20px;
}
.partition-description h1 {
    line-height: 1.2em;
    padding-right: 20px;
    display: inline-block;
    margin-top: 0;
}
.partition-description h1:last-child{margin-bottom: 0px;}

.tovar-banner-in-catalog-list {
    display: none!important;
}

.tovar-banner-in-catalog-list,
.tovar-banner-in-catalog-list a,
.tovar-banner-in-catalog-list img {
    width: 100%;
}

.tovar-banner-in-catalog-list img {
    object-fit: cover;
    object-position: center;
}

.tovar-banner-in-catalog-list a {
    display: block;
}

.prop-link__name {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    font-weight: bold;
}

.souvenir-wrap {
    display: flex;
    flex-wrap: wrap;
    vertical-align: top;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}
.souvenir-wrap img {
    width: 250px;
    padding-right: 20px;
    box-sizing: border-box;
    border-right: 1px solid #d0d1cc;
}
.souvenir-wrap .info-wrap {
    width: calc(100% - 290px);
    max-width: 300px;
}
.souvenir-wrap .info-wrap .name {
    width: 100%;
    margin-bottom: 15px;
    font-size: 25px;
    color: #d5000b;
}
.souvenir-wrap .info-wrap .txt {
    margin-top: 25px;
}
.souvenir-wrap .info-wrap .price-wrap {
    width: 100%;
    font-size: 25px;
}
.souvenir-wrap .info-wrap .price {
    width: 100%;
    font-size: 20px;
    color: #d5000b;
}
.souvenir-wrap .info-wrap .old {
    text-decoration: line-through;
    color: #676767;
    font-size: 14px;
}
.souvenir-wrap .info-wrap .souvenir {
    font-size: 20px;
}

.tovar .tovar_cost .to-cart span {
    display: none;
}

.tovar .tovar_cost .in-cart span {
    display: block;
}

.tovar .tovar_cost .in-cart {
    display: block;
    float: none;
    width: max-content;
    margin: 5px auto 0;
    background-image: none;
    line-height: 14px;
}

@media screen and (min-width: 1420px){
    .search-page .content_ob {
        padding: 1px 0px 0 20px;
    }
    .tovar-grid.search-border-problem .tovar {
        width: 236px;
    }
    .tovar-grid.search-border-problem .tovar:nth-child(4n),
    .tovar-grid.search-border-problem .tovar:nth-child(4n+1) {
        border-right: 1px solid #d0d1cc;
        border-left: 1px solid #d0d1cc;
    }

    .tovar-grid.search-border-problem .tovar:nth-child(5n+1) {
        border-left: none;
    }

    .tovar-grid.search-border-problem .tovar:nth-child(5n) {
        border-right: none;
    }

    .tovar-grid.search-border-problem .tovar:hover {
        z-index: 5;
        border-color: #959593;
    }
}
@media screen and (max-width: 1419px) {
    .filtr-action a {
        margin-left: 0px;
        font-size: 12px;
        margin-top: 16px;
        margin-left: 15px;
    }
    .tovar-grid.search-border-problem .tovar {
        width: 278px;
    }
    .coment-slider-wrap .benefits_slide {
        width: 150px;
    }
}
@media screen and (max-width: 1279px){
    .promo-section {
        padding-right: 0;
    }
    .view-settings {padding: 8px 20px;}
    .view-settings .choosen-wrapper {margin: 0 15px 0 5px;}
    .view-settings .page-pagination{margin-top: 1px;}
    .page-pagination a {margin: 0;width: 20px; height: 20px; margin: 0; font: normal 16px/20px arial, tahoma;}
}
@media screen and (min-width: 320px) and (max-width: 1000px) {
    .partition-description h1 {
        margin-left: -10px;
    }
}
@media screen and (max-width: 768px){
    .partition-description h1:last-child {
        margin-bottom: 15px;
        margin-top: 10px;
        margin-left: 0;
    }
    .content .partition-description h1 {
        margin-bottom: 5px;
    }
    .promo-section {
        height: initial;
    }
    .mobil-aside .aside-filtr fieldset input[type="text"] {
        padding: 3px 10px;
        font-size: 15px;
    }
    .content-coment-slider .benefits_slider .benefits_slide {
        padding: 10px;
    }
    .page-pagination a {margin: 0px 1px;}
    .fast-selection.plus a {padding: 5px 15px 0px 0px;}
    .view-settings {padding: 8px 15px;}
    .view-settings.catalog-sort-form.white {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
    }
    .view-settings.catalog-sort-form.white .mobile-svg-filter-icon {
        order: 1;
    }
    .view-settings.catalog-sort-form.white .choosen-wrapper.small {
        order: 2;
    }
    .view-settings.catalog-sort-form.white .count-all.fRight {
        order: 3;
    }
    .view-settings .choosen-wrapper {
        margin: 0;
    }
    .button-all-wrap {
        margin: 20px 0 35px 0;
    }
    .dop-seo-txt {
        display: none;
    }
    .content.bottom-texts {
        display: none;
    }
    .count-all.fRight {
        float: right;
        line-height: 18px;
    }
    .sort{display:none}
    .pokaz-mobil{display: none;}
}

@media screen and (max-width: 768px) {
    .content-coment-slider-wrap {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 768px){
    .button-all-wrap .but {
        font-size: 24px;
    }
    .fast-line {
        width: 100%;
        overflow-x: auto;
    }
    .fast-line ul {
        flex-wrap: initial;
        padding: 0 10px 10px 10px;
    }
    .fast-line ul li {
        width: calc(50% - 23px);
        text-align: center;
    }
    .fast-line ul li .name {
        width: auto;
    }
}

@media screen and (max-width: 630px) {
    .souvenir-wrap {
        padding: 5px 0;
    }
    .souvenir-wrap img {
        margin: 0 auto;
        padding-right: 0;
        border-right: none;
        max-width: 200px;
    }
    .souvenir-wrap .info-wrap {
        max-width: 100%;
        width: 100%;
    }
    .souvenir-wrap .info-wrap .name {
        margin-bottom: 0;
        font-size: 22px;
        display: inline-block;
        width: initial;
        margin-right: 20px;
    }
    .souvenir-wrap .info-wrap .txt {
        margin-top: 5px;
        line-height: 14px;
    }
    .souvenir-wrap .info-wrap .price-wrap {
        font-size: 17px;
        display: inline-block;
        width: initial;
    }
}

@media screen and (max-width: 425px){
    .tovar-banner-in-catalog-list {
        display: block!important;
    }
}

@media screen and (max-width: 379px){
    .partition-description h1:last-child {
        margin-left: -10px;
    }
}

.mobile-svg-filter-icon {
    display: inline-block;
}
/* End */


/* Start:/bitrix/components/giperlink/filter/templates/.default/style.css?1741678274881*/
/**
* ajax
*/
iframe.waitwindowlocal{position:absolute;border:0px;z-index:11113;}
.waitwindowlocalshadow{position:absolute;z-index:11112;background-image:url(/local/images/shadow.png);}
.bx-core-waitwindow{display:none;}

.selected-filter {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 10px;
}

.selected-filter .selected-filter-prop,
.selected-filter .selected-filter-prop-all {
    background: #658dc9;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 5px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
}

.selected-filter .selected-filter-prop:hover,
.selected-filter .selected-filter-prop-all:hover {
    opacity: 0.7;
}

.selected-filter .selected-filter-prop:after,
.selected-filter .selected-filter-prop-all:after {
    content: 'x';
    font-size: 16px;
    margin-left: 3px;
}
/* End */
/* /css/split/page-catalog.css?174230649716620 */
/* /bitrix/components/giperlink/filter/templates/.default/style.css?1741678274881 */
