@charset "UTF-8";

@font-face {
  font-family: "Bebas";
  src: local("../fonts/Bebas Neue Bold"), local("../fonts/Bebas-Neue-Bold"), url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.autorization__right,
.autorization-row,
.card__form .iconDate,
.pager .row div:first-child,
.card__tag span,
.card__tag,
.bookmark,
.tbody .availability,
.tbody .gr div.id,
.tbody .gr div,
.thead .column-name,
.order__info-title,
.photo__row,
.card__row,
.page__breadcrumbs .breadcrumbs-dashboard,
.main-page__row.page_order .tbody .gr div .number a.number-minus,
.main-page__row.page_order .tbody .gr div .number a.number-plus,
.main-page__row.page_order .tbody .gr div .number,
.navbar__wrapper .nav .nav__item .nav__link.btn-toggle i,
.navbar__wrapper .nav .nav__item .nav__link,
.navbar__wrapper .nav .nav__item,
.header__form,
.drop-down-profile__list li a,
.drop-down-profile.dropdown-menu .drop-down-profile__heading,
.button.dropdown ul.dropdown-menu.show li a.active,
.button>a,
.header__title-company,
.header__row,
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager .pagination a:hover,
.thead .gr>div a:hover,
.profile .nav-tabs .nav-link:hover,
.main-page__row.page_order .tbody .gr div .number a.number-plus:hover,
.main-page__row.page_order .tbody .gr div .number a.number-minus:hover,
.main-page__row.page_order .tbody .gr div a i:hover,
.nav__submenu li a:hover,
.navbar__wrapper .nav .nav__item .nav__link:hover,
.sidebar__button div:hover,
.drop-down-profile__list li a:hover,
.pager .pagination a:focus,
.thead .gr>div a:focus,
.profile .nav-tabs .nav-link:focus,
.main-page__row.page_order .tbody .gr div .number a.number-plus:focus,
.main-page__row.page_order .tbody .gr div .number a.number-minus:focus,
.main-page__row.page_order .tbody .gr div a i:focus,
.nav__submenu li a:focus,
.navbar__wrapper .nav .nav__item .nav__link:focus,
.sidebar__button div:focus,
.drop-down-profile__list li a:focus,
.pager .pagination a:active,
.thead .gr>div a:active,
.profile .nav-tabs .nav-link:active,
.main-page__row.page_order .tbody .gr div .number a.number-plus:active,
.main-page__row.page_order .tbody .gr div .number a.number-minus:active,
.main-page__row.page_order .tbody .gr div a i:active,
.nav__submenu li a:active,
.navbar__wrapper .nav .nav__item .nav__link:active,
.sidebar__button div:active,
.drop-down-profile__list li a:active,
.pager .pagination a.active,
.thead .gr>div a.active,
.profile .nav-tabs .active.nav-link,
.main-page__row.page_order .tbody .gr div .number a.active.number-plus,
.main-page__row.page_order .tbody .gr div .number a.active.number-minus,
.main-page__row.page_order .tbody .gr div a i.active,
.nav__submenu li a.active,
.navbar__wrapper .nav .nav__item .active.nav__link,
.sidebar__button div.active,
.drop-down-profile__list li a.active {
  color: #0666EB;
}

.header {
  position: relative;
  z-index: 0;
  height: 60px;
  background: var(--white, #FFF);
}

@media (max-width: 767px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-bottom: 8px;
  }

  .header .header__row {
    width: 100%;
  }

  .header .header__row.header__row_mobile {
    border-top: 1px solid #EBEFF2;
    padding-top: 8px;
  }

  .header .header__row.header__row_mobile .header__form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__row {
  padding: 0 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__logo {
  display: none;
  height: 30px;
  padding: 0px;
}

@media (max-width: 767px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__title-company {
  margin-left: 202px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header__title-company.active {
  margin-left: 90px;
}

@media (max-width: 767px) {
  .header__title-company.active {
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .header__title-company {
    margin-left: 178px;
  }
}

@media (max-width: 767px) {
  .header__title-company {
    margin-left: 0px;
  }
}

.header__title-company h1 {
  color: #147DD4;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.18px;
  margin-bottom: 0;
  margin-right: 16px;
}

@media (max-width: 1199px) {
  .header__title-company h1 {
    margin-left: 16px;
  }
}

@media (max-width: 991px) {
  .header__title-company h1 {
    font-size: 14px;
    line-height: 14px;
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .header__title-company h1 {
    text-align: center;
  }
}

.hamburger-box {
  width: 24px;
  height: 21px;
}

.header__icon-profile {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.header__icon-profile a {
  display: block;
  height: 100%;
}

.button>a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 16px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  line-height: 0.9rem;
  color: #222222;
  border: 1px solid #5E6366;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .button>a {
    padding: 4px 8px;
  }
}

.button.dropdown a i {
  font-size: 20px;
  margin-left: 16px;
  font-weight: 600;
}

.button.dropdown ul.dropdown-menu.show {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 12px 18px 19px;
}

.button.dropdown ul.dropdown-menu.show li {
  margin-bottom: 12px;
}

.button.dropdown ul.dropdown-menu.show li:last-child {
  margin-bottom: 0;
}

.button.dropdown ul.dropdown-menu.show li a {
  color: #222;
}

.button.dropdown ul.dropdown-menu.show li a:hover,
.button.dropdown ul.dropdown-menu.show li a:focus,
.button.dropdown ul.dropdown-menu.show li a:active {
  color: #0666EB;
}

.button.dropdown ul.dropdown-menu.show li a.active {
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button.dropdown ul.dropdown-menu.show li a.active:hover,
.button.dropdown ul.dropdown-menu.show li a.active:focus,
.button.dropdown ul.dropdown-menu.show li a.active:active {
  color: #222;
  cursor: default;
}

.button.dropdown ul.dropdown-menu.show li a.active::after {
  display: block;
  content: "";
  width: 14px;
  height: 11px;
  background: url(../images/icon-ok.svg);
  background-position: center;
  margin-left: 10px;
}

.button.dropdown>a:hover,
.button.dropdown>a:focus,
.button.dropdown>a:active {
  background-color: #ffcc35;
}

.mobile-menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.mobile-menu .navbar__wrapper {
  max-width: 300px;
}

.drop-down-profile.dropdown-menu {
  padding: 0;
  max-width: 280px;
  overflow: hidden;
  border-radius: 5px;
}

.drop-down-profile.dropdown-menu .drop-down-profile__heading {
  background-color: #3E4345;
  color: #fff;
  padding: 14px 18px;
}

.drop-down-profile.dropdown-menu .drop-down-profile__heading .drop-down-profile__name {
  margin-bottom: 0;
  font-weight: 700;
}

.drop-down-profile.dropdown-menu .drop-down-profile__heading a:hover .drop-down-profile__icon,
.drop-down-profile.dropdown-menu .drop-down-profile__heading a:focus .drop-down-profile__icon,
.drop-down-profile.dropdown-menu .drop-down-profile__heading a.active .drop-down-profile__icon {
  opacity: 0.5;
}

.drop-down-profile.dropdown-menu .nav__submenu li {
  margin-bottom: 8px;
  line-height: 18px;
}

.drop-down-profile__list {
  padding: 12px 18px;
  margin-bottom: 0;
}

.drop-down-profile__list li {
  margin-bottom: 4px;
}

.drop-down-profile__list li a {
  color: #222;
}

.drop-down-profile__list li a .nav__text {
  font-weight: 500;
}

.drop-down-profile__list li a i {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform-origin: 0.3em 70%;
  -ms-transform-origin: 0.3em 70%;
  transform-origin: 0.3em 70%;
}

.drop-down-profile__list li a.btn-toggle[aria-expanded=true] i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header__mobile-button {
  display: none;
}

.header__mobile-button .hamburger {
  padding: 15px 0px 15px 20px;
}

.header__mobile-button .hamburger .hamburger-inner,
.header__mobile-button .hamburger .hamburger-inner::before,
.header__mobile-button .hamburger .hamburger-inner::after {
  width: 24px;
  height: 3px;
}

.header__mobile-button .hamburger .hamburger-inner::before {
  top: -8px;
}

.header__mobile-button .hamburger.is-active .hamburger-inner::before,
.header__mobile-button .hamburger.is-active .hamburger-inner::after {
  top: 0;
}

.header__mobile-button .hamburger.isactive .hamburger-inner::before,
.header__mobile-button .hamburger.isactive .hamburger-inner::after {
  top: 0;
}

.header__mobile-button .hamburger .hamburger-inner::after {
  top: -16px;
}

.header__mobile-button .hamburger .hamburger--collapse .hamburger-inner::after {
  top: -16px;
}

@media (max-width: 767px) {
  .header__mobile-button {
    display: block;
  }
}

.index-form .input-group {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.index-form .input-group:hover,
.index-form .input-group:focus,
.index-form .input-group:active {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(108, 117, 125, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(108, 117, 125, 0.2);
}

.index-form .input-group:hover input,
.index-form .input-group:focus input,
.index-form .input-group:active input {
  border-color: #c2cfe0;
}

.index-form input {
  height: 36px;
  padding-right: 100px;
  border-radius: 4px !important;
  border: 1.5px solid #EBEFF2;
  background: #FFF;
  color: #B2B5BA;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.index-form input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 0.9em;
  text-transform: lowercase;
}

.index-form input::-moz-placeholder {
  color: #bfbfbf;
  font-size: 0.9em;
  text-transform: lowercase;
}

.index-form input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 0.9em;
  text-transform: lowercase;
}

.index-form input::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 0.9em;
  text-transform: lowercase;
}

.index-form input::placeholder {
  color: #bfbfbf;
  font-size: 0.9em;
  text-transform: lowercase;
}

.index-form .btn-outline-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: none;
  margin-left: -2px !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  border-radius: 16px !important;
  height: 80%;
  bottom: 10%;
  right: 6px;
  z-index: 100;
  background: #FFF;
}

.index-form .btn-outline-secondary span {
  display: none;
}

.index-form .btn-outline-secondary.active {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #367BF5;
  width: 110px;
  border-radius: 15px !important;
  height: 88%;
  bottom: 6%;
  right: 5px;
  z-index: 100;
  padding-top: 1px;
}

.index-form .btn-outline-secondary.active svg {
  display: none;
}

.index-form .btn-outline-secondary.active span {
  display: block;
}

.index-form .form-control:focus {
  color: #212529;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.index-form .btn-outline-secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.index-form .clear-search-button {
  display: none;
  width: 32px;
  height: auto;
  position: absolute;
  top: calc(50% - 17px);
  right: 128px;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0);
}

.index-form .clear-search-button svg {
  fill: #6c757d;
}

.index-form .clear-search-button svg:hover,
.index-form .clear-search-button svg:focus,
.index-form .clear-search-button svg:active {
  fill: #212529;
}

.index-form .clear-search-button.show {
  display: block;
}

.index-form .input-group {
  border-radius: 8px;
  width: 280px;
}

@media (max-width: 991px) {
  .index-form .input-group {
    width: 226px;
  }
}

@media (max-width: 767px) {
  .index-form .input-group {
    width: 100%;
  }
}

.index-form input {
  border: 1.5px solid #EBEFF2;
  background: #FFF;
  border-radius: 4px !important;
  height: 36px;
  color: #B2B5BA;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.index-form input::-webkit-input-placeholder {
  color: #B2B5BA;
}

.index-form input::-moz-placeholder {
  color: #B2B5BA;
}

.index-form input:-ms-input-placeholder {
  color: #B2B5BA;
}

.index-form input::-ms-input-placeholder {
  color: #B2B5BA;
}

.index-form input::placeholder {
  color: #B2B5BA;
}

.index-form .clear-search-button svg {
  fill: #6c757d;
  overflow: hidden;
  padding: 4px;
}

.index-form button.clear-search-button {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  top: calc(50% - 12px);
  right: 68px;
}

.index-form .form-control:focus,
.index-form .form-control:active {
  background-color: #fff;
  color: #212529;
}

.index-form button.btn.active {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  border-radius: 2px !important;
  height: 84%;
  bottom: 8%;
  right: 6px;
  z-index: 100;
  background-color: #fff;
  color: #077acb;
  font-weight: 500;
  padding-bottom: 1px;
  font-size: 15px;
}

.index-form .btn.btn-outline-secondary {
  height: 84%;
  bottom: 8%;
  right: 3px;
  border-radius: 8px !important;
  background-color: rgba(13, 202, 240, 0);
  border: 0;
}

.header__date {
  font-weight: 700;
}

@media (max-width: 767px) {
  .header__date {
    display: none;
  }
}

.new-message {
  position: absolute;
  top: -5px;
  right: -5px;
}

.header__mail {
  position: relative;
}

.header__bell {
  position: relative;
}

.header__bell .new-message {
  top: -1px;
  right: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #147DD4;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.isactive .hamburger-inner,
.hamburger.isactive .hamburger-inner::before,
.hamburger.isactive .hamburger-inner::after {
  background-color: #147DD4;
}

.sidebar {
  background: #FFFFFF;
  -webkit-box-shadow: 6px 0px 18px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 6px 0px 18px 0px rgba(0, 0, 0, 0.06);
  position: fixed;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 1px;
  left: 0;
  width: 202px;
  height: calc(100vh - 2px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  min-height: 340px;
}

@media (max-width: 1199px) {
  .sidebar {
    width: 202px;
  }
}

@media (max-width: 991px) {
  .sidebar {
    width: 202px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

.sidebar.active {
  width: 90px;
}
.sidebar img.qr {width: 99px; margin-left: 0px;
  transition: width 0.3s, margin-left 0.4s;
}
.sidebar.active img.qr {
  width: 66px; margin-left: -12px;
}
.sidebar.active .nav__text {
  display: none;
}

.sidebar.active .sidebar__logo-wrap .logo img:first-child {
  display: none;
}

.sidebar.active .sidebar__logo-wrap .logo img:last-child {
  display: block;
}

.sidebar.active .sidebar__toggle-wrap span.nav__icon svg:first-child {
  display: none;
}

.sidebar.active .sidebar__toggle-wrap span.nav__icon svg:last-child {
  display: inline-block;
}

.sidebar.active .sidebar__toggle-wrap .sidebar__button div.nav__link {
  color: #147DD4;
}

.sidebar__button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #147DD4;
  cursor: pointer;
}
.sidebar__button svg {
  stroke: #147DD4;
}
.sidebar__button:hover svg {
  stroke: #109CF1;
}
.sidebar__button div span svg rect {
  fill: none;
}

.sidebar__button div span svg path {
  fill: #147DD4;
}

.sidebar__button div.active {
  color: #147DD4;
}

.sidebar__button div.active span svg path {
  fill: #109CF1;
}

.sidebar__button div .nav__text {
  font-size: 11px;
}

@media (max-width: 991px) {
  .sidebar__button div .nav__text {
    font-size: 11px;
  }
}

.navbar {
  padding: 25px 25px 10px 25px;
  height: calc(100% - 115px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar.padding-top {
  padding-top: 90px;
}

.sidebar__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 30px 0;
  border-bottom: 1px solid #EBEFF2;
}

.sidebar__logo-wrap .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__logo-wrap .logo img {
  width: auto;
  height: 30px;
}

.sidebar__logo-wrap .logo img:first-child {
  display: block;
  height: 34px;
}

.sidebar__logo-wrap .logo img:last-child {
  display: none;
}

.sidebar__toggle-wrap {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px 0;
  border-top: 1px solid #EBEFF2;
}

.sidebar__toggle-wrap span.nav__icon svg {
  width: 36px;
}

.sidebar__toggle-wrap span.nav__icon svg:first-child {
  display: inline-block;
}

.sidebar__toggle-wrap span.nav__icon svg:last-child {
  display: none;
}

.navbar__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar__wrapper .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar__wrapper .nav .nav__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4px;
}

.navbar__wrapper .nav .nav__item:last-child {
  margin-bottom: 0;
}

.navbar__wrapper .nav .nav__item .nav__link {
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.13px;
  color: #334D6E;
}

.navbar__wrapper .nav .nav__item .nav__link.active {
  color: #147DD4;
}

.navbar__wrapper .nav .nav__item .nav__link.active span svg path {
  fill: #109CF1;
}

.navbar__wrapper .nav .nav__item .nav__link.btn-toggle i {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform-origin: 0.5em 50%;
  -ms-transform-origin: 0.5em 50%;
  transform-origin: 0.5em 50%;
}

.navbar__wrapper .nav .nav__item .nav__link.btn-toggle[aria-expanded=true] i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navbar__wrapper .nav .nav__item .nav__link span svg rect {
  fill: none;
}

.navbar__wrapper .nav .nav__item .nav__link span svg path,
.navbar__wrapper .nav .nav__item .nav__link span i {
  fill: #a8b4c5;
  color: #a8b4c5;
  font-size: 18px;
}

.nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 6px;
  margin-right: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__icon svg {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.nav__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 11px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  .nav__text {
    font-size: 13px;
    line-height: 13px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.nav__submenu {
  margin-left: 20px;
}

.nav__submenu li {
  margin-bottom: 16px;
  line-height: 18px;
}

.nav__submenu li:last-child {
  margin-bottom: 0px;
}

.autorization__right,
.autorization-row,
.card__form .iconDate,
.pager .row div:first-child,
.card__tag span,
.card__tag,
.bookmark,
.tbody .availability,
.tbody .gr div.id,
.tbody .gr div,
.thead .column-name,
.order__info-title,
.photo__row,
.card__row,
.page__breadcrumbs .breadcrumbs-dashboard,
.main-page__row.page_order .tbody .gr div .number a.number-minus,
.main-page__row.page_order .tbody .gr div .number a.number-plus,
.main-page__row.page_order .tbody .gr div .number,
.header,
.header__row,
.header__title-company,
.button>a,
.button.dropdown ul.dropdown-menu.show li a.active,
.drop-down-profile.dropdown-menu .drop-down-profile__heading,
.drop-down-profile__list li a,
.header__form,
.navbar__wrapper .nav .nav__item,
.navbar__wrapper .nav .nav__item .nav__link,
.navbar__wrapper .nav .nav__item .nav__link.btn-toggle i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager .pagination a:hover,
.thead .gr>div a:hover,
.profile .nav-tabs .nav-link:hover,
.main-page__row.page_order .tbody .gr div .number a.number-plus:hover,
.main-page__row.page_order .tbody .gr div .number a.number-minus:hover,
.main-page__row.page_order .tbody .gr div a i:hover,
.drop-down-profile__list li a:hover,
.sidebar__button div:hover,
.navbar__wrapper .nav .nav__item .nav__link:hover,
.nav__submenu li a:hover,
.pager .pagination a:focus,
.thead .gr>div a:focus,
.profile .nav-tabs .nav-link:focus,
.main-page__row.page_order .tbody .gr div .number a.number-plus:focus,
.main-page__row.page_order .tbody .gr div .number a.number-minus:focus,
.main-page__row.page_order .tbody .gr div a i:focus,
.drop-down-profile__list li a:focus,
.sidebar__button div:focus,
.navbar__wrapper .nav .nav__item .nav__link:focus,
.nav__submenu li a:focus,
.pager .pagination a:active,
.thead .gr>div a:active,
.profile .nav-tabs .nav-link:active,
.main-page__row.page_order .tbody .gr div .number a.number-plus:active,
.main-page__row.page_order .tbody .gr div .number a.number-minus:active,
.main-page__row.page_order .tbody .gr div a i:active,
.drop-down-profile__list li a:active,
.sidebar__button div:active,
.navbar__wrapper .nav .nav__item .nav__link:active,
.nav__submenu li a:active,
.pager .pagination a.active,
.thead .gr>div a.active,
.profile .nav-tabs .active.nav-link,
.main-page__row.page_order .tbody .gr div .number a.active.number-plus,
.main-page__row.page_order .tbody .gr div .number a.active.number-minus,
.main-page__row.page_order .tbody .gr div a i.active,
.drop-down-profile__list li a.active,
.sidebar__button div.active,
.navbar__wrapper .nav .nav__item .active.nav__link,
.nav__submenu li a.active {
  color: #147DD4;
}

.pager .pagination a:hover svg path,
.thead .gr>div a:hover svg path,
.profile .nav-tabs .nav-link:hover svg path,
.main-page__row.page_order .tbody .gr div .number a.number-plus:hover svg path,
.main-page__row.page_order .tbody .gr div .number a.number-minus:hover svg path,
.main-page__row.page_order .tbody .gr div a i:hover svg path,
.drop-down-profile__list li a:hover svg path,
.sidebar__button div:hover svg path,
.navbar__wrapper .nav .nav__item .nav__link:hover svg path,
.nav__submenu li a:hover svg path,
.pager .pagination a:focus svg path,
.thead .gr>div a:focus svg path,
.profile .nav-tabs .nav-link:focus svg path,
.main-page__row.page_order .tbody .gr div .number a.number-plus:focus svg path,
.main-page__row.page_order .tbody .gr div .number a.number-minus:focus svg path,
.main-page__row.page_order .tbody .gr div a i:focus svg path,
.drop-down-profile__list li a:focus svg path,
.sidebar__button div:focus svg path,
.navbar__wrapper .nav .nav__item .nav__link:focus svg path,
.nav__submenu li a:focus svg path,
.pager .pagination a:active svg path,
.thead .gr>div a:active svg path,
.profile .nav-tabs .nav-link:active svg path,
.main-page__row.page_order .tbody .gr div .number a.number-plus:active svg path,
.main-page__row.page_order .tbody .gr div .number a.number-minus:active svg path,
.main-page__row.page_order .tbody .gr div a i:active svg path,
.drop-down-profile__list li a:active svg path,
.sidebar__button div:active svg path,
.navbar__wrapper .nav .nav__item .nav__link:active svg path,
.nav__submenu li a:active svg path,
.pager .pagination a.active svg path,
.thead .gr>div a.active svg path,
.profile .nav-tabs .active.nav-link svg path,
.main-page__row.page_order .tbody .gr div .number a.active.number-plus svg path,
.main-page__row.page_order .tbody .gr div .number a.active.number-minus svg path,
.main-page__row.page_order .tbody .gr div a i.active svg path,
.drop-down-profile__list li a.active svg path,
.sidebar__button div.active svg path,
.navbar__wrapper .nav .nav__item .active.nav__link svg path,
.nav__submenu li a.active svg path {
  fill: #109CF1;
}

.page__table,
.card {
  background: #FFFFFF;
  padding: 0;
  margin-bottom: 30px;
  border: none;
}

.page__profile,
.page__block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px;
  padding: 18px 20px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {

  .page__profile,
  .page__block {
    margin-bottom: 4px;
    padding: 8px 10px;
  }
}

.profile__order h5,
.table__header h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 30px;
}

body {
  color: #323C47;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  background-color: #F5F6F8;
}

a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.main-page {
  position: relative;
  min-height: calc(100vh - 60px);
  margin-left: 202px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.main-page.active {
  margin-left: 90px;
}

@media (max-width: 767px) {
  .main-page.active {
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .main-page {
    margin-left: 202px;
  }
}

@media (max-width: 991px) {
  .main-page {
    margin-left: 202px;
  }
}

@media (max-width: 767px) {
  .main-page {
    margin-left: 0px;
  }
}

.main-page.main-page_autorization {
  margin-left: 0;
}

.main-page__row {
  position: relative;
  padding: 4px 11px 4px 4px;
  overflow: auto;
}

@media (max-width: 575px) {
  .main-page__row {
    padding: 16px 8px;
  }
}

.main-page__row.page_order {
  padding: 25px 25px 0px 25px;
}

.main-page__row.page_order form {
    max-height: calc(100vh - 164px);
}

@media (max-width: 1199px) {
  .main-page__row.page_order {
    padding: 4px 11px 4px 4px;
  }
}

.main-page__row.page_order .thead .gr {
  grid-template-columns: 7fr 7fr 7fr minmax(150px, 2fr) minmax(100px, 2fr) minmax(160px, 2fr) minmax(56px, 1fr);
}

.main-page__row.page_order .tbody .gr {
  grid-template-columns: 7fr 7fr 7fr minmax(150px, 2fr) minmax(100px, 2fr) minmax(160px, 2fr) minmax(56px, 1fr);
}

.main-page__row.page_order.upload .thead .gr,
.main-page__row.page_order.upload .tbody .gr {
  grid-template-columns: 6fr 5fr minmax(114px, 4fr) minmax(64px, 2fr) minmax(54px, 1fr) minmax(54px, 1fr) minmax(54px, 1fr) minmax(72px, 1fr) minmax(92px, 2fr) minmax(101px, 2fr) 1.1fr;
}

.main-page__row.page_order .thead .gr>div>div:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.main-page__row.page_order .thead .gr div:last-child div div {
  text-align: left;
}

.main-page__row.page_order .thead .gr .column-name {
  margin-bottom: 0;
}

.main-page__row.page_order .tbody {
  min-height: 41px;
  max-height: calc(100vh - 326px);
}

@media (max-width: 1199px) {
  .main-page__row.page_order .tbody {
    max-height: calc(100vh - 260px);
  }
}

.main-page__row.page_order .tbody .gr div a {
  position: relative;
  z-index: 100;
}

.main-page__row.page_order .tbody .gr div a i {
  color: #707683;
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 15px;
}

.main-page__row.page_order .tbody .gr div .number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-page__row.page_order .tbody .gr div .number a.number-minus,
.main-page__row.page_order .tbody .gr div .number a.number-plus {
  position: relative;
  z-index: 100;
  width: 60px;
  height: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #323C47;
}

.main-page__row.page_order .tbody .gr div .number a.number-minus {
  border-right: 1px solid #b2b5ba;
}

.main-page__row.page_order .tbody .gr div .number a.number-plus {
  border-left: 1px solid #b2b5ba;
}

.main-page__row.page_order .tbody .gr div .number input.number__text {
  width: 100%;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 100;
}

.order-page {
  position: relative;
  min-height: calc(100vh - 60px);
  margin-left: 202px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.order-page.active {
  margin-left: 90px;
}

@media (max-width: 767px) {
  .order-page.active {
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .order-page {
    margin-left: 202px;
  }
}

@media (max-width: 991px) {
  .order-page {
    margin-left: 202px;
  }
}

@media (max-width: 767px) {
  .order-page {
    margin-left: 0px;
  }
}

.order-page.main-page_autorization {
  margin-left: 0;
}

.page__title {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 16px;
}

.title-block {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 16px;
}

.title-block_header {
  color: #000000;
}

.page__breadcrumbs .breadcrumbs-dashboard {
  padding-left: 0px;
  margin-bottom: 0px;
}

.breadcrumbs-dashboard__item {
  margin-left: 8px;
  cursor: default;
}

.breadcrumbs-dashboard__item:first-child {
  margin-left: 0px;
}

.breadcrumbs-dashboard__item::before {
  content: "/";
  margin-right: 8px;
}

.breadcrumbs-dashboard__item:first-child::before {
  content: "";
  margin-right: 0px;
}

.page__vidgets {
  cursor: default;
}

.card {
  width: 100%;
  overflow: overlay;
  margin-bottom: 22px !important;
}

.card_red {
  background: -webkit-gradient(linear, left top, left bottom, from(#F85978), to(#F85071));
  background: linear-gradient(180deg, #F85978 0%, #F85071 100%);
}

.card__body {
  color: #fff;
}

.card__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__text h6 {
  font-size: 16px;
  font-weight: 700;
}

.card__text h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}

.card_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#6DA6FD), to(#7AAEFD));
  background: linear-gradient(180deg, #6DA6FD 0%, #7AAEFD 100%);
}

.card_green {
  background: -webkit-gradient(linear, left top, left bottom, from(#62E1C3), to(#4CDAB8));
  background: linear-gradient(180deg, #62E1C3 0%, #4CDAB8 100%);
}

.table thead tr th {
  line-height: 16px;
  color: rgba(34, 34, 34, 0.5);
}

.table> :not(caption)>*>* {
  padding: 1.4rem 0.5rem;
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table> :not(:first-child) {
  border-top: 1px solid currentColor;
}

.page__profile input,
.page__profile textarea {
  height: 36px;
  background: #F6F7FB;
  border: 1px solid #D5D9DF;
  border-radius: 5px;
  padding-right: 26px;
}

.page__profile textarea {
  height: auto;
  width: 100%;
}

.form-db__col.col {
  position: relative;
}

.form-db__col.col[data-fill="1"]::after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  right: 18px;
  z-index: 100;
}

.amount_update {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.profile .nav-tabs {
  margin-bottom: 32px;
}

.profile .nav-tabs .nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 32px;
  color: #222;
}

.profile .nav-tabs .nav-link.active {
  color: #222;
  border-bottom: 4px solid #0D6EFD;
}

.profile__user-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 32px;
}

.form-db__label {
  font-size: 16px;
  line-height: 20px;
  color: rgba(34, 34, 34, 0.5);
  padding-left: 21px;
}

@media (max-width: 1999px) {
  .form-db__label {
    padding-left: 0;
  }
}

.form-db__col {
  margin-bottom: 16px;
  min-width: 174px;
  max-width: 420px;
}

.profile__managers,
.profile__filiation,
.profile__photo,
.profile__map {
  margin-top: 30px;
}

.photo__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo__item {
  position: relative;
  width: 104px;
  height: 74px;
  background: #F6F7FB;
  border: 1px solid #D5D9DF;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 20px 30px 0;
}

.photo__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.photo__del {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-radius: 8px;
}

td.collapse.show {
  border-top: 5px solid white;
}

.profile__order h5 {
  margin-bottom: 16px;
}

.order__title {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .order__title {
    margin-bottom: 0px;
  }
}

.order__date {
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .order__date {
    margin-bottom: 4px;
  }
}

.order__info-title {
  margin-bottom: 4px;
  min-height: 30px;
}

@media (max-width: 1199px) {
  .order__info-title {
    min-height: 20px;
    margin-bottom: 2px;
  }
}

.order__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 6px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .order__icon {
    width: 20px;
    height: 20px;
    padding: 2px;
  }
}

.order__icon img {
  width: 100%;
  height: auto;
}

.order__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.order__info-text {
  margin-left: 40px;
}

.order__info-text p {
  margin-bottom: 0;
  line-height: 1.5rem;
}

@media (max-width: 1199px) {
  .order__info-text {
    margin-left: 28px;
    margin-bottom: 0px;
  }

  .order__info-text p {
    margin-bottom: 0;
    line-height: 1.2rem;
  }
}

.order__total {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}

.order__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

@media (max-width: 991px) {
  .order__button-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.order__table td {
  vertical-align: middle;
}

.order__table .order__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 16px;
  width: 70px;
  height: 50px;
  border: 1px solid #D5D9DF;
  border-radius: 5px;
}

.thead .gr>div {
  position: relative;
  min-height: 43px !important;
  color: #334D6E;
  font-weight: 500;
  padding: 0px;
}

.thead .gr>div>div:first-child {
  padding: 4px 4px 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}

.thead .gr>div a {
  color: #147DD4;
}

.thead .gr>div:first-child div .card__tag {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.thead .gr .card__text {
  max-width: 88%;
}

@media (max-width: 1199px) {
  .thead .gr .card__text {
    font-size: 9px;
  }
}

.thead .column-name {
  gap: 8px;
  height: auto;
  padding: 0;
  margin-bottom: 4px;
  line-height: 11px;
  color: #147DD4;
}

@media (max-width: 1199px) {
  .thead .column-name {
    font-size: 11px;
    font-weight: 600;
  }
}

.thead .column-name .sort-button svg path {
  fill: #AEAEAE;
}

.thead .column-name .sort-button.top svg path:first-child {
  fill: #109CF1;
}

.thead .column-name .sort-button.bottom svg path:last-child {
  fill: #109CF1;
}

.tbody .gr div {
  word-break: break-word;
}

.tbody .gr div.id {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tbody .gr div.id svg path {
  fill: #C2CFE0;
}

.tbody .gr div.id.active svg path {
  fill: #109CF1;
}

@media (max-width: 1199px) {
  .tbody {
    font-size: 11px;
    line-height: 10px;
  }
}

.tbody .type_name,
.tbody .availability {
  color: #323C47;
  font-weight: 600;
}

.tbody .availability {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 10px;
  gap: 4px;
  padding: 0;
}

.tbody .availability .availability__data {
  color: #707683;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.1px;
}

.bookmark {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.card__tag {
  color: #707683;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 9px;
  gap: 4px;
  height: 16px !important;
  padding: 4px 0px !important;
}

.card__tag span {
  min-height: 12px;
}

.card__tag:hover .card__close-icon svg path,
.card__tag:focus .card__close-icon svg path,
.card__tag:active .card__close-icon svg path {
  fill: #147DD4;
}

.card__close-icon svg {
  height: 7px;
}

.pager {
  padding: 0 16px;
  font-size: 12px;
}

.pager .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager .row div:first-child form select {
  background: none;
}

.pager .row div:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pager .pagination {
  margin-bottom: 0;
}

.pager .pagination li,
.pager .pagination a,
.pager .pagination .page-link {
  background: none;
  border: none;
}

.pager .pagination a {
  color: #6A707E;
}

.pager .pagination .page-item.active .page-link {
  z-index: 3;
  color: #147DD4;
  background: none;
  border: none;
}

.shw {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*dialog*/
#dialog table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 4px;
}

#dialog table thead th {
  padding: 4px 8px 8px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
  color: #565D6D;
  border-bottom: 1px solid #ccc;
}

#dialog table tbody td {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #565D6D;
  border-top: 1px solid #ccc;
  text-align: center;
}

#dialog .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 4px;
}

#dialog .link a {
  color: rgba(86, 93, 109, 0.6509803922);
  font-size: 12px;
}

#dialog .link a:hover,
#dialog .link a:focus,
#dialog .link a:active {
  color: rgba(86, 93, 109, 0.6509803922);
  text-decoration: underline;
}

#dialog table thead th:first-child,
#dialog table tbody td:first-child {
  width: 166px;
  text-align: left;
}

#dialog table tbody td:first-child img {
  padding-top: 3px;
  margin-right: 8px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.3em 0.5em;
  background: none;
  overflow: auto;
}

.ui-widget-overlay {
  background-color: #717171;
}

.ui-widget-header {
  background: #EFEFEF;
  color: #5B5B5B;
}

.ui-widget.ui-widget-content {
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.6em 0.6em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin-bottom: 8px;
  display: none;
}

.ui-button {
  border: none;
  background-color: inherit;
}

.ui-dialog .ui-dialog-title {
  color: #777777;
  font-weight: 600;
}

.ui-button:hover,
.ui-button:focus,
.ui-button:active {
  border: none;
  background: none;
  font-weight: normal;
  color: #323232;
}

.WORK_POSITION>span:empty,
.ui-dialog-titlebar.hide::before {
  display: none;
}

.ui-dialog-content form fieldset {
  position: relative;
}

.ui-dialog-content form input {
  height: 30px;
  background-color: white;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 36px 4px 4px;
}

.ui-dialog-content form button {
  position: absolute;
  right: 6px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 2px;
}

.ui-dialog-content form button.dialog__clear {
  display: none;
  right: 28px;
}

.ui-dialog-content form button.dialog__clear.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui-dialog-content form button.dialog__filter {
  display: none;
  border: none;
}

.ui-dialog-content form button.dialog__filter.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui-dialog-content form button svg rect {
  fill: #707683;
}

.ui-dialog-titlebar-close {
  background-image: url("../jquery/images/ui-icons_777777_256x240.png");
  background-position: -96px -128px;
  width: 18px !important;
  height: 18px !important;
  overflow: hidden;
  background-repeat: no-repeat;
}

.card__form {
  width: 100%;
  min-height: 24px;
  max-height: 24px;
  height: auto;
  position: relative;
  border: 0;
  border-radius: 3px;
  padding: 0 !important;
  background: none;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-shadow: 0px 1px 4px #adb5bd;
  box-shadow: 0px 1px 4px #adb5bd;
  z-index: 100;
  top: 18px;
  display: none;
}

.card__form.active {
  display: block;
}

.card__form form,
.card__form fieldset,
.card__form input {
  width: 100%;
  height: 100%;
}

.card__form .iconDate {
  position: absolute;
  left: 2px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background-color: white;
}

.card__form input {
  background-color: white;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 36px 4px 4px;
  width: 100%;
}

.card__form input#date,
.card__form input#sum {
  padding: 4px 36px 4px 14px;
}

.card__form button {
  position: absolute;
  right: 4px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 2px;
}

.card__form button.dialog__clear {
  display: none;
  right: 20px;
}

.card__form button.dialog__clear.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__form button.dialog__filter {
  display: none;
  border: none;
}

.card__form button.dialog__filter.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__form button svg rect {
  fill: #707683;
}

.card__form .btn-outline-secondary:hover {
  color: #6c757d;
  background-color: #fff;
}

.mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.autorization {
  position: relative;
  background: url("../images/autorizationBG.jpg") center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

/* .autorization::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.93) 11.13%, rgba(255, 255, 255, 0) 56.13%);
  z-index: 1;
} */

.autorization img.autorization__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.autorization h1,
.autorization h2 {
  color: #4C5862;
  font-family: "Bebas", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2.3px;
  margin-bottom: 18px;
}

@media (max-width: 575px) {

  .autorization h1,
  .autorization h2 {
    text-align: center;
  }
}

.autorization h2 {
  font-size: 40px;
  letter-spacing: 1px;
}

.autorization-column {
  height: 100vh;
}

.autorization__content {
  position: relative;
  z-index: 3;
  max-width: 550px;
}

.autorization__content p {
  color: var(--dark_gray-text, #4C5862);
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .autorization__content p {
    text-align: center;
  }
}

.autorization__content .form__wrap form .mb-3 {
  position: relative;
}

.autorization__content .form__wrap form .mb-3 .clear-search-button {
  display: none;
  position: absolute;
  bottom: calc(50% - 22px);
  right: 20px;
  width: 22px;
  height: auto;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0);
}

.autorization__content .form__wrap form .mb-3 .clear-search-button.show {
  display: block;
}

.autorization__content .form__wrap form .mb-3 .clear-search-button svg {
  fill: #6c757d;
  overflow: hidden;
  padding: 4px;
}

.autorization__content .form__wrap form .mb-3 i.password-control {
  cursor: pointer;
  position: absolute;
  bottom: calc(50% - 18px);
  right: 10px;
  width: 14px;
  height: auto;
  z-index: 11;
}

@media (max-width: 575px) {
  .autorization__content .form__wrap {
    padding: 0 16px;
  }
}

.autorization__content .form__wrap .form-label,
.autorization__content .form__wrap .form-check-label {
  color: #919CA8;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
  margin-bottom: 8px;
}

.autorization__content .form__wrap input.form-control {
  border: none;
  border-bottom: 1px solid #D3D8DD;
  border-radius: 0;
  margin-bottom: 16px;
  padding-right: 30px;
}

.autorization__content .form__wrap input.form-control.is-invalid {
  border: 1px solid red;
  color: red;
  background-position: right calc(1.675em + 0.1875rem) center;
}

.autorization__content .form__wrap .forgot-password {
  display: inline-block;
}

.autorization__content .form__wrap button.btn {
  min-width: 160px;
  height: 42px;
  font-weight: 600;
  font-size: 13px;
  background-color: rgb(39,94,101);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(9,94,101, 0.24);
  box-shadow: 0px 4px 10px 0px rgba(9,94,101, 0.24);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-width: 0px;
}

.autorization__content .form__wrap button.btn:active,
.autorization__content .form__wrap button.btn:hover,
.autorization__content .form__wrap button.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.autorization__content .form__wrap .button-wrap {
  margin-top: 68px;
}

@media (max-width: 575px) {
  .autorization__content .form__wrap .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.autorization__left {
        background: url(../images/autorizationBG.jpg) center;
    background-size: cover;
  position: relative;
  height: 100vh;
  width: 60%;
}

@media (max-width: 1399px) {
  .autorization__left {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .autorization__left {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .autorization__left {
    display: none;
  }
}

.autorization__left::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
}

.autorization__logo {
  z-index: 2;
  width: 100%;
  min-width: 100px;
  margin-bottom: 60px;
  /* max-width: 211px; */
  height: auto;
  position: relative;
  left: -8px;
}

@media (max-width: 1199px) {
  .autorization__logo {
    left: 0;/*calc(50% - 88px);*/
  }
}

.autorization__logo img {
  width: 100%;
  height: auto;
}

.autorization__logo.autorization__logo_right {
  display: none;
  max-width: 120px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .autorization__logo.autorization__logo_right {
    display: block;
  }
}

@media (max-width: 575px) {
  .autorization__logo.autorization__logo_right {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
  }

  .autorization__logo.autorization__logo_right img {
    max-width: 120px;
  }
}

.autorization__right {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  height: 100vh;
  background-color: white;
}

@media (max-width: 1399px) {
  .autorization__right {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .autorization__right {
    width: 72%;
  }
}

@media (max-width: 991px) {
  .autorization__right {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .autorization__right {
    width: 100%;
    padding: 0;
  }
}

#restorePassword .modal-content {
  border: none;
  border-radius: 0;
}

#restorePassword .modal-content .modal-header,
#restorePassword .modal-content .modal-footer {
  border: none;
}

#restorePassword .form__wrap form .mb-3 {
  position: relative;
}

#restorePassword .form__wrap form .mb-3 .clear-search-button {
  display: none;
  position: absolute;
  bottom: calc(50% - 26px);
  right: 0px;
  width: 30px;
  height: auto;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0);
}

#restorePassword .form__wrap form .mb-3 .clear-search-button.show {
  display: block;
}

#restorePassword .form__wrap form .mb-3 .clear-search-button svg {
  fill: #6c757d;
  overflow: hidden;
  padding: 4px;
}

@media (max-width: 575px) {
  #restorePassword .form__wrap {
    padding: 0 16px;
  }
}

#restorePassword .form__wrap .form-label,
#restorePassword .form__wrap .form-check-label {
  color: #919CA8;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
  margin-bottom: 8px;
}

#restorePassword .form__wrap input.form-control {
  border: none;
  border-bottom: 1px solid #D3D8DD;
  border-radius: 0;
  margin-bottom: 16px;
  padding-right: 30px;
}

#restorePassword .form__wrap input.form-control.is-invalid {
  border: 1px solid red;
  color: red;
}

#restorePassword .form__wrap .forgot-password {
  display: inline-block;
}

#restorePassword .form__wrap button.btn {
  min-width: 160px;
  height: 42px;
  font-weight: 600;
  font-size: 13px;
  background-color: #109CF1;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(16, 156, 241, 0.24);
  box-shadow: 0px 4px 10px 0px rgba(16, 156, 241, 0.24);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#restorePassword .form__wrap button.btn:active,
#restorePassword .form__wrap button.btn:hover,
#restorePassword .form__wrap button.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 575px) {
  #restorePassword .form__wrap .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.invalid-feedback.show {
  display: block;
}

.number {
  padding: 5px 10px;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pager .pagination .number.active {
  z-index: 3;
  color: #147DD4;
  background: none;
  border: none;
  cursor: default;
}

.numpages {
  display: flex;
}

.page-item {
  cursor: pointer;
}

.page-item.disabled {
  cursor: default;
}

.bookmark svg>path {
  fill: #C2CFE0;
}

.bookmark.active svg>path {
  fill: #109CF1;
}

#message {
  border: 1px solid #eee;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: calc(50% - 300px);
  width: 500px;
  height: 80px;
  padding: 20px;
  background-color: #fff;
}

#message span {
  position: absolute;
  top: 2px;
  right: 10px;
  cursor: pointer;
}

.card__form {
  min-height: 30px;
  max-height: 30px;
}

.card {
  margin-bottom: 16px !important;
}

.order .card {
  margin-bottom: 12px !important;
  max-height: calc(100vh - 280px);
}

.tbody.page__tbody::-webkit-scrollbar {
  width: 6px;
}

.card-body {
  overflow: overlay;
}

.card-body .thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.card-body .tbody.page__tbody {
  overflow-y: unset;
}

.content-page {
  position: relative;
  min-height: calc(100vh - 60px);
  margin-left: 202px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 1199px) {
  .content-page {
    margin-left: 202px;
  }
  
  .order .card {
    margin-bottom:8px !important;
    max-height: calc(100vh - 216px);
  }
}


@media (max-width: 767px) {
  .content-page {
    margin-left: 0px;
  }
}


.content-page__row {
  position: relative;
  padding: 25px;
  overflow: auto;
}

@media (max-width: 1199px) {
  .content-page__row {
    padding: 4px 11px 4px 4px;
  }
}

.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content__text {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px;
  padding: 18px 20px;
  margin-bottom: 24px;
  max-width: 982px;
}

@media (max-width: 1199px) {
  .content__text {
    margin-bottom: 4px;
    padding: 8px 10px;
  }
}


.content__text .content__image {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #ebeff2;
}

.content__text .content__image:first-child {
  margin-bottom: 18px;
}

.content__text .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.content__text p {
  line-height: 18px;
}

.index-form input {
  padding-right: 70px;
}

.index-form button.clear-search-button {
  right: 40px;
}

.zone-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 47px auto 49px;
}

.zone {
  padding: 51px 261px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
  border: 2px dashed #D7D7D7;
  background: var(--white, #FFF);
}

@media (max-width: 1199px) {
  .zone {
    padding: 51px 20%;
  }
}

@media (max-width: 575px) {
  .zone {
    padding: 8px 15%;
  }
}

#dropZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.zone i {
  text-align: center;
  font-size: 14em;
  color: rgba(174, 174, 174, 0.5);
}

@media (max-width: 575px) {
  .zone i {
    font-size: 8em;
  }
}

#dropZ div {
  margin-bottom: 18px;
}

