:root {
  --bs-app-aside-width: 310px;
  --bs-app-aside-width-actual: 310px;
}
@media screen and (max-width: 479px) {
  :root {
    --bs-app-aside-width: 280px;
    --bs-app-aside-width-actual: 280px;
  }
}
@media screen and (max-width: 1839px) {
  body {
    zoom: 85%;
  }
}
@media screen and (max-width: 1399px) {
  body {
    zoom: 100%;
  }
}
@media screen and (max-width: 1579px) {
  .d-none-xxxl {
    display: none !important;
  }
}
@media screen and (max-width: 1399px) {
  .d-none-xxl {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .d-none-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1399px) {
  .d-block-xxl {
    display: block !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.page-desc {
  max-width: 714px;
  margin-top: 20px;
}
.page-desc p {
  margin: 0;
  font-family: "Inter";
  font-weight: 600;
  font-size: 13px;
  line-height: 154%;
  color: #a1a5b7;
}
.nav-tabs {
  gap: 10px;
}
.nav-tabs.nav-pills {
  gap: 2px;
}
.nav-line-tabs .nav-item .nav-link {
  margin: 0;
  padding: 0 15px 15px;
}
.nav-line-tabs .nav-item .nav-link.active {
  color: #444 !important;
}
.tab-pane {
  padding: 20px;
}
.video-play {
  position: relative;
  display: inline-block;
}
.video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  background: url(../media/icons/custom/play.png) center no-repeat;
  background-size: contain;
}
.stepper-item {
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .stepper .btn {
    padding: 4px 14px !important;
    font-size: 0;
  }
}
@media screen and (max-width: 479px) {
  .stepper .btn > i {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 28px !important;
  }
}
.stepper .align-items-stretch {
  row-gap: 16px;
}
.stepper .align-items-stretch .col-lg-6 .btn {
  height: 100%;
}
@media screen and (max-width: 479px) {
  .stepper .align-items-stretch .col-lg-6 .btn {
    padding: 20px !important;
  }
}
.fv-row .align-items-stretch {
   row-gap: 16px;
}
.fv-row .align-items-stretch .col-lg-6 .btn {
    height: 100%;
}
button[data-action="previous"] {
  display: none;
}
.app-header,
[data-kt-app-header-fixed=true] .app-header {
  z-index: 110;
}
.app-content {
  border: none;
}
.step-body {
  display: none;
}
.step-body.current {
  display: block;
}
.badge-secondary {
  background: #e1e3ea;
}
.badge-light {
  background: #f1f1f2;
  color: #a1a5b7;
}
.form-check-input {
  border-color: #3e97ff;
}
.form-check-input:checked:disabled {
  border-color: rgba(161, 165, 183, 0);
  background-color: rgba(161, 165, 183, 0.5);
}
.mb-n35 {
  margin-bottom: -35px;
}
@media screen and (max-width: 1839px) {
  .btn-adaptive {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1579px) {
  .btn-adaptive {
    padding: 5px 7px !important;
    font-size: 12px !important;
  }
}
.form-file {
  position: relative;
  width: 100%;
}
.form-file input[type="file"] {
  display: none;
}
.form-file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 38px;
  padding: 5px 46px 5px 14px;
  border: 1px dashed #3e97ff;
  border-radius: 7px;
  background: #eef6ff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-file label span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #a1a5b7;
}
.form-file .file-remove {
  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;
  position: absolute;
  z-index: 10;
  top: 6px;
  right: 14px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.badge-warning.badge-outline {
  background-color: #fff8dd;
}
.badge-gray {
  color: #fff;
  background: #a1a5b7;
}
.js-status {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}
.js-story {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #3e97ff;
}
.broker {
  position: relative;
  width: 100%;
}
.broker__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.broker__header.open {
  border-color: #d8d8e5;
}
.broker__img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.broker__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.broker__desc p {
  margin: 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #a1a5b7;
}
.broker__desc p:nth-child(2) {
  margin-top: 5px;
  font-size: 12px;
  color: #3f4254;
}
.broker__online {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #50cd89;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.broker__body {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #d8d8e5;
  border-top: none;
  border-radius: 0 0 12px 12px;
  background: #fff;
  display: none;
}
.broker__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f2;
}
.broker__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.broker__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #444;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.broker__links a:hover {
  color: var(--bs-primary);
}
.broker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 15px 20px;
}
.broker__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 18px;
  height: 18px;
}
.broker__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.broker__text {
  font-weight: 600;
  font-size: 14px;
  color: #444;
}
.broker__text a {
  color: #444;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.broker__text a:hover {
  color: var(--bs-primary);
}
.sidebar-menu {
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
  border-bottom: 1px solid #d8d8e5;
  padding: 0px 0px 10px 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #333;
  text-transform: uppercase;
}
.sidebar-menu__title span {
  color: #5e6278;
}
.sidebar-menu .app-sidebar-menu-primary.menu {
  padding: 0;
  margin: 0;
}
.sidebar-menu .app-sidebar-menu-primary.menu .menu-item .menu-link {
  height: 44px;
  padding: 0 5px;
  border-left: 5px solid transparent;
  border-radius: 0;
}
.sidebar-menu .app-sidebar-menu-primary.menu .menu-item .menu-link.active {
  border-left-color: #3e97ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.sidebar-menu .app-sidebar-menu-primary.menu .menu-item .menu-link.active .menu-title {
  color: #333;
}
.sidebar-menu .app-sidebar-menu-primary.menu .menu-item .menu-link.active .menu-icon i {
  color: #333;
}
.online {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #50cd89;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.exchange-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: 10px;
  width: 190px;
  margin-right: 30px;
}
@media screen and (max-width: 1839px) {
  .exchange-rate {
    gap: 5px;
    width: auto;
    margin-right: 10px;
  }
}
.exchange-rate > p {
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  margin: 0 0 2px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: #33353a;
}
.exchange-rate__item {
  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;
  width: calc(50% - 5px);
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1;
  color: #3f4254;
}
@media screen and (max-width: 1839px) {
  .exchange-rate__item {
    width: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 1579px) {
  .exchange-rate__item {
    font-size: 12px;
  }
}
.balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 1839px) {
  .balance {
    gap: 10px;
    margin-right: 10px;
  }
}
.balance > p {
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  margin: 0 0 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: #33353a;
}
.balance__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  border-radius: 4px;
  padding: 4px 14px;
  background: #fff;
}
@media screen and (max-width: 1579px) {
  .balance__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.balance__item label {
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #a1a5b7;
}
.balance__item span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-align: right;
  color: #3f4254;
}
@media screen and (max-width: 1839px) {
  .balance__item span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1579px) {
  .balance__item span {
    font-size: 12px;
  }
}
.balance__item span span {
  margin-left: 5px;
}
.top-menu {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 1839px) {
  .top-menu {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .top-menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 10px;
  }
}
.top-menu__toggle {
  display: none !important;
}
@media screen and (max-width: 1399px) {
  .top-menu__toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
  }
}
.top-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1839px) {
  .top-menu__list {
    gap: 5px;
  }
}
@media screen and (max-width: 1399px) {
  .top-menu__list {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: calc(100% + 10px);
    min-width: 160px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
}
.top-menu a {
  position: relative;
  display: block;
  border-radius: 9px;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1839px) {
  .top-menu a {
    padding: 8px 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1579px) {
  .top-menu a {
    font-size: 12px;
  }
}
.top-menu a span {
  position: absolute;
  top: -4px;
  right: -4px;
  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;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f1416c;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .top-menu a span {
    top: 2px;
    right: 5px;
  }
}
.top-menu a:hover {
  color: #3e97ff;
}
.filter-flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  padding-left: 10px;
}
.filter-flags a {
  width: 12px;
  height: 13px;
}
.filter-flags a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.group-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 796px;
  border: 1px solid #3e97ff;
  border-radius: 7px;
  padding: 16px 14px;
  width: 796px;
  background: #eef6ff;
}
.group-action__desc {
  padding-left: 50px;
  background: url(../media/icons/custom/shield-cross.svg) left center no-repeat;
  background-size: 35px;
}
.group-action__desc p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.06667;
  color: #3f4254;
}
.group-action__desc p:nth-child(2) {
  margin-top: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.07692;
  color: #333;
}
.chat-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 12px 10px;
}
.chat-order__icon {
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.chat-order__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.28571;
  color: #4b5675;
}
.chat-order__title span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #50cd89;
}
.order-history {
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 20px;
  border-radius: 12px;
  background: #fff;
}
.order-history__title {
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #3f4254;
}
.order-history__title span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #a1a5b7;
}
.order-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  width: 100%;
  min-height: 50px;
  position: relative;
  padding: 7px 0 7px 27px;
}
.order-history__item p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.33333;
  color: #444;
}
.order-history__item p:nth-child(2) {
  font-size: 12px;
  color: #a1a5b7;
}
.order-history__item::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f1f1f2;
}
.order-history__item:first-child::after {
  top: 15px;
  height: calc(100% - 15px);
}
.order-history__item:last-child::after {
  height: 20px;
}
.order-history__item::before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 4px solid #e1e3ea;
  border-radius: 50%;
  background: #fff;
}
.order-history__item.success::before {
  border-color: #47be7d;
}
.order-history__item.current::before {
  border-color: #e9b500;
}
.calculation {
  width: 100%;
  margin-bottom: 30px;
  padding: 28px 20px;
  border-radius: 12px;
  background: #fff;
}
.calculation__header {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #a1a5b7;
}
.calculation__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #3f4254;
}
.calculation__body {
  margin-bottom: 30px;
}
.calculation__tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}
.calculation__tariff p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #181c32;
}
.calculation__qnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.07692;
  color: #181c32;
}
.calculation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.calculation__item:last-child {
  margin-bottom: 0;
}
.calculation__item span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: #a1a5b7;
}
.calculation__item span:nth-child(2) {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.07692;
  color: #181c32;
}
.calculation__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.calculation__footer .btn {
  width: 100%;
}
.calculation__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #181c32;
}
.calculation__total-rub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.07692;
  color: #3f4254;
}
.calculation__ex-rate {
  font-weight: 400;
  font-size: 11px;
  line-height: 2.09091;
  color: #a1a5b7;
}
.calculation__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5625;
}
.order__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px 24px;
  border-radius: 6px;
  background: #eef6ff;
}
@media screen and (max-width: 479px) {
  .order__header {
    row-gap: 15px;
    padding: 15px 10px;
  }
}
.order__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.order__header-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.order__header-right a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.order__header-right a span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.53846;
  text-decoration: underline;
  color: #181c32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order__header-right a:hover span {
  color: var(--primary);
}
.order__title {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #181c32;
}
.order__link {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857;
  color: #181c32;
}
.order__link a {
  display: inline;
  font-weight: 500;
  line-height: 1;
  color: #3e97ff;
  word-break: break-all;
}
.order__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  overflow-x: auto;
}
.order__name {
  position: relative;
}
.order__name-form {
  position: absolute;
  z-index: 10;
  left: 0;
  top: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  display: none;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
.order__name-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.order__name-form form input {
  width: 340px;
}
.order__comment {
  position: relative;
}
.order__comment-form {
  position: absolute;
  z-index: 10;
  left: 0;
  top: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  display: none;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
.order__comment-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.order__comment-form form input {
  width: 340px;
}
.order-list {
  min-width: 100%;
  margin-bottom: 80px;
  overflow-x: auto;
}
.order-list__header {
  display: grid;
  grid-template-columns: 220px 160px 150px 130px 100px 140px 110px 110px 1fr;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.07692;
  color: #a1a5b7;
}
.order-list__header span {
  padding: 20px 0;
  border-bottom: 1px solid #a1a5b7;
}
.order-item {
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: 42px 180px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid #a1a5b7;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order-item:hover {
  background: rgba(232, 230, 230, 0.2);
}
.order-item__num {
  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;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #f1f1f2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #444;
}
.order-item__img {
  position: relative;
  width: 160px;
  height: auto;
}
.order-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 216px;
  min-height: 108px;
  border-radius: 6px;
}
.order-item__wrap {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.order-item__info {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 160px 150px 130px 100px 140px 110px 110px 1fr;
  padding-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #3f4254;
}
.order-item__info .input-group {
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order-item__info .input-group .form-control {
  padding: 7px 15px;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.order-item__info .input-group .form-control:focus {
  border-color: var(--bs-gray-300);
}
.order-item__info .input-group .form-control:has(~.input-group-text) {
  border-right: none;
}
.order-item__info .input-group .input-group-text {
  padding: 7px 10px;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #a1a5b7;
}
.order-item__info .input-group:hover {
  border-color: #333;
}
.order-item__info .input-group:has(.form-control:focus) {
  border-color: #2884ef;
}
.share-tg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
  padding: 8px 16px;
  border-radius: 7px;
  background: #eef6ff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.53846;
  color: #181c32;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.share-tg i {
  font-size: 15px;
}
.share-tg:hover {
  background: #d5e8ff;
}
:root {
  --color: #009ef7;
  --color-rgb: 0, 158, 247;
  --bg-order-group: linear-gradient(180deg, rgba(var(--color-rgb), 0) 0%, rgba(var(--color-rgb), 0.2) 0.01%, rgba(var(--color-rgb), 0) 100%);
}
.order-group {
  border: 2px solid rgba(var(--color-rgb), 0.8);
  border-radius: 6px;
}
.order-group.yellow {
  --color: #e9b500;
  --color-rgb: 255, 173, 0;
  --bg-order-group: linear-gradient(180deg, rgba(var(--color-rgb), 0) 0%, rgba(var(--color-rgb), 0.2) 0.01%, rgba(var(--color-rgb), 0) 100%);
}
.order-group.violet {
  --color: #7239ea;
  --color-rgb: 114, 57, 234;
  --bg-order-group: linear-gradient(180deg, rgba(var(--color-rgb), 0) 0%, rgba(var(--color-rgb), 0.2) 0.01%, rgba(var(--color-rgb), 0) 100%);
}
.order-group__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--bg-order-group);
}
.order-group__header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  padding: 10px;
}
.order-group__header-right {
  padding: 10px;
}
.order-group__header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-top: 1px dashed rgba(var(--color-rgb), 0.2);
}
.order-group__header-bottom .input-group {
  height: 30px;
}
.order-group__header-bottom .input-group-text {
  padding: 4px 5px;
  border-radius: 0 6px 6px 0;
  border-color: rgba(var(--color-rgb), 0.5);
}
.order-group__header-bottom .input-group .form-control {
  height: 100%;
  padding: 5px 10px;
  border-color: rgba(var(--color-rgb), 0.5);
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.order-group__header-bottom .input-group .form-check-input {
  border-color: rgba(var(--color-rgb), 0.5);
}
.order-group__header-bottom .input-group:has(.form-check-input:checked) .form-control,
.order-group__header-bottom .input-group:has(.form-check-input:checked) .input-group-text {
  border-color: #3aca7c;
}
.order-group__header-bottom .input-group:has(.form-check-input:checked) .form-check-input {
  border-color: #3aca7c;
  background-color: #3aca7c;
}
.order-group__toggle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: rgba(var(--color-rgb), 0.3);
  cursor: pointer;
}
.order-group__toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--color);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order-group__toggle.close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.order-group__info {
  border: 1px solid rgba(var(--color-rgb), 0.5);
  border-radius: 6px;
  padding: 10px 12px;
  width: 152px;
}
.order-group__info .input-group {
  margin-top: 4px;
}
.order-group__info .form-control {
  height: 16px;
  padding: 0;
  border: none;
  background: none;
  font-size: 12px;
  line-height: 1;
  color: #333;
}
.order-group__info .input-group-text {
  padding: 2px 0 0 3px;
  border: none;
  background: none;
  font-size: 12px;
  line-height: 1;
  color: #333;
}
.order-group__info.success {
  border-color: #50cd89;
}
.order-group__info span {
  display: block;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #a1a5b7;
}
.order-group__info.d-flex {
  width: auto;
}
.order-group__info.d-flex span {
  margin-right: 16px;
}
.order-group__info.d-flex .form-check {
  margin-right: 0 !important;
}
.order-group__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 120px 15px 250px;
}
.order-group__del {
  cursor: pointer;
  margin-left: 10px;
}
.order-group__del .ki-outline {
  display: block;
  color: var(--color);
  font-size: 20px;
}
.order-group__color {
  margin-left: 16px;
}
.order-group__color .form-control-color {
  width: 20px;
  height: 20px;
  padding: 0;
}
.order-group__body {
  border-top: 1px solid rgba(var(--color-rgb), 0.8);
}
.order-group__action {
  display: none;
  padding: 14px 15px;
  border-bottom: 1px solid rgba(var(--color-rgb), 0.8);
}
.order-item-manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 15px;
  border-bottom: 1px solid rgba(var(--color-rgb), 0.8);
  background: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order-item-manager:hover {
  background: rgba(232, 230, 230, 0.2);
}
.order-item-manager__img {
  width: 152px;
  margin: 0 16px;
}
.order-item-manager__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.order-item-manager__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.order-item-manager__info {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 150px 120px 100px 70px 100px 100px 110px 120px 1fr;
  padding-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #3f4254;
}
.order-item-manager .input-group {
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.order-item-manager .input-group .form-control {
  padding: 5px;
  font-size: 12px;
  border: none;
  color: #a1a5b7 !important;
}
.order-item-manager .input-group .input-group-text {
  padding: 4px;
  border-radius: 0 6px 6px 0;
  border: none;
  color: #a1a5b7 !important;
}
.order-item-manager .input-group:hover {
  border-color: #333;
}
.order-item-manager .input-group:has(.form-control:focus) {
  border-color: #2884ef;
}
.order-item-manager .input-group.success:has(.form-check-input:checked) {
  border-color: #50CD89;
  color: #50CD89 !important;
}
.order-item-manager .input-group.cancel:has(.form-check-input:checked) {
  border-color: #F1416C;
  color: #F1416C !important;
}
.order-item-manager .input-group.primary:has(.form-check-input:checked) {
  border-color: #2884ef;
  color: #2884ef !important;
}
.order-item-manager .input-group.warning:has(.form-check-input:checked) {
  border-color: #e9b500;
  color: #e9b500 !important;
}
.order-item-manager--cancel {
  background: #FEECF0;
}
.order-item-manager--cancel:hover {
  background: #fdd4dd;
}
.order-item-manager--success {
  background: rgba(80, 205, 137, 0.1);
}
.order-item-manager--success:hover {
  background: rgba(80, 205, 137, 0.2);
}
.order-item-manager--warning {
  background: rgba(234, 189, 46, 0.1);
}
.order-item-manager--warning:hover {
  background: rgba(234, 189, 46, 0.2);
}
.order-item-manager .form-control {
  padding: 7px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.order-item-manager .form-control:focus {
  border-color: var(--bs-gray-300);
}
.order-item-manager .form-control:has(~.input-group-text) {
  border-right: none;
}
.order-item-manager .input-group-text {
  padding: 7px 10px;
  border-left: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #a1a5b7;
}
.choosing-type__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1839px) {
  .choosing-type__grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 1579px) {
  .choosing-type__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1399px) {
  .choosing-type__grid {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 991px) {
  .choosing-type__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .choosing-type__grid {
    grid-template-columns: 100%;
  }
}
.choosing-type__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 28px 30px;
  border: 1px dashed #e1e3ea;
  border-radius: 6px;
  background: #f9f9f9;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1839px) {
  .choosing-type__item label {
    padding: 20px;
    gap: 15px;
  }
}
.choosing-type__item input {
  display: none;
}
.choosing-type__item input:checked + label {
  border-color: #3e97ff;
  background: #eef6ff;
}
.choosing-type__item input:checked + label .choosing-type__icon .ki-outline {
  color: #54A3FF;
}
.choosing-type__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.choosing-type__icon .ki-outline {
  font-size: 40px;
  color: #A7AAAF;
}
.choosing-type__text p {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #3f4254;
}
.choosing-type__text p:nth-child(2) {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #a1a5b7;
}
.add-product {
  min-width: 100%;
  padding: 30px 30px 40px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .add-product {
    padding: 0;
  }
}
.add-product__title {
  margin: 0 0 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #3f4254;
}
.add-product__form {
  max-width: 780px;
  min-width: 480px;
}
@media screen and (max-width: 767px) {
  .add-product__form {
    min-width: 100%;
  }
}
.add-product__section {
  margin-bottom: 40px;
}
.add-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 14px;
}
.add-product__col {
  width: calc((100% - 42px) / 4);
}
@media screen and (max-width: 1399px) {
  .add-product__col {
    width: calc(50% - 7px);
  }
}
@media screen and (max-width: 479px) {
  .add-product__col {
    width: 100%;
  }
}
.add-product__col--half {
  width: calc(50% - 7px);
}
@media screen and (max-width: 1399px) {
  .add-product__col--half {
    width: 100%;
  }
}
.add-product__col--full {
  width: 100%;
}
.add-product__col .form-control {
  font-size: 13px;
}
.add-product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.add-product__footer .btn-secondary {
  background: #e1e3ea;
}
.add-product .checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 20px;
}
.add-product .checkbox-row .form-check {
  min-width: 170px;
}
.hidden-comment {
  margin-bottom: 16px;
}
.hidden-comment:last-child {
  margin-bottom: 0;
}
.hidden-comment__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 14px;
  cursor: pointer;
}
.hidden-comment__toggle > span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.07692;
  color: #3f4254;
}
.hidden-comment__toggle > span sup {
  margin-left: 4px;
}
.hidden-comment__wrap {
  display: none;
  padding-top: 20px;
}
.free-order {
  padding: 20px 24px;
  border-radius: 0 0 6px 6px;
  background: #eef6ff;
}
.free-order textarea {
  min-height: 161px;
}
.free-order .form-file label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 85px;
}
.free-order__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.free-order__footer .btn-secondary {
  background: #e1e3ea;
}
.delivery {
  max-width: 890px;
}
.delivery__section {
  margin-bottom: 60px;
}
.delivery__title {
  margin: 0 0 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #3f4254;
}
@media screen and (max-width: 479px) {
  .delivery__title {
    font-size: 18px;
  }
}
.delivery-date {
  margin-bottom: 40px;
}
.delivery-date__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dashed #e1e3ea;
}
@media screen and (max-width: 479px) {
  .delivery-date__item {
    grid-template-columns: 100%;
    row-gap: 10px;
    padding: 10px 0;
  }
}
.delivery-date__item p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.delivery-date__item input {
  height: 38px;
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  padding: 0 12px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.delivery-cost {
  max-width: 520px;
  margin-bottom: 40px;
}
.delivery-cost__header {
  display: grid;
  grid-template-columns: 1fr 90px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a1a5b7;
}
.delivery-cost__header span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 479px) {
  .delivery-cost__header span {
    font-size: 16px;
  }
}
.delivery-cost__header span:nth-child(2) {
  font-size: 15px;
  color: #181c32;
}
.delivery-cost__footer {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 10px;
  padding-top: 15px;
}
@media screen and (max-width: 479px) {
  .delivery-cost__footer {
    grid-template-columns: 100%;
    gap: 6px;
  }
}
.delivery-cost__footer span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.delivery-cost__section {
  padding: 15px 0 10px;
  border-bottom: 1px solid #a1a5b7;
}
.delivery-cost__total {
  display: grid;
  grid-template-columns: 1fr 80px 90px;
  gap: 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 479px) {
  .delivery-cost__total {
    grid-template-columns: 100%;
    gap: 6px;
  }
}
.delivery-cost__total span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.delivery-cost__item {
  display: grid;
  grid-template-columns: 1fr 80px 90px;
  gap: 10px;
  margin-bottom: 18px;
  padding-left: 26px;
}
@media screen and (max-width: 479px) {
  .delivery-cost__item {
    grid-template-columns: 100%;
    gap: 6px;
  }
}
.delivery-cost__item p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #393a3f;
}
.delivery-cost__item p span {
  display: block;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: #484d64;
}
@media screen and (max-width: 479px) {
  .delivery-cost__item p span {
    margin-top: 2px;
  }
}
.delivery-cost__item p:first-child {
  position: relative;
}
.delivery-cost__item p:first-child::before {
  content: '\2022';
  position: absolute;
  top: -1px;
  left: -16px;
}
.delivery-cost__item:last-child {
  margin-bottom: 0;
}
.delivery__balance-add .input-group {
  width: 110px;
}
@media screen and (max-width: 374px) {
  .delivery__balance-add .input-group {
    width: 100%;
  }
}
.delivery__balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 40px;
}
.delivery__balance-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 286px;
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  padding: 11px 15px;
}
.delivery__balance-item .form-check {
  margin-top: auto;
}
.delivery-settings__section {
  margin-bottom: 60px;
}
.delivery-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media screen and (max-width: 1579px) {
  .delivery-country {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.delivery-country__item {
  width: 100%;
  max-width: 384px;
  border: 1px solid #a7aaaf;
  border-radius: 12px;
}
@media screen and (max-width: 1579px) {
  .delivery-country__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1199px) {
  .delivery-country__item {
    width: 100%;
  }
}
.delivery-country__item .form-check {
  padding: 0 30px;
}
@media screen and (max-width: 1399px) {
  .delivery-country__item .form-check {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.delivery-country__item .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
}
.delivery-country__item .form-check label img {
  display: block;
  border-radius: 30px;
  width: 46px;
  height: 46px;
  -o-object-fit: cover;
  object-fit: cover;
}
.delivery-country__item:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-china__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1579px) {
  .delivery-china__row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.delivery-china__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media screen and (max-width: 1579px) {
  .delivery-china__second {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.delivery-china__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  border: 1px solid #a7aaaf;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 1579px) {
  .delivery-china__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1399px) {
  .delivery-china__item {
    padding: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .delivery-china__item {
    width: 100%;
  }
}
.delivery-china__item .form-check label span {
  display: block;
}
.delivery-china__item:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-china__item-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  padding: 5px 20px;
  width: 235px;
  height: 66px;
}
@media screen and (max-width: 1199px) {
  .delivery-china__item-sm {
    width: 100%;
  }
}
.delivery-china__item-sm .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.delivery-china__item-sm .form-check label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.delivery-china__item-sm .form-check label span {
  display: block;
}
.delivery-china__item-sm:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-packaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 1579px) {
  .delivery-packaging {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.delivery-packaging__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  border: 1px solid #a7aaaf;
  border-radius: 12px;
  padding: 16px 30px 30px;
}
@media screen and (max-width: 1579px) {
  .delivery-packaging__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1399px) {
  .delivery-packaging__item {
    padding: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .delivery-packaging__item {
    width: 100%;
  }
}
.delivery-packaging__item .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.delivery-packaging__item .form-check label span {
  display: block;
}
.delivery-packaging__item .form-check label img {
  display: block;
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
}
.delivery-packaging__item:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-insurance__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1579px) {
  .delivery-insurance__row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.delivery-insurance__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  border: 1px solid #a7aaaf;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 1579px) {
  .delivery-insurance__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1399px) {
  .delivery-insurance__item {
    padding: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .delivery-insurance__item {
    width: 100%;
  }
}
.delivery-insurance__item .form-check label span {
  display: block;
}
.delivery-insurance__item:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-rus__row {
  gap: 10px 30px;
}
@media screen and (max-width: 1579px) {
  .delivery-rus__row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.delivery-rus__section {
  margin-bottom: 40px;
}
.delivery-rus__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  border: 1px solid #a7aaaf;
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 1579px) {
  .delivery-rus__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1399px) {
  .delivery-rus__item {
    padding: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .delivery-rus__item {
    width: 100%;
  }
}
.delivery-rus__item .form-check {
  width: 100%;
}
.delivery-rus__item .form-check input {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.delivery-rus__item .form-check .form-check-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}
.delivery-rus__item .form-check .form-check-label span {
  display: block;
}
.delivery-rus__item .form-check img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  width: 59px;
  height: 59px;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.delivery-rus__item:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-rus__item-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  padding: 5px 20px;
  width: 235px;
  height: 66px;
}
@media screen and (max-width: 1199px) {
  .delivery-rus__item-sm {
    width: 100%;
  }
}
.delivery-rus__item-sm .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.delivery-rus__item-sm .form-check label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.delivery-rus__item-sm .form-check label span {
  display: block;
}
.delivery-rus__item-sm:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-consignee__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  padding: 16px 20px;
  width: 100%;
  max-width: 805px;
}
.delivery-consignee__item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.delivery-consignee__item .form-check label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.delivery-consignee__item .form-check label span {
  display: block;
}
.delivery-consignee__item:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-address__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  padding: 16px 20px;
  width: 100%;
  max-width: 805px;
}
.delivery-address__item a {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.delivery-address__item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}
.delivery-address__item .form-check label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.delivery-address__item .form-check label span {
  display: block;
}
.delivery-address__item:has(input:checked) {
  border-color: #3e97ff;
  background: #eef6ff;
}
.delivery-services {
  max-width: 560px;
}
.delivery-services__title {
  margin: 0 0 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 575px) {
  .delivery-services__title {
    font-size: 17px;
  }
}
.delivery-services__section {
  margin-bottom: 30px;
}
.delivery-services__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 10px;
  margin-bottom: 10px;
  padding: 13px 20px;
  border-radius: 6px;
  background: #e7e7ea;
}
.delivery-services__header span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #000;
}
@media screen and (max-width: 575px) {
  .delivery-services__header span {
    font-size: 16px;
  }
}
.delivery-services__header span:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.delivery-services__header span:nth-child(2) {
  width: 120px;
}
.delivery-services__item {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #d8d8e5;
  border-radius: 6px;
  padding: 20px 40px 20px 20px;
}
@media screen and (max-width: 575px) {
  .delivery-services__item {
    padding-left: 10px;
    padding-right: 30px;
  }
}
.delivery-services__item .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px !important;
  height: 24px !important;
}
@media screen and (max-width: 575px) {
  .delivery-services__item .btn {
    top: 5px;
    right: 5px;
    width: 20px !important;
    height: 20px !important;
  }
}
.delivery-services__grid {
  display: grid;
  grid-template-columns: 1fr repeat(2, 100px);
  gap: 10px 12px;
}
@media screen and (max-width: 575px) {
  .delivery-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .delivery-services__grid > .form-control {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.delivery-services__grid textarea {
  min-height: 80px;
}
.delivery-services__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 10px;
  padding: 12px 20px;
  border-radius: 6px;
  background: #ffcf6a;
}
.delivery-services__total span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #181c32;
}
@media screen and (max-width: 575px) {
  .delivery-services__total span {
    font-size: 16px;
  }
}
.delivery-services__total span:nth-child(2) {
  font-weight: 700;
  font-size: 18px;
}
.new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 24px;
  max-width: 550px;
  padding: 25px;
  border: 1px solid #a1a5b7;
  border-radius: 12px;
}
.new-item__group {
  width: 100%;
}
.new-item__half {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1199px) {
  .new-item__half {
    width: 100%;
  }
}
.new-item__quarter {
  width: calc(25% - 18px);
}
@media screen and (max-width: 1199px) {
  .new-item__quarter {
    width: 100%;
  }
}
.new-item .form-label {
  font-weight: 600;
}
.import form {
  max-width: 655px;
}
.import .tab-content a {
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}
.import .tab-pane {
  padding-left: 0;
  padding-right: 0;
}
.import .table td a {
  max-width: 216px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.1;
  text-decoration: none;
}
.add-param {
  margin-bottom: 16px;
}
.add-param:last-child {
  margin-bottom: 0;
}
.add-param__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 14px;
  cursor: pointer;
}
.add-param__toggle > span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.07692;
  color: #3f4254;
}
.add-param__toggle > span sup {
  margin-left: 4px;
}
.add-param__wrap {
  display: none;
}
.add-param__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 376px;
  margin-top: 20px;
  border: 1px solid #f1f1f2;
  border-radius: 12px;
  padding: 15px;
  -webkit-box-shadow: 0 8px 14px 0 rgba(15, 42, 81, 0.04);
  box-shadow: 0 8px 14px 0 rgba(15, 42, 81, 0.04);
  background: #fff;
}
@media screen and (max-width: 575px) {
  .add-param__grid {
    gap: 8px;
    padding: 8px;
  }
}
.add-param__grid.disabled {
  border-color: rgba(161, 165, 183, 0.25);
  background: rgba(217, 217, 217, 0.3);
}
.add-param__group {
  position: relative;
}
.add-param__group label {
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 15px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #a1a5b7;
}
@media screen and (max-width: 575px) {
  .add-param__group label {
    left: 8px;
  }
}
.add-param__group input {
  width: 100%;
  height: 45px;
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  padding: 15px 15px 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.07692;
  color: #333;
  outline: none;
}
@media screen and (max-width: 575px) {
  .add-param__group input {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.add-param__group:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.set-exchange__group {
  position: relative;
  margin-bottom: 20px;
}
.set-exchange__group label {
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 15px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #a1a5b7;
}
@media screen and (max-width: 575px) {
  .set-exchange__group label {
    left: 8px;
  }
}
.set-exchange__group input {
  width: 100%;
  height: 45px;
  border: 1px solid #e1e3ea;
  border-radius: 6px;
  padding: 15px 15px 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.07692;
  color: #333;
  outline: none;
}
@media screen and (max-width: 575px) {
  .set-exchange__group input {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.product-history {
  padding-top: 15px;
}
.product-history__item {
  display: grid;
  grid-template-columns: 190px repeat(2, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .product-history__item {
    grid-template-columns: 135px repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .product-history__item {
    grid-template-columns: 135px 1fr;
    gap: 2px 10px;
  }
}
.product-history__item:last-child {
  margin-bottom: 0;
}
.product-history__item:last-child .product-history__date::before {
  display: none;
}
.product-history__item.current .product-history__date time {
  color: #3f4254;
}
.product-history__item.current .product-history__date::after {
  border-color: #3e97ff;
}
.product-history__item.current .product-history__status,
.product-history__item.current .product-history__name {
  font-weight: 700;
  color: #3f4254;
}
.product-history__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  position: relative;
}
@media screen and (max-width: 479px) {
  .product-history__date {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.product-history__date time {
  font-weight: 600;
  font-size: 14px;
  color: #a1a5b7;
}
@media screen and (max-width: 991px) {
  .product-history__date time {
    font-size: 12px;
  }
}
.product-history__date::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 8px;
  width: 4px;
  height: calc(100% + 20px);
  background: #f1f1f2;
}
@media screen and (max-width: 991px) {
  .product-history__date::before {
    right: 6px;
    height: calc(100% + 16px);
  }
}
.product-history__date::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #d8d8e5;
  background: #f9f9f9;
}
@media screen and (max-width: 991px) {
  .product-history__date::after {
    width: 16px;
    height: 16px;
  }
}
.product-history__status {
  font-weight: 500;
  font-size: 14px;
  color: #a1a5b7;
}
@media screen and (max-width: 991px) {
  .product-history__status {
    font-size: 12px;
  }
}
.product-history__name {
  font-weight: 500;
  font-size: 14px;
  color: #a1a5b7;
}
@media screen and (max-width: 991px) {
  .product-history__name {
    font-size: 12px;
  }
}
.status,
.story {
  position: relative;
  display: inline-block;
}
.status-select {
  display: none;
  position: absolute;
  z-index: 1000;
  top: -10px;
  right: calc(100% + 15px);
  border: 1px solid #f1f1f2;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-shadow: 0 8px 14px 0 rgba(15, 42, 81, 0.04);
  box-shadow: 0 8px 14px 0 rgba(15, 42, 81, 0.04);
  background: #fff;
}
.status-select__item {
  cursor: pointer;
  margin-bottom: 5px;
}
.status-select__item:last-child {
  margin-bottom: 0;
}
.popup-story {
  display: none;
  position: absolute;
  z-index: 1000;
  top: -16px;
  left: calc(100% + 20px);
  width: 268px;
  border: 1px solid #f1f1f2;
  border-radius: 6px;
  padding: 5px;
  -webkit-box-shadow: 0 8px 14px 0 rgba(15, 42, 81, 0.04);
  box-shadow: 0 8px 14px 0 rgba(15, 42, 81, 0.04);
  background: #fff;
}
