@font-face {
  font-family: 'HelveticaNeueCry';
  src: url('../fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCry';
  src: url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff');
  font-weight: 550;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCry';
  src: url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

th {
  font-weight: 400;
}

aside,
footer,
header,
nav,
section {
  display: block
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "HelveticaNeueCry", sans-serif;
  font-style: normal;
  color: var(--black);
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer;
  border: 0;
}

  button::-moz-focus-inner {
    padding: 0;
    border: 0
  }

sup {
  position: relative;
  top: -.3em;
  font-size: .8em;
  left: .1em
}

a {
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  /* color: inherit; */
}

ul li {
  list-style: none
}

img,
sup {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

i {
  vertical-align: middle
}

.no-mb {
  margin-bottom: 0 !important;
}

:root {
  --main-color: #B70D18;
  --main-color-hover: #910009;
  --green: #219653;
  --orange: #F2994A;
  --blue: #2F80ED;
  --light-grey-f0: #F0F0F0;
  --light-grey-f8: #F8F8F8;
  --light-grey-d3: #D3D3D3;
  --sidebar: #E6E6E6;
  --grey: #A9A9A9;
  --grey2: #828282;
  --grey3: #B5B5B5;
  --grey4: #939393;
  --grey5: #F5F5F5;
  --black: #373737;
  --light-blue: #E7F6FD;
  --blue2: #0EA5E9;
  --violet: #7D1FB8;
  --white: #FFFFFF;
  --fc-small-font-size: .85em;
  --fc-page-bg-color: #fff;
  --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
  --fc-neutral-text-color: #808080;
  --fc-border-color: #ddd;
  --fc-button-text-color: #fff;
  --fc-button-bg-color: #2C3E50;
  --fc-button-border-color: #2C3E50;
  --fc-button-hover-bg-color: #1e2b37;
  --fc-button-hover-border-color: #1a252f;
  --fc-button-active-bg-color: #1a252f00;
  --fc-button-active-border-color: #151e27;
  --fc-event-bg-color: #E7F6FD !important;
  --fc-event-border-color: none !important;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);
  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;
  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;
  --fc-non-business-color: rgba(215, 215, 215, 0.3);
  --fc-bg-event-color: rgb(143, 223, 130);
  --fc-bg-event-opacity: 0.1;
  --fc-border-color: #EBEBEB !important;
  --fc-highlight-color: rgba(188, 232, 241, 0.3);
  --fc-today-bg-color: #F8F8F8 !important;
  --fc-now-indicator-color: red;
  --adp-cell-background-color-selected: #B70D18 !important;
  --adp-cell-background-color-selected-hover: #B70D18 !important
}

.highlight {
  color: var(--main-color)
}

.color--black {
  color: var(--black) !important;
}

.color--red {
  color: var(--main-color) !important;
}

i.color--red:hover {
  color: var(--main-color-hover) !important;
}

.color--green {
  color: var(--green) !important;
}

.color--orange {
  color: var(--orange) !important;
}

.color--blue {
  color: var(--blue) !important;
}

.color--grey {
  color: var(--grey) !important;
}

.color--grey2 {
  color: var(--grey2) !important;
}

.color--grey3 {
  color: var(--grey3) !important;
}

.color--grey4 {
  color: var(--grey4) !important;
}

.color--grey-d3 {
  color: var(--light-grey-d3) !important;
}

.color--violet {
  color: var(--violet) !important;
}

.underline {
  border-bottom: 1px solid var(--grey);
  width: fit-content;
}

.span {
  margin-left: 5px;
  color: var(--main-color);
}

.bold {
  font-weight: 550 !important
}

.link {
  color: var(--main-color);
  cursor: pointer;
}

  .link:hover {
    color: var(--main-color-hover);
  }

.clickable:hover {
  cursor: pointer;
}

.popup {
  pointer-events: none;
  opacity: 0;
  z-index: 200;
  transition: opacity .4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  overflow: auto;
  color: var(--black);
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.6);
}

.popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  max-width: 663px;
  width: 100%;
  background-color: #F5F5F5;
  transform: translate(-50%, -50%);
  padding: 56px 48px;
  border-radius: 4px;
}

  .popup__inner.popup__inner--white {
    background-color: white;
  }

.popup--full .popup__inner {
  padding: 20px 0;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  max-width: 100%;
  overflow: auto;
}

.popup__clear {
  font-weight: 550;
  font-size: 14px;
  color: var(--main-color);
  cursor: default;
}