@media (max-width: 575px) {
  #dropZ div {
    text-align: center;
    margin-bottom: 8px;
  }
}

.zone .selectFile {
  width: 160px;
  height: 42px;
  margin: 8px auto;
  position: relative;
  cursor: pointer;
}

.zone-wrap,
.zone,
#dropZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zone label {
  background: #109CF1;
  color: white;
  display: inline-block;
  line-height: 42px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  -webkit-box-shadow: 0 1px 1px gray;
  box-shadow: 0 1px 1px gray;
  letter-spacing: 0.13px;
}

.zone label,
.zone input {
  cursor: pointer;
  display: block;
  height: 42px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.zone input[type=file] {
  opacity: 0;
}


@media (max-width: 1199px) {
  .zone {
    padding: 51px 20%;
  }
}

.zone-wrap,
.zone,
#dropZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zone label {
  background: #109CF1;
  color: white;
  display: inline-block;
  line-height: 42px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  -webkit-box-shadow: 0 1px 1px gray;
  box-shadow: 0 1px 1px gray;
  letter-spacing: 0.13px;
}

.zone label,
.zone input {
  cursor: pointer;
  display: block;
  height: 42px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.zone input[type=file] {
  opacity: 0;
}

/*message popup*/
#message {
  border: 1px solid #9eeaf9;
  box-shadow: 0px 5px 16px 0px #5aa3ba82;
  border-radius: 4px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: calc(50% - 250px);
  width: 500px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  background: rgb(220 242 243 / 100%);
  text-align: center;
  line-height: 1.4rem;
}

