

/* Start:/local/templates/enplus_copy/styles.css?176662637531279*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #f04923;
  --primary-hover: #ff957d;
  --primary-active: #de350f;

  --secondary: #00504e;
  --secondary-hover: #08706d;
  --secondary-active: #0a8784;

  --hint: #697f9b;
  --hint-hover: #3b516f;
  --hint-active: #5977a0;

  --primary-text: #17120f;
  --secondary-text: #1e1e1e;
  --menu-text: #414042;
  --button-text: #ffffff;

  --status-success: #1baf85;
  --status-warning: #f4dc3f;
  --status-error: #f04923;
}

body {
  background-color: #F0F0F0;

  font-size: 14px;
  /* line-height: calc(100% + 2px); */
  line-height: 1.1;
}

body, body * {
  font-family: "Geologica", Arial, Helvetica, sans-serif;
}

svg {
  transition: all 0.2s;
}

/* ШАПКА */
.main-header {
  /* background: linear-gradient(90deg, #073f7b, #5897fb, #073f7b); */
  /* background: var(--primary); */

  width: 100%;
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header > .main-header__left {
  display: flex;
  gap: 100px;
  align-items: center;
}

.main-header > .main-header__right {
  display: flex;
  gap: 15px;
  align-items: center;
}

.main-header__right .btn {
  padding: 0;
  background-color: transparent;

  position: relative;
}

.main-header__logo img {
  display: block;
  width: 180px;
  object-fit: contain;
}

.open-notifications {
  height: 48px;
  width: 48px;
}

.main-header__right .btn .alerts {
  width: 24px;
  height: 24px;

  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  right: -7px;
  top: 0;

  border-radius: 11px;
  background: #f95a5a;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;

  color: var(--button-text);
}

.main-header__right .btn .alerts .alerts-loader {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: alerts-loader-rotation 2s linear infinite;
}

@keyframes alerts-loader-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.provider-info {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  gap: 8px;

  color: white;

  height: 50px;
  min-width: 50px;

  border-radius: 100px;
  border: 1px solid var(--primary-light);

  padding: 16px 16px 16px 16px;

  position: relative;
}

.provider-info > *:first-child:has(~ a) {
  margin-right: 48px;
}

.provider-info > * {
  cursor: pointer;
}

.provider-info__profile {
  position: absolute;
  top: 0;
  left: 0;

  box-sizing: border-box;

  cursor: pointer;

  background: #EAF6F6;
  border-radius: 24px;
  padding: 15px;

  height: 50px;
  width: 50px;

  position: absolute;
  right: 0;
  top: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.provider-info__profile-company {
  padding: 12px 12px 12px 40px;
  background-color: var(--secondary);
  border-radius: 96px;
}

/* --------------------------------------------- */

/* ШАБЛОН СТРАНИЦЫ */
.page-wrap {
  padding: 0 10vw;

  /* display: flex;
    gap: 32px; */

  margin: 0;

  /* на пустой странице шапка и подвал сплющиваются */
  height: auto;
  min-height: 80vh;
}

.page-wrap::after {
  height: 0;
}

/* --------------------------------------------- */

/* ПОДВАЛ */
/* new */

.footer {
  padding: 0 10vw;

  display: flex;
  flex-direction: column;

  border-top: 1px solid #c4c4c4;

  background-color: var(--button-text);
}

.footer-top {
  padding: 16px 0;

  display: flex;
  justify-content: space-between;
}

.footer-menu {
  list-style: none;

  display: flex;
  gap: 24px;
}

.footer-menu a {
  height: fit-content;
}

.footer-menu__item {
  color: var(--secondary);

  font-size: 16px;
  font-style: normal;
  font-weight: 300;

  transition: all 0.2s;
}

.footer-menu__item:hover {
  opacity: 0.8;
}

.footer-contacts {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  column-gap: 16px;
  row-gap: 24px;

  width: 40%;
}

.footer-contacts__item {
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;

  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-contacts__link {
  display: flex;
  align-items: center;

  height: fit-content;
  width: fit-content;
  
  padding: 0;
}

.footer-bottom {
  margin: 0 -10vw;
  padding: 16px 10vw;

  background-color: #f5f5f5;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-item {
  color: rgba(57, 51, 48, 0.7);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.footer-authors {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}

.footer-authors span:first-child {
  padding-bottom: 8px;
}

/* _____ */

.main-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 64px 10vw;

  min-height: auto;
}

.main-footer > * {
  max-width: 1440px;
}

.main-footer > .footer-spacing {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;

  width: auto;
}

.main-footer > .footer-spacing > .footer-col {
  float: none;
  width: auto;
}

.main-footer > .footer-spacing > .footer-links {
  float: none;
  width: auto;
}

.main-footer > .footer-spacing > .footer-links > .footer-links__social {
  display: flex;
  flex-direction: column;
  gap: 8px;

  width: auto;
  float: none;
}

.main-footer > .footer-spacing > .footer-links > .footer-links__social > h3 {
  margin: 0;
}

.main-footer
  > .footer-spacing
  > .footer-links
  > .footer-links__social
  > .social-media-inner {
  display: flex;
  gap: 8px;
}

.main-footer
  > .footer-spacing
  > .footer-links
  > .footer-links__social
  > .social-media-inner
  > a {
  height: fit-content;
  width: fit-content;
  padding: 0;
}

.main-footer > .copyright-footer {
  background: transparent;

  padding: 0;
}

.main-footer > .copyright-footer .copyright {
  text-align: end;
}

.main-footer > .copyright-footer .copyright a:hover {
  text-decoration: underline;
}

/* --------------------------------------------- */

/* Общие стили */

a {
  color: inherit;
  text-decoration: none;
}

.common-text {
  color: var(--black);

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.text-red {
  color: #f53f3f;
}

.text-green {
  color: #008736;
}

.text-bold {
  font-weight: 700;
}

.btn {
  cursor: pointer;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;

  color: var(--black);

  padding: 10px 35px;
  border-radius: 13px;

  border: none;

  transition: background-color 0.2s;

  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.btn,
.btn:active {
  outline: none;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid var(--secondary);
}

.btn-outline_red {
  background-color: transparent;
  border: 1px solid var(--status-error);
  color: var(--status-error);
}

.btn-filled {
  background-color: var(--primary);
  color: var(--button-text);
}

.btn:hover:not(:disabled):not(:has(> svg)) {
  background-color: var(--secondary);
  color: var(--button-text);
}

.btn-outline_red:hover:not(:disabled):not(:has(> svg)) {
  background-color: var(--status-error);
  color: var(--button-text);
}

.btn:disabled {
  cursor: no-drop;
}

.btn-outline:disabled {
  background-color: #ffbe76;
  border-color: #ffbe76;
}

.btn-outline:active:not(:disabled) {
  background-color: #ff6c1a;
}

.btn-filled:disabled {
  background-color: #0a325c;
  color: var(--button-text);
}

.btn-filled:active:not(:disabled) {
  background-color: #1463b8;
  color: var(--button-text);
}

.select {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid var(--secondary-text);
  background-color: transparent;
  height: 47px;

  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;

  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;

  background-image: url('/local/templates/enplus_copy/assets/icons/arrow_down.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  padding-right: 38px;
}

.select:disabled {
  cursor: no-drop;
}

/* пагинация */
.pagination__wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.pagination__item {
  border-radius: 100px;
  background: #efefef;

  padding: 7px 15px;

  color: var(--primary);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  cursor: pointer;
}

.pagination__item:hover {
  color: var(--secondary);
}

.pagination__item:nth-child(2) {
  background: var(--primary-ultra-light);

  cursor: default;
}

.pagination__item:nth-child(2):hover {
  color: var(--primary);
}

.pagination__item button {
  cursor: pointer;

  border: none;
  outline: none;
  background-color: transparent;

  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__input {
  background-color: transparent;
  border: none;
  outline: none;

  width: 60px;
  height: 20px;
  text-align: center;

  color: var(--primary);

  font-size: 20px;
  font-style: normal;
  font-weight: 900;

  border-bottom: 1px solid var(--primary);
}

/* мультиселект */
.multi-select__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.multi-select__wrapper {
  position: relative;

  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid var(--secondary-text);

  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;

  cursor: pointer;

  height: 47px;

  display: flex;
  align-items: center;
  gap: 8px;
}

.multi-select__selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.multi-select__selected-item {
  background-color: #efefef;
  padding: 8px 16px;
  padding-right: 24px;
  border-radius: 16px;

  font-size: 14px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;

  cursor: default;
}

.multi-select__selected-delete {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  outline: none;
  background-color: transparent;

  cursor: pointer;

  height: 22px;
  width: 22px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.multi-select__selected-delete svg,
.multi-select__selected-delete svg path {
  fill: #f53f3f;
  stroke: #f53f3f;
}

.multi-select__input,
.multi-select__input:active,
.multi-select__input:focus {
  border: none;
  outline: none;

  width: 100%;
}

.multi-select__open {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  /* transform: translateY(-50%); */

  padding: 8px;

  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;

  transition: transform .3s;
}

.multi-select__opened {
  transform: rotate(180deg);
}

.multi-select__items-wrapper {
  padding-right: 10px;

  margin-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;

  width: 100%;

  border: 1px solid var(--primary-light);
  background-color: var(--button-text);
  border-radius: 13px;

  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);

  z-index: 50;

  transition: all .3s;
}

.multi-select__items-wrapper_opened {
  animation: show-wrapper .3s 1 linear forwards;
}

.multi-select__items-wrapper_closed {
  animation: close-wrapper .3s 1 linear forwards;
}

@keyframes show-wrapper {
  0% {
    opacity: 0;
    transform: translateY(-30px);
    display: none;
  }
  1% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
}

@keyframes close-wrapper {
  0% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  99% {
    opacity: 0.0;
    transform: translateY(-30px);
    display: block;
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
    display: none;
  }
}

.multi-select__items {
  display: flex;
  flex-direction: column;
  width: 100%;

  list-style: none;

  max-height: 300px;
  overflow-y: auto;
}

.multi-select__item {
  padding: 10px 15px;

  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;

  width: 100%;

  cursor: pointer;
}

.multi-select__item input {
  width: auto;
}

/* подсказка */
.hint {
  position: relative;

  width: 32px;
  height: 32px;
}

.hint svg,
.hint svg path {
  width: 32px !important;
  height: 32px !important;
}

.hint__divider {
  position: absolute;
  bottom: calc(100%);

  width: 100%;
  height: 8px;

  visibility: hidden;
}

.hint__wrapper {
  visibility: hidden;

  position: absolute;
  bottom: calc(100% + 8px);
  left: -16px;

  background-color: #efefef;

  display: flex;
  flex-direction: column;
  gap: 8px;

  border-radius: 8px;
  padding: 12px;

  width: 376.5px;
}

.hint__wrapper_right {
  right: -16px;
  left: unset;
}

/* Коммент - это если нам нужно, чтобы показывалось только при наведении на вопросик */
/* .hint:has(>svg:hover) .hint__wrapper { */
.hint:hover .hint__divider,
.hint:hover .hint__wrapper {
  visibility: visible;
}

.hint__text {
  color: var(--black);

  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;

  margin: 0;
}

/* Поиск на странице */
.search__block {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.search__wrapper {
  position: relative;

  height: 48px;
}

.search__input {
  height: 100%;
  width: 400px;
  transition: all 0.5s;

  padding: 16px 16px 16px 56px;

  border-radius: 5px;
  border: 1px solid var(--secondary-text);
  /* border-right: none; */
}

.search__input::placeholder {
  color: #a7a7a7;
}

/* .search__input_active {
  width: 400px;
  padding-right: 64px;
} */

/* .search__input_active::placeholder {
  color: #a7a7a7;
} */

.search__button {
  cursor: pointer;

  position: absolute;
  left: 0;
  top: 0;

  height: 48px;
  width: 48px;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 24px;
  /* border: 1px solid var(--secondary-text); */
  background-color: transparent;

  cursor: default;
}

/* стили для модалки */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;

  background-color: #fff; /* Black w/ opacity */
  /* backdrop-filter: blur(35px); */

  /* z-index: 200; */

  opacity: 0;
  z-index: -1;

  transition: all .5s;
}

.modal-backdrop_opened {
  opacity: 1;
  z-index: 200;
}

.modal {
  position: relative;

  /* background: var(--button-text, #fff); */
  background-color: transparent;
  
  /* box-shadow: 0px 80px 150px 0px rgba(8, 17, 46, 0.7); */

  width: clamp(600px, 80vw, 1200px);
  max-height: 800px;
  /* min-width: 800px; */

  padding: 5px 5px 0 0;

  transform: scale(0.7);
  transition: all 1s;
}

.modal__body {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 20px;

  max-height: 790px;
  height: 100%;

  padding: 20px 40px;
  /* padding-top: 65px; */

  overflow: auto;
  overflow-x: hidden;
}

.modal-backdrop_opened .modal {
  transform: scale(1);
}

.modal .close-button {
  position: absolute;
  right: 24px;
  top: 24px;

  border: none;
  border-radius: 18px;
  background: #f0f0ed;
  /* padding: 12px; */

  display: flex;
  justify-content: center;
  align-items: center;

  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;

  cursor: pointer;

  z-index: 1;
}

.modal .close-button_outside {
  top: 0;
  right: -48px;
}

.modal h3 {
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;

  margin: 0;
}

.modal .fields {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.modal .fields-horizontal {
  display: flex;
  gap: 100px;
}

.modal .actions {
  width: 100%;
  display: flex;
  justify-content: center;

  margin-top: auto;
}

.modal .actions .btn {
  border-radius: 70px;
  padding: 16px 100px;
}

.modal .modal-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.modal .modal-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}

/* Уведомления */
.notifications-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  padding-top: 24px;

  display: flex;
  justify-content: flex-end;

  overflow: hidden;

  z-index: 200;

  background-color: rgba(8, 17, 46, 0.7);
  backdrop-filter: blur(35px);

  opacity: 0;

  transition: all 0.5s;
}

.notifications-backdrop_opened {
  opacity: 1;
}

.notifications-container {
  padding: 28px;

  display: flex;
  flex-direction: column;
  gap: 30px;

  background: #fff;

  border-top-left-radius: 14px;

  position: relative;

  overflow-y: auto;

  width: 560px;
  height: 100%;
}

.notifications-wrapper {
  position: relative;

  width: fit-content;

  transform: translateX(110%);
  transition: transform 0.5s;

  display: flex;
  align-items: start;
  gap: 24px;
}

.notifications-wrapper_opened {
  transform: translateX(0);
}

.notifications-close-btn {
  /* position: fixed;
  top: 48px;
  right: 580px; */
  margin-top: 24px;

  border: none;
  border-radius: 18px;
  background: #f0f0ed;
  padding: 12px;

  width: 36px;
  height: 36px;

  cursor: pointer;
}

.notifications-tabs {
  position: relative;

  width: 100%;

  display: flex;
  gap: 30px;
  align-items: center;
}

.notifications-tabs-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  
  padding: 6px 15px;

  border-radius: 10px 10px;
  border: 1px solid transparent;    

  cursor: pointer;

  transition: all 0.2s;
}

.notifications-tabs-tab span {
  transition: all 0.2s;
}

.notifications-tabs-tab.notifications-tabs-tab_active {
  border-color: var(--primary);    
}

.notifications-tabs-tab.notifications-tabs-tab_active .text {
  color: var(--primary);
}

.notifications-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.notifications-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.notifications-item h6 {
  color: var(--black);

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

.notifications-item__list {
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.notifications-item__item {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 16px;

  padding: 10px;
  border-radius: 10px;

  border: 1px solid #D9D9D9;
}

.notifications-item__item.notifications-item__item_filled {
  border-color: transparent;
  background-color: #eff4fa;
}

.notification-read-btn {
  position: absolute;
  top: -8px;
  right: -8px;

  border: none;
  border-radius: 18px;
  background: #f0f0ed;

  width: 24px;
  height: 24px;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-read-btn svg {
  width: 8px;
  height: 8px;
}

.notifications-item__item-head {
  display: flex;
  /* justify-content: space-between; */
  gap: 16px;
}

.notifications-item__item-head .link {
  margin-left: auto;
}

.notifications-item__status {
  display: flex;
  gap: 8px;
  align-items: center;
}

.notifications-item__status .notifications-item__circle {
  min-width: 13px;
  width: 13px;
  height: 13px;

  border-radius: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--black);
}

.notifications-item__status_green {
  color: #27ae60;
}

.notifications-item__status_green .notifications-item__circle {
  background-color: #008736;
}

.notifications-item__status_red {
  color: #eb5757;
}

.notifications-item__status_red .notifications-item__circle {
  background-color: #f53f3f;
}

.notifications-item__status_yellow {
  color: #f2994a;
}

.notifications-item__status_yellow .notifications-item__circle {
  background-color: #ff931a;
}

.notifications-item__title {
  color: var(--black);

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.notifications-item__item-body {
  color: var(--black);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.notifications-item__item-footer {
  color: #a3a4b0;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;

  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.notifications-item__item-footer a {
  font-size: 12px;
}

/* класс для отключения скролла */
.noscroll {
  position: fixed;
  top: var(--st, 0);
  inline-size: 100%;
  overflow-y: scroll;
}

/* стили для инпута с лейблом */
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  justify-content: center;
}

.field-label {
  color: var(--secondary-text);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.field-input {
  position: relative;

  background-color: initial;
  border: 1px solid var(--secondary-text);
  border-radius: 5px;

  color: var(--black);
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;

  padding: 10px 15px;

  height: 47px;

  transition: border-color 0.2s;

  box-sizing: border-box;
}

.datepicker-range {
  font-size: 18px;
  line-height: 20px;

  height: 47px;

  padding: 10px 15px;
}  

select.field-input {
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;

  background-image: url('/local/templates/enplus_copy/assets/icons/arrow_down.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
  padding-right: 38px;
}

* .field-label:has(+ .field-input_error[type="radio"]) {
  color: var(--status-error);
}

.field-input_error {
  border: 1px solid var(--status-error) !important;
}

.field-input_error::placeholder {
  color: var(--status-error);
}

.field-input:disabled {
  cursor: no-drop;
}

.field-input-large {
  font-size: 24px;
  font-weight: 700;
}

.field-horizontal {
  display: flex;
  gap: 8px;
  align-items: center;
}

.field-input:active,
.field-input:focus {
  border: 1px solid var(--secondary-text);
  outline-style: none;
}

.field-input__wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: start;
}

.radio-group-horizontal {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* стили для дата-пикера */

.datepicker-range,
.datepicker-range-notifications {
  background-color: initial;
  border: 1px solid var(--secondary-text);
  border-radius: 5px;

  cursor: pointer;

  color: var(--secondary-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;

  padding: 10px 15px;

  transition: border-color 0.2s;

  box-sizing: border-box;
}

.daterangepicker {
  background-color: var(--button-text);
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  color: #393330;
  font-family: "Formular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #5897fb;
  border-color: transparent;
  color: var(--button-text);
}
.daterangepicker td.in-range {
  background-color: #effaff;
  border-color: transparent;
  color: var(--black);
  border-radius: 0;
}

.btn-cancel-daterangepicker {
  position: absolute;
  right: 10px;
  bottom: 14px;
  /* transform: translateY(-50%); */
  margin: 0;
}

.datepicker-range:disabled,
.datepicker-range:disabled ~ .btn-cancel-daterangepicker {
  cursor: no-drop;
}

.btn-cancel-daterangepicker svg,
.btn-cancel-daterangepicker img {
  height: 15px;
  width: 15px;
}

/* ---------------------- */

main {
  padding: 60px 0;

  display: flex;
  flex-direction: column;
  gap: 36px;
}

main * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* main .tabs {
  width: 100%;
  border-bottom: 1px solid var(--secondary);

  display: flex;
  gap: 24px;
} */

/* --------------------------------------------- */

/* Кнопка назад */

.button-back {
  display: flex;
  align-items: center;
  gap: 8px;
}

.button-back__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;

  color: var(--button-text);
}

/* --------------------------------------------- */

/* Табы */

.tabs__tab {
  background: transparent;

  color: var(--primary);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;

  padding: 10px 16px;

  display: flex;
  align-items: center;

  cursor: pointer;

  transition: color 0.2s;
}

.tabs__tab:hover {
  color: var(--secondary);
}

.tabs__tab:first-child {
  /* padding-right: 30px; */
}

.tabs__tab_active {
  color: var(--button-text);

  font-size: 26px;

  padding: 0;

  /* border-bottom: 50px solid var(--secondary);
  border-right: 30px solid transparent; */
  height: fit-content;
  /* width: 250px; */

  background-color: var(--secondary);
  padding: 10px 20px;

  border-top-left-radius: 8px;

  position: relative;
}

.tabs__tab_active:after {
  content: ' ';
  display: block;
  background: var(--secondary);
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  transform: skew(30deg);
  border-radius: 8px 8px 0 0;
}

.tabs__tab_active:hover {
  color: var(--button-text);
}

.tabs__tab_active > * {
  /* position: absolute; */
  /* top: 12px; */
  /* left: 18.5px; */
}

/* маленкьие табы */
.small-tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: start;
}

.small-tabs .button-add {
  cursor: pointer;
  border: 1px solid var(--primary);
  border-radius: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
}

.small-tab {
  border-radius: 16px;
  padding: 8px 16px;
  padding-right: 32px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #f5f5f5;

  cursor: pointer;
}

.small-tab_active {
  background-color: var(--primary);
  color: #fff;
}

.small-tab .button-close {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);

  cursor: pointer;
  border: none;
  outline: none;

  border: 1px solid var(--primary);
  border-radius: 100%;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
}

.small-tab .button-close svg {
  transform: rotate(45deg);
}

.small-tab .button-close svg path {
  fill: var(--button-text);
}

/* .tabs .tabs__tab_active:not(:first-child)::before {
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
  
    width: 0;
    height: 0;
  
    border-top: 50px solid var(--secondary);
    border-left: 30px solid transparent;
  } */

/* --------------------------------------------- */

/* Таблица */

.table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* для 4-х колонок (если другое количество или нужна другая ширина - переопределяем на css конкретной страницы) */

.table__title > .table__title-item:nth-child(1),
.table__content
  > .table__content-item
  > .table__content-item-field:nth-child(1) {
  width: 15%;
}

.table__title > .table__title-item:nth-child(2),
.table__content
  > .table__content-item
  > .table__content-item-field:nth-child(2) {
  width: 45%;
}

.table__title > .table__title-item:nth-child(3),
.table__content
  > .table__content-item
  > .table__content-item-field:nth-child(3) {
  width: 20%;
}

.table__title > .table__title-item:nth-child(4),
.table__content
  > .table__content-item
  > .table__content-item-field:nth-child(4) {
  width: 20%;
}

.table__content > .table__content-item > .table__content-item-field > span {
  flex-grow: 1;
  
  max-width: 90%;
}

.table__title {
  padding: 0 7px 11px 7px;

  border-bottom: 1px solid #C4C4C4;
}

.table__title-item {
  color: var(--secondary);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.table__title-item:not(:first-child) {
  padding-left: 5px;
}

.table__title,
.table__content-item {
  width: 100%;

  display: flex;
}

.table__content-item:nth-of-type(2n + 1) {
  /* background: #eff4fa; */
}

.table__content-item_normal {
  background: var(--button-text) !important;
}

.table__content-item_grey {
  background: #eff4fa !important;
}

.table__content-item-title {
  width: 100%;

  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--secondary);
}

.table__content-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;

  color: var(--secondary-text);

  /* padding: 18px 7px; */

  display: flex;
  align-items: stretch;
  border-radius: 10px;
  /* gap: 8px; */
}

.table__content-item-field {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ---------------------------------- */

/* общие фелквы (а то устал каждый раз прописывать одинаковые классы */
.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.row-0 {
  gap: 0;
}

.row-8 {
  gap: 8px;
}

.row-16 {
  gap: 16px;
}

.row-24 {
  gap: 24px;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

.col-0 {
  gap: 0;
}

.col-8 {
  gap: 8px;
}

.col-16 {
  gap: 16px;
}

.col-24 {
  gap: 24px;
}

/* ЛОАДЕР */

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--primary-light_op01);
  z-index: 3000;
}

.loader {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}

.loader-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;

  animation: rotate 1s linear infinite;
}

.loader-small {
  width: 20px;
  height: 20px;
}

.loader::before,
.loader-absolute::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid var(--secondary);
  animation: prixClipFix 2s linear infinite;
}

.loader-small::before {
  border: 3px solid var(--secondary);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

/* --------------------------------------------- */

.myProfile {
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 8px #5897fbde;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 105%;
  transform: translateX(-50%) translateY(-64px);
}

.text-size-16 {
  font-size: 16px;
}
/* End */
/* /local/templates/enplus_copy/styles.css?176662637531279 */
