.bem-dropdown {
    display: none;
    position: absolute;
    left: 0px;
    height: auto;
    min-width: 100%;
    padding: 8px 0;
    margin-left: 0;
    padding-left: 0;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 25px 0 rgba(71, 52, 95, 0.1);
    background-color: #fff;
    z-index: 99902;
    font-family: Roboto;
    text-align: left;
    margin-top: 8px;
    /*margin-bottom: 0px;*/
}
.bem-dropdown:before {
    content: "";
    display: block;
    background: transparent;
    height: 8px;
    width: 100%;
    top: -8px;
    position: absolute;
}

.bem-dropdown.bem-dropdown_pos_absolute
{
    display: block;
    min-width: auto;
}

.bem-dropdown-container
{
    display: none;
    max-height: 400px;
    max-width: max-content;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    border-radius: 3px;
    margin-top: 8px;
}

.bem-dropdown-container > .bem-dropdown
{
    position: relative;
    margin-top: 0px;
}
.bem-dropdown-container > .bem-dropdown:before {
    display: none;
}
.bem-dropdown-wrap.bem-dropdown-wrap_height_medium:hover:after
{
    content: "";
    display: block;
    background: transparent;
    height: 10px;
    position: absolute;
    width: 248px;
    bottom: -10px;
    left: 0px;
}


.bem-dropdown-wrap .bem-dropdown-wrap__title
{
    display: none;
    color: #0a1f44;
    font-family: 'Roboto-Medium';
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    text-align: center;
    height: 20px;
    background-color: #f1f2f4;
    font-weight: normal;
    position: absolute;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    margin-top: 8px;
    z-index: 10000000;
}

.bem-dropdown .bem-dropdown__section
{
    color: #0a1f44;
    font-family: 'Roboto-Medium';
    font-size: 12px;
    line-height: 24px;
    padding: 0px;
    text-align: center;
    height: 20px;
    background-color: #f1f2f4;
    font-weight: normal;
    width: 248px;
    max-width: 248px;
}

.bem-dropdown-wrap.bem-dropdown-wrap_height_medium .bem-dropdown-wrap__title
{
    width: 248px;
}

.bem-dropdown-wrap > .bem-dropdown-wrap__search ~ .bem-dropdown-container > .bem-dropdown
{
    padding-top: 50px;
}

.bem-dropdown-wrap > .bem-dropdown-wrap__title ~ .bem-dropdown-container > .bem-dropdown
{
    padding-top: 20px;
}

.bem-dropdown-wrap > .bem-dropdown-wrap__title ~ .bem-dropdown-wrap__search ~ .bem-dropdown-container > .bem-dropdown
{
    padding-top: 70px;
}

.bem-dropdown-wrap.bem-dropdown-wrap_search_on > .bem-dropdown-container > .bem-dropdown > .bem-dropdown__item:not(.bem-dropdown__item_search_include)
{
    display: none;
}

.bem-dropdown-wrap .bem-dropdown-wrap__search
{
    display: none;
    color: #0a1f44;
    font-family: "Roboto", "Open Sans", 'HelveticaNeue', Helvetica, Arial,sans-serif;
    font-size: 14px;
    text-align: left;
    height: auto;
    background-color: #fff;
    font-weight: normal;
    position: absolute;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    left: 0;
    margin-top: 8px;
    z-index: 10000000;
    padding: 4px 16px 10px;
}
.bem-dropdown-wrap.bem-dropdown-wrap_height_medium .bem-dropdown-wrap__search
{
    width: 216px;
}
.bem-dropdown-wrap > .bem-dropdown-wrap__title ~ .bem-dropdown-wrap__search
{
    margin-top: 28px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.bem-dropdown-wrap .bem-dropdown-wrap__search:before {
    content: "\f002";
    font-weight: normal;
    font-family: "Font Awesome Solid 900";
    color: #000;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    top: 18px;
    left: auto;
    right: 30px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    text-align: center;
    line-height: 14px;
}

.bem-dropdown-wrap .bem-dropdown-wrap__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;
    line-height: normal;
    letter-spacing: normal;
    background-color: #f1f2f4;
}


.bem-node .bem-dropdown {
    margin-top: 18px;
}
.bem-node .bem-dropdown:before {
    height: 18px;
    top: -8px;
}


.bem-dropdown-wrap.bem-dropdown-wrap_submenu
{
    display: block;
    position: absolute;
    width: fit-content;
    height: auto;
    z-index: 1000000000;
}
.bem-dropdown-wrap.bem-dropdown-wrap_submenu:before
{
    content: "";
    display: block;
    background: transparent;
    position: absolute;
    width: 10px;
    height: 100%;
    right: -10px;
    top: -5px;
}

.bem-dropdown-wrap.bem-dropdown-wrap_submenu > .bem-dropdown-container
{
    display: block;
    position: relative;
    width: fit-content;
}