@media (max-width: 575px) {
  #message {
    width: 300px;
    left: calc(50% - 150px);
  }
}

.navbar__wrapper>.nav>.nav__item {
  margin-bottom: 8px;
}

.navbar__wrapper .nav .nav__item:last-child {
  margin-bottom: 8px;
}

.navbar__wrapper>.nav>.nav__item:nth-child(3)>.nav__link>span:first-child {
  padding-left: 9px;
}

.tbody .gr>div:hover:after {
  display: none;
}

.card-body .thead {
  z-index: 101 !important;
}

.thead .gr>div {
  word-break: break-word;
}

.page__gr,
.page .card-body .thead .gr {
  grid-template-columns: minmax(40px, 1fr) 6fr 4fr 4fr 3fr 2fr 2fr 2fr minmax(85px, 2fr) minmax(85px, 2fr) 4fr !important;
}

/*------------------------------------------------------------------------*/

.main-page__row.page_order .card-body {
  margin-top: 0;
  margin-bottom: 0;
}

.main-page__row.page_order .card-body>.thead {
  position: sticky;
  width: 100%;
}

.main-page__row.page_order .tbody {
  overflow-y: unset;
}

.order__info-text p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 3px;
}

.order__info-text p:last-child {
  margin-bottom: 0px;
}

