<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ik_select select {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.ik_select_list li.ik_select_option_disabled {
    color: #999;
}

.ik_select {
    height: 47px;
    position: relative;
    vertical-align: middle;
}

.ik_select_link_text {
    background: #004b7a url(../images/select.png) right center no-repeat;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Tahoma;
    font-size: 17px;
    font-style: italic;
    height: 47px;
    line-height: 17px;
    text-align: center;
    padding: 12px 32px 0 32px;
}

.ik_select_link_text.active {
    background: #f3f3f3 url(../images/select.png) right center no-repeat;
}

.ik_select_link_disabled {
    opacity: .5;
}

.ik_select_block {
    display: none;
    left: 0px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
}

.ik_select_list {
    background-color: #006baf;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.ik_select_list li {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Tahoma;
    font-size: 17px;
    height: 47px;
    line-height: 16px;
    padding: 12px 22px 0 22px;
    transition: all 0.2s linear;
}

.ik_select_list li:hover {
    background-color: #004b7a;
    color: #fff;
}

.metro_select .ik_select_link {
    width: 258px;
}

.metro_select .ik_select_list {
    width: 258px;
}

form.filter fieldset .select2{

    /*height: 47px;*/
    position: relative;
    vertical-align: middle;
    margin-top: 10px;
    font-size: 20px;
    background-color: #01395c;
    color:#fff;
}
form.filter fieldset .select2 .select2-selection__rendered{

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