@import 'app.css';
afs-accordion, afs-accordion *, afs-accordion-item, afs-accordion-item *,
afs-accordion-title, afs-accordion-title *, afs-accordion-content, afs-accordion-content *,
afs-button, afs-button *,
afs-checkbox, afs-checkbox *,
afs-date-picker, afs-date-picker *,
afs-date-range-picker, afs-date-range-picker *,
afs-input, afs-input *,
afs-multiline-input, afs-multiline-input *,
afs-radio, afs-radio *,
afs-range, afs-range *,
afs-select, afs-select *,
afs-time-picker, afs-time-picker *,
afs-toggle, afs-toggle * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: "Proxima Nova", sans-serif;
  vertical-align: baseline;
  line-height: 1;
  box-sizing: border-box;
}

.afs-accordion {
  display: block;
}

.afs-accordion-item {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}

.afs-accordion-item_last {
  border-bottom: none;
}

.afs-accordion-title {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 32px;
  min-height: 64px;
}
.afs-accordion-title:hover .afs-accordion-title__toggle-button {
  background-color: #f7f7f7;
}

.afs-accordion-title__label {
  font-family: #3b3b3b;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
  padding: 8px 0;
  text-transform: uppercase;
}

.afs-accordion-title__toggle-button {
  background: transparent center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4' y1='10' x2='16' y2='10' stroke='%2398C88C'/%3E%3Cline x1='10' y1='4' x2='10' y2='16' stroke='%2398C88C'/%3E%3C/svg%3E%0A");
  border-radius: 50%;
  height: 32px;
  transition: background-color 0.2s;
  width: 32px;
}

.afs-accordion-title__toggle-button_expanded {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4' y1='10' x2='16' y2='10' stroke='%2386B879'/%3E%3C/svg%3E%0A");
}

.afs-accordion-content {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: padding 0.2s;
}

.afs-accordion-content_expanded {
  height: auto;
  overflow: initial;
}

.afs-accordion-content_height-restriction {
  overflow-y: scroll;
  position: relative;
}
.afs-accordion-content_height-restriction::-webkit-scrollbar {
  width: 4px;
}
.afs-accordion-content_height-restriction::-webkit-scrollbar-track {
  background: #fff;
}
.afs-accordion-content_height-restriction::-webkit-scrollbar-thumb {
  border-left: 2px solid white;
  border-right: 2px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
}
.afs-accordion-content_height-restriction:hover::-webkit-scrollbar-thumb {
  border-color: #98c88c;
}
.afs-accordion-content_height-restriction:hover::-webkit-scrollbar-thumb:active {
  border-color: #58a742;
}

.afs-accordion-content__body {
  padding: 0 0 18px;
}

.afs-accordion-content__scroll-shadow {
  height: 0;
  pointer-events: none;
  position: sticky;
  width: 100%;
  z-index: 2;
}
.afs-accordion-content__scroll-shadow::after {
  background: transparent;
  content: "";
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s;
  width: 100%;
  z-index: 3;
}

.afs-accordion-content__scroll-shadow_top {
  top: 0;
}
.afs-accordion-content__scroll-shadow_top::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  top: 0;
}

.afs-accordion-content__scroll-shadow_bottom {
  bottom: 0;
}
.afs-accordion-content__scroll-shadow_bottom::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  top: -32px;
}

.afs-date-picker__wrapper {
  display: block;
}

.afs-date-picker-header {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 20px 1fr 20px;
  padding: 24px 24px 5px;
}