/*------------------------------------------------------------------------*/

.order__number {
  margin-left: 8px;
}

.order__data-text {
  display: inline-block;
  min-width: 195px;
}

.order__data-text_small {
  min-width: 68px;
}

.order__icon {
  margin-right: 10px;
}

.order__icon_data {
  padding: 4px;
}

.order__icon_upload {
  padding: 5px;
}

.order__text>a {
  font-weight: 400;
}

form.upload-container {
  display: flex;
  border: 2px dashed #D7D7D7;
  border-radius: 8px;
  background: var(--white, #FFF);
  margin: auto;
  padding: 10px 24px !important;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

form.upload-container .fa-cloud-upload {
  margin: 0 0 0 8px;
  font-size: 3.8em;
}

.upload-container div {
  position: relative;
  z-index: 10;
  justify-content: space-around;
}

.upload-container i {
  font-size: 6em;
  margin-right: 40px;
  color: rgba(174, 174, 174, 0.5);
}

.page__profile_upload {
  padding: 8px;
}

form.upload-container label {
  height: 42px;
  background: #109CF1;
  color: white;
  display: inline-block;
  line-height: 41px;
  padding: 0 22px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  -webkit-box-shadow: 0 1px 1px gray;
  box-shadow: 0 1px 1px gray;
  letter-spacing: 0.13px;
  margin-top: 24px;
  outline: 0px solid white !important;
  border: 1px solid #109CF1;
  border-radius: 4px;
  cursor: pointer;
}

form.upload-container label:hover,
form.upload-container label:focus,
form.upload-container label:active {
  background-color: #4aace7;
}

.upload-container input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

.order__info-text_sub {
  line-height: 1em;
  margin-top: -4px;
  margin-bottom: 4px;
  text-align: center;
}

.order__info-button {
  margin: 8px 0 2px;
}

.order__info-button a {
  height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 13px 23px;
}

.order__row {
  display: flex;
  margin: 0 -16px;
  justify-content: space-around;
}

.order__info-title_b {
  margin-bottom: 9px;
  min-height: 24px;
}

.upload .page__profile {
  height: calc(100% - 25px);
  min-height: 150px;
}

.main-page__row.upload .tbody {
  max-height: calc(100vh - 360px) !important;
}

div.tbody {
    max-height: calc(100vh - 170px) !important;
}

@media (max-width: 1499px) {
  /* #app div.tbody {
      max-height: calc(100vh - 175px) !important;       
  } */

    .thead .column-name {
       font-size: 11px;
       font-weight: 600;
    }

  .order__number {
    margin-bottom: 2px;
    margin-left: 8px;
  }

  .order__info-text_data p:last-child .order__number {
    margin-bottom: 0px;
  }

  .upload-container div {
    justify-content: center;
  }
}

@media (max-width: 1399px) {
  .main-page__row.order.upload .tbody {
    max-height: max-content !important;
  }

  div.tbody {
    max-height: calc(100vh - 183px) !important;
  }

  .card {
        margin-bottom: 21px !important;
    }

  .pager {
        font-size: 11px;
        /* padding: 5px 10px; */
    }

  .number {
    padding: 0px 6px;
  }

  .thead .gr > div.header_field {
    min-height: 62px !important;
  }

  form.upload-container .fa-cloud-upload {
    margin-left: 30px;
  }

  .order__info-text_sub {
    font-size: 12px;
  }

  .order__info-text p {
    font-size: 13px;
    margin-bottom: 0px;
  }

  .order__number {
    margin-bottom: 2px;
    margin-left: 8px;
  }

  .order__info-text_data p:last-child .order__number {
    margin-bottom: 0px;
  }

  .order__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "col1 col3"
      "col2 col4";
  }

  .order__col {
    padding: 0 16px;
  }

  .order__col_1 {
    grid-area: col1
  }

  .order__col_2 {
    grid-area: col2;
    padding-top: 9px;
  }

  .order__col_3 {
    grid-area: col3
  }

  .order__col_4 {
    grid-area: col4
  }
}

@media (max-width: 1199px) {
  .main-page__row.order.upload .tbody {
    max-height: max-content;
  }

    .thead .gr > div.header_field {
        min-height: 82px !important;
    }

    div.tbody {
        max-height: calc(100vh - 203px) !important;
    }

    .card {
        margin-bottom: 21px !important;
    }

    .main-page__row.page_order form {
        max-height: calc(100vh - 164px);
    }

  .order__icon_data {
    padding: 0;
  }

  .order__icon_upload {
    padding: 1px;
  }

  .order__info-text {
    margin-left: 30px;
  }

  form.upload-container {
    padding: 4px 24px !important;
  }

  form.upload-container .fa-cloud-upload {
    margin-left: 12px;
  }

  .upload .page__profile {
    height: auto;
  }

  .order__row {
    grid-template-rows: 3fr 4fr;
    margin-bottom: -16px;
  }

  .order__col {
    padding-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .page__gr,
  .page .card-body .thead .gr {
    grid-template-columns: 40px 3fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr !important;
  }

  .main-page__row.order.upload .tbody {
    max-height: max-content;
  }

  form.upload-container .fa-cloud-upload {
    margin-left: 12px;
  }

  .order__data-text {
    min-width: 180px;
  }

  .order__data-text_small {
    min-width: 78px;
  }

  .order__info-text_data>p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .order__info-text {
    margin-bottom: 4px;
  }

  .order__info>.row>div:last-child .order__info-text {
    margin-bottom: 0;
  }

  .order__row {
    grid-template-rows: 1fr auto;
    margin-bottom: -4px;
  }

  .order__col {
    margin-bottom: 5px;
    padding-bottom: 4px;
  }

  form.upload-container {
    padding: 6px 24px !important;
  }

  .order__info-title_b {
    margin-bottom: 0px;
  }

  .main-page__row.page_order .tbody {
    max-height: max-content;
  }

  .order .card {
    margin-bottom: 4px !important;
  }

  .main-page__row.page_order .thead .gr,
  .main-page__row.page_order .tbody .gr {
    grid-template-columns: 7fr 7fr 7fr minmax(110px, 2fr) minmax(80px, 2fr) minmax(150px, 2fr) minmax(56px, 1fr);
  }

    div.tbody {
        max-height: calc(100vh - 226px) !important;
    }

    .main-page__row.page_order .tbody {
        max-height: calc(100vh - 330px)!important;
    }

    .order .card {
        margin-bottom: 2px !important;
    }
}

@media (max-width: 870px) {
  .main-page__row.order.upload .tbody {
    max-height: max-content;
  }

  .main-page__row.page_order .tbody {
        max-height: calc(100vh - 330px) !important;
    }

  .order__row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .order__col {
    min-width: 336px;
  }

    .order__text {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
  .order__info-text {
    margin-bottom: 8px !important;
  }
  .order__icon {
    padding: 3px;
  }

  div.tbody {
    max-height: none !important;
  }

  .main-page__row.page_order .tbody,
  .order .card,
  .main-page__row.page_order form {
        max-height: none !important;
    }

}

@media (max-width: 328px) {
  .order__info-text_data>p {
    flex-direction: column;
  }

  form.upload-container label {
    padding: 0 16px;
  }

  .order__info-title {
    align-items: flex-start;
  }

  .order__text {
    font-size: 13px;
  }
}
.btn-outline-primary {
  color: #109CF1;
  border-color: #109CF1;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #109CF1;
}
.img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.active .img, .nav__link:hover .img {
  -webkit-filter: grayscale(0);
  filter: none;
}
.autorization__content .form__wrap .forgot-password {display:none;}