.personal-main {
  padding: 27px 0 130px;
}
@media (max-width: 575.98px) {
  .personal-main {
    padding-bottom: 50px;
  }
}
.personal-main__hello-text {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0d0d0d;
}
.personal-main__hello-text span {
  font-weight: 600;
}
.personal-main__actual-orders {
  margin-bottom: 38px;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #75808a;
}
.personal-main__actual-orders_active {
  color: #0d0d0d;
}
.personal-main__actual-orders sup {
  font-weight: 400;
}
.personal-main__all-orders {
  margin-bottom: 38px;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #75808a;
}
.personal-main__all-orders_active {
  color: #0d0d0d;
}
.personal-main__all-orders sup {
  font-weight: 400;
}
.personal-main__menu-toggle {
  padding: 15px 20px;
  background: #f0f3f6;
  width: 100%;
  min-height: 70px;
  border-radius: 15px 3px 15px 3px;
  border: 1px solid #d7dee1;
  text-align: center;
  line-height: 38px;
  color: #0d0d0d;
  transition: all 0.5s;
}
.personal-main__menu-toggle:not(.personal-main__menu-toggle:last-child) {
  margin-bottom: 15px;
}
.personal-main__menu-toggle:hover {
  color: #0d0d0d;
  background-color: #e0e0e0;
}
.personal-main__menu-item {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  background: #f0f3f6;
  width: 100%;
  min-height: 70px;
  border-radius: 15px 3px 15px 3px;
  border: 1px solid #d7dee1;
  transition: all ease 0.3s;
}
.personal-main__menu-item:not(.personal-main__menu-item:last-child) {
  margin-bottom: 15px;
}
.personal-main__menu-item:hover {
  background: #e1e5e8;
}
.personal-main__menu-image {
  margin-right: 25px;
  height: 28px;
  width: 40px;
}
.personal-main__menu-image img {
  max-width: 28px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .personal-main__menu-image-pers {
    margin-right: 10px;
  }
}
.personal-main__menu-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #171a1e;
  border-bottom: 1px;
  text-decoration: none;
  transition: 0.3s;
  padding-bottom: 2px;
}
.personal-main__menu-descr-distrib {
  max-width: 125px;
}
.personal-main__menu-num {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #868e95;
}
.orders-list {
  padding: 0;
  margin: 0;
}
.order-item {
  border: 1px solid #d7dee1;
  border-radius: 15px;
}
.order-item:not(:last-child) {
  margin-bottom: 50px;
}
.order-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 115px;
  background-color: #f0f3f6;
  border-radius: 15px 15px 0 0;
  padding: 25px 45px;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .order-item__head {
    padding: 25px 18px;
  }
}
.order-item__column {
  margin-right: 10px;
}
.order-item__text {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #0d0d0d;
}
@media (max-width: 575.98px) {
  .order-item__text {
    font-size: 16px;
  }
}
.order-item__status-icon {
  padding-right: 3px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 3px;
  /* width: 35px; */
  height: 25px;
}
.order-item__more-text {
  margin-right: 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #868e95;
}
@media (max-width: 575.98px) {
  .order-item__more-text {
    margin: 0;
    font-size: 13px;
  }
}
.order-item__repeat-order-text {
  margin-right: 20px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #868e95;
}
.order-item__repeat-order-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../icons/repeat-icon.svg) no-repeat;
}
@media (max-width: 1031.98px) {
  .order-item__repeat-order-text {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .order-item__repeat-order-text {
    margin-right: 0;
    font-size: 13px;
  }
}
.order-item__status-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.order-item__button {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 55px;
  color: #ffffff;
  background: #75808a;
  border-radius: 3px 15px 3px 15px;
  transition: all 0.5s;
}
@media (max-width: 991.98px) {
  .order-item__button {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .order-item__button {
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.order-item__button:hover {
  background: #85909b;
  color: #fff;
}
.order-item__button_active {
  background: #1cb4b5;
  color: white !important;
}
.order-item__divider {
  border-bottom: 1px solid #d7dee1;
}
.order-item__total {
  padding-right: 11px;
  padding-left: 11px;
}
.order-item__item IMG {
  max-width: 100%;
}
.order-item__head-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #868e95;
}
.order-item__add2basket {
  display: block;
  background-color: inherit;
  color: #1cb4b5;
  text-decoration: underline;
  margin-top: 5px;
}
.order-item__name SPAN {
  color: #999;
  margin-top: 5px;
  font-size: 13px;
  display: block;
}
.order-item__amount {
  padding: 0 10px;
  background: #1cb4b5;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.order-item__price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0d0d0d;
}
.order-item__check-sum {
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  color: #0d0d0d;
  text-align: right;
}
.order-item__check-sum div {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #0d0d0d;
  display: inline;
  white-space: nowrap;
}
.order-item__personal-icon img {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 33px;
  height: 40px;
}
.order-item__recipient-name div {
  line-height: 30px;
  font-size: 15px;
}
.order-item__recipient-name div:first-child {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .order-item__recipient-name div {
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .order-item__recipient-name div {
    margin-bottom: 15px;
  }
}
.order-item__pay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-item__pay-btn {
  display: block;
  text-align: center;
  border-radius: 5px 10px 5px 10px;
  background: #1cb4b5;
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  color: #ffffff !important;
  cursor: pointer;
  width: 100px;
}
@media (max-width: 575.98px) {
  .order-item__pay-btn {
    font-size: 14px;
    line-height: 45px;
  }
}
.order-item__confirm-btn {
  display: block;
  text-align: center;
  border-radius: 5px 10px 5px 10px;
  background: #1cb4b5;
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  color: #ffffff !important;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .order-item__confirm-btn {
    font-size: 14px;
    line-height: 45px;
  }
}
.order-item__cancel-btn {
  display: block;
  text-align: center;
  border-radius: 5px 10px 5px 10px;
  background: #575757;
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  color: #ffffff !important;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .order-item__cancel-btn {
    font-size: 14px;
    line-height: 45px;
  }
}
.order-item__items-list__more > DIV:nth-child(n+12) {
  display: none !important;
}
.order-item__show-more-button {
  display: block;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #d7dee1;
}

.tracking {
  padding: 35px 45px;
  border-bottom: 1px solid #d7dee1;
}
@media (max-width: 575.98px) {
  .tracking {
    display: none;
  }
}
.tracking__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #0d0d0d;
  margin-bottom: 95px;
}
.tracking__row-stages {
  display: flex;
}
.tracking__stage-item {
  font-size: 16px;
}
.tracking__stage-item-1 {
  flex: 2;
  position: relative;
}
.tracking__stage-item-1:before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  content: "1";
  position: absolute;
  top: -60px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #1cb4b5;
  border-radius: 50%;
  z-index: 5;
}
.tracking__stage-item-1:after {
  content: "";
  position: absolute;
  top: -41px;
  left: 10px;
  width: 100%;
  height: 2px;
  background: #1cb4b5;
  z-index: -5;
}
@media (max-width: 767.98px) {
  .tracking__stage-item-1 {
    max-width: 100px;
  }
}
.tracking__stage-item-2 {
  flex: 2;
  position: relative;
}
.tracking__stage-item-2:before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  content: "1";
  position: absolute;
  top: -60px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #1cb4b5;
  border-radius: 50%;
  z-index: 5;
}
.tracking__stage-item-2:after {
  content: "";
  position: absolute;
  top: -41px;
  left: 10px;
  width: 100%;
  height: 2px;
  background: #1cb4b5;
  z-index: -5;
}
@media (max-width: 767.98px) {
  .tracking__stage-item-2 {
    max-width: 100px;
  }
}
.tracking__stage-item-3 {
  flex: 3;
  position: relative;
}
.tracking__stage-item-3:before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  content: "2";
  position: absolute;
  top: -60px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #1cb4b5;
  border-radius: 50%;
  z-index: 5;
}
.tracking__stage-item-3:after {
  content: "3";
  position: absolute;
  top: -59px;
  left: 10px;
  width: 100%;
  border-bottom: 2px dashed #75808a;
  z-index: -5;
}
@media (max-width: 767.98px) {
  .tracking__stage-item-3 {
    max-width: 140px;
  }
}
.tracking__stage-item-4 {
  flex: 2;
  position: relative;
}
.tracking__stage-item-4:before {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  content: "4";
  position: absolute;
  top: -60px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #75808a;
  border-radius: 50%;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .tracking__stage-item-4 {
    max-width: 100px;
  }
}
.tracking__total {
  padding: 35px 45px;
}
@media (max-width: 575.98px) {
  .tracking__total {
    padding: 20px 20px;
  }
}
.tracking__total-row {
  display: flex;
}
.tracking__total-row:not(:last-child) {
  margin-bottom: 30px;
}
.tracking__total-name {
  flex: 0 1 auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0d0d0d;
}
.tracking__total-divider {
  margin: 0 10px;
  flex: 1 1 auto;
  border-bottom: 1px dashed #9ea6a6;
}
@media (max-width: 575.98px) {
  .tracking__total-sum-payment {
    max-width: 200px;
    text-align: right;
  }
}
.tracking__total-sum {
  flex: 0 1 auto;
}
.tracking__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 115px;
  padding: 25px 45px;
  background: #f0f3f6;
  border-top: 1px solid #d7dee1;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 575.98px) {
  .tracking__footer {
    flex-direction: column-reverse;
    padding: 20px 20px;
  }
}
.tracking__footer-btn {
  flex: 0 1 200px;
  max-height: 60px;
  background: #0a92cb;
  padding: 0 30px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .tracking__footer-btn {
    flex: 1 1 auto;
    margin-bottom: 15px;
  }
}
.tracking__footer-btn-gray {
  background: #333;
}
.tracking__check-sum {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #0d0d0d;
  padding-left: 30px;
}
.tracking__check-sum div {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .tracking__check-sum {
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
  }
}
.requisites__head {
  min-height: 95px;
  background-color: #d7dee1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7dee1;
  padding: 25px 45px;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #0d0d0d;
}
@media (max-width: 575.98px) {
  .requisites__head {
    padding: 25px 18px;
  }
}
@media (max-width: 575.98px) {
  .requisites__head {
    font-size: 16px;
  }
}
.requisites__wrapper {
  padding: 35px 49px;
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .requisites__wrapper {
    padding: 25px 18px;
  }
}
.requisites__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0d0d0d;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .requisites__label {
    font-size: 16px;
  }
}
.requisites__data-text {
  padding: 0 25px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(191, 203, 207, 0.54);
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 75px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d0d0d;
}
@media (max-width: 575.98px) {
  .requisites__data-text {
    padding: 0 10px;
    font-size: 16px;
  }
}
.requisites__data-text_comment {
  padding: 45px 25px;
  height: auto;
  min-height: 75px;
}
@media (max-width: 575.98px) {
  .requisites__data-text_comment {
    padding: 15px 10px;
  }
}
.registration-wrapper .switcher {
  display: flex;
}
.registration-wrapper .switcher .tab {
  margin-right: 15px;
}
.registration-wrapper .switcher .tab A:HOVER {
  text-decoration: underline;
}

