.bem-select2 .select2-container--default {
    min-height: 40px !important;
    height: auto !important;
}
.bem-select2.bem-select2_theme_btn .select2-container--default {
    min-height: 40px !important;
}
.bem-select2.bem-select2_hide .select2-container--default {
    min-height: 0px !important;
}

.bem-select2.bem-select2_theme_blue .select2-container--default
{
    min-height: auto !important;
}

.bem-select2 .select2-container--default .select2-selection.select2-selection--multiple,
.bem-select2 .select2-container--default .select2-selection.select2-selection--single {
    min-height: 40px !important;
    height: auto !important;
    border: solid 1px #e1e4e8;
    border-color: #e1e4e8 !important;
    border-radius: 4px;
    background-color: #fff !important;
	min-width: 256px !important;
}

.bem-select2.bem-select2_theme_btn  .select2-container--default .select2-selection.select2-selection--multiple,
.bem-select2.bem-select2_theme_btn  .select2-container--default .select2-selection.select2-selection--single  {
    min-width: 0px !important;
    min-height: 40px !important;
}
.bem-select2.bem-select2_theme_blue  .select2-container--default .select2-selection.select2-selection--multiple,
.bem-select2.bem-select2_theme_blue  .select2-container--default .select2-selection.select2-selection--single  {
    min-width: 0px !important;
}

.bem-select2.bem-select2_theme_blue.bem-select2_width_auto .select2-container--default {
    width: auto !important;
}

.bem-select2.bem-select2_hide .select2-container--default .select2-selection.select2-selection--multiple,
.bem-select2.bem-select2_hide  .select2-container--default .select2-selection.select2-selection--single  {
    display: none !important;
}

.bem-select2.bem-select2_width_100 .select2-container--default,
.bem-select2.bem-select2_width_100 .select2-container--default .select2-selection.select2-selection--multiple,
.bem-select2.bem-select2_width_100 .select2-container--default .select2-selection.select2-selection--single {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0px !important;
}
.bem-select2 .select2-container--default .select2-selection.select2-selection--multiple:hover,
.bem-select2 .select2-container--default .select2-selection.select2-selection--single:hover {
    border-color: #8da3ba !important;
}
.bem-select2 .select2-container--default .select2-selection.select2-selection--multiple:active,
.bem-select2 .select2-container--default .select2-selection.select2-selection--single:active {
    border-color: #007fff !important;
}
.bem-select2 .select2-container--default .select2-selection.select2-selection--multiple:focus,
.bem-select2 .select2-container--default .select2-selection.select2-selection--single:focus {
    border-color: #007fff !important;
}
.bem-select2 .select2-container--default.select2-container--open .select2-selection.select2-selection--multiple,
.bem-select2 .select2-container--default.select2-container--open .select2-selection.select2-selection--single {
    border-color: #007fff !important;
}
.bem-select2.bem-select2_error .select2-container--default .select2-selection--multiple,
.bem-select2.bem-select2_error .select2-container--default .select2-selection--single {
    border-color: #f00 !important;
}
.bem-select2.bem-select2_success .select2-container--default .select2-selection--multiple,
.bem-select2.bem-select2_success .select2-container--default .select2-selection--multiple:focus,
.bem-select2.bem-select2_success .select2-container--default .select2-selection--multiple:active,
.bem-select2.bem-select2_success .select2-container--default .select2-selection--multiple:hover,
.bem-select2.bem-select2_success .select2-container--default .select2-selection--single,
.bem-select2.bem-select2_success .select2-container--default .select2-selection--single:focus,
.bem-select2.bem-select2_success .select2-container--default .select2-selection--single:active,
.bem-select2.bem-select2_success .select2-container--default .select2-selection--single:hover {
    border-color: #5aa700 !important;
}
.bem-select2.bem-select2_border-left_none .select2-container--default .select2-selection.select2-selection--multiple,
.bem-select2.bem-select2_border-left_none .select2-container--default .select2-selection.select2-selection--single {
    border-left: none;
}
.bem-select2.bem-select2_radius-left_none .select2-container--default .select2-selection.select2-selection--multiple,
.bem-select2.bem-select2_radius-left_none .select2-container--default .select2-selection.select2-selection--single {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.bem-select2 .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
    cursor: pointer;
    padding-top: 11px;
    line-height: 40px;
}

.bem-select2 .select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
    cursor: pointer;
    padding-top: 3px;
	line-height: 35px !important;
    font-size: 14px;
    font-family: Roboto, sans-serif !important;
    color: #00123a !important;
	text-transform: none;
	font-weight: normal;
}
    
.bem-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered:after,
.bem-select2 .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    content: '';
    position: absolute;
    display: block;
    background: none; /*url("../../../../img/arrow-bottom.svg") 50% 50% no-repeat transparent;*/
    width: 36px;
    height: 40px;
    top: 1px;
    right: 1px;  
    float: none;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    line-height: 38px;
    color: #212b36;
    text-align: left;
    cursor: pointer;
    padding: 0px;
    margin:0px;
    transition: none;
}

