ul.params li div.not-selected {
    display: none;
}
ul.params { padding: 0; margin: 0; list-style-type: none; }
ul.params input {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}
ul.params .inputs-wrapper input {
    /*height: 36px;
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
    font-family: "Lato-Regular",sans-serif;
    font-size: 14px;
    outline: none;
    width: 85px;
    padding: 0 0 0 10px;
    margin-left: 10px;
    background-color: #FFFFFF;*/

    margin-right: 4px;
    width: 60px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    height: 27px;
    line-height: 16px;
    padding: 0 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.06);
    border: solid 1px #ddd;
    border-radius: 5px;
}
ul.params .inputs-wrapper input:first-child {
    /*float: left;*/
}
ul.params li {
    margin-bottom: 10px;
    list-style-image: none;
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #dbdbdb;*/
}
ul.params li.current-filter {
    /*display: none;*/
    border-bottom: 0;
}
ul.params li strong {
    display: block;
}
ul.params li strong {
    margin-bottom: 0;
    font-weight: normal;
    position: relative;
    cursor: pointer;
}
ul.params li strong.opened {
    /*background-image: url('../images/filter_group_up.png');*/
}
ul.params li strong.closed:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 6px;
    top: 9px;
    /*background: url(../images/sprite.png) -263px -48px no-repeat;*/
    background: rgba(0, 0, 0, 0) url(../../images/sprite.png) no-repeat scroll -263px -52px;
    opacity: 0.3;
}
ul.params li strong.opened:before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 6px;
    top: 9px;
    /*background: url(../images/sprite.png) -278px -49px no-repeat;*/
    background: rgba(0, 0, 0, 0) url(../../images/sprite.png) no-repeat scroll -278px -52px;
    opacity: 0.3;
}
ul.params li strong span {

}
ul.params li strong span.currency {
}
ul.params li strong span.title {
    display: block;
    padding: 0 15px 0 20px;
    font-size: 14px;
}

ul.params li div.selected {
    display: block;
}
ul.params li div.not-selected {
    /*display: none;*/
}

ul.params li.type2  > .selected:last-of-type {
    margin-bottom: 20px;
}


/*ul.params li.type2 div.not-selected:nth-of-type(n+2) {
    display: none;
}*/
ul.params li.type2 div.not-selected.hided {
    display: none;
}
ul.params li .show-all {
    color: #e41e15;
    cursor: pointer;
    margin-top: 20px;
}

ul.params li .inputs-wrapper {
    /*float: left;
    width: 100%;
    margin-top: 20px;*/

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    left: 0;
    right: 0;
}

ul.params li .inputs-wrapper .range-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 13px;
}

ul.params .inputs-wrapper input.main-filter__price-input {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
}

ul.params li .irs--flat {
    /*margin-top: 15px;*/
    margin-top: 35px;
}
ul.params li .irs--flat .irs-line {
    height: 5px;
    background: url('../images/ionRangeSlider/line_bg.png') repeat-x;
}
ul.params li .irs--flat .irs-bar {
    background-color: #999;
    height: 5px;
    background: url('../images/ionRangeSlider/bar_bg.png') repeat-x;
}
ul.params li .irs--flat .irs-from,
ul.params li .irs--flat .irs-to,
ul.params li .irs--flat .irs-single {
    /*background-color: #c30037;*/
}
ul.params li .irs--flat .irs-from:before,
ul.params li .irs--flat .irs-to:before,
ul.params li .irs--flat .irs-single:before {
    /*border-top-color: #c30037;*/
}
ul.params li .irs--flat .irs-handle > i:first-child {
    /*background-color: #333;*/
    background-color: transparent;
    cursor: pointer;
}
/*ul.params li.type2 div,*/
ul.params li.type3 div div {
    margin: 0 0 8px 0;
}
ul.params li .inactive {
    opacity: 0.3;
}
ul.params li.type2 input[type=checkbox] {

}


