.checkout-main-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.checkout-main-title.mb-20 {
  margin-bottom: 20px;
}

.checkout-main-title h1 {
  margin-bottom: 0;
  margin-right: auto;
}

.checkout-main-title h2 {
  margin-bottom: 0;
  margin-right: auto;
}

.checkout-main-title .btn {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkout-main-title .btn:hover .arrow {
  border-color: #000;
}

.checkout-main-title .arrow {
  display: block;
  border: none;
  width: 10px;
  height: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8E8E8E;
  border-right: 2px solid #8E8E8E;
  margin-right: 7px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
}

.checkout-steps {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
  padding: 0 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 20px;
}

.checkout-steps ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
}

.checkout-steps li > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  position: relative;
  margin: 0 35px;
  transition: all 0.3s ease-out;
  color: #9E9E9E;
}

.checkout-steps li > *:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #FEDC09;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.checkout-steps .image {
  margin-right: 10px;
  width: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkout-steps .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
  opacity: 0.5;
}

.checkout-steps span {
  display: inline-block;
  text-align: center;
}

.checkout-steps .count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #EDEDED;
  margin-left: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  color: #717171;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  line-height: 20px;
}

.checkout-steps .active > * {
  color: #000;
}

.checkout-steps .active > *:after {
  opacity: 1;
}

.checkout-steps .active .image img {
  opacity: 1;
}

.checkout-steps .active .count {
  color: #000;
  background: #FEDC09;
}

.cart-btn {
  cursor: pointer;
  display: block;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 68px;
  height: 44px;
  transition: all 0.3s ease-out;
  background: #fff;
  border: 1px solid #E5E5E5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-radius: 10px;
}

.cart-btn:hover {
  border-color: #FEDC09;
  background: #FEDC09;
}

.cart-btn:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.cart-btn:hover span {
  color: #000;
}

.cart-btn img {
  display: block;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-btn span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  margin-left: 10px;
  display: none;
  transition: all 0.3s ease-out;
  color: #8E8E8E;
}

.checkout-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 10px;
  margin-top: -14px;
  font-weight: 500;
  line-height: 1.23;
}

.checkout-table thead tr {
  box-shadow: none;
  background: transparent;
}

.checkout-table tr {
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.checkout-table th {
  vertical-align: bottom;
  text-align: left;
  padding: 0 20px;
  font-weight: 500;
  font-size: 12px;
  color: #7B7B7B;
  line-height: 1.25;
  height: 19px;
  white-space: nowrap;
}

.checkout-table th:last-child {
  text-align: right;
  width: 1px;
}

.checkout-table td {
  vertical-align: middle;
  padding: 20px;
  height: 84px;
}

.checkout-table .yuan {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #042EB0;
  white-space: nowrap;
}

.checkout-table .ruble {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.checkout-table .checkout-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.checkout-table .user-choose {
  white-space: nowrap;
}

.checkout-table .checkout-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.checkout-table .cart-btn {
  margin-left: 14px;
}

.checkout-table .name {
  font-weight: 700;
  max-width: 200px;
}

.checkout-table .address {
  max-width: 260px;
}

.checkout-table .phone {
  white-space: nowrap;
}

.checkout-table .comment {
  max-width: 260px;
}

.checkout-table .yuan {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #042EB0;
  white-space: nowrap;
}

.checkout-table .ruble {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.checkout-table .term {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-table .term img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
}

.checkout-table .carrier {
  max-width: 400px;
}

.checkout-table .carrier span {
  display: block;
  color: #616161;
  margin-top: 6px;
}

.checkout-table .detail {
  max-width: 300px;
}

.checkout-pay-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  padding: 20px;
  line-height: 1.2;
  border-radius: 20px;
}

.checkout-pay-block .type {
  font-weight: 700;
  margin-right: 20px;
  min-width: 175px;
}

.checkout-pay-block .pay-system {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.checkout-pay-block .pay-system li {
  margin-right: 10px;
}

.checkout-pay-block .pay-system img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}

.checkout-pay-block .note {
  margin-right: 20px;
  font-weight: 500;
  color: #616161;
}

.checkout-pay-block .user-choose {
  white-space: nowrap;
  margin-left: auto;
}

.checkout-form-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10px;
}

.cart-aside {
  width: 370px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 42px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.cart-aside h2 {
  margin-bottom: 29px;
}

.cart-aside .safe-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 19px;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 1.2;
}

.cart-aside .safe-block img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.cart-aside .enter-note {
  margin-top: 19px;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  color: #7A7A7A;
  line-height: 1.25;
  transition: all 0.3s ease-out;
}

.cart-aside .enter-note:hover {
  color: #402eb0;
}

.cart-aside.mt-0 {
  margin-top: 0;
}

.cart-aside.loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
}

