@charset "UTF-8";

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin: 0;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}

button,
input,
textarea {
  overflow: visible;
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none;
}

:root {
  --color: #3b3b3b;
  --color-accent: #ffc33e;
  --color-bg: #f5f8fb;
  --color-primary: #699fca;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.orders-list__ptice {
  display: flex;
}

.orders-list__ptice span:first-child {
  display: flex;
  margin-right: 8px;
  color: #3B3B3B;
  opacity: .6;
}

html {
  height: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}

html.lock {
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--color);
  background-color: #fff;
  font: 0.875rem "Roboto", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  padding: 15px 40px;
  background-color: #f2f2f3;
  -webkit-box-shadow: 0 2px 9px rgba(35, 48, 83, 0.15);
  box-shadow: 0 2px 9px rgba(35, 48, 83, 0.15);
}

.logo {
  display: block;
  width: 241px;
  height: 50px;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.lk-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  background-color: var(--color-bg);
  -webkit-box-shadow: 0 2px 9px rgba(35, 48, 83, 0.15);
  box-shadow: 0 2px 9px rgba(35, 48, 83, 0.15);
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  gap: 20px 30px;
}

.lk-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  gap: 20px 50px;
}

.lk-header__subtitle {
  display: block;
  margin-bottom: 2px;
  color: rgba(59, 59, 59, 0.6);
  font-size: 0.875rem;
  font-weight: normal;
}

.lk-header__title {
  font-size: 1rem;
  font-weight: normal;
}

.lk-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: end;
  -ms-flex: 1;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
  gap: 20px 24px;
}

.lk-header .logo {
  width: 199px;
  height: 44px;
}

.dealer-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.dealer-user__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 44px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(85, 148, 190, 0.2);
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -ms-flex: 0 0 44px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.main {
  display: grid;
  margin-top: 40px;
  padding-bottom: 50px;
  gap: 30px;
  grid-template-columns: 224px 1fr;
}

.main.dealer {
  display: block;
}

.lk-main {
  padding: 40px;
}

.lk-main__filter {
  margin-bottom: 20px;
}

.lk-main__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  gap: 10px 30px;
}

.sidebar {
  padding: 5px 0;
  width: 200px;
}

.sidebar__footer {
  margin-top: 24px;
}

.orders__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-bottom: 33px;
  font-size: 1.75rem;
  font-weight: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.orders__count {
  display: inline-block;
  margin-left: 10px;
  color: rgba(59, 59, 59, 0.6);
  font-size: 1.125rem;
}

.orders .order + .order {
  margin-top: 30px;
}

.lk-table {
  overflow: auto;
  padding-bottom: 10px;
}

.lk-table__edit {
  display: block;
  margin: -8px;
  padding: 6px 25px 6px 8px;
}

.lk-table__edit::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 8px;
  content: "";
  border-radius: 1px;
  background-color: var(--color-bg);
  background-image: url(../img/icons/edit.svg);
  background-repeat: no-repeat;
  background-position: bottom 5px right 5px;
  background-size: 16px;
}

.lk-table__edit > * {
  position: relative;
  z-index: 1;
}

.lk-table__edit span.null {
  color: #c6ced5;
}

.lk-table table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #e9e9e9;
  border-bottom: 0;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
}

.lk-table table th {
  padding: 9px 14px;
  vertical-align: middle;
  background-color: var(--color-bg);
  line-height: 114%;
}

.lk-table table th a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.lk-table table th a::after {
  display: inline-block;
  flex: 0 0 6.5px;
  width: 6.5px;
  height: 10px;
  margin-left: 8px;
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.25 10L0 5.833h6.5L3.25 10zm0-10L6.5 4.167H0L3.25 0z' fill='%238C8C8C'/%3E%3C/svg%3E");
  line-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.5px;
}

.lk-table table th a:hover {
  color: var(--color-primary);
}

.lk-table table td {
  position: relative;
  padding: 14px;
  vertical-align: top;
}

.lk-table table td span {
  display: block;
}

.lk-table table th,
.lk-table table td {
  text-align: left;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e9e9e9;
  font-weight: normal;
}

.lk-table table tr:hover {
  background-color: rgba(255, 195, 62, 0.05);
}

