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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #313131;
}

body {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background: #313131;
}

::selection {
  color: #fff;
  background: #313131;
}

.scrollbar::-webkit-scrollbar {
  width: 1rem;
  cursor: pointer;
}
.scrollbar::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #431042;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #A15D98;
}

.hidden {
  display: none !important;
}

.text-right {
  text-align: right !important;
}

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

.m-0 {
  margin: 0 !important;
}

.w-100 {
  width: 100%;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-row {
  flex-direction: row !important;
  gap: 2rem;
}

.flex-right {
  justify-content: right;
}

.one-line {
  white-space: nowrap;
}

.range-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 6px 0 0 0;
}
.range-slider__control {
  position: relative;
  min-height: 9px;
}
.range-slider__control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #A15D98;
  border-radius: 50%;
  cursor: pointer;
}
.range-slider__control input[type=range]::-webkit-slider-thumb:hover {
  background: #A15D98;
}
.range-slider__control input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #A15D98;
  border-radius: 50%;
  cursor: pointer;
}
.range-slider__control input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.range-slider__fields {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.3rem 0 0 0;
}
.range-slider__fields input {
  font-size: calc(14px * 1);
  width: 100%;
  height: 36px;
  border: none;
  background: #f7f7f7;
  text-align: center;
  color: #000;
  border-radius: 1.8rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  outline-color: #313131;
}
.range-slider__field {
  flex: 1;
}
.range-slider__separator {
  font-size: calc(14px * 1);
  padding: 0 1rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #000;
}
.range-slider .fromSlider {
  height: 0 !important;
  z-index: 1;
}

.filter-field-checkbox {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  cursor: pointer;
  min-height: 2.6rem;
  line-height: 2.6rem;
  outline: none;
  width: 100%;
  text-align: left;
}
.filter-field-checkbox:hover {
  text-decoration: underline;
}
.filter-field-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.filter-field-checkbox input:checked ~ .filter-field-checkbox__indicator::after {
  border-bottom: 2px solid #A15D98;
  border-right: 2px solid #A15D98;
}
.filter-field-checkbox .filter-field-checkbox__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filter-field-checkbox .filter-field-checkbox__label span {
  color: #b3b3b3;
}
.filter-field-checkbox .filter-field-checkbox__indicator {
  border: 0.1rem solid #575757;
  background-color: transparent;
  border-radius: 2px;
  position: absolute;
  top: 0.6rem;
  left: 0;
  height: 1.4rem;
  width: 1.4rem;
  background: transparent;
}
.filter-field-checkbox .filter-field-checkbox__indicator::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  height: 1rem;
  width: 0.6rem;
  transform: rotate(45deg);
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
}
.filter-field-checkbox--black input:checked ~ .filter-field-checkbox__indicator::after {
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
}
.filter-field-checkbox--TYPE_PLANNED:hover {
  text-decoration-color: #A15D98;
}
.filter-field-checkbox--TYPE_PLANNED input:checked ~ .filter-field-checkbox__indicator::after {
  border-bottom: 2px solid #A15D98;
  border-right: 2px solid #A15D98;
}
.filter-field-checkbox--TYPE_PLANNED .filter-field-checkbox__label {
  color: #A15D98;
}
.filter-field-checkbox--TYPE_IN_REALIZATION:hover {
  text-decoration-color: #2ce282;
}
.filter-field-checkbox--TYPE_IN_REALIZATION input:checked ~ .filter-field-checkbox__indicator::after {
  border-bottom: 2px solid #2ce282;
  border-right: 2px solid #2ce282;
}
.filter-field-checkbox--TYPE_IN_REALIZATION .filter-field-checkbox__label {
  color: #2ce282;
}
.filter-field-checkbox--TYPE_REALIZED:hover {
  text-decoration-color: #de992d;
}
.filter-field-checkbox--TYPE_REALIZED input:checked ~ .filter-field-checkbox__indicator::after {
  border-bottom: 2px solid #de992d;
  border-right: 2px solid #de992d;
}
.filter-field-checkbox--TYPE_REALIZED .filter-field-checkbox__label {
  color: #de992d;
}
.filter-field-checkbox--TYPE_ENTERED:hover {
  text-decoration-color: #295ddb;
}
.filter-field-checkbox--TYPE_ENTERED input:checked ~ .filter-field-checkbox__indicator::after {
  border-bottom: 2px solid #295ddb;
  border-right: 2px solid #295ddb;
}
.filter-field-checkbox--TYPE_ENTERED .filter-field-checkbox__label {
  color: #295ddb;
}
.filter-field-checkbox--TYPE_SUBCONTRACT:hover {
  text-decoration-color: gray;
}
.filter-field-checkbox--TYPE_SUBCONTRACT input:checked ~ .filter-field-checkbox__indicator::after {
  border-bottom: 2px solid gray;
  border-right: 2px solid gray;
}
.filter-field-checkbox--TYPE_SUBCONTRACT .filter-field-checkbox__label {
  color: gray;
}
.filter-field-checkbox--TYPE_IN_REALIZATION_DELAY:hover {
  text-decoration-color: red;
}
.filter-field-checkbox--TYPE_IN_REALIZATION_DELAY input:checked ~ .filter-field-checkbox__indicator::after {
  border-bottom: 2px solid red;
  border-right: 2px solid red;
}
.filter-field-checkbox--TYPE_IN_REALIZATION_DELAY .filter-field-checkbox__label {
  color: red;
}

.filter-field-radio {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  font-size: calc(14px * 1);
  margin: 0;
  display: block;
  color: #000;
  position: relative;
  padding: 0 0 0 2.5rem;
  cursor: pointer;
  min-height: 2.6rem;
  line-height: 2.6rem;
  outline: none;
  width: 100%;
  text-align: left;
}
.filter-field-radio:hover {
  text-decoration: underline;
}
.filter-field-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.filter-field-radio input:checked ~ .filter-field-radio__indicator::after {
  background: #A15D98;
}
.filter-field-radio .filter-field-radio__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filter-field-radio .filter-field-radio__label span {
  color: #b3b3b3;
}
.filter-field-radio .filter-field-radio__indicator {
  border: 0.1rem solid #575757;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 1.4rem;
  width: 1.4rem;
  background: transparent;
}
.filter-field-radio .filter-field-radio__indicator::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: transparent;
}

.toggler {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 4.7rem;
  height: 2.5rem;
  cursor: pointer;
}
.toggler--disabled input {
  opacity: 0;
}
.toggler--disabled label {
  opacity: 0.5;
}
.toggler input:checked + label {
  background: #A15D98;
}
.toggler input:checked + label:after {
  content: "";
}
.toggler input:checked + label:before {
  left: 25px;
}
.toggler label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #5f9d41;
  border-radius: 3rem;
  transition: background 0.3s;
  cursor: pointer;
}
.toggler label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.toggler label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 100%;
  background: #fff;
  transition: left 0.3s;
}

