/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
 border: 1px solid #dfecf5;
 border-radius: 4px;
display:inline-block;
 background: #fff;
max-width:100%;
    font-size: 13px;
}

.page_bottom .selectric-wrapper {
    border: 1px solid #fff;
    margin-left: 20px;
}

.page_bottom .selectric-wrapper:first-child {
    margin-left: 0px;
}

.selectric .label {
 color: #000;
 background: transparent;
 cursor: pointer;
 height: 38px;
 line-height: 38px;
 -ms-appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    overflow: hidden;
    white-space: nowrap;
}

.selectric .label::-ms-expand {
 display: none;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
padding: 0px 43px 0px 20px;
    background-image: url(/whole/selected/svg/list.svg);
    background-position: top 14px right 20px;
    background-size: 13px;
    background-repeat: no-repeat;
    display: block;
}

.selectric .button {
  display: none;
}

.selectric .button:after {
display:none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-wrapper.selectric-open {
  z-index: 9999;
    outline: none;
    border: 1px solid #9ed591 !important;
 border-radius: 4px;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
    background: transparent;
    padding:0px;
    border-radius: 4px;
  z-index: -1;
transition: all .5s ease;
}

.selectric-items::after {
    content: '';
    position: absolute;
    left: 16px;
    top: -12px;
    border: 6px solid transparent;
    border-bottom: 6px solid #000;
opacity:0;
transition: all .5s ease;
}

.selectric-open .selectric-items {
opacity:1;
    width: auto !important;
    height: auto !important;
min-width: calc(100% - 25px);
transition: all .5s ease;
  top: 55px;
background: #000;
    cursor: default;
}

.page_bottom .selectric-open .selectric-items {
    background: #fff;
    box-shadow: 0 20px 30px 0px rgb(15 23 51 / 25%);
}

.page_bottom .selectric-items::after {
    border-bottom: 6px solid #fff;
}

.page_bottom .selectric-items li {
    color: #000;
}

.page_bottom .selectric-items li:hover {
    color: #5eb948;
}


/* полоса прокрутки (скроллбар) */
.selectric-scroll::-webkit-scrollbar {
    width: 3px; /* ширина для вертикального скролла */
    height: 3px; /* высота для горизонтального скролла */
    background-color: #242424;
    border-radius: 4px;
    display: block;
}

.selectric-scroll::-webkit-scrollbar-track {
    width: 1px;
    margin-left: 10px;
    display: block;
    height: 100%;
    border-radius: 4px;
    background-color: #242424;
    border: 1px solid #000;
    border-bottom: none;
    border-top: none;
}

.page_bottom .selectric-scroll::-webkit-scrollbar {
    background-color: #fff;
}

.page_bottom .selectric-scroll::-webkit-scrollbar-track {
        background-color: #f3f7fa;
    border: 1px solid #f3f7fa;
}

/* ползунок скроллбара */
.selectric-scroll::-webkit-scrollbar-thumb {
    background-color: #5eb948;
    width: 4px;
    border-radius: 4px;
}

.selectric-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #5eb948;
}



.selectric-open .selectric-items::after {
opacity:1;
transition: all .5s ease;
}

.selectric-items {padding:15px 10px 15px 15px !important}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
opacity:0;
transition: all .5s ease;
    max-height:110px;
}

.selectric-open .selectric-items .selectric-scroll {
opacity:1;
transition: all .5s ease;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
        position: initial;
}

.selectric-items ul {
    display: block;
    margin: 0px auto -10px auto;
    padding-right: 15px;
}

.selectric-items li {
    display: table;
    padding: 0px;
    margin-bottom: 10px;
    color: #bbbbbb;
    cursor: pointer;
    white-space: nowrap;
        transition: all 0.5s;
    overflow: hidden;
    position: initial;
}

.selectric-items li::before {
    font-family: FontAwesome;
    font-feature-settings: normal;
    margin-right: 5px;
    color: #5eb94890;
    transition: all .5s ease;
}
.selectric-items li:hover::before {
    color: #5eb94890;
}

.selectric-items li:last-child {
    padding-bottom: 0px;
}

.selectric-items li.disabled,
.selectric-items li.selected {
width:0px;
  height:0px;
    display: none;
}

.selectric-items li.last.disabled,
.selectric-items li.last.selected {
width:0px;
  height:0px;
  display: none;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li:hover {
  color: #fff;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #000 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 900;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}