.cart-aside.loading:before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: -35px;
  left: 50%;
  z-index: 6;
  width: 70px;
  height: 100%;
  background: url("../images/loader.svg") center no-repeat;
  background-size: 100% auto;
}

.cart-total {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.23;
  margin-bottom: 20px;
}

.cart-total li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}

.cart-total .type {
  text-align: left;
}

.cart-total .price {
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

.cart-total .pre-price {
  font-weight: 600;
  font-size: 14px;
}

.cart-total .last-line {
  margin-top: 14px;
  border-top: 1px solid #E5E5E5;
  padding-top: 14px;
}

.cart-total .last-line .type {
  font-weight: 600;
  font-size: 14px;
}

.cart-total .last-line .price {
  font-weight: 700;
  font-size: 15px;
  color: #042EB0;
}

.checkout-total {
  width: calc(100% - 370px);
  padding-right: 20px;
}

.checkout-choices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 10px;
}

.checkout-choices-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px 20px;
  width: calc(33.333% - 20px);
}

.checkout-choices-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #FEDC09;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 20px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 20px;
}

.checkout-choices-content .name {
  font-weight: 700;
  margin-bottom: 20px;
}

.checkout-choices-content .address {
  margin-bottom: 20px;
}

.checkout-choices-content .phone {
  margin-bottom: 20px;
}

.checkout-choices-content .comment {
  margin-bottom: 20px;
}

.checkout-choices-content .carrier {
  margin-bottom: 20px;
}

.checkout-choices-content .carrier span {
  display: block;
  color: #616161;
  margin-top: 6px;
}

.checkout-choices-content .detail {
  margin-bottom: 20px;
}

.checkout-choices-content .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 27px;
}

.checkout-choices-content .yuan {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
  color: #042EB0;
  white-space: nowrap;
}