.popup__close {
  background: #F0F0F0;
  border-radius: 8px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

  .popup__close i {
    font-size: 16px;
  }

  .popup__close:hover i {
    color: var(--main-color-hover);
  }

.popup.active {
  opacity: 1;
  pointer-events: auto
}

.popup__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.popup .table {
  display: block;
}

.popup .tableCol {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.popup__title {
  font-weight: 550;
  font-size: 22px;
  text-align: center;
}

.popup__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.popup__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 32px;
}

.popup__info_title {
  color: var(--grey4);
}

.popup__info_text {
  font-weight: 400;
  font-size: 14px;
}

.popup__buttons {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
  margin-top: 48px;
}

.popup__buttons_button {
  font-weight: 550;
  font-size: 16px;
}

.popup__buttons_link {
  font-weight: 400;
  font-size: 14px;
}

.popup__success {
  margin: 0 auto;
}

/* Маленький попап */
.popup--mini .popup__inner {
  padding: 24px 32px;
  width: fit-content;
  max-width: 1000px;
}

.popup--mini .popup__close {
  top: 20px;
}

.popup--mini .popup__container {
  gap: 40px;
}

.popup--mini .popup__title {
  text-align: left;
  font-size: 16px;
  font-weight: 550;
  line-height: 120%;
}

/* Маленький попап END */

/* Маленький попап со списком договоров */
.popup--mini .user__contracts {
  grid-template-columns: 1fr;
}
/* Маленький попап со списком договоров END */


.header {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid var(--light-grey-f0);
  display: flex;
  align-items: center;
}

.header__inner {
  display: flex;
  justify-content: space-between
}

.header__inner_item {
  display: flex;
  align-items: center
}

.header__inner_item--burger {
  display: none
}

.header__inner_item--info {
  gap: 40px
}

.searchAuthBlock {
  display: flex;
  align-items: center
}

  .searchAuthBlock .select__head {
    color: var(--black);
  }

  .searchAuthBlock .input input {
    cursor: text;
  }

  .searchAuthBlock .button-search {
    color: var(--black);
  }

    .searchAuthBlock .button-search:hover {
      color: var(--main-color);
      cursor: pointer;
    }

.header__inner_item--profile {
  gap: 32px
}

.header__inner_date {
  font-weight: 550;
  font-size: 14px;
  color: var(--black);
  cursor: pointer
}

  .header__inner_date span {
    font-weight: 400;
    color: rgba(55, 55, 55, .6);
    text-transform: capitalize
  }

.header__inner_value {
  display: flex;
  gap: 20px
}

.header__inner_value__item {
  font-weight: 700;
  font-size: 14px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: default;
}

  .header__inner_value__item i {
    font-size: 20px;
    color: var(--main-color)
  }

.notifications {
  gap: 4px;
  cursor: pointer;
}

  .notifications:hover .count {
    background-color: var(--main-color);
    color: white;
  }

  .notifications i {
    font-size: 16px
  }

.notif_body {
  text-align: left;
  transition: all .2s linear;
}

.notif__item {
  padding: 16px 0 14px;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
  color: #373737;
  cursor: pointer
}

  .notif__item:not(:last-child) {
    border-bottom: 1px solid var(--light-grey-f0);
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
    transition: all .2s linear;
  }

    .notif__item:not(:last-child):hover {
      background-color: #F5F5F5;
    }

  .notif__item:hover:not(:last-child),
  .notif__item:hover:not(:last-child) .notif-date {
    color: var(--main-color) !important;
  }

.notif__item_heading {
  padding: 24px 0
}

.notif-date {
  font-weight: 400;
  color: #676767;
  margin-bottom: 14px
}

.notif-text {
  font-weight: 550;
  line-height: 14px;
  margin-bottom: 12px;
  max-width: 305px
}

.notif-all,
.notif-author {
  font-weight: 400
}

.notif i {
  font-size: 11px;
  color: var(--main-color)
}

.notif-all:hover {
  color: var(--main-color);
}

.notif_read-all i {
  margin-right: 8px;
  font-size: 10px;
}

.notif-all i,
.notif_read-all i,
.notif_read-all:hover {
  color: var(--main-color)
}

.notif-all {
  font-size: 14px;
  gap: 2px
}

  .notif-all i {
    font-size: 16px
  }

.notif_read-all {
  margin-left: auto;
  font-weight: 550;
  font-size: 14px;
  cursor: pointer
}

.profile {
  gap: 12px
}

  .profile .tooltipster-arrow {
    left: 90% !important
  }

.profile__icon {
  width: 32px;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--light-grey-f0);
  display: grid;
  place-items: center
}

  .profile__icon i {
    font-size: 14px;
    color: var(--main-color) !important
  }

.profile__select {
  gap: 8px;
  cursor: pointer
}

.profile__select_body {
  line-height: 120%;
  font-weight: 400;
  gap: 10px
}

.profile__select_title {
  font-size: 14px
}

.profile__select_job {
  font-size: 12px;
  color: var(--grey);
  white-space: nowrap
}

.profile__select_arrow i {
  color: #d0d0d0
}

.profile__menu {
  display: flex;
  flex-direction: column
}

.profile__menu_item {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  margin-left: -16px;
  margin-right: -16px;
  padding: 7px 16px;
  transition: all .2s linear;
  position: relative
}

  .profile__menu_item::before,
  .sidebar__inner_links_item::before {
    background-color: var(--main-color);
    position: absolute;
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0 16px 16px 0;
    opacity: 0;
    transition: opacity .2s linear
  }

  .profile__menu_item:hover {
    color: var(--main-color);
    background-color: #f5f5f5
  }

    .profile__menu_item:hover::before,
    .sidebar.open .sidebar__inner_links_item.active::before,
    .sidebar__inner_links_item:hover::before {
      opacity: 1
    }

.profile__menu i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--main-color)
}

.sidebar {
  background-color: var(--light-grey-f0);
  flex: 0 0 60px;
  height: var(--viewport-height);
  padding: 26px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  z-index: 50;
  transition: all .2s ease-in-out;
  overflow: hidden
}

  .sidebar.open {
    width: 270px
  }

.sidebar__inner {
  display: flex;
  flex-direction: column;
  height: 100%
}

  .sidebar__inner i {
    color: var(--grey3);
    transition: color .2s linear;
    cursor: pointer
  }

.sidebar__inner_logo {
  display: flex;
  padding-left: 18px;
  margin-bottom: 36px;
  height: 38px
}

.sidebar.open .sidebar__inner_links_item,
.sidebar.open .sidebar__inner_logo {
  padding-left: 32px
}

.sidebar__inner_logo img:nth-child(1) {
  transition: transform .2s ease-out
}

.sidebar__inner_logo img:nth-child(2) {
  display: none
}

.sidebar.open .sidebar__inner_logo img:nth-child(1) {
  transform: scale(1.4);
  margin-right: 16px
}

.sidebar.open .sidebar__inner_logo img:nth-child(2) {
  display: block
}

.sidebar__nav {
  display: flex;
  flex-direction: column
}

.sidebar__inner_links_item {
  margin: 4px 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 10px 0 10px 20px;
  overflow: hidden;
  transition: all .2s ease-in-out
}

.sidebar__nav_icon {
  flex: 0 0 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center
}

.sidebar__nav_text {
  display: none;
  font-weight: 550;
  font-size: 14px;
  white-space: nowrap;
  color: var(--black)
}

.sidebar.open .sidebar__nav_text {
  display: block
}

.sidebar.open .sidebar__inner_links_item.active,
.sidebar__inner_links_item:hover {
  background-color: var(--sidebar)
}

  .sidebar.open .sidebar__inner_footer__item:hover,
  .sidebar__inner_footer .icon-exit,
  .sidebar__inner_links_item.active i,
  .sidebar__inner_links_item:hover i {
    color: var(--main-color)
  }

.sidebar__inner_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: auto
}

.sidebar__inner .profile {
  display: none
}

.sidebar__open {
  position: absolute;
  right: -25px;
  bottom: 200px;
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%0 0 50%;
  cursor: pointer;
  transition: all .2s linear
}

  .sidebar__open:hover {
    right: -23px
  }

  .sidebar__open i {
    font-size: 9px;
    margin-right: 21px
  }

.sidebar .sidebar__inner_footer__item,
.sidebar.open .icon-exit,
.sidebar.open .icon-info {
  display: none
}

.sidebar.open .sidebar__inner_footer {
  align-items: flex-start;
  border-top: 1px solid #e2e2e2;
  padding: 24px 0 0 32px
}

