/* src/styles.scss */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Manrope-bhnk";
  src:
    url("./media/Manrope-Bold.woff2") format("woff2"),
    url("./media/Manrope-Bold.woff") format("woff"),
    url("./media/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-bhnk";
  src:
    url("./media/Manrope-Semibold.woff2") format("woff2"),
    url("./media/Manrope-Semibold.woff") format("woff"),
    url("./media/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-bhnk";
  src:
    url("./media/Manrope-Regular.woff2") format("woff2"),
    url("./media/Manrope-Regular.woff") format("woff"),
    url("./media/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-bhnk";
  src:
    url("./media/Manrope-Light.woff2") format("woff2"),
    url("./media/Manrope-Light.woff") format("woff"),
    url("./media/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-bhnk";
  src:
    url("./media/Manrope-Thin.woff2") format("woff2"),
    url("./media/Manrope-Thin.woff") format("woff"),
    url("./media/Manrope-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-bhnk";
  src:
    url("./media/Manrope-Medium.woff2") format("woff2"),
    url("./media/Manrope-Medium.woff") format("woff"),
    url("./media/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope-bhnk";
  src:
    url("./media/Manrope-ExtraBold.woff2") format("woff2"),
    url("./media/Manrope-ExtraBold.woff") format("woff"),
    url("./media/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --p-primary-color: #4090db !important;
  --p-paginator-nav-button-selected-color: #296caa !important;
  --p-paginator-nav-button-selected-background: #4090db36 !important;
}
body {
  min-height: 100vh;
  font-family: "Manrope-bhnk";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #050505;
}
ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul {
  list-style: disc;
}
ul.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
  line-height: 1.4;
}
p:not(:last-child) {
  margin-bottom: 12px;
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (min-width: 992px) {
  a:hover {
    color: #2a72b6;
    cursor: pointer;
  }
}
img {
  display: block;
  max-width: 100%;
  width: auto;
}
.primary-color {
  color: #4090db;
}
.no-overflow {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
  font-weight: 400;
}
h1 {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 18px;
  }
}
h2 {
  font-weight: 600;
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 17px;
  }
}
.link {
  color: #296caa;
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .link:hover {
    color: #2a72b6;
    cursor: pointer;
  }
}
input,
textarea {
  border: none;
  outline: none;
  resize: vertical;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
textarea {
  max-height: 400px;
  min-height: 120px;
  transition: unset !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0 !important;
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
*::-webkit-scrollbar {
  -webkit-appearance: none;
  cursor: default;
}
*::-webkit-scrollbar:vertical {
  width: 6px;
  cursor: default;
}
*::-webkit-scrollbar:horizontal {
  height: 6px;
  cursor: default;
}
*::-webkit-scrollbar-thumb {
  background-color: #4090db;
  border-radius: 6px;
  cursor: default;
}
*::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #ffffff;
  cursor: default;
}
.ic {
  display: block;
  min-width: 20px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  background-color: #050505;
  -webkit-mask: no-repeat center center;
  mask: no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.ic_add {
  -webkit-mask-image: url("./media/ic_add.svg");
  mask-image: url("./media/ic_add.svg");
}
.ic_filter {
  -webkit-mask-image: url("./media/ic_filter.svg");
  mask-image: url("./media/ic_filter.svg");
}
.ic_card {
  -webkit-mask-image: url("./media/ic_card.svg");
  mask-image: url("./media/ic_card.svg");
}
.ic_cart {
  -webkit-mask-image: url("./media/ic_cart.svg");
  mask-image: url("./media/ic_cart.svg");
}
.ic_check {
  -webkit-mask-image: url("./media/ic_check.svg");
  mask-image: url("./media/ic_check.svg");
}
.ic_check_circle {
  -webkit-mask-image: url("./media/ic_check_circle.svg");
  mask-image: url("./media/ic_check_circle.svg");
}
.ic_chevron {
  -webkit-mask-image: url("./media/ic_chevron.svg");
  mask-image: url("./media/ic_chevron.svg");
}
.ic_child {
  -webkit-mask-image: url("./media/ic_child.svg");
  mask-image: url("./media/ic_child.svg");
}
.ic_coins {
  -webkit-mask-image: url("./media/ic_coins.svg");
  mask-image: url("./media/ic_coins.svg");
}
.ic_compare {
  -webkit-mask-image: url("./media/ic_compare.svg");
  mask-image: url("./media/ic_compare.svg");
}
.ic_copy {
  -webkit-mask-image: url("./media/ic_copy.svg");
  mask-image: url("./media/ic_copy.svg");
}
.ic_cross {
  -webkit-mask-image: url("./media/ic_cross.svg");
  mask-image: url("./media/ic_cross.svg");
}
.ic_cross_big {
  -webkit-mask-image: url("./media/ic_cross_big.svg");
  mask-image: url("./media/ic_cross_big.svg");
}
.ic_dzen {
  -webkit-mask-image: url("./media/ic_dzen.svg");
  mask-image: url("./media/ic_dzen.svg");
}
.ic_email {
  -webkit-mask-image: url("./media/ic_email.svg");
  mask-image: url("./media/ic_email.svg");
}
.ic_eye_closed {
  -webkit-mask-image: url("./media/ic_eye_closed.svg");
  mask-image: url("./media/ic_eye_closed.svg");
}
.ic_eye_opened {
  -webkit-mask-image: url("./media/ic_eye_opened.svg");
  mask-image: url("./media/ic_eye_opened.svg");
}
.ic_glasses {
  -webkit-mask-image: url("./media/ic_glasses.svg");
  mask-image: url("./media/ic_glasses.svg");
}
.ic_glasses_square {
  -webkit-mask-image: url("./media/ic_glasses_square.svg");
  mask-image: url("./media/ic_glasses_square.svg");
}
.ic_grid_2 {
  -webkit-mask-image: url("./media/ic_grid_2.svg");
  mask-image: url("./media/ic_grid_2.svg");
}
.ic_grid_4 {
  -webkit-mask-image: url("./media/ic_grid_4.svg");
  mask-image: url("./media/ic_grid_4.svg");
}
.ic_hearth {
  -webkit-mask-image: url("./media/ic_hearth.svg");
  mask-image: url("./media/ic_hearth.svg");
}
.ic_info {
  -webkit-mask-image: url("./media/ic_info.svg");
  mask-image: url("./media/ic_info.svg");
}
.ic_link {
  -webkit-mask-image: url("./media/ic_link.svg");
  mask-image: url("./media/ic_link.svg");
}
.ic_man {
  -webkit-mask-image: url("./media/ic_man.svg");
  mask-image: url("./media/ic_man.svg");
}
.ic_minus {
  -webkit-mask-image: url("./media/ic_minus.svg");
  mask-image: url("./media/ic_minus.svg");
}
.ic_person {
  -webkit-mask-image: url("./media/ic_person.svg");
  mask-image: url("./media/ic_person.svg");
}
.ic_phone {
  -webkit-mask-image: url("./media/ic_phone.svg");
  mask-image: url("./media/ic_phone.svg");
}
.ic_pin {
  -webkit-mask-image: url("./media/ic_pin.svg");
  mask-image: url("./media/ic_pin.svg");
}
.ic_plus {
  -webkit-mask-image: url("./media/ic_plus.svg");
  mask-image: url("./media/ic_plus.svg");
}
.ic_question {
  -webkit-mask-image: url("./media/ic_question.svg");
  mask-image: url("./media/ic_question.svg");
}
.ic_search {
  -webkit-mask-image: url("./media/ic_search.svg");
  mask-image: url("./media/ic_search.svg");
}
.ic_shop {
  -webkit-mask-image: url("./media/ic_shop.svg");
  mask-image: url("./media/ic_shop.svg");
}
.ic_star {
  -webkit-mask-image: url("./media/ic_star.svg");
  mask-image: url("./media/ic_star.svg");
}
.ic_swap {
  -webkit-mask-image: url("./media/ic_swap.svg");
  mask-image: url("./media/ic_swap.svg");
}
.ic_tg {
  -webkit-mask-image: url("./media/ic_tg.svg");
  mask-image: url("./media/ic_tg.svg");
}
.ic_trash {
  -webkit-mask-image: url("./media/ic_trash.svg");
  mask-image: url("./media/ic_trash.svg");
}
.ic_truck {
  -webkit-mask-image: url("./media/ic_truck.svg");
  mask-image: url("./media/ic_truck.svg");
}
.ic_unisex {
  -webkit-mask-image: url("./media/ic_unisex.svg");
  mask-image: url("./media/ic_unisex.svg");
}
.ic_upload {
  -webkit-mask-image: url("./media/ic_upload.svg");
  mask-image: url("./media/ic_upload.svg");
}
.ic_vk {
  -webkit-mask-image: url("./media/ic_vk.svg");
  mask-image: url("./media/ic_vk.svg");
}
.ic_wa {
  -webkit-mask-image: url("./media/ic_wa.svg");
  mask-image: url("./media/ic_wa.svg");
}
.ic_woman {
  -webkit-mask-image: url("./media/ic_woman.svg");
  mask-image: url("./media/ic_woman.svg");
}
.ic_zoom {
  -webkit-mask-image: url("./media/ic_zoom.svg");
  mask-image: url("./media/ic_zoom.svg");
}
.ic_percent {
  -webkit-mask-image: url("./media/ic_percent.svg");
  mask-image: url("./media/ic_percent.svg");
}
.ic_scissors {
  -webkit-mask-image: url("./media/ic_scissors.svg");
  mask-image: url("./media/ic_scissors.svg");
}
.ic_excel {
  -webkit-mask-image: url("./media/ic_excel.svg");
  mask-image: url("./media/ic_excel.svg");
}
.ic_bread {
  -webkit-mask-image: url("./media/ic_bread.svg");
  mask-image: url("./media/ic_bread.svg");
}
.ic_exit {
  -webkit-mask-image: url("./media/ic_exit.svg");
  mask-image: url("./media/ic_exit.svg");
}
.logo {
  min-width: 64px;
  aspect-ratio: 5/3;
  -webkit-background: url("./media/logo.svg") no-repeat center center;
  background: url("./media/logo.svg") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}
.btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.btns .btn {
  width: auto;
}
@media screen and (max-width: 676px) {
  .btns .btn {
    width: 100%;
  }
}
.btn {
  display: inline-block;
  width: 100%;
}
.btn input {
  position: absolute;
  opacity: 0;
  z-index: -1000;
}
.btn:has(input:focus) span {
  background-color: #296caa;
}
.btn.disabled,
.btn:has(input:disabled) {
  pointer-events: none;
}
.btn.disabled span,
.btn:has(input:disabled) span {
  opacity: 0.6;
}
.btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  width: 100%;
  transition: 0.3s;
  white-space: nowrap;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: #4090db;
  border: 1px solid #4090db;
  border-radius: 6px;
}
.btn span .ic {
  background-color: #ffffff;
  min-width: 18px;
}
@media screen and (min-width: 992px) {
  .btn span:hover {
    background-color: #2a72b6;
    border-color: #2a72b6;
    cursor: pointer;
  }
  .btn span:active {
    background-color: #296caa;
    border-color: #296caa;
  }
}
.btn-excel span {
  background-color: #10793F;
  border: #185C37;
}
@media screen and (min-width: 992px) {
  .btn-excel span:hover {
    background-color: #185C37;
    border-color: #185C37;
  }
  .btn-excel span:active {
    background-color: #185C37;
    border-color: #185C37;
  }
}
.btn-sec span {
  background-color: #050505;
  border: #050505;
}
.btn-red span {
  background-color: #e61919;
  border-color: #e61919;
}
@media screen and (min-width: 992px) {
  .btn-red span:hover {
    background-color: #b61c1c;
    border-color: #b61c1c;
  }
  .btn-red span:active {
    background-color: #ac0a0a;
    border-color: #ac0a0a;
  }
}
.mobile_shadow {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(5, 5, 5, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 10;
}
.wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 12px;
  padding: 12px 20px 12px 0;
  min-height: 100vh;
  background-color: rgba(64, 144, 219, 0.11);
}
.wrapper .main {
  padding: 20px;
  max-height: calc(100vh - 80px);
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid white;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  overflow: auto;
  border-radius: 6px;
}
.wrapper.non-auth {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 12px 20px;
}
.wrapper.non-auth .main {
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .wrapper {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .wrapper .main {
    padding: 20px 12px;
    max-height: calc(100vh - 140px);
  }
  .wrapper.non-auth {
    padding: 12px;
  }
}
@media screen and (min-width: 992px) {
  .nav {
    position: sticky;
    top: 20px;
    grid-row: 1/3;
    width: 190px;
    height: calc(100vh - 40px);
    transition: 0.3s;
    z-index: 1000;
  }
}
.nav-wrap {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: flex-start;
  grid-gap: 40px;
  padding: 0 0 0 20px;
  height: 100%;
}
.nav-logo {
  display: flex;
  padding-top: 2px;
  padding-right: 12px;
  width: 100%;
}
.nav-logo .ic {
  width: 100%;
}
.nav-menu .menu {
  display: grid;
  grid-gap: 20px;
}
.nav-menu .menu-item {
  position: relative;
  margin-right: auto;
  font-weight: 500;
}
.nav-menu .menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: calc(100% - 10px);
  transition: 0.3s;
  background-color: #4090db;
  z-index: -1;
}
.nav-menu .menu-item.active::after {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nav-menu .menu-item:hover {
    color: #2a72b6;
  }
  .nav-menu .menu-item:hover.active {
    color: #050505;
  }
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-profile {
  cursor: pointer;
}
.nav-rights {
  display: grid;
  grid-gap: 12px;
  font-size: 12px;
  color: rgba(5, 5, 5, 0.8);
}
@media screen and (max-width: 991px) {
  .nav {
    position: static;
    order: 1;
  }
  .nav-wrap {
    grid-template-rows: unset;
    padding: 0 0 40px;
  }
  .nav-logo {
    display: none;
  }
  .nav-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 12px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  }
  .nav-menu .menu {
    display: flex;
    justify-content: space-between;
    gap: 4px;
  }
  .nav-menu .menu-item {
    margin: unset;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  .nav-menu .menu-item::after {
    display: none;
  }
  .nav-menu .menu-item.active {
    color: #ffffff;
    background-color: #4090db;
  }
}
.nav_top-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
}
.nav_top-section {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 20px;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  border-radius: 6px;
  cursor: pointer;
}
.nav_top-section .ic {
  min-width: 20px;
  height: 20px;
  background-color: #050505;
}
.nav_top-section .title {
  font-weight: 700;
}
.nav_top-section .comb {
  font-weight: 700;
  font-size: 10px;
}
.nav_top-section.active {
  border-color: #4090db;
}
.nav_top-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 20px;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  border-radius: 6px;
  cursor: pointer;
}
.nav_top-search .ic {
  min-width: 20px;
  height: 20px;
  background-color: #050505;
}
.nav_top-search .comb {
  font-weight: 700;
  font-size: 10px;
}
.nav_top-search.active {
  border-color: #4090db;
}
.nav_top-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.nav_top-auth {
  width: 220px;
}
.nav_top-money {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  height: 34px;
  line-height: 1;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  border-radius: 6px;
  cursor: pointer;
}
.nav_top-money.active {
  border-color: #4090db;
}
.nav_top-notifications {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  border-radius: 6px;
  cursor: pointer;
}
.nav_top-notifications .ic {
  min-width: 20px;
  height: 20px;
  background-color: #050505;
}
.nav_top-notifications.active {
  border-color: #4090db;
}
.nav_top-exit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  border-radius: 6px;
  cursor: pointer;
}
.nav_top-exit .ic {
  min-width: 20px;
  height: 20px;
  background-color: #050505;
}
@media screen and (min-width: 992px) {
  .nav_top-exit:hover .ic {
    background-color: #bb0c0c;
  }
}
.nav_top-profile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 20px 4px 8px;
  line-height: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  border: 1px solid #ffffff;
  border-radius: 6px;
  cursor: pointer;
}
.nav_top-profile .avatar {
  position: relative;
  min-width: 26px;
  width: 26px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
}
.nav_top-profile .avatar .img {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  object-fit: cover;
}
.nav_top-profile .avatar .placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}
.nav_top-profile .name {
  font-weight: 500;
}
.nav_top-profile.active {
  border-color: #4090db;
}
@media screen and (max-width: 991px) {
  .nav_top-wrap {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .nav_top-section {
    display: none;
    margin-right: auto;
    padding: 4px 12px;
  }
  .nav_top-section .title {
    font-size: 14px;
  }
  .nav_top-profile {
    padding: 4px 12px 4px 8px;
  }
  .nav_top-profile .name {
    font-size: 14px;
  }
  .nav_top-actions {
    justify-content: space-between;
  }
}
.auth_block {
  position: relative;
  height: 100%;
}
.auth_block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  min-width: 260px;
  height: 165px;
  -webkit-background: url("./media/logo.svg") no-repeat center center;
  background: url("./media/logo.svg") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
.auth_block-wrap {
  position: relative;
  display: grid;
  align-content: center;
  grid-gap: 30px;
  height: 100%;
  z-index: 1;
}
.auth_block-title {
  text-align: center;
}
.auth_block-main {
  display: grid;
  grid-gap: 20px;
  margin: 0 auto;
  padding: 30px;
  max-width: 460px;
  width: 100%;
  background-color: rgba(5, 5, 5, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 16px;
}
.auth_block-main .btn span {
  padding: 16px;
}
.auth_block-main .post {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.auth_block-main .post a {
  text-decoration: underline;
  color: #4090db;
}
.auth_block-main .rights {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.auth_block-main .rights a {
  text-decoration: underline;
  color: #4090db;
}
@media screen and (max-width: 991px) {
  .auth_block-main {
    padding: 20px 12px;
    max-width: 600px;
  }
  .auth_block-main .btn span {
    padding: 12px;
  }
  .auth_block::after {
    min-width: 100px;
    height: 65px;
  }
}
.btn_toggle {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
}
.btn_toggle-item {
  display: block;
  width: 100%;
}
.btn_toggle-item span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 24px;
  width: 100%;
  transition: 0.3s;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #4090db;
  border: 1px solid #4090db;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .btn_toggle-item span:hover {
    color: #ffffff;
    background-color: #2a72b6;
    border-color: #2a72b6;
    cursor: pointer;
  }
  .btn_toggle-item span:active {
    color: #ffffff;
    background-color: #296caa;
    border-color: #296caa;
  }
}
.btn_toggle-item:has(input:checked) {
  pointer-events: none;
}
.btn_toggle-item:has(input:checked) span {
  color: #ffffff;
  background-color: #4090db;
  border-color: #4090db;
}
@media screen and (max-width: 991px) {
  .btn_toggle {
    flex-wrap: wrap;
  }
  .auth_block-main .rights {
    font-size: 12px;
  }
}
.field-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: flex-start;
  grid-gap: 16px;
  margin: 20px 0 0;
}
.field-group .field {
  margin-top: 0;
}
.field-group .field:has(.btn) {
  display: flex;
  gap: 16px;
}
.field-group .field:has(.btn) .btn {
  width: 100%;
}
.field-group:has(.lg) {
  grid-auto-flow: dense;
}
@media screen and (min-width: 720px) {
  .field-group > *.lg {
    grid-column: span 2;
  }
  .field-group > *.fs {
    grid-column: 1/-1;
  }
}
.field-group:first-child {
  margin-top: 0;
}
.field-label {
  position: relative;
  display: grid;
  grid-gap: 3px;
  width: 100%;
  padding: 8px 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 1px 1px rgba(64, 144, 219, 0.4);
  transition: 0.3s;
  border-radius: 6px;
  cursor: text;
}
.field-label:has(.field-input:hover),
.field-label:has(.field-input:focus) {
  box-shadow: 0px 0px 1px 1px #4090db;
}
.field-label:not(:has(.field-title)) {
  padding: 6px 12px;
}
.field-label .p-multiselect,
.field-label .p-select {
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  width: 100%;
}
.field-label .p-multiselect .p-multiselect-label,
.field-label .p-multiselect .p-select-label,
.field-label .p-select .p-multiselect-label,
.field-label .p-select .p-select-label {
  padding: unset;
  color: #050505;
}
.field-label .p-multiselect .p-multiselect-label.p-placeholder,
.field-label .p-multiselect .p-select-label.p-placeholder,
.field-label .p-select .p-multiselect-label.p-placeholder,
.field-label .p-select .p-select-label.p-placeholder {
  opacity: 0.7;
}
.field-label .p-multiselect .p-overlay {
  left: 0 !important;
  max-width: 100%;
}
.field-label .p-datepicker-dropdown,
.field-label .p-multiselect-dropdown,
.field-label .p-select-dropdown {
  padding: 0;
  background-color: unset;
  border: unset;
  width: auto;
}
.field-label p-calendar .p-datepicker,
.field-label p-datepicker .p-datepicker {
  width: 100%;
}
.field-label p-calendar .p-datepicker .p-datepicker-panel,
.field-label p-datepicker .p-datepicker .p-datepicker-panel {
  min-width: unset;
  z-index: 1;
}
.field-label p-calendar .p-inputtext,
.field-label p-datepicker .p-inputtext {
  padding: 0;
  color: #050505;
  outline: unset;
  box-shadow: unset;
  border: unset;
  border-radius: unset;
}
.field-label:has(textarea) {
  min-height: 120px;
  height: auto;
}
.field-label:has(.validation.warning) {
  box-shadow: 0px 0px 1px 1px rgba(187, 12, 12, 0.4);
}
.field-label:has(.validation.warning) .fld-title {
  color: rgba(187, 12, 12, 0.8);
}
.field-label:has(.validation.warning):has(.fld-input:hover),
.field-label:has(.validation.warning):has(.fld-input:focus) {
  box-shadow: 0px 0px 1px 1px #bb0c0c;
}
.field-label:has(.validation.warning):has(.fld-input:hover) .validation,
.field-label:has(.validation.warning):has(.fld-input:focus) .validation {
  border-color: #bb0c0c;
}
.field-label:has(.fld-input:disabled) {
  box-shadow: 0px 0px 1px 1px rgba(5, 5, 5, 0.2);
  cursor: default;
}
.field-label:has(.fld-input:disabled) .fld-title {
  color: rgba(5, 5, 5, 0.8);
  cursor: default;
}
.field-label:has(.fld-input:disabled) .fld-input {
  cursor: default;
}
.field-title {
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  color: #050505;
  transition: 0.3s;
}
.field-input {
  display: block;
  padding: 0;
  width: 100%;
  line-height: 1.2;
  font-size: 15px;
  cursor: text;
  transition: 0.3s;
}
.field-input .p-inputtext {
  line-height: 1.2;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .field-group {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
.breadcrumbs {
  position: relative;
  padding-top: 20px;
}
.breadcrumbs-wrap {
  display: grid;
}
.breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background-color: #ffffff;
  white-space: nowrap;
  color: rgba(5, 5, 5, 0.9);
  overflow: auto;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  border-radius: 8px;
}
.breadcrumbs a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.breadcrumbs a:last-child {
  opacity: 0.8;
  pointer-events: none;
}
.breadcrumbs a:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 10.5L8 6.5L4 2.5' stroke='%23767676' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    padding-top: 12px;
  }
  .breadcrumbs-list {
    gap: 4px;
    padding: 6px 12px;
  }
  .breadcrumbs-list a {
    gap: 4px;
  }
}
.not_found {
  display: grid;
  align-items: center;
  padding: 20px 0 0;
  height: 100%;
  text-align: center;
}
.not_found-wrap {
  display: grid;
  grid-gap: 20px;
}
.not_found-title {
  line-height: 0.7;
  font-size: 124px;
}
.not_found-text p {
  font-size: 24px;
}
.not_found-btn {
  margin: 0 auto;
  max-width: 200px;
}
@media screen and (max-width: 991px) {
  .not_found-title {
    font-size: 64px;
  }
  .not_found-text p {
    font-size: 18px;
  }
}
.content_item-wrap {
  display: grid;
  grid-gap: 16px;
}
.content_item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}
.content_item-header .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.content_item-block_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}
.content_item-detail {
  display: grid;
  grid-gap: 12px;
}
.content_item-detail .field-group {
  margin-top: 0;
}
.scroll-table {
  overflow: auto;
}
td {
  vertical-align: top;
}
.down-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.down-btn .btn {
  max-width: 200px;
}
.modal-wrap {
  display: grid;
  grid-gap: 40px;
  padding: 1px 0;
  width: 340px;
}
.modal-main {
  height: 50vh;
}
.modal-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.modal .p-datepicker-weekday-cell {
  padding: 0;
}
.modal .p-datepicker-day-cell {
  padding: 0;
}
.modal .p-datepicker-panel {
  padding: 4px 0 0;
}
.modal .p-datepicker-header {
  padding: 0;
}
.modal .p-button-text {
  padding: 0;
  height: auto !important;
}
.modal .p-datepicker-calendar-container + .p-datepicker-time-picker {
  padding: 0;
}
.p-datepicker {
  display: flex !important;
}
.p-inputtext {
  padding: unset !important;
  width: 100% !important;
  color: #050505 !important;
  border-radius: unset !important;
  border: unset !important;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(5, 5, 5, 0.2);
}
.p-datatable-gridlines td,
.p-datatable-gridlines th {
  padding: 8px !important;
  font-size: 12px !important;
}
.p-overlay-mask {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.main_page_cat {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal_form {
  display: grid;
  grid-gap: 12px;
  padding-top: 1px;
  min-width: 320px;
}
@media screen and (max-width: 991px) {
  .modal_form {
    min-width: unset;
    width: 100%;
    max-width: 400px;
  }
}
.validation {
  position: absolute;
  top: calc(100% - 9px);
  left: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 20px;
  width: calc(100% + 2px);
  font-weight: 500;
  font-size: 11px;
  background-color: #ffffff;
  transition: 0.3s;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.validation.warning {
  border: 1px solid rgba(187, 12, 12, 0.4);
  border-top: unset;
  color: #bb0c0c;
}
.validation.warning::before {
  content: "";
  min-width: 12px;
  height: 12px;
  -webkit-mask: url("./media/ic_warning.svg") no-repeat center center;
  mask: url("./media/ic_warning.svg") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #bb0c0c;
}
.managers_block-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
}
.managers_block-card {
  display: grid;
  grid-gap: 20px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.managers_block-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.managers_block-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: flex-start;
  grid-gap: 20px;
}
.managers_block-avatar {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #4090db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.managers_block-info {
  display: grid;
  grid-gap: 12px;
}
.managers_block-name {
  font-size: 18px;
  font-weight: 600;
  color: #050505;
}
.managers_block-contacts {
  display: grid;
  grid-gap: 8px;
}
.managers_block-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.managers_block-contact-icon {
  font-size: 14px;
  width: 20px;
  text-align: center;
}
.managers_block-contact-text {
  color: rgba(5, 5, 5, 0.6);
  word-break: break-all;
}
.managers_block-actions {
  display: flex;
  gap: 12px;
}
.managers_block .arrow {
  font-size: 16px;
  transition: transform 0.2s ease;
}
.managers_block .delete-icon {
  font-size: 14px;
}
.managers_block .delete-text {
  font-size: 14px;
}
.managers_block-empty {
  text-align: center;
  color: rgba(5, 5, 5, 0.8);
}
.managers_block-empty-icon {
  font-size: 64px;
  margin-bottom: 16px;
}
.managers_block-empty-title {
  font-size: 20px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}
.managers_block-empty-description {
  font-size: 16px;
  color: #9ca3af;
}
@media (max-width: 768px) {
  .managers_block-grid {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .managers_block-header {
    grid-template-columns: 1fr;
  }
  .managers_block-avatar {
    width: 60px;
  }
  .managers_block-actions {
    flex-direction: column;
  }
}
.info_table-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  box-shadow: 0px 0px 4px 1px rgba(64, 144, 219, 0.1);
}
.info_table-table .avatar {
  position: relative;
  width: 160px;
  aspect-ratio: 1/1;
  overflow: hidden;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.info_table-table .avatar .img {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  object-fit: cover;
}
.info_table tr:not(:first-child) th,
.info_table tr:not(:first-child) td {
  border-top: unset;
}
.info_table tr:first-child th:first-child,
.info_table tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.info_table tr:first-child th:last-child,
.info_table tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
.info_table tr:last-child th:first-child,
.info_table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.info_table tr:last-child th:last-child,
.info_table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.info_table tr th {
  font-weight: 600;
}
.info_table tr th,
.info_table tr td {
  padding: 6px 16px;
  vertical-align: top;
  text-align: left;
  border: 1px solid rgba(5, 5, 5, 0.2);
}
.info_table tr th:not(:first-child),
.info_table tr td:not(:first-child) {
  border-left: unset;
}
.info_table tr th .delete .ic,
.info_table tr td .delete .ic {
  background-color: #e61919;
}
@media screen and (min-width: 992px) {
  .info_table tr th .delete,
  .info_table tr td .delete {
    cursor: pointer;
  }
  .info_table tr th .delete .ic,
  .info_table tr td .delete .ic {
    background-color: #b61c1c;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