.toggler-field {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.toggler-field__lbl {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.btn-info {
  width: 2rem !important;
  height: 2rem !important;
  color: white;
  margin: 0 0 auto 0.5rem !important;
  font-size: 1.3rem;
}

.btn-circle-icon {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 2.2rem;
  outline: none;
  transition: 0.3s;
}
.btn-circle-icon:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.btn-circle-icon:hover:not(.no-hover) {
  background: #bd8db7 !important;
}
.btn-circle-icon:hover:not(.no-hover) .btn-circle-icon__tooltip {
  opacity: 1;
}
.btn-circle-icon img {
  max-width: 1.5rem;
}
.btn-circle-icon img.export-icon {
  max-width: 1.8rem;
  transform: translateX(3px);
}
.btn-circle-icon__tooltip {
  font-size: calc(14px * 1);
  position: absolute;
  z-index: 99;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  background: #A15D98;
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.btn-circle-icon__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #A15D98 transparent transparent transparent;
}

.bg-color--primary {
  background: #A15D98 !important;
}
.bg-color--success {
  background: #5f9d41 !important;
}
.bg-color--danger {
  background: #d14667 !important;
}

.text-color--primary {
  color: #A15D98 !important;
}
.text-color--white {
  color: #fff !important;
}
.text-color--red {
  color: red !important;
}
.text-color--green {
  color: green !important;
}
.text-color--subtle {
  color: #888 !important;
}

.box-color--red {
  background: #ff5481 !important;
  color: #fff !important;
}
.box-color--green {
  background: #01c3c2 !important;
  color: #fff !important;
}

.btn-text-circle-icon {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  outline: none;
}
.btn-text-circle-icon:hover .btn-text-circle-icon__lbl {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn-text-circle-icon:hover .btn-text-circle-icon__icon {
  opacity: 0.8;
}
.btn-text-circle-icon__lbl {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-weight: 700;
}
.btn-text-circle-icon__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 2.2rem;
  transition: 0.3s;
}

.link-icon {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  color: #A15D98;
}
.link-icon:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.btn-toggle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 0 0 2.2rem;
}
.btn-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #A15D98 transparent transparent transparent;
}
.btn-toggle:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn-toggle span:first-child {
  display: block;
}
.btn-toggle span:last-child {
  display: none;
}
.btn-toggle.toggled::after {
  transform: translateY(-50%) rotate(0deg);
}
.btn-toggle.toggled span:first-child {
  display: none;
}
.btn-toggle.toggled span:last-child {
  display: block;
}

.rotate-45 {
  transform: rotate(45deg);
}

.alert-danger {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  font-size: calc(16px * 1);
  color: red;
}

.full-width-flex {
  flex-basis: 100% !important;
}

.section-login {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 5rem 0;
  background: #313131;
}