.bem-dropdown-wrap.bem-dropdown-wrap_submenu > .bem-dropdown-container > .bem-dropdown
{
    display: block;
    position: relative;
}


.bem-dropdown-wrap.bem-dropdown-wrap_action_click .bem-dropdown_open {
    display: block;
}

.bem-dropdown-wrap:not(.bem-dropdown-wrap_action_click):hover > .bem-dropdown-container {
    display: block;
}

.bem-dropdown-wrap:not(.bem-dropdown-wrap_action_click):hover > .bem-dropdown-container > .bem-dropdown {
    display: block;
}

.bem-dropdown-wrap:hover:not(.bem-dropdown-wrap_action_click) > .bem-dropdown {
    display: block;
}

.bem-dropdown-wrap:not(.bem-dropdown-wrap_action_click) > .bem-dropdown-container .bem-dropdown-wrap.bem-dropdown__item-wrap:hover > .bem-dropdown {
    display: none;
}

.bem-dropdown-wrap:not(.bem-dropdown-wrap_action_click):hover > .bem-dropdown-wrap__title,
.bem-dropdown-wrap:not(.bem-dropdown-wrap_action_click):hover > .bem-dropdown-wrap__search
{
    display: block;
}

.bem-dropdown-wrap.bem-dropdown-wrap_close .bem-dropdown {
    display: none !important;
}

.bem-dropdown .bem-dropdown__item {
    list-style-type: none;
    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;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Roboto;
    font-weight: normal;
    color: #0a1f44;
}

.bem-dropdown .bem-dropdown__item .bem-dropdown {
    left: calc(100% + 10px);
    z-index: 99903;
    top: -8px;
}
.bem-dropdown .bem-dropdown__item .bem-dropdown:before {
    content: "";
    display: block;
    background: transparent;
    height: 100%;
    width: 10px;
    left: -10px;
    position: absolute;
}

.bem-dropdown.bem-dropdown_item-direction_right .bem-dropdown__item .bem-dropdown
{
    right: calc(100% + 10px);
    left: inherit;
}
.bem-dropdown.bem-dropdown_item-direction_right .bem-dropdown__item .bem-dropdown:before {
    content: "";
    right: -10px;
    left: inherit;
}

.bem-dropdown .bem-dropdown__item:hover {
    background-color: #eff3ff;
    cursor: pointer;
}

.bem-dropdown__item.bem-dropdown__item-wrap > span:after {
    content: '\f105';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0px 5px;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}


.bbem-dropdown-wrap_theme_select.bem-dropdown-wrap.bem-btn
{
    max-height: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
}

.bbem-dropdown-wrap_theme_select.bem-dropdown-wrap.bem-btn .bem-btn__text
{
    line-height: 14px;
    margin-top: -9px;
    font-weight: normal;
    font-family: 'Roboto';
    font-size: 14px;
    color: #000;
}

.bbem-dropdown-wrap_theme_select.bem-dropdown-wrap.bem-btn > .bem-btn__icon,
.bbem-dropdown-wrap_theme_select.bem-dropdown-wrap.bem-btn > .bem-dropdown-container > .bem-btn__icon
{
  margin-top: -9px;
  padding-left: 5px;
}



.bem-dropdown-wrap.bem-dropdown-wrap_theme_select > .bem-dropdown,
.bem-dropdown-wrap.bem-dropdown-wrap_theme_select > .bem-dropdown-container > .bem-dropdown
{
    margin-top: 0px;
    border: solid 1px #d8dde6;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bem-dropdown-wrap.bem-dropdown-wrap_theme_select > .bem-dropdown .bem-dropdown__item,
.bem-dropdown-wrap.bem-dropdown-wrap_theme_select > .bem-dropdown-container > .bem-dropdown .bem-dropdown__item
{
    padding: 0px 12px;
    height: 38px;
    width: calc(100% - 24px);
}


.bem-dropdown-wrap.bem-dropdown-wrap_theme_select .bem-dropdown .bem-dropdown__item .bem-dropdown__item-icon
{
    visibility: hidden;
    margin-right: 8px;
    color: #0076de;
}

.bem-dropdown-wrap.bem-dropdown-wrap_theme_select .bem-dropdown .bem-dropdown__item.bem-dropdown__item_select .bem-dropdown__item-icon 
{
    visibility: visible;
}

.bem-dropdown-wrap.bem-dropdown-wrap_width_medium > .bem-dropdown .bem-dropdown__item,
.bem-dropdown-wrap.bem-dropdown-wrap_width_medium > .bem-dropdown-container > .bem-dropdown .bem-dropdown__item
{
    width: 200px;
    max-width: 200px;
}

.bem-dropdown-wrap.bem-dropdown-wrap_width_medium > .bem-dropdown .bem-dropdown__item .bem-dropdown__item-text,
.bem-dropdown-wrap.bem-dropdown-wrap_width_medium > .bem-dropdown-container > .bem-dropdown .bem-dropdown__item .bem-dropdown__item-text
{
    text-overflow: ellipsis; 
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