.afs-date-picker-header__title {
  cursor: pointer;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.afs-date-picker-header__navigation-button {
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
}

.date-picker-header__navigation-button_previous {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.842 13.825L9.02532 10L12.842 6.175L11.667 5L6.66699 10L11.667 15L12.842 13.825Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.date-picker-header__navigation-button_next {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1585 6.175L10.9752 10L7.1585 13.825L8.3335 15L13.3335 10L8.3335 5L7.1585 6.175Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.afs-date-picker-month {
  padding: 24px;
}

.afs-date-picker-month__grid-weekdays {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(7, 40px);
  padding-bottom: 4px;
}

.afs-date-picker-month__grid {
  align-items: center;
  display: grid;
  grid-auto-rows: 40px;
  grid-gap: 4px;
  grid-template-columns: repeat(7, 40px);
}

.afs-date-picker-month__weekday {
  color: #b9b9b9;
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.afs-date-picker-month__day {
  border-radius: 50%;
  cursor: pointer;
  color: #3b3b3b;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.afs-date-picker-month__day:hover {
  background: #f7f7f7;
}

.afs-date-picker-month__day_other-month {
  color: #b9b9b9;
}

.afs-date-picker-month__day_disabled {
  cursor: not-allowed;
  text-decoration: line-through;
}
.afs-date-picker-month__day_disabled:hover {
  background: transparent;
}

.afs-date-picker-month__day_current {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-weight: bold;
}

.afs-date-picker-month__day_selected {
  background: #006735;
  color: #f7f7f7;
}
.afs-date-picker-month__day_selected:hover {
  background: #006735;
}

.afs-date-picker-year {
  padding: 36px 26px 27px;
}

.afs-date-picker-year__grid {
  align-items: center;
  display: grid;
  grid-auto-rows: 72px;
  grid-gap: 4px;
  grid-template-columns: repeat(4, 72px);
}

.afs-date-picker-year__month {
  border-radius: 50%;
  color: #3b3b3b;
  cursor: pointer;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  height: 72px;
  line-height: 72px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.afs-date-picker-year__month:hover {
  background: #f7f7f7;
}

.afs-date-picker-year__month_disabled {
  cursor: not-allowed;
  color: #e5e5e5;
  text-decoration: line-through;
}
.afs-date-picker-year__month_disabled:hover {
  background: transparent;
}

.afs-date-picker-year__month_current {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-weight: bold;
}

.afs-date-picker-year__month_selected {
  background: #006735;
  color: #f7f7f7;
}
.afs-date-picker-year__month_selected:hover {
  background: #006735;
}

.afs-date-picker-decade {
  padding: 20px 28px 30px;
}

.afs-date-picker-decade__grid {
  display: grid;
  grid-auto-rows: 56px;
  grid-gap: 4px;
  grid-template-columns: repeat(5, 56px);
}

.afs-date-picker-decade__year {
  border-radius: 50%;
  color: #3b3b3b;
  cursor: pointer;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 56px;
  line-height: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.afs-date-picker-decade__year:hover {
  background: #f7f7f7;
}

.afs-date-picker-decade__year_disabled {
  color: #e5e5e5;
  cursor: not-allowed;
  text-decoration: line-through;
}
.afs-date-picker-decade__year_disabled:hover {
  background: transparent;
}

.afs-date-picker-decade__year_current {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  font-weight: bold;
}

.afs-date-picker-decade__year_selected {
  background: #006735;
  color: #f7f7f7;
}
.afs-date-picker-decade__year_selected:hover {
  background: #006735;
}

.afs-dropdown {
  box-sizing: border-box;
  display: none;
  padding: 4px 0 12px;
  position: absolute;
  z-index: 20;
}

.afs-dropdown_displayed {
  display: block;
}

.afs-dropdown__container {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.afs-dropdown__container::-webkit-scrollbar {
  width: 4px;
}
.afs-dropdown__container::-webkit-scrollbar-track {
  background: #fff;
}
.afs-dropdown__container::-webkit-scrollbar-thumb {
  border-left: 2px solid white;
  border-right: 2px solid #e5e5e5;
  box-sizing: border-box;
  cursor: pointer;
}
.afs-dropdown__container:hover::-webkit-scrollbar-thumb {
  border-color: #98c88c;
}
.afs-dropdown__container:hover::-webkit-scrollbar-thumb:active {
  border-color: #58a742;
}

.afs-dropdown__list {
  padding: 12px 0;
}

.afs-dropdown__list-item {
  color: #3b3b3b;
  cursor: pointer;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  padding: 12px 24px 8px;
}

.afs-dropdown__list-item:hover,
.afs-dropdown__list-item_selected {
  background: #f7f7f7;
}

.afs-icon {
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.afs-icon_calendar {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8' y='14.6665' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3Crect x='21.3335' y='14.6665' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3Crect x='14.6665' y='14.6665' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3Crect x='8' y='8' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3Crect x='21.3335' y='8' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3Crect x='14.6665' y='8' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3Crect x='8' y='21.3335' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3Crect x='21.3335' y='21.3335' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3Crect x='14.6665' y='21.3335' width='2.66667' height='2.66667' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.afs-icon_clean {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.955501L3.0445 4L-2.05674e-08 7.0445L0.955501 8L4 4.9555L7.0445 8L8 7.0445L4.9555 4L8 0.955501L7.0445 0L4 3.0445L0.955501 2.05674e-08L0 0.955501Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.afs-icon_clock {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2H10.0022V2.00309C12.2095 2.00371 14.2089 2.89927 15.6559 4.34566L15.6574 4.34411C17.1017 5.78834 17.9957 7.78679 17.9969 9.99537H18V10V10.0022H17.9969C17.9963 12.2104 17.1001 14.2104 15.6528 15.6574C14.2083 17.1017 12.2107 17.9957 10.0046 17.9969V18H9.99999H9.99783V17.9969C7.78957 17.9963 5.78956 17.1001 4.34257 15.6528C2.89834 14.2083 2.00433 12.2107 2.00309 10.0046H2V10V9.99783H2.00309C2.00371 7.79049 2.89927 5.79111 4.34566 4.34412L4.34412 4.34258C5.78834 2.89835 7.78679 2.00434 9.99537 2.0031V2.00001H10L10 2ZM13.0534 12.7817C13.3635 13.0735 13.3783 13.5624 13.0865 13.8725C12.7947 14.1826 12.3058 14.1975 11.9957 13.9056L9.35263 11.43C9.1914 11.2781 9.11063 11.0735 9.11063 10.868H9.10785V5.84405C9.10785 5.417 9.45444 5.07042 9.88148 5.07042C10.3085 5.07042 10.6551 5.417 10.6551 5.84405V10.5354L13.0534 12.7817L13.0534 12.7817ZM10.0022 3.54418V3.54727H10H9.99537V3.54418C8.21848 3.54511 6.60654 4.26861 5.43834 5.4368H5.43524C4.26767 6.60406 3.54448 8.21724 3.54417 9.99783H3.54726V9.99999V10.0046H3.54417C3.5451 11.7831 4.26829 13.3959 5.43679 14.5648C6.60405 15.7323 8.21723 16.4555 9.99782 16.4558V16.4527H9.99999H10.0046V16.4558C11.7831 16.4549 13.3959 15.7317 14.5648 14.5632C15.7323 13.396 16.4555 11.7828 16.4558 10.0022H16.4527V10V9.99538H16.4558C16.4549 8.21849 15.7314 6.60655 14.5632 5.43835V5.43526C13.396 4.26769 11.7828 3.54449 10.0022 3.54418L10.0022 3.54418Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.afs-icon_dropdown {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.825 7.1585L10 10.9752L6.175 7.1585L5 8.3335L10 13.3335L15 8.3335L13.825 7.1585Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.afs-icon_dropdown-opened {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.175 12.8415L10 9.02484L13.825 12.8415L15 11.6665L10 6.6665L5 11.6665L6.175 12.8415Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.afs-icon_search {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4351 12.0629H12.7124L12.4563 11.8159C13.3528 10.773 13.8925 9.4191 13.8925 7.94625C13.8925 4.66209 11.2304 2 7.94625 2C4.66209 2 2 4.66209 2 7.94625C2 11.2304 4.66209 13.8925 7.94625 13.8925C9.4191 13.8925 10.773 13.3528 11.8159 12.4563L12.0629 12.7124V13.4351L16.6369 18L18 16.6369L13.4351 12.0629ZM7.94625 12.0629C5.66838 12.0629 3.82962 10.2241 3.82962 7.94625C3.82962 5.66838 5.66838 3.82962 7.94625 3.82962C10.2241 3.82962 12.0629 5.66838 12.0629 7.94625C12.0629 10.2241 10.2241 12.0629 7.94625 12.0629Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.afs-icon_location {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99971 1C6.14026 1 3 4.15866 3 8.04113C3 9.05383 3.20607 10.0207 3.61217 10.9152C5.36229 14.7673 8.71776 17.7094 9.70471 18.864C9.77866 18.9503 9.88646 19 9.9999 19C10.1133 19 10.2211 18.9503 10.2951 18.864C11.2817 17.7096 14.6371 14.7677 16.3878 10.9152C16.7941 10.0207 17 9.05383 17 8.04113C16.9996 4.15866 13.8594 1 9.99971 1ZM9.99971 11.6983C7.99487 11.6983 6.36364 10.0575 6.36364 8.04093C6.36364 6.02415 7.99487 4.38336 9.99971 4.38336C12.0045 4.38336 13.6358 6.02415 13.6358 8.04093C13.636 10.0575 12.0047 11.6983 9.99971 11.6983Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}

.afs-input {
  display: block;
  padding-top: 4px;
}

.afs-input__container {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "input";
  grid-template-columns: 1fr;
  height: 52px;
  transition: border 0.2s;
}
.afs-input__container:hover {
  border-color: #3b3b3b;
}
.afs-input__container:hover .afs-input__label {
  color: #3b3b3b;
}

.afs-input__input-wrapper {
  grid-area: input;
  position: relative;
}

.afs-input__container_has-icons {
  grid-gap: 0;
  grid-template-areas: "input actions";
  grid-template-columns: 1fr max-content;
}

.afs-input__container_focused {
  border-color: #3b3b3b;
  box-shadow: 0 0 0 1px inset #3b3b3b;
}
.afs-input__container_focused .afs-input__label {
  color: #3b3b3b;
}

.afs-input__container_invalid {
  border-color: #f9919a;
}
.afs-input__container_invalid.afs-input__container_focused {
  box-shadow: 0 0 0 1px inset #f9919a;
}
.afs-input__container_invalid .afs-input__label {
  color: #f9919a;
}
.afs-input__container_invalid:hover {
  border-color: #d95151;
}
.afs-input__container_invalid:hover .afs-input__label {
  color: #d95151;
}

.afs-input__container_disabled,
.afs-input__container_disabled:hover {
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.afs-input__container_disabled .afs-input__label,
.afs-input__container_disabled:hover .afs-input__label {
  color: #cdcdcd;
  cursor: default;
}

.afs-input__label {
  background: #fff;
  box-sizing: border-box;
  color: #808080;
  cursor: text;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  left: 7px;
  max-width: calc(100% - 14px);
  overflow: hidden;
  padding: 0 4px;
  position: absolute;
  text-overflow: ellipsis;
  text-transform: uppercase;
  top: 16px;
  transition: color 0.2s, box-shadow 0.2s, top 0.2s, font-size 0.2s, line-height 0.2s;
  white-space: nowrap;
  z-index: 5;
}

.afs-input__label_raised {
  font-size: 10px;
  line-height: 12px;
  top: -6px;
}

.afs-input__label_disabled,
.afs-input__label_disabled:hover {
  background: transparent;
  color: #cdcdcd;
}

.afs-input__input, .afs-input__mask {
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: #3b3b3b;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  height: 50px;
  line-height: 18px;
  padding-left: 11px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.afs-input__input:focus, .afs-input__mask:focus {
  outline: none;
}
.afs-input__input:disabled, .afs-input__mask:disabled {
  color: #cdcdcd;
}
.afs-input__input::placeholder, .afs-input__mask::placeholder {
  color: #b9b9b9;
}

.afs-input__input_invalid {
  color: #d95151;
}

.afs-input__mask {
  align-items: center;
  color: #b9b9b9;
  display: grid;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.afs-input__error {
  color: #f9919a;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
  text-align: right;
}

.afs-input__icons {
  align-items: center;
  display: grid;
  grid-area: actions;
  grid-auto-flow: column;
  grid-gap: 8px;
  padding: 0 12px 0 8px;
}

.afs-input__icons_disabled {
  opacity: 0.2;
}

.afs-input__icon-clean {
  opacity: 0.4;
  transition: opacity 0.2s;
}
.afs-input__icon-clean:hover {
  opacity: 1;
}

.afs-time-picker__timetable {
  display: flex;
  padding: 17px 4px 24px;
}

.afs-time-picker__label {
  box-sizing: content-box;
  color: #b9b9b9;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  margin: 0;
  min-height: 19px;
  padding: 0 0 12px;
  text-align: center;
}

.afs-time-picker__minutes,
.afs-time-picker__period {
  position: relative;
}
.afs-time-picker__minutes:before,
.afs-time-picker__period:before {
  background: #e5e5e5;
  bottom: 0;
  content: "";
  height: calc(100% - 32px);
  left: 0;
  position: absolute;
  width: 1px;
}

.afs-time-picker__hours-grid,
.afs-time-picker__minutes-grid,
.afs-time-picker__period-grid {
  display: grid;
  grid-gap: 4px;
  padding: 0 20px;
}

.afs-time-picker__hours-grid_12h {
  grid-template-columns: repeat(2, 1fr);
}

.afs-time-picker__hours-grid_24h {
  grid-template-columns: repeat(4, 1fr);
}

.afs-time-picker__hour,
.afs-time-picker__minute,
.afs-time-picker__period-item {
  border-radius: 20px;
  color: #3b3b3b;
  cursor: pointer;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
}
.afs-time-picker__hour:hover,
.afs-time-picker__minute:hover,
.afs-time-picker__period-item:hover {
  background: #f7f7f7;
}

.afs-time-picker__hour_selected,
.afs-time-picker__minute_selected,
.afs-time-picker__period-item_selected {
  background: #006735;
  color: #f7f7f7;
}
.afs-time-picker__hour_selected:hover,
.afs-time-picker__minute_selected:hover,
.afs-time-picker__period-item_selected:hover {
  background: #006735;
}

.afs-time-picker__actions {
  align-items: center;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px 21px;
}

.afs-time-picker__action-button {
  background: #fff;
  color: #3b3b3b;
  cursor: pointer;
  font-family: "Proxima Nova", sans-serif;
  height: 16px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.afs-time-picker__action-button:disabled {
  opacity: 0.2;
}

.afs-time-picker__action-button_cancel {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}

.afs-time-picker__action-button_apply {
  color: #86b879;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  transition: color 0.2, opacity 0.2;
}
.afs-time-picker__action-button_apply::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.37604 11.2363L1.96228 7.75352L0.799805 8.93115L5.37604 13.5999L15.1998 3.57753L14.0455 2.3999L5.37604 11.2363Z' fill='%2386B879'/%3E%3C/svg%3E%0A");
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 12px;
  transform: translateY(3px);
  width: 16px;
}
.afs-time-picker__action-button_apply:disabled {
  color: #3b3b3b;
}
.afs-time-picker__action-button_apply:disabled::before {
  filter: grayscale(100%);
}

#afsAlert {
  background: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  left: 50%;
  margin-left: -222px;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 445px;
  z-index: 500;
}
#afsAlert li {
  background: #fff;
  border: 1px solid #4c4c4c;
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 12px 30px 12px 17px;
  position: relative;
  transition: height 0.5s, padding 0.5s, opacity 0.5s, margin 0.5s;
}
#afsAlert li.closed {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  padding: 0 17px;
}
#afsAlert li.error {
  border-color: #de5757;
  color: #de5757;
}
#afsAlert .close {
  cursor: pointer;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 12px;
}
#afsAlert .close:before, #afsAlert .close:after {
  background: #4c4c4c;
  content: "";
  cursor: pointer;
  height: 1px;
  left: 0;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 15px;
}
#afsAlert .close:after {
  transform: rotate(-45deg);
}

afs-button {
  display: inline-block;
}
afs-button.extended {
  display: block;
}
afs-button.extended button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
afs-button.large button {
  border-radius: 25px;
  box-shadow: 0 0 0 1px #D7D7D7;
  padding: 15px 20px 13px;
  transition: all 0.2s;
  width: 100%;
}
afs-button.large button:hover {
  box-shadow: 0 0 0 1px #B9B9B9;
  color: #479D2F;
}
afs-button.large button:disabled {
  background: #F4F4F4;
  color: #B9B9B9;
}
afs-button button {
  background: transparent;
  border: none;
  color: #58A742;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding: 8px 0;
  text-align: center;
  transition: color 0.2s;
  white-space: nowrap;
}
afs-button button:focus {
  outline: none;
}
afs-button button:hover {
  color: #479D2F;
}
afs-button button:disabled {
  color: #DEDEDE;
}

afs-checkbox {
  display: inline-block;
  line-height: 1.2em;
  margin-right: 30px;
  min-height: 24px;
  padding-left: 41px;
  position: relative;
}
afs-checkbox.emptyLabel {
  margin-right: 0;
  width: 24px;
}
afs-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
afs-checkbox input[type=checkbox] + label {
  color: #343434;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 4px 0 0;
  position: relative;
}
afs-checkbox input[type=checkbox] + label small {
  display: block;
  margin-top: 6px;
  text-indent: 0;
}
afs-checkbox input[type=checkbox] + label:before {
  background: white;
  border: 1px solid #D7D7D7;
  content: "";
  display: inline-block;
  height: 24px;
  left: -41px;
  position: absolute;
  top: 0;
  vertical-align: text-top;
  width: 24px;
}
afs-checkbox input[type=checkbox]:hover + label:before {
  border-color: #B9B9B9;
}
afs-checkbox input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 2px #F1F1F1;
}
afs-checkbox input[type=checkbox]:disabled + label {
  color: #B9B9B9;
  cursor: auto;
}
afs-checkbox input[type=checkbox]:disabled + label:before {
  background: #F1F1F1;
  box-shadow: none;
}
afs-checkbox input[type=checkbox]:checked + label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65867 8.8716L5.22709 12.44L12.2982 5.36896' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: -35px;
}
afs-checkbox input[type=checkbox]:checked:disabled + label:after {
  opacity: 0.25;
}

afs-multiline-input {
  display: block;
  position: relative;
}
afs-multiline-input .afs-multi-input__wrapper {
  padding-top: 23px;
  background-color: white;
}
afs-multiline-input textarea {
  background: transparent;
  border: 1px solid #b9b9b9;
  border-top: transparent;
  box-sizing: border-box;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  min-width: 350px;
  outline: none;
  padding: 0px 10px 10px 9px;
  position: relative;
  text-align: left;
  transition: color 0.2s, border-color 0.2s;
  width: 100%;
}
afs-multiline-input textarea:hover {
  border-color: #343434;
}
afs-multiline-input textarea:hover + label {
  border-color: #343434;
  color: #343434;
}
afs-multiline-input textarea:disabled, afs-multiline-input textarea:disabled + label {
  background-color: #f5f5f5 !important;
  border-color: transparent !important;
  color: #cecece !important;
}
afs-multiline-input.focused .afs-multi-input__wrapper {
  outline: 2px solid #f2f2f2;
  outline-offset: 0.2px;
}
afs-multiline-input.invalid textarea, afs-multiline-input.invalid label {
  border-color: #dc8c8c;
  color: #dc8c8c;
}
afs-multiline-input.invalid:hover textarea, afs-multiline-input.invalid:hover label, afs-multiline-input.invalid.focused textarea, afs-multiline-input.invalid.focused label {
  border-color: #ba5d5d;
  color: #ba5d5d;
}
afs-multiline-input label {
  border: 1px solid #b9b9b9;
  border-bottom: transparent;
  color: #b9b9b9;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-weight: 300;
  left: 0px;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s, border-color 0.2s;
  white-space: nowrap;
  width: 100%;
}
afs-multiline-input label.raised {
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
}
afs-multiline-input span.error {
  color: #dc8c8c;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  margin: 2px 0;
  text-align: right;
}

afs-radio {
  display: block;
  margin-top: 8px;
  min-height: 25px;
  position: relative;
}
afs-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
afs-radio input[type=radio] + label {
  color: #343434;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  padding: 2px 0 0 34px;
  position: relative;
  text-transform: uppercase;
}
afs-radio input[type=radio] + label small {
  display: block;
  margin-top: 6px;
  text-indent: 0;
}
afs-radio input[type=radio] + label:before {
  background: white;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 19px;
  left: 0;
  margin-right: 13px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  vertical-align: text-top;
  width: 19px;
}
afs-radio input[type=radio]:hover + label:before {
  border-color: #a0a0a0;
}
afs-radio input[type=radio]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
afs-radio input[type=radio]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
afs-radio input[type=radio]:disabled + label:before {
  background: #ddd;
  box-shadow: none;
}
afs-radio input[type=radio]:checked + label:after {
  background: #343434;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 9px;
}

afs-range {
  display: block;
  height: 55px;
  position: relative;
}
afs-range .rangeAll {
  background: #e9e9e9;
  height: 3px;
  left: 0;
  position: absolute;
  top: 31px;
  width: 100%;
  z-index: 1;
}
afs-range .rangeSelected {
  background: #3b3b3b;
  height: 3px;
  position: absolute;
  top: 31px;
  z-index: 2;
}
afs-range .min, afs-range .max {
  bottom: 0;
  color: #bbbbbb;
  font-size: 12px;
  left: -4px;
  position: absolute;
}
afs-range .min.max, afs-range .max.max {
  left: auto;
  right: 0;
}
afs-range .selector {
  background: #3b3b3b;
  border-radius: 50%;
  color: #3b3b3b;
  cursor: pointer;
  font-size: 14px;
  height: 16px;
  margin-left: -8px;
  position: absolute;
  top: 24px;
  width: 16px;
  z-index: 3;
}
afs-range .selector.to {
  z-index: 4;
}
afs-range .selector span {
  bottom: 21px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
afs-range .selector span.alignLeft {
  margin-left: 9px;
  transform: translateX(-100%);
}
afs-range .selector span.alignRight {
  left: 0;
  padding-left: 4px;
  transform: none;
}

afs-select, afs-multi-select {
  display: block;
  line-height: 1.2em;
  margin-top: 10px;
  position: relative;
}
afs-select.invalid .currentValue, afs-multi-select.invalid .currentValue {
  border-bottom-color: #E55740;
  color: #E55740 !important;
}
afs-select.invalid:after, afs-multi-select.invalid:after {
  background: #E55740;
}
afs-select .toggle, afs-multi-select .toggle {
  position: absolute;
  right: 0;
  z-index: 1;
}
afs-select .toggle:before, afs-select .toggle:after, afs-multi-select .toggle:before, afs-multi-select .toggle:after {
  background: #3B3B3B;
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 19px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  width: 8px;
  z-index: -1;
}
afs-select .toggle:after, afs-multi-select .toggle:after {
  right: 9px;
  transform: rotate(-45deg);
}
afs-select .toggle.open:before, afs-multi-select .toggle.open:before {
  transform: rotate(-45deg);
}
afs-select .toggle.open:after, afs-multi-select .toggle.open:after {
  transform: rotate(45deg);
}
afs-select .select, afs-multi-select .select {
  cursor: pointer;
  height: 42px;
}
afs-select .select:focus, afs-multi-select .select:focus {
  outline: none;
}
afs-select .select.disabled, afs-multi-select .select.disabled {
  background-color: #F1F1F1;
  color: #B9B9B9;
}
afs-select .select.disabled .currentValue, afs-multi-select .select.disabled .currentValue {
  color: #B9B9B9;
}
afs-select .select.disabled:before, afs-select .select.disabled:after, afs-multi-select .select.disabled:before, afs-multi-select .select.disabled:after {
  background: #b5b5b5;
}
afs-select .select.error, afs-multi-select .select.error {
  border-bottom-color: #E55740;
}
afs-select .label, afs-multi-select .label {
  color: #B9B9B9;
  cursor: text;
  font-size: 16px;
  left: 10px;
  line-height: 19px;
  max-width: calc(100% - 35px);
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  text-transform: uppercase;
  top: 12px;
  transition: all 0.2s;
}
afs-select .label.raised, afs-multi-select .label.raised {
  font-size: 11px;
  line-height: 13px;
  top: -11px;
}
afs-select .label:focus, afs-multi-select .label:focus {
  outline: none;
}
afs-select .currentValue, afs-multi-select .currentValue {
  border: none;
  border-bottom: 1px solid #cdcdcd;
  color: #343434;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding-right: 30px;
  text-align: left;
  text-indent: 10px;
  text-overflow: ellipsis;
  transition: border-bottom-color 0.2s;
  white-space: nowrap;
  width: 100%;
}
afs-select .currentValue:focus, afs-multi-select .currentValue:focus {
  outline: none;
}
afs-select .currentValue:disabled, afs-multi-select .currentValue:disabled {
  background-color: #f5f5f5;
  border-bottom-color: #e7e7e7;
  color: #cecece;
}
afs-select .optionsList, afs-multi-select .optionsList {
  background: #f7f7f7;
  border: 1px solid #cdcdcd;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  position: absolute;
  text-align: left;
  min-width: 100%;
  z-index: 100;
}
afs-select .optionsList li, afs-multi-select .optionsList li {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin: 0 !important;
  padding: 12px 14px 9px !important;
  text-transform: none;
}
afs-select .optionsList li:hover, afs-select .optionsList li.active, afs-multi-select .optionsList li:hover, afs-multi-select .optionsList li.active {
  background: #e2e2e2;
}
afs-select .optionsList > ul, afs-multi-select .optionsList > ul {
  overflow: auto;
  padding: 0 !important;
}
afs-select .optionsList > ul::-webkit-scrollbar, afs-multi-select .optionsList > ul::-webkit-scrollbar {
  width: 8px;
}
afs-select .optionsList > ul::-webkit-scrollbar-track, afs-multi-select .optionsList > ul::-webkit-scrollbar-track {
  background: #fff;
}
afs-select .optionsList > ul::-webkit-scrollbar-thumb, afs-multi-select .optionsList > ul::-webkit-scrollbar-thumb {
  background: #E6E6E6;
  border: 3px solid white;
  width: 2px;
}
afs-select .optionsList > ul::-webkit-scrollbar-thumb:hover, afs-multi-select .optionsList > ul::-webkit-scrollbar-thumb:hover {
  background: #A3A3A3;
}
afs-select .optionsList .noMatches, afs-multi-select .optionsList .noMatches {
  color: #B9B9B9;
  font-size: 14px;
  line-height: 17px;
  padding: 21px 13px 19px;
}
afs-select span.error, afs-multi-select span.error {
  color: #E55740;
  display: block;
  font-size: 11px;
  font-weight: 300;
  margin: 4px 2px;
  text-align: right;
}
afs-select .filter, afs-multi-select .filter {
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
afs-select .filter input, afs-multi-select .filter input {
  background: transparent;
  border: none;
  color: #343434;
  font-size: 14px;
  height: 41px;
  text-indent: 13px;
  text-overflow: ellipsis;
  width: calc(100% - 27px);
}
afs-select .filter input:focus, afs-multi-select .filter input:focus {
  outline: none;
}
afs-select .filter input::placeholder, afs-multi-select .filter input::placeholder {
  color: #A3A3A3;
  text-overflow: ellipsis;
}
afs-select .filter button, afs-multi-select .filter button {
  background: transparent url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.16513' cy='5.16513' r='4.66513' stroke='%23B9B9B9'/%3E%3Cline x1='8.86262' y1='8.69922' x2='12' y2='11.8366' stroke='%23B9B9B9' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
  border: none;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 13px;
  z-index: -1;
}

afs-multi-select .currentValue > span:before {
  content: ", ";
}
afs-multi-select .currentValue > span:first-child:before {
  content: "";
}
afs-multi-select afs-checkbox {
  display: block;
}
afs-multi-select .toggle:before, afs-multi-select .toggle:after {
  background: #3B3B3B;
  border-radius: 1px;
  content: "";
  height: 2px;
  position: absolute;
  right: 10px;
  top: 18px;
  transform: none;
  width: 12px;
}
afs-multi-select .toggle:after {
  height: 12px;
  right: 15px;
  top: 13px;
  width: 2px;
}
afs-multi-select .toggle.open:before, afs-multi-select .toggle.open:after {
  transform: none;
}
afs-multi-select .actions {
  border-top: 1px solid #CDCDCD;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  height: 52px;
  justify-content: space-between;
  padding: 11px 8px 9px !important;
}
afs-multi-select .actions button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #58A742;
  height: 30px;
}
afs-multi-select .actions button.ok {
  font-size: 16px;
  font-weight: 600;
}
afs-multi-select .actions button:disabled {
  color: #DEDEDE;
}

afs-toggle {
  color: #343434;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  min-height: 13px;
  min-width: 30px;
  position: relative;
  text-transform: uppercase;
}
afs-toggle.emptyLabel .label {
  display: none;
}
afs-toggle .toggle {
  background: #e4e4e4;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 11px;
  left: 0;
  outline: none;
  position: absolute;
  top: 1px;
  width: 30px;
}
afs-toggle .toggle.checked .pipka {
  background: #222222;
  border-color: #222222;
  left: 13px;
}
afs-toggle .toggle.disabled {
  background: #f0f0f0;
}
afs-toggle .toggle.disabled .pipka {
  background: #f0f0f0 !important;
  border-color: #e8e8e8 !important;
  box-shadow: none !important;
}
afs-toggle .pipka {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  height: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  transition: left 0.2s, background 0.2s;
  width: 17px;
}
afs-toggle .label {
  cursor: pointer;
  display: inline-block;
  letter-spacing: -0.1px;
  margin: 0 0 0 40px;
}
afs-toggle .toggle:hover .pipka, afs-toggle .label:hover + .toggle .pipka {
  box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.5);
}
afs-toggle .toggle:hover.checked .pipka, afs-toggle .label:hover + .toggle.checked .pipka {
  box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.8);
}

.afsTooltip {
  left: 10px;
  margin: 0;
  padding: 21px;
  position: absolute;
  top: 100px;
  z-index: 100;
}

.afsTooltipText {
  background: rgba(63, 63, 63, 0.9);
  border-radius: 2px;
  color: #f7f7f7;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  padding: 9px 14px;
}

.afsTooltipArrow {
  border: 6px solid transparent;
  border-right: 10px solid rgba(63, 63, 63, 0.9);
  height: 0;
  position: absolute;
  width: 0;
}

.afsTooltipArrowRight {
  margin-top: -6px;
  right: 5px;
  top: 50%;
  transform: rotate(180deg);
}

.afsTooltipArrowLeft {
  left: 5px;
  margin-top: -3px;
  top: 50%;
}

.afsTooltipArrowTop {
  left: 50%;
  margin-left: -6px;
  top: 7px;
  transform: rotate(90deg);
}

.afsTooltipArrowBottom {
  bottom: 7px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(270deg);
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

afs-button button {
  color: #7e7e7e !important;
}
afs-button:hover button {
  color: #666666 !important;
}

#authForm form img {
  margin: 0 auto 20px !important;
}

footer {
  text-align: center;
}

.preloader-background {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 78px;
  left: 350px;
  height: calc(100% - 78px);
  width: calc(100% - 350px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  pointer-events: auto;
}
.preloader-background .preloader {
  position: absolute;
}

.preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #a3a3a3;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bolder;
}

#loader {
  padding-top: 7px;
  position: relative;
  width: 64px;
  height: 0;
  margin: 0 auto;
}

#loader > div {
  width: 16px;
  position: relative;
  height: 0;
  left: 50%;
  animation: impulse 0.6s infinite;
  will-change: left;
}

#loader::after,
#loader::before,
#loader > div::after,
#loader > div::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #bcbcbc;
  border-radius: 50%;
  position: absolute;
}

#loader::after,
#loader > div::after {
  right: 0;
  transform: translate(50%, 0);
}

#loader::before,
#loader > div::before {
  left: 0;
  transform: translate(-50%, 0);
}

#loader::after {
  animation: startImpulse 0.6s infinite;
  opacity: 0;
  will-change: opacity, right;
}

#loader::before {
  animation: stopImpulse 0.6s infinite;
  will-change: opacity, left;
}

#loader::before {
  left: 16px;
}

@keyframes startImpulse {
  40%, 100% {
    opacity: 1;
    right: 16px;
  }
}
@keyframes impulse {
  0%, 25% {
    left: 50%;
  }
  100% {
    left: 16px;
  }
}
@keyframes stopImpulse {
  0%, 25% {
    left: 16px;
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}
