.dealers-list {
  margin-bottom: 100px; }
  @media (min-width: 1280px) {
    .dealers-list {
      margin-bottom: 160px; } }
  .dealers-list__body {
    margin-top: 24px; }
    @media (min-width: 640px) {
      .dealers-list__body {
        margin-top: 32px; } }
    .dealers-list__body .map {
      width: 100%;
      height: 620px;
      border-radius: 12px;
      overflow: hidden; }
      @media (min-width: 640px) {
        .dealers-list__body .map {
          height: 742px; } }
  .dealers-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .dealers-list__item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 22px 16px 24px;
    margin-bottom: 24px; }
    @media (min-width: 640px) {
      .dealers-list__item {
        padding: 22px 22px 38px; } }
    @media (min-width: 1280px) {
      .dealers-list__item {
        padding: 24px 24px 42px;
        margin-bottom: 32px; } }
    .dealers-list__item:last-child {
      margin-bottom: 0; }
  .dealers-list__subitem {
    margin-bottom: 22px; }
    @media (min-width: 640px) {
      .dealers-list__subitem {
        margin-bottom: 30px; } }
    @media (min-width: 1280px) {
      .dealers-list__subitem {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .dealers-list__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px; }
    @media (min-width: 640px) {
      .dealers-list__title-wrapper {
        margin-bottom: 22px; } }
    @media (min-width: 1280px) {
      .dealers-list__title-wrapper {
        margin-bottom: 30px; } }
  .dealers-list__title {
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #19212C; }
    @media (min-width: 1280px) {
      .dealers-list__title {
        font-size: 22px;
        font-family: "Metronic Pro", sans-serif; } }
  .dealers-list__subtitle {
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #19212C;
    margin-bottom: 4px; }
    @media (min-width: 640px) {
      .dealers-list__subtitle {
        font-size: 16px;
        margin-bottom: 8px; } }
    @media (min-width: 1280px) {
      .dealers-list__subtitle {
        margin-bottom: 0px; } }
    .dealers-list__subtitle--sub {
      color: #7B7B7B; }
  .dealers-list__address {
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #19212C;
    margin-bottom: 4px; }
    @media (min-width: 640px) {
      .dealers-list__address {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 8px; } }
    @media (min-width: 1280px) {
      .dealers-list__address {
        width: 410px;
        margin-right: 160px;
        margin-left: auto; } }
  .dealers-list__phone {
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #395578;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 640px) {
      .dealers-list__phone {
        font-size: 16px;
        line-height: 140%; } }
    @media (min-width: 1280px) {
      .dealers-list__phone {
        min-width: 160px;
        text-align: right; } }
    .dealers-list__phone:hover {
      opacity: 0.5; }
  .dealers-list__control-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .dealers-list__sort {
    background-image: url("/sources/img/sort_unactive.svg");
    margin-right: 15px; }
    .dealers-list__sort:hover {
      background-image: url("/sources/img/sort_hover.svg"); }
    .dealers-list__sort--active {
      background-image: url("/sources/img/sort_active.svg"); }
  .dealers-list__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .dealers-list__filters .input-item {
      margin-bottom: 16px; }
      @media (min-width: 640px) {
        .dealers-list__filters .input-item {
          margin-bottom: 24px; } }
    @media (min-width: 640px) {
      .dealers-list__filters {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px; } }
    @media (min-width: 1280px) {
      .dealers-list__filters {
        display: grid;
        grid-template-columns: 382px 1fr;
        gap: 24px; } }
  .dealers-list__switchers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 12px; }
    @media (min-width: 640px) {
      .dealers-list__switchers {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .dealers-list__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px;
    background-color: #FFFFFF;
    border-radius: 8px; }
    .dealers-list__switcher--left {
      min-width: 251px; }
    @media (min-width: 640px) {
      .dealers-list__switcher {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .dealers-list__sort-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
    color: #BDBCBE;
    height: 68px;
    min-width: 68px;
    padding: 8px; }
  .dealers-list__switcher-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
    color: #BDBCBE;
    height: 52px;
    min-width: 52px;
    padding: 10px;
    margin-bottom: 8px; }
    .dealers-list__switcher-button:last-child {
      margin-bottom: 0; }
    @media (min-width: 640px) {
      .dealers-list__switcher-button {
        margin-bottom: 0;
        margin-right: 8px; }
        .dealers-list__switcher-button:last-child {
          margin-right: 0; } }
    .dealers-list__switcher-button--active {
      background-color: #F1F3F5;
      color: #19212C; }
    .dealers-list__switcher-button--centered {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .dealers-list__switcher-button:disabled {
      opacity: 1; }
  .dealers-list__switcher-button-text {
    margin-left: 10px;
    color: #19212C;
    font-family: "Metronic Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #19212C; }
  .dealers-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .dealers-list__link:hover {
      opacity: 0.7; }
    .dealers-list__link svg {
      margin-left: 8px; }
  .dealers-list__link-text {
    display: none; }
    @media (min-width: 640px) {
      .dealers-list__link-text {
        display: block;
        font-family: "Metronic Pro", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        color: #002554; } }

.yandex-map .ymaps-2-1-79-balloon,
.yandex-map .ymaps-2-1-79-balloon__content,
.yandex-map .ymaps-2-1-79-balloon__layout {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.yandex-map .ymaps-2-1-79-balloon__close {
  position: absolute;
  top: 16px;
  right: 16px; }

.yandex-map .ymaps-2-1-79-balloon__close-button {
  width: 24px;
  height: 24px;
  background-size: 12px;
  background-position: center; }

.balloon-body {
  background-color: #FFFFFF;
  padding: 16px;
  min-width: 330px;
  border-radius: 12px; }
  @media (min-width: 640px) {
    .balloon-body {
      padding: 22px;
      min-width: 395px; } }
  .balloon-body__header {
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #19212C; }
    @media (min-width: 640px) {
      .balloon-body__header {
        font-size: 22px;
        font-family: "Metronic Pro", sans-serif; } }
  .balloon-body__notice {
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7B7B7B;
    margin-top: 4px; }
    @media (min-width: 640px) {
      .balloon-body__notice {
        font-size: 16px;
        line-height: 140%; } }
  .balloon-body__text {
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #19212C;
    margin-top: 12px; }
  .balloon-body__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px; }
  .balloon-body__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #395578;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 640px) {
      .balloon-body__link {
        font-size: 16px;
        line-height: 140%; } }
    .balloon-body__link--outside {
      font-family: "Metronic Pro", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 140%;
      color: #002554; }
    .balloon-body__link:hover {
      opacity: 0.7; }
    .balloon-body__link svg {
      margin-left: 8px; }

.select {
  width: 100%;
  height: 57px;
  position: relative;
  margin-bottom: 8px;
  z-index: 1; }
  .select.focused {
    z-index: 7;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
    .select.focused .select__beak {
      -webkit-transform: translateY(-50%) scale(1, -1);
          -ms-transform: translateY(-50%) scale(1, -1);
              transform: translateY(-50%) scale(1, -1); }
    .select.focused .select__selected {
      border-radius: 8px 8px 0 0; }
  .select__selected {
    height: 57px;
    padding: 28px 40px 9px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #E2E1E5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 8px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-family: "proxima", sans-serif;
    color: #19212C;
    background-color: #F8F7FA; }
    .select__selected.woTitle {
      width: 100%;
      padding: 16px 40px 19px 16px;
      display: inline-block; }
    .select__selected.disabled {
      background-color: #F8F7FA;
      cursor: default;
      border: none; }
    .select__selected.emptyElement {
      padding: 18px 16px;
      color: #7B7B7B; }
  .select__beak {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #BDBCBE; }
  .select__title {
    top: 10px;
    left: 16px;
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    color: #002554;
    font-family: "Metronic Pro", sans-serif;
    -webkit-transition: .1s;
    transition: .1s; }
  .select__dropdown {
    background-color: #fff;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    z-index: -1;
    border: 1px solid #f0eff1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-height: 300px;
    font-family: "proxima", sans-serif;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
  .select__option {
    position: relative;
    padding: 20px 16px 18px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
    background-color: #F8F7FA; }
    .select__option:before {
      content: '';
      display: block;
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 8px;
      right: 8px;
      border-radius: 8px;
      background-color: transparent;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .select__option:hover {
      background-color: #F8F7FA; }
      .select__option:hover:before {
        background-color: #fff; }
  .select__option-cause-text {
    pointer-events: none;
    position: relative;
    z-index: 1; }
    .select__option-cause-text--default {
      color: #002554;
      background-color: rgba(128, 146, 169, 0.3);
      padding: 3px 10px;
      border-radius: 4px; }
    .select__option-cause-text--prize {
      color: #D7981C;
      background-color: #FFF5E1;
      padding: 3px 10px;
      border-radius: 4px; }
    .select__option-cause-text--write-off {
      color: #559310;
      background-color: #E5F6D3;
      padding: 3px 10px;
      border-radius: 4px; }

.autocomplete {
  position: relative;
  z-index: 5; }
  .autocomplete.focused {
    z-index: 2; }
  .autocomplete__dropdown {
    position: absolute;
    background-color: #fff;
    top: 57px;
    left: 0;
    width: 100%;
    border: 1px solid #f0eff1;
    z-index: 20;
    max-height: 200px;
    overflow-y: scroll;
    font-family: "proxima", sans-serif; }
  .autocomplete__item {
    padding: 4px 16px;
    cursor: pointer; }
    .autocomplete__item:hover {
      background-color: #F8F7FA; }
  .autocomplete__isEmpty {
    position: absolute;
    top: 57px;
    left: 0;
    font-size: 14px;
    line-height: 48px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    padding: 0 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default;
    z-index: 20;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: "proxima", sans-serif; }

.loader_input {
  width: 100%;
  height: 75px;
  position: relative; }
  .loader_input:before {
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #002554 transparent #002554 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
            animation: lds-dual-ring 1.2s linear infinite; }

.autocomplete {
  position: relative;
  z-index: 1; }
  .autocomplete.focused {
    z-index: 2; }
  .autocomplete--z {
    z-index: 3; }

.active-autocomplete {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }

.autocomplete .autocomplete__dropdown {
  position: absolute;
  background-color: #fff;
  top: 57px;
  left: 0;
  width: 100%;
  border: 1px solid #f0eff1;
  z-index: -1;
  max-height: 300px;
  overflow: auto;
  font-family: "proxima", sans-serif;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }

.autocomplete__dropdown .autocomplete__item {
  position: relative;
  padding: 20px 16px 18px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.4;
  background-color: #F8F7FA; }
  .autocomplete__dropdown .autocomplete__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 8px;
    right: 8px;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .autocomplete__dropdown .autocomplete__item:hover {
    background-color: #F8F7FA; }
    .autocomplete__dropdown .autocomplete__item:hover:before {
      background-color: #fff; }
  .autocomplete__dropdown .autocomplete__item-text {
    font-family: "proxima", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    position: relative;
    z-index: 1; }

.input-item {
  height: 57px;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
  display: block;
  cursor: text; }
  .input-item__notice-block {
    position: relative;
    margin-left: 8px;
    padding-top: 6px; }
  @media (min-width: 1280px) {
    .input-item {
      margin-bottom: 24px; } }
  .input-item__editable-icon {
    display: none;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }
  .input-item__right {
    position: absolute;
    top: 0px;
    right: 12px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .input-item:hover .input-item__editable-icon {
    display: block; }
  .input-item.text-area {
    height: 174px; }
    .input-item.text-area .input-item__caption {
      top: 20px; }
  .input-item.icon.date input {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyNzgyXzEwOTg5KSIgc3Ryb2tlPSIjQkRCQ0JFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0yMC4yNSAzLjc1SDMuNzV2MTYuNWgxNi41VjMuNzV6IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48cGF0aCBkPSJNMTYuNSAyLjI1djNNNy41IDIuMjV2MyIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik0zLjc1IDguMjVoMTYuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI3ODJfMTA5ODkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=); }
  .input-item.icon.password input {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTFoMnYySDd2LTJ6bTAgNGgydjJIN3YtMnptNC00aDJ2MmgtMnYtMnptMCA0aDJ2MmgtMnYtMnptNC00aDJ2MmgtMnYtMnptMCA0aDJ2MmgtMnYtMnoiIGZpbGw9IiNCREJDQkUiLz48cGF0aCBkPSJNNSAyMmgxNGMxLjEwMyAwIDItLjg5NyAyLTJWNmMwLTEuMTAzLS44OTctMi0yLTJoLTJWMmgtMnYySDlWMkg3djJINWMtMS4xMDMgMC0yIC44OTctMiAydjE0YzAgMS4xMDMuODk3IDIgMiAyek0xOSA4bC4wMDEgMTJINVY4aDE0eiIgZmlsbD0iI0JEQkNCRSIvPjwvc3ZnPg==); }
  .input-item.icon.login input {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjYyNiAyLjQwNUgyLjM3NEMxLjA2NCAyLjQwNSAwIDMuNDI3IDAgNC42ODV2MTAuNjNjMCAxLjI1OCAxLjA2NSAyLjI4IDIuMzc0IDIuMjhoMTUuMjUyYzEuMzEgMCAyLjM3NC0xLjAyMiAyLjM3NC0yLjI4VjQuNjg2YzAtMS4yNTgtMS4wNjUtMi4yOC0yLjM3NC0yLjI4em0wIDEzLjE3OEgyLjM3NGMtLjE5MyAwLS4zNjEtLjEyNS0uMzYxLS4yNjdWNi4wOWw2Ljg5OCA1LjgyNGMuMTQxLjEyLjMyMS4xODUuNTA2LjE4NWgxLjE2NWEuNzg3Ljc4NyAwIDAwLjUwNy0uMTg1bDYuODk5LTUuODI0djkuMjI2YzAgLjE0Mi0uMTcuMjY3LS4zNjIuMjY3ek0xMCAxMC4xTDMuMjkgNC40MTdoMTMuNDJMMTAgMTAuMTAxeiIgZmlsbD0iI0JEQkNCRSIvPjwvc3ZnPg==); }
  .input-item.icon input {
    background-position: 95% center;
    background-repeat: no-repeat; }
    .input-item.icon input:not([type="date"]) {
      padding-right: 50px; }
    .input-item.icon input::-webkit-datetime-edit {
      font-family: 'proxima', sans-serif; }
    .input-item.icon input::-webkit-inner-spin-button {
      display: none;
      -webkit-appearance: none; }
    .input-item.icon input::-webkit-calendar-picker-indicator {
      width: 20px;
      height: 100%;
      color: rgba(0, 0, 0, 0);
      opacity: 0;
      border-width: thin;
      cursor: pointer; }
    .input-item.icon input::-webkit-clear-button {
      -webkit-appearance: none;
      display: none; }
    .input-item.icon input::-ms-clear {
      display: none; }
  .input-item .add-padding-right {
    padding-right: 80px; }
  .input-item input, .input-item .contenteditable {
    width: 100%;
    height: 100%;
    resize: none;
    padding: 28px 40px 9px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    font-family: "proxima", sans-serif;
    border: 1px solid #E2E1E5;
    border-radius: 8px;
    background-color: #F8F7FA;
    outline: none;
    -webkit-appearance: none;
    color: #19212C; }
    .input-item input.left-icon, .input-item .contenteditable.left-icon {
      padding: 28px 16px 9px 52px; }
    .input-item input:hover, .input-item input:focus, .input-item .contenteditable:hover, .input-item .contenteditable:focus {
      background-color: #FFFFFF; }
    .input-item input:focus, .input-item .contenteditable:focus {
      border: 1px solid #002554; }
    .input-item input[disabled="disabled"], .input-item .contenteditable[disabled="disabled"] {
      background-color: #F8F7FA;
      border: none; }
      .input-item input[disabled="disabled"] + .input-item__caption, .input-item .contenteditable[disabled="disabled"] + .input-item__caption {
        cursor: default; }
    .input-item input[type="time"]::-webkit-date-and-time-value, .input-item .contenteditable[type="time"]::-webkit-date-and-time-value {
      text-align: left; }
    .input-item input[type="time"]::-webkit-calendar-picker-indicator, .input-item .contenteditable[type="time"]::-webkit-calendar-picker-indicator {
      background: none; }
    .input-item input:focus + .input-item__caption, .input-item .contenteditable:focus + .input-item__caption {
      font-size: 12px;
      line-height: 120%;
      color: #002554;
      font-family: "Metronic Pro", sans-serif;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: 10px; }
      .input-item input:focus + .input-item__caption .input-item__notice-block, .input-item .contenteditable:focus + .input-item__caption .input-item__notice-block {
        display: none; }
      @media print {
        .input-item input:focus + .input-item__caption, .input-item .contenteditable:focus + .input-item__caption {
          top: -16px; } }
    .input-item input.without-caption, .input-item .contenteditable.without-caption {
      padding: 18px 16px; }
  .input-item__caption {
    position: absolute;
    color: #7B7B7B;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    pointer-events: none;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: calc(100% - 56px);
    overflow: hidden;
    text-overflow: ellipsis; }
    .input-item__caption--left-icon {
      left: 52px; }
    .input-item__caption--notice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media print {
      .input-item__caption {
        top: 8px; } }
  .input-item__printable {
    position: absolute;
    top: 8px;
    left: 16px;
    display: none; }
    @media print {
      .input-item__printable {
        display: block; } }
  .input-item__tooltip {
    background-color: #fff;
    position: absolute;
    bottom: 60px;
    font-size: 8px;
    color: #000;
    line-height: 12px;
    right: 0;
    padding: 8px;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
    display: none;
    max-width: 180px; }
    .input-item__tooltip::before {
      position: absolute;
      top: 100%;
      left: 20px;
      content: '';
      display: block;
      border: 10px solid transparent;
      border-top: 5px solid #fff; }
  .input-item:hover .input-item__tooltip {
    display: block; }
  .input-item.focused .input-item__caption {
    top: 10px;
    color: #002554;
    font-family: "Metronic Pro", sans-serif;
    font-size: 12px;
    line-height: 120%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .input-item.focused .input-item__notice-block {
    display: none; }
  .input-item__password-toggler {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0;
    cursor: pointer; }
  .input-item__magnifier-icon {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16px; }
  .input-item__rub-icon {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px; }
  .input-item__time-icon {
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px; }
  .input-item__error {
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    left: 0;
    font-family: "proxima", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #C83339 !important; }
  .input-item--error .input-item__caption {
    color: #C83339 !important; }
  .input-item--error input {
    border-color: #C83339 !important; }
  .input-item input.active-search-input {
    position: relative;
    z-index: 0;
    background-color: #F8F7FA;
    border: 1px solid #E2E1E5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .input-item input.active-search-input:hover {
      background-color: #F8F7FA; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }
