@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
.hide {
  display: none;
}

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

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
/*   -webkit-user-select: none;
-moz-user-select: none;
user-select: none; */
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.a_block {
  display: block;
}

.txt_16 {
  font-size: 16px;
}

.txt_12 {
  font-size: 12px;
}

.mt-20 {
  margin-top: 20px;
}

.flex__row_all {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex__row_all_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex_row_desc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (max-width: 700px) {
  .flex_row_desc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 8px;
  }
}
.flex_row_desc_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .flex_row_desc_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.flex_column_all {
  display: flex;
  flex-direction: column;
}

button {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

input {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

/* .input_paint {
  background-color: pink;
} */
.block__img_cover_container {
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block__img_contain_container {
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img_cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-position: center center;
  object-position: center center;
}

.img_contain {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-position: center center;
  object-position: center center;
}

/* .input_border_blue {
  border: 1px solid pink;
} */
.input_border_grey {
  border: 1px solid #9496a0;
}

.block_paint_white {
  background-color: white;
}

.block_paint_light-grey {
  background-color: #fdfdff;
}

.block_border_grey {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 15px;
}

.block_border_blue {
  border: 1px solid #01abe8;
}

.span_blue {
  color: #01abe8;
}

.span_grey {
  color: #9496a0;
}

.title {
  color: #1b1d21;
  font-size: 36px;
  margin-bottom: 20px;
}

.title2 {
  font-size: 24px;
  color: #1b1d21;
}

.margin-top-30 {
  margin-top: 30px;
}

/* страница авторизации */
.auth_contain {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(0deg, rgba(1, 171, 232, 0.05), rgba(1, 171, 232, 0.05)), #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.auth_form_contain {
  border-radius: 40px;
  padding: 40px 120px 40px 120px;
  width: 720px;
}

@media (max-width: 800px) {
  .auth_form_contain {
    width: 90%;
    padding: 40px;
  }
}
.input_contain input {
  border: none;
  outline: none;
  font-size: 18px;
}

.auth_form > div {
  margin-bottom: 30px;
}

.auth_form .form_btn {
  margin-bottom: 30px;
}

.auth_form input[name=password] {
  padding-right: 30px;
}

.auth_logo {
  height: 40px;
  margin-bottom: 40px;
}

.form_btn {
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #01abe8;
  color: white;
  height: 60px;
  border: none;
  outline: none;
  transition: all 0.1s linear;
}

.form_btn:hover {
  background: #0083b3;
}

.form_btn:active {
  background: rgb(0, 114, 155);
}

.remember {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.remember input {
  width: 33px;
  height: 33px;
  margin-right: 15px;
}

.remember_txt {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.password {
  position: relative;
}

.password-control {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url(/img/view.svg) 0 0 no-repeat;
}

.password-control.view {
  background: url(/img/view.svg) 0 0 no-repeat;
}

.password-control.hide {
  background: url(/img/close_eye.svg) 0 0 no-repeat;
}

/* страница заказа №1 */
.nav_contain {
  /* padding-left: 30px; */
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  z-index: 100;
  min-height: 100vh;
  border-right: 1px solid #e0e0e0;
  transition: all 0.2s linear;
  transform: translateX(0);
  display: flex;
  flex-direction: column;
}

.nav_contain_wrapper {
  overflow: auto;
  padding-bottom: 30px;
}

.nav_logo {
  margin-top: 30px;
  height: 40px;
  width: 167px;
  display: flex;
  justify-content: start;
  flex-direction: row;
  margin-left: 30px;
}

.nav_block1 {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.nav_block2 {
  margin-top: 40px;
  padding-left: 30px;
}

.order_nav_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  color: #9496a0;
  font-size: 16px;
  height: 48px;
  padding-left: 40px;
  cursor: pointer;
  transition: all 0.115s linear;
}

.order_nav_link.word {
  background-color: #00abe8;
  color: #fff;
}

.order_nav_link:not(.order_nav_link-title).active,
.order_nav_link:not(.order_nav_link-title):hover {
  background: rgba(1, 171, 232, 0.1);
  border-right: 1px solid #01abe8;
  color: #1b1d21;
  border-radius: 10px 0 0px 10px;
}

.order_nav_link-title {
  cursor: default;
}

.nav_block1 > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  color: #9496a0;
  font-size: 16px;
  height: 48px;
  padding-left: 40px;
}

.nav_block > .order_nav_link:not(.order_nav_link-title).active,
.nav_block > .order_nav_link:not(.order_nav_link-title):hover {
  background: rgba(1, 171, 232, 0.1);
  border-right: 1px solid #01abe8;
  color: #1b1d21;
  border-radius: 10px 0 0px 10px;
}

.nav_block2 > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  color: #9496a0;
  font-size: 16px;
  height: 48px;
  padding-left: 14px;
}

.nav_block2 img {
  height: 14px;
  width: 14px;
  margin-right: 12px;
}

.nav_block3 {
  margin: auto 0 30px;
  padding: 0 10px;
  padding-left: 30px;
}

.nav_block3 input {
  font-size: 16px;
}

/*   меню */
.main_contain {
  margin-left: 300px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.menu_contain {
  color: #9496a0;
  justify-content: space-between;
  padding: 20px 60px;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
  row-gap: 16px;
}

@media (max-width: 1450px) {
  .menu_contain {
    padding: 20px 15px;
  }
}
.acc_out {
  border-radius: 30px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 27px;
  transition: all 0.1s linear;
}

.acc_out:hover {
  color: #01abe8;
  border-color: #01abe8;
}

.acc_out:active {
  color: #0083b3;
  border-color: #0083b3;
}

.menu_block1 > div {
  margin-right: 60px;
}

@media (max-width: 700px) {
  .menu_block1 > div {
    margin-right: 0;
  }
}
.menu_block1 > div:hover {
  color: #1b1d21;
}

.menu_contain > div {
  align-items: center;
}

.menu_block2 .name {
  margin-right: 30px;
  color: #1b1d21;
}

@media (max-width: 700px) {
  .menu_block2 .name {
    margin-right: 0;
  }
}
/* content order block */
.content_contain {
  flex: 1;
  padding: 60px 60px 92px 60px;
  color: #1b1d21;
  position: relative;
}
.content_contain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/backgrounds/tropiki-more-plyazh-5wuw.jpg");
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  z-index: -1;
}

.order_info_head {
  justify-content: space-between;
  font-size: 18px;
  align-items: end;
}

.order_info_head_right {
  text-align: right;
}

.order_info_block {
  border-radius: 20px;
  padding: 30px 30px 36px 30px;
  margin-top: 10px;
  justify-content: space-between;
}

.order_info_block_left > div:last-child {
  margin-bottom: 0;
}

.order_info_block_left {
  font-size: 20px;
}

.order_info_block_left .span_grey {
  font-size: 16px;
  margin-bottom: 4px;
}

/* таблица заказ */
.order_info_table_row > div:nth-child(1) {
  flex-basis: 44%;
  width: 44%;
  padding-right: 10px;
}

.order_info_table_row > div:nth-child(2) {
  flex-basis: 28%;
  width: 28%;
  padding-right: 10px;
}

.order_info_table_row > div:nth-child(3) {
  flex-basis: 28%;
  width: 28%;
}

.order_info_table_row {
  padding-bottom: 30px;
  justify-content: space-between;
}

.order_info_table_row:first-child {
  padding-bottom: 20px;
  font-size: 14px;
}

.order_info_table_row:last-child {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

.order_info_block_right {
  background: rgba(1, 171, 232, 0.1);
  border-radius: 10px;
  padding: 40px;
  font-size: 20px;
}

.discount {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.discount input {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #9496a0;
  border-radius: 6px;
}

.discount input:before {
  content: "✔";
  font-size: 15px;
  margin-left: 5px;
  color: transparent;
}

.discount input:checked {
  background-color: #01abe8;
  border: 1px solid #01abe8;
  color: #fff;
}

.discount input:checked:before {
  color: #fff;
}

.discount_txt {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.checkbox_box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  cursor: pointer;
}

.checkbox_box input {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #9496a0;
  border-radius: 6px;
  position: relative;
}

.checkbox_box input:before {
  content: "✔";
  font-size: 10px;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox_box input:checked {
  background-color: #01abe8;
  border: 1px solid #01abe8;
  color: #fff;
}

.checkbox_box input:checked:before {
  color: #fff;
}

/* страница заказа большая*/
.order_comment {
  padding: 20px;
  border-radius: 20px;
  width: 700px;
}

@media (max-width: 996px) {
  .order_comment {
    width: 100%;
  }
}
.comment_txt {
  padding: 10px 0;
}

.comment_num_sym {
  text-align: right;
}

select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 20px;
  cursor: pointer;
}

.btn_del {
  border-radius: 20px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  background: none;
  outline: none;
  font-size: 20px;
}

.btn_del:hover {
  background-color: #ff5c5c;
  border: 1px solid #ff5c5c;
  color: #fff;
}

/* аккордеон */
.accordion {
  /* background-color: #eee; */
  /* color: #444; */
  cursor: pointer;
  padding: 15px;
  width: 100%;
  /* border: none; */
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}

.accordion > div:nth-child(1) {
  flex-basis: 50%;
  width: 50%;
}

.accordion > div:nth-child(2) {
  flex-basis: 25%;
  width: 25%;
}

.accordion > div:nth-child(3) {
  flex-basis: 25%;
  width: 25%;
}

.active,
.accordion:hover {
  /* background-color: #ccc; */
}

.panel {
  padding: 0 30px;
  background-color: white;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 20px 20px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.panel .flex__row_all_wrap > div {
  width: 50%;
  flex-basis: 50%;
}

@media (max-width: 1500px) {
  .panel .flex__row_all_wrap > div {
    width: 100%;
    flex-basis: 100%;
  }
  .panel .flex__row_all_wrap > div:nth-child(1) {
    margin-bottom: 20px;
  }
}
.panel .flex__row_all_wrap {
  justify-content: space-between;
  padding: 30px;
}

.panel .flex__row_all_wrap > div:nth-child(1) {
  max-width: 480px;
}

/* checkbox */
.checkbox_contain input {
  width: 33px;
  height: 33px;
  max-width: 33px;
  margin-right: 15px;
}

.checkbox_contain {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 20px;
}

.checkbox_contain:nth-child(1) {
  margin-right: 60px;
}

.counter {
  font-size: 24px;
  align-items: center;
}

.counter > div:nth-child(2) {
  padding: 12px 24px;
  margin: 0 21px;
}

.counter_contain {
  font-size: 20px;
}

.order_delete {
  height: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 30px;
}

.order_delete img {
  -o-object-position: right;
  object-position: right;
}

.order_info_table .txt_16 {
  margin-top: 8px;
}

.order_info_block_right_contain {
  justify-content: space-between;
}

.add_product {
  width: 210px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 20px;
  margin: 30px 0;
}

.add_product img {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.accordion2 {
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.accordion.accordion2 > div:nth-child(1) {
  flex-basis: 20%;
  width: 20%;
}

.accordion.accordion2 > div:nth-child(2) {
  flex-basis: 10%;
  width: 10%;
}

.accordion.accordion2 > div:nth-child(3) {
  flex-basis: 16%;
  width: 16%;
}

.accordion.accordion2 > div:nth-child(4) {
  flex-basis: 16%;
  width: 16%;
}

.accordion.accordion2 > div:nth-child(5) {
  flex-basis: 16%;
  width: 16%;
}

.accordion.accordion2 > div:nth-child(6) {
  flex-basis: 16%;
  width: 16%;
}

.accordion.accordion2 > div:nth-child(6) {
  flex-basis: 6%;
  width: 6%;
}

.accordion2_table {
  display: flex;
  flex-direction: row;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.accordion2_table.result {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 20px;
}

.accordion2_table > div:nth-child(1) {
  flex-basis: 20%;
  width: 20%;
}

.accordion2_table > div:nth-child(2) {
  flex-basis: 10%;
  width: 10%;
}

.accordion2_table > div:nth-child(3) {
  flex-basis: 16%;
  width: 16%;
}

.accordion2_table > div:nth-child(4) {
  flex-basis: 16%;
  width: 16%;
}

.accordion2_table > div:nth-child(5) {
  flex-basis: 16%;
  width: 16%;
}

.accordion2_table > div:nth-child(6) {
  flex-basis: 16%;
  width: 16%;
}

.accordion2_table > div:nth-child(7) {
  flex-basis: 6%;
  width: 6%;
}

.accordion2_table-position_title {
  font-size: 18px;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px 0;
}

.accordion2_table-position_title-flex {
  display: flex;
  align-items: center;
}

/* /////////////////// */
.accordion2 > div:nth-child(1) {
  flex-basis: 20%;
  width: 20%;
}

.accordion2 > div:nth-child(2) {
  flex-basis: 10%;
  width: 10%;
}

.accordion2 > div:nth-child(3) {
  flex-basis: 16%;
  width: 16%;
}

.accordion2 > div:nth-child(4) {
  flex-basis: 16%;
  width: 16%;
}

.accordion2 > div:nth-child(5) {
  flex-basis: 16%;
  width: 16%;
}

.accordion2 > div:nth-child(6) {
  flex-basis: 16%;
  width: 16%;
}

.accordion2 > div:nth-child(7) {
  flex-basis: 6%;
  width: 6%;
}

.accordion2_contain {
  background-color: #fdfdff;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  padding: 0;
  border-bottom: 0;
}

.accordion2.active {
  position: relative;
}

.accordion2.active {
  /* border: 1px solid #e0e0e0; */
  /* border-radius: 20px 20px 0 0; */
  background-color: transparent;
  margin-top: 0px;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion2_contain .panel2 {
  /* padding: 0 30px; */
  background-color: transparent;
  /* max-height: none;
  min-height: fit-content; */
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /* margin-bottom: 30px; */
}

.panel2 {
  height: 0;
}

.panel2.active {
  height: -moz-fit-content;
  height: fit-content;
  border-top: 1px solid #e0e0e0;
}

.accordion2_table > div > div {
  padding: 8px 0;
}

.accordion2_table > div:nth-child(2) {
  justify-content: center;
}

.accordion2_table > div:last-child {
  justify-content: flex-end;
}

.accordion2_table > div:last-child img {
  width: 20px;
  height: 20px;
}

.accordion2_table > div:last-child > div:last-child {
  margin-bottom: 0;
}

.order_info_table_row2 {
  padding-bottom: 0;
}

.old_price {
  position: relative;
  margin-bottom: 10px;
}

.old_price_value {
  text-decoration: line-through;
}

.order_price_marker {
  position: absolute;
  font-size: 11px;
  color: red;
  left: -5px;
  top: -8px;
}

.new_price {
  position: relative;
}

.new_price_marker {
  position: absolute;
  font-size: 11px;
  color: green;
  left: -5px;
  top: -8px;
}

.accordion_table_4 > div:nth-child(1) {
  width: 19%;
  flex-basis: 19%;
}

.accordion_table_4 > div:nth-child(2) {
  width: 19%;
  flex-basis: 19%;
}

.accordion_table_4 > div:nth-child(3) {
  width: 19%;
  flex-basis: 19%;
}

.accordion_table_4 > div:nth-child(4) {
  width: 19%;
  flex-basis: 19%;
}

.accordion_table_4 > div:nth-child(5) {
  width: 5%;
  flex-basis: 5%;
}

.accordion_table_4 {
  justify-content: space-between;
}

.table_delete_red_image {
  height: 20px;
  width: 20px;
}

.accordion_table_4 > div:last-child {
  justify-content: flex-end;
}

.accordion_table_4 .txt_16 {
  margin-bottom: 15px;
}

.accordion_table_4 > div > div {
  margin-bottom: 25px;
}

.accordion_table_4 .txt_16:last-child {
  margin-bottom: 15px;
}

.accordion.accordion4 > div:nth-child(1) {
  flex-basis: 19%;
  width: 19%;
}

.accordion.accordion4 > div:nth-child(2) {
  flex-basis: 19%;
  width: 19%;
}

.accordion.accordion4 > div:nth-child(3) {
  flex-basis: 19%;
  width: 19%;
}

.accordion.accordion4 > div:nth-child(4) {
  flex-basis: 19%;
  width: 19%;
}

.accordion.accordion4 > div:nth-child(5) {
  flex-basis: 5%;
  width: 5%;
}

.accordion4 {
  position: relative;
  padding: 30px;
}

.panel4 {
  padding: 0 30px;
}

.accordion_table_4 {
  font-size: 24px;
}

.accordion_table_4 > div > div:nth-child(1) {
  margin-top: 30px;
}

.btn_blue {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #1b1d21;
  margin-right: 10px;
  border-radius: 30px;
}

.btn_blue:hover,
.btn_blue.active {
  color: #fff;
  background-color: #01abe8;
}

.access_head {
  align-items: flex-end;
}

.add_user {
  margin: 0;
}

.access_contain_left {
  max-width: 480px;
}

.access_contain_left .input_contain {
  margin-bottom: 25px;
  font-size: 16px;
}

.access_contain_right {
  background: rgba(1, 171, 232, 0.1);
  border-radius: 10px;
  padding: 30px;
  font-size: 20px;
}

.checkbox__input {
  width: 32px;
  height: 32px;
  max-width: 32px;
  border: 1px solid #b6b6b6;
  background-color: transparent;
  color: transparent;
  margin-right: 15px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkbox {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}

.checkbox__input:checked {
  background-color: #01abe8;
  border: 1px solid #01abe8;
  color: #fff;
}

.checkbox__input:checked:before {
  color: #fff;
}

.checkbox__input:before {
  content: "✔";
  font-size: 21px;
  margin-left: 7px;
  color: transparent;
}

.access_contain_left input {
  font-size: 20px;
}

.access_contain_left .form_btn {
  font-size: 20px;
}

.access_contain_left .block_border_grey {
  border-radius: 10px;
}

.access_contain_right_del {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.access_contain_right .title2 {
  font-size: 24px;
}

.main_contain2 {
  margin-left: 0;
}

.active_users_table_head > div:nth-child(1),
.active_users_table_row > div:nth-child(1) {
  width: 5%;
  flex-basis: 5%;
}

.active_users_table_head > div:nth-child(2),
.active_users_table_row > div:nth-child(2) {
  width: 15%;
  flex-basis: 15%;
}

.active_users_table_head > div:nth-child(3),
.active_users_table_row > div:nth-child(3) {
  width: 25%;
  flex-basis: 25%;
}

.active_users_table_head > div:nth-child(4),
.active_users_table_row > div:nth-child(4) {
  width: 25%;
  flex-basis: 25%;
}

.active_users_table_head > div:nth-child(5),
.active_users_table_row > div:nth-child(5) {
  width: 10%;
  flex-basis: 10%;
}

.active_users_table_head > div:nth-child(6),
.active_users_table_row > div:nth-child(6) {
  width: 10%;
  flex-basis: 10%;
}

.active_users_table_head > div:nth-child(7),
.active_users_table_row > div:nth-child(7) {
  width: 10%;
  flex-basis: 10%;
  text-align: right;
}

.active_users_table_row > div:nth-child(7) img:nth-child(1),
.active_users_table_row > div:nth-child(7) img:nth-child(2) {
  margin-right: 33px;
}

.active_users_table_row {
  font-size: 24px;
  margin-top: 30px;
}

.active_users_table_head {
  font-size: 18px;
  color: #9496a0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.active_users_table > div {
  min-width: 1500px;
}

.active_users_table_contain {
  max-width: 100%;
  overflow-x: scroll;
  padding-bottom: 20px;
}

.active_users_table_contain::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: transparent;
}

.active_users_table_contain::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.active_users_table_contain::-webkit-scrollbar-thumb {
  background-color: lightgrey;
}

.active_user {
  margin-top: 60px;
}

.active_users_table_row > div {
  opacity: 0.3;
}

.active_users_table_row > div:last-child {
  opacity: 1;
}

.active_users_table_row.active > div {
  opacity: 1;
}

.units_content_contain .units_content_head {
  align-items: end;
  margin-bottom: 20px;
}

.g_img {
  height: 30px;
  width: 27px;
}

.units_content_head .title {
  margin-bottom: 0;
  margin-right: 24px;
}

.unit_title {
  font-size: 24px;
  color: #1b1d21;
}

.unit_marker {
  width: 16.97px;
  height: 12.02px;
  margin-right: 13px;
}

.unit_item_contain {
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  width: 600px;
  margin-bottom: 30px;
}

.unit_item_contain > div {
  align-items: center;
}

.units_items {
  margin-top: 60px;
}

.add_unit_item_contain {
  font-size: 24px;
  width: 600px;
  /* justify-content: space-between; */
}

.add_unit_item_input_contain input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  padding: 18px;
  width: 536px;
  font-size: 24px;
}

.add_unit_item_input_contain {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.accordions_contain .accordion {
  border: none;
  border-radius: 0;
  margin-top: 40px;
  justify-content: start;
  align-items: center;
  padding: 0;
}

.accordions_contain .accordion:after {
  content: "";
  display: none;
}

.accordions_contain .accordion.active {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 10px;
}

.accordions_contain .panel {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.accordions_contain {
  width: 600px;
}

.accordions_contain .accordion .acc_arr {
  width: 12px;
  height: 7px;
  margin-right: 15px;
  max-width: 12px;
}

.accordions_contain .accordion > div:nth-child(2) {
  width: 80%;
  flex-basis: 80%;
}

.accordions_contain .accordion > div:nth-child(3) {
  width: 20px;
  height: 20px;
  max-width: 20px;
}

.accordions_contain .panel > div > div:nth-child(1) {
  width: 12px;
  height: 7px;
  margin-right: 15px;
  max-width: 12px;
}

.accordions_contain .panel > div > div:nth-child(2) {
  width: 80%;
  flex-basis: 80%;
}

.accordions_contain .panel > div {
  align-items: center;
  margin-top: 20px;
}

.accordions_contain .panel > div > div:nth-child(3) {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.accordion.active .acc_arr {
  transform: rotate(180deg);
}

.add_category {
  font-size: 24px;
}

.add_category_contain .panel input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  padding: 9px 18px;
  /* width: 100%;
    margin-right: 22px; */
  width: calc(100% - 22px);
  font-size: 18px;
  outline: none;
}

.main_materials_head_plus {
  height: 30px;
  width: 27px;
  margin-right: 15px;
}

.main_materials_head_inputs > div {
  background-color: #ffffff;
  margin-right: 30px;
  width: 360px;
}

.main_materials_head_inputs {
  flex-wrap: wrap;
}

.main_materials_table > div {
  min-width: 1800px;
}

.main_materials_table {
  max-width: 100%;
  overflow: scroll;
  overflow-y: visible;
}

.main_materials_table::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color: transparent;
}

.main_materials_table::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.main_materials_table_head {
  font-size: 18px;
  color: #9496a0;
  margin: 60px 0 0 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  justify-content: space-between;
}

.main_materials_accordion {
  padding: 0;
  justify-content: space-between;
}

.main_materials_accordion > div,
.main_materials_table_head > div,
.panel_material_block .position_column {
  padding: 0 10px;
}

.main_materials_accordion > div:nth-child(1) {
  width: 2%;
  flex-basis: 2%;
  min-width: 60px;
}

.main_materials_accordion > div:nth-child(2) {
  width: 13%;
  flex-basis: 13%;
  min-width: 211px;
}

.main_materials_accordion > div:nth-child(3) {
  width: 13%;
  flex-basis: 13%;
  min-width: 232px;
}

.main_materials_accordion > div:nth-child(4) {
  width: 28%;
  flex-basis: 28%;
  min-width: 439;
}

.main_materials_accordion > div:nth-child(5) {
  width: 10%;
  flex-basis: 10%;
  min-width: 140px;
}

.main_materials_accordion > div:nth-child(6) {
  width: 4%;
  flex-basis: 4%;
  min-width: 180px;
}

.main_materials_accordion > div:nth-child(7) {
  width: 15%;
  flex-basis: 15%;
  min-width: 200px;
}

.main_materials_accordion > div:nth-child(8) {
  width: 20%;
  flex-basis: 20%;
  min-width: 230px;
}

.main_materials_table .panel {
  border: 0;
}

.main_materials_table .accordion {
  border: 0;
  align-items: center;
}

.main_materials_table input {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 120px;
  font-size: 18px;
}

.panel_material_block .position_column:nth-child(1) {
  width: 2%;
  flex-basis: 2%;
  min-width: 60px;
}

.panel_material_block .position_column:nth-child(2) {
  width: 13%;
  flex-basis: 13%;
  min-width: 211px;
}

.panel_material_block .position_column:nth-child(3) {
  width: 13%;
  flex-basis: 13%;
  min-width: 232px;
}

.panel_material_block .position_column:nth-child(4) {
  width: 28%;
  flex-basis: 28%;
  min-width: 439;
}

.panel_material_block .position_column:nth-child(5) {
  width: 10%;
  flex-basis: 10%;
  min-width: 140px;
}

.panel_material_block .position_column:nth-child(6) {
  width: 4%;
  flex-basis: 4%;
  min-width: 180px;
}

.panel_material_block .position_column:nth-child(7) {
  width: 15%;
  flex-basis: 15%;
  min-width: 200px;
}

.panel_material_block .position_column:nth-child(8) {
  width: 20%;
  flex-basis: 20%;
  min-width: 230px;
}

.panel_material_block {
  padding: 0;
  font-size: 18px;
}

.panel_material_block > div {
  align-items: center;
}

.input.not_border,
.input_contain.not_border,
.not_border {
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

.not_border.input_contain select::-ms-expand {
  display: none !important;
}

.not_border.input_contain select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background-color: transparent !important;
}

.main_materials_table .accordion {
  position: relative;
  margin-bottom: 10px;
}

.main_materials_table .accordion:after {
  position: absolute;
  right: 10px;
}

.main_materials_table .accordion,
.panel_material_block {
  background-color: transparent;
}

.materials_summary {
  font-size: 32px;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-between;
  padding: 20px 90px;
  border-top: 1px solid #e0e0e0;
}

.materials_summary > div > div {
  margin-right: 90px;
}

.price_link {
  position: relative;
  cursor: pointer;
}

.price_menu {
  padding: 27px;
  display: none;
  position: absolute;
  width: 260px;
  background-color: #ffffff;
  z-index: 10;
}

.price_menu a {
  display: block;
  color: #9496a0;
  text-decoration: none;
  margin-bottom: 30px;
  font-size: 18px;
}

.price_menu a:last-child {
  margin-bottom: 0;
}

.price_menu a:active,
.price_menu a:hover {
  color: #1b1d21;
}

.price_link:hover .price_menu {
  display: block;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.padding-0 {
  padding: 0;
}

.accordion_table_4 {
  padding: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.padding-0 .accordion_table_4 > div > div:nth-child(1) {
  margin-top: 0;
}

.padding-0 .accordion_table_4 > div > div:nth-child(1) {
  margin-bottom: 0;
}

.total__block-small .total__row,
.total__block-small .total__row_position {
  font-size: 18px;
}

.total__block {
  font-size: 24px;
  background-color: #fdfdff;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  border-radius: 20px;
}

.total__row,
.total__row_position {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-shrink: 0;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.total__row_position-subposition {
  border-bottom: none;
  padding: 10px 20px;
}

.total__row_position-subposition [data-position-delete] {
  width: 27px;
  height: 25px;
  padding: 5px;
}

.total__row:last-child {
  border-bottom: none;
}

.total__row-title {
  font-weight: 500;
}

.total__row_column-xxs {
  width: 50px;
  min-width: 50px;
}

.total__row_column-xs {
  width: 100px;
  min-width: 100px;
}

.total__row_column-vs {
  width: 125px;
  min-width: 125px;
}

.total__row_column-s {
  width: 150px;
  min-width: 150px;
}

.total__row_column-xm {
  width: 175px;
  min-width: 175px;
}

.total__row_column-m {
  width: 200px;
  min-width: 200px;
}

.total__row_column-l {
  width: 250px;
  min-width: 250px;
}

.total__row_column-xl {
  width: 300px;
  min-width: 300px;
}

.total__row_column-xxl {
  width: 350px;
  min-width: 350px;
}

.total__row_column-3xl {
  width: 400px;
  min-width: 400px;
}

.total__row_column-4xl {
  width: 450px;
  min-width: 450px;
}

.total__row_column-5xl {
  width: 500px;
  min-width: 500px;
}

.total__row_position_cell {
  padding: 8px 0;
}

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

.total__row_column-arrow .arrow_container {
  padding: 10px;
  margin-right: 0;
}

.border_ubderline {
  width: 100%;
  height: 1px;
  background: #E0E0E0;
  margin: 20px 0 0;
}

.loader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #01abe8 #01abe8 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #9496a0 #9496a0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loader::before {
  width: 32px;
  height: 32px;
  border-color: #01abe8 #01abe8 transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.color_grey {
  color: #989898;
}

.media_plus {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media_plus input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.media_plus label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  border: 1px dashed #01abe8;
}

.media_list-small .media_plus {
  width: 50px;
  height: 50px;
}
.media_list-small .media_list_item {
  width: 50px;
  height: 50px;
}

.development-section {
  padding: 30px 0;
  font-size: 18px;
}

.order_info_blocks {
  display: flex;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.order_info_blocks {
  flex: 1;
}
.order_info_blocks .order_info_block_right {
  flex: 1;
  width: auto;
}
.order_info_blocks .order_info_block_right {
  margin-top: 0;
}

.show_media_btn {
  font-size: 18px;
  color: #01abe8;
  padding: 10px;
  border: 1px solid #01abe8;
  transition: all 0.2s linear;
  display: inline-block;
  width: 200px;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
}
.show_media_btn:hover {
  background: #01abe8;
  color: #fff;
}
.show_media_btn.active {
  color: #01abe8 !important;
}
.show_media_btn.active:hover {
  background: #01abe8;
  color: #fff !important;
}

.theme-white .span_grey {
  color: #b6b6b6;
}
.theme-white .input_contain {
  border-radius: 20px;
}
.theme-white .input_contain,
.theme-white .edit_input {
  background: #fff;
}
.theme-white .total__block {
  background: none;
}
.theme-white .active {
  color: #000;
}
.theme-white .order_info_block_right {
  background: none;
  border-radius: 10px;
  border: 1px solid #fff;
}
.theme-white .order__position_total {
  background: none;
}
.theme-white .title2,
.theme-white .title {
  color: #fff;
}
.theme-white .select__option {
  color: #000;
}
.theme-white .main_materials_head_inputs {
  margin-bottom: 20px;
}
.theme-white .main_materials_head_inputs > div {
  background: none;
}
.theme-white .toggle_button {
  border-color: #fff;
  color: #fff;
}
.theme-white .status_button {
  position: relative;
}
.theme-white .status_count {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: -12px;
  right: -12px;
  padding: 5px;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #0083b3;
  font-size: 8px;
  border-radius: 50%;
}
.theme-white .notFound {
  color: #fff;
}
.theme-white .main_materials_table {
  background: #ffffff;
  border-radius: 10px;
}
.theme-white .main_materials_table input {
  background: none;
}
.theme-white [data-edition-input] {
  color: #000;
}
.theme-white .price_total_block {
  background: #fff;
  color: #000;
}
.theme-white .price_total_block .title2 {
  color: #000;
}
.theme-white .price_total_block .order_info_block_right {
  border-color: #000;
}
.theme-white .total__block {
  background: #fff;
  color: #000;
}
.theme-white .total__block .title2 {
  color: #000;
}
.theme-white .total__block .order_info_block_right {
  border-color: #000;
}
.theme-white .res_block {
  color: #000;
}
.theme-white .btn_blue {
  color: #fff;
}
.theme-white .cat__edit {
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
}
.theme-white .mainwork_position_content.active {
  background: #01abe8;
  color: #fff;
}
.theme-white .mainwork_position_content.active .input_contain,
.theme-white .mainwork_position_content.active .edit_input {
  background: #01abe8;
}
.theme-white .row__position {
  padding: 5px 5px;
}
.theme-white .triggers-price {
  background: #fff;
}
.theme-white .main_materials_table {
  padding: 10px 0;
}
.theme-white .main_materials_table_head.price__factor_row {
  margin-top: 0;
}
.theme-white .order_info_head {
  margin-bottom: 20px;
}
.theme-white #addUserBlock {
  color: #000;
}
.theme-white #addUserBlock .title2 {
  color: #000;
}
.theme-white .active_users_table_contain {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.theme-white .create__order {
  max-width: 600px;
}
.theme-white .create__order .access_contain_left {
  width: 100%;
  max-width: 100%;
}
.theme-white .main_materials_table .notFound {
  color: #000;
}
.theme-white .main_materials_table_head {
  margin-top: 0;
}
.theme-white .orderForm {
  width: 50%;
}
.theme-white #orderForm {
  background: none;
}
.theme-white #orderForm .order_info_blocks {
  width: 100%;
}
.theme-white #orderForm .order_info_block_left {
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
}
.theme-white #orderForm .order_info_block_right {
  width: auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #000;
  margin-top: 0;
}
@media (max-width: 1250px) {
  .theme-white .order_info_blocks {
    flex-direction: column;
  }
}

#loader-screen {
  display: none;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
}

.input-with-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}

.input-with-btn {
  flex: 1;
}

.input-inner-btn {
  max-width: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

[data-toggle-show-content]:not(.active) {
  display: none;
}

[data-action] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
[data-action]:hover {
  background-color: rgba(1, 171, 232, 0.1);
}

.animation-blinking {
  animation: blinking 1.5s infinite;
}

@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */