.form-control__select2 {
    width: 100%;
  }
  .select2-container .select2-selection--single {
    border: none;
    border-radius: 10px;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #fff transparent transparent transparent;
  }
  
  .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    background: #FFFFFF;
    top: 0;
    z-index: 99999999999;
    border: 1px solid #D4D9DE;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    border-radius: 10px;
    height: 40px;
    padding: 6px 6px 6px 34px;
    color: #000;
    background: url(/templates/mkelektro/fil_vic/images/search.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 9px center;
    font-size: 14px;
    font-weight: 500;
    
  }
  .select2-container--default .select2-search--dropdown .select2-search__field::placeholder{
    color: #353535;
  }
  .select2-search .select2-search--dropdown,
  .select2-search--dropdown {
    padding: 0;
  }
  .select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable,
  .select2-container--default .select2-results__option--selected {
    background: #DE002B;
      color: #fff;
  }
  .select2-container--default .select2-results>.select2-results__options{
    display: grid;
    gap: 0px;
  }
  .select2-results__option--selectable {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 7px 5px;
    text-align: left;
    transition: all 0.4s;
    color: #9CA2B1;
  }
  .select2-container--default .select2-results__option--disabled{
    text-align: left;
  }
  .select2-results__option sup{
    font-size: 10px;
    margin-left: 3px;
    word-break: keep-all;
    top: -8px;
  }
  .select2-search,
  .select2-search--dropdown {
    margin-bottom: 0px;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
  .select2-container--default .select2-selection--single {
    background: #fff;
    height: 100%;
    font-size: 16px;
    border-radius: 0px !important;
    border: 1px solid #D4D9DE !important;
    transition: all 0.4s;
    padding: 7px;
 
  }
  .select2-container--default .select2-selection--single:hover {
    opacity: 0.7;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #de002b;
    font-weight: 500;
    padding: 0;
    line-height: normal;
  }
  .select2-container {
    width: 100% !important;
  }
  
  .number-select .select2-selection__rendered {
    padding: 10px !important;
    min-width: 50px;
    text-align: center !important;
  }
  .select2-search--hide + .select2-results {
    text-align: center;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #de002b;
  }

.select2_more__item {
    background: #FFFFFF;
    padding: 11px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    gap: 8px;
    display: flex;
    align-items: center;
    color: #16161f;
    cursor: pointer;
    transition: all .4s
}

.select2_more__item:hover {
    opacity: .7
}

.select2_more__list {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.select2_sample_more .select2-container--default .select2-selection--single {
  padding-right: 24px;
}

.select2_sample_more .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(0)
}

.select2_sample_more .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url("/templates/mkelektro/fil_vic/images/select2_str.svg") center center no-repeat;
    margin-right: 5px;
    transform: rotate(180deg);
    width: 12px;
    height: 6px;
    transition: all .4s;
    top: calc(50% - 3px);
    right: 4px
}

.select2_sample_more .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2_sample_more .select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2_sample_more .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Ubuntu;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #636363;
}

.select2_sample_more .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2_sample_more .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2_sample_more .select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: none;
}