.sidebar.open .sidebar__inner_footer__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  transition: all .2s ease-in-out
}

  .sidebar.open .sidebar__inner_footer__item .icon-up-right {
    font-size: 10px;
    color: var(--main-color);
    margin-left: 8px
  }

  .sidebar.open .sidebar__inner_footer__item .icon-exit {
    font-size: 20px;
    color: var(--main-color);
    margin-right: 8px
  }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  min-height: 100vh;
  overflow: hidden
}

.main {
  flex: 1 1 auto;
  width: 100%;
  padding-left: 60px;
  transition: all .2s ease-in-out
}

.slick-slide {
  margin: 0 1%
}

.slick-list {
  margin: 0-5%
}

.rotate {
  transform: rotate(-180deg)
}

i {
  transition: all .2s ease-in-out;
  line-height: 120%;
}

.main.open {
  padding-left: 270px
}

section {
  width: 100%;
  padding: 24px 0;
  color: var(--black)
}

.container {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px
}

.section__header--col {
  flex-direction: column;
  align-items: flex-start !important;
}

.section__header_title {
  font-weight: 550;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #000;
}

a.section__header_title:hover {
  color: var(--main-color)
}

.section__header_title i {
  cursor: pointer;
}

  .section__header_title i.icon-left-arrow {
    margin-right: 12px;
    margin-left: 0;
  }

.section__header_title i {
  margin-left: 12px;
}

.section__header_subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #BDBDBD;
  margin-top: 10px;
}

.section__header_controls {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  gap: 50px;
}

.section__body {
  margin-bottom: 56px
}

.section__empty {
  margin-top: 200px;
}

.section__empty_inner {
  text-align: center;
}

.section__empty_icon {
  margin-bottom: 30px;
}

  .section__empty_icon i {
    font-size: 80px;
    color: #E6E6E6;
  }

.section__empty_text {
  font-weight: 400;
  font-size: 20px;
  color: #A9A9A9;
  margin-bottom: 48px;
}

.section__empty_button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

.filter__panel,
.visible__panel,
.sort__panel {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all .2s linear;
}

.sort__panel {
  display: none;
}

.filter__panel:hover,
.visible__panel:hover {
  color: var(--main-color) !important;
}

/* .visible__panel .dropdown__head{
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: capitalize;
} */

/* .visible__panel .dropdown__content{
    flex-direction: column;
} */

.filter {
  width: 100%;
  height: 100%;
}

.filter__container {
  padding-top: 8px;
  padding-bottom: 48px;
}

.form__dropdown .form__title {
  cursor: pointer;
}

.form__dropdown .form__inner {
  margin-bottom: 48px;
}

.form__head {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}

.form__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 550;
  font-size: 16px;
}

.form__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 96px;
}

.form__inner--col {
  flex-direction: column;
}

.form__inner > * {
  flex: 0 1 calc(50% - 48px);
}

.form__inner--three {
  display: flex;
  flex-wrap: nowrap;
  gap: 42px 96px;
}

  .form__inner--three > * {
    flex: 0 1 calc(33% - 36px);
  }


.form__row {
  display: flex;
  gap: 50px;
}

.form__date {
  display: flex;
  gap: 30px;
}

.form__control {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.filter__clear {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

  .filter__clear:hover {
    color: var(--main-color);
  }

.radio_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}

.radio-container {
  display: flex;
  gap: 24px;
}

.sort__panel--section {
  margin: 16px 0;
}

.sort__panel span {
  color: var(--main-color);
  border-bottom: 1px dashed var(--black);
}

.sort__tabs {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
}

.sort__container {
  margin-bottom: 24px;
}

.sort__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 0;
}

.sort__list_item {
  flex: 1 1 50%;
  padding: 0;
  margin: 0;
}

.sort__title {
  font-weight: 400;
  font-size: 12px;
  color: var(--grey4);
  margin-bottom: 12px;
}

.view {
  display: none;
  align-items: center;
  gap: 16px;
}

.view--section {
  margin: 16px 0;
}

.view__text {
  font-weight: 400;
  font-size: 12px;
  color: var(--grey4);
}

.view__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  gap: 8px;
}

  .view__item.active,
  .view__item.active i {
    color: var(--main-color);
  }

  .view__item i {
    color: var(--light-grey-d3);
    transition: none;
    font-size: 16px;
  }

  .view__item:hover,
  .view__item:hover i {
    color: var(--main-color);
  }

.input {
  display: flex;
  position: relative;
  border-bottom: 1px solid #000000;
  width: 100%;
}

  .input.box-style {
    border: 0;
  }

  .input.flex-max-width {
    flex-basis: calc(100% - 36px);
  }

.checkbox__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.checkbox__list_item {
  padding: 7px 16px;
  margin-left: -16px;
  margin-right: -16px;
  transition: all .2s linear;
}

  .checkbox__list_item:hover {
    color: var(--main-color);
    background-color: #f5f5f5;
  }

.checkbox__title {
  font-weight: 400;
  font-size: 12px;
  color: var(--grey4);
  margin-bottom: 12px;
}

.checkbox__block {
  position: relative;
  display: flex;
  align-items: center;
}

input[type="checkbox"],
input[type='radio'] {
  width: 0;
  height: 0;
  visibility: hidden;
  /* border: 1px solid #BDBDBD;
    border-radius: 4px; */
}

.custom__checkbox {
  cursor: pointer;
  min-width: 16px;
  min-height: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  margin-right: 8px;
}

  .custom__checkbox.disabled,
  .custom__checkbox.disabled ~ span {
    color: #999;
    cursor: default;
  }

.custom__checkbox--big {
  min-width: 24px;
  min-height: 24px;
}

.custom__checkbox--circle {
  border-radius: 50%;
}

.custom__checkbox ~ span {
  cursor: pointer;
}

input[type="checkbox"]:checked ~ .custom__checkbox {
  background-color: var(--main-color);
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border-color: var(--main-color);
}

input[type="radio"]:checked ~ .custom__checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

  input[type="checkbox"]:checked ~ .custom__checkbox.custom__checkbox--big,
  input[type="radio"]:checked ~ .custom__checkbox.custom__checkbox--big {
    width: 24px;
    height: 24px;
  }

  input[type="checkbox"]:checked ~ .custom__checkbox.custom__checkbox--circle,
  input[type="radio"]:checked ~ .custom__checkbox.custom__checkbox--circle {
    border-radius: 50%;
  }