/* --- formfilter --- */
.catalog-wrapper.formfilter {
    /*display: block;*/
    margin-top: 40px;
}
.catalog-wrapper.formfilter .filters-box {
    /*width: 100%;
    display: block;*/
}
.catalog-wrapper.formfilter .filters-box-full {
    /*padding-left: 15px;*/
}
.catalog-wrapper.formfilter .choice {
    width: 100%;
    /*padding: 0 15px;*/
    padding: 0;
}
.catalog-wrapper.formfilter .header {
    font-size: 18px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

/*
.catalog-wrapper.formfilter ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
*/
.catalog-wrapper.formfilter ul li {
    /*width: 231px;*/
    margin: 20px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.catalog-wrapper.formfilter .coll_s {
    width: 33% !important;
}
.catalog-wrapper.formfilter .coll_s li {
    padding-left: 15px;
}
.catalog-wrapper.formfilter .buttons {
    float: left;
    width: 100%;
    /*border-top: 1px solid #959595;*/
    padding: 0;
    text-align: right;
}
.catalog-wrapper.formfilter .buttons .default-button {
    width: auto;
    float: none;
    display: inline-block;
    margin-top: 20px;
}


/* checkbox and radio style */
ul.params li.type3 label,
ul.params li.type2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    margin-right: 15px;
    /*font-size: 11px;*/
    color: #333;
    margin-left: 20px;
    margin-bottom: 0;
}
ul.params li.type3 input[type=radio],
ul.params li.type2 input[type=checkbox] {
    display: none;
}
ul.params li.type3 label:before,
ul.params li.type2 label:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}

ul.params li.type3 label:before {
    border-radius: 8px;
}
ul.params li.type2 label:before {
    /*border-radius: 3px;*/
}

ul.params li.type3 input[type=radio]:checked + label:before {
    /*content: "\2022";*/
    content: "\2714";
    color: #fff;
    background-color: #007af9;
    text-align: center;
    /*font-size: 29px;
    line-height: 13px;*/
    font-size: 10px;
    line-height: 12px;
    width: 11px;
    height: 11px;
    border: 0;
}

ul.params li.type2 input[type=checkbox]:checked + label:before {
    content: "\2714";
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);*/
    font-size: 10px;
    background-color: #007af9;
    color: #fff;
    text-align: center;
    line-height: 11px;
    width: 13px;
    height: 13px;
    border: 1px solid #007af9;
}
ul.params li.current-filter {
    margin-bottom: 8px;
    padding-bottom: 0;
}
ul.params li.current-filter div {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    /*border-radius: 2px;*/
    padding: 5px 0;
    cursor: pointer;
    background-image: url('../images/filter-close.png');
    background-repeat: no-repeat;
    background-position: right 7px center;
}
ul.params li.current-filter div span {
    padding: 0 15px;
    display: block;
}

.filter-result {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin-left: 15px;
    margin-top: -13px;
}
.filter-result .inner {
    cursor: default;
    font: 16px / 32px arial, sans-serif;
    height: 36px;
    line-height: 36px;
    background: #67a512;
    position: relative;
    color: #fff;
    border-radius: 4px 0 0 4px;
    /*opacity: 0.7;*/
}
.filter-result .inner:before {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #67a512;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.filter-result .inner span {
    padding: 0 15px;
}

.irs--flat .irs-handle {
    background-image: url('../images/ionRangeSlider/handle.png');
    background-repeat: no-repeat;
}

ul.params .not-selected, ul.params .selected {
    position: relative;
    width: 100%;
    padding-top: 5px;
}

ul.params li.type1 div.selected {
    margin-bottom: 20px;
    margin-top: 10px;
}

.full-search ul.params {
    display: flex;
    gap: 50px;
}
.full-search ul.params .coll_s {
    flex: 1;
}

#formfilter-show-button, #formfilter-reset-button {
    display: none;
}
/* --- filters (end) --- */

/* --- fullform --- */
.full-formfilter b, .full-formfilter strong {
    font-weight: normal !important;
}
.full-formfilter ul.params li {
    margin-bottom: 10px !important;
    padding-right: 15px;
}
@media screen and (max-width: 1000px) {
    .full-formfilter .coll_s {
        width: 100% !important;
        float: none !important;
        clear: none !important;
    }
}
/* --- fullform (end) --- */