.contacts-page-top ul:not([id*="bx_"]) > li {
    margin: 0;
}
.contacts-page-top ul:not([id*="bx_"]) > li:before {
    content: unset;
}

.contacts-page-top select[style*="display: none"] + .select2 {
    display: none;
}
.contacts-page-top select {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    appearance: none;
    width: 100%;
    height: 42px;
    font-size: 16px;
}
.contacts-page-top .select2-container .select2-dropdown {
    z-index: 99999;
}
.contacts-page-top .select2-dropdown ul li {
    margin: 0;
    font-size: 16px;
    padding: 5px 15px;
}
.contacts-page-top .select2-dropdown ul li::before {
    content: unset;
}
.contacts-page-top .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 6px 0;
    height: 42px;
    font-size: 16px;
}
.contacts-page-top .select2-container--default .select2-selection--single .select2-selection__arrow b {
    /*border-color: var(--fill_dark_light_hover) transparent transparent transparent;*/
}
/*.contacts-page-top .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--fill_dark_light_hover) transparent;
}*/
.contacts-page-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: var(--fill_dark_light_hover);*/
    font-weight: bold;
}
.contacts-page-top .select2-container--default .select2-selection--single .select2-selection__placeholder {
    /*color: var(--fill_dark_light_hover);*/
    font-weight: bold;
}
.contacts-page-top .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.contacts-page-top .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--fill_dark_light_hover);
    color: white;
}

.contacts-page-top .select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}
.contacts-page-top .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.contacts-page-top .select2-container--default .select2-search--dropdown .select2-search__field:hover {
    border-color: var(--fill_dark_light_hover);
}


.contacts-page-top .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #aaa;
}
.contacts-page-top .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #aaa;
}