input[type="checkbox"]:checked ~ .custom__checkbox::before {
  content: "\e91a";
  font-family: 'icomoon';
  position: relative;
  display: inline-block;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 10px;
  line-height: 20px;
  transform: translate(-50%, -50%);
}

input[type="radio"]:checked ~ .custom__checkbox::before {
  position: relative;
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--main-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

input[type="checkbox"]:checked ~ .custom__checkbox.custom__checkbox--big::before {
  font-size: unset;
  line-height: unset;
}

input[type="radio"]:checked ~ .custom__checkbox.custom__checkbox--big::before {
  width: 12px;
  height: 12px;
}

input[type="radio"]:checked ~ .custom__checkbox.custom__checkbox--reverse {
  background-color: var(--main-color);
  border: 0;
}

  input[type="radio"]:checked ~ .custom__checkbox.custom__checkbox--reverse::before {
    background-color: white;
  }


.input input,
.input input.select__head,
.input textarea {
  border: 0;
  width: 100%;
  height: 32px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'HelveticaNeueCry';
  cursor: pointer;
  user-select: none;
  background: none;
}

.input.box-style input,
.input.box-style input.select__head,
.input.box-style textarea {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding: 20px 35px 20px 15px;
  cursor: default;
}

.input textarea {
  resize: none;
  margin-top: 8px;
  height: auto;
  overflow: hidden;
  line-height: 17px;
  margin-bottom: 8px;
}

.input.box-style textarea {
  margin-top: 0;
  overflow-y: auto;
}

.input.box-style span.button-edit {
  font-size: 14px;
  margin-left: -28px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 4px;
  cursor: pointer;
}

  .input.box-style span.button-edit:hover {
    border: 1px solid #BDBDBD;
    border-radius: 4px;
  }

.input.error {
  border-color: var(--main-color);
}

  .input.error label {
    color: var(--main-color)
  }

.select .input_error {
  position: absolute;
  top: 4px;
  right: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #B70D18;
}

.input label {
  position: absolute;
  left: 0;
  font-family: 'HelveticaNeueCry', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--grey4);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.input > i {
  position: absolute;
  right: 0;
  top: 3px;
  color: var(--main-color);
  font-size: 15px;
  pointer-events: none;
}

.input input:focus,
.input textarea:focus {
  outline: 0;
}

.input input:not(.select__head):focus,
.input textarea:focus {
  cursor: text;
}

  .input input:not(.select__head):focus ~ label,
  .input textarea:focus ~ label,
  .input label.active {
    margin-top: -8px;
    font-size: 12px;
  }

.gender {
  display: flex;
  align-items: center;
}

  .gender label {
    pointer-events: visible;
    position: relative;
  }

  .gender input[type="radio"] {
    opacity: 0;
    position: absolute;
  }

  .gender span {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #F4F4F4;
    color: #333;
    cursor: pointer;
    padding: 8px 12px;
    transition: all .2s linear;
  }

  .gender label:nth-child(1) span {
    border-radius: 4px 0 0 4px;
    border-right: 0;
  }

  .gender label:nth-child(2) span {
    border-radius: 0 4px 4px 0;
    border-left: 0;
  }

  .gender input[type="radio"]:checked + span {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
  }

.select,
.select input {
  cursor: pointer;
}

.select__body,
.search__body {
  display: none;
  width: 100%;
  max-height: 170px;
  overflow: auto;
  background-color: white;
  box-shadow: 0px 14px 48px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: absolute;
  z-index: 10;
  top: calc(100% + 1px);
}

  .select__body::-webkit-scrollbar-track {
    background-color: inherit
  }

  .select__body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 6px
  }

  .select__body::-webkit-scrollbar {
    width: 2px
  }

.select__body_item {
  font-weight: 550;
  font-size: 14px;
  line-height: 120%;
  padding: 13px 16px;
  transition: all .2s linear;
  cursor: pointer;
  text-align: left;
}

  .select__body_item.active,
  .select__body_item:hover {
    background-color: #F7F7F7;
    color: var(--main-color)
  }

.search__body_item {
  padding: 13px;
  cursor: pointer;
}

.search__text {
  font-weight: 550;
  font-size: 14px;
  margin-bottom: 16px;
}

.search__client {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
}

.search__text span {
  color: var(--main-color);
}

.select--second {
  font-size: 14px;
  font-weight: 550;
  position: relative
}

.select--year {
  width: 78px
}

.select--month {
  width: 140px
}

.select--second .select__head {
  background: #f8f8f8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  gap: 14px;
}

.select--second .select__head_text {
  text-transform: capitalize;
}

.select--second .select__head i {
  color: #828282;
  font-size: 16px;
  transition: transform .2s linear;
}

.select--second .select__body {
  background: #fff;
  border-radius: 4px 4px 0 0;
  bottom: 100%;
  height: 135px;
}

.select--second .select__body_item {
  padding: 4px 12px 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px
}

.select__body.select__body-bottom- {
  bottom: 0;
  top: 100%;
  border-radius: 0 0 4px 4px
}

.select--classic .select__head,
.select--classic .select__head i {
  background: none;
  color: var(--main-color);
}

.select--classic .select__body {
  box-shadow: 5px 27px 34px -10px rgba(0, 0, 0, 0.16);
}

.date {
  position: relative;
}

.date--full {
  width: 100%;
}

.date__body {
  position: absolute;
  padding: 24px;
  top: calc(100% + 1px);
  background: #FFFFFF;
  box-shadow: 0px 14px 48px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  z-index: 10;
}

.date__body_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 0.5px solid #BEBEBE;
}

.air-datepicker {
  --adp-font-size: 16px;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 42px;
  --adp-month-cell-height: 28px;
  --adp-year-cell-height: 28px;
}

.air-datepicker-global-container {
  z-index: 1000;
}

.air-datepicker--navigation {
  display: none;
}

.air-datepicker--buttons {
  grid-area: nav;
}

.air-datepicker.-inline- {
  border: 0;
}

.air-datepicker--content {
  padding: 0;
}

.air-datepicker-cell.-current- {
  color: #000000;
}

  .air-datepicker-cell.-current-:not(.-year-):not(.-month-) {
    color: var(--main-color);
  }

  .air-datepicker-cell.-current-.-focus- {
    color: var(--main-color);
  }

.air-datepicker-cell.-focus- {
  background: none !important;
  color: var(--main-color);
}

