.select-block { position: static; padding: 0 !important; border-width: 0 !important; background-image: none; text-indent: 0 !important; display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; overflow: visible; cursor: default; }
.select-block * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.select-block:before { position: relative; content: "\00A0"; width: 0; height: 100%; display: inline-block; vertical-align: baseline; }
.select-block__head { position: relative; width: 100%; height: 100%; border: inherit; border-width: 1px; border-radius: inherit; background: inherit; display: inline-block; vertical-align: top; outline: none; cursor: pointer; }
/*.select-block.open_select.top_position .select-block__head { border-top-color: transparent; border-top-left-radius: 0; border-top-right-radius: 0; }*/
/*.select-block.open_select.bottom_position .select-block__head { border-bottom-color: transparent; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }*/
body .select-block__head-select { position: relative; max-height: 0; padding-right: 35px; border: none !important; vertical-align: top; opacity: 0; pointer-events: none; z-index: -1; }
.touch-select .select-block__head-select { max-height: none; visibility: visible; pointer-events: auto; z-index: 10; }
.ie9 .select-block__head-select { padding: 0 !important; }
.select-block__head-select[multiple] { height: 0; }
.select-block__head-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 10px; border-radius: inherit; overflow: hidden; z-index: 5; }
.select-block__head-title { position: relative; height: 100%; margin: 0 17px 0 0px; overflow: hidden; color: #25495e; }
.select-block__head-title:after { position: absolute; left: 0; width: 100%; border-bottom: 1px solid #f8fafc; }
.select-block.open_select.top_position .select-block__head-title:after { /*content: "";*/ top: 0; }
.select-block.open_select.bottom_position .select-block__head-title:after { /*content: "";*/ bottom: 0; }
.select-block__head-title[data-count]:before { position: relative; font-size: 11px; font-weight: bold; line-height: 15px; content: attr(data-count); top: 50%; min-width: 8px; height: 14px; margin: -7px 0 0 5px; padding: 0 3px; border-radius: 3px; background: #5cb85c; text-align: center; float: right; color: #fff; }
.select-block__head-title[data-count="0"]:before { display: none; }
.select-block__head-title-text { height: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; }
.select-block__head-button { position: absolute; font-style: normal; top: 0; right: 0; width: 27px; height: 100%; }
.select-block__head-button-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 8px solid #787878;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  background: url("/images/images-2018/select-arrow.png") 0 0 no-repeat;
  transform: translateY(-50%);
}

.select-block__body { position: absolute; min-width: 100%; margin-top: -1px; margin-left: 0px; margin-bottom: -1px; padding-top: 9px; z-index: 1001; }
.select-block.top_position .select-block__body { padding-top: 0; padding-bottom: 9px; }
.select-block__body-inner {
  position: relative;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  border: 1px solid #dedede;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
}
.select-block__body-inner:before, .select-block__body-inner:after { content: none; display: none; }
.select-block__body-cont {
  position: relative;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  overflow: hidden;
  overflow-y: auto;
}
.select-block__body-cont:before, .select-block__body-cont:after { position: absolute; content: ""; bottom: 100%; left: -5%; width: 110%; height: 5px; background: #fff7f3; box-shadow: 0 0 0 0 var(--scrollbar-shadow-color); transition: all .1s ease-in-out; z-index: 5; }
.select-block__body-cont:after { top: 100%; bottom: auto; }
#bx-soa-delivery .select-block__body-cont:after {display: none}
.select-block__search ~ .select-block__body-cont { border-top: none; }
.select-block__body-cont.scroll-content:before, .select-block__body-cont.scroll-content:after { content: none; display: none; }
.ie8 .select-block__body-cont { z-index: 3; }
.select-block__body-inner.scroll-shadow-top .select-block__body-cont:before { -webkit-box-shadow: 0 0 10px 10px #fff7f3; box-shadow: 0 0 10px 10px #fff7f3; }
.select-block__body-inner.scroll-shadow-bottom .select-block__body-cont:after { -webkit-box-shadow: 0 0 10px 10px #fff7f3; box-shadow: 0 0 10px 10px #fff7f3; }

.select-block__search {
  padding: 9px 13px 9px 13px;
}
.select-block__search-input {
  position: relative;
  font-size: 14px;
  width: 100%;
  height: 37px;
  border: 1px solid #ddd;
  border-radius: 9px;
  padding: 8px 15px;
  color: #232323;
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.select-block__not-found { position: absolute; }

.select-block__list { padding: 0; margin: 0; list-style: none; list-style-image: none; white-space: normal; }
.scroll-scrolly_visible .select-block__list { margin-right: 0px; }
.scroll-scrolly_visible .select-block__list .select-block__list { margin-right: 0; }
.select-block__list--sub { padding: 0; margin: 0; }
.select-block__list-item {
  padding: 0;
  margin: 0;
}
.select-block__list-item:before { display: none; }
.select-block__list-item.hidden:first-child + .select-block__list-item { border-top: none; }
.select-block__list-item--group { margin: 0 0 0 0; }
.select-block__list-optgroup { position: relative; font-weight: normal; padding: 7px 9px 7px 9px; display: block; color: #000; }
.select-block__list-link {
  position: relative;
  padding: 9px 13px 9px 13px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  cursor: pointer;
}
.select-block__list-link .link { color: inherit; }
.scroll-scrolly_visible .select-block__list-link { }
/*.select-block__list-link:before { content: "\00A0"; width: 0; display: inline-block; }*/
.select-block__list-link:hover {
  color: #25629c;
  --link-line-color: rgba(255, 102, 0, 0.15);
}
.select-block__list-link.selected {
  color: #25629c;
  --link-line-color: rgba(255, 102, 0, 0.15);
}

.select-block__list-link--sub {
  padding-left: 25px;
}

.select-block__list-item.first-child .select-block__list-link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select-block__list-item.last-child .select-block__list-link {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select-block__list-link.disabled { background: #eceeef !important; pointer-events: none; opacity: 0.5; cursor: default; color: #55595c !important; }

.select-block__ckeckicon { position: absolute; top: 7px; margin: 0 0 0 -28px; }
.select-block__list-link.disabled .select-block__ckeckicon { border-color: #d8d8d8; box-shadow: none; background: #eceeef; cursor: not-allowed; }

.scroll-scrolly_show .select-block__list {
  margin: 0 20px 0 0;
}

.select-block .scroll-conteiner .scroll-content { height: 100% !important; margin-bottom: 0 !important; margin-right: 0 !important; overflow: hidden !important; }
.select-block .scroll-conteiner .scroll_block { max-height: none !important; }
.select-block .scroll-conteiner .scroll-element.scroll-y { top: 0; right: 5px; margin: 0; z-index: 10; }
.select-block.focus .select-block__head {}
.select-block.error .select-block__head {}
.select-block.error .select-block__body-inner { border-color: #d9534f; }
.select-block.open_select .select-block__head { z-index: 1001; }
.select-block.open_select.top_position .select-block__head { z-index: 1001; }

.select-block.multiple .select-block__list-optgroup {
  padding-left: 37px;
  cursor: pointer;
}

.select-block.multiple .select-block__list-link {
  padding-left: 37px;
}

.select-block.multiple .select-block__list-link--sub {
  padding-left: 52px;
}

.select-block.form-select--sm:before {
  line-height: 1.98214rem;
}

.select-block.form-select--sm .select-block__head-inner {
  padding: 0 0.75rem;
}

.select-block.form-select--lg:before {
  line-height: 2.69643rem;
}

.select-block.form-select--lg .select-block__head-inner {
  padding: 0 1.25rem;
}