/* убрать, когда заменится шрифт на DIN Pro */
.catalog-section input,
.catalog-section button,
.product-card__title,
.select-breed__select .selectize-dropdown,
.select-breed.select-breed_type_bb,
.select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input,
.select-breed.select-breed_type_bb .select-breed__select .selectize-dropdown,
.select-breed.select-breed_type_bb .select-breed__select .selectize-control .selectize-input input,
.catalog-section-filter__setfilter .button__text,
.catalog__title,
.catalog-section-info__subtitle{
    font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.catalog-section{
    padding: 49px 0 0;
}

.catalog-search-results{
    padding: 0;
}
    .catalog-search-results__description{
        margin-top: 16px;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        color: #9b9b9b;
    }
        .catalog-search-results__description .selected{
            color: #444444;
        }

    .catalog-search-results .catalog-section-list__group{
        position: relative;
        padding-bottom: 44px;
        margin-bottom: 44px;
    }
        .catalog-search-results .catalog-section-list__group:after{
            content: "";
            position: absolute;
            bottom: 0;
            width: 100vw;
            height: 8px;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            background-color: #f6f6f6;
        }

        .catalog-search-results .catalog-section-list__group:last-child{
            padding-bottom: 0;
            margin-bottom: 24px;
        }
            .catalog-search-results .catalog-section-list__group:last-child:after{
                display: none;
            }

/* описание категории */
.catalog-section-info{
    margin-bottom: -3px;
}
    .catalog__title{
        margin-top: 0;
        margin-bottom: 24px;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: normal;
        color: #444444;
    }
    .catalog-section-info__subtitle{
        margin-top: 0;
        margin-bottom: 18px;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: normal;
        color: #444444;
    }
    .catalog-section-info__image{
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        -moz-background-size: contain;
        -webkit-background-size: contain;
        -o-background-size: contain;
        margin-top: -19px;
        margin-left: auto;
        margin-right: auto;
        max-width: 217px;
    }
    .catalog-section-info__content{
        padding-bottom: 24px;
    }
    .catalog-section-info__text{
        margin: 0 0 16px;
    }
    .catalog-section-info__text p{
        margin: 0 0 16px;
    }
    .catalog-section-info__text p:last-child{
        margin: 0;
    }
    .catalog-section-info__more{}
    .catalog-section-info__more a{
        display: inline-block;
        vertical-align: top;
        color: #444444;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        text-decoration: none;
        border-color: #d7d7d7;
        border-width: 0 0 1px;
        border-style: solid;
        -webkit-transition: .2s border-color, .2s color;
        -moz-transition: .2s border-color, .2s color;
        -ms-transition: .2s border-color, .2s color;
        -o-transition: .2s border-color, .2s color;
        transition: .2s border-color, .2s color;
    }
        .catalog-section-info__more a:hover{
            color: #e2001a;
            text-decoration: none;
            border-color: transparent;
        }
/* /описание категории */

/* блок хелперов */
.catalog-section-activity{
    position: relative;
    width: 100vw;
    height: 80px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f6f6f6;
    padding: 16px 0;
}
    .catalog-section-activity__col_search{}
    .catalog-section-activity__col_links{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .catalog-section-activity__list{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-top: 1px;
    }
    .catalog-section-activity__helponline{
        width: 60%;
    }
    .catalog-section-activity__helpprofy{
        width: 145px;
    }
    .catalog-section-activity__link {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-left: 48px;
        text-decoration: none;
        color: #444444;
        margin-left: -2px;
    }
    .catalog-section-activity__helpprofy .catalog-section-activity__link{
        padding-left: 45px;
    }
    .catalog-section-activity__link .svg-icon{
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -14px;
        font-size: 32px;
        margin-right: 16px;
        color: #e2001a;
    }
    .catalog-section-activity__link .caption{
        display: block;
        max-width: 140px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #444444;
    }
    .catalog-section-activity__link:hover {
        text-decoration: none;
    }
    .catalog-section-activity__link:hover .caption{
        color: #e2001a;
    }
/* /блок хелперов */

/* поиск */
.products-search{}
    .products-search__form{}
    .products-search__container{
        position: relative;
    }
    .products-search__searchtext{
        position: relative;
        z-index: 1;
    }
        .products-search__searchtext:after{
            content: "";
            position: absolute;
            top: 0;
            bottom: 2px;
            right: 0;
            width: 40px;
            height: auto;
            z-index: 1;
            background: -moz-linear-gradient(left, rgba(246,246,246,0) 0%, rgba(246,246,246,1) 40%, rgba(246,246,246,1) 100%);
            background: -webkit-linear-gradient(left, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 40%,rgba(246,246,246,1) 100%);
            background: linear-gradient(to right, rgba(246,246,246,0) 0%,rgba(246,246,246,1) 40%,rgba(246,246,246,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6f6f6', endColorstr='#f6f6f6',GradientType=1 );
        }
        .products-search__searchtext .form-control{
            width: 100%;
            height: 48px;
            padding: 14px 0 10px;
            border-color: #d7d7d7;
            border-style: solid;
            border-width: 0 0 2px;
            background: none;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            color: #666666;
            border-radius: 0;
        }
        .products-search__searchtext .form-control:focus{
            outline: none;
            box-shadow: none;
        }
        .products-search__searchtext .form-control::-webkit-input-placeholder { color: rgba(102, 102, 102, 0.5);}
        .products-search__searchtext .form-control::-moz-placeholder          { color: rgba(102, 102, 102, 0.5);}
        .products-search__searchtext .form-control:-moz-placeholder           { color: rgba(102, 102, 102, 0.5);}
        .products-search__searchtext .form-control:-ms-input-placeholder      { color: rgba(102, 102, 102, 0.5);}

    .products-search__submit{
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 48px;
        z-index: 2;
    }
        .products-search__submit-btn{
            display: block;
            position: absolute;
            top: 8px;
            right: 0;
            width: 32px;
            height: 32px;
            border: 0;
            padding: 0;
            background: none;
            background-image: url('../../images/loupe.svg');
            background-size: 16px 16px;
            -moz-background-size: 16px 16px;
            -webkit-background-size: 16px 16px;
            -o-background-size: 16px 16px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            cursor: pointer;
        }
/* /поиск */

/* автозаполнение */
.products-search__results{
    display: block;
    position: relative;
    max-height: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: -11;
    box-shadow: none;
    margin-top: -3px;
    background: #ffffff;
}
    .products-search__results:before,
    .products-search__results:after{
        content: "";
        position: absolute;
        right: 11px;
        width: 10px;
        height: 10px;
        z-index: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
        .products-search__results:before{
            background: #d7d7d7;
            top: -5px;
        }
        .products-search__results:after{
            background: #ffffff;
            top: -4px;
        }
    .products-search__results.open{
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 3;
    }
    .products-search__results-container{
        display: block;
        position: absolute;
        max-height: 200px;
        overflow: hidden;
        border: 1px solid #d7d7d7;
        border-radius: 2px;
    }
    .products-search__results-container.nano{
        height: 100%;
        overflow: hidden;
    }
        .products-search__results-container.nano > .nano-content{
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: scroll;
            overflow-x: hidden;
            z-index: 1;
            padding: 0 18px 36px;
        }
        .products-search__results-container.nano > .nano-pane{
            position: absolute;
            width: 4px;
            height: 100%;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 4px;
            background: none;
            opacity: 1;
            z-index: 9;
        }
        .products-search__results-container.nano > .nano-pane > .nano-slider {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-color: #d3d7d9;
            -webkit-transition: background-color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out;
            margin: 0;
        }
    .products-search__results .ui-menu{
        display: block !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }
    .products-search__results .ui-widget-content{
        box-shadow: none;
    }
    .products-search__results .ui-menu .ui-menu-item_product{
        padding: 8px 20px;
        border-top: 1px solid rgba(138, 143, 153, 0.32);
        margin: -1px 0 0 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .products-search__results .ui-menu .ui-menu-item_product:hover{
        background: #f6f6f6;
    }
    .products-search__results .ui-menu .ui-menu-item_product .current{
        color: #52A3B6;
    }
    .products-search__results .ui-menu .ui-menu-item_product .ui-state-active{
        margin: 0;
    }
    .products-search__results .ui-menu .ui-menu-item_product.ui-state-focus{
        border-top: solid 1px rgba(138, 143, 153, 0.32);
        border-bottom: 0;
        margin: -1px 0 0 0;
    }
/* /автозаполнение */

/* фильтр */
.catalog-section__col-filter{
    padding-right: 28px;
    padding-bottom: 30px;
}
.catalog-section-filter{
    padding: 42px 0 0 0;
}
    .catalog-section-filter__close{
        display: none;
    }

    .catalog-section-filter__title{
        margin-bottom: 16px;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        color: #444444;
        text-transform: uppercase;
    }
    .catalog-section-filter__scroller.nano{
        height: auto;
        overflow: visible;
    }
        .catalog-section-filter__scroller.nano > .nano-content{
            position: relative;
            overflow: visible;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
            margin-right: 0 !important;
        }
        .catalog-section-filter__scroller.nano > .nano-pane{
            display: none;
        }
    .catalog-section-filter__item{
        margin-bottom: 32px;
        padding-left: 1px;
    }
    .catalog-section-filter .filter__title{
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        color: #444444;
    }
    .catalog-section-filter .bx_filter_block{
        display: block;
    }
    .catalog-section-filter__item.catalog-section-filter__item_age{}
    .catalog-section-filter__item.catalog-section-filter__item_age .bx_filter_parameters_box_container{
        padding-top: 47px;
        padding-bottom: 3px;
    }
    .catalog-section-filter .slider.slider_range{
        padding: 0 12px;
    }
    .catalog-section-filter .slider.slider_range .slider > .track{
        margin-left: -12px;
        margin-right: -12px;
        width: auto !important;
        left: 0;
        right: 0;
    }
    .catalog-section-filter .slider.slider_range .slider > .highlight-track{
        margin-left: -12px;
        padding-right: 12px;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .catalog-section-filter .slider.slider_range .slider__btn{
        display: none;
    }
    .catalog-section-filter .filter__item-wrap_checkbox{
        padding: 8px 0 0;
        margin-bottom: -7px;
        font-size: 0;
    }
    .catalog-section-filter .filter__item-wrap_checkbox_small .checkbox_theme_project.checkbox_view_light{
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .catalog-section-filter .filter__item-wrap_checkbox_small .checkbox_theme_project.checkbox_view_light + .checkbox_theme_project.checkbox_view_light{
        margin-left: 6px;
        width: 40%;
    }

    .catalog-section-filter__setfilter-wrap{
        text-align: center;
        margin-top: 30px;
    }
    .catalog-section-filter__setfilter{
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 14px 0 16px;
        outline: 0;
        max-width: 220px;
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        background: #e2001a;
        color: #ffffff;
        border-radius: 0px;
        -webkit-transition: background 0.4s;
        transition: background 0.4s;
        border-radius: 1px;
    }
        .catalog-section-filter__setfilter:before{
            display: none;
        }
        .catalog-section-filter__setfilter:hover{
            background: #d60119;
        }
    .catalog-section-filter__setfilter .button__text{
        text-transform: none;
    }

    .catalog-section-filter__resetfilter-wrap{
        text-align: center;
        margin-top: 12px;
    }
    .catalog-section-filter__resetfilter{
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: #444444;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #d7d7d7;
        background: none;
        padding: 0;
        outline: none;
        cursor: pointer;
    }
        .catalog-section-filter__resetfilter:hover{
            color: #e2001a;
            border-color: transparent;
        }

    .catalog-section-filter__mobile{
        display: none;
    }
/* /фильтр */

/* список */
.catalog-section-list{
    padding: 40px 0 0 0;
}
    .catalog-section-list__group{
        margin-bottom: 24px;
    }
    .catalog-section-list__title{
        margin-bottom: 19px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: normal;
        color: #444444;
    }
    .catalog-section-list__description{
        margin-bottom: 31px;
    }
        .catalog-section-list__description-title{
            text-transform: uppercase;
            font-size: 26px;
            font-weight: bold;
            line-height: 32px;
            letter-spacing: normal;
            color: #444444;
        }
        .catalog-section-list__description-text{
            margin: 0 0 20px;
        }
        .catalog-section-list__description-text p{
            margin: 0 0 16px;
        }
        .catalog-section-list__description-text p:last-child{
            margin: 0;
        }
        .catalog-section-list__description-more{}
        .catalog-section-list__description-more a{
            display: inline-block;
            vertical-align: top;
            color: #444444;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            text-decoration: none;
            border-color: #d7d7d7;
            border-width: 0 0 1px;
            border-style: solid;
            -webkit-transition: .2s border-color, .2s color;
            -moz-transition: .2s border-color, .2s color;
            -ms-transition: .2s border-color, .2s color;
            -o-transition: .2s border-color, .2s color;
            transition: .2s border-color, .2s color;
        }
        .catalog-section-list__description-more a:hover{
            color: #e2001a;
            text-decoration: none;
            border-color: transparent;
        }

    .catalog-section-list__row{
        margin-left: -11px;
        margin-right: -11px;
    }
    .catalog-section-list__item{
        padding: 0 11px 24px;
    }
/* /список */

/* карточка в списке */
.product-card{
    display: block;
    position: relative;
    text-decoration: none;
    padding-bottom: 90px;
    height: 100%;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
}
    .product-card__link{
        display: block;
        height: 100%;
        padding: 17px 32px 16px;
        text-decoration: none;
    }
    .product-card__link,
    .product-card__link:focus,
    .product-card__link:active{
        text-decoration: none;
    }

    .product-card__img-wrap{
        display: block;
        position: relative;
        height: 152px;
        margin-bottom: 23px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .product-card__img-wrap .image{
        display: inline-block;
        max-height: 152px;
        max-width: 120px;
    }
    .product-card__label{
        position: absolute;
        left: 0;
        bottom: -19px;
        font-size: 9px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: left;
        color: #e2001a;
        text-transform: uppercase;
    }
    .product-card__title-wrap{
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .product-card__title{
        display: block;
        max-width: 100%;
        height: auto;
        margin-bottom: 8px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        color: #494949;
        text-transform: uppercase;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
        .product-card:hover .product-card__title {
            color: #e2001a;
        }
    .product-card__text-wrap{
        display: block;
        padding: 0;
    }
    .product-card__text{
        display: block;
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        text-decoration: none;
    }
    .product-card__title{
    }
    .product-card__btn-wrap{
        display: block;
        position: absolute;
        width: 100%;
        margin-top: 0;
        text-align: center;
        padding: 0;
        left: 0;
        bottom: 31px;
    }
    .product-card__btn{
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 11px 0;
        outline: 0;
        max-width: 165px;
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        background-color: #e2001a;
        color: #ffffff;
        border-radius: 0px;
        outline: none;
        border: 0;
        -webkit-transition: background 0.4s;
        transition: background 0.4s;
    }
        .product-card__btn:hover{
            background-color: #d60119;
            color: #ffffff;
        }
        .product-card__btn-text{
            display: inline-block;
            vertical-align: top;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
        }
/* /карточка в списке */


@media screen and (max-width: 991px) {
    .catalog-section{
        padding-top: 37px;
    }
    .catalog__title{
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 32px;
    }
    .catalog-section-info__subtitle{
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px;
    }
    .catalog-section-activity__link .caption{
        max-width: 123px;
        font-size: 14px;
        line-height: 20px;
    }
    .catalog-section-activity__list{
        max-width: 355px;
        margin-top: 9px;
        padding-right: 25px;
    }
    .catalog-section-activity__link .svg-icon{
        margin-top: -18px;
    }
    .catalog-section-filter__title,
    .catalog-section-list__title{
        font-size: 18px;
    }
    .catalog-section__col-filter{
        padding: 0 15px 0 14px;
    }
    .catalog-section-filter{
        padding-top: 33px;
    }
    .catalog-section-list{
        padding-top: 33px;
    }
}

@media (max-width: 767px) {
    .catalog-section{
        padding-top: 34px;
    }
    .catalog-section-activity__list{
        max-width: 340px;
        margin-right: -10px;
    }
    .product-card{
        padding-bottom: 52px;
    }
    .product-card__link{
        padding: 10px 12px 12px;
    }
    .product-card__btn{
        max-width: 100%;
    }
    .product-card__btn-wrap{
        padding: 0 12px 0 10px;
        bottom: 12px;
    }
}

@media (max-width: 575px) {
    .catalog-section-info__image{
        height: 140px;
        padding-top: 0;
        margin: 0 0 16px -13px;
    }
    .catalog-section-info__content{
        padding-bottom: 32px;
    }
    .catalog-section-info__text{
        margin-bottom: 13px;
    }
    .catalog-section-info__text, .catalog-section-info__text p{
        font-size: 14px;
        line-height: 24px;
    }
    .catalog-section-info__more a{
        font-size: 14px;
        line-height: 24px;
    }
    .catalog-section-activity{
        height: auto;
        padding-top: 19px;
        padding-bottom: 24px;
    }
    .catalog-section-activity__col_links{
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .catalog-section-activity__list{
        padding-right: 0;
        margin-right: 0;
        margin-top: 15px;
    }
    .products-search__container{
        padding-bottom: 0;
    }
    .products-search__results-container{
        height: auto;
    }
    .product-card{
        padding-bottom: 40px;
    }
    .product-card__btn-wrap{
        padding: 0;
        bottom: 0;
    }
    .catalog-section-filter{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        background-color: #ffffff;
        padding: 56px 0 0;
    }
        .catalog-section-filter.open_filter{
            display: block;
        }

    .catalog-section-filter__close{
        display: block;
        position: absolute;
        top: 15px;
        left: 13px;
        width: 30px;
        height: 30px;
    }
        .catalog-section-filter__close-btn{
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            border: 0;
            outline: none;
            padding: 0;
            background: none;
            color: #767676;
            font-size: 18px;
            line-height: 30px;
            cursor: pointer;
        }
            .catalog-section-filter__close-btn .svg-icon{
                pointer-events: none;
                vertical-align: top;
                margin-top: 6px;
            }

    .catalog-section-filter__mobile{
        display: block;
        position: fixed;
        z-index: 999;
        bottom: 12px;
        left: 50%;
        margin-left: -142px;
        width: 284px;
    }
        .catalog-section-filter__mobile-btn{
            display: block;
            width: 100%;
            border-radius: 1px;
            -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
            background: #ffffff;
            padding: 10px;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: normal;
            text-align: center;
            color: #e2001a;
            border: 0;
            outline: none;
            cursor: pointer;
        }

    .catalog-section-filter__scroller.nano{
        height: 100%;
        overflow: hidden;
    }
        .catalog-section-filter__scroller.nano > .nano-content{
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: scroll;
            overflow-x: hidden;
            z-index: 1;
            padding: 0 18px 36px;
        }
        .catalog-section-filter__scroller.nano > .nano-pane{
            position: absolute;
            width: 4px;
            height: 100%;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 4px;
            background: none;
            opacity: 1;
            z-index: 9;
        }
        .catalog-section-filter__scroller.nano > .nano-pane > .nano-slider {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-color: #d3d7d9;
            -webkit-transition: background-color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out;
            margin: 0;
        }

    .catalog-section-filter__scroller .bx_filter_section{
        padding-bottom: 60px;
    }

    .catalog-section-filter__title{
        padding: 0 18px 0 19px;
        font-size: 18px;
        line-height: 24px;
        color: #494949;
    }

    .catalog-section-list{
        padding-top: 31px;
    }
    .catalog-section-list__description{
        margin-bottom: 24px;
    }
    .catalog-section-list__description-text{
        margin-bottom: 11px;
    }
    .catalog-section-list__description-text, .catalog-section-list__description-text p{
        font-size: 14px;
        line-height: 24px;
    }
    .catalog-section-list__description-more a{
        font-size: 14px;
        line-height: 24px;
    }

    .catalog-section-list__item{
        padding-bottom: 16px;
    }

    .product-card__img-wrap{
        height: 90px;
        margin-bottom: 28px;
    }
    .product-card__img-wrap .image{
        max-height: 90px;
    }
    .product-card__link{
        padding: 10px 11px 14px;
    }
    .product-card__title{
        font-size: 14px;
        line-height: 16px;
    }
    .product-card__text{
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 440px) {
    .catalog-section-activity__item{
        padding-top: 49px;
    }
    .catalog-section-activity__link{
        padding-left: 0;
        margin-left: 0;
    }
    .catalog-section-activity__link .svg-icon{
        margin-top: -57px;
    }
    .catalog-section-activity__helpprofy .catalog-section-activity__link{
        padding-left: 0;
    }
    .catalog-section-activity__helpprofy .catalog-section-activity__link .caption{
        margin-left: -2px;
    }
}

@media (min-width: 576px) and (max-height: 800px) {
    .catalog-section-filter__item{
        margin-bottom: 20px;
    }
    .catalog-section-filter .select-breed,
    .catalog-section-filter .select_theme_project.select_view_light{
        margin-top: -2px;
    }
    .catalog-section-filter .filter__item-wrap_checkbox{
        margin-bottom: -19px;
    }
}

@media screen and (min-width: 992px) and (min-width: 576px) and (max-height: 800px){
    .catalog-section__col-filter{
        padding-top: 22px;
    }
    .catalog-section-filter{
        padding-top: 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) and (max-height: 800px){
    .catalog-section__col-filter{
        padding-top: 13px;
    }
    .catalog-section-filter{
        padding-top: 20px;
    }
}