.air-datepicker-cell.-selected- {
  background: none !important;
  border: 1px solid var(--main-color);
  color: #000 !important;
}

  .air-datepicker-cell.-selected-:not(.-year-):not(.-month-),
  .air-datepicker-cell.-selected-.-current- {
    border-radius: 50%;
  }

  .air-datepicker-cell.-selected-.-year-,
  .air-datepicker-cell.-selected-.-month- {
    border-radius: 16px;
    margin: 0 20px;
  }

  .air-datepicker-cell.-selected-.-focus- {
    background: none;
  }

.air-datepicker-body--day-name {
  text-transform: none;
  height: 40px;
  font-size: 16px;
  color: #000;
  margin-top: 11px;
  margin-bottom: 20px;
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(3,1fr);
  gap: 40px 0;
  margin-top: 16px;
}

.air-datepicker-body--cells.-months- {
  gap: 40px 0;
  margin-top: 16px;
}

/* .air-datepicker-cell{
    width: 40px;
    height: 40px;
} */

.air-datepicker.-inline- {
  width: auto;
  max-width: 312px;
  min-width: 312px;
}


.flex {
  display: flex
}

._center {
  align-items: center
}

._align-start {
    align-items: flex-start !important;
}

._between {
  justify-content: space-between
}

.count {
  font-family: "HelveticaNeueCry", sans-serif;
  font-weight: 550;
  font-size: 12px;
  color: #373737;
  width: 27px;
  height: 20px;
  display: grid;
  place-items: center;
  background-color: var(--light-grey-f0);
  border-radius: 4px;
  transition: all .2s linear;
}

.tooltip-container {
  display: none !important
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff !important;
  box-shadow: 0 12px 48px rgba(0, 0, 0, .12) !important;
  border-radius: 8px !important;
  border: 0 !important
}

.tooltipster-sidetip .tooltipster-content {
  color: var(--black);
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 16px !important
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 7px solid transparent !important
}

.tooltipster-shadow .tooltipster-arrow-background {
  display: none !important
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff !important
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff !important
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff !important
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff !important
}

.button {
  color: #fff;
  background-color: var(--main-color);
  font-weight: 550;
  font-size: 14px;
  border-radius: 4px;
  padding: 14px 27px;
  width: fit-content;
  cursor: pointer;
  transition: all .2s linear;
}

  .button:hover {
    background-color: var(--main-color-hover);
  }

  .button.button-gray {
    color: var(--black);
    background-color: var(--grey3);
  }

    .button.button-gray:hover {
      background-color: var(--grey);
    }

  .button.button-gray2 {
    color: var(--black);
    background-color: var(--grey5);
  }

    .button.button-gray2:hover {
      background-color: var(--grey);
    }

  .button.button-white {
    color: var(--main-color);
    background-color: var(--white);
  }

    .button.button-white:hover {
      background-color: var(--grey5);
    }

  .button.disabled {
    background-color: #939393;
    border-color: #939393;
    pointer-events: none;
  }

.button-small- {
  padding: 8px 12px
}

.link__button {
  color: var(--main-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

  .link__button:hover {
    color: #910009;
    cursor: pointer;
  }

  .link__button.disabled {
    color: #939393;
    pointer-events: none;
  }

.dropdown {
  width: fit-content;
  position: relative
}

.dropdown__head {
  color: var(--main-color);
  text-transform: lowercase;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 550;
  font-size: 18px
}

.dropdown--classic .dropdown__head {
  color: var(--black);
  font-size: inherit;
  font-weight: inherit;
  text-transform: unset;
}

.dropdown__head:hover,
.dropdown__head:hover i.icon-down-down {
  color: var(--main-color-hover);
}

.dropdown__month {
  margin-right: 5px
}

.dropdown__head i.icon-down-arrow {
  margin-left: 5px;
  font-size: 16px
}

.dropdown__content {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  position: absolute;
  top: 35px;
  width: 100%;
  max-width: 268px;
  min-width: max-content;
  right: 50%;
  transform: translateX(50%);
  color: var(--black);
  gap: 10px;
  z-index: 10;
  box-shadow: rgba(100, 100, 111, .2)0 7px 29px 0;
}

.dropdown--classic .dropdown__content {
  display: block;
  padding: 18px 16px;
}

.dropdown__content--left {
  left: -15px !important;
  transform: none !important;
}

.dropdown__content--right {
  right: -15px !important;
  transform: none !important;
}

  .dropdown__content--right.dropdown__content::before {
    right: 5px;
    transform: none;
  }

.dropdown__content--left.dropdown__content::before {
  left: 5px;
  transform: none;
}

.dropdown__content::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 24px;
  height: 16px;
  bottom: 98%;
  right: 50%;
  transform: translate(50%);
  clip-path: polygon(50%0, 0 100%, 100% 100%)
}

.dropdown__item {
  display: block;
  padding: 13px 16px;
  font-weight: 550;
  font-size: 14px;
  color: var(--black);
  cursor: pointer;
  margin-left: -16px;
  margin-right: -16px;
  transition: all .2s linear;
}

  .dropdown__item:hover {
    background-color: #F7F7F7;
    color: var(--main-color);
  }

  .dropdown__item a {
    color: var(--black);
  }

.dropdown__button {
  margin-top: 18px;
}

.dropdown__input {
  margin-bottom: 32px;
}

  .dropdown__input input {
    font-size: 14px;
    min-width: 300px;
  }

  .dropdown__input label {
    font-size: 14px;
  }

.tabs__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

  .tabs__container.training-tabs {
    margin-bottom: 32px
  }

  .tabs__container.calendar-tabs {
    margin-bottom: 16px
  }

  .tabs__container.notifications-tabs {
    margin-bottom: 12px
  }

  .tabs__container i {
    color: var(--main-color)
  }

.tabs {
  display: flex;
  gap: 12px;
  overflow: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px
}

  .tabs::-webkit-scrollbar {
    height: 0;
  }

.tabs__item {
  display: flex;
  gap: 6px;
  align-items: center;
  background: #f5f5f5;
  font-weight: 550;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  white-space: nowrap;
  padding: 12px 16px;
}

  .tabs__item,
  .tabs__item span {
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out
  }

    .tabs__item span {
      background: #fff;
      width: 27px;
      height: 20px;
      justify-content: center;
      font-size: 12px
    }

    .tabs__item i {
      color: var(--main-color);
    }

    .tabs__item.active i {
      color: rgba(255, 255, 255, 0.6) !important
    }

    .tabs__item.active span {
      background-color: #fff !important;
      color: var(--main-color) !important
    }

.tabs--default .tabs__item {
  padding: 8px 20px;
  background: none;
  border: 1px solid #E1E1E1;
  font-size: inherit;
  font-weight: inherit;
}

.tabs--rounded .tabs {
  gap: 8px;
}

.tabs--rounded .tabs__item {
  padding: 4px 8px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 40px;
}

  .tabs--rounded .tabs__item:hover {
    background: var(--light-grey-f8);
  }

  .tabs--rounded .tabs__item.active:hover {
    background-color: var(--main-color);
  }

.calendar-tabs .tabs__item {
  padding: 12px 16px
}

.notifications-tabs .tabs__item {
  padding: 15px 19px
}

.tabs__item:hover,
.tabs__item.active,
.tabs__item:hover span {
  background-color: var(--main-color);
  color: #fff
}

  .tabs__item:hover i {
    color: rgba(255, 255, 255, 0.6) !important;
  }

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  border: 0;
  color: var(--black)
}

.tableScroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 18px
}

  .tableScroll::-webkit-scrollbar {
    background-color: #f4f4f4;
    border-radius: 40px;
    height: 6px
  }

  .tableScroll::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 40px
  }

.tableHead {
  background-color: #f5f5f5;
  height: min-content;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: fit-content;
}

.tableRow {
  display: flex;
  width: 100%;
  /* cursor: pointer; */
  padding: 15px 16px;
  gap: 16px;
  color: var(--black);
  position: relative;
}

  .tableRow[data-open-popup] {
    cursor: pointer;
  }

.tableLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableCol {
  flex: 1;
  min-width: min-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  word-break: break-word;
  position: relative;
}

.contracts .tableCol {
  min-width: 130px;
}

.clients .tableCol {
  min-width: 80px;
}

.tasks .tableCol {
  min-width: 120px;
}

.recruits .tableCol {
  min-width: 130px;
}

.transfer--dogs .tableCol {
  min-width: 130px;
}

.tableRow.background--alert {
  background-color: #FFD3D3;
}

  .tableRow.background--alert:hover {
    background-color: #DFB8B8;
  }

.tableCol--half {
  flex: .7;
}

.tableCol--min {
  flex: .5;
}

.tableCol--max {
  flex: 2;
}

.tableCol i.icon-add-event {
  cursor: pointer;
}

  .tableCol i.icon-add-event:hover {
    color: var(--main-color-hover);
  }

.tableHead .tableRow {
  cursor: unset
}

.tableHead .tableCol {
  font-weight: 400;
  font-size: 12px;
  color: rgba(55, 55, 55, .6)
}

  .tableHead .tableCol .dropdown__head,
  .tableHead .tableCol > span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    /*white-space: nowrap; */
    color: var(--black);
  }

  .tableHead .tableCol .dropdown__head {
    cursor: pointer;
  }

    .tableHead .tableCol .dropdown__head::before,
    .tableHead .tableCol > span::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -2px;
      border-bottom: 1px dashed
    }

  .tableHead .tableCol.no-sort > span::before {
    border-bottom: none !important;
  }

.tableBody {
  width: 100%;
  min-width: fit-content;
}

  .tableBody .tableRow {
    border-bottom: 1px solid #f0f0f0
  }

    .tableBody .tableRow:nth-child(even) {
      background-color: #f4f4f4;
      border-radius: 4px;
    }

.tableFooter .tableRow {
  padding: 25px 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.tableKebab {
  position: absolute;
  right: 16px;
}

.kebab {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

  .kebab:hover span {
    color: var(--main-color-hover);
  }

  .kebab span {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--main-color);
  }

.table__status {
  display: flex;
  gap: 4px;
}

.table__substatus {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #BDBDBD;
  margin-top: 4px;
}

.show__more {
  color: var(--main-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  cursor: pointer
}

  .show__more:hover {
    color: var(--main-color-hover);
  }

.show__more_grid {
  display: none;
  justify-content: center;
  margin: 32px 0;
}

  .show__more_grid i {
    cursor: pointer;
    transition: all .2s linear;
    font-size: 32px;
  }

    .show__more_grid i:hover {
      color: var(--main-color-hover);
    }

.table__pagination a {
  font-weight: 400;
  font-size: 12px;
  padding: 9px;
  border-radius: 4px;
  position: relative;
  color: var(--black);
  cursor: pointer;
}

  .table__pagination a.active,
  .table__pagination a:hover {
    color: white;
  }

  .table__pagination a::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: all .2s linear
  }

  .table__pagination a.active::before,
  .table__pagination a:hover::before {
    opacity: 1
  }

.grid__cards {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px
}

.grid__cards--hover .card:hover {
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.1);
}

.grid__cards--view-grid {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.grid__cards--view-list {
  grid-template-columns: 1fr;
}

.grid__cards--view-testing {
  grid-template-columns: repeat(auto-fill, 360px);
}

.grid__cards .gridRow {
  padding: 10px;
}

  .grid__cards .gridRow:nth-child(even) {
    background-color: #f4f4f4;
    border-radius: 4px;
  }

.grid__cards .card__body_item {
  gap: 6px;
  margin-bottom: 16px;
}

.cards {
  display: flex;
  gap: 24px;
}

.card {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  padding: 24px;
  color: var(--black);
  cursor: default;
  transition: all .2s linear;
  position: relative;
}

a.card {
  cursor: pointer;
}

.card.card-testing {
  padding: 24px 20px;
}

  .card.card-testing .card__body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .card.card-testing .card__text i {
    margin-bottom: 5px;
    margin-right: 2px;
    vertical-align: top;
  }

  .card.card-testing .testing-result {
    margin-top: 5px;
    vertical-align: top;
  }

  .card.card-testing .testing-topic {
    font-size: 16px;
    word-break: break-word;
  }

  .card.card-testing .testing-error {
    color: var(--main-color) !important;
    font-size: 16px;
    word-break: break-word;
    min-height: 32px;
  }

  .card.card-testing .testing-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    color: var(--black);
  }

.card.card-test-exam .card__body {
  display: flex;
  justify-content: space-between;
}

.card.card-test-exam .card__body_item:first-child {
  flex: 0.1;
}

.card.card-test-exam .card__body_item:nth-child(2) {
  flex: 0.85;
}

.card.card-test-exam .card__body_item:last-child {
  flex: 0.05;
}

.card.card-test-exam .test-exam-topic {
  font-size: 18px;
  color: var(--black);
}