.checkout-choices-content .ruble {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.checkout-choices-content .term {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.checkout-choices-content .term img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
}

.checkout-choices-content .type {
  font-weight: 700;
  margin-bottom: 20px;
}

.checkout-choices-content .pay-system {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.checkout-choices-content .pay-system:last-child {
  margin-bottom: 0;
}

.checkout-choices-content .pay-system li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.checkout-choices-content .pay-system li:last-child {
  margin-right: 0;
}

.checkout-choices-content .pay-system img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
}

.checkout-choices-content .note {
  margin-bottom: 20px;
  color: #616161;
}

.checkout-choices-content .btn {
  margin-top: auto;
  width: 100%;
}

.checkout-choices-content .company-detail span {
  display: block;
  margin-bottom: 20px;
  word-break: break-word;
}

.checkout-edit-buttons {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout-edit-buttons ~ .btn {
  margin-top: 20px;
}

.checkout-edit-buttons .btn {
  width: calc(50% - 5px);
  padding-left: 5px;
  padding-right: 5px;
}

.checkout-order-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: -10px;
}

.checkout-order-list tr {
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.checkout-order-list td {
  vertical-align: middle;
  padding: 20px;
  height: 141px;
}

.checkout-order-list .weight {
  font-weight: 500;
  white-space: nowrap;
  min-width: 44px;
}

.checkout-order-list .yuan {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #042EB0;
  white-space: nowrap;
}

.checkout-order-list .ruble {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.checkout-order-list .delivery-info {
  max-width: 274px;
  line-height: 1.2;
}

.checkout-order-list .delivery-address {
  margin-top: 6px;
  font-weight: 400;
  color: #042EB0;
}

.checkout-order-list .delivery-note {
  margin-top: 6px;
  font-size: 12px;
  color: #545454;
}

.checkout-order-list .total-counting {
  text-align: center;
}

.checkout-order-list .product-count span {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.7;
  padding: 8px 16px;
  background: #F4F4F4;
  border-radius: 10px;
}

.checkout-order-list .available-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  font-size: 13px;
  color: #07B004;
  line-height: 1.2;
  margin-top: 6px;
}

.checkout-order-list .available-count img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.tracking-table tr {
  display: none;
}

.tracking-table tr:first-child {
  display: table-row;
}

.tracking-table.visible tr {
  display: table-row;
}

.tracking-table .cart-product .name {
  max-width: 800px;
}

.tracking-table .total-counting {
  text-align: left;
}

.tracking-table .product-count {
  text-align: center;
}

.tracking-table .product-count span {
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tracking-table .shop-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #042EB0;
}

.tracking-table .shop-name a:hover {
  text-decoration: underline;
}

.tracking-table .shop-chat {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #042EB0;
  font-weight: 500;
  line-height: 1.2;
}

.tracking-table .shop-chat:hover {
  text-decoration: underline;
}

.tracking-table .shop-chat img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  filter: none;
  opacity: 1;
}

.cart-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cart-product .image {
  text-align: center;
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  display: block;
}

.cart-product .image:hover img {
  opacity: 0.8;
}

.cart-product .image img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.cart-product .name {
  line-height: 1.23;
  display: inline-block;
  color: #042EB0;
  text-decoration: none;
  max-width: 211px;
}

.cart-product .name:hover {
  text-decoration: underline;
}

.checkout-choices-empty {
  margin-bottom: 35px;
  text-align: center;
  margin-top: 19px;
}

.checkout-choices-empty .empty-icon {
  margin-bottom: 10px;
}

.checkout-choices-empty .empty-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.checkout-choices-empty .empty-text {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.23;
  max-width: 220px;
  margin: 0 auto;
}

.checkout-logout {
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #FEDC09;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
}

.checkout-logout .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.checkout-logout .icon img {
  display: block;
}

.checkout-logout p {
  font-weight: 700;
  line-height: 1.3;
  margin-right: 20px;
}

.checkout-logout p a {
  color: #042EB0;
}

.checkout-logout p a:hover {
  text-decoration: underline;
}

.checkout-logout .buttons-flex {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-logout .btn {
  margin-left: 20px;
}

.checkout-logout .reg-btn {
  background: #402eb0;
  color: #fff;
}

.checkout-logout .reg-btn:hover {
  background: #4471fb;
}

.checkout-order-block {
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 20px;
}

.checkout-order-block .checkout-order-list {
  border-spacing: 0 20px;
  margin: -20px 0;
}

.checkout-order-block .checkout-order-list tr {
  box-shadow: none;
  padding: 0;
}

.checkout-order-block .checkout-order-list td {
  height: auto;
  padding: 0;
  padding-right: 20px;
}

.checkout-order-block .checkout-order-list td:last-child {
  padding-right: 0;
}

.lk-order-detail {
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 20px;
}

.lk-order-detail:nth-last-of-type(1) {
  margin-bottom: 30px;
}

.lk-order-detail-list {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}

.lk-order-detail-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 10px;
}

.lk-order-detail-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.lk-order-detail-list .type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 37%;
  padding-right: 15px;
  color: #4E4E4E;
}

.lk-order-detail-list .yuan {
  margin-right: 8px;
  display: inline-block;
}

.lk-order-detail-list .ruble {
  font-size: 13px;
  display: inline-block;
}

.lk-order-detail-list .comment {
  color: #07B004;
}

.lk-order-detail-list .shop {
  display: inline-block;
  margin-right: 17px;
  line-height: 1.32;
}

.lk-order-detail-list .shop:after {
  content: "|";
  color: #042EB0;
}

.lk-order-detail-list .shop:last-child {
  margin-right: 0;
}

.lk-order-detail-list .shop:last-child:after {
  display: none;
}

.lk-order-detail-list .shop:last-child .shop-chat {
  margin-right: 0;
}

