*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  color: #333333;
  cursor: default;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-size-adjust: 100%;
}

a {
  color: #333333;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.u-btn {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border: 0;
  border: 1px solid #919191;
  border-radius: 6px;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  color: #919191;
  cursor: pointer;
  display: inline-block;
  display: inline-flex;
  font: 15px Arial, Helvetica, sans-serif;
  font-family: inherit;
  font-size: 1em;
  height: 34px;
  justify-content: center;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-transform: lowercase;
  text-transform: none;
  transition: color .2s, background-color .2s, border-color .2s;
  vertical-align: middle;
}

.u-btn:focus {
  outline: none;
}

.u-btn:disabled {
  cursor: not-allowed;
}

.u-btn_small {
  min-width: 0;
  padding: 0 10px;
}

.u-btn_square {
  min-width: 34px;
  padding: 0;
}

.u-btn_medium {
  min-width: 64px;
  padding: 0 10px;
}

.u-btn_wide {
  min-width: 64px;
  padding: 0 40px;
}

.u-btn_primary {
  background-color: #387db9;
  border-color: #387db9;
  color: #387db9;
}

.u-btn_primary:hover,
.u-btn_primary:focus {
  background-color: #79b2e3;
  border-color: #79b2e3;
}

.u-btn_primary:active {
  background-color: #6ca6d9;
  border-color: #6ca6d9;
}

.u-btn_primary:disabled {
  background-color: #cddfee;
  border-color: #cddfee;
  color: #cddfee;
}

.u-btn_secondary {
  background-color: #9da1a6;
  border-color: #9da1a6;
  color: #9da1a6;
}

.u-btn_secondary:hover,
.u-btn_secondary:focus {
  background-color: #c2c8cf;
  border-color: #c2c8cf;
}

.u-btn_secondary:active {
  background-color: #d7dbe0;
  border-color: #d7dbe0;
}

.u-btn_secondary:disabled {
  background-color: #dcddde;
  border-color: #dcddde;
  color: #dcddde;
}

.u-btn_danger {
  background-color: #d0021b;
  border-color: #d0021b;
  color: #d0021b;
}

.u-btn_danger:hover,
.u-btn_danger:focus {
  background-color: #f20c0c;
  border-color: #f20c0c;
}

.u-btn_danger:active {
  background-color: #ff3e56;
  border-color: #ff3e56;
}

.u-btn_danger:disabled {
  background-color: #f3c0c6;
  border-color: #f3c0c6;
  color: #f3c0c6;
}

.u-btn_solid,
.u-btn_solid:disabled {
  color: #ffffff;
}

.u-btn_outline {
  background-color: transparent;
}

.u-btn_outline:disabled {
  background-color: transparent;
}

.u-btn_outline:hover:not(:disabled),
.u-btn_outline:focus:not(:disabled) {
  color: #ffffff;
}

.u-btn_control {
  background-color: transparent;
  border-color: transparent;
  color: #343434;
  height: auto;
  min-width: 0;
  padding: 5px 10px;
}

.u-btn_control:hover,
.u-btn_control:focus {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
}