.card.card-test-exam .checkbox__list_item .custom__checkbox {
  min-width: 24px;
  min-height: 24px;
}

.card.card-test-exam .checkbox__list_item span {
  line-height: 16px;
}

.card.card-test-exam input[type="radio"]:checked ~ .custom__checkbox::before {
  width: 16px;
  height: 16px;
}

.card.card-test-exam .checkbox__list_item:hover {
  color: var(--main-color);
  background-color: inherit;
}

.grid__cards--view-grid .card:hover {
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.1);
}

.grid__cards--view-testing .card:hover {
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.1);
}

.card.card--full {
  grid-column: 2 span;
}

.card.card__report {
  padding: 32px;
  flex: 1;
}

  .card.card__report:hover {
    box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.1);
  }

.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px
}

.card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  flex-wrap: wrap;
  gap: 24px 5%;
}

  .card__body.card__body--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .card__body .detail__info_substatus {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #BDBDBD;
    margin-top: 4px;
  }

.card__body--row {
  grid-template-columns: 1fr;
}

.card__body_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card__body_item--row {
  grid-column: 1/-1;
}

.card__title {
  font-weight: 400;
  font-size: 14px;
  color: var(--grey4);
}

.card__text {
  font-weight: 400;
  font-size: 14px;
}

.card__report .card__text {
  font-weight: 550;
  font-size: 16px;
  text-align: center;
  max-width: 170px;
}

.card__report .card__icon {
  font-size: 56px;
}

.card__text i {
  font-size: inherit;
  color: #BDBDBD;
  margin-right: 7px;
}

.card__status {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.card__status--row {
  flex-direction: row;
  gap: 0;
}

.card__status--red,
.card__status--red i {
  color: var(--main-color);
}

.card__status--blue,
.card__status--blue i {
  color: var(--blue);
}

.card__link {
  color: var(--main-color);
  font-weight: 550;
  font-size: 14px;
  cursor: pointer;
}

.card__task {
  font-weight: 550;
  font-size: 14px;
  display: flex;
  gap: 10px;
}

.card__link_mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.card__task {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 550;
  font-size: 14px;
  z-index: 20;
}

  .card__task i {
    font-size: 16px;
    color: var(--main-color);
  }

.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history {
  width: 100%;
  margin: 24px 0;
}

.history_header {
  font-weight: 550;
  font-size: 20px;
  margin-bottom: 18px;
}

.show-mb- {
  display: none !important
}

.show--mb {
  display: none !important;
}

.show--tab {
  display: none !important;
}

.daterangepicker {
  font-family: inherit !important;
  width: auto !important;
  margin-top: 0 !important;
  border: none !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .07) !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .07) !important;
}

  .daterangepicker:before {
    display: none !important;
  }

  .daterangepicker:after {
    display: none !important;
  }

  .daterangepicker > .select2-container {
    top: 52px !important;
  }

  .daterangepicker .table-condensed thead tr:first-child th {
    font-size: 16px !important;
    line-height: 24px !important;
    cursor: default;
  }

    .daterangepicker .table-condensed thead tr:first-child th:first-child {
      display: none !important;
    }

    .daterangepicker .table-condensed thead tr:first-child th:last-child {
      display: none !important;
    }

  .daterangepicker .table-condensed thead tr:nth-child(2) th {
    font-size: 16px !important;
    line-height: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding-top: 11px !important;
    padding-bottom: 20px !important;
    cursor: default;
    border: none !important;
  }

  .daterangepicker .table-condensed tbody td {
    font-size: 16px !important;
    line-height: 40px !important;
    position: relative !important;
    width: 40px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: none !important;
  }

    .daterangepicker .table-condensed tbody td:after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px);
      height: -webkit-calc(100% - 2px);
      height: calc(100% - 2px);
      content: '';
      border: 1px solid transparent;
      -webkit-border-radius: 100%;
      border-radius: 100%;
    }

    .daterangepicker .table-condensed tbody td.active {
      color: #313131 !important;
      background-color: transparent !important;
    }

      .daterangepicker .table-condensed tbody td.active:after {
        border-color: #b70d18 !important;
      }

    .daterangepicker .table-condensed tbody td:not(.disabled):hover {
      color: #b70d18 !important;
      background-color: transparent !important;
    }

    .daterangepicker .table-condensed tbody td.off {
      color: #e6e6e6 !important;
    }

  .daterangepicker .drp-calendar {
    max-width: none !important;
    padding: 28px 16px 24px !important;
  }

  .daterangepicker .calendar-table {
    padding-right: 0 !important;
  }

  .daterangepicker .select2 {
    width: auto !important;
  }

    .daterangepicker .select2.select2-container--open .select2-selection__rendered {
      color: #b70d18 !important;
    }

      .daterangepicker .select2.select2-container--open .select2-selection__rendered:after {
        content: '\e918';
      }

  .daterangepicker .month {
    position: relative;
    width: 100% !important;
    padding-bottom: 32px;
    border: none !important;
  }

    .daterangepicker .month:after {
      position: absolute;
      bottom: 15px;
      display: block;
      width: 100%;
      height: 1px;
      content: '';
      background-color: #e6e6e6;
    }

  .daterangepicker .monthselect + span {
    float: left !important;
  }

    .daterangepicker .monthselect + span .select2-selection__rendered {
      position: relative;
      padding-right: 25px !important;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      color: #313131 !important;
    }

      .daterangepicker .monthselect + span .select2-selection__rendered:after {
        font-family: icomoon !important;
        font-size: 8px;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 0;
        content: '\e910';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }

      .daterangepicker .monthselect + span .select2-selection__rendered:hover {
        color: #b70d18 !important;
      }

  .daterangepicker .yearselect + span {
    float: right !important;
  }

    .daterangepicker .yearselect + span .select2-selection__rendered {
      position: relative;
      padding-right: 25px !important;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      color: #313131 !important;
    }

      .daterangepicker .yearselect + span .select2-selection__rendered:after {
        font-family: icomoon !important;
        font-size: 8px;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 0;
        content: '\e910';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }

      .daterangepicker .yearselect + span .select2-selection__rendered:hover {
        color: #b70d18 !important;
      }

.dateSelectContainer {
  height: auto !important;
}

  .dateSelectContainer .select2-selection__rendered {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 !important;
    color: #313131 !important;
  }

.select2-container--open {
  left: 0 !important;
  width: 100%;
}

