<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filter_container{
    padding: 25px 0;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;

    background-image: linear-gradient(to bottom, #fefefe, #f8f8f8);
    border: solid 1px #cdcdcd;

    font-family: Tahoma,sans-serif;
    font-size: 0;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #000000;


}

.filter-block_section{
    width: 50%;
    display: inline-block;
    font-size: 18px;
    position: relative;
    vertical-align: top;
    padding: 5px 0;
}

.filter-block_section:nth-child(odd) {
    margin-right: -1px;
    border-right: solid 1px #cdcdcd;
}
.filter-block_section:after{
    content: '';
    display: block;
    height: 1px;
}
.filter-block_section_content {
    display: block;
    /*padding: 10px 13px;*/

}
.filter-block_inner{
    margin: auto;
    width: 340px;
}
.slider-box {
    margin: 10px 0 10px -4px;
    background: #000;
    border: none;
    border-left: 24px solid;
    border-right: 24px solid;
    height: 4px;
    width: 274px;
    position: relative;
    border-radius:2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.ui-slider-handle:focus{
    outline: none;
}
.slider-box_line, .ui-slider-range {
    left: 0;
    top: 0;
    height: 4px;
    margin: -10px 0 0 0;
    border-top: #fafafa 10px solid;
    border-bottom: #fafafa 10px solid;
    position: absolute;
    background: #e72356;
}
.slider-box_ic, .ui-slider-handle {
    top: -12px;
    position: absolute;
    cursor: pointer;
    margin-left: -26px;
    width: 22px;
    height: 22px;
    background-color: #e52053;

    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);

    border: solid 2px #ffffff;

    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.ui-slider-handle +  .ui-slider-handle{
    margin-left: -2px;
}
.cost-unit_row {
    height: 40px;
    margin-bottom: 0;
    zoom: 1;
    display: block;
}
.cost-unit_tx {
    float: left;
    color: #21362e;
    margin: 6px 8px 0 0;
}
.cost-unit_inp {
    float: left;
    width: 60px;
    height: 22px;
    margin: 0 10px 0 0;
    padding: 1px 10px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.31);
    border: solid 1px rgba(205, 205, 205, 0.48)
}

.cost-unit_inp input {
    width: 100%;
    border: none;
    background: none;
    font-family: Tahoma,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    /*text-align: center;*/
    color: #e62154;
}

.cost-unit_tx {
    float: left;
    color: #21362e;
    margin: 6px 8px 0 0;
}

.cost-unit_tx {
    float: left;
    color: #21362e;
    margin: 6px 8px 0 0;
}


.filter_container .checkbox{
    opacity: 0;
    position: absolute;
}
.custom_checkbox,
.custom_checkbox_label{
    display: inline-block;
    vertical-align: top;
}
.custom_checkbox_label{
 margin-top: 6px;
    /*text-decoration: underline;*/
}

.custom_checkbox {
    margin-top: 0;
    position: relative;
    width: 24px;
    height: 24px;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    background-color: #ffffff;

    box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.31);
    -moz-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.31);


    border: solid 1px rgba(205, 205, 205, 0.48);
    display: inline-block;
}

.custom_checkbox:hover,
.checkbox:focus+.custom_checkbox,
.checkbox:hover+.custom_checkbox{
    border: solid 2px #bad652;
    width: 22px;
    height: 22px;
}

.custom_checkbox_label:hover,
.checkbox:checked ~ .custom_checkbox_label{
    color: #839e24;
}

.checkbox:checked+.custom_checkbox:before{
    position: absolute;
    background: transparent url(checked.png) center center no-repeat;
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

}

.sorter{
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    margin: 20px 0 20px 31px;
}

.sorter .sort_item{
    color: #839e24;
    font-family: Tahoma, sans-serif;
}
.sorter .label_sorter{
    border-bottom: 1px dashed #839e24;
    margin-left: 8px;
}
.sorter .label_sorter:hover{
    margin-bottom: 1px;
    border-bottom: none
}

.sorter .radio_button{
    opacity: 0;
    position: absolute;
}


/*в†‘*/
.sort_item .label_sorter.second,
.sort_item .radio_button.first:checked ~ .label_sorter.first
{
   display: none;
}
.sort_item .radio_button.first:checked ~ .label_sorter.second{
   display: inline;
}

.sort_item .arrow:before{
    width: 10px;
    display: inline-block;
    content: ""
}

.sort_item .radio_button.first:checked ~ .arrow:before{
    content: "в†‘";
}
.sort_item .radio_button.second:checked ~ .arrow:before{
    content: "в†“";
}


</pre></body></html>