.contragent-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.contragent-list input[type="text"] {
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: var(--ui-field-size-xs);
  outline: none;
  color: #535c69;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font: 800 var(--ui-font-family-primary, var(--ui-font-family-helvetica));
  font-size: var(--dropdown-font-size, 1rem);
  -webkit-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  -o-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: solid 1px transparent;
  background-color: transparent;
}
.contragent-list button[type="clear"] {
  --button-clear-size: 10px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - var(--button-clear-size, 1rem) / 2);
  left: calc(-1px - var(--button-clear-size, 1rem));
  z-index: 10;
  display: block;
  outline: 0;
  border: none;
  background: transparent;
  background-color: transparent;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: var(--button-clwear-size, 1rem);
  height: var(--button-clear-size, 1rem);
  opacity: 0;
  -webkit-transition: 250ms linear opacity;
  -o-transition: 250ms linear opacity;
  transition: 250ms linear opacity;
  -webkit-animation: ui-ctl-show-icon 500ms 1;
          animation: ui-ctl-show-icon 500ms 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill='%23828b95'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contragent-list input:not(:placeholder-shown) ~ button[type="clear"],
.contragent-list input:focus ~ button[type="clear"] {
  opacity: 0.5;
}
.contragent-list input:not(:placeholder-shown) ~ button[type="clear"]:hover,
.contragent-list input:focus ~ button[type="clear"]:hover {
  opacity: 1;
}
.list-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.list-search input[type="text"] {
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: var(--ui-field-size-xs);
  outline: none;
  color: #535c69;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font: 800 var(--ui-font-family-primary, var(--ui-font-family-helvetica));
  font-size: var(--dropdown-font-size, 1rem);
  -webkit-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  -o-transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: solid 1px transparent;
  background-color: transparent;
}
.list-search button[type="clear"] {
  --button-clear-size: 10px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - var(--button-clear-size, 1rem) / 2);
  left: calc(-1px - var(--button-clear-size, 1rem));
  z-index: 10;
  display: block;
  outline: 0;
  border: none;
  background: transparent;
  background-color: transparent;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: var(--button-clear-size, 1rem);
  height: var(--button-clear-size, 1rem);
  opacity: 0;
  -webkit-transition: 250ms linear opacity;
  -o-transition: 250ms linear opacity;
  transition: 250ms linear opacity;
  -webkit-animation: ui-ctl-show-icon 500ms 1;
          animation: ui-ctl-show-icon 500ms 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill='%23828b95'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.list-search input:not(:placeholder-shown) ~ button[type="clear"],
.list-search input:focus ~ button[type="clear"] {
  opacity: 0.5;
}
.list-search input:not(:placeholder-shown) ~ button[type="clear"]:hover,
.list-search input:focus ~ button[type="clear"]:hover {
  opacity: 1;
}
.list .list-search-item {
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  color: var(--dropdown-item-font-color, #212529);
  background-color: var(--dropdown-item-bg-color, transparent);
  border: solid 1px transparent;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
}
.list .list-search-item .ui-tag {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -50%);
      -ms-transform: translate(10%, -50%);
          transform: translate(10%, -50%);
  padding: 2px 5px;
  font-size: 0.75rem;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: transparent;
  border: solid 1px transparent;
  border-radius: 3px;
  border-color: var(--dropdown-item-bg-color_hover, #b0e2ff);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
}
.list .list-search-item:hover .ui-tag {
  opacity: 1;
}
.list .list-search-item.active {
  font-weight: bold;
  color: var(--dropdown-item-active-color, #212529);
  background-color: var(--dropdown-item-active-bg-color, #b0e2ff);
  border-color: var(--dropdown-item-active-bg-color, #b0e2ff);
}
.list .list-search-item:hover:not(.active) {
  color: var(--dropdown-item-color_hover, #212529);
  border-color: var(--dropdown-item-bg-color_hover, #b0e2ff);
}
.list_empty {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  font-size: var(--dropdown-font-size, 1rem);
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding: 0.75rem 1.25rem;
  color: #0c5460;
  background-color: #d1ecf1;
  border: none;
  border-radius: 1px;
}
