li{list-style-type:none;}
label.error {
    color: #e62222 !important;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0px;
    font-weight: 400;
}

/*Select*/
.bx_filter .bx_filter_select_block,
.common_select .common_select-link {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    margin: 0 0px 0px;
    padding: 0 33px 0 7px;
    border-radius: 2px;
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.bx_filter .bx_filter_select_block {
    background: #fff;
    height: 36px;
}

.bx_filter .bx_filter_select_text,
.common_select .common_select-link .ik_select_link_text {
    font-size: 13px;
    line-height: 28px;
    max-width: 100%;
    height: 30px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow,
.common_select .common_select-link:hover .trigger,
.common_select .common_select-link.opened .trigger {
    background: #e3e3e3;
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow:before,
.common_select .common_select-link:hover .trigger:before,
.common_select .common_select-link.opened .trigger:before {
    background-position: -36px -174px;
}

.bx_filter .bx_filter_select_text.fix {
    min-width: 120px;
}

.bx_filter .bx_filter_select_text label {
    cursor: pointer;
}

.bx_filter .bx_filter_select_arrow,
.common_select .common_select-link .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 28px;
    cursor: pointer;
    border-left: 1px solid #f2f2f2;
    background: #fff;
    text-align: center;
    line-height: 32px;
}

.bx_filter .bx_filter_select_arrow {
    line-height: 38px;
    height: 34px;
}

.bx_filter .bx_filter_select_arrow:before,
.common_select .common_select-link .trigger:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background: url('/bitrix/templates/aspro_next/images/arrows.png') -1px -174px no-repeat;
}

.bx_filter .bx_filter_select_text {
    line-height: 34px;
    height: 34px;
}

.common_select {
    width: 100% !important;
    font-size: 0px;
}

.common_select select {
    display: none;
}

.ik_select_dropdown.common_select-dd {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
    z-index: 10 !important;
}

.ik_select_dropdown.common_select-dd ul li:before {
    display: none;
}

.ik_select_list .ik_select_list_inner {
    position: static !important;
    overflow: auto;
}

.ik_select_list .ik_select_list_inner ul {
    margin-bottom: 0px;
}

.ik_select_option_disabled {
    pointer-events: none;
    cursor: default;
    display: none;
}

.ik_select_list .ik_select_list_inner ul li {
    text-align: left;
    padding: 4px 9px 4px 9px;
    cursor: pointer;
    background: #fff;
}

.ik_select_list .ik_select_list_inner ul li:hover,
.bx_filter_select_popup ul li label:hover {
    background: #e3e3e3;
}

.ik_select_list .ik_select_list_inner ul li.ik_select_active,
.bx_filter_select_popup ul li label.selected {
    background: #ddd;
    color: #fff;
}

.ik_select_list .icon_color,
.common_select .icon_color {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    border: 2px solid #FFF;
    margin: 0px 7px 0px 0px;
}

.common_select .icon_color {
    margin-top: 4px;
}

.common_select .common_select-link.img,
.ik_select_list .ik_select_list_inner ul li.img {
    padding-left: 4px;
}

.ik_select_list .ik_select_list_inner ul li.img {
    padding-left: 5px;
}