.dateSelect {
  top: 17px !important;
  display: block;
  width: 100% !important;
  height: 334px !important;
  padding: 16px;
  border: none !important;
  background-color: #fff !important;
}

  .dateSelect .select2-results__options {
    position: relative;
    overflow: hidden;
    height: 302px !important;
  }

    .dateSelect .select2-results__options li {
      font-size: 16px;
      line-height: 16px;
      display: inline-block;
      width: 33.33%;
      margin-bottom: 40px;
      padding: 0;
      text-align: center;
      vertical-align: top;
      color: #313131;
    }

      .dateSelect .select2-results__options li:nth-last-child(3) {
        margin-bottom: 0;
      }

      .dateSelect .select2-results__options li:nth-last-child(4) {
        margin-bottom: 0;
      }

      .dateSelect .select2-results__options li:nth-last-child(5) {
        margin-bottom: 0;
      }

      .dateSelect .select2-results__options li a {
        padding: 6px 10px 4px;
        border: 1px solid transparent;
        -webkit-border-radius: 16px;
        border-radius: 16px;
      }

        .dateSelect .select2-results__options li a:hover {
          color: #b70d18;
        }

      .dateSelect .select2-results__options li[aria-selected=true] a {
        border-color: #b70d18;
      }

      .dateSelect .select2-results__options li[aria-disabled=true] {
        pointer-events: none;
      }

        .dateSelect .select2-results__options li[aria-disabled=true] a {
          color: #e6e6e6;
        }

    .dateSelect .select2-results__options .ps__scrollbar-y-rail {
      right: 0 !important;
      width: 2px !important;
      opacity: 1 !important;
      background: 0 0 !important;
    }

    .dateSelect .select2-results__options .ps__scrollbar-y {
      right: 0 !important;
      width: 2px !important;
      cursor: pointer;
      -webkit-transition: background-color .3s ease;
      -o-transition: background-color .3s ease;
      transition: background-color .3s ease;
      opacity: 1 !important;
      -webkit-border-radius: 1px !important;
      border-radius: 1px !important;
      background-color: #b70d18 !important;
    }

      .dateSelect .select2-results__options .ps__scrollbar-y:active,
      .dateSelect .select2-results__options .ps__scrollbar-y:hover {
        background-color: #910009 !important;
      }

.warning {
  background: #F0F0F0;
  border-radius: 8px;
  padding: 32px 40px;
}

.warning__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.warning__icon {
  font-size: 48px;
}

.warning__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 740px;
  width: 100%;
}

.warning__button {
  margin-left: auto;
  padding: 14px 38px;
}

input[type=range]::-webkit-slider-thumb {
  background: #B70D18 !important;
  border: none !important;
  outline: none !important;
}

input[type=range]::-moz-range-thumb {
  background: #B70D18 !important;
  border: none !important;
  outline: none !important;
}

input[type=range]::-ms-thumb {
  background: #B70D18 !important;
  border: none !important;
  outline: none !important;
}

/* Кнопка показать/скрыть */

.show__more__content .show__more {
  margin-top: 24px;
  transition: all 0.3s ease-in;
}

.show__more__content--inner {
  transition: all 0.3s ease-out;
}

  .show__more__content--inner.hide {
    max-height: 80px;
    overflow: hidden;
    transition: all 0.3s ease-in;
  }

/* Кнопка показать/скрыть END */

/* Switch */
.k_switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

  .k_switch input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
  }

.k_switch__slider {
  width: 36px;
  height: 20px;
  border: 1px solid #929292;
  border-radius: 10px;
}

.k_switch__toggler {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #B70D18;
  transition: .4s;
  border-radius: 50%;
}

.k_switch input:checked ~ .k_switch__slider .k_switch__toggler {
  transform: translateX(14px);
}

/* Switch END */

/* K input */
.k_input_container {
  position: relative;
}

  .k_input_container.error .k_input_container__label {
    color: #B70D18;
  }

  .k_input_container.error .k_input {
    border-color: #B70D18;
  }

.k_input_container__label {
  position: absolute;
  left: 0;
  font-family: 'HelveticaNeueCry', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--grey4);
  transition: all 0.2s ease;
  pointer-events: none;
}

.k_input {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 12px;
  padding-right: 20px;
  font-size: 16px;
}

.k_input_container__icon {
  position: absolute;
  right: 0;
  font-size: 12px;
}

  .k_input_container__icon.icon-correct {
    color: #27AE60;
    display: none;
  }

  .k_input_container__icon.icon-error {
    color: #B70D18;
    display: none;
  }

  .k_input_container__icon.icon-hidden {
    color: #C6C6C6;
    cursor: pointer;
    font-size: 16px;
  }

.k_input:focus {
  outline: none;
}

  .k_input:focus ~ .k_input_container__label,
  .k_input_container__label--up {
    margin-top: -20px;
    font-size: 12px;
  }
/* K input END */

.downlighter {
  position: relative;
}

  .downlighter:after {
    content: "";
    position: absolute;
    bottom: 1px;
    border-radius: 7px;
    left: 1px;
    width: 99%;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
    transition: opacity .3s;
  }

/* .downlighter:hover:after {
        background: none;
    }*/

.scroll {
  position: relative;
}

  .scroll .ps__scrollbar-y-rail {
    opacity: 1 !important;
    width: 3px !important;
    right: 1px !important;
    background: 0 0 !important;
  }

  .scroll .ps__scrollbar-y {
    opacity: 1 !important;
    width: 3px !important;
    right: 0 !important;
    cursor: pointer;
    background-color: #b70d18 !important;
    border-radius: 2px !important;
    transition: background-color .3s ease;
  }

    .scroll .ps__scrollbar-y:hover {
      background-color: #910009 !important;
    }

  .scroll .ps__scrollbar-x-rail {
    opacity: 1 !important;
    height: 4px !important;
    right: 0 !important;
    background: 0 0 !important;
    background-color: #f5f5f5 !important;
  }

  .scroll .ps__scrollbar-x {
    opacity: 1 !important;
    height: 4px !important;
    bottom: 0 !important;
    cursor: pointer;
    background-color: #b70d18 !important;
    border-radius: 2px !important;
    transition: background-color .3s ease;
  }

    .scroll .ps__scrollbar-x:hover {
      background-color: #910009 !important;
    }

.event__report {
  display: flex;
  gap: 4px;
  color: var(--main-color);
  font-weight: 550;
  font-size: 14px;
  cursor: pointer;
}

  .event__report:hover {
    color: var(--main-color-hover);
  }

.indicator {
  width: 24px;
  height: 24px
}

div.container6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 24px;
}