.u-btn_control:active {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.u-btn_control:disabled {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}

.u-btn_control:disabled {
  color: #9da1a6;
}

.u-btn:active,
.u-btn:focus,
.u-btn:hover {
  background-color: white;
  border-color: #919191;
  color: #919191;
}

.u-btn_primary {
  background-color: #257b88;
  border-color: #257b88;
  color: white;

  /*
    &:active,
    &:focus,
    &:hover {
      background-color: transparent;
      border-color: $color-green;
      color: $color-green;
    }
    */
}

.u-btn_primary:disabled:not(.u-btn_control) {
  background-color: rgba(37, 123, 136, .4);
  border-color: transparent;
  color: white;
}

.u-btn_outline {
  background-color: white;
}

.u-btn_outline:focus:not(:disabled),
.u-btn_outline:hover:not(:disabled) {
  color: #919191;
}

.u-btn_control {
  background-color: transparent;
  border: none;
  color: #919191;
}

.u-btn_control:active,
.u-btn_control:focus,
.u-btn_control:hover {
  background-color: transparent;
}

.u-calendar {
  border-spacing: 0;
  font-size: 13px;
  padding: 12px 6px 6px;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.u-calendar__title_interactive:hover {
  background-color: #f4f4f5;
}

.u-calendar__arrow {
  color: #387db9;
  font-size: 10px;
  padding: 6px;
}

.u-calendar__arrow:hover {
  background-color: #f4f4f5;
}

.u-calendar__arrow_disabled {
  visibility: hidden;
}

.u-calendar__day-name {
  color: #b7b7b7;
  padding: 12px 6px 12px;
  text-align: center;
  text-transform: uppercase;
}

.u-calendar__day-name_weekend {
  color: #d0021b;
}

.u-calendar__day {
  color: #b7b7b7;
  padding: 6px;
  text-align: center;
}

.u-calendar__day_current-month {
  color: #343434;
}

.u-calendar__day_disabled {
  color: #b7b7b7;
}

.u-calendar__month {
  color: #343434;
  padding: .75em;
  text-align: center;
}

.u-calendar__month_disabled {
  color: #b7b7b7;
}

.u-calendar__year {
  color: #b7b7b7;
  padding: .75em;
  text-align: center;
}

.u-calendar__year_current-decade {
  color: #343434;
}

.u-calendar__year_disabled {
  color: #b7b7b7;
}

.u-calendar__arrow {
  color: #257b88;
  cursor: pointer;
}

.u-calendar__title_interactive {
  color: #257b88;
  cursor: pointer;
}

.u-calendar__year {
  color: #333333;
}

.u-calendar__day_disabled,
.u-calendar__month_disabled,
.u-calendar__year_disabled {
  color: #bfbbba;
  pointer-events: none;
}

@keyframes u-checkbox-checked {
  0% {
    transform: scale(.8);
  }

  80% {
    transform: scale(1.1);
  }

  85% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.u-checkbox {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.u-checkbox:focus {
  outline: none;
}

.u-checkbox__handle {
  appearance: none;
  display: inline-block;
  height: 16px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 16px;
}

.u-checkbox__box {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 8px;
  height: 16px;
  justify-content: center;
  margin-right: 10px;
  pointer-events: none;
  transition: background-color .2s;
  vertical-align: middle;
  width: 16px;
}

.u-checkbox__box_right {
  margin-left: 10px;
  margin-right: 0;
}

.u-checkbox__box:only-of-type {
  margin-left: 0;
  margin-right: 0;
}

.u-checkbox__text {
  display: inline-block;
  vertical-align: middle;
}

.u-checkbox__handle:checked ~ .u-checkbox__box {
  animation: u-checkbox-checked .15s ease none;
  background-color: #387db9;
  border-color: #387db9;
}

.u-checkbox__handle:disabled ~ .u-checkbox__box {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
  border-radius: 0;
  color: #f4f4f5;
}

.u-checkbox__handle:disabled ~ .u-checkbox__text {
  color: #b3b6ba;
}

.u-checkbox__handle:disabled:checked ~ .u-checkbox__box {
  color: #387db9;
}

.u-checkbox:active > .u-checkbox__handle:not(:disabled) ~ .u-checkbox__box {
  transform: scale(.9);
}

.u-checkbox:focus > .u-checkbox__handle:not(:disabled) ~ .u-checkbox__box {
  box-shadow: 0 0 2px #387db9;
}

.u-checkbox__box {
  border: 1px solid #257b88;
  border-radius: 0;
}

.u-checkbox__box,
.u-checkbox__text {
  cursor: pointer;
}

.u-checkbox__handle:checked ~ .u-checkbox__box {
  background-color: transparent;
  border-color: #257b88;
  color: #257b88;
}

.u-checkbox__handle:disabled:checked ~ .u-checkbox__box {
  border-color: #257b88;
  color: #257b88;
}

.u-checkbox__handle:disabled ~ .u-checkbox__box,
.u-checkbox__handle:disabled ~ .u-checkbox__text {
  cursor: default;
}

.u-checkbox:focus > .u-checkbox__handle:not(:disabled) ~ .u-checkbox__box {
  box-shadow: none;
  outline: none;
}

.u-datepicker {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.u-datepicker__input {
  appearance: none;
  padding: 0 34px 0 10px;
}

.u-datepicker__input_focus {
  border-color: #387db9;
  box-shadow: 0 0 2px rgba(56, 125, 185, .3);
  outline: unset;
}

.u-datepicker__icon {
  color: #b3b6ba;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 6px;
  transition: color .2s;
}

.u-datepicker__icon_mobile,
.u-datepicker__icon_active {
  pointer-events: none;
}

.u-datepicker__icon_active {
  color: #343434;
}

.u-datepicker__dropdown {
  margin: -5px -10px;
}

.u-datepicker__calendar-day:hover,
.u-datepicker__calendar-day_focused {
  background-color: #79b2e3;
  color: #ffffff;
}

.u-datepicker__calendar-day_selected {
  color: #ffffff;
}

.u-datepicker__calendar-day_selected,
.u-datepicker__calendar-day_selected:hover {
  background-color: #387db9;
}

.u-datepicker__calendar-day:hover,
.u-datepicker__calendar-day_focused {
  background-color: #5b9ba4;
}

.u-datepicker__calendar-day_selected,
.u-datepicker__calendar-day_selected:hover {
  background-color: #257b88;
}

.u-dropdown {
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  border: 1px solid #cccccc;
  border-top: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  left: 0;
  margin-top: 5px;
  margin-top: 0;
  overflow-y: auto;
  padding: 5px 10px;
  position: absolute;
  top: 100%;
  transform: translateY(0);
  transition: opacity .25s ease, transform .3s ease;
  user-select: none;
  z-index: 1;
}

.u-dropdown_top {
  bottom: 100%;
  margin-bottom: 5px;
  top: auto;
}

.u-dropdown_fullwidth {
  width: 100%;
}

.u-dropdown-enter,
.u-dropdown-leave-to {
  opacity: 0;
  transform: translateY(-10%);
}

.u-form-group {
  margin-bottom: 20px;
}

@media (min-width: 750px) {
  .u-form-group {
    align-items: baseline;
    display: flex;
    margin-bottom: 10px;
  }
}

.u-form-group:last-child {
  margin-top: 20px;
}

.u-form-group__label {
  display: flex;
  padding-bottom: 5px;
}

@media (min-width: 750px) {
  .u-form-group__label {
    flex-direction: column;
    margin-right: 10px;
    padding-bottom: 0;
    width: 280px;
  }
}

.u-form-group__label > *:not(:last-child):not(:only-child) {
  margin-right: 10px;
}

@media (min-width: 750px) {
  .u-form-group__label > *:not(:last-child):not(:only-child) {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.u-form-group__control {
  display: flex;
}

.u-form-group__control > *:not(:last-child):not(:only-child) {
  margin-right: 10px;
}

.u-icon {
  color: inherit;
  display: inline-block;
  fill: currentColor;
  height: 1em;
  stroke: currentColor;
  stroke-width: 0;
  vertical-align: middle;
  width: auto;
}

.u-icon_brand {
  color: #387db9;
}

.u-icon_success {
  color: #569210;
}

.u-icon_danger {
  color: #d0021b;
}

.u-input {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.u-input_fullwidth {
  width: 100%;
}

.u-input__input {
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  box-shadow: 0 0 0 transparent;
  box-sizing: border-box;
  font: 15px Arial, Helvetica, sans-serif;
  height: 34px;
  min-width: 200px;
  padding: 0 10px;
  transition: border-color .2s, box-shadow .2s;
}

.u-input__input:focus {
  border-color: #387db9;
  box-shadow: 0 0 2px rgba(56, 125, 185, .3);
  outline: unset;
}

.u-input__input:invalid:not(.u-input__input_empty),
.u-input__input_error {
  border-color: #d0021b;
}

.u-input__input::placeholder {
  color: #b3b6ba;
  opacity: 1;
}

.u-input__input_fullwidth {
  width: 100%;
}

.u-input__input_center {
  text-align: center;
}

.u-input__input_right {
  text-align: right;
}

.u-input__input_static {
  border-radius: 0;
  caret-color: transparent;
}

.u-input__input_static,
.u-input__input_static:focus {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
  box-shadow: none;
}

.u-input__tooltip {
  background-color: #387db9;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 12px;
  left: 0;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  top: 40px;
  transform: translateY(-50%);
  transition: opacity .25s ease, transform .3s ease;
  z-index: 1;
}

.u-input__tooltip::after {
  border: 6px solid transparent;
  border-bottom-color: #387db9;
  bottom: 100%;
  content: '';
  display: block;
  left: 10px;
  position: absolute;
}

.u-input__tooltip_error {
  background-color: #d0021b;
}

.u-input__tooltip_error::after {
  border-bottom-color: #d0021b;
}

.u-input__input:focus ~ .u-input__tooltip:not(.u-input__tooltip_error) {
  opacity: 1;
  transform: translateY(0);
}

.u-input__input_error:focus ~ .u-input__tooltip_error,
.u-input__input:invalid:focus ~ .u-input__tooltip_error {
  opacity: 1;
  transform: translateY(0);
}

.u-input__input {
  border-color: #d4d4d4;
  border-radius: 0;
  color: inherit;
  height: 2.375rem;
  padding: 0 .75rem;
}

.u-input__input:focus {
  border-color: #d4d4d4;
}

.u-input__input:focus::placeholder {
  color: transparent;
}

.u-input__input_error,
.u-input__input[error] {
  border-color: #ff3814;
}

.u-input__input_error:focus,
.u-input__input[error]:focus {
  border-color: #ff3814;
}

.u-modal {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.u-modal__content {
  background-color: #fcfcfc;
  margin: 20px auto;
  max-width: 100%;
  padding: 15px;
  position: relative;
  width: auto;
  z-index: 2;
}

.u-modal__overlay {
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.u-modal__header {
  margin: 0 0 20px 0;
  padding-right: 30px;
}

.u-modal__close {
  color: #387db9;
  font-size: 13px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.u-modal-enter-active,
.u-modal-leave-active {
  opacity: 1;
  transition: opacity .2s;
}

.u-modal-enter-active,
.u-modal-enter-active > .u-modal__content,
.u-modal-leave-active,
.u-modal-leave-active > .u-modal__content {
  transition-duration: .2s;
  transition-timing-function: ease;
}

.u-modal-enter-active > .u-modal__content,
.u-modal-leave-active > .u-modal__content {
  transform: translateY(0);
  transition-property: transform;
}

.u-modal-enter,
.u-modal-leave-to {
  opacity: 0;
  transition: opacity .2s;
}

.u-modal-enter > .u-modal__content,
.u-modal-leave-to > .u-modal__content {
  transform: translateY(-20%);
}

.u-modal__content {
  border-radius: .375rem;
  margin: 20px 0;
  width: 500px;
}

.u-modal__close {
  color: #969696;
  font-size: 1rem;
}

.u-pagination {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 20px 0;
  user-select: none;
}

.u-pagination__navigation {
  align-items: center;
  display: flex;
}

.u-pagination__select {
  margin: 0 0 0 10px;
}

.u-pagination__numbers {
  margin: 0 10px;
}

.u-pagination__arrow {
  color: #387db9;
  font-size: 10px;
  padding: 8px;
}

.u-pagination__arrow_disabled,
.u-pagination__arrow_disabled:disabled,
.u-pagination__arrow_disabled:hover,
.u-pagination__arrow_disabled:focus {
  color: #bebebe;
  cursor: default;
}

.u-pagination__number {
  color: #387db9;
  display: inline-block;
  font-weight: bold;
  padding: 5px 6.66667px;
  text-decoration: none;
}

.u-pagination__number_static,
.u-pagination__number_static:disabled,
.u-pagination__number_static:hover,
.u-pagination__number_static:focus {
  color: #343434;
  cursor: default;
}

.u-pagination__number,
.u-pagination__arrow {
  color: #257b88;
}

.u-pagination__number:not(:disabled):hover,
.u-pagination__arrow:not(:disabled):hover {
  cursor: pointer;
}

@keyframes u-radio-checked {
  0% {
    transform: scale(.9);
  }

  80% {
    transform: scale(1.05);
  }

  85% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.u-radio {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  position: relative;
}

.u-radio:focus {
  outline: none;
}

.u-radio__handle {
  appearance: none;
  display: inline-block;
  height: 16px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 16px;
}

.u-radio__box {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  border-radius: 50%;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-flex;
  font-size: 8px;
  height: 16px;
  justify-content: center;
  margin-right: 10px;
  pointer-events: none;
  transition: background-color .2s;
  vertical-align: middle;
  width: 16px;
}

.u-radio__box_right {
  margin-left: 10px;
  margin-right: 0;
}

.u-radio__box:only-of-type {
  margin-left: 0;
  margin-right: 0;
}

.u-radio__box::after {
  background-color: #387db9;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1em;
  opacity: 0;
  transform: scale(0);
  transition: opacity .2s, transform .2s;
  width: 1em;
}

.u-radio__text {
  display: inline-block;
  vertical-align: middle;
}

.u-radio__handle:checked ~ .u-radio__box {
  animation: u-radio-checked .15s ease none;
  border-color: #387db9;
}

.u-radio__handle:checked ~ .u-radio__box::after {
  opacity: 1;
  transform: scale(1);
}

.u-radio__handle:disabled ~ .u-radio__box {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
  color: #f4f4f5;
}

.u-radio__handle:disabled ~ .u-radio__text {
  color: #b3b6ba;
}

.u-radio__handle:disabled:checked ~ .u-radio__box {
  color: #387db9;
}

.u-radio:focus > .u-radio__handle:not(:disabled) ~ .u-radio__box {
  box-shadow: 0 0 2px #387db9;
}

.u-radio:active > .u-radio__handle:not(:disabled):not(:checked) ~ .u-radio__box {
  transform: scale(.85);
}

.u-radio__box,
.u-radio__handle:checked ~ .u-radio__box {
  border-color: #257b88;
  flex-shrink: 0;
}

.u-radio__box::after {
  background-color: #257b88;
}

.u-select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.u-select_fullwidth {
  width: 100%;
}

.u-select_center {
  text-align: center;
}

.u-select_right {
  text-align: right;
}

.u-select__select {
  align-items: center;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  box-shadow: 0 0 0 transparent;
  box-sizing: border-box;
  display: inline-flex;
  font: 15px Arial, Helvetica, sans-serif;
  height: 34px;
  overflow-x: hidden;
  padding: 0 31px 0 10px;
  text-overflow: ellipsis;
  transition: border-color .2s, box-shadow .2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.u-select__select:focus {
  border-color: #387db9;
  box-shadow: 0 0 2px rgba(56, 125, 185, .3);
  outline: unset;
}

.u-select__select_placeholder {
  color: #b3b6ba;
}

.u-select__select_fullwidth {
  width: 100%;
}

.u-select__select_center {
  justify-content: center;
  padding: 0 31px 0 31px;
  text-align: center;
}

.u-select__select_right {
  justify-content: flex-end;
  padding: 0 10px 0 31px;
  text-align: right;
}

.u-select__options {
  margin: -5px -10px;
  max-height: 260px;
  min-width: 100%;
  overflow-y: auto;
}

.u-select__option {
  background-color: #ffffff;
  box-sizing: border-box;
  font: 15px Arial, Helvetica, sans-serif;
  padding: 5px 10px;
  transition: color .2s, background-color .2s;
  white-space: nowrap;
}

.u-select__option_focused {
  background-color: #79b2e3;
  color: #ffffff;
}

.u-select__option_selected {
  background-color: #387db9;
  color: #ffffff;
}

.u-select__arrow {
  color: #8f8f8f;
  font-size: 7px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 13.5px;
  transform: rotate(0deg);
  transition: transform .2s, color .2s;
}

.u-select__arrow_center {
  display: none;
}

.u-select__arrow_right {
  left: 12px;
  right: auto;
}

.u-select__arrow_active {
  color: #343434;
  transform: rotate(180deg) translateY(-1px);
}

.u-select__select {
  border: 1px solid #cccccc;
  border-radius: 0;
  color: inherit;
  display: block;
  font: inherit;
  height: 2.25rem;
  line-height: 2.25rem;
  min-width: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-select__select:focus {
  border-color: #cccccc;
  box-shadow: none;
}

.u-select__select_placeholder {
  font-style: italic;
}

.u-select__select[error] {
  border-color: #ff3814;
}

.u-select__option {
  font: inherit;
  white-space: normal;
}

.u-select__option:hover {
  background-color: #5b9ba4;
  color: white;
}

.u-select__option_selected {
  background-color: #257b88;
  color: white;
}

.u-select__arrow {
  color: #333333;
  line-height: 1em;
  top: 14px;
}

@keyframes u-spinner-keyframes {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.u-spinner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.u-spinner_inline {
  display: inline-flex;
  padding: 0;
}

.u-spinner__circle {
  animation: u-spinner-keyframes .6s linear infinite;
  background-color: transparent;
  border: 2px solid #f4f4f5;
  border-bottom-color: #387db9;
  border-radius: 50%;
  border-top-color: #387db9;
  height: 2em;
  width: 2em;
}

.u-spinner__circle_inline {
  box-sizing: border-box;
  height: 1em;
  width: 1em;
}

.u-spinner__circle {
  border-color: #257b88 #fcfcfc;
}

.u-switch {
  display: inline-flex;
  position: relative;
}

.u-switch:focus {
  outline: none;
}

.u-switch__handle {
  appearance: none;
  display: inline-block;
  height: 16px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 28px;
}

.u-switch__box {
  align-items: center;
  background-color: #8f8f8f;
  border: 1px solid #8f8f8f;
  border-radius: 280px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-flex;
  font-size: 10px;
  height: 16px;
  justify-content: flex-start;
  margin-right: 10px;
  pointer-events: none;
  transition: background-color .2s;
  vertical-align: middle;
  width: 28px;
}

.u-switch__box_right {
  margin-left: 10px;
  margin-right: 0;
}

.u-switch__box:only-of-type {
  margin-left: 0;
  margin-right: 0;
}

.u-switch__box::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1em;
  transform: translateX(2px);
  transition: transform .2s;
  width: 1em;
}

.u-switch__text {
  display: inline-block;
  vertical-align: middle;
}

.u-switch__handle:checked ~ .u-switch__box {
  background-color: #387db9;
  border-color: #387db9;
}

.u-switch__handle:checked ~ .u-switch__box::after {
  transform: translateX(14px);
}

.u-switch__handle:disabled ~ .u-switch__box {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
  color: #f4f4f5;
}

.u-switch__handle:disabled ~ .u-switch__text {
  color: #b3b6ba;
}

.u-switch__handle:disabled:checked ~ .u-switch__box::after {
  background-color: #8f8f8f;
}

.u-switch:focus > .u-switch__handle:not(:disabled) ~ .u-switch__box {
  box-shadow: 0 0 2px #387db9;
}

.u-switch:focus > .u-switch__handle:not(:disabled) ~ .u-switch__box {
  box-shadow: none;
}

.u-switch__box {
  flex-shrink: 0;
}

.u-switch__box,
.u-switch__box::after {
  background-color: white;
  border: 2px solid #bfbbba;
}

.u-switch__handle:checked ~ .u-switch__box {
  background-color: #f6714c;
  border: 1px solid #f6714c;
}

.u-switch__handle:disabled:checked ~ .u-switch__box {
  background-color: #bfbbba;
  border: 1px solid #bfbbba;
}

.u-switch__handle:disabled ~ .u-switch__box,
.u-switch__handle:disabled ~ .u-switch__box::after {
  background-color: #bfbbba;
  border-color: white !important;
}

.u-switch__handle:checked ~ .u-switch__box::after {
  background-color: white;
  border-color: #f6714c;
  transform: translateX(9px);
}

.u-switch__box {
  background-color: #bfbbba;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.875rem;
}

.u-switch__box::after {
  background-color: white;
  height: 1.25rem;
  transform: translateX(-2px);
  width: 1.25rem;
}

.u-table {
  margin: 0 -10px;
  margin: 0;
}

.u-table__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.u-table__table_bottom-bordered {
  border-bottom: 1px solid #8f8f8f;
}

.u-table__td {
  background-color: #fcfcfc;
  font-size: 14px;
  padding: 10px;
  text-align: left;
}

.u-table__td:not(:last-child) {
  padding: 10px 20px 10px 10px;
}

.u-table__td_head {
  background-color: #b3b6ba;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 10px;
}

.u-table__td_head:not(:last-child) {
  padding: 15px 20px 15px 10px;
}

.u-table__td_filter {
  padding: 5px 0 5px 0;
}

.u-table__td_filter:not(:last-child) {
  padding: 5px 10px 5px 0;
}

.u-table__td_align-center {
  text-align: center;
}

.u-table__td_align-right {
  text-align: right;
}

.u-table__td-filter {
  display: flex;
  justify-content: space-between;
}

.u-table__td-filter > *:not(:last-child) {
  margin-right: 10px;
}

.u-table__td-filter > .u-input {
  flex-grow: 1;
}

.u-table__td-filter > .u-input > .u-input__input {
  min-width: 0;
  width: 100%;
}

.u-table__td-filter > .u-select {
  flex-grow: 1;
}

.u-table__td-filter > .u-select > .u-select__select {
  min-width: 0;
  width: 100%;
}

.u-table__tr:not(.u-table__tr_head):nth-of-type(even) > .u-table__td {
  background-color: #f4f4f5;
}

.u-table__tr_head ~ .u-table__tr:nth-of-type(odd) > .u-table__td {
  background-color: #f4f4f5;
}

.u-table__tr_head ~ .u-table__tr:nth-of-type(even) > .u-table__td {
  background-color: #fcfcfc;
}

.u-table__tr_filter ~ .u-table__tr:not(.u-table__tr_head):nth-of-type(odd) > .u-table__td {
  background-color: #fcfcfc;
}

.u-table__tr_filter ~ .u-table__tr:not(.u-table__tr_head):nth-of-type(even) > .u-table__td {
  background-color: #f4f4f5;
}

.u-table__td {
  color: #333333;
  font: inherit;
  font-size: .875rem;
}

.u-table__td_head {
  background-color: #e8e8e8;
  color: #333333;
  font-weight: bold;
}

.u-table__td_head:first-child {
  border-radius: .5em 0 0 .5em;
}

.u-table__td_head:last-child {
  border-radius: 0 .5em .5em 0;
}

.u-table__tr .u-table__td:not(custom-u-table__td_head) {
  border-bottom: none;
}

.u-table__td:not(.u-table__td_head),
.u-table__tr:not(.u-table__tr_head) .u-table__td:not(.u-table__td_head),
.u-table__tr:not(.u-table__tr_head):nth-of-type(even) > .u-table__td,
.u-table__tr_head ~ .u-table__tr:nth-of-type(odd) > .u-table__td,
.u-table__tr_head ~ .u-table__tr:nth-of-type(even) > .u-table__td,
.u-table__tr_filter ~ .u-table__tr:not(.u-table__tr_head):nth-of-type(odd) > .u-table__td,
.u-table__tr_filter ~ .u-table__tr:not(.u-table__tr_head):nth-of-type(even) > .u-table__td {
  background-color: transparent;
}

.u-table__table_details :global(.u-table__td) {
  border-bottom: 0;
  padding-bottom: .75rem;
  padding-top: .75rem;
}

.u-table__table_details :global(.u-table__td:first-child) {
  color: #919191;
  width: 20rem;
}

.u-textarea {
  display: flex;
  position: relative;
  width: 100%;
}

.u-textarea__input {
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  box-shadow: 0 0 0 transparent;
  box-sizing: border-box;
  font: 15px Arial, Helvetica, sans-serif;
  max-width: 100%;
  min-height: 170px;
  min-width: 200px;
  padding: 5px 10px;
  transition: border-color .2s, box-shadow .2s;
  width: 100%;
}

.u-textarea__input:focus {
  border-color: #387db9;
  box-shadow: 0 0 2px rgba(56, 125, 185, .3);
  outline: unset;
}

.u-textarea__input:invalid:not(.u-textarea__input_empty),
.u-textarea__input_error {
  border-color: #d0021b;
}

.u-textarea__input::placeholder {
  color: #b3b6ba;
  opacity: 1;
}

.u-textarea__input {
  border: 1px solid #cccccc;
  border-radius: 0;
  font: inherit;
}

.u-textarea__input:focus {
  border-color: #cccccc;
  box-shadow: none;
}

.u-textarea__input_error {
  border-color: #ff3814;
}

.u-textarea__input_error:focus {
  border-color: #ff3814;
}

.u-title {
  color: #b3b6ba;
  font-family: NeoSansCyr, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.0625em;
  margin: 1.5em 0 .8em;
  padding: 0;
  text-transform: lowercase;
}

.u-title__sub {
  color: inherit;
  font-size: .625em;
}

.u-title_h1 {
  border-bottom: 1px solid #e3e3e3;
  color: #626262;
  font-size: 32px;
  padding-bottom: 6px;
}

.u-title_h2 {
  font-size: 24px;
}

.u-title_h3 {
  font-size: 16px;
}

.v-toast {
  bottom: 0;
  display: flex;
  left: 0;
  overflow: hidden;
  padding: 1rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1052;
}

.v-toast .v-toast__icon {
  background: url('./icons/info.svg') no-repeat;
  background-size: contain;
  display: block;
  height: 27px;
  margin-left: 1rem;
  min-width: 27px;
  width: 27px;
}

.v-toast__item {
  align-items: center;
  animation-duration: 150ms;
  border-radius: .25rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  min-height: 3rem;
  opacity: 1;
  pointer-events: auto;
}

.v-toast__item--success {
  background-color: #257b88;
}

.v-toast__item--info {
  background-color: #72a9b1;
}

.v-toast__item--warning {
  background-color: #ffb042;
}

.v-toast__item--error {
  background-color: #ff5f42;
}

.v-toast__item--default {
  background-color: #636363;
}

.v-toast__item + .v-toast__item {
  margin-top: 1rem;
}

.v-toast__item.v-toast__item--top,
.v-toast__item.v-toast__item--bottom {
  align-self: center;
}

.v-toast__item.v-toast__item--top-right,
.v-toast__item.v-toast__item--bottom-right {
  align-self: flex-end;
}

.v-toast__item.v-toast__item--top-left,
.v-toast__item.v-toast__item--bottom-left {
  align-self: flex-start;
}

.v-toast__item.v-toast__item--success .v-toast__icon {
  background: url('./icons/success.svg') no-repeat;
}

.v-toast__item.v-toast__item--error .v-toast__icon {
  background: url('./icons/error.svg') no-repeat;
}

.v-toast__item.v-toast__item--warning .v-toast__icon {
  background: url('./icons/warning.svg') no-repeat;
}

.v-toast__text {
  margin: 0;
  padding: .5rem 1rem;
  word-break: break-word;
}

.v-toast.v-toast--top {
  flex-direction: column;
}

.v-toast.v-toast--bottom {
  flex-direction: column-reverse;
}

.v-toast.v-toast--custom-parent {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .v-toast {
    position: fixed !important;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.v-toast--fade-out {
  animation-name: fadeOut;
}

.v-toast--fade-in-down {
  animation-name: fadeInDown;
}

.v-toast--fade-in-up {
  animation-name: fadeInUp;
}

.dropdown-menu {
  background-color: white;
  border: 0;
  box-shadow: .125rem .125rem .375rem 0 rgba(51, 51, 51, .15);
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 0;
}

.dropdown-menu_item {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  padding: .75rem 1rem;
  text-align: left;
}

.dropdown-menu_item:hover,
.dropdown-menu_item:focus {
  background-color: #f4f5f7;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s ease;
}

@media all and (-ms-high-contrast: none) {
  .u-icon {
    min-width: 1em;
  }

  .u-modal__header .u-btn,
  .u-select__arrow .u-icon {
    width: 2em;
  }

  .u-datepicker__icon .u-icon {
    width: 1em;
  }
}

.inputError {
  color: #ff3814;
  font-size: .875rem;
  padding: .5rem 0 0;
}

.link {
  color: #257b88;
  cursor: pointer;
  text-decoration: underline;
}

.link:hover,
.link:focus,
.link:active {
  color: #257b88;
  text-decoration: none;
}

.link--red {
  color: #ff5f42;
}

.link--red:hover,
.link--red:focus,
.link--red:active {
  color: #ff5f42;
}

.required {
  display: inline-block;
}

.required::before {
  color: #f6714c;
  content: '*';
  font-size: 1.75rem;
  line-height: 1rem;
  vertical-align: middle;
}

.cit-chat-root {
  z-index: 10;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.spinner-overlay {
  background-color: rgba(255, 255, 255, .65);
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}

.tooltip {
  min-width: 10rem;
  position: absolute;
  z-index: 1;
}

.tooltip-enter,
.tooltip-leave-to {
  opacity: 0;
}

.tooltip_top {
  bottom: 100%;
  margin-bottom: .5rem;
}

.tooltip_bottom {
  margin-top: .5rem;
  top: 100%;
}

.tooltip_left {
  right: 0;
}

.tooltip_right {
  left: 0;
}