.lk-order-detail-list .shop-name {
  margin-right: 8px;
}

.lk-order-detail-list .shop-name:hover {
  text-decoration: underline;
}

.lk-order-detail-list .shop-chat {
  margin-right: 16px;
  color: #042EB0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
}

.lk-order-detail-list .shop-chat img {
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-order-detail-list .shop-chat:hover {
  text-decoration: underline;
}

.lk-order-detail-list .transaction {
  word-break: break-word;
}

.checkout-thanks {
  margin-bottom: 30px;
  border-radius: 2px;
  background: #f3f6ff;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.checkout-thanks:last-child {
  margin-bottom: 0;
}

.checkout-thanks img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
}

.checkout-thanks .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.checkout-thanks .buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkout-thanks .btn {
  margin-left: 20px;
}

.checkout-thanks p a {
  color: #042EB0;
}

.checkout-thanks p a:hover {
  text-decoration: underline;
}

.company-input-dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  border: 1px solid #042eb0;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(118, 111, 111, 0.13);
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
}

.company-input-list {
  max-height: 250px;
  line-height: 1.23;
  overflow: auto;
  padding: 10px 0;
}

.company-input-list::-webkit-scrollbar {
  width: 3px;
  background: #F4F4F4;
}

.company-input-list::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.company-input-list .detail {
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.company-input-list .detail:hover {
  background: #f0f9ff;
}

.company-input-list span {
  display: block;
  margin-bottom: 4px;
  word-break: break-word;
}

.company-input-list span:last-child {
  margin-bottom: 0;
}

.tracking-table-more {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  color: #8E8E8E;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.tracking-table-more:hover {
  color: #042EB0;
}

.tracking-table-more:hover i {
  border-color: #042EB0;
}

.tracking-table-more i {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8E8E8E;
  border-right: 2px solid #8E8E8E;
  transform: rotate(135deg);
  margin-top: -4px;
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
  margin-left: 4px;
}

.checkout-tracking {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 20px;
}

.checkout-tracking .number-copy {
  margin-left: 10px;
}

.tracking-carrier {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
  line-height: 1.2;
}

.tracking-carrier .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-carrier .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.tracking-carrier .icon img {
  display: block;
}

.tracking-carrier .name {
  margin-right: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #042EB0;
}

.tracking-carrier .number {
  font-size: 14px;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tracking-carrier .phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-carrier .phone a {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  color: #2f2f2f;
  margin-left: 10px;
}

.tracking-client {
  margin-top: 20px;
  border-top: 1px solid #E8E8E8;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
}

.tracking-client .user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-client img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.tracking-client .name {
  font-weight: 700;
  color: #042EB0;
}

.tracking-client .info {
  margin-left: 10px;
}

.number-copy {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.number-copy:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.number-copy img {
  display: block;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.7;
}

.number-copy-tooltip {
  white-space: normal;
  position: absolute;
  z-index: 4;
  right: -11px;
  bottom: 100%;
  padding: 6px 10px;
  background: #fff;
  border-radius: 6px;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
  line-height: 1.33;
  margin-bottom: 8px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: none;
}

.number-copy-tooltip:after {
  top: 100%;
  right: 17px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
}

.tracking-status-list {
  margin-top: 40px;
  line-height: 1.22;
  color: #000;
}

.tracking-status-list li {
  border-left: 4px solid #EFEFEF;
  padding-left: 17px;
  margin: 40px 0;
}

.tracking-status-list li:first-child {
  margin-top: 0;
}

.tracking-status-list li:last-child {
  margin-bottom: 0;
}

.tracking-status-list .status-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tracking-status-list .status-info:before {
  content: "";
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #E8E8E8;
}

.tracking-status-list .status-icon {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  filter: brightness(0);
}

.tracking-status-list .status-icon img {
  display: block;
  height: auto;
  width: 100%;
}

.tracking-status-list .status-type {
  font-size: 14px;
  font-weight: 700;
}

.tracking-status-list .status-date {
  font-size: 11px;
  font-weight: 500;
  margin-left: 10px;
  padding-top: 2px;
  text-align: right;
}

.tracking-status-list .status-detail {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-status-list .products {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px -5px;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  max-width: 300px;
}

.tracking-status-list .image {
  margin: 0 3px 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  position: relative;
}

.tracking-status-list .image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  image-rendering: -webkit-optimize-contrast;
}

.tracking-status-list .text {
  display: inline-block;
  background: #f4f4f4;
  border-radius: 10px;
  color: #2F2F2F;
  padding: 10px;
  position: relative;
}

.tracking-status-list .text:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(244, 244, 244, 0);
  border-right-color: #F4F4F4;
  border-width: 6px;
  margin-top: -6px;
}

.tracking-status-list .video:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.tracking-status-list .video:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-left: -3px;
  margin-top: -7px;
  background: url("../images/play.svg") center no-repeat;
  background-size: 100% auto;
}

.tracking-status-list .status-active {
  border-left-color: #FEDC09;
}

.tracking-status-list .status-active .status-info {
  color: #042EB0;
}

.tracking-status-list .status-active .status-icon {
  filter: none;
}

.tracking-status-list .status-active .text {
  background: #EAEFFF;
}

.tracking-status-list .status-active .text:after {
  border-right-color: #EAEFFF;
}

.tracking-status-list .status-active ~ li {
  border-left-color: #FEDC09;
}

.tracking-status-list .status-active ~ li .status-info {
  color: #929292;
}

.tracking-status-list .status-active ~ li .status-icon {
  opacity: 0.55;
}

.tracking-status-list .status-active ~ li .status-detail {
  opacity: 0.55;
}

.product-block .btn {
  border-color: transparent;
  width: auto;
}

.product-block .btn img {
  opacity: 1;
}

/*================= МОДАЛКИ ======================*/

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

.form-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 19px;
}