/* ---------------Import SCSS--------------------- */
.content table {
  width: 100%;
  margin: 15px 0;
  clear: both;
  border-collapse: separate;
}

.content table thead tr {
  background: #1db4b5;
}

.content table thead th {
  color: #fff;
  border-left: 1px solid #fff;
  padding: 5px 10px;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
}

.content table thead th > nobr {
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -14px;
}

.content table thead th > nobr > a {
  display: block;
  width: 15px;
  height: 13px;
}

.content table thead th > nobr > a:first-child {
  margin-bottom: 0px;
}

.content table thead th:first-child {
  border-left: none;
}

.content table thead th:last-child {
  border-right: none;
}

.content table .col {
  width: 10%;
}

.content table tbody tr td {
  background: #fff;
  color: #000;
  /*border: 1px solid #b1b1b1;*/
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding: 5px 10px;
  text-align: center;
  vertical-align: top;
}

.content table tbody td:first-child,
.content table tfoot td:first-child {
  border-left: 1px solid #b1b1b1;
}

.content table tfoot td {
  background: #edebec;
}

.content table .icon {
  width: 20px;
}

.content table .name {
  text-align: left;
}

.content table .cost {
  text-align: right;
}

.content table a {
  color: #1db4b5;
}

.content table tbody td .drawing {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../pic/icons.png") no-repeat 0 -180px;
  margin: 0 auto;
  font-weight: lighter;
  position: relative;
}

.content table tbody td .drawing span {
  display: none;
  position: absolute;
  color: #000;
  white-space: nowrap;
  background: #fff;
  z-index: 99;
  padding: 6px 9px;
  bottom: auto;
  top: -17px;
  left: 100%;
  margin-left: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
}

.content table tbody td .drawing:hover span {
  display: block;
}

.content table tbody td .drawing span:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 20px;
  right: 100%;
}

a.repeat {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/inno-2022/pic/icons.png) no-repeat;
  background-position: 0 -340px;
  margin: 0 auto;
}

.sale_personal_order_detail TD {
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.bx_my_order_cancel TEXTAREA {
  border: 1px solid #999;
}

.sale_personal_profile_detail .bx-sls .dropdown-block {
  padding: 0 30px 8px 30px;
}

/* @import "_media"; */

/*# sourceMappingURL=personal.css.map */
