.main-filter{
    height: 135px;
    background: url(img/bg.png) repeat-x;
}

.main-filter-name{
    font-size: 19px;
    padding: 18px 0 17px 18px;

}

.main-filter-galki {
    width: 112px;
    float: left;
    padding-left: 18px;
    font-size: 13px;
    line-height: 13px;
}

.main-filter-fields{
    width: 830px;
    float: left;
    padding-top: 3px;
}

.hd {
    visibility: hidden;
}

.btn-main-filter{
    font-size: 13px;
    padding: 10px 23px;
    maargin-top: -1px;
}

/* --- EASYDROPDOWN DEFAULT THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

/* WRAPPER */

.dropdown{
    position: relative;
    width: 159px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fcf0dc;
    margin-right: 10px;
    border-radius: 3px;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    float: left;
}

.dropdown.open{
    z-index: 2;
}

.dropdown:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.dropdown.focus{
    box-shadow: 0 0 5px rgba(51,102,248,.4);
}

/* CARAT */

.dropdown .carat{
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -18px;
    background: url(img/arrow1.png) center center no-repeat;
    width: 35px;
    height: 35px;
}

.dropdown.open .carat{
    background: url(img/arrow2.png) center center no-repeat;
}

.dropdown.disabled .carat{
    border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.dropdown .old{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.dropdown select{
    position: absolute;
    left: 0px;
    top: 0px;
}

.dropdown.touch .old{
    width: 100%;
    height: 100%;
}

.dropdown.touch select{
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* SELECTED FEEDBACK ITEM */

.dropdown .selected,
.dropdown li{
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #000;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 22px;

}

.dropdown.disabled .selected{
    color: #999;
}

.dropdown .selected::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0 2px 2px 0;
    /*box-shadow: inset -55px 0 25px -20px #fff;*/
}

.dropdown .selected {
    color: #ad9e90;
    font-weight: bold;
}

/* DROP DOWN WRAPPER */

.dropdown div{
    position: absolute;
    height: 0;
    margin-top: 10px;
    margin-left: -50px;
    background: #f5f5f5 url(img/topdropdown.png) top no-repeat;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    width: 208px;
}

/* Height is adjusted by JS on open */

.dropdown.open div{
    opacity: 1;
    z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;

    box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after{
    opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul{
    position: absolute;
    left: 0;
    top: 6px;
    margin: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
}

.dropdown.scrollable.open ul{
    overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.dropdown li{
    list-style: none;
    padding: 9px 0 9px 18px;
    border-bottom: solid 1px #ddd;
    color: #777;
}

.dropdown li:last-child {
    border-bottom: none;
}

/* .focus class is also added on hover */

.dropdown li.focus{
    background: #fcf0dc;
    position: relative;
    z-index: 3;
    color: #000;
}

.dropdown li.active{
    font-weight: 700;
}
/* end of easy dropdown CSS */


.jquery-checkbox{
    display: inline; font-size: 22px; line-height: 22px; cursor: pointer; cursor: hand;
    padding-right: 4px;
}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 18px; height: 18px;}
.jquery-checkbox img{background: transparent url(img/checkbox.png) no-repeat;}

.jquery-checkbox img{
    background-position: 0px 0px;
}
.jquery-checkbox-hover img{
    background-position: 0px 0px;
}
.jquery-checkbox-checked img{
    background-position: -18px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
    background-position: -18px 0px;
}

.jquery-checkbox-disabled img{
    background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
    background-position: -18px 0px;
}