.form-title span {
  display: inline-block;
}

.form-title .name {
  color: #042EB0;
}

.input-block-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.input-block-flex .input-block {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.input-block-flex .width-50 {
  width: calc(50% - 20px);
}

.input-block-flex .width-20 {
  width: calc(20% - 20px);
}

.form-buttons-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.form-buttons-flex .btn {
  margin: 0 10px 20px;
}

.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #4471FB;
  border-top: none;
  background: #FFF;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 10px rgba(50, 50, 50, 0.25);
  font-size: 14px;
}

.autocomplete-suggestions::-webkit-scrollbar {
  width: 3px;
  background: #F4F4F4;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.autocomplete-suggestion {
  padding: 8px 20px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: 700;
  color: #042EB0;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.popup-choose-outer {
  overflow-x: auto;
  max-height: 70vh;
  margin: -5px -15px -15px;
  padding: 15px;
}

.popup-choose-outer::-webkit-scrollbar {
  width: 5px;
  background: #E3E3E3;
}

.popup-choose-outer::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #FEDC09;
}

.popup-choose-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.popup-choose-flex .checkout-choices-block {
  margin: 0 0 20px;
  width: calc(50% - 10px);
}

.popup-choose-flex .checkout-choices-content {
  border: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

/* ==================== MEDIA =========================== */

@media (max-width: 1599px) {
  .checkout-table th {
    padding: 0 10px;
  }

  .checkout-table th:first-child {
    padding-left: 15px;
  }

  .checkout-table th:last-child {
    padding-right: 15px;
  }

  .checkout-table td {
    padding: 20px 10px;
  }

  .checkout-table td:first-child {
    padding-left: 15px;
  }

  .checkout-table td:last-child {
    padding-right: 15px;
  }

  .checkout-table .user-choose {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-table .checkout-options {
    margin-left: 0;
  }

  .checkout-table .name {
    max-width: 160px;
  }

  .checkout-table .address {
    max-width: 220px;
  }

  .checkout-table .comment {
    max-width: 240px;
  }

  .checkout-table .carrier {
    max-width: 330px;
  }

  .checkout-table .detail {
    max-width: 250px;
  }

  .checkout-pay-block .user-choose {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-total {
    padding-right: 10px;
    width: calc(100% - 294px);
  }

  .cart-aside {
    width: 294px;
  }

  .cart-product .image {
    width: 80px;
  }
}

@media (max-width: 1299px) {
  .checkout-steps ul {
    margin: 0 -20px;
  }

  .checkout-steps li {
    margin: 0 20px;
  }

  .checkout-table .checkout-buttons {
    display: block;
  }

  .checkout-table .checkout-options {
    margin-top: 14px;
  }

  .checkout-table .comment {
    max-width: 220px;
  }

  .checkout-table .carrier {
    max-width: 240px;
  }

  .checkout-table .detail {
    max-width: 220px;
  }

  .checkout-form-flex {
    display: block;
  }

  .cart-aside {
    width: 100%;
    margin-bottom: 0;
    position: static;
    margin-top: 10px;
  }

  .cart-aside.mt-0 {
    margin-top: 10px;
  }

  .checkout-total {
    padding-right: 0;
    width: 100%;
  }

  .chat-click-wrap .button {
    bottom: 130px !important;
  }
  
  .checkout-thanks img {
    margin-right: 30px;
  }

  .checkout-thanks .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-thanks .btn {
    margin-bottom: 10px;
  }

  .checkout-thanks .btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1019px) {
  .checkout-steps {
    font-size: 12px;
  }

  .checkout-steps span {
    max-width: 70px;
  }

  .checkout-steps .count {
    margin-left: 10px;
  }

  .checkout-main-title {
    margin-bottom: 20px;
  }

  .checkout-main-title .btn {
    margin-left: 10px;
  }

  .checkout-table {
    margin-bottom: 0;
  }

  .checkout-table thead {
    display: none;
  }

  .checkout-table tbody {
    display: block;
  }

  .checkout-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    text-align: left;
  }

  .checkout-table td {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .checkout-table td:last-child {
    margin-bottom: 0;
  }

  .checkout-table .name {
    max-width: 100%;
  }

  .checkout-table .address {
    max-width: 100%;
  }

  .checkout-table .comment {
    max-width: 100%;
  }

  .checkout-table .user-choose {
    width: 100%;
  }

  .checkout-table .checkout-options {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px -6px 0;
  }

  .checkout-table .checkout-options .cart-btn {
    margin: 0 6px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 5px;
    width: auto;
  }

  .checkout-table .carrier {
    max-width: 100%;
  }

  .checkout-table .detail {
    max-width: 100%;
  }

  .checkout-table .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .checkout-table .yuan {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .cart-btn span {
    display: inline-block;
  }

  .input-block-flex {
    margin: 0 -5px -20px;
  }

  .input-block-flex .input-block {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
  }

  .input-block-flex .width-50 {
    width: calc(50% - 10px);
  }

  .input-block-flex .width-20 {
    width: calc(20% - 10px);
  }

  .checkout-pay-block {
    display: block;
  }

  .checkout-pay-block .type {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .checkout-pay-block .pay-system {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .checkout-pay-block .pay-system li:last-child {
    margin-right: 0;
  }

  .checkout-pay-block .note {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .checkout-pay-block .user-choose {
    width: 100%;
  }

  .checkout-choices {
    margin: 0 -5px;
  }

  .checkout-choices-block {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
  }

  .popup-choose-outer {
    max-height: 80vh;
  }

  .checkout-order-list tbody {
    display: block;
  }

  .checkout-order-list tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    text-align: center;
  }

  .checkout-order-list td {
    display: block;
    height: auto !important;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .checkout-order-list td:last-child {
    margin-bottom: 0;
  }

  .checkout-order-list .delivery-info {
    max-width: 100%;
  }

  .cart-product {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .cart-product .image {
    width: 100px;
  }

  .cart-product .name {
    max-width: 100%;
  }

  .checkout-order-block {
    text-align: center;
  }

  .checkout-order-block h2 {
    text-align: left;
  }

  .checkout-order-block .checkout-order-list {
    border-spacing: 0;
    margin: 0;
  }

  .checkout-order-block .checkout-order-list tr {
    margin-top: 30px;
  }

  .checkout-order-block .checkout-order-list tr:first-child {
    margin-top: 0;
  }

  .tracking-carrier {
    display: block;
  }

  .tracking-carrier .name {
    word-break: break-word;
  }

  .tracking-carrier .phone {
    margin-left: 0;
    margin-top: 12px;
  }

  .tracking-status-list .status-detail {
    margin-top: 14px;
    display: block;
  }

  .tracking-status-list .products {
    max-width: 100%;
    margin-right: -3px;
    margin-bottom: 8px;
  }

  .tracking-client {
    display: block;
  }

  .tracking-client .info {
    margin-left: 0;
    margin-top: 10px;
  }

  .tracking-table tr {
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tracking-table tr:first-child {
    display: -ms-flexbox;
    display: flex;
  }

  .tracking-table.visible tr {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .tracking-table td {
    margin-bottom: 0;
    width: auto;
  }

  .tracking-table td:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }

  .tracking-table td:nth-of-type(3) {
    margin: 0 auto;
    max-width: calc(100% - 165px);
  }
}

@media (max-width: 767px) {
  .checkout-steps {
    font-size: 14px;
    padding: 0;
  }

  .checkout-steps ul {
    margin: 0;
    overflow-x: auto;
  }

  .checkout-steps ul::-webkit-scrollbar {
    height: 0;
    background: transparent;
  }

  .checkout-steps ul::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 7px;
    background: transparent;
  }

  .checkout-steps li {
    margin: 0 15px;
    background: #FFFFFF;
    display: none;
  }

  .checkout-steps span {
    max-width: 100%;
    white-space: nowrap;
  }

  .checkout-steps .count {
    margin-left: 20px;
  }

  .checkout-steps .active {
    display: -ms-flexbox;
    display: flex;
  }

  .checkout-steps .active ~ li {
    display: -ms-flexbox;
    display: flex;
  }

  .input-block-flex .input-block {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .input-block-flex .width-50 {
    width: calc(100% - 10px);
  }

  .input-block-flex .width-20 {
    width: calc(50% - 10px);
  }

  .popup-choose-outer {
    padding: 0;
    margin: 0;
    max-height: 5000px;
    overflow: visible;
  }

  .popup-choose-flex .checkout-choices-block {
    margin-bottom: 10px;
    width: 100%;
  }

  .checkout-choices-empty {
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .checkout-logout {
    display: block;
    text-align: center;
  }

  .checkout-logout .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .checkout-logout p {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .checkout-logout .buttons-flex {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .checkout-logout .btn {
    margin: 0;
    width: calc(50% - 5px);
  }

  .address-add {
    width: 100%;
  }

  .checkout-main-title .gray-btn img {
    margin-right: 0;
  }

  .checkout-main-title .gray-btn span {
    display: none;
  }

  .checkout-main-title .arrow {
    margin-right: -3px;
  }

  .checkout-order-block {
    padding: 20px;
  }

  .lk-order-detail {
    padding: 20px;
  }

  .lk-order-detail-list .type {
    width: 170px;
  }

  .lk-order-detail-list .shop {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .lk-order-detail-list .shop:last-child {
    margin-bottom: 0;
  }

  .lk-order-detail-list .shop:after {
    display: none;
  }

  .lk-order-detail-list .shop .shop-chat {
    margin-right: 0;
  }

  .checkout-thanks {
    padding: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .checkout-thanks img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .checkout-thanks .text {
    margin-bottom: 20px;
  }

  .checkout-thanks .buttons {
    width: 100%;
  }

  .checkout-thanks .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0;
  }

  .checkout-tracking {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .form-buttons-flex .btn {
    width: calc(100% - 20px);
  }

  .checkout-choices-block {
    width: calc(100% - 10px);
  }

  .checkout-edit-buttons {
    display: block;
    margin-bottom: -10px;
  }

  .checkout-edit-buttons ~ .btn {
    margin-top: 10px;
  }

  .checkout-edit-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .checkout-main-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkout-main-title h1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .checkout-main-title .btn {
    margin-left: 0;
  }

  .checkout-main-title .gray-btn {
    margin-right: 15px;
  }

  .checkout-main-title .black-empty-btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .lk-order-detail-list .type {
    width: 120px;
  }
}