.lk-table table th:first-child,
.lk-table table td:first-child {
  text-align: left;
}

.lk-table table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

.lk-table table th:last-child {
  border-right: none;
  border-top-right-radius: 5px;
}

.lk-table table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.lk-table table tr:last-child td:last-child {
  width: auto;
  border-radius: 0 0 5px 0;
}

.lk-table table tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}

.lk-table table tr td:last-child {
  border-right: none;
}

/* ----- Модальное окно ----- */

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all var(--transition-time);
  -o-transition: all var(--transition-time);
  transition: all var(--transition-time);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  --transition-time: 0.3s;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

.modal-container {
  position: relative;
  overflow: hidden;
  width: 535px;
  margin: 50px auto;
  padding: 23px 30px 30px 30px;
  cursor: default;
  border-radius: 5px;
  background-color: #fff;
}

.modal-content h2 {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 500;
}

.modal-content h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

.modal-content hr {
  display: block;
  width: calc(100% + 60px);
  margin: 20px 0 20px 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}

.modal-content__group {
  position: relative;
}

.modal-content__group > *:not(:last-child) {
  margin-bottom: 12px;
}

.modal-content__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
}

.modal-content__input > * + * {
  margin-left: 12px;
}

.modal-content__input input {
  max-width: 160px;
  height: 47px;
}

.modal-content button {
  height: 47px;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 0;
  background: 0 0;
}