.bem-select2 .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
    display: block;
    width: 10px !important;
    height: 6px !important;
    top: 18px !important;
    right: 15px !important;
    left: auto !important;
    background: url(../_img/arrow.png) 50% 50% no-repeat transparent !important;
}
.bem-select2.bem-select2_theme_blue .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}
.bem-select2.bem-select2_margin-top_5.bem-select2_theme_blue .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
    top: 17px !important;
}
.bem-select2.bem-select2_width_100 .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
    right: 14px !important;
}
.bem-select2 .select2-container--default.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}
.bem-select2.bem-select2_theme_btn .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
    display: none;
}
.bem-select2  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}
.bem-select2:not(.bem-select2_search) .select2-container--default .select2-selection--multiple .select2-search {
	display: none;
}
.bem-select2.bem-select2_search .select2-container--default .select2-selection--multiple .select2-search
{
    line-height: 14px !important;
    margin-top: -5px;
}
.bem-select2.bem-select2_search .select2-container--default .select2-selection--multiple .select2-selection__choice ~ .select2-search
{
    margin-top: 0px;
}
.bem-select2.bem-select2_search .select2-container--default .select2-selection--multiple .select2-search .select2-search__field
{
    margin-left: 0px;
}
.bem-select2.bem-select2_search .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered[bem-select2__placeholder]:before
{
    display: none;
}

.bem-select2 .select2-container--default .select2-selection--multiple .select2-selection__rendered[bem-select2__placeholder]:before {
    content: attr(bem-select2__placeholder);
    display: list-item;
    height: auto;
    margin-top: 0px;
    padding-top: 1px;
    padding-left: 4px;
    line-height: 14px;
    font-family: "Open Sans", 'HelveticaNeue', Helvetica, Arial,sans-serif;
    font-size: 14px;
    color: #808285;
}
.bem-select2.bem-select2_search .select2-container--default .select2-selection--multiple .select2-selection__rendered[bem-select2__placeholder]:before
{
    float: left;
}

.bem-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    z-index: 2;
    position: relative;
    display: inline-block;
    margin: 0px 1px 5px 4px;
    padding: 0 35px 0 10px;
    height: 28px;
    border-width: 0;
    border-radius: 3px;
    background-color: #e5eef9;
    font-size: 13px;
    font-family: "Open Sans", 'HelveticaNeue', Helvetica, Arial,sans-serif;
    vertical-align: middle;
    line-height: 29px;
    color: #2f3941;
    cursor: text;
    overflow: hidden;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    float: left;
}

.bem-select2  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 10px;
    opacity: .6;
    font-size: 18px;
    font-weight: normal;
    color: #637381;
}


.bem-select2.bem-select2_theme_blue .select2-container--default .select2-selection {
    height: 27px !important;
    min-height: 27px !important;
}
.bem-select2.bem-select2_theme_blue .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 24px !important;
}
.bem-select2.bem-select2_margin-top_5.bem-select2_theme_blue .select2-container--default .select2-selection {
    margin-top: 5px;
}

.bem-select2.bem-select2_theme_blue .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    content: none;
}

.bem-select2.bem-select2_theme_blue .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    background: url(../../../../img/arrow-bottom.svg) 50% 50% no-repeat transparent;
    height: 100%;
    width: 30px;
}
.bem-select2.bem-select2_bgcolor_dark-blue .select2-container--default .select2-selection--single .select2-selection__arrow {
    filter: brightness(0) invert(1);
}
.bem-select2.bem-select2_theme_blue .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.bem-select2.bem-select2_theme_blue.bem-select2_arrow_no .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.bem-select2.bem-select2_theme_blue .select2-container--default .select2-selection {
    border: none;
    border-radius: 3px;
    background-color: #e0ebfb !important;
}

.bem-select2.bem-select2_bgcolor_dark-blue .select2-container--default .select2-selection {
    background-color: #539af5 !important;
}

.bem-select2.bem-select2_theme_blue .select2-container--default .select2-selection .select2-selection__rendered {
    font-family: 'Roboto-Medium', Helvetica, Arial,sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #212b36 !important;
    padding-right: 30px;
}

.bem-select2.bem-select2_theme_blue.bem-select2_arrow_no .select2-container--default .select2-selection .select2-selection__rendered
{
    padding-right: 8px;
}


.bem-select2.bem-select2_bgcolor_dark-blue .select2-container--default .select2-selection .select2-selection__rendered {
    color: #fff !important;
}

.bem-select2.bem-select2_theme_btn {
    width: auto;
    display: inline-block;
}

.bem-select2.bem-select2_theme_btn .select2-container--default .select2-selection--single {
    height: 40px;
    line-height: 37px;
    border-radius: 4px;
    padding: 0 15px;
    cursor: pointer;
}
.bem-select2.bem-select2_theme_btn .select2-container--default .select2-selection--single.fas {
    font-size: 20px;
    padding: 0 11.25px;
}

.bem-select2.bem-select2_theme_btn .select2-container--default .select2-selection.fas .select2-selection__rendered {
    display: none;
}

.bem-select2.bem-select2_shadow_light-gray .select2-container--default .select2-selection--single {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05);
}

.bem-select2.bem-select2_border_none .select2-container--default .select2-selection--single {
    border: none;
}

.bem-select2.bem-select2_color_green {
    color: #fff !important;
}
.bem-select2.bem-select2_color_green .select2-container--default .select2-selection--single {
	background-color: #5aa700 !important;
    color: #fff !important;
}
.bem-select2.bem-select2_color_green .select2-container--default .select2-selection--single:hover {
	background-color: #509400 !important;
}


.bem-select2__select.bem-select2__select.bem-select2__select_hidden {
    width: 0 !important;
    border: none !important;
    outline: none !important;
}
.bem-select2__select.bem-select2__select.bem-select2__select_hidden * {
    display: none;
}