@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.woff2") format("woff2");
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*, *::after, *::before {
  box-sizing: border-box;
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 100%;
}

button, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
}

.container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.site-container {
  height: 100%;
}

.site-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-container {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.input-icon {
  position: relative;
}

.icon {
  position: absolute;
  right: 20px;
  top: 11px;
  cursor: pointer;
}
.icon svg {
  opacity: 0.5;
}
.icon.active svg {
  opacity: 1;
}

.text {
  color: #737373;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-12 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #737373;
}

.text-14 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0a0a0a;
}

.text-16 {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  font-weight: 500;
}
@media (max-width: 568px) {
  .text-16 {
    font-size: 14px;
  }
}

.text-20 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
@media (max-width: 768px) {
  .text-20 {
    font-size: 16px;
  }
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flex {
  display: flex;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  margin: 0;
}

.btn {
  display: flex;
  height: 40px;
  padding: 5px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #98261c;
  background: #98261c;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
}
.btn:hover {
  background: #fff;
  color: #98261c;
}
.btn:hover {
  background: transparent;
}
.btn:hover svg path {
  stroke: #98261C;
}

.btn-light {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  display: flex;
  background: transparent;
  height: 40px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-weight: 500;
  color: #222;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn-light.btn-red {
  border: 1px solid #98261C;
}
.btn-light.red {
  border: 1px solid #98261C;
  background: #98261C;
  color: #fff;
}
.btn-light:hover {
  border: 1px solid #98261C;
  background: transparent;
  color: #98261C;
}
.btn-light:hover svg path {
  stroke: #98261C;
}

html {
  overflow-x: hidden;
}

.flatpickr-input {
  background-image: none !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader svg {
  width: 180px;
  height: auto;
}

#preloader-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #98261c;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1;
  padding: 16px 24px;
  border-bottom: 1px solid #d9d9d9;
  background: var(--Base-White, #fff);
}
.header__block .flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__nav {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}
.header__burger, .header__logo, .header__account {
  display: none;
}
.header__logout {
  margin-left: 4px;
  cursor: pointer;
}
.header__logout:hover svg path {
  stroke: #98261C;
}
.header__info {
  display: flex;
  flex-direction: column;
}
.header__info_user {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.header__info_mail {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #727272;
}
.header__message {
  cursor: pointer;
  display: flex;
  position: relative;
}
.header__message .new {
  position: absolute;
  top: -2px;
  right: 0;
  border-radius: 8px;
  border: 2px solid var(--Base-White, #fff);
  background: var(--Rea-main, #b41f24);
  content: "";
  width: 12px;
  height: 12px;
}
.header .dropdown {
  position: relative;
}
.header .dropdown > a {
  display: flex;
  height: 40px;
  padding: 10px 14px;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: var(--Base-White, #fff);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #737373;
}
.header .dropdown > a svg {
  min-width: 16px;
  height: 16px;
}
.header .dropdown .sub-menu {
  position: absolute;
  top: 102%;
  right: 0;
  left: 0;
  z-index: 21;
  display: none;
  padding: 20px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: var(--Base-White, #fff);
}
.header .dropdown .sub-menu li {
  display: flex;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.header .dropdown .sub-menu li:hover a {
  color: #98261C;
}
.header .dropdown .sub-menu li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  display: flex;
  width: 100%;
  padding: 14px;
}
.header .dropdown:hover > .sub-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

@media (max-width: 1024px) {
  .header {
    position: relative;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
  }
  .header__overlay {
    position: fixed;
    top: 173px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 5;
  }
  .header__overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .header__block {
    display: none;
  }
  .header__block.active {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 101%;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
    z-index: 10;
  }
  .header__block.active .flex {
    border-radius: 8px;
    width: 100%;
    padding: 16px;
    background: #ececf0;
    justify-content: space-between;
  }
  .header__burger {
    display: block;
  }
  .header__burger svg.close {
    display: none;
  }
  .header__burger svg.open {
    display: block;
  }
  .header__logo {
    display: flex;
    width: 117px;
    height: 42px;
    aspect-ratio: 39/14;
  }
  .header__account {
    display: flex;
  }
}
.login {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.login__error-text {
  color: var(--Red-500, #ef4444);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.login__back {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #222;
}
.login__back a {
  color: #98261C;
}
.login__back a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.login__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.login__title h1 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .login__title h1 {
    font-size: 16px;
  }
}
.login__title p {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 568px) {
  .login__title p {
    font-size: 14px;
  }
}
.login form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login form label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.login form .form__row--checkbox {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.login form .form__row--checkbox span {
  color: var(--Slate-600, #475569);
  position: relative;
  padding-left: 32px;
}
.login form .form__link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #98261C;
  margin: 0 auto;
}
.login form .form-row {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.login form .form-row input {
  width: 100%;
  display: flex;
  height: 40px;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #737373;
}
@media (max-width: 568px) {
  .login form .form-row input {
    font-size: 14px;
  }
}
.login form .form-row input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.login form .form-row input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.login form .form-row input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.login form .form-row input[type=checkbox] + span::before,
.login form .form-row input[type=checkbox] + label::before {
  display: inline-flex;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--Slate-300, #cbd5e1);
  left: 0;
  content: "";
  top: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.login form .form-row input[type=checkbox]:checked + span::before,
.login form .form-row input[type=checkbox]:checked + label::before {
  background-size: cover;
  background: #98261C;
  border: 1px solid #98261C;
  content: "✓";
  color: #fff;
  font-size: 12px;
}
.login form .form-row input[type=checkbox] {
  display: none;
}
.login form .form-row a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #475569;
}
.login form .form-row a:hover {
  text-decoration: underline;
}
.login form button[type=submit] {
  display: flex;
  height: 40px;
  padding: 5px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #98261c;
  background: #98261c;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s ease;
}
.login form button[type=submit]:hover {
  background: #fff;
  color: #98261c;
}
.login__button {
  display: flex;
  height: 44px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  border: 1px solid var(--Slate-300, #cbd5e1);
  background: var(--Base-White, #fff);
  color: var(--Slate-700, #334155);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  box-shadow: 0px 1px 2px 0px rgba(15, 22, 36, 0.05);
  width: 100%;
}
.login__text {
  color: var(--Slate-600, #475569);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.login__text a {
  font-weight: 500;
}
.login__text a:hover {
  text-decoration: underline;
}
.login__wrapper {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: absolute;
  inset: 0;
  margin: auto;
  justify-content: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.page__wrapper {
  display: flex;
  background: #fafafa;
  height: 100%;
}

.sidebar {
  width: 17%;
  position: relative;
  z-index: 1;
  border-right: 1px solid #d9d9d9;
  background: #fff;
}
.sidebar__logo {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.sidebar__menu {
  border-top: 1px solid #d9d9d9;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.sidebar__item {
  height: 48px;
  padding: 10px 16px;
  transition: 0.4s ease;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
}
.sidebar__item:hover, .sidebar__item.active {
  background: #98261C;
}
.sidebar__item:hover .sidebar__link, .sidebar__item.active .sidebar__link {
  color: #fff;
}
.sidebar__item:hover .sidebar__link svg path, .sidebar__item.active .sidebar__link svg path {
  stroke: #fff;
}
.sidebar__link {
  display: flex;
  transition: 0.4s ease;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #222;
}
.sidebar__link svg {
  min-width: 20px;
}

.main-block {
  width: 83%;
  overflow-x: hidden;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 107px 32px 32px;
  background: #fafafa;
}
.main-block h1,
.main-block .h1 {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .main-block h1,
.main-block .h1 {
    font-size: 16px;
  }
}

.dashboard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.dashboard__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.dashboard__icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 10px;
  background: #eff6ff;
}
.dashboard__icon img {
  width: 24px;
  height: 24px;
}
.dashboard__item {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.dashboard__item:nth-child(2) .dashboard__icon {
  background: #f0fdf4;
}
.dashboard__item:nth-child(4) .dashboard__icon {
  background: #fefce8;
}
.dashboard__item:nth-child(5) .dashboard__icon {
  background: #fff7ed;
}
.dashboard__item:nth-child(3) .dashboard__icon, .dashboard__item:nth-child(6) .dashboard__icon {
  background: #faf5ff;
}
.dashboard__item span {
  display: block;
  margin-top: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #222;
}
@media (max-width: 768px) {
  .dashboard__item span {
    font-size: 16px;
  }
}
.dashboard__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
.dashboard__block {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.dashboard__block_title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.dashboard__block_title a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #98261C;
}
.dashboard__block_title a:hover {
  text-decoration: underline;
}
.dashboard__block .badge {
  border-radius: 100px;
  display: flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0.5px solid #00a63e;
  background: #f0fdf4;
  border-radius: 100px;
  border: 0.5px solid #00a63e;
  background: #f0fdf4;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #00a63e;
}
.dashboard__block_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.dashboard__block .status {
  display: flex;
  gap: 2px;
  justify-content: flex-end;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.dashboard__block .status.paid {
  color: #00A63E;
}
.dashboard__block .status.pending {
  color: #D08700;
}
.dashboard__block_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dashboard__block_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dashboard__block_top {
  align-items: center;
  display: flex;
  gap: 10px;
}
.dashboard__block_bottom {
  display: flex;
  gap: 16px;
  align-items: center;
}
.dashboard__block_bottom .flex {
  align-items: center;
  gap: 6px;
}
.dashboard__block_bottom .flex img {
  width: 12px;
  height: 12px;
}
.dashboard__block_item {
  min-height: 84px;
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  gap: 16px;
  justify-content: space-between;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7.5px;
  margin-left: auto;
}
.pagination li {
  height: 18px;
}
.pagination button {
  padding: 0;
  height: 18px;
  cursor: pointer;
}
.pagination__number {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #29343d;
  line-height: 19px;
  margin-right: 25px;
}

.section {
  display: none;
}

.section.active {
  display: flex;
}

.leads__wrap {
  border-right: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.leads__title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.leads__table {
  width: 100%;
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
  border-right: 0;
}
.leads__table .select2-container {
  width: 130px !important;
  text-align: left;
}
.leads__table .sort-icon {
  transition: transform 0.2s ease;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 20px;
  transition: transform 0.3s ease;
}
.leads__table .sorted-asc .sort-icon {
  transform: rotate(180deg);
}
.leads__table .sorted-desc .sort-icon {
  transform: rotate(0deg);
}
.leads__table_top {
  border-bottom: 1px solid #d9d9d9;
}
.leads__table_top th {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #767676;
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 12px;
  text-align: left;
  position: relative;
}
.leads__table tbody td {
  border-bottom: 1px solid #d9d9d9;
  height: 64px;
  padding: 16px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.leads__table tbody td:last-of-type {
  text-align: right;
}
.leads__table tbody td:last-of-type .select2-container--default .select2-selection--single {
  border-radius: 8px;
  height: 36px;
}
.leads__table tbody td:last-of-type .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0a0a0a;
  line-height: 35px;
}
.leads__table tbody td:last-of-type .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.leads__table tbody tr:last-child td {
  border-bottom: none;
}
.leads__table tbody .date {
  color: #737373;
}
.leads__table tbody .status.new p {
  border: 0.5px solid #00a63e;
  color: #00A63E;
  background: #f0fdf4;
}
.leads__table tbody .status.in-progress p, .leads__table tbody .status.in-work p {
  color: #A65F00;
  border: 0.5px solid #a65f00;
  background: #fef9c2;
}
.leads__table tbody .status.lost p ,
.leads__table tbody .status.small-budget p{
  color: #364153;
  border: 0.5px solid #364153;
  background: #f3f4f6;
}
.leads__table tbody .status.won p {
  color: #1447E6;
  border: 0.5px solid #1447e6;
  background: #dbeafe;
}
.leads__table tbody .status.offer-sent p {
  border: 0.5px solid #8200db;
  background: #f3e8ff;
  color: #8200DB;
}
.leads__table tbody .status p {
  display: flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.leads__wrapper {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.leads__top {
  width: 100%;
}
.leads__search {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.leads__search .select2-container--default .select2-selection--single {
  position: relative;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #f3f3f5;
  height: 36px;
}
.leads__search .select2-container {
  width: 180px !important;
}
.leads__search .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.leads__search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.leads__search-input {
  position: relative;
  flex: 1;
}
.leads__search-input svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
.leads__search-input input {
  width: 100%;
  display: flex;
  height: 36px;
  padding: 4px 12px 4px 32px;
  align-items: center;
  flex: 1 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #f3f3f5;
  outline: none;
}
.leads__search-input input::-moz-placeholder {
  color: #717182;
}
.leads__search-input input:-ms-input-placeholder {
  color: #717182;
}
.leads__search-input input::placeholder {
  color: #717182;
}
.leads__search-select {
  min-width: 180px;
  cursor: pointer;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #f3f3f5 !important;
  color: #0a0a0a !important;
}

.select2-dropdown {
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff !important;
  position: relative;
}
.select2-container--default .select2-results__option--selected::before {
  position: absolute;
  content: "";
  right: 5px;
  top: 9px;
  width: 18px;
  height: 18px;
  background: url("../img/check-select.svg") no-repeat;
}

/*.leads-info__panel {*/
/*  display: none;*/
/*}*/
.leads-info__panel__current {
  display: block;
}
.leads-info__tabs {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  border-radius: 100px;
  background: #ececf0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 33px 0;
}
.leads-info__tab {
  display: flex;
  width: 185px;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0a0a0a;
  cursor: pointer;
}
.leads-info__tab--current {
  background: #fff;
}
.leads-info form {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.leads-info form .form-group-select .select2-container {
  width: 215px !important;
  text-align: left;
}
.leads-info form .form-group-select .select2-container .select2-selection--single {
  height: 36px;
}
.leads-info form .form-group-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  top: 0;
  right: 8px;
}
.leads-info form .form-group-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.leads-info form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
.leads-info form .form-row--3 {
  grid-template-columns: repeat(3, 1fr);
}
.leads-info form .form-group label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #737373;
}
.leads-info form .form-group label span {
  color: #98261C;
}
.leads-info form .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 568px) {
  .leads-info form .form-group input {
    font-size: 14px;
  }
}
.leads-info form .form-group input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.leads-info form .form-group input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.leads-info form .form-group input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.leads-info form .form-group input:focus {
  outline: none;
  border-color: #98261C;
}
.leads-info form .form-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.leads-info form .form-block__label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.leads-info form .form-block__label span {
  color: #98261C;
}
.leads-info form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.leads-info form .checkbox-group label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.leads-info form .checkbox-group input[type=checkbox] + span {
  padding-right: 0;
  border-radius: 100px;
  border: 0.5px solid #d9d9d9;
  background: #f3f3f5;
  padding: 6px 12px;
  cursor: pointer;
}
.leads-info form .checkbox-group input[type=checkbox]:checked + span {
  padding-right: 38px;
  border-radius: 100px;
  color: #98261C;
  border: 0.5px solid #98261C;
  background: rgba(152, 38, 28, 0.15);
}
.leads-info form .checkbox-group input[type=checkbox] + span::before,
.leads-info form .checkbox-group input[type=checkbox] + label::before {
  display: none;
}
.leads-info form .checkbox-group input[type=checkbox]:checked + span::before,
.leads-info form .checkbox-group input[type=checkbox]:checked + label::before {
  display: inline-flex;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  content: "";
  top: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url("../img/check-select.svg") no-repeat;
}
.leads-info form .checkbox-group input[type=checkbox] {
  display: none;
}
.leads-info form .checkbox-group span {
  position: relative;
}
.leads-info form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
  margin-left: auto;
}
.leads-info form .btn {
  width: 164px;
}
.leads-info form .btn-cancel {
  color: #222;
  background: transparent;
  border: 1px solid #d9d9d9;
}
.leads-info form .btn-save {
  background: transparent;
  border: 1px solid #98261c;
  color: #222;
}
.leads-info__save {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.leads-info__save_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.leads-info__save_block .name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.leads-info__save_block .value {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #222;
}
@media (max-width: 568px) {
  .leads-info__save_block .value {
    font-size: 14px;
  }
}
.leads-info__save_block .value p {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 0.5px solid #98261c;
  background: rgba(152, 38, 28, 0.15);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #98261C;
}
.leads-info__save_block .value.red {
  color: #98261C;
}
.leads-info__save_block .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
.leads-info__save_block .form-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.leads-info__save_block .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
.leads-info__save_block .form-row--3 {
  grid-template-columns: repeat(3, 1fr);
  padding: 24px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.leads-info__save_block .btn.btn-edit {
  color: #222;
  border: 1px solid #d9d9d9;
  background: transparent;
}
.leads-info__save_block .btn.btn-edit:hover {
  color: #98261C;
}
.leads-info__save_block .form-actions {
  margin-left: auto;
}

.messages {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}
.messages__date {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.messages__date p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: #737373;
  z-index: 2;
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 24px;
}
.messages__date::before {
  position: absolute;
  content: "";
  z-index: 0;
  height: 1px;
  width: 100%;
  top: 12px;
  background: #d9d9d9;
  left: 0;
}
.messages__time {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.messages__item {
  display: flex;
  margin-left: auto;
  width: 100%;
  max-width: 785px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px 16px 2px 16px;
  background: #ececf0;
}
.messages__header {
  display: flex;
  color: #737373;
  gap: 10px;
}
.messages__name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #222;
}
.messages__text {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  line-height: 160%;
  color: #222;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 568px) {
  .messages__text {
    font-size: 14px;
  }
}
.messages__meeting {
  display: flex;
  color: #737373;
  gap: 10px;
}
.messages__meeting-title, .messages__meeting-info {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.messages__meeting-title {
  color: #222;
}
.messages__inputs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}
.messages__input-group {
  flex: 1;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.messages__input-group.meeting-calendar {
  position: relative;
}
.messages__input-group.meeting-calendar::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 14px;
  background: url("../img/calendar.svg") no-repeat;
  z-index: 0;
}
.messages__input-group.meeting-time {
  position: relative;
}
.messages__input-group.meeting-time::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 14px;
  background: url("../img/Icon.svg") no-repeat;
  z-index: 0;
}
.messages__input-group label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.messages__input-group input {
  position: relative;
  z-index: 2;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 568px) {
  .messages__input-group input {
    font-size: 14px;
  }
}
.messages__input-group input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.messages__input-group input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.messages__input-group input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.messages__input-group input:focus {
  border-color: #98261C;
}
.messages__send {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.messages__input {
  flex: 1;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  padding: 9px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: none;
}
.messages__input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.messages__input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.messages__input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.messages__btn {
  border-radius: 8px;
  background: #98261c;
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #98261C;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  transition: 0.3s ease;
}
.messages__btn svg {
  width: 24px;
  height: 24px;
}
.messages__btn:hover {
  background: transparent;
}
.messages__btn:hover svg path {
  stroke: #98261C;
}

.order {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}
.order:nth-child(1) {
  margin-top: 0;
}
.order.order-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 64px 24px;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  margin-top: 33px;
}
.order.order-buttons .order-buttons__block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.order__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.order__message {
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #ff9500;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  width: 100%;
}
.order__right {
  display: flex;
  gap: 16px;
}
.order__right .btn.btn-download {
  color: #222;
  border: 1px solid #d9d9d9;
  background: transparent;
}
.order__right .btn.btn-edit-order {
  border: 1px solid #98261c;
  color: #222;
  background: transparent;
}
.order__right .btn:hover {
  color: #98261C;
}
.order__left_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.order__left_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order__left_item_name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.order__left_item_value {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
}
@media (max-width: 568px) {
  .order__left_item_value {
    font-size: 14px;
  }
}
.order__bottom {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding-top: 24px;
}
.order__bottom_items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  gap: 10px;
}
.order__bottom_item {
  display: flex;
  align-items: center;
  position: relative;
}
.order__bottom_item div {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #fff;
  gap: 10px;
  padding-right: 10px;
}
.order__bottom_item .order__bottom_image {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  padding-right: 0;
  background: #f5f5f5;
}
.order__bottom_item p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.order__bottom_item::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  top: 20px;
  right: 0;
  background: #d9d9d9;
}
.order__bottom_item:nth-child(1) .order__bottom_image {
  background: #98261C;
}
.order__bottom_item.paid .order__bottom_image {
  background: #98261C;
}
.order__bottom_item.pending .order__bottom_image {
  border: 2px solid #98261C;
  background: rgba(152, 38, 28, 0.2);
}

.flatpickr-day {
  height: 48px !important;
  padding: 13.2px 13.229px 13.8px 13.229px;
  border-radius: 8px !important;
  width: 100% !important;
  max-width: 66px !important;
  display: flex !important;
  align-items: center;
}
.flatpickr-day.today {
  color: #fff !important;
  border-color: #98261C !important;
  background: #98261c !important;
}

.flatpickr-calendar,
.dayContainer {
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
}

.flatpickr-days {
  width: 100% !important;
  max-width: 496px;
}

.flatpickr-weekdays {
  background: #ececf0 !important;
  height: 48px !important;
}

.flatpickr-months .flatpickr-month {
  height: 56px !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  height: 56px !important;
  display: flex;
  align-items: center;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  margin: 0 !important;
  padding: 0 !important;
}

.flatpickr-current-month {
  display: flex !important;
  height: 56px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
}

.users__wrap {
  border-right: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.users__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}
.users__table {
  width: 100%;
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
  border-right: 0;
}
.users__table .select2-container {
  width: 130px !important;
  text-align: left;
}
.users__table_top {
  border-bottom: 1px solid #d9d9d9;
}
.users__table_top th {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #767676;
  padding: 16px 12px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.users__table_top th:nth-child(1) {
  width: 40px;
  text-align: center;
}
.users__table_top th:nth-child(2), .users__table_top th:nth-child(3) {
  width: 420px;
}
.users__table_top th:nth-child(4), .users__table_top th:nth-child(5) {
  width: 40px;
}
.users__table tbody td {
  border-bottom: 1px solid #d9d9d9;
  height: 64px;
  padding: 16px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.users__table tbody td:first-of-type {
  text-align: center;
}
.users__table tbody td:last-of-type {
  text-align: right;
}
.users__table tbody td:last-of-type .select2-container--default .select2-selection--single {
  border-radius: 8px;
  height: 36px;
}
.users__table tbody td:last-of-type .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0a0a0a;
  line-height: 35px;
}
.users__table tbody tr:last-child td {
  border-bottom: none;
}
.users__table tbody .date {
  color: #737373;
}
.users__table tbody .role .admin {
  border: 0.5px solid #00a63e;
  color: #00A63E;
  background: #f0fdf4;
}
.users__table tbody .role .production {
  color: #A65F00;
  border: 0.5px solid #a65f00;
  background: #fef9c2;
}
.users__table tbody .role .assembling {
  color: #364153;
  border: 0.5px solid #364153;
  background: #f3f4f6;
}
.users__table tbody .role .packaging {
  color: #1447E6;
  border: 0.5px solid #1447e6;
  background: #dbeafe;
}
.users__table tbody .role .sales {
  border: 0.5px solid #8200db;
  background: #f3e8ff;
  color: #8200DB;
}
.users__table tbody .role p {
  display: flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.users__table tbody .role div {
  display: flex;
  gap: 10px;
}
.users__wrapper {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.users__top {
  width: 100%;
}
.users__search {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.users__search .select2-container--default .select2-selection--single {
  position: relative;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #f3f3f5;
  height: 36px;
}
.users__search .select2-container {
  width: 180px !important;
}
.users__search .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.users__search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.users__search-input {
  position: relative;
  flex: 1;
}
.users__search-input svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
.users__search-input input {
  width: 100%;
  display: flex;
  height: 36px;
  padding: 4px 12px 4px 32px;
  align-items: center;
  flex: 1 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #f3f3f5;
  outline: none;
}
.users__search-input input::-moz-placeholder {
  color: #717182;
}
.users__search-input input:-ms-input-placeholder {
  color: #717182;
}
.users__search-input input::placeholder {
  color: #717182;
}
.users__search-select {
  min-width: 180px;
  cursor: pointer;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.users__delete {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.users__delete::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  background: rgba(0, 0, 0, 0.15);
  left: 0;
  top: 16px;
}
.users__delete img {
  display: block;
  margin: 0 auto;
}
.users__edit {
  text-align: center;
  cursor: pointer;
}
.users__edit img {
  display: block;
  margin: 0 auto;
}
.users__info form {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.users__info form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
.users__info form .form-row .icon {
  top: 16px;
  height: 18px;
}
.users__info form .select2-container--default .select2-selection--single {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  height: 36px;
}
.users__info form .select2-container {
  width: 100% !important;
}
.users__info form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0a0a0a;
  line-height: 35px;
}
.users__info form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.users__info form .form-row--3 {
  grid-template-columns: repeat(3, 1fr);
}
.users__info form .form-group label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #737373;
}
.users__info form .form-group label span {
  color: #98261C;
}
.users__info form .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 568px) {
  .users__info form .form-group input {
    font-size: 14px;
  }
}
.users__info form .form-group input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.users__info form .form-group input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.users__info form .form-group input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.users__info form .form-group input:focus {
  outline: none;
  border-color: #98261C;
}
.users__info form .form-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.users__info form .form-block__label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.users__info form .form-block__label span {
  color: #98261C;
}
.users__info form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.users__info form .checkbox-group label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.users__info form .checkbox-group input[type=checkbox] + span {
  padding-right: 0;
  border-radius: 100px;
  border: 0.5px solid #d9d9d9;
  background: #f3f3f5;
  padding: 6px 12px;
  cursor: pointer;
}
.users__info form .checkbox-group input[type=checkbox]:checked + span {
  padding-right: 38px;
  border-radius: 100px;
  color: #98261C;
  border: 0.5px solid #98261C;
  background: rgba(152, 38, 28, 0.15);
}
.users__info form .checkbox-group input[type=checkbox] + span::before,
.users__info form .checkbox-group input[type=checkbox] + label::before {
  display: none;
}
.users__info form .checkbox-group input[type=checkbox]:checked + span::before,
.users__info form .checkbox-group input[type=checkbox]:checked + label::before {
  display: inline-flex;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  content: "";
  top: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url("../img/check-select.svg") no-repeat;
}
.users__info form .checkbox-group input[type=checkbox] {
  display: none;
}
.users__info form .checkbox-group span {
  position: relative;
}
.users__info form .form-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 24px;
}
.users__info form .form-actions div {
  display: flex;
  gap: 16px;
}
.users__info form .btn {
  width: 164px;
}
.users__info form .btn.popup-open {
  color: #222;
  background: transparent;
  border: 1px solid #d9d9d9;
}
.users__info form .btn-cancel {
  color: #222;
  background: transparent;
  border: 1px solid #d9d9d9;
}
.users__info form .btn-save {
  background: transparent;
  border: 1px solid #98261c;
  color: #222;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-overlay.open {
  display: flex;
}

.popup-overlay[data-popup=popup-send] .popup {
  padding: 64px 24px;
}
.popup-overlay[data-popup=popup-send] .popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.popup {
  display: flex;
  width: 600px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: var(--Base-White, #fff);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05), 0 8px 24px 0 rgba(15, 22, 36, 0.12);
}
.popup__title {
  color: #222;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .popup__title {
    font-size: 16px;
  }
}
.popup__content {
  width: 100%;
}
.popup__signature {
  border-radius: 6px;
  margin-top: 10px;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 240px;
  padding: 12px 16px;
  position: relative;
}
.popup__signature .btn--clear-signature {
  cursor: pointer;
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  left: 12px;
  bottom: 12px;
}
.popup__label {
  color: #737373;
  display: block;
  margin-bottom: 10px;
}
.popup__warning {
  width: 100%;
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #98261c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin: 16px 0;
}
.popup__input {
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
}
@media (max-width: 568px) {
  .popup__input {
    font-size: 14px;
  }
}
.popup__actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
  margin-top: 32px;
}
.popup .btn {
  background: transparent;
  color: #222;
}
.popup .btn.btn--ghost {
  border: 1px solid #d9d9d9;
}
.popup .btn.btn--danger {
  border: 1px solid #98261c;
}

.orders__title {
  margin-bottom: 32px;
}
.orders-info__files {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
.orders-info__files .preview-files-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.orders-info__files .preview-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}
.orders-info__files .preview-item span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.orders-info form.orders-info__production .form-actions {
  margin-top: 0;
}
.orders-info form.orders-info__production .form-row {
  grid-template-columns: repeat(1, 1fr);
}
.orders-info form.orders-info__production textarea {
  display: flex;
  height: 140px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  align-items: flex-start;
  align-self: stretch;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  resize: none;
}
@media (max-width: 568px) {
  .orders-info form.orders-info__production textarea {
    font-size: 14px;
  }
}
.orders-info form.orders-info__production textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__production textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__production textarea::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__production .orders-info__images {
  margin-top: 0;
}
.orders-info form.orders-info__production .orders-info__images .btn-light {
  margin: 0;
}
.orders-info form.orders-info__production .form-actions {
  justify-content: flex-end;
}
.orders-info__price {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #ececf0;
  width: 100%;
}
.orders-info__price_right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 8px;
}
.orders-info__price_right span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  line-height: normal;
}
.orders-info__price_value {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #222;
  line-height: 100%;
}
@media (max-width: 768px) {
  .orders-info__price_value {
    font-size: 16px;
  }
}
.orders-info__price_left {
  display: flex;
  flex-direction: column;
}
.orders-info__price_left label {
  display: block;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.orders-info__price_left input {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  display: flex;
  width: 160px;
  padding: 12px 16px;
  align-items: center;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
}
@media (max-width: 568px) {
  .orders-info__price_left input {
    font-size: 14px;
  }
}
.orders-info__price_left input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info__price_left input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info__price_left input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__details {
  padding: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
}
.orders-info form.orders-info__details .add-blueprint {
  display: none;
}
.orders-info form.orders-info__details .form-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}
.orders-info form.orders-info__details textarea {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
}
@media (max-width: 568px) {
  .orders-info form.orders-info__details textarea {
    font-size: 14px;
  }
}
.orders-info form.orders-info__details textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__details textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__details textarea::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__details textarea {
  resize: none;
  width: 100%;
  padding: 12px 16px;
  height: 76px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.orders-info form.orders-info__details .block {
  width: 100%;
}
.orders-info form.orders-info__details .block .rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.orders-info form.orders-info__details .block .rows .row {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  justify-content: space-between;
}
.orders-info form.orders-info__details .block .rows .row input,
.orders-info form.orders-info__details .block .rows .row textarea {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
}
@media (max-width: 568px) {
  .orders-info form.orders-info__details .block .rows .row input,
.orders-info form.orders-info__details .block .rows .row textarea {
    font-size: 14px;
  }
}
.orders-info form.orders-info__details .block .rows .row input::-moz-placeholder, .orders-info form.orders-info__details .block .rows .row textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__details .block .rows .row input:-ms-input-placeholder, .orders-info form.orders-info__details .block .rows .row textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__details .block .rows .row input::placeholder,
.orders-info form.orders-info__details .block .rows .row textarea::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__details .block .rows .row textarea {
  resize: none;
  height: 76px;
}
.orders-info form.orders-info__details .block .rows .row input[type=text] {
  width: 250px;
  padding: 0 16px 0 0;
}
.orders-info form.orders-info__details .block .rows .row input[type=number] {
  width: 250px;
  padding: 0 16px;
  border-left: 1px solid #d9d9d9;
}
.orders-info form.orders-info__details .block .drag-handle {
  display: flex;
  align-items: center;
}
.orders-info form.orders-info__details .block .text-20 {
  margin-bottom: 16px;
  font-weight: 400;
}
.orders-info form.orders-info__details .block .drag-over {
  border: 2px dashed #000;
}
.orders-info form.orders-info__details .block .icons {
  display: flex;
  gap: 5px;
}
.orders-info form.orders-info__details .block .icons button,
.orders-info form.orders-info__details .block .icons span {
  background: none;
  border: none;
  cursor: pointer;
}
.orders-info form.orders-info__details .block .add-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.orders-info form.orders-info__details .form-row--full {
  width: 100%;
}
.orders-info form.orders-info__details .form__row--checkbox {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.orders-info form.orders-info__details .form__row--checkbox span {
  position: relative;
  padding-left: 32px;
  display: block;
}
.orders-info form.orders-info__details .form__row--checkbox span em {
  display: block;
  color: #737373;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.orders-info form.orders-info__details .form__row--checkbox input[type=checkbox] + span::before,
.orders-info form.orders-info__details .form__row--checkbox input[type=checkbox] + label::before {
  display: inline-flex;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--Slate-300, #cbd5e1);
  left: 0;
  content: "";
  top: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.orders-info form.orders-info__details .form__row--checkbox input[type=checkbox]:checked + span::before,
.orders-info form.orders-info__details .form__row--checkbox input[type=checkbox]:checked + label::before {
  background-size: cover;
  background: #98261C;
  border: 1px solid #98261C;
  content: "✓";
  color: #fff;
  font-size: 12px;
}
.orders-info form.orders-info__details .form__row--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.orders-info__tabs {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  border-radius: 100px;
  background: #ececf0;
  width: 100%;
  margin-bottom: 33px;
}
.orders-info__wrapper {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 24px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  margin-top: 32px;
}
.orders-info__panel_block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 24px 0;
}
.orders-info__panel_info {
  display: flex;
  gap: 32px;
}
.orders-info__panel_name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  margin-bottom: 8px;
}
.orders-info__panel_value {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
}
@media (max-width: 568px) {
  .orders-info__panel_value {
    font-size: 14px;
  }
}
.orders-info__panel .orders-info__panel_download {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 6px;
  transition: all 0.3s;
}
.orders-info__panel .orders-info__panel_download.active {
  background-color: #f0f0f0;
  border-color: #aaa;
}
.orders-info__panel .pdf-file-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  margin-bottom: 24px;
  gap: 10px;
}
.orders-info__panel .pdf-file-info svg {
  cursor: pointer;
  transition: transform 0.2s;
}
.orders-info__panel .pdf-file-info svg:hover {
  transform: scale(1.1);
}
.orders-info__panel_configuration {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.orders-info__panel_configuration_item {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.orders-info__panel_configuration_download {
  color: #98261C;
  text-decoration: underline;
}
.orders-info__panel_configuration .configuration__form {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.orders-info__panel_configuration .configuration__form .form-row {
  display: flex;
  width: 100%;
}
.orders-info__panel_configuration .configuration__form .form-group label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}
.orders-info__panel_configuration .configuration__form .btn {
  min-width: 40px;
  padding: 0;
  width: 40px;
}
.orders-info__panel_download.btn-light {
  opacity: 0.5;
}
.orders-info__panel_download.btn-light.active {
  opacity: 1;
}
.orders-info form.orders-info__form {
  padding: 0;
  box-shadow: none;
  margin: 24px 0;
  border: 0;
  background: transparent;
}
.orders-info form.orders-info__form .form-actions {
  margin-top: 24px;
  justify-content: flex-end;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}
.orders-info form.orders-info__form .select2-container--default .select2-selection--single {
  border-radius: 8px;
  height: 36px;
}
.orders-info form.orders-info__form .select2-container {
  width: 320px !important;
}
.orders-info form.orders-info__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0a0a0a;
  line-height: 35px;
}
.orders-info form.orders-info__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.orders-info form.orders-info__form .form-row {
  grid-template-columns: repeat(1, 1fr);
}
.orders-info form.orders-info__form textarea {
  display: flex;
  height: 140px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  align-items: flex-start;
  align-self: stretch;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  resize: none;
}
@media (max-width: 568px) {
  .orders-info form.orders-info__form textarea {
    font-size: 14px;
  }
}
.orders-info form.orders-info__form textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__form textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__form textarea::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form.orders-info__form .form-actions {
  margin-top: 0;
}
.orders-info__blocks {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 4px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}
.orders-info__block {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.orders-info__tab {
  display: flex;
  width: 100%;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0a0a0a;
  cursor: pointer;
}
.orders-info__tab--current {
  background: #fff;
}
.orders-info form {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.orders-info form .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
.orders-info form .form-row .icon {
  top: 16px;
  height: 18px;
}
.orders-info form .form-row--3 {
  grid-template-columns: repeat(3, 1fr);
}
.orders-info form .form-group.form-group__calendar {
  position: relative;
}
.orders-info form .form-group.form-group__calendar::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 14px;
  bottom: 11px;
  background: url("../img/calendar.svg") no-repeat;
  z-index: 0;
}
.orders-info form .form-group label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #737373;
}
.orders-info form .form-group label span {
  color: #98261C;
}
.orders-info form .form-group input {
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 42px;
}
@media (max-width: 568px) {
  .orders-info form .form-group input {
    font-size: 14px;
  }
}
.orders-info form .form-group input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form .form-group input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form .form-group input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.orders-info form .form-group input:focus {
  outline: none;
  border-color: #98261C;
}
.orders-info form .form-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.orders-info form .form-block__label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}
.orders-info form .form-block__label span {
  color: #98261C;
}
.orders-info form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.orders-info form .checkbox-group label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #737373;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.orders-info form .checkbox-group input[type=checkbox] + span {
  padding-right: 0;
  border-radius: 100px;
  border: 0.5px solid #d9d9d9;
  background: #f3f3f5;
  padding: 6px 12px;
  cursor: pointer;
}
.orders-info form .checkbox-group input[type=checkbox]:checked + span {
  padding-right: 38px;
  border-radius: 100px;
  color: #98261C;
  border: 0.5px solid #98261C;
  background: rgba(152, 38, 28, 0.15);
}
.orders-info form .checkbox-group input[type=checkbox] + span::before,
.orders-info form .checkbox-group input[type=checkbox] + label::before {
  display: none;
}
.orders-info form .checkbox-group input[type=checkbox]:checked + span::before,
.orders-info form .checkbox-group input[type=checkbox]:checked + label::before {
  display: inline-flex;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  content: "";
  top: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url("../img/check-select.svg") no-repeat;
}
.orders-info form .checkbox-group input[type=checkbox] {
  display: none;
}
.orders-info form .checkbox-group span {
  position: relative;
}
.orders-info form .form-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 24px;
}
.orders-info form .form-actions div {
  display: flex;
  gap: 16px;
}
.orders-info form .btn {
  width: 164px;
}
.orders-info form .btn.popup-open {
  color: #222;
  background: transparent;
  border: 1px solid #d9d9d9;
}
.orders-info form .btn-cancel {
  color: #222;
  background: transparent;
  border: 1px solid #d9d9d9;
}
.orders-info form .btn-save {
  background: transparent;
  border: 1px solid #98261c;
  color: #222;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 9;
  top: 67px;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

#section8 .orders-info__panel_configuration_item {
  display: block;
}

.orders-info__images,
.orders-info__files {
  margin-top: 20px;
  width: 100%;
}
.orders-info__images.has-preview .images-grid,
.orders-info__files.has-preview .images-grid {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.orders-info__images .video-play-overlay,
.orders-info__files .video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  right: 74.2px;
  bottom: 74.2px;
  padding-left: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orders-info__images .video-play-overlay.hidden,
.orders-info__files .video-play-overlay.hidden {
  display: none;
}
.orders-info__images .image-item,
.orders-info__images .preview-item,
.orders-info__files .image-item,
.orders-info__files .preview-item {
  position: relative;
  overflow: hidden;
}
.orders-info__images .image-item video,
.orders-info__images .preview-item video,
.orders-info__files .image-item video,
.orders-info__files .preview-item video {
  width: 100%;
  height: auto;
  display: block;
}
.orders-info__images.has-preview + .form-actions,
.orders-info__files.has-preview + .form-actions {
  margin-top: 24px;
}
.orders-info__images .images-grid,
.orders-info__images .preview-files-grid,
.orders-info__files .images-grid,
.orders-info__files .preview-files-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 10px;
  width: 100%;
}
.orders-info__images .btn-light,
.orders-info__files .btn-light {
  margin: 16px 0;
}
.orders-info__images .image-item,
.orders-info__images .preview-item,
.orders-info__files .image-item,
.orders-info__files .preview-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.orders-info__images .image-item img,
.orders-info__images .image-item video,
.orders-info__images .preview-item img,
.orders-info__images .preview-item video,
.orders-info__files .image-item img,
.orders-info__files .image-item video,
.orders-info__files .preview-item img,
.orders-info__files .preview-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.orders-info__images .image-remove,
.orders-info__images .image-upload,
.orders-info__images .download-file-btn,
.orders-info__images .remove-file-btn,
.orders-info__files .image-remove,
.orders-info__files .image-upload,
.orders-info__files .download-file-btn,
.orders-info__files .remove-file-btn {
  position: absolute;
  top: 6px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.orders-info__images .image-remove,
.orders-info__images .remove-file-btn,
.orders-info__files .image-remove,
.orders-info__files .remove-file-btn {
  right: 6px;
}
.orders-info__images .image-remove svg,
.orders-info__images .download-file-btn svg,
.orders-info__images .remove-file-btn svg,
.orders-info__images .image-upload svg,
.orders-info__files .image-remove svg,
.orders-info__files .download-file-btn svg,
.orders-info__files .remove-file-btn svg,
.orders-info__files .image-upload svg {
  pointer-events: none;
}
.orders-info__images .image-upload,
.orders-info__images .download-file-btn,
.orders-info__files .image-upload,
.orders-info__files .download-file-btn {
  left: 6px;
}

.orders-info__images.has-preview .images-grid {
  margin-top: 24px;
}

form.orders-info__packaging .block {
  width: 100%;
}
form.orders-info__packaging .block .rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form.orders-info__packaging .block .rows .row {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  gap: 16px;
  align-self: stretch;
  width: 100%;
  justify-content: flex-start;
}
form.orders-info__packaging .block .rows .row input {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
}
@media (max-width: 568px) {
  form.orders-info__packaging .block .rows .row input {
    font-size: 14px;
  }
}
form.orders-info__packaging .block .rows .row input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
form.orders-info__packaging .block .rows .row input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
form.orders-info__packaging .block .rows .row input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
form.orders-info__packaging .block .rows .row input[type=text] {
  width: 100%;
  min-width: 200px;
  padding: 0 16px 0 0;
}
form.orders-info__packaging .block .rows .row input[type=number] {
  width: 220px;
  padding: 0 16px;
  border-left: 1px solid #d9d9d9;
}
form.orders-info__packaging .block .drag-handle {
  display: flex;
  align-items: center;
}
form.orders-info__packaging .block .text-20 {
  margin-bottom: 16px;
  font-weight: 400;
}
form.orders-info__packaging .block .drag-over {
  border: 2px dashed #000;
}
form.orders-info__packaging .block .icons {
  display: flex;
  gap: 5px;
  margin-left: auto;
}
form.orders-info__packaging .block .icons button,
form.orders-info__packaging .block .icons span {
  background: none;
  border: none;
  cursor: pointer;
}
form.orders-info__packaging .block .add-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  margin-top: 10px;
  cursor: pointer;
}
form.orders-info__packaging .part-type {
  display: flex;
  padding-right: 16px;
  gap: 10px;
  border-right: 1px solid #d9d9d9;
}
form.orders-info__packaging .radio-label {
  position: relative;
  display: inline-block;
  height: 24px;
}
form.orders-info__packaging .radio-label input {
  display: none;
}
form.orders-info__packaging .radio-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
form.orders-info__packaging .radio-1 {
  background: #e3b4e8;
}
form.orders-info__packaging .radio-2 {
  background: #aed369;
}
form.orders-info__packaging .radio-label input:checked + .radio-circle {
  box-shadow: 0 0 0 2px #98261c inset;
}
form.orders-info__packaging .radio-label input:checked + .radio-circle.radio-2 {
  box-shadow: 0 0 0 2px #0b4821 inset;
}
form.orders-info__packaging .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
  margin-top: 0;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}

.production-info .empty-order {
  display: flex;
  align-items: center;
  justify-content: center;
}
.production-info.empty {
  height: calc(100vh - 140px);
}
.production-info__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.production-info .orders-info__panel_configuration {
  margin-top: 0;
}
.production-info#section5 {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 24px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.production-info#section5 .production-info__tabs {
  margin-top: 0;
}
.production-info__images {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 10px;
  width: 100%;
}
.production-info__image {
  position: relative;
  overflow: hidden;
}
.production-info__image img {
  border-radius: 8px;
}
.production-info__image .image-upload {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.production-info__image .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  border-radius: 50%;
}
.production-info__image img,
.production-info__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}
.production-info form.orders-info__production {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.production-info form.orders-info__production .form-row--checkbox {
  display: flex;
  cursor: pointer;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.production-info form.orders-info__production .form-row--checkbox .checkbox-block {
  position: relative;
  display: flex;
  padding: 16px 16px 16px 48px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid rgba(152, 38, 28, 0.2);
  justify-content: space-between;
}
.production-info form.orders-info__production .form-row--checkbox .checkbox-block p {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #717182;
}
.production-info form.orders-info__production .form-row--checkbox .checkbox-block p.checkbox-block__name {
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #000;
  margin-bottom: 4px;
}
@media (max-width: 568px) {
  .production-info form.orders-info__production .form-row--checkbox .checkbox-block p.checkbox-block__name {
    font-size: 14px;
  }
}
.production-info form.orders-info__production .form-row--checkbox .checkbox-block p em {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #717182;
}
.production-info form.orders-info__production .form-row--checkbox .checkbox-block p .violet {
  border-radius: 100px;
  width: 24px;
  display: block;
  height: 24px;
  aspect-ratio: 1/1;
  background: #e3b4e8;
}
.production-info form.orders-info__production .form-row--checkbox .checkbox-block p .green {
  width: 24px;
  height: 24px;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: #aed369;
}
.production-info form.orders-info__production .form-row--checkbox input {
  width: 100%;
  display: flex;
  height: 40px;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #737373;
}
@media (max-width: 568px) {
  .production-info form.orders-info__production .form-row--checkbox input {
    font-size: 14px;
  }
}
.production-info form.orders-info__production .form-row--checkbox input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.production-info form.orders-info__production .form-row--checkbox input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.production-info form.orders-info__production .form-row--checkbox input::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.production-info form.orders-info__production .form-row--checkbox input[type=checkbox] + .checkbox-block:before {
  display: inline-flex;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--Slate-300, #cbd5e1);
  left: 16px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.production-info form.orders-info__production .form-row--checkbox input[type=checkbox]:checked + .checkbox-block::before {
  background-size: cover;
  background: #98261C;
  border: 1px solid #98261C;
  content: "✓";
  color: #fff;
  font-size: 12px;
}
.production-info form.orders-info__production .form-row--checkbox input[type=checkbox]:checked + .checkbox-block {
  background: rgba(152, 38, 28, 0.05);
}
.production-info form.orders-info__production .form-row--checkbox input[type=checkbox]:checked + .checkbox-block p.checkbox-block__name {
  text-decoration: line-through;
}
.production-info form.orders-info__production .form-row--checkbox input[type=checkbox] {
  display: none;
}
.production-info form.orders-info__production .form-row--checkbox a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #475569;
}
.production-info form.orders-info__production .form-row--checkbox a:hover {
  text-decoration: underline;
}
.production-info form.orders-info__production .form-actions {
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
  padding-top: 24px;
}
.production-info form.orders-info__production .form-row {
  width: 100%;
}
.production-info form.orders-info__production textarea {
  display: flex;
  height: 140px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  align-items: flex-start;
  align-self: stretch;
  color: #737373;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  resize: none;
  margin-top: 16px;
}
@media (max-width: 568px) {
  .production-info form.orders-info__production textarea {
    font-size: 14px;
  }
}
.production-info form.orders-info__production textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.production-info form.orders-info__production textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.production-info form.orders-info__production textarea::placeholder {
  color: rgba(34, 34, 34, 0.25);
}
.production-info form.orders-info__production .orders-info__images {
  margin-top: 0;
}
.production-info form.orders-info__production .orders-info__images .btn-light {
  margin: 0;
}
.production-info form.orders-info__production .orders-info__images .btn-light span {
  color: #98261C;
}
.production-info form.orders-info__production .form-actions {
  justify-content: flex-end;
  display: flex;
  gap: 16px;
}
.production-info__address {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.production-info__address_item span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  display: block;
  margin-bottom: 4px;
}
.production-info__address_item p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0a0a0a;
}
.production-info__panel {
  display: none;
}
.production-info__panel__current {
  display: block;
}
.production-info .order {
  color: #222;
}
.production-info .production-info__panel[data-tab="1"] .order__bottom_item:nth-child(2) .order__bottom_image, .production-info .production-info__panel[data-tab="1"] .order__bottom_item:nth-child(3) .order__bottom_image {
  background: #98261C;
}
.production-info .production-info__panel[data-tab="2"] .order__bottom_item:nth-child(2) .order__bottom_image, .production-info .production-info__panel[data-tab="2"] .order__bottom_item:nth-child(3) .order__bottom_image, .production-info .production-info__panel[data-tab="2"] .order__bottom_item:nth-child(4) .order__bottom_image {
  background: #98261C;
}
.production-info .production-info__panel[data-tab="3"] .order__bottom_item .order__bottom_image {
  background: #98261C;
}
.production-info__tabs {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  border-radius: 100px;
  background: #ececf0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 33px 0;
}
.production-info__tab {
  display: flex;
  width: 185px;
  padding: 6px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0a0a0a;
  cursor: pointer;
}
.production-info__tab--current {
  background: #fff;
}

.downloads {
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}
.downloads + .orders-info__files {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.downloads p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  margin-bottom: 24px;
}
.downloads__list {
  display: flex;
  gap: 32px;
}
.downloads__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.downloads__item img {
  width: 53.333px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}
.downloads__item span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
}

#section7 .order .orders__title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .sidebar__menu {
    padding: 24px 14px;
  }

  .orders-info form.orders-info__details .block .rows .row input[type=number] {
    width: 100%;
  }

  form.orders-info__packaging .block .rows .row input[type=number] {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  form.orders-info__packaging .block .row--head {
    display: none;
  }

  .orders-info form .form-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-block {
    padding: 16px;
  }

  .sidebar {
    display: none;
  }

  .main-block {
    width: 100%;
  }

  .site-container {
    position: relative;
  }

  .site-container.open .sidebar {
    display: flex;
    overflow-y: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: fixed;
    width: 100vw;
    left: 0;
    top: 67px;
    z-index: 12;
    background: #fff;
    padding: 0;
    flex-direction: column;
  }
  .site-container.open .sidebar__logo {
    display: none;
  }
  .site-container.open .sidebar__menu {
    border-top: 0;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  #section7 .order .orders__title {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    gap: 16px;
  }
  #section7 .order .order__left_items {
    grid-template-columns: repeat(2, 1fr);
  }

  #section8 form.orders-info__production label {
    font-size: 14px;
  }
  #section8 form.orders-info__production .form-actions {
    flex-direction: column;
  }
  #section8 form.orders-info__production textarea {
    margin-top: 10px;
  }
  #section8 form.orders-info__production .production-info__buttons {
    display: flex;
    flex-direction: column;
  }
  #section8 form.orders-info__production .production-info__buttons .btn {
    width: 100%;
  }

  .downloads {
    padding-top: 16px;
  }
  .downloads__list {
    flex-direction: column;
  }

  .production-info__address {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .production-info__image .video-play-btn {
    padding-left: 1px;
    width: 24px;
    height: 24px;
  }
  .production-info__image .video-play-btn svg {
    width: 7.744px;
    height: 9.961px;
  }
  .production-info form.orders-info__packaging .form-actions {
    width: 100%;
    flex-direction: column-reverse;
  }
  .production-info form.orders-info__packaging .form-actions .btn-light {
    width: 100%;
  }
  .production-info form.orders-info__packaging .part-type {
    border: 0;
    padding: 0;
  }
  .production-info form.orders-info__packaging .part-type + .flex {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
  }
  .production-info form.orders-info__packaging .part-type + .flex + .flex input:nth-child(2) {
    padding: 0;
    border: 0;
  }
  .production-info form.orders-info__packaging .block .rows .row {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .production-info form.orders-info__packaging .block .rows .row .icons {
    margin-left: 0;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .production-info form.orders-info__production {
    gap: 16px;
  }
  .production-info form.orders-info__production .form-row--checkbox .checkbox-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .production-info form.orders-info__production .form-row--checkbox .checkbox-block p {
    flex-direction: row-reverse;
    gap: 10px;
  }
  .production-info form.orders-info__production .form-row--checkbox .checkbox-block p.checkbox-block__name {
    flex-direction: row;
  }
  .production-info form.orders-info__production .form-row--checkbox input[type=checkbox] + .checkbox-block {
    padding-top: 52px;
    padding-left: 16px;
  }
  .production-info form.orders-info__production .form-row--checkbox input[type=checkbox] + .checkbox-block::before {
    top: 25px;
  }
  .production-info form.orders-info__production .form-actions {
    padding-top: 16px;
    flex-direction: column-reverse;
    width: 100%;
  }
  .production-info form.orders-info__production .form-actions .btn-light {
    width: 100%;
  }
  .production-info__images {
    grid-template-columns: repeat(3, 1fr);
  }
  .production-info#section5 {
    padding: 16px;
  }
  .production-info#section5 .order__left_items {
    gap: 16px;
  }
  .production-info#section5 .order__left_item_value,
.production-info#section5 .users__info form .form-group input {
    font-size: 16px;
  }
  .production-info__tabs {
    overflow-x: auto;
    margin-bottom: 16px;
  }
  .production-info__tab {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
    padding: 6px 10px;
  }
  .production-info__tab svg {
    display: none;
  }
  .production-info .production-info__panel[data-tab="1"] .order__bottom_item:nth-child(2) .order__bottom_image svg path, .production-info .production-info__panel[data-tab="1"] .order__bottom_item:nth-child(3) .order__bottom_image svg path {
    stroke: #98261C;
  }
  .production-info .production-info__panel[data-tab="2"] .order__bottom_item:nth-child(2) .order__bottom_image svg path, .production-info .production-info__panel[data-tab="2"] .order__bottom_item:nth-child(3) .order__bottom_image svg path, .production-info .production-info__panel[data-tab="2"] .order__bottom_item:nth-child(4) .order__bottom_image svg path {
    stroke: #98261C;
  }
  .production-info .production-info__panel[data-tab="3"] .order__bottom_item .order__bottom_image svg path {
    stroke: #98261C;
  }

  .orders__title {
    margin-bottom: 16px;
  }
  .orders-info__blocks {
    margin-top: 16px;
    gap: 10px;
  }
  .orders-info__wrapper {
    margin-top: 16px;
    padding: 16px;
  }
  .orders-info__tabs {
    overflow-x: auto;
    margin-bottom: 16px;
  }
  .orders-info__panel_block {
    flex-direction: column;
    gap: 24px;
    margin: 16px 0;
  }
  .orders-info__panel_download.btn-light {
    width: 100%;
  }
  .orders-info__panel .configuration {
    width: 100%;
  }
  .orders-info__panel_configuration_item {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }
  .orders-info form.orders-info__form .select2-container {
    width: 100% !important;
  }
  .orders-info form.orders-info__form .form-actions {
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #d9d9d9;
  }
  .orders-info form {
    gap: 16px;
    margin: 16px 0;
  }
  .orders-info form .form-group label {
    line-height: 100%;
  }
  .orders-info form .btn {
    width: 100%;
  }
  .orders-info form.configuration__form {
    margin: 0;
    width: 100%;
  }
  .orders-info form.configuration__form .form-group {
    width: 100%;
  }

  .orders-info__files {
    padding-bottom: 6px;
  }

  .orders-info__images,
.orders-info__files {
    margin-top: 0;
  }
  .orders-info__images .btn-light,
.orders-info__files .btn-light {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .orders-info__images .btn-light svg,
.orders-info__files .btn-light svg {
    min-width: 24px;
  }
  .orders-info__images.has-preview .images-grid,
.orders-info__files.has-preview .images-grid {
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .orders-info__images .images-grid,
.orders-info__images .preview-files-grid,
.orders-info__files .images-grid,
.orders-info__files .preview-files-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .orders-info form {
    padding: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
  }
  .orders-info form .form-group.form-group__calendar input {
    padding-right: 40px;
  }
  .orders-info form.orders-info__packaging {
    gap: 0;
    margin-bottom: 0;
  }
  .orders-info form.orders-info__packaging .form-actions {
    margin-top: 0;
  }
  .orders-info form.orders-info__packaging .block .rows .row {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .orders-info form.orders-info__packaging .block .rows .row .icons {
    margin-left: 0;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .orders-info form.orders-info__packaging .part-type {
    border: 0;
    padding: 0;
  }
  .orders-info form.orders-info__packaging .part-type + .flex {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
  }
  .orders-info form.orders-info__packaging .part-type + .flex + .flex input:nth-child(2) {
    padding: 0;
    border: 0;
  }
  .orders-info form.orders-info__production {
    margin-bottom: 0;
  }
  .orders-info form.orders-info__production .form-actions {
    flex-direction: column-reverse;
  }
  .orders-info form.orders-info__details .block .add-row {
    padding-bottom: 0;
  }
  .orders-info form.orders-info__details .block .icons {
    margin-left: auto;
  }
  .orders-info form.orders-info__details .block .rows .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .orders-info form.orders-info__details .block .rows .row input[type=number] {
    padding: 0;
    border: 0;
  }
  .orders-info form.orders-info__details .block .rows .row input[type=text] {
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 1px solid #d9d9d9;
  }
  .orders-info form.orders-info__details .block .rows .row div:nth-last-child(1) {
    order: 1;
  }
  .orders-info form.orders-info__details .block .rows .row div:nth-last-child(2) {
    order: 3;
  }
  .orders-info form.orders-info__details .block .rows .row div:nth-last-child(3) {
    order: 2;
  }
  .orders-info form.orders-info__details .block .rows .row .flex {
    width: 100%;
  }
  .orders-info form.orders-info__details .block .rows .row .flex:nth-child(2) input[type=number]:nth-child(2) {
    padding: 0;
    border-left: 0;
  }
  .orders-info form.orders-info__details .block .rows .row .flex:nth-child(2) input[type=number]:nth-child(4) {
    padding-left: 16px;
    border-left: 1px solid #d9d9d9;
  }
  .orders-info form.orders-info__details .block .add-row {
    margin-top: 0;
  }
  .orders-info form.orders-info__details .orders-info__panel_configuration {
    margin-top: 0;
  }
  .orders-info form.orders-info__details .form-actions {
    flex-direction: column-reverse;
  }
  .orders-info form.orders-info__details .add-blueprint,
.orders-info form.orders-info__details .btn-light {
    width: 100%;
  }
  .orders-info form.orders-info__details .checkbox-label {
    font-size: 14px;
  }
  .orders-info__price {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .orders-info__price_right {
    align-items: flex-start;
    flex-direction: column;
  }
  .orders-info__price_left {
    width: 100%;
  }
  .orders-info__price_left input {
    width: 100%;
  }

  .popup {
    width: 90%;
  }
  .popup__warning {
    font-size: 12px;
    line-height: normal;
  }
  .popup__actions {
    flex-direction: column-reverse;
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }
  .popup__label {
    font-size: 14px;
  }

  .users__search {
    flex-direction: column;
  }
  .users__search-input {
    width: 100%;
  }
  .users__search .select2-container {
    width: 100% !important;
  }
  .users__search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .users__title {
    flex-direction: column;
    margin-bottom: 16px;
    align-items: flex-start;
  }
  .users__info form {
    gap: 16px;
    padding: 16px;
  }
  .users__info form .btn {
    width: 100%;
  }
  .users__info form .form-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .users__info form .form-actions {
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid #d9d9d9;
    flex-direction: column;
  }
  .users__info form .form-actions div {
    flex-direction: column-reverse;
  }

  .order {
    gap: 16px;
    padding: 16px;
  }
  .order__bottom {
    padding-top: 16px;
  }
  .order__bottom_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .order__bottom_item::before {
    display: none;
  }
  .order__bottom_item:nth-child(1) .order__bottom_image svg path {
    stroke: #98261c;
  }
  .order__bottom_item:nth-child(2) .order__bottom_image svg path {
    stroke: #717182;
  }
  .order__bottom_item:nth-child(2).pending .order__bottom_image, .order__bottom_item:nth-child(2).paid .order__bottom_image {
    border: 0;
  }
  .order__bottom_item:nth-child(2).pending .order__bottom_image svg path, .order__bottom_item:nth-child(2).paid .order__bottom_image svg path {
    stroke: #98261C;
  }
  .order__bottom_item .order__bottom_image {
    width: 20px;
    height: 20px;
    background: transparent !important;
  }
  .order__bottom_item .order__bottom_image svg {
    width: 18px;
    height: 18px;
  }
  .order__right {
    flex-direction: column;
  }
  .order__top {
    flex-direction: column;
    gap: 24px;
  }
  .order__left_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .order__left_item_name {
    line-height: 100%;
  }
  .order.order-buttons {
    margin-top: 16px;
    padding: 16px;
    gap: 16px;
  }
  .order.order-buttons .order-buttons__block {
    flex-direction: column;
    width: 100%;
  }
  .order.order-buttons .order-buttons__block .btn {
    width: 100%;
  }

  .flatpickr-days {
    width: 100% !important;
    max-width: 308px;
  }

  .messages {
    padding: 16px;
    gap: 16px;
  }
  .messages__input {
    font-size: 14px;
  }
  .messages__date p {
    font-size: 14px;
    line-height: 20px;
  }
  .messages__item {
    padding: 16px;
  }
  .messages__input-group label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
  }
  .messages__input-group input {
    padding: 12px 49px 12px 16px;
  }
  .messages__meeting-title, .messages__meeting-info {
    font-size: 12px;
  }
  .messages__name, .messages__time {
    font-size: 12px;
  }

  .leads-info__save {
    padding: 16px;
  }
  .leads-info__save_block {
    gap: 16px;
  }
  .leads-info__save_block .form-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .leads-info__save_block .name {
    line-height: 100%;
  }
  .leads-info__save_block .form-row--3 {
    padding: 16px 0;
  }
  .leads-info__save_block .form-actions {
    margin-left: 0;
    width: 100%;
  }
  .leads-info__save_block .form-actions .btn {
    width: 100%;
  }
  .leads-info form {
    padding: 16px;
    gap: 16px;
  }
  .leads-info form .form-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .leads-info form .form-actions {
    flex-direction: column-reverse;
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid #d9d9d9;
  }
  .leads-info form .form-group input {
    height: 40px;
  }
  .leads-info form .btn {
    width: 100%;
  }

  .leads__wrapper {
    margin-top: 16px;
  }
  .leads__title {
    flex-wrap: wrap;
  }
  .leads__search {
    flex-direction: column;
    align-items: flex-start;
  }
  .leads__search-input {
    width: 100%;
  }
  .leads__search .select2-container {
    width: 100% !important;
  }
  .leads__search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }

  .dashboard {
    gap: 16px;
  }
  .dashboard__blocks {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 14px;
  }
  .dashboard__block {
    padding: 16px;
  }
  .dashboard__block:nth-child(2) .dashboard__block_item {
    padding: 16px;
    flex-direction: row;
    align-items: center;
  }
  .dashboard__block_item {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .dashboard__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard__item {
    padding: 10px;
  }
}
@media (max-width: 568px) {
  .users__delete::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .users__table .role div {
    flex-wrap: wrap;
  }

  .leads-info__tab {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .text {
    font-size: 12px;
  }

  .dashboard__icon {
    display: none;
  }

  .login__wrapper {
    max-width: 90%;
  }
  .login__title p {
    line-height: 160%;
  }
  .login form .form__row--checkbox span {
    display: flex;
    flex-direction: column;
  }
  .login form .form-row input[type=checkbox] + span::before,
.login form .form-row input[type=checkbox] + label::before {
    top: 50%;
    transform: translateY(-50%);
  }
}