.modal-close:after,
.modal-close:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 24px;
  margin: 0 auto;
  content: "";
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
  background-color: #8c8c8c;
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-close:hover:after,
.modal-close:hover:before {
  background-color: #000;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal-effect--1 .modal-container {
  -webkit-transition: all var(--transition-time);
  -o-transition: all var(--transition-time);
  transition: all var(--transition-time);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.modal-effect--1.open .modal-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.user-info__name {
  display: block;
  margin-bottom: 28px;
  font-size: 1.25rem;
}

.user-info__list li + li {
  margin-top: 1.5rem;
}

.user-info__item span {
  display: block;
  margin-bottom: 8px;
  color: rgba(59, 59, 59, 0.6);
}

.user-info__item a {
  color: #3b3b3b;
  font-size: 1.0625rem;
}

.button {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover {
  color: #fff;
  background-color: #4e81aa;
}

.button__line {
  padding: 9px 33px;
  border: 1px solid rgba(105, 159, 202, 0.5);
  border-radius: 50px;
  font-size: 0.9375rem;
}

.button__accent {
  padding: 10px 27px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: var(--color-primary);
  font-size: 0.9375rem;
  font-size: 15px;
  font-weight: 500;
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
}

.order__info {
  flex: 0 0 328px;
  padding: 22px 18px 22px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 328px;
}

.order__list {
  flex: 1;
  padding: 22px 30px 22px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.order__status {
  flex: 1 1 100%;
  padding: 14px 30px 16px 30px;
  border-top: 1px solid #e9e9e9;
  background-color: var(--color-bg);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
}

.order--status {
  display: inline-block;
  padding: 4px 17px;
  color: #fff;
  border-radius: 50px;
  background-color: var(--color-primary);
  font-size: 1rem;
}

.order-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.order-info__date {
  margin-left: 14px;
}

.order-info__list li + li {
  margin-top: 22px;
}

.order-info__item {
  font-size: 0.9375rem;
  line-height: 133%;
}

.order-info__item a {
  color: var(--color-primary);
  font-weight: 500;
}

.order-info__title {
  display: block;
  margin-bottom: 8px;
  color: rgba(59, 59, 59, 0.6);
}

.order-info__message {
  position: relative;
  margin: 0 -10px 14px -10px;
  padding: 11px 11px 11px 35px;
  background-color: rgba(255, 195, 62, 0.05);
  font-size: 15px;
  line-height: 133%;
}

.order-info__message::before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 16px;
  height: 16px;
  content: url(../img/icons/message.svg);
}

.order-info h2 {
  margin: 0;
}

.orders-list li + li {
  margin-top: 20px;
}

.orders-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 30px;
}

.orders-list__img {
  overflow: hidden;
  flex: 0 0 106px;
  height: 72px;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 106px;
}

.orders-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.orders-list__title {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.orders-list__title h2 {
  margin-bottom: 13px;
  font-size: 1.125rem;
  font-weight: 500;
}

.orders-list__ptice {
  flex: 0 0 104px;
  font-size: 1rem;
  font-weight: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 104px;
}

.orders-list__color span {
  color: rgba(59, 59, 59, 0.6);
}

.status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.status-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

.status-list li:first-child {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.status-list li div:first-child {
  margin-bottom: 9px;
  color: rgba(59, 59, 59, 0.6);
  font-weight: normal;
}

.status-list li + li {
  margin-left: 40px;
  text-align: right;
}

.status-list__summ {
  font-size: 1.5rem !important;
  font-weight: 500;
}

.lk-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  gap: 12px 12px;
}

.lk-filter--clear {
  margin-left: 30px;
  color: var(--color-primary);
  border-bottom: 1px dashed currentColor;
  font-size: 0.9375rem;
  font-weight: 500;
}

.lk-filter--clear::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  content: url(../img/icons/clear.svg);
}

.select {
  width: 100%;
  padding: 10px 30px 10px 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.26538 1L2.91844 4L0.571503 1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 6px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select:hover,
.select:focus {
  border-color: #699fca;
}

.select:invalid {
  color: gray;
}

.select option[value=""][disabled] {
  display: none;
}

.select option {
  color: black;
}

.input {
  padding: 10px 16px 10px 35px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  font-size: 0.875rem;
}

.input:hover,
.input:focus {
  border-color: #699fca;
}

.input__search {
  background-image: url(../img/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 14px;
}

.input__date {
  background-image: url(../img/icons/date.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 18px;
}

.input__price {
  padding: 8px 41px 8px 16px;
  background-image: url(../img/icons/rub.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 11px;
}

.filter-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0.875rem;
}

.filter-status::before {
  display: block;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  margin-right: 7px;
  content: "";
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
}

.filter-status--success::before {
  background-color: #cecece;
}

.filter-status--client::before {
  background-color: #ffc33e;
}

.filter-status--distributor::before {
  background-color: #ff8e4f;
}

.filter-status--off::before {
  background-color: #f61919;
}

.filter-status--commit::before {
  background-color: #0ebd20;
}

.filter-status--job::before {
  background-color: #5594be;
}

.order-count {
  color: rgba(59, 59, 59, 0.6);
  font-size: 0.875rem;
  font-weight: normal;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -2px -5px;
  -ms-flex-wrap: wrap;
}

.pagination li {
  margin: 2px 5px;
}

.pagination li a {
  display: inline-block;
  padding: 8px 9px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #c7ced6;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0.9375rem;
}

.pagination li a:hover {
  color: #fff;
  border-color: transparent;
  background-color: var(--color-primary);
}

.pagination li a.current {
  color: #fff;
  border-color: transparent;
  background-color: var(--color-primary);
  font-weight: 600;
}

.order-history li {
  padding: 9px 12px;
  border-radius: 1px;
  background-color: var(--color-bg);
  font-size: 1rem;
}

.order-history li + li {
  margin-top: 8px;
}

.order-history__date {
  display: block;
  margin-top: 7px;
  padding-left: 15px;
  color: #898989;
  font-size: 0.875rem;
}

@media (min-width: 1150px) {
  .order {
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
  }

  .order__info {
    border-right: 1px solid #e9e9e9;
  }
}

@media (max-width: 1165px) {
  .modal-container {
    max-width: 95%;
    margin: 10px auto;
  }
}

body .modal {
  left: 0;
}

.modal-content__input input {
  max-width: 100%;
}

.button__line {
  font-weight: 500;
}
span.d-date{
	font-size: 14px;
	color: rgba(59, 59, 59, 0.6);
}

.bx-title {
  margin-bottom: 40px;
  padding-left: 45px;
}

.bx-authform-formgroup-container {
  margin-bottom: 12px;
}

.bx-authform .btn-primary {
  margin: 0 auto;
  margin-top: 16px;
}

.bx-authform>a {
  margin-top: 41px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #878787;
}

.login-label {
  display: block;
  margin-top: 16px;
}