.bem-select2-container.select2-dropdown.select2-dropdown--below {
    margin-top: 10px;
    padding: 8px 0;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 25px 0 rgba(71, 52, 95, 0.1);
    background-color: #ffffff;
    z-index: 99902 !important;
	min-width: 256px !important;
}
.bem-select2-container.bem-select2-container_margin_0.select2-dropdown.select2-dropdown--below {
    margin-top: -10px;
}

.bem-select2-container.bem-select2-container_width_300.select2-dropdown.select2-dropdown--below {
    width: 300px !important;
    min-width: 300px !important;
    margin-left: -130px !important;
}

.bem-select2-container.bem-select2-container_width_150.select2-dropdown.select2-dropdown--below {
    width: 150px !important;
    min-width: 150px !important;
    margin-left: -100px !important;
}

.bem-select2-container.bem-select2-container_width_200.select2-dropdown.select2-dropdown--below {
    width: 200px !important;
    min-width: 200px !important;
    margin-left: -140px !important;
}

.bem-select2-container.select2-dropdown.select2-dropdown--below .select2-results__options {
    padding: 0;
}

.bem-select2-container .select2-results__options .select2-results__option {
    position: relative;
    display: block;
    width: calc(100% - 24px*2);
    padding: 0 24px;
    height: 40px;
    line-height: 42px;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Roboto;
	color: #0a1f44;
}
.bem-select2-container .select2-results__options .select2-results__option[role="treeitem"]:hover {
    background-color: #eff3ff ; /* #f6f8f9 */
}
.bem-select2-container .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #eff3ff  !important; /* #e3e8ea */
}
.bem-select2-container .select2-results__options .select2-results__option[aria-disabled=true] {
    opacity: 0.5;
}
.bem-select2-container.bem-select2-container_disable_hide .select2-results__options .select2-results__option[aria-disabled=true] {
    display: none;
}

.bem-select2-container.bem-select2-container_btn_3  .select2-results__options .select2-results__option {
    float: left;
    width: calc(100% - 16px*3 - 20px*3 - 15px - 30px);
    z-index: 2;
}

.bem-select2-container.bem-select2-container_btn_3 .select2-results__options .select2-results__option:hover + .bem-select2-container__options-btn-group:before,
.bem-select2-container.bem-select2-container_btn_3 .select2-results__options .select2-results__option[aria-selected=true] + .bem-select2-container__options-btn-group:before {
    display: block;
}


.bem-select2-container .bem-select2-container__options-btn-group {
    position: relative;
    display: block;
    padding: 0px 5px 0px 10px;
    height: 40px;
    z-index: 1;
}

.bem-select2-container .select2-results__options .bem-select2-container__options-btn-group:hover {
    background-color: #fbfbfe;
}

.bem-select2-container .bem-select2-container__options-btn {
    width: 16px;
    height: 20px;
    line-height: 20px;
    padding: 10px 8px;
    float: right;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    color: #637381;
}

.bem-select2-container .bem-select2-container__options-btn.bem-select2-container__options-btn_color_graylight {
    opacity: 0.3;
    color: #637381;
}

.bem-select2-container .bem-select2-container__options-btn-group:before {
    content: "";
    position: absolute;
    display: none;
    z-index: -1;
    background-color: #eff3ff;
    width: 100%;
    height: 40px;
    left: 0px;
}

.bem-select2-container .bem-select2-container__options-btn-group:hover:before {
    display: block;
}


    
.bem-select2-container.bem-select2-container_arrow_up.select2-dropdown.select2-dropdown--below {
    border: 2px solid #E8E8E8;
    border-radius: 8px;
    margin-top: 10px;
}
  
.bem-select2-container.bem-select2-container_arrow_up:before {
    box-shadow: -2px -1px 1px -1px rgba(0, 0, 0, 0.11);
}
.bem-select2-container.bem-select2-container_arrow_up:before, .bem-select2-container.bem-select2-container_arrow_up:after {
    content: '';
    position: absolute;
    right: 15%;
    top: -5px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: linear-gradient(to bottom right, #fff 60%, transparent 50%);
    z-index: 1;
}

.bem-select2-container.bem-select2-container_selected_no .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #fff !important;
}

.bem-select2-container.bem-select2-container_hide-first .select2-results__options .select2-results__option:first-child {
    display: none !important;
}

/* search */
.bem-select2-container.select2-dropdown.select2-dropdown--below .select2-search--dropdown {
    padding: 4px 16px 10px;
}
.bem-select2-container.select2-dropdown.select2-dropdown--below .select2-search--dropdown:before {
    content: "\f002";
    font-weight: normal;
    font-family: "Font Awesome Solid 900";
    color: #000;
    position: absolute;
    z-index: 2;
    font-size: 14px;
	top: 22px;
    left: auto;
    right: 30px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    text-align: center;
    line-height: 14px;
}

.bem-select2-container.select2-dropdown.select2-dropdown--below .select2-search--dropdown .select2-search__field {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 31px;
    padding: 8px 34px 8px 8px;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto", "Open Sans", 'HelveticaNeue', Helvetica, Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    background-color: #f1f2f4;
}

.bem-select2-container .select2-results__options .select2-results__option[role="group"] {
    height: auto;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.bem-select2-container .select2-results__options .select2-results__option[role="group"] .select2-results__group
{
    color: #0a1f44;
    font-family: 'Roboto-Medium';
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #f1f2f4;
    font-weight: normal;
}