.login-wrapper {
  position: relative;
  z-index: 10;
}
.login-wrapper__logo {
  margin: 0 0 3rem 0;
  text-align: center;
}
.login-wrapper__logo img {
  max-width: 23rem;
}
.login-wrapper__title {
  font-size: calc(25px * 1);
  margin: 0 0 3rem 0;
  padding: 0;
  color: #313131;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}
.login-wrapper__info {
  text-align: center;
  letter-spacing: 0;
  line-height: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
}
.login-wrapper__info strong {
  font-weight: 700;
}
.login-wrapper__info a {
  color: inherit;
  transition: 0.3s;
}
.login-wrapper__info a:hover {
  color: red;
}
.login-wrapper__form {
  background: #fff;
  border-radius: 3rem;
  box-shadow: none;
  padding: 2rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .login-wrapper__form {
    padding: 3.5rem;
  }
}
.login-wrapper__form--centered {
  text-align: center;
}
.login-wrapper__form .form-field__label {
  display: none !important;
}
.login-wrapper__form .form-field__textbox {
  width: 100% !important;
  padding: 1.2rem 1.5rem;
  background: #f7f7f7;
  outline: none;
}
.login-wrapper__form .form-submit {
  margin-top: 1.5rem;
  justify-content: center;
}
.login-wrapper__form.scrollbar {
  max-height: calc(100vh - 23rem);
  overflow-y: auto;
}
.login-wrapper__form.scrollbar::-webkit-scrollbar-track {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.auth-form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media only screen and (min-width: 365px) {
  .auth-form {
    width: 32rem;
  }
}
@media only screen and (min-width: 555px) {
  .auth-form {
    width: 38rem;
  }
}
.auth-form .form-submit {
  width: 100%;
  text-align: center;
}

.login-wrapper__form .tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.login-wrapper__form .tiles__item {
  width: 100%;
}
@media (min-width: 550px) {
  .login-wrapper__form .tiles__item {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 991px) {
  .login-wrapper__form .tiles__item {
    width: calc(33.33% - 1.34rem);
  }
}

#gradient-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --gradient-color-1: #313131;
  --gradient-color-2: #A15D98;
  --gradient-color-3: #78326f;
  --gradient-color-4: #222;
  z-index: 0;
}

.btn, .btn-inactive, .btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  padding: 1rem 1.5rem;
  font-size: calc(16px * 0.9);
  appearance: none;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  height: 4.6rem;
  padding: 0 3rem;
  transition: 0.3s;
  color: #000;
  border-radius: 2.5rem;
  letter-spacing: 0;
  line-height: initial;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btn, .btn-inactive, .btn-primary {
    padding: 0 3.5rem;
  }
}
@media (min-width: 1200px) {
  .btn, .btn-inactive, .btn-primary {
    font-size: calc(16px * 1);
    height: 5rem;
  }
}
.btn:hover, .btn-inactive:hover, .btn-primary:hover {
  color: #A15D98;
  text-decoration: none;
}
.btn:disabled, .btn-inactive:disabled, .btn-primary:disabled {
  cursor: not-allowed;
  filter: grayscale(100%);
  opacity: 0.3;
}

.btn-primary {
  background: #A15D98 !important;
  color: #fff !important;
  outline: none;
}
.btn-primary span {
  color: inherit !important;
}
.btn-primary:hover {
  background: rgba(161, 93, 152, 0.8) !important;
  color: #fff !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 4px rgba(161, 93, 152, 0.4);
}

.btn-inactive {
  background: #e5e5e5 !important;
  color: #7c7c7c !important;
  outline: none;
}
.btn-inactive span {
  color: inherit !important;
}
.btn-inactive:hover {
  background: #7c7c7c !important;
  color: #fff !important;
}
.btn-inactive:focus {
  box-shadow: 0 0 0 4px rgba(136, 136, 136, 0.4);
}

.btn-small {
  height: 3.4rem;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .btn-small {
    padding: 0 3rem;
  }
}

.header-toggle {
  display: flex;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  align-items: center;
  background: transparent;
  position: relative;
  transition: 0.3s;
  height: 3.6rem;
  border-radius: 0;
  background: transparent;
}
@media only screen and (min-width: 991px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__label {
  margin: 0 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #A15D98;
  font-size: 1.8rem;
  min-width: 4.8rem;
  display: none;
  transform: translateY(1px);
}
@media only screen and (min-width: 550px) {
  .header-toggle__label {
    display: block;
  }
}
.header-toggle__label .toggle-lbl-1 {
  display: block;
}
.header-toggle__label .toggle-lbl-2 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-1 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-2 {
  display: block;
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.1rem;
  width: 2rem;
  background: #A15D98;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.5rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.5rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

@media only screen and (min-width: 1200px) {
  .header-search-toggle {
    display: none;
  }
}

.header-search {
  position: relative;
  display: none;
  padding: 5px;
  height: 5rem;
  background: #f7f7f7;
  border-radius: 5rem;
  width: 100%;
  max-width: 75rem;
}
@media only screen and (min-width: 768px) {
  .header-search {
    height: 5.4rem;
  }
}
@media only screen and (min-width: 991px) {
  .header-search {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search {
    height: 6rem;
  }
}
.header-search.focus {
  box-shadow: 0 0 0 2px rgba(49, 49, 49, 0.8);
}
.header-search__icon {
  position: absolute;
  top: 0;
  left: 1.8rem;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
  filter: brightness(0) saturate(100%) invert(44%) sepia(33%) saturate(696%) hue-rotate(257deg) brightness(92%) contrast(88%);
}
@media only screen and (min-width: 768px) {
  .header-search__icon {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search__icon {
    left: 3.2rem;
  }
}
.header-search__inp {
  font-size: calc(16px * 0.9);
  flex: 1;
  min-width: 1px;
  margin: 0;
  padding: 0 1.5rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #000;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .header-search__inp {
    font-size: calc(16px * 1);
    padding: 0 2rem 0 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search__inp {
    padding: 0 2rem 0 8.4rem;
  }
}
.header-search__inp::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-area: header;
  grid-template-areas: "logo nav";
  position: relative;
  z-index: 10;
  padding: 1.5rem 0;
  transition: padding-left 0.3s ease;
}
@media (min-width: 550px) {
  .header {
    grid-template-columns: 280px 1fr;
  }
}
@media (min-width: 991px) {
  .header {
    padding: 0;
    grid-template-columns: 200px 1fr;
  }
}
@media (min-width: 1200px) {
  .header {
    grid-template-columns: 250px 1fr;
  }
}
@media (min-width: 1600px) {
  .header {
    grid-template-columns: 375px 1fr;
  }
}
@media (min-width: 991px) {
  .header.closed .header__logo {
    width: 0;
  }
}
.header__mobile-search {
  display: none;
  padding: 0 1rem 1rem 1rem;
}
.header__mobile-search .header-search {
  display: flex !important;
}
.header__main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__logo {
  grid-area: logo;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2rem;
  transition: 0.3s;
  padding: 0 0 0 1rem;
}
@media (min-width: 991px) {
  .header__logo {
    padding: 0 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    padding: 0 0 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .header__logo {
    padding: 0 0 0 4.5rem;
  }
}
.header__logo img {
  max-width: calc(100% - 1rem);
  max-height: 100%;
}
@media (min-width: 991px) {
  .header__logo img {
    max-width: calc(100% - 4rem);
    max-height: 4rem;
  }
}
@media (min-width: 1500px) {
  .header__logo img {
    max-height: 5rem;
  }
}
.header__logo-img {
  flex: 1;
}
.header__container {
  grid-area: nav;
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 1.5rem;
  flex: 1;
  padding: 0 1rem 0 0;
}
@media (min-width: 991px) {
  .header__container {
    padding: 0 2.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .header__container {
    padding: 0 5.5rem 0 0;
  }
}
.header__left {
  display: flex;
  align-items: center;
  flex: 1;
  column-gap: 1.5rem;
}
@media (min-width: 991px) {
  .header__left {
    column-gap: 2rem;
  }
}
.header__right {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.header__nav {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media (min-width: 350px) {
  .header__nav {
    column-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    column-gap: 4rem;
  }
}
.header__nav-item {
  position: relative;
}
.header__nav-item--search {
  display: block;
}
@media (min-width: 991px) {
  .header__nav-item--search {
    display: none;
  }
}
.header__nav-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
}
.header__nav-link img {
  height: 2.2rem;
  filter: brightness(0) saturate(100%) invert(44%) sepia(33%) saturate(696%) hue-rotate(257deg) brightness(92%) contrast(88%);
}
@media (min-width: 991px) {
  .header__nav-link img {
    height: 3.1rem;
  }
}
.header__nav-link-indication {
  position: absolute;
  top: -1.4rem;
  right: -1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #A15D98;
  pointer-events: none;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: initial;
}
.header__nav-submenu {
  display: none;
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
  border-radius: 1rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.header__nav-submenu.open {
  display: block;
}
@media (max-width: 550px) {
  .header__nav-submenu {
    position: fixed;
    top: 6.5rem;
    left: 1.5rem;
    width: calc(100vw - 3rem);
  }
}
@media (min-width: 551px) {
  .header__nav-submenu {
    position: absolute;
    top: calc(100% + 10px);
    right: -23px;
    width: 28rem;
  }
  .header__nav-submenu:before {
    content: "";
    position: absolute;
    top: -0.7rem;
    right: 2.8rem;
    transform: rotate(45deg);
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}
.header__nav-submenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-submenu > ul li {
  margin: 0;
  padding: 0;
}
.header__nav-submenu > ul li:last-child a {
  border: none;
}
.header__nav-submenu > ul li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  position: relative;
  display: flex;
  align-items: center;
  height: 4.6rem;
  padding: 0 1rem 0 5rem;
  font-size: 1.6rem;
  transition: 0.3s;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.header__nav-submenu > ul li a:hover {
  color: #A15D98;
}
.header__nav-submenu > ul li a ion-icon {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  font-size: 2.2rem;
}
.header__nav-submenu-notifications-header {
  line-height: 1;
  font-size: 1.6rem;
}
.header__nav-submenu-notifications-footer a {
  display: block;
  padding: 1.5rem 0;
  color: #A15D98;
  letter-spacing: 0;
  line-height: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
}
.header__nav-submenu-notifications-footer a:hover {
  text-decoration: none;
  color: #A15D98;
}

.submenus-header-base, .header__nav-submenu-notifications-header {
  padding: 1.5rem;
  color: #3b3b3b;
  letter-spacing: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.submenu-notifications__item:last-child > *, .submenu-user__item:last-child > * {
  border: none;
}

.submenu-notification-no-item {
  font-size: 1.6rem !important;
  padding: 1rem 1.5rem;
  line-height: 1.3;
}

.submenu-notification-card, .submenu-user-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.submenu-notification-card:hover .submenu-notification-card__title, .submenu-user-card:hover .submenu-notification-card__title {
  color: #A15D98;
  text-decoration: underline;
}
.submenu-notification-card:hover .submenu-user-card__title, .submenu-user-card:hover .submenu-user-card__title {
  color: #A15D98;
  text-decoration: underline;
}
.submenu-notification-card__content, .submenu-user-card__content {
  width: 100%;
  padding: 0;
}
.submenu-notification-card__title, .submenu-user-card__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  margin-bottom: 0.3rem;
  font-size: 1.6rem !important;
  transition: 0.3s;
}
.submenu-notification-card__time, .submenu-user-card__time {
  color: #313131;
  font-size: 1.1rem;
  transition: 0.3s;
}

.wrapper {
  border-bottom: none !important;
}
@media (min-width: 991px) {
  .wrapper {
    border: 1.5rem solid #313131;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    border: 2rem solid #313131;
  }
}
@media (min-width: 2000px) {
  .wrapper {
    border: 4.5rem solid #313131;
  }
}

.page {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0px 0px;
  grid-template-areas: "header" "sidebar" "content";
  background: #fff;
  min-height: 100vh;
}
@media (min-width: 991px) {
  .page {
    border-radius: 3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: calc(100vh - 1.5rem);
    grid-template-columns: 200px 1fr;
    grid-template-rows: 80px 1fr;
    grid-template-areas: "header header" "sidebar content";
  }
}
@media (min-width: 1200px) {
  .page {
    min-height: calc(100vh - 2rem);
    grid-template-columns: 250px 1fr;
    grid-template-rows: 100px 1fr;
  }
}
@media (min-width: 1600px) {
  .page {
    min-height: calc(100vh - 4.5rem);
    grid-template-rows: 135px 1fr;
    grid-template-columns: 375px 1fr;
  }
}

.sidebar {
  grid-area: sidebar;
  position: relative;
  z-index: 99;
  display: none;
  transition: 0.3s;
}
@media (min-width: 991px) {
  .sidebar {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 990px) {
  .sidebar.closed {
    transform: translateX(0);
  }
}
@media (min-width: 991px) {
  .sidebar.closed {
    transform: translateX(-100%);
  }
  .sidebar.closed .sidebar__nav {
    opacity: 0;
  }
  .sidebar.closed .sidebar__nav ul li a span {
    display: none;
  }
}
.sidebar__content {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  padding: 2rem 0 3rem 1rem;
}
@media (min-width: 991px) {
  .sidebar__content {
    position: sticky;
    top: 0;
    padding: 2rem 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .sidebar__content {
    padding: 2rem 0 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .sidebar__content {
    padding: 5rem 0 0 4.5rem;
  }
}
.sidebar__caption {
  font-size: calc(16px * 1);
  margin: 0 0 2rem 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #3b3b3b;
}
@media (min-width: 991px) {
  .sidebar__caption {
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 1600px) {
  .sidebar__caption {
    margin: 0 0 5rem 0;
  }
}
.sidebar__nav > ul {
  display: flex;
  flex-direction: column;
  row-gap: 2.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1600px) {
  .sidebar__nav > ul {
    row-gap: 3rem;
  }
}
.sidebar__nav > ul > li {
  margin: 0;
  padding: 0;
}
.sidebar__nav > ul > li.selected > a {
  color: #A15D98;
}
.sidebar__nav > ul > li.selected > a:hover {
  color: #A15D98;
}
.sidebar__nav > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  font-size: calc(16px * 1);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
  padding: 0;
  text-align: left;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #3b3b3b;
  line-height: initial;
}
@media (min-width: 1200px) {
  .sidebar__nav > ul > li > a {
    column-gap: 1.5rem;
  }
}
.sidebar__nav > ul > li > a:hover {
  color: #A15D98;
}
@media (min-width: 991px) {
  .sidebar__nav > ul > li > a:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    background: #A15D98;
    border-radius: 50%;
  }
}
@media (min-width: 991px) and (min-width: 1200px) {
  .sidebar__nav > ul > li > a:hover::before {
    right: 3rem;
  }
}
@media (min-width: 991px) {
  .sidebar__nav > ul > li > a:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
  }
}
@media (min-width: 991px) and (min-width: 1200px) {
  .sidebar__nav > ul > li > a:hover::after {
    right: 3.8rem;
  }
}
.sidebar__nav > ul > li > a span {
  flex: 1;
  padding: 0 4rem 0 0;
}
.sidebar__nav > ul > li > a img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(33%) saturate(696%) hue-rotate(257deg) brightness(92%) contrast(88%);
  max-width: 2.8rem;
}
@media (min-width: 1200px) {
  .sidebar__nav > ul > li > a img {
    max-width: 3.4rem;
  }
}
@media (min-width: 1600px) {
  .sidebar__nav > ul > li > a img {
    max-width: 4.1rem;
  }
}

.content {
  grid-area: content;
  padding: 0;
  transition: margin-left 0.3s ease;
  background: #faf5f9;
  overflow-y: auto;
}
@media (min-width: 991px) {
  .content {
    border-top-left-radius: 3rem;
  }
}
.content__container {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .content__container {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1600px) {
  .content__container {
    padding: 0 5.5rem;
  }
}
.content__sticky {
  overflow-y: unset;
}

.box-table-scroller {
  width: 100%;
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
  overflow-x: auto;
}

.box-table {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  font-size: calc(16px * 1);
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .box-table--responsive {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .box-table--responsive .box-table__row--head {
    display: none !important;
  }
  .box-table--responsive .box-table__row {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0.5rem 0 !important;
  }
  .box-table--responsive .box-table__col {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 990px) and (min-width: 400px) {
  .box-table--responsive .box-table__col {
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 990px) {
  .box-table--responsive .box-table__col:first-child {
    padding: 0.5rem 1rem;
  }
  .box-table--responsive .box-table__col:last-child {
    padding: 0.5rem 1rem;
  }
  .box-table--responsive .box-table__col .box-table__col-lbl {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
}
.box-table__col-lbl {
  display: none;
  font-weight: 700;
}
.box-table a {
  color: inherit;
  text-decoration: underline;
}
.box-table a:hover {
  text-decoration: none;
}
.box-table__row {
  display: table-row;
  box-shadow: none;
}
.box-table__row:nth-child(2n) .box-table__col {
  background: #fcfcfc;
}
.box-table__row:last-child .box-table__col:first-child {
  border-bottom-left-radius: 3rem;
}
.box-table__row:last-child .box-table__col:last-child {
  border-bottom-right-radius: 3rem;
}
.box-table__row--clickable {
  cursor: pointer;
}
.box-table__row--clickable:hover .box-table__col {
  background: rgba(161, 93, 152, 0.1);
}
.box-table__row--orange .box-table__col {
  color: #de992d;
}
.box-table__row--green .box-table__col {
  color: #2ce282;
}
.box-table__row--head {
  border: none;
  box-shadow: none;
}
.box-table__row--head .box-table__col {
  padding: 1rem;
  background: #313131;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
@media (min-width: 1200px) {
  .box-table__row--head .box-table__col {
    padding: 1.5rem 2rem;
  }
}
.box-table__row--head .box-table__col:first-child {
  border-top-left-radius: 3rem;
  padding-left: 2rem;
}
@media (min-width: 1200px) {
  .box-table__row--head .box-table__col:first-child {
    padding-left: 4.5rem;
  }
}
.box-table__row--head .box-table__col:last-child {
  border-top-right-radius: 3rem;
  padding-right: 2rem;
}
@media (min-width: 1200px) {
  .box-table__row--head .box-table__col:last-child {
    padding-right: 2.5rem;
  }
}
.box-table__row--empty {
  height: 78px;
}
.box-table__row--child {
  margin: 3rem 4rem;
  font-size: 18px;
  position: absolute;
}
.box-table__col {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0.5rem;
  background: #fff;
  border: none;
  line-height: initial;
  color: #000;
}
@media (min-width: 550px) {
  .box-table__col {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1200px) {
  .box-table__col {
    padding: 1rem 2rem;
    height: 65px;
  }
}
.box-table__col:first-child {
  padding-left: 2rem;
}
@media (min-width: 1200px) {
  .box-table__col:first-child {
    padding-left: 4.5rem;
  }
}
.box-table__col--one-line {
  white-space: nowrap;
}
.box-table__col span {
  white-space: nowrap;
}
.box-table__col--custom span {
  white-space: wrap !important;
  min-width: 6rem !important;
}
.box-table__col-controls {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1rem 0 0;
}
.box-table__sort {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.box-table__sort span {
  white-space: normal;
  max-width: 20rem;
  min-width: 10rem;
  width: max-content;
}
.box-table__sort.selected .box-table__sort-btn {
  opacity: 1;
}
.box-table__sort.selected .box-table__sort-btn img {
  filter: invert(48%) sepia(16%) saturate(1412%) hue-rotate(257deg) brightness(85%) contrast(85%);
}
.box-table__sort-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px;
  transition: 0.3s;
  opacity: 0.3;
}
.box-table__sort-btn img, .box-table__sort-btn svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(237deg) brightness(110%) contrast(101%);
}
.box-table__sort-btn:hover {
  background: #A15D98;
  opacity: 1;
}
.box-table__sort-btn:hover img {
  filter: none !important;
}

.container-header {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 3rem 0 2rem 0;
}
@media (min-width: 991px) {
  .container-header {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .container-header {
    padding: 3.5rem 0 2.5rem 0;
  }
}
@media (min-width: 1600px) {
  .container-header {
    padding: 3.5rem 0;
  }
}
.container-header__full {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  gap: 2rem;
}
.container-header__left, .container-header__right {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 2rem;
}
.container-header__left {
  flex: 3;
}
.container-header__right-custom {
  flex: 1;
}
.container-header--realization {
  flex-direction: column;
  align-items: flex-start;
}
.container-header--realization .container-header__right {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.container-header--realization .container-header__right a {
  font-size: 1.6rem;
  color: #A15D98;
}
.container-header--realization .container-header__right a:hover {
  text-decoration: none;
}
.container-header__title {
  font-size: calc(25px * 1);
  margin: 0;
  letter-spacing: 0;
  line-height: initial;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #3b3b3b;
}

.container-body {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .container-body {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .container-body {
    padding-bottom: 5.5rem;
  }
}

.readonly .form-field-item__input-list, .readonly .form-field-item__checkbox {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.8;
}

.content-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.filter-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  row-gap: 1rem;
  margin: 0 0 3rem 0;
}
.filter-panel__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
}
.filter-panel__controls--bigger-gap {
  column-gap: 3rem;
}
@media (min-width: 1200px) {
  .filter-panel__controls--bigger-gap {
    column-gap: 4rem;
  }
}
.filter-panel__fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3rem;
  row-gap: 1.2rem;
}

.form-label, .form-field__label {
  font-size: calc(16px * 1);
  display: block;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.form-field {
  display: flex;
  flex-direction: column;
  column-gap: 1.2rem;
  row-gap: 0.5rem;
  margin: 0;
}
@media (min-width: 550px) {
  .form-field {
    align-items: center;
    flex-direction: row;
  }
}
.form-field__textbox {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.8rem 1.5rem;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  border-radius: 2rem;
  border: none;
  background: #fff;
  box-shadow: none;
}
.form-field__textbox::placeholder {
  font-style: normal;
  color: #484848;
}
.form-field__textbox:read-only {
  outline: none !important;
  cursor: default;
}
.form-field__textbox:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.form-field__date-inp {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.8rem 1.5rem;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  border-radius: 2rem;
  border: none;
  background: #fff;
  box-shadow: none;
}
.form-field__date-inp::placeholder {
  font-style: normal;
  color: #484848;
}
.form-field__date-inp:read-only {
  outline: none !important;
  cursor: default;
}
.form-field__date-inp:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.filter-item .select2-container,
.form-field .select2-container {
  width: 100% !important;
  min-width: 18rem;
}
.filter-item .select2-container .select2-selection,
.form-field .select2-container .select2-selection {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.8rem 1.5rem;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  border-radius: 2rem;
  border: none;
  background: #fff;
  box-shadow: none;
  background: #fff;
  appearance: none;
  cursor: pointer;
  padding: 1rem 1.5rem;
}
.filter-item .select2-container .select2-selection__arrow b,
.form-field .select2-container .select2-selection__arrow b {
  display: none;
}
.filter-item .select2-container .select2-selection__arrow::before,
.form-field .select2-container .select2-selection__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border-top: 0.6rem solid #A15D98;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  pointer-events: none;
}
.filter-item .select2-container .select2-selection--single,
.form-field .select2-container .select2-selection--single {
  height: inherit;
}
.filter-item .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding-left: 0 !important;
}
.filter-item .select2-container--default .select2-selection--single .select2-selection__arrow,
.form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-results {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  font-size: 1.6rem;
}
.select2-results__option {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0.6rem 1.5rem !important;
}
.select2-results__option .flag-text {
  color: inherit;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0.1rem solid #9c9ab0 !important;
  border-radius: 0;
  outline: none !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.7rem 1rem !important;
}

.select2-search--dropdown {
  padding: 0.7rem !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fff !important;
  color: #484848 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  color: #A15D98 !important;
}

.select2-dropdown {
  box-shadow: 0rem 0.1rem 1rem 0 rgba(54, 74, 99, 0.25);
  border: none !important;
}

.breadcrumb {
  font-size: calc(16px * 1);
  line-height: initial;
  color: rgba(49, 49, 49, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4rem;
  row-gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.breadcrumb-item {
  position: relative;
  display: block;
}
.breadcrumb-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.2rem;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #A15D98;
}
.breadcrumb-item.active {
  color: #313131;
  font-weight: 700;
}
.breadcrumb-item:last-child::after {
  content: none;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  background: none;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #313131;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cols-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media (min-width: 991px) {
  .cols-grid {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .cols-grid {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .cols-grid {
    gap: 3.2rem;
  }
}
.cols-grid__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1600px) {
  .cols-grid__col {
    gap: 3.2rem;
  }
}

.form-box {
  display: block;
  width: 100%;
}
.form-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  column-gap: 3rem;
  row-gap: 1.5rem;
  min-height: 7rem;
  padding: 1.5rem;
  background: #fff;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  transition: 0.3;
}
@media (min-width: 768px) {
  .form-box__header {
    padding: 1rem 2rem;
    min-height: 7rem;
  }
}
.form-box__header.toggled {
  border-radius: 1rem;
}
.form-box__header--active .form-box__header-title,
.form-box__header--active .form-box__header-text {
  color: #A15D98;
}
.form-box__header-title {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-weight: 600;
}
.form-box__header-text {
  font-size: calc(12px * 1);
  margin: 0;
  padding: 0.4rem 0 0 0;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.form-box__header-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.form-box__body {
  padding: 0;
  background: #fff;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.form-box__body--overview {
  padding: 0;
}
.form-box__footer {
  background: #fcfcfc;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .form-box__footer {
    padding: 2rem 2rem;
  }
}
.form-box__body-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .form-box__body-container {
    padding: 2rem 3rem;
  }
}
.form-box__tabs-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.2rem 0;
}
.form-box__tabs-nav-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.8rem;
  padding: 0.4rem;
  flex: 1;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.form-box__tabs-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #eaeaea;
}
.form-box__tabs-nav-link.selected::after {
  background: #A15D98;
}
.form-box__tabs-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}

.form-overview-list {
  padding: 1rem 0;
}
@media (max-width: 549px) {
  .form-overview-list__item {
    padding: 0.3rem 0;
  }
}
.form-overview-list__item:nth-child(2n) {
  background: #fcfcfc;
}
.form-overview-list__item:last-child {
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.form-overview-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 5rem;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 550px) {
  .form-overview-item {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .form-overview-item {
    padding: 0.5rem 2rem;
  }
}
.form-overview-item__col {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.form-field-list {
  padding: 1rem 0;
}
.form-field-list .form-field-item:nth-child(2n) {
  background: #fcfcfc;
}
.form-field-list .form-field-item:last-child {
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.form-field-item {
  display: flex;
  flex-direction: column;
  column-gap: 2.5rem;
  padding: 1rem;
  width: 100%;
}
@media (min-width: 550px) {
  .form-field-item {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .form-field-item {
    padding: 0.5rem 2rem;
  }
}
@media (max-width: 549px) {
  .form-field-item.m-gap-25px {
    gap: 2.5rem;
  }
}
.form-field-item__col {
  flex: 1;
}
@media (max-width: 1599px) {
  .form-field-item__col:first-child {
    flex: 0.5;
  }
}
@media (max-width: 1299px) {
  .form-field-item__col:first-child {
    flex: 0.5;
  }
}
@media (max-width: 1599px) {
  .form-field-item__col:last-child {
    flex: 1;
  }
}
.form-field-item__col--repeat .form-field-item__input-list:not(:last-child) {
  margin-bottom: 1.2rem;
}
.form-field-item__col--full {
  flex: 1 !important;
}
.form-field-item__input-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.form-field-item__input-list--realization {
  row-gap: unset;
}
.form-field-item__input-list--realization span, .form-field-item__input-list--realization strong {
  min-height: 3.4rem !important;
}
.form-field-item__input-list--realization strong {
  font-weight: 700 !important;
}
.form-field-item__input-list--realization strong:first-of-type {
  margin-top: 0.5rem !important;
}
.form-field-item__inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 550px) {
  .form-field-item__inputs--right {
    justify-content: flex-end;
  }
  .form-field-item__inputs--center {
    justify-content: center;
  }
  .form-field-item__inputs--space-between {
    justify-content: space-between;
  }
  .form-field-item__inputs--space-between .form-field-item__caption {
    width: auto;
  }
}
.form-field-item__inputs.disabled .form-field-item__input-box--select:after {
  display: none;
}
.form-field-item__inputs--checkbox .form-field-item__lbl, .form-field-item__inputs--checkbox .form-field-item__input-list--realization span, .form-field-item__input-list--realization .form-field-item__inputs--checkbox span, .form-field-item__inputs--checkbox .form-field-item__input-list--realization strong, .form-field-item__input-list--realization .form-field-item__inputs--checkbox strong, .form-field-item__inputs--checkbox .form-field-item__inputs {
  flex: 1;
}
.form-field-item__inputs--custom-textarea textarea {
  min-height: auto !important;
  height: auto !important;
}
.form-field-item__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}
.form-field-item__lbl, .form-field-item__input-list--realization span, .form-field-item__input-list--realization strong {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  min-height: 4.4rem;
}
.form-field-item__simple-text {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  width: unset;
}
.form-field-item__caption {
  font-size: calc(18px * 1);
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
.form-field-item__text {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  min-height: 4.4rem;
  width: unset;
}
.form-field-item__text table tr td {
  padding: 0.3rem 2rem 0.3rem 0;
}
.form-field-item__text--min-width-175 {
  min-width: 17.5rem;
}
.form-field-item__text-res {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: calc(14px * 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 4.4rem;
  border-radius: 5px;
  font-weight: 700;
}
.form-field-item__small-text {
  font-size: calc(12px * 1);
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.form-field-item__input-box {
  position: relative;
  flex: 1;
}
.form-field-item__input-box--icon .form-field-item__textbox.form-field-item__textbox {
  padding-right: 3rem;
}
.form-field-item__input-box--rounded .form-field-item__textbox {
  border-radius: 2rem;
  border-color: transparent;
  min-height: 4.2rem;
}
.form-field-item__input-box--smaller {
  flex: 0.5;
}
.form-field-item__input-box--select .form-field-item__select {
  appearance: none;
}
.form-field-item__input-box--select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #A15D98 transparent transparent transparent;
}
.form-field-item__input-box--select .select2-selection {
  border-radius: 0 !important;
}
.form-field-item__input-box--select .select2-container {
  border: 1px solid #ddd;
}
.form-field-item__input-box--select .select2-selection__rendered, .form-field-item__input-box--select .select2-selection__choice {
  margin: 0 !important;
}
.form-field-item__input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 2;
  pointer-events: none;
}
.form-field-item__input-icon img {
  display: block;
  width: 1.8rem;
}
.form-field-item__textbox {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  min-height: 4.4rem;
  margin: 0;
  padding: 0 1.5rem;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: none;
  outline: none;
}
.form-field-item__textbox::placeholder {
  font-style: normal;
  color: #484848;
}
.form-field-item__textbox:read-only {
  outline: none !important;
  cursor: default;
}
.form-field-item__textbox:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.form-field-item__textbox.flatpickr {
  min-width: 15.5rem;
}
.form-field-item__textbox::placeholder {
  color: #808080;
}
.form-field-item__textarea {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  min-height: 4.4rem;
  margin: 0;
  padding: 0 1.5rem;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: none;
  outline: none;
  resize: none;
  padding-top: 1rem;
  height: 13.6rem;
  border-radius: 0.5rem;
}
.form-field-item__textarea::placeholder {
  font-style: normal;
  color: #484848;
}
.form-field-item__textarea:read-only {
  outline: none !important;
  cursor: default;
}
.form-field-item__textarea:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.form-field-item__textarea::placeholder {
  color: #808080;
}
.form-field-item__toggler {
  display: flex;
  align-items: center;
  min-height: 4.4rem;
}
.form-field-item__checkbox {
  display: flex;
  align-items: center;
  min-height: 4.4rem;
}
.form-field-item__select {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  min-height: 4.4rem;
  margin: 0;
  padding: 0 1.5rem;
  color: #3b3b3b;
  line-height: initial;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: none;
  outline: none;
}
.form-field-item__select::placeholder {
  font-style: normal;
  color: #484848;
}
.form-field-item__select:read-only {
  outline: none !important;
  cursor: default;
}
.form-field-item__select:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.form-field-item__select.placeholder {
  color: #808080;
}

.table-w-fixed-header {
  position: relative;
  max-height: 42rem;
  overflow-y: auto;
}
@media (min-width: 550px) {
  .table-w-fixed-header {
    overflow-x: hidden;
  }
}
.table-w-fixed-header table {
  border-collapse: collapse;
  width: calc(100% + 1rem);
}
.table-w-fixed-header table thead {
  position: sticky;
  top: 0;
  background: #313131;
  text-align: left;
}
.table-w-fixed-header table thead tr th {
  font-size: calc(16px * 1);
  height: 5.2rem;
  padding: 8px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}
.table-w-fixed-header table thead tr th:first-child {
  border-top-left-radius: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1599px) {
  .table-w-fixed-header table thead tr th:first-child {
    padding-left: 4rem;
  }
}
.table-w-fixed-header table thead tr th:last-child {
  border-top-right-radius: 1.5rem;
}
.table-w-fixed-header table tbody tr:nth-child(2n) td {
  background: #fcfcfc;
}
.table-w-fixed-header table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 1.5rem;
}
.table-w-fixed-header table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 1.5rem;
}
.table-w-fixed-header table tbody tr td {
  font-size: calc(16px * 1);
  padding: 1.5rem 0.8rem;
  background: #fff;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: top;
}
.table-w-fixed-header table tbody tr td img {
  transform: translateY(1px);
}
.table-w-fixed-header table tbody tr td:first-child {
  padding-left: 1.5rem;
}
@media (min-width: 1599px) {
  .table-w-fixed-header table tbody tr td:first-child {
    padding-left: 4rem;
  }
}

.container-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0 0 0;
}
@media (min-width: 1600px) {
  .container-footer {
    padding: 8rem 0 2.5rem 0;
  }
}
.container-footer__full {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.container-footer__sticky, .container-footer__sticky--custom {
  position: sticky;
  position: -webkit-sticky;
  bottom: 4rem;
  z-index: 100;
  text-align: center;
  padding: 3rem 0 0 0 !important;
  display: inline-block !important;
  left: 50%;
  transform: translateX(50%);
}
.container-footer__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.admin-cards-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
@media (min-width: 550px) {
  .admin-cards-list {
    row-gap: 3rem;
  }
}
.admin-cards-list__item {
  width: 100%;
  padding: 0 1.5rem;
}
@media (min-width: 550px) {
  .admin-cards-list__item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .admin-cards-list__item {
    width: 33.33%;
  }
}
@media (min-width: 1800px) {
  .admin-cards-list__item {
    width: 25%;
  }
}
@media (min-width: 2200px) {
  .admin-cards-list__item {
    width: 20%;
  }
}

.admin-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  min-height: 100%;
  padding: 2rem;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  background: #fff;
  border-radius: 2rem;
  transition: 0.3s;
}
.admin-card:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  color: #A15D98;
}
.admin-card:hover svg {
  filter: brightness(0) saturate(100%) invert(42%) sepia(16%) saturate(1278%) hue-rotate(257deg) brightness(100%) contrast(92%);
}
.admin-card__img img, .admin-card__img svg {
  width: 2rem;
  height: auto;
}
@media (min-width: 550px) {
  .admin-card__img img, .admin-card__img svg {
    width: 3rem;
  }
}

.notofication-center__list {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .notofication-center__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(15% + 3rem + 0.8rem);
    width: 0.3rem;
    height: 100%;
    background: #A15D98;
  }
}
@media (min-width: 768px) and (min-width: 991px) {
  .notofication-center__list::before {
    left: calc(18% + 3rem + 0.8rem);
  }
}
.notofication-center__item {
  padding: 1rem 0;
}
.notofication-center__controls {
  padding: 5rem 0 2rem 0;
  text-align: center;
}

.notofication-card {
  font-size: calc(16px * 1);
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-family: 400;
}
.notofication-card__date-time {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .notofication-card__date-time {
    flex-direction: column;
    text-align: right;
    width: 15%;
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .notofication-card__date-time {
    width: 18%;
  }
}
@media (min-width: 768px) {
  .notofication-card__date {
    font-size: 1.2rem;
  }
}
.notofication-card__time {
  font-weight: 600;
}
.notofication-card__point {
  position: relative;
  display: none;
  width: 1.9rem;
  margin: 0 3rem;
}
@media (min-width: 768px) {
  .notofication-card__point {
    display: block;
  }
}
.notofication-card__point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #fff;
  border: 0.3rem solid #A15D98;
}
.notofication-card__content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  column-gap: 2rem;
  width: 100%;
  padding: 1.4rem 2rem;
  background: #fff;
  box-shadow: 0.2rem 0.1rem 0.3rem 0 rgba(54, 74, 99, 0.15);
  border-radius: 2rem;
  text-decoration: none;
}
.notofication-card__content:hover {
  text-decoration: underline;
}
.notofication-card__content.seen {
  filter: grayscale(100%);
}
.notofication-card__content.seen .notofication-card__avatar {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0) brightness(0%) contrast(0%);
}
@media (min-width: 768px) {
  .notofication-card__content {
    width: calc(85% - 7.9rem);
  }
  .notofication-card__content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-right: 1rem solid #fff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    transform: translateX(-99%) translateY(-50%);
  }
}
@media (min-width: 991px) {
  .notofication-card__content {
    width: calc(82% - 7.9rem);
  }
}
.notofication-card__avatar {
  width: 4rem;
}
.notofication-card__info {
  width: calc(100% - 4rem - 2rem);
}
.notofication-card__header {
  font-size: calc(16px * 1);
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 1.5rem;
  margin-bottom: 0.7rem;
}
.notofication-card__header .tag-list__item {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.notofication-card__title {
  font-weight: 600;
  color: #A15D98;
}
.notofication-card__text {
  font-size: calc(14px * 1);
  color: #3b3b3b;
}
.notofication-card__text a {
  color: inherit;
}
.notofication-card__text a:hover {
  text-decoration: none;
}

.map-page {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 5rem - 34px);
}
@media (min-width: 1200px) {
  .map-page {
    height: calc(100% - 6rem - 34px);
  }
}
@media (min-width: 1600px) {
  .map-page {
    height: calc(100% - 7rem - 34px);
  }
}
.map-page__iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.map-page__filters-wrapper {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 2rem;
  pointer-events: none;
}

.map-page-filters {
  pointer-events: all;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
}
@media (min-width: 991px) {
  .map-page-filters {
    padding: 1rem 5rem;
    column-gap: 4rem;
  }
}

@keyframes scaleBefore {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes scaleAfter {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1.6);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.map-pin {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
}
.map-pin:hover span {
  transform: scale(1.1);
}
.map-pin span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  transition: 0.3s;
}
.map-pin span::before, .map-pin span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.map-pin span::before {
  transform: translate(-50%, -50%) scale(1.6);
  z-index: 11;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.map-pin span::after {
  transform: translate(-50%, -50%) scale(1.3);
  z-index: 12;
  animation-name: scaleAfter;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.map-pin span img {
  position: relative;
  z-index: 15;
  max-width: 80%;
  max-height: 80%;
}
.map-pin--TYPE_PLANNED span {
  background: #A15D98;
}
.map-pin--TYPE_PLANNED span::before, .map-pin--TYPE_PLANNED span::after {
  background: rgba(161, 93, 152, 0.3);
}
.map-pin--TYPE_PLANNED span img {
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(137deg) brightness(113%) contrast(100%);
}
.map-pin--TYPE_IN_REALIZATION span {
  background: #2ce282;
}
.map-pin--TYPE_IN_REALIZATION span::before, .map-pin--TYPE_IN_REALIZATION span::after {
  background: rgba(44, 226, 130, 0.3);
}
.map-pin--TYPE_REALIZED span {
  background: #de992d;
}
.map-pin--TYPE_REALIZED span::before, .map-pin--TYPE_REALIZED span::after {
  background: rgba(222, 153, 45, 0.3);
}
.map-pin--TYPE_REALIZED span img {
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(137deg) brightness(113%) contrast(100%);
}
.map-pin--TYPE_ENTERED span {
  background: #295ddb;
}
.map-pin--TYPE_ENTERED span::before, .map-pin--TYPE_ENTERED span::after {
  background: rgba(41, 93, 219, 0.3);
}
.map-pin--TYPE_ENTERED span img {
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(137deg) brightness(113%) contrast(100%);
}
.map-pin--TYPE_SUBCONTRACT span {
  background: gray;
}
.map-pin--TYPE_SUBCONTRACT span::before, .map-pin--TYPE_SUBCONTRACT span::after {
  background: rgba(128, 128, 128, 0.3);
}
.map-pin--TYPE_SUBCONTRACT span img {
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(137deg) brightness(113%) contrast(100%);
}
.map-pin--TYPE_IN_REALIZATION_DELAY span {
  background: red;
}
.map-pin--TYPE_IN_REALIZATION_DELAY span::before, .map-pin--TYPE_IN_REALIZATION_DELAY span::after {
  background: rgba(255, 0, 0, 0.3);
}
.map-pin--TYPE_IN_REALIZATION_DELAY span img {
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(137deg) brightness(113%) contrast(100%);
}
.map-pin--realizace span {
  background: #7023cf;
}
.map-pin--realizace span::before, .map-pin--realizace span::after {
  background: rgba(112, 35, 207, 0.3);
}
.map-pin--realizace img {
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(137deg) brightness(113%) contrast(100%);
}

.fc-toolbar-title.fc-toolbar-title {
  font-size: calc(20px * 1);
  text-transform: capitalize;
  color: #3b3b3b;
}

.fc-col-header-cell-cushion {
  text-transform: capitalize;
}

.fc-scrollgrid {
  background: #fff;
}

.fc-scrollgrid-section-header {
  font-size: calc(16px * 1);
  background: #313131;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

.fc-col-header-cell.fc-col-header-cell {
  border-color: #666;
  padding: 8px 0;
}

.fc-button.fc-button {
  font-size: calc(14px * 1);
  font-family: "Noto Sans", sans-serif;
}

.fc-button-primary.fc-button-primary {
  background-color: #A15D98;
  border-color: #A15D98;
  color: #fff;
}
.fc-button-primary.fc-button-primary:disabled {
  background-color: #A15D98;
  border-color: #A15D98;
  color: #fff;
}

.fc-header-toolbar.fc-header-toolbar {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
}
@media (min-width: 550px) {
  .fc-header-toolbar.fc-header-toolbar {
    flex-direction: row;
    align-items: center;
  }
}
.fc-header-toolbar.fc-header-toolbar .fc-toolbar-chunk > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fc-header-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-today-button {
  margin: 0 1.2rem;
}
.fc-header-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-header-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-box-graph {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .form-box-graph {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .form-box-graph {
    max-width: 50rem;
  }
}
@media (min-width: 1600px) {
  .form-box-graph {
    max-width: 56rem;
  }
}

.vysledek-table {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.vysledek-table tr td:last-child {
  text-align: right;
}

.table-price-val {
  font-size: calc(20px * 0.8);
}
@media (min-width: 1200px) {
  .table-price-val {
    font-size: calc(20px * 1);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999991;
  background: rgba(0, 0, 0, 0.9);
}
.modal__container {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999992;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.modal-window {
  width: 100%;
  max-width: 80rem;
  pointer-events: all;
  max-height: 100%;
  overflow-y: auto;
}
.modal-window .form-field-item__input-box {
  min-width: 20rem;
}
.modal-window .form-errors {
  justify-content: left !important;
  padding-left: 0 !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #a15d98 !important;
  border-color: #a15d98 !important;
}

.btn-svg-icon {
  width: 1.8rem;
  height: 1.8rem;
}

.btn-back {
  font-size: calc(16px * 1);
  position: relative;
  line-height: initial;
  color: rgba(49, 49, 49, 0.5);
  display: inline-block;
  padding: 0 0 0 2rem;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}
.btn-back::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #A15D98 transparent transparent;
}
.btn-back:hover {
  color: #313131;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#hodiny .modal-window, #networkCompany .modal-window {
  max-width: 44rem;
}

#networkCompany form .form-field-item {
  flex-direction: column;
  padding: 0;
}

.form-field-list-placeholder {
  font-size: calc(16px * 1);
  line-height: 1.25;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  padding: 0 2rem 2rem 2rem;
}

.form-user {
  max-width: 50rem;
}
.form-user .form-field-item .form-field-item__col:last-of-type {
  flex: 2;
  max-width: 25rem;
}
.form-user .form-field-item .form-field__textbox, .form-user .form-field-item .form-field-item__input-box {
  height: 47px;
}

.text-login {
  font-size: 1.4rem;
}
.text-login a {
  color: #A15D98 !important;
}
.text-login a:hover {
  text-decoration: none;
}

.form-errors {
  justify-content: right;
}
.form-errors__message {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  font-size: calc(14px * 1);
  color: red;
  text-align: right;
}

.hide-coll-classes .form-field-item__col {
  display: none !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.loader {
  --d:45px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #A15D98;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
  margin: auto;
}
.loader__parent {
  padding: 8rem 0;
}

@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.ui-autocomplete {
  font-size: 1.6rem !important;
  box-shadow: 0 0 0 1px rgba(49, 49, 49, 0.8);
  border: none !important;
  background: #f7f7f7 !important;
}
.ui-autocomplete li {
  padding: 10px !important;
}
.ui-autocomplete li:hover {
  background: #A15D98 !important;
}
.ui-autocomplete li .ui-state-active {
  background: #A15D98 !important;
  border-color: #A15D98 !important;
}

.fc-scroller, .fc-scroller-harness {
  overflow: visible !important;
}

.fc-event {
  font-size: 1.3rem;
  line-height: 2;
  padding: 0 8px;
}
.fc-event .btn-circle-icon__tooltip {
  white-space: normal !important;
}
.fc-event .calendar-text {
  overflow: hidden;
}
.fc-event:hover .btn-circle-icon__tooltip {
  opacity: 1;
}
.fc-event .switchOff {
  background: red;
}
.fc-event .zuk {
  background: #5f9d41;
}

.pager {
  padding-top: 3rem;
  font-size: 1.6rem !important;
}
.pager a {
  color: #A15D98 !important;
  text-decoration: none;
}
.pager a:hover {
  text-decoration: underline;
}

.cancel-filter {
  font-size: 1.4rem !important;
  color: red;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.section-error {
  background-color: white;
  height: 100vh;
}
.section-error__wrapper {
  height: 100%;
  padding: 5rem;
}
.section-error__logo {
  margin: 0 0 3rem 0;
  text-align: center;
}
.section-error__logo img {
  max-width: 23rem;
}
.section-error__title {
  font-size: calc(25px * 1);
  margin: 0 0 3rem 0;
  padding: 0;
  color: #313131;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}
.section-error__text {
  font-size: calc(17px * 1);
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  width: auto;
  max-width: 50rem;
  align-items: center;
  margin: 0 auto;
}
.section-error a {
  display: inline-flex;
}

.map-wrapper {
  width: 4.8rem;
  height: 4.8rem;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.map-wrapper .btn-circle-icon__tooltip {
  white-space: nowrap;
}
.map-wrapper:hover .btn-circle-icon__tooltip {
  opacity: 1;
}

.select2-selection__arrow {
  display: none;
}

.export-list {
  margin-top: 2rem;
  font-size: 1.6rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 550px) {
  .export-list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.export-list a {
  color: #A15D98;
  font-size: 1.6rem;
}
.export-list a:hover {
  text-decoration: none;
}

.mb-2 {
  margin-bottom: 2rem;
}

.log-href {
  color: #A15D98;
  font-size: 1.6rem;
}
.log-href:hover {
  text-decoration: none;
}

.pay-payment {
  color: #A15D98 !important;
  font-size: 1.6rem;
}
.pay-payment:hover {
  text-decoration: none;
}

.expropriation-values .form-field-item__col {
  flex: 1 !important;
}

.form-field-item__label {
  font-size: 13px !important;
  color: gray !important;
}
.form-field-item__label .form-field-item__lbl, .form-field-item__label .form-field-item__input-list--realization span, .form-field-item__input-list--realization .form-field-item__label span, .form-field-item__label .form-field-item__input-list--realization strong, .form-field-item__input-list--realization .form-field-item__label strong {
  min-height: unset !important;
  font-size: 13px !important;
  color: gray !important;
}
@media (min-width: 550px) {
  .form-field-item__label--first {
    margin-top: 14px;
  }
}
@media (min-width: 550px) {
  .form-field-item__label--first-todo {
    margin-top: 6px;
  }
}

.form-field-item__label {
  font-size: 13px !important;
  color: gray !important;
}
.form-field-item__label .form-field-item__lbl, .form-field-item__label .form-field-item__input-list--realization span, .form-field-item__input-list--realization .form-field-item__label span, .form-field-item__label .form-field-item__input-list--realization strong, .form-field-item__input-list--realization .form-field-item__label strong {
  min-height: unset !important;
  font-size: 13px !important;
  color: gray !important;
}

#worked-hours {
  margin-left: 0.5rem;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.swal2-popup {
  font-size: 1.5rem !important;
}

.swal2-confirm:not(.pay-payment) {
  background-color: #A15D98 !important;
}

/*# sourceMappingURL=../assets/css/main.css-707e6752aed28d2326133dd83c31e742.map */
