.mb-20 {
  margin-bottom: 20px;
}

.enter-section {
  padding: 32px 0 117px;
}

.enter-logo {
  margin: 0 auto 50px;
  text-align: center;
}

.enter-logo img {
  max-width: 100%;
  height: auto;
}

.enter-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px -30px;
}

.enter-form {
  width: 100%;
  max-width: 480px;
  margin: 0 15px 30px;
  padding: 49px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.enter-form .form-title {
  font-weight: 700;
  font-size: 24px;
  color: #042EB0;
  line-height: 1.2;
  margin-bottom: 10px;
}

.enter-form .form-note {
  font-size: 14px;
  color: #383838;
  line-height: 1.2;
  margin-bottom: 20px;
}

.enter-form .btn {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.enter-form .forget-link {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #042EB0;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
}

.enter-form .forget-link a:hover {
  text-decoration: underline;
}

.enter-form .form-agreement {
  margin-top: 20px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.enter-form .form-agreement a {
  color: #042EB0;
}

.enter-form .form-agreement a:hover {
  text-decoration: underline;
}

.enter-form .error {
  border-color: #B00000 !important;
}

.error-note {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: #B00000;
  padding: 8px 10px;
  background: #FFE1E1;
  border-radius: 2px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.input-error-note {
  margin-top: 5px;
  padding-left: 21px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  color: #B00000;
  background: url("../images/alert.svg") left center no-repeat;
}

.password-input .custom-input-label {
  width: calc(100% - 70px);
}

.password-input input {
  padding-right: 50px;
}

.password-toggle {
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  width: 18px;
  height: 44px;
  transition: all 0.3s ease-out;
  background: url("../images/eye-off.svg") center no-repeat;
  filter: grayscale(1);
  opacity: 0.5;
}

.password-toggle:hover {
  filter: none;
  opacity: 1;
}

.password-toggle.opacity {
  background: url("../images/eye.svg") center no-repeat;
}

.enter-aside {
  width: 100%;
  max-width: 480px;
  margin: 0 15px 30px;
  padding: 49px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.enter-aside .aside-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.enter-aside .aside-note {
  font-size: 14px;
  color: #383838;
  line-height: 1.2;
  margin-bottom: 20px;
}

.enter-aside .image {
  margin-bottom: 20px;
}

.enter-aside .image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.enter-aside .btn {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.enter-bottom-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1.2;
  margin: 27px -38px -20px;
}

.enter-bottom-menu li {
  margin: 0 38px 20px;
}

.enter-bottom-menu a {
  color: #042EB0;
}

.enter-bottom-menu a:hover {
  text-decoration: underline;
}

.lk-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lk-aside {
  width: 257px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.lk-close {
  display: none;
}

.lk-content {
  width: calc(100% - 257px);
  padding-left: 40px;
}

.lk-section-top {
  margin-bottom: 30px;
}

.lk-section-top h1 {
  margin-bottom: 0;
}

.lk-buter {
  display: none;
}

.lk-main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px -34px;
}

.lk-main-block {
  margin: 0 17px 34px;
  width: calc(33.333% - 34px);
  background: #FFFFFF;
  border: 1px solid #FEDC09;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
}

.lk-main-block .top-block {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

.lk-main-block .bottom-block {
  display: -ms-flexbox;
  display: flex;
  margin: auto -10px 0;
}

.lk-main-block .btn {
  margin: 0 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.lk-main-block .logout-btn {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
}

.lk-main-block .logout-btn img {
  margin-right: 0;
}

.lk-main-block .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  background: #F0F9FF;
  border-radius: 50%;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.lk-main-block .image img {
  display: block;
}

.lk-main-block .info {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1.22;
}

.lk-main-block .title {
  font-weight: 700;
  font-size: 14px;
}

.lk-main-block .text {
  margin-top: 12px;
  font-weight: 500;
  color: #042EB0;
}

.lk-main-block .avatar {
  background: transparent;
}

.lk-main-block .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.lk-main-block .count {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  padding: 8px;
  background: #698EFF;
  border-radius: 4px;
  position: absolute;
  z-index: 3;
  right: 10px;
  top: -10px;
  display: inline-block;
}

.lk-profile-form .note {
  font-weight: 500;
  line-height: 1.27;
  color: #555555;
  margin-bottom: 20px;
}

.lk-profile-form .input-block {
  max-width: 392px;
}

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

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

.lk-profile-photo {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.lk-profile-photo .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}

.lk-profile-photo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.lk-profile-photo .options {
  width: 207px;
}

.lk-profile-photo .btn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.lk-profile-photo .add-input {
  cursor: pointer;
  display: block;
  width: 100%;
}

.lk-profile-photo .add-input input {
  display: none;
}

.lk-profile-photo .gray-btn {
  margin-top: 20px;
}

.cart-btn {
  cursor: pointer;
  display: block;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-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;
}

.cart-added-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  color: #fff;
  width: 100vw;
  pointer-events: none;
}

.cart-added-popup span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  box-shadow: 0 4px 17px 0 rgba(4, 46, 176, 0.33);
  background: rgba(4, 46, 176, 0.92);
  border-radius: 10px;
  padding: 2px 14px;
  line-height: 1.2;
}

.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 {
  border-radius: 20px;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
}

.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 .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;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

.checkout-table .phone {
  white-space: nowrap;
  min-width: 160px;
}

.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-table .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.checkout-table .product-name {
  display: inline-block;
  color: #042EB0;
  text-decoration: none;
  max-width: 211px;
  font-weight: 400;
  text-align: left;
}

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

.checkout-table .date {
  font-size: 14px;
}

.checkout-table .company-detail {
  word-break: break-word;
}

.checkout-table .company-detail span {
  display: none;
}

.active-address {
  position: relative;
}

.active-address td:first-child {
  position: relative;
}

.active-address td:first-child:before {
  content: attr(data-text);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 4;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  line-height: 1.2;
  background: #4471FB;
  padding: 2px 10px;
  pointer-events: none;
  white-space: nowrap;
  border-radius: 20px 0 10px 0;
}

.active-address:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  border: 1px solid #042EB0;
  pointer-events: none;
  border-radius: 20px;
}

.active-address .user-choose {
  color: #000;
  background: #FEDC09;
  border-color: #FEDC09 !important;
}

.lk-wish-note {
  font-weight: 500;
  line-height: 1.27;
  color: #555555;
  margin-bottom: 20px;
}

.lk-wish-content {
  margin-bottom: 30px;
}

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

.lk-wish-block .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  line-height: 1.2;
}

.lk-wish-block .options {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lk-wish-block .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  margin-right: 30px;
}

.lk-wish-block .image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.lk-wish-block .name {
  font-weight: 700;
  font-size: 18px;
}

.lk-wish-block .count {
  font-weight: 500;
  color: #555555;
  margin-top: 16px;
}

.lk-wish-block .btn {
  padding: 0 20px;
}

.lk-wish-block .cart-btn {
  margin-left: 14px;
}

.lk-wish-popup {
  margin-bottom: 30px;
}

.lk-wish-popup-list {
  margin-bottom: 30px;
}

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

.lk-wish-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  padding-right: 20px;
}

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

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

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

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

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

.lk-wish-product-counting {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.lk-wish-product-counting .product-amount {
  margin-right: 6px;
}

.lk-wish-product-counting .cart-btn {
  min-width: 44px;
}

.product-amount {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 44px;
  width: 88px;
  position: relative;
}

.product-amount .qty {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: Inter, Arial, Tahoma, sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  border: 1px solid #ECECEC;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease-out;
}

.product-amount .qty:focus {
  border-color: #000;
}

.product-amount .qtyminus,
.product-amount .qtyplus {
  position: absolute;
  z-index: 2;
  height: 100%;
  cursor: pointer;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-amount .qtyminus:hover img,
.product-amount .qtyplus:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.product-amount .qtyminus img,
.product-amount .qtyplus img {
  display: block;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.5;
}

.product-amount .qtyminus {
  left: 0;
  padding-left: 10px;
  padding-right: 5px;
}

.product-amount .qtyplus {
  right: 0;
  padding-right: 10px;
  padding-left: 5px;
}

.lk-wish-product-buttons {
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

.lk-wish-product-buttons .cart-btn {
  margin-left: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.lk-wish-product-buttons .cart-btn:last-child {
  margin-bottom: 0;
}

.lk-wish-replace {
  position: relative;
  margin-left: 14px;
}

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

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

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

.lk-wish-replace:hover .lk-wish-replace-dropdown {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out 0.25s;
}

.lk-wish-replace .cart-btn {
  margin-left: 0;
}

.lk-wish-replace-dropdown {
  transition: all 0.15s ease-out;
  position: absolute;
  z-index: 11;
  top: 100%;
  right: 0;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
}

.lk-wish-replace-list {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 4px 30px rgba(118, 111, 111, 0.13);
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 10px;
}

.lk-wish-replace-list:after,
.lk-wish-replace-list:before {
  bottom: 100%;
  right: 32px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.lk-wish-replace-list:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-right: -9px;
}

.lk-wish-replace-list:before {
  border-color: rgba(235, 235, 235, 0);
  border-bottom-color: #EBEBEB;
  border-width: 10px;
  margin-right: -10px;
}

.lk-wish-replace-list .inner-list {
  overflow: auto;
  max-height: 266px;
}

.lk-wish-replace-list .inner-list::-webkit-scrollbar {
  width: 3px;
  background: #F4F4F4;
}

.lk-wish-replace-list .inner-list::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.lk-wish-replace-list a {
  display: block;
  transition: all 0.3s ease-out;
  padding: 0 15px;
}

.lk-wish-replace-list a:hover {
  background: #FEDC09;
}

.lk-wish-replace-list a:hover span {
  border-color: transparent;
}

.lk-wish-replace-list a:last-child span {
  border-bottom: none;
}

.lk-wish-replace-list a:first-child {
  border-radius: 8px 8px 0 0;
}

.lk-wish-replace-list a:last-child {
  border-radius: 0 0 8px 8px;
}

.lk-wish-replace-list a:only-child {
  border-radius: 8px;
}

.lk-wish-replace-list span {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #EBEBEB;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 728px;
}

.lk-wish-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -32px -64px;
}

.lk-wish-catalog .product-block {
  width: calc(20% - 64px);
  margin: 0 32px 64px;
}

.lk-wish-catalog .product-block .cart-btn {
  min-width: 1px;
  border-color: transparent;
}

.lk-wish-catalog .product-block .cart-btn img {
  opacity: 1;
}

.lk-wish-list-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.lk-wish-list-top .btn:hover .arrow {
  border-color: #000;
}

.lk-wish-list-top .arrow {
  display: block;
  border: none;
  width: 11px;
  height: 11px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  margin-right: 10px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
}

.lk-wish-list-control {
  display: -ms-flexbox;
  display: flex;
}

.lk-wish-list-control .btn {
  margin-left: 20px;
}

.lk-wish-list-control .btn:hover img {
  filter: invert(15%) sepia(87%) saturate(3588%) hue-rotate(226deg) brightness(83%) contrast(110%);
}

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

.lk-order-steps .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}

.lk-order-steps a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  position: relative;
  transition: all 0.3s ease-out;
  color: #000;
  margin: 0 10px;
}

.lk-order-steps a:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #4471FB;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.lk-order-steps a:hover:after {
  opacity: 1;
}

.lk-order-steps .image {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-order-steps .image img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
  filter: brightness(0);
}

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

.lk-order-steps .count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #838383;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
}

.lk-order-steps .yellow {
  color: #000;
  background: #FEDC09;
  border-radius: 2px;
  padding: 0 3px;
}

.lk-order-steps .active {
  color: #042EB0;
}

.lk-order-steps .active:after {
  opacity: 1;
}

.lk-order-steps .active .image img {
  filter: none;
}

.lk-order-steps .active .yellow {
  color: #042EB0;
}

.lk-nav {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagination {
  margin: 0 -5px -10px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
}

.pagination li {
  margin: 0 5px 10px;
}

.pagination a {
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  background: #F9F9F9;
  border-radius: 10px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  border: 1px solid transparent;
}

.pagination a:hover {
  background: #FEDC09;
  border-color: #FEDC09;
}

.pagination a.active {
  background: #fff;
  border-color: #000;
}

.pagination .arrow i {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.pagination .prev i {
  transform: rotate(-135deg);
  margin-right: -2px;
}

.pagination .next i {
  transform: rotate(45deg);
  margin-left: -2px;
}

.lk-order-block {
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 19px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.lk-order-block.waiting {
  border-color: #FEDC09;
}

.lk-order-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.lk-order-top .info {
  margin-right: 15px;
  min-width: 150px;
  line-height: 1.2;
}

.lk-order-top .number {
  font-weight: 700;
  font-size: 14px;
}

.lk-order-top .date {
  font-weight: 500;
  margin-top: 4px;
}

.lk-order-top .status {
  min-width: 190px;
  background: rgba(4, 190, 0, 0.19);
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  color: #026100;
  padding: 6px;
}

.lk-order-top .status img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  filter: brightness(0) invert(18%) sepia(76%) saturate(2838%) hue-rotate(99deg) brightness(93%) contrast(106%);
}

.lk-order-top .price-outer {
  margin-left: 520px;
  line-height: 1.2;
  padding-right: 15px;
}

.lk-order-top .yuan {
  font-weight: 700;
  font-size: 14px;
  color: #042EB0;
}

.lk-order-top .ruble {
  font-weight: 600;
  font-size: 13px;
  margin-top: 2px;
}

.lk-order-top .last-btn {
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 182px;
}

.lk-order-top .last-btn img {
  filter: brightness(0);
}

.lk-order-top .shop-chat {
  margin-left: 220px;
  margin-right: auto;
}

.lk-order-top .shop-chat a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  color: #402eb0;
  font-weight: 600;
}

.lk-order-top .shop-chat a:hover {
  text-decoration: underline;
}

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

.lk-order-top .shop-chat + .price-outer {
  margin-left: 0;
}

.lk-order-top .shop-chat ~ .last-btn {
  margin-left: 40px;
}

.lk-order-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.lk-order-bottom .buttons {
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-order-bottom .buttons .btn {
  margin-right: 20px;
}

.lk-order-bottom .buttons .btn:hover img {
  opacity: 1;
}

.lk-order-bottom .buttons .btn img {
  opacity: 0.8;
}

.lk-order-bottom .number {
  font-weight: 500;
  line-height: 1.2;
  padding-right: 15px;
}

.lk-order-bottom .number span {
  display: block;
  font-size: 12px;
  color: #7B7B7B;
  margin-bottom: 4px;
}

.lk-order-bottom .last-btn {
  margin-left: auto;
}

.lk-order-bottom .dop {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 30px;
  line-height: 1.2;
}

.lk-order-bottom .price {
  margin-top: 5px;
  font-weight: 500;
}

.lk-order-bottom .details span {
  font-size: 12px;
  font-weight: 500;
  color: #7b7b7b;
  margin-right: 16px;
}

.lk-order-bottom .details a {
  color: #042eb0;
}

.lk-order-bottom .details a:hover {
  text-decoration: underline;
}

.lk-order-items {
  padding: 20px 0;
}

.lk-order-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.lk-order-product:nth-last-of-type(1) {
  margin-bottom: 0;
}

.lk-order-product .cart-btn {
  margin-left: auto;
  min-width: 44px;
}

.lk-order-product-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  width: 43.5%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.lk-order-product-name .image:hover img {
  opacity: 0.8;
}

.lk-order-product-name .image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.lk-order-product-name .name {
  display: inline-block;
  color: #042EB0;
  text-decoration: none;
  max-width: 333px;
}

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

.lk-order-product-count {
  padding-right: 15px;
  width: 12.4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-order-product-count span {
  background: #f4f4f4;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  padding: 8px;
  min-width: 70px;
  text-align: center;
  border-radius: 10px;
}

.lk-order-product-shop {
  padding-right: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23%;
}

.lk-order-product-shop .shop-name {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  width: 154px;
}

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

.lk-order-product-shop .shop-chat {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  color: #402eb0;
  margin-left: 10px;
}

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

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

.lk-order-product-shop img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  filter: grayscale(1);
  opacity: 0.8;
}

.lk-order-product-shop .subtitle {
  font-size: 12px;
  color: #7b7b7b;
  margin-bottom: 5px;
}

.lk-order-product-shop.long {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lk-order-product-price {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
}

.lk-order-product-price .yuan {
  font-weight: 700;
  font-size: 14px;
}

.lk-order-product-price .ruble {
  font-weight: 600;
  font-size: 13px;
  margin-top: 2px;
}

.lk-order-product-price:last-child {
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: auto;
}

.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: 284px;
  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;
}

.lk-order-options {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.lk-order-options .btn {
  margin-right: 20px;
}

.lk-order-options .btn:last-child {
  margin-right: 0;
}

.lk-order-options .btn:hover .arrow {
  border-color: #000;
}

.lk-order-options .arrow {
  display: block;
  border: none;
  width: 11px;
  height: 11px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  margin-right: 10px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
}

.order-status-table {
  margin-top: -5px;
  margin-bottom: 30px;
}

.order-status-table td {
  vertical-align: top;
}

.order-status-table .status {
  min-width: 158px;
  background: rgba(4, 190, 0, 0.19);
  border-radius: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  color: #026100;
  padding: 6px;
  text-align: center;
  width: 100%;
}

.order-status-table .status img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  filter: brightness(0) invert(18%) sepia(76%) saturate(2838%) hue-rotate(99deg) brightness(93%) contrast(106%);
}

.order-status-table .date {
  min-width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 58px;
}

.order-status-table .date span {
  display: block;
}

.order-status-table .product {
  max-width: 340px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 58px;
}

.order-status-table .product p {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.order-status-table .product p:last-child {
  margin-bottom: 0;
}

.order-status-table .product a:hover {
  text-decoration: underline;
  display: inline-block;
}

.order-status-table .company-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 58px;
  min-width: 220px;
  max-width: 270px;
}

.order-status-table .btn {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 176px;
  margin-top: 7px;
}

.order-status-table .btn img {
  filter: brightness(0);
}

.order-status-detail {
  position: relative;
  margin-top: 4px;
  margin-bottom: -6px;
}

.order-status-detail:hover .detail-toggle i {
  transform: rotate(-45deg);
  top: 2px;
}

.order-status-detail:hover .detail-podmenu {
  opacity: 1;
  visibility: visible;
}

.order-status-detail .detail-toggle {
  text-align: center;
  padding: 6px 0;
  color: #042EB0;
  cursor: pointer;
}

.order-status-detail .detail-toggle i {
  display: block;
  border: none;
  width: 8px;
  height: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #042EB0;
  border-right: 2px solid #042EB0;
  margin-left: 6px;
  transform: rotate(135deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  transition: all 0.3s ease-out;
}

.order-status-detail .detail-podmenu {
  position: absolute;
  z-index: 7;
  min-width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.17);
  padding: 14px;
  border: 1px solid #EBEBEB;
  transition: all 0.3s ease-out 0.25s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}

.order-status-list {
  line-height: 1.21;
  color: #929292;
}

.order-status-list li {
  margin-bottom: 12px;
  border-left: 4px solid #FEDC09;
  padding-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.order-status-list .status-icon {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
  filter: brightness(0);
  opacity: 0.55;
}

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

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

.order-status-list .status-date {
  font-size: 11px;
  margin-top: 3px;
}

.order-status-list .status-active {
  color: #042EB0 !important;
}

.order-status-list .status-active .status-icon {
  opacity: 1;
  filter: none;
}

.order-status-list .status-active ~ li {
  border-left-color: #EFEFEF;
  color: #000;
}

.order-status-list .status-active ~ li .status-icon {
  opacity: 1;
}

.order-message-table {
  margin-top: -5px;
}

.order-message-table th:last-child {
  text-align: left;
  width: auto;
}

.order-message-table .date {
  min-width: 100px;
}

.order-message-table .date span {
  display: block;
}

.order-message-table .sender {
  font-weight: 700;
}

.order-message-table p {
  font-weight: 400;
  line-height: 1.2;
}

.order-review-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.order-review-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.333% - 20px);
  margin: 0 10px 20px;
  text-align: center;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.order-review-block .image {
  text-align: center;
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin: 0 auto 15px;
}

.order-review-block .image:hover img {
  opacity: 0.8;
}

.order-review-block .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.order-review-block .name {
  display: inline-block;
  color: #042EB0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.order-review-block .name:hover {
  text-decoration: underline;
}

.order-review-block .btn {
  margin-top: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.order-review-block .btn img {
  filter: brightness(0);
}

.lk-history-top {
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.23;
  color: #7B7B7B;
  margin-top: -10px;
  margin-bottom: 10px;
}

.lk-history-top .date {
  width: 136px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
}

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

.lk-history-block .date {
  width: 136px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 20px;
  font-weight: 500;
}

.lk-history-block .date span {
  display: block;
}

.lk-history-block .title {
  margin-bottom: 20px;
  font-weight: 700;
}

.lk-history-block .body {
  white-space: pre-line;
}

.lk-history-block p {
  line-height: 1.23;
  margin-bottom: 16px;
}

.lk-history-block p:last-child {
  margin-bottom: 0;
}

.lk-security-note {
  font-weight: 500;
  line-height: 1.23;
  color: #555555;
  margin-bottom: 20px;
}

.lk-security-buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.lk-security-buttons .btn {
  margin: 0 15px 20px;
}

#passwordChangeModal,
#deleteProfileModal {
  max-width: 480px;
}

.delete-profile-form .note {
  color: #4471FB;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.35;
}

.delete-profile-form p {
  margin-bottom: 20px;
}

.lk-notification-table .status {
  min-width: 158px;
  background: rgba(68, 113, 251, 0.12);
  border-radius: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  color: #4471FB;
  padding: 6px 8px;
}

.lk-notification-table .status img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  filter: invert(32%) sepia(87%) saturate(2501%) hue-rotate(219deg) brightness(107%) contrast(97%);
}

.lk-notification-table .btn {
  white-space: nowrap;
}

.lk-receipt-table th:first-child,
.lk-receipt-table td:first-child {
  width: 1px;
  padding-right: 0;
}

.lk-receipt-table .status {
  min-width: 158px;
  background: rgba(255, 228, 63, 0.28);
  border-radius: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  color: #946D0A;
  padding: 6px 8px;
  white-space: nowrap;
}

.lk-receipt-table .status img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  filter: brightness(0) invert(39%) sepia(95%) saturate(421%) hue-rotate(5deg) brightness(92%) contrast(95%);
}

.lk-receipt-table .btn {
  white-space: nowrap;
}

.lk-receipt-table .checkbox-block i {
  margin-right: 0;
}

.lk-receipt-table th .checkbox-block {
  position: relative;
  bottom: -2px;
}

.lk-receipt-table .active-receipt {
  position: relative;
}

.lk-receipt-table .active-receipt:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  border: 1px solid #A7A7A7;
  pointer-events: none;
  border-radius: 20px;
}

.checkbox-block {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.checkbox-block input {
  display: none;
}

.checkbox-block input:checked + i {
  background: #FEDC09;
  border-color: #FEDC09;
}

.checkbox-block input:checked + i:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  top: 4px;
  left: 3px;
  background: url("../images/check.svg") center no-repeat;
  background-size: 100% auto;
}

.checkbox-block input:checked ~ span {
  font-weight: 700;
}

.checkbox-block label {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  line-height: 1.2;
}

.checkbox-block label:hover i {
  border-color: #FEDC09;
}

.checkbox-block i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease-out;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  margin-right: 10px;
}

.checkbox-block span {
  padding-top: 2px;
}

.checkbox-block a {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.checkbox-block a:hover {
  color: #FEDC09;
}

.lk-receipt-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lk-receipt-buttons .btn {
  padding-left: 19px;
  padding-right: 19px;
  margin-left: 14px;
}

.lk-receipt-buttons .btn:first-child {
  margin-left: 0;
}

.lk-receipt-buttons .btn img {
  filter: brightness(0) !important;
}

.lk-receipt-buttons .remove-btn img {
  margin-right: 0;
}

.lk-receipt-buttons .remove-btn span {
  margin-left: 10px;
  display: none;
}

.lk-receipt-check {
  display: none;
  padding-left: 20px;
  margin-bottom: 20px;
}

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

.lk-receipt-steps .list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -32px;
}

.lk-receipt-steps a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  position: relative;
  transition: all 0.3s ease-out;
  color: #000;
  margin: 0 32px;
}

.lk-receipt-steps a:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #4471FB;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.lk-receipt-steps a:hover:after {
  opacity: 1;
}

.lk-receipt-steps .image {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-receipt-steps .image img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
  filter: brightness(0);
}

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

.lk-receipt-steps .count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #838383;
}

.lk-receipt-steps .active {
  color: #042EB0;
}

.lk-receipt-steps .active:after {
  opacity: 1;
}

.lk-receipt-steps .active .image img {
  filter: none;
}

.lk-receipt-steps .active .yellow {
  color: #042EB0;
}

.lk-receipt-options .inner-flex {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.lk-receipt-options .btn {
  margin: 0 10px;
}

.lk-receipt-options .btn img {
  filter: brightness(0);
}

#receiptModal,
#archiveModal {
  max-width: 480px;
}

.receipt-popup-content p {
  margin-bottom: 20px;
}

.receipt-popup-content .product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}

.receipt-popup-content .product-image {
  text-align: center;
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  display: block;
}

.receipt-popup-content .product-image:hover img {
  opacity: 0.8;
}

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

.receipt-popup-content .product-name {
  display: inline-block;
  color: #042EB0;
  text-decoration: none;
  text-align: left;
}

.receipt-popup-content .product-name:hover {
  text-decoration: underline;
}

.receipt-popup-content .btn {
  margin-top: 20px;
}

.lk-notice-outer {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.lk-notice-aside {
  width: 330px;
  margin-right: 30px;
}

.lk-notice-content {
  width: calc(100% - 360px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.lk-notice-tabs:nth-last-of-type(1) {
  margin-bottom: 0;
}

.lk-notice-tabs h2 {
  margin-bottom: 14px;
}

.lk-notice-tabs-list {
  font-size: 13px;
  font-weight: 700;
  color: #042EB0;
  margin: 0 -20px;
  overflow-y: auto;
  max-height: 730px;
}

.lk-notice-tabs-list::-webkit-scrollbar {
  width: 3px;
  background: #f1f1f1;
}

.lk-notice-tabs-list::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.lk-notice-tabs-list li:last-child .inner {
  border-bottom: 1px solid #EBEBEB;
}

.lk-notice-tabs-list a {
  transition: all 0.3s ease-out;
  display: block;
  padding: 0 20px;
}

.lk-notice-tabs-list a:hover {
  background: #FAFAFA;
}

.lk-notice-tabs-list .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 63px;
  border-top: 1px solid #EBEBEB;
  transition: all 0.3s ease-out;
  line-height: 1.2;
  padding: 8px 0;
}

.lk-notice-tabs-list .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #042EB0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.lk-notice-tabs-list .icon img {
  display: block;
}

.lk-notice-tabs-list .logo {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.lk-notice-tabs-list .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.lk-notice-tabs-list .title {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}

.lk-notice-tabs-list .note {
  margin-top: 2px;
  font-size: 12px;
  color: #545454;
}

.lk-notice-tabs-list .count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  line-height: 1.1;
  padding: 3px 4px;
  background: #698EFF;
  border-radius: 2px;
}

.lk-notice-tabs-list .active {
  background: #FAFAFA;
}

.lk-notice-information {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lk-notice-chat {
  overflow-y: auto;
  max-height: 650px;
  padding-right: 7px;
  margin-bottom: 20px;
}

.lk-notice-chat::-webkit-scrollbar {
  width: 3px;
  background: #f1f1f1;
}

.lk-notice-chat::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.lk-notice-chat-block {
  margin-bottom: 20px;
}

.lk-notice-chat-block:nth-last-of-type(1) {
  margin-bottom: 0;
}

.lk-notice-chat-message {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(68, 113, 251, 0.08);
  padding: 20px;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.23;
  border-radius: 20px;
}

.lk-notice-chat-message.user {
  background: #f8f8f8;
}

.lk-notice-chat-message .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lk-notice-chat-message .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.lk-notice-chat-message .name {
  padding-right: 15px;
  font-weight: 700;
}

.lk-notice-chat-message .date {
  text-align: right;
  color: #3E3E3E;
  font-weight: 500;
  font-size: 12px;
}

.lk-notice-chat-message p {
  margin-bottom: 9px;
}

.lk-notice-chat-message p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.lk-notice-chat-message p a {
  color: #042EB0;
}

.lk-notice-chat-message p a:hover {
  text-decoration: underline;
}

.lk-notice-chat-message .icon, .lk-notice-chat-message-new .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #042EB0;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.lk-notice-chat-message .icon img, .lk-notice-chat-message-new .icon img {
  display: block;
}

.lk-notice-chat-message .logo {
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.lk-notice-chat-message .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

a.lk-notice-chat-message .name {
  color: #042EB0;
}

a.lk-notice-chat-message:hover .name {
  text-decoration: underline;
}

.lk-notice-title {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lk-notice-title h2 {
  margin-bottom: 0;
}

.lk-notice-title .name {
  margin-left: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: right;
}

.lk-notice-title .note {
  margin-left: 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  color: #545454;
}

.lk-notice-back {
  margin-bottom: 30px;
}

.lk-notice-back .btn:hover .arrow {
  border-color: #000;
}

.lk-notice-back .arrow {
  display: block;
  border: none;
  width: 11px;
  height: 11px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  margin-right: 10px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
}

.lk-notice-form {
  margin-top: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 20px;
}

.lk-notice-form .input-block {
  margin-bottom: 0;
  margin-right: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lk-notice-form .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-support-table th:nth-of-type(2) {
  width: 42%;
}

.lk-support-table .status {
  border-radius: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  padding: 6px 8px;
  white-space: nowrap;
}

.lk-support-table .status img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.lk-support-table .status.open {
  color: #946D0A;
  background: rgba(255, 228, 63, 0.28);
}

.lk-support-table .status.open img {
  filter: brightness(0) invert(39%) sepia(95%) saturate(421%) hue-rotate(5deg) brightness(92%) contrast(95%);
}

.lk-support-table .status.close {
  color: #949494;
  background: rgba(218, 218, 218, 0.28);
}

.lk-support-table .status.close img {
  filter: grayscale(1);
  opacity: 0.6;
}

.lk-support-table .app-name {
  font-weight: 700;
  color: #042EB0;
}

.lk-support-table p {
  font-weight: 400;
  overflow: hidden;
  max-height: 34px;
  max-width: 410px;
}

.lk-support-table .btn {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

.lk-support-table .checkbox-block i {
  margin-right: 0;
}

.add-app-btn {
  margin-top: 10px;
}

.lk-support-options {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lk-support-options .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-support-options .btn:hover .arrow {
  border-color: #000;
}

.lk-support-options .arrow {
  display: block;
  border: none;
  width: 11px;
  height: 11px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  margin-right: 10px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
}

.lk-support-options .status {
  border-radius: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  padding: 6px 8px;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-support-options .status img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.lk-support-options .status.open {
  color: #946D0A;
  background: rgba(255, 228, 63, 0.28);
}

.lk-support-options .status.open img {
  filter: brightness(0) invert(39%) sepia(95%) saturate(421%) hue-rotate(5deg) brightness(92%) contrast(95%);
}

.lk-support-options .status.close {
  color: #949494;
  background: rgba(218, 218, 218, 0.28);
}

.lk-support-options .status.close img {
  filter: grayscale(1);
  opacity: 0.6;
}

.lk-support-dates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
}

.lk-support-dates li {
  margin: 0 15px;
}

.lk-support-chat {
  overflow-y: auto;
  max-height: 800px;
  padding-right: 5px;
}

.lk-support-chat.long-list {
  max-height: 800px;
}

.lk-support-chat::-webkit-scrollbar {
  width: 3px;
  background: #f1f1f1;
}

.lk-support-chat::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.lk-support-chat ~ .lk-notice-form {
  margin-top: 40px;
}

.track-modal-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.track-modal-list li:first-child {
  padding-top: 0;
}

.track-modal-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.track-modal-list .btn {
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.track-modal-list .name {
  width: 39%;
  padding-right: 20px;
  font-weight: 700;
}

.track-modal-list .phone {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
}

.lk-shops-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  margin: 0 -18px -50px;
}

.lk-shops-block {
  margin: 0 18px 50px;
  width: calc(100% / 8 - 36px);
  position: relative;
}

.lk-shops-block .image {
  display: block;
  margin: 0 auto 20px;
  transition: all 0.3s ease-out;
}

.lk-shops-block .image:hover {
  opacity: 0.8;
}

.lk-shops-block .image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  image-rendering: -webkit-optimize-contrast;
}

.lk-shops-block .name {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #042EB0;
  line-height: 123%;
  word-break: break-word;
}

.lk-shops-block .name:hover {
  text-decoration: underline;
}

.lk-shops-block .add-remove {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.56) url("../images/adding-close.svg") center no-repeat;
  border-radius: 0 10px 0 5px;
  transition: all 0.3s ease-out;
}

.lk-shops-block .add-remove:hover {
  background-color: #000000;
}

.lk-check-table {
  margin-bottom: 30px;
}

.lk-check-table:last-child {
  margin-bottom: 0;
}

.lk-check-table ~ .lk-nav {
  margin-top: 20px;
}

.lk-check-table .yuan {
  color: #000;
}

.lk-check-title h2 {
  font-size: 16px;
}

.lk-notice-inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
}

.lk-notice-inner .lk-notice-content {
  width: 100%;
  min-height: 100%;
}

.lk-notice-aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-notice-tabs-list .title {
  min-width: 1px;
}

.lk-notice-tabs-list .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lk-notice-tabs-list .note {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.lk-notice-tabs-list .time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  color: #3e3e3e;
  font-size: 11px;
  font-weight: 500;
}

.lk-notice-search {
  margin-bottom: 20px;
  position: relative;
}

.lk-notice-tabs-list {
  max-height: 382px;
}

.lk-notice-search-drop {
  display: none;
  overflow-y: auto;
  max-height: 280px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 20;
  border: 1px solid #FEDC09;
  background: #fff;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.06);
  padding: 14px;
  border-radius: 10px;
  overscroll-behavior-y: contain;
}

.lk-notice-search-drop::-webkit-scrollbar {
  width: 3px;
  background: #f1f1f1;
}

.lk-notice-search-drop::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.lk-notice-search-drop .lk-notice-tabs-list {
  max-height: 2500px;
  margin: 0 -14px;
}

.lk-notice-search-drop .lk-notice-tabs-list a {
  padding: 0 14px;
}

.lk-notice-viewed {
  background: #ffffff;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 20px;
}

.lk-notice-viewed-shop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}

.lk-notice-viewed-shop .logo {
  width: 53px;
  height: 53px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.lk-notice-viewed-shop .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.lk-notice-viewed-shop .title {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  min-width: 1px;
}

.lk-notice-viewed-shop .note {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #545454;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lk-notice-viewed-shop .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 700;
}

.lk-notice-viewed-shop .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  border: 1px solid #E5E5E5;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.lk-notice-viewed-shop .link:hover {
  border-color: #042EB0;
}

.lk-notice-viewed-shop .link:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.lk-notice-viewed-shop .link img {
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.6;
}

.lk-notice-viewed-shop .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  margin-right: 15px;
  display: none;
}

.lk-notice-viewed-shop .btn:hover .arrow {
  border-color: #000;
}

.lk-notice-viewed-shop .arrow {
  display: block;
  border: none;
  width: 9px;
  height: 9px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
  margin-left: 5px;
}

.lk-notice-viewed-list {
  overflow-y: auto;
  max-height: 308px;
  margin: 0 -20px;
  padding: 20px 20px 0;
  overscroll-behavior-y: contain;
}

.lk-notice-viewed-list::-webkit-scrollbar {
  width: 3px;
  background: #f1f1f1;
}

.lk-notice-viewed-list::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.lk-notice-viewed-list h2 {
  font-size: 13px;
  margin-bottom: 14px;
}

.lk-notice-viewed-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}

.lk-notice-viewed-product:last-child {
  margin-bottom: 0;
}

.lk-notice-viewed-product .image {
  width: 53px;
  height: 53px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
}

.lk-notice-viewed-product .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.lk-notice-viewed-product .title {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  min-width: 1px;
}

.lk-notice-viewed-product .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 500;
  display: block;
  color: #042EB0;
  padding-bottom: 2px;
}

.lk-notice-viewed-product .name:hover {
  text-decoration: underline;
}

.lk-notice-viewed-product .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  border: 1px solid #042EB0;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.lk-notice-viewed-product .link:hover {
  background: #042EB0;
}

.lk-notice-viewed-product .link:hover img {
  filter: brightness(0) invert(1);
}

.lk-notice-viewed-product .link img {
  transition: all 0.3s ease-out;
}

.lk-notice-viewed-product .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  margin-top: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lk-notice-viewed-product .yuan {
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}

.lk-notice-viewed-product .ruble {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
}

.lk-notice-title-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
}

.lk-notice-title-new .logo {
  width: 53px;
  height: 53px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.lk-notice-title-new .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.lk-notice-title-new .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
}

.lk-notice-title-new .name {
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
}

.lk-notice-title-new .note {
  font-size: 13px;
  font-weight: 500;
  color: #545454;
  margin-top: 3px;
}

.lk-notice-title-new .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  margin-right: 15px;
  display: none;
}

.lk-notice-title-new .btn:hover .arrow {
  border-color: #000;
}

.lk-notice-title-new .arrow {
  display: block;
  border: none;
  width: 9px;
  height: 9px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
  margin-left: 5px;
}

.lk-notice-title-new .view-shop {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
  cursor: pointer;
  display: none;
}

.lk-notice-title-new .view-shop img {
  display: block;
}

.lk-notice-chat-new {
  padding-top: 30px;
  padding-bottom: 1px;
}

.lk-notice-chat-new::-webkit-scrollbar {
  width: 3px;
  background: #f1f1f1;
}

.lk-notice-chat-new::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.lk-notice-form-new {
  margin-top: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 20px;
}

.lk-notice-form-new .input-outer {
  display: -ms-flexbox;
  display: flex;
}

.lk-notice-form-new .input-block {
  margin-bottom: 0;
  margin-right: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lk-notice-form-new .add-file {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  cursor: pointer;
}

.lk-notice-form-new .add-file:hover img {
  filter: none;
}

.lk-notice-form-new .add-file input {
  display: none;
}

.lk-notice-form-new .add-file img {
  display: block;
  filter: brightness(0);
  transition: all 0.3s ease-out;
}

.lk-notice-form-new .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  width: 44px;
  transition: all 0.3s ease-out;
}

.lk-notice-form-new .btn img {
  margin: 0 auto;
}

.lk-notice-form-files {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}

.lk-notice-form-files li {
  margin: 0 5px 10px;
  width: 60px;
  height: 60px;
  position: relative;
}

.lk-notice-form-files .add-image {
  height: 100%;
}

.lk-notice-form-files .add-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.lk-notice-form-files .add-remove {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.56) url("../images/adding-close.svg") center no-repeat;
  border-radius: 0 10px 0 5px;
  transition: all 0.3s ease-out;
}

.lk-notice-form-files .add-remove:hover {
  background-color: #000000;
}

.lk-notice-chat-block-new {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lk-notice-chat-message-new {
  max-width: 650px;
}

.lk-notice-chat-message-new.your {
  margin-left: auto;
}

.lk-notice-chat-message-new.your .date {
  margin-left: 0;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
}

.lk-notice-chat-message-new.your .name {
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 10px;
}

.lk-notice-chat-message-new.your .logo {
  -ms-flex-order: 3;
  order: 3;
  margin-right: 0;
  margin-left: 10px;
}

.lk-notice-chat-message-new.your .text {
  background: #f8f8f8;
}

.lk-notice-chat-message-new.your .note {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lk-notice-chat-message-new .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.lk-notice-chat-message-new .logo {
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.lk-notice-chat-message-new .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.lk-notice-chat-message-new .name {
  padding-right: 10px;
  font-weight: 700;
  min-width: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.lk-notice-chat-message-new .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #545454;
  font-weight: 500;
  font-size: 12px;
  margin-left: auto;
}

.lk-notice-chat-message-new .text {
  background: rgba(68, 113, 251, 0.08);
  padding: 20px;
  border-radius: 20px;
}

.lk-notice-chat-message-new .text p {
  margin-bottom: 8px;
  line-height: 1.25;
}

.lk-notice-chat-message-new .text p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.lk-notice-chat-message-new .text p a {
  color: #042EB0;
}

.lk-notice-chat-message-new .text p a:hover {
  text-decoration: underline;
}

.lk-notice-chat-message-new .note {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #787878;
}

.lk-notice-chat-message-new .status {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../images/check-check.svg") center no-repeat;
  margin-right: 10px;
}

.lk-notice-chat-message-new .status.no {
  filter: grayscale(1);
  opacity: 0.7;
}

.lk-notice-chat-message-new .photo-image {
  display: block;
  position: relative;
  max-width: 369px;
}

.lk-notice-chat-message-new .photo-image img {
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 246px;
  max-width: 100%;
  border-radius: 20px;
}

.lk-notice-chat-message-new .video:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
  border-radius: 20px;
}

.lk-notice-chat-message-new .video:hover .video-play img {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.8));
}

.lk-notice-chat-message-new .video-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -30px;
}

.lk-notice-chat-message-new .video-play img {
  display: block;
  height: auto;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 0.3s ease-out;
}

.lk-notice-chat-product {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 462px;
}

.lk-notice-chat-product .date {
  color: #545454;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
}

.lk-notice-chat-product .content {
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.lk-notice-chat-product .info {
  display: -ms-flexbox;
  display: flex;
}

.lk-notice-chat-product .image {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}

.lk-notice-chat-product .image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.lk-notice-chat-product .info-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lk-notice-chat-product .name {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #042EB0;
  line-height: 1.23;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.lk-notice-chat-product .name:hover {
  text-decoration: underline;
}

.lk-notice-chat-product .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

.lk-notice-chat-product .yuan {
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}

.lk-notice-chat-product .ruble {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
}

.lk-notice-chat-product .reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.lk-notice-chat-product .counts {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 1px;
}

.lk-notice-chat-product .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.lk-notice-chat-product .btn {
  width: calc(50% - 5px);
  font-size: 12px;
  padding: 8px;
}

.lk-notice-chat-data {
  margin-bottom: 20px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 20px;
}

.lk-notice-chat-data p {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}

.lk-notice-chat-data .inner {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.lk-notice-chat-data .btn {
  margin: 0 5px;
  width: calc(33.333% - 10px);
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.lk-notice-chat-data .btn:hover img {
  filter: invert(12%) sepia(81%) saturate(3869%) hue-rotate(226deg) brightness(98%) contrast(107%);
}

.lk-notice-chat-data .btn.done {
  color: #07B004;
  border-color: #07B004;
}

.lk-notice-chat-data .btn.done img {
  filter: invert(42%) sepia(29%) saturate(4636%) hue-rotate(90deg) brightness(102%) contrast(97%);
}

.lk-notice-chat-data .btn.done .check {
  display: block;
}

.lk-notice-chat-data .check {
  display: none;
  margin-left: 10px;
  filter: none !important;
}

.lk-notice-chat-discount {
  margin: 0 auto 20px;
  max-width: 480px;
  width: 100%;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 20px;
}

.lk-notice-chat-discount .info {
  display: -ms-flexbox;
  display: flex;
}

.lk-notice-chat-discount .image {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}

.lk-notice-chat-discount .image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.lk-notice-chat-discount .info-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lk-notice-chat-discount .name {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #042EB0;
  line-height: 1.23;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.lk-notice-chat-discount .name:hover {
  text-decoration: underline;
}

.lk-notice-chat-discount .prices {
  margin-top: auto;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
}

.lk-notice-chat-discount .prices li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.lk-notice-chat-discount .prices li:last-child {
  margin-bottom: 0;
}

.lk-notice-chat-discount .price {
  text-align: right;
}

.lk-notice-chat-discount .price span {
  display: inline-block;
  margin-left: 3px;
}

.lk-notice-chat-discount .type span {
  display: inline-block;
}

.lk-notice-chat-discount .total .type {
  font-size: 14px;
  font-weight: 600;
}

.lk-notice-chat-discount .total .price {
  font-size: 15px;
  font-weight: 700;
  color: #d32e28;
}

.lk-notice-chat-discount .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.lk-notice-chat-discount .time {
  width: calc(50% - 5px);
}

.lk-notice-chat-discount .time p {
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
}

.lk-notice-chat-discount .timer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #d32e28;
  font-size: 14px;
  font-weight: 600;
}

.lk-notice-chat-discount .timer img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.lk-notice-chat-discount .btn {
  width: calc(50% - 5px);
  font-size: 12px;
  padding: 8px;
}

.download-gallery-block {
  width: 572px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.download-gallery-block .subtitle-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.download-gallery-block .buttons-flex {
  display: -ms-flexbox;
  display: flex;
  margin: 20px -10px 0;
}

.download-gallery-block .buttons-flex .btn {
  margin: 0 10px;
  padding-left: 19px;
  padding-right: 19px;
}

.popup-content .download-gallery-block {
  width: 100%;
}

.download-gallery-files {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px -4px;
}

.download-gallery-files li {
  margin: 0 2px 4px;
  width: 92px;
  height: 92px;
  position: relative;
}

.download-gallery-files .download-image {
  height: 100%;
}

.download-gallery-files .download-image img {
  display: block;
  border-radius: 2px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.download-gallery-files .download-image:hover {
  cursor: zoom-in;
}

.download-gallery-files .download-link {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.56) url("../images/download.svg") center no-repeat;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}

.download-gallery-files .download-link:hover {
  background-color: #000000;
}

.download-gallery-files .video-block:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease-out;
  border: none !important;
}

.download-gallery-files .video-block:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 26px;
  margin-left: -6px;
  margin-top: -13px;
  background: url("../images/play.svg") center no-repeat;
  background-size: 100% auto;
}

.download-gallery-files .video-block:hover {
  cursor: pointer;
}

.download-gallery-files .video-block:hover:after {
  background: rgba(0, 0, 0, 0.8);
}

.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;
}

.suggestions-suggestions {
  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;
}

.suggestions-suggestion {
  padding: 10px 20px;
}

.suggestions-suggestion:hover {
  background: #f0f9ff;
}

.suggestions-hint {
  padding: 5px 20px;
}

.suggestions-value {
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}

.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;
}

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

.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-33 {
  width: calc(33.333% - 20px);
}

.input-block-flex .width-20 {
  width: calc(20% - 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;
}

#wishThanksModal {
  max-width: 482px;
}

.wish-thanks-text {
  margin-top: -10px;
  margin-bottom: 20px;
}

#requestModal {
  max-width: 480px;
}
.input-block .select2-container--open .select2-selection--single {
  border-color: #042EB0;
}

.input-block .select2-container--open .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.input-block.disabled {
  pointer-events: none;
}

.input-block .select2-container {
  width: 100% !important;
}

.input-block .select2-container .select2-selection--single {
  background: transparent;
  border-radius: 2px !important;
  height: 44px;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-out;
}

.input-block .select2-container .select2-selection__rendered {
  height: 44px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 45px;
  padding-left: 20px;
  color: #222;
}

.input-block .select2-container .select2-selection__arrow {
  top: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  right: 19px;
  width: 14px;
}

.input-block .select2-container .select2-selection__arrow:after {
  content: url("../images/select-arrow.svg");
  display: inline-block;
  transition: all 0.3s ease-out;
  filter: brightness(0);
  opacity: 0.5;
}

.input-block .select2-container .select2-selection__arrow b {
  display: none;
}

.textarea-block {
  position: relative;
  margin-bottom: 20px;
}

.textarea-block.active .textarea-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 12px;
}

.textarea-block.active .textarea-content {
  min-height: 64px;
  padding-top: 30px;
}

.textarea-label {
  font-weight: 400;
  font-size: 14px;
  pointer-events: none;
  color: #8E8E8E;
  transition: color 0.3s ease-out, top 0.3s ease-out, font-size 0.3s ease-out;
  position: absolute;
  left: 20px;
  top: 15px;
}

.textarea-content {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  transition: min-height 0.3s ease-out, padding-top 0.3s ease-out;
  padding: 12px 20px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter, Arial, Tahoma, sans-serif;
  border-radius: 2px;
  line-height: 1.2;
  border: 1px solid #E0E0E0;
  background: #fff;
  resize: none;
  overflow: hidden;
  line-height: 1.48;
}

.textarea-content:focus {
  border-color: #042EB0;
}

.textarea-content.long-content {
  min-height: 128px !important;
}

.select2-dropdown {
  background: #FFFFFF;
  border: 1px solid #EBEBEB !important;
  box-shadow: 0px 4px 30px rgba(118, 111, 111, 0.13);
  padding: 0;
  border-radius: 0 !important;
}

.select2-dropdown .select2-results > .select2-results__options {
  max-height: 322px;
  overflow-x: hidden;
  padding: 15px;
}

.select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 3px;
  background: #F4F4F4;
}

.select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #7A7A7A;
}

.select2-dropdown .select2-results__option {
  padding: 2px 8px 2px 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  background: none !important;
  margin-bottom: 10px;
  line-height: 1.23;
}

.select2-dropdown .select2-results__option:last-child {
  margin-bottom: 0;
}

.select2-dropdown .select2-results__option[aria-selected="true"] {
  font-weight: 700;
  color: #042EB0;
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  color: #042EB0;
  text-decoration: underline;
}

.select2-dropdown .select2-search {
  padding: 15px;
  padding-bottom: 0;
}

.select2-dropdown .select2-search__field {
  font-family: Inter, Arial, Tahoma, sans-serif;
  font-size: 14px;
  padding: 5px 10px;
}

.select2-container--open + .custom-input-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 8px;
}

.select2-container.opened + .custom-input-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 8px;
}

.individual-order-top {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

.individual-order-top .help-block {
  margin-left: 20px;
}

.help-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  color: #000;
  width: 44px;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f4f4f4;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border-radius: 10px;
}

.help-block:hover {
  background: #4471fb;
}

.help-block:hover .help-toggle {
  filter: brightness(0) invert(1);
}

.help-block:hover .help-tooltip {
  opacity: 1;
  visibility: visible;
}

.help-toggle {
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-out;
  background: url("../images/circle-help.svg") center no-repeat;
}

.help-tooltip {
  white-space: normal;
  position: absolute;
  z-index: 4;
  right: 0px;
  bottom: 100%;
  padding: 6px 10px;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease-out 0.2s;
  line-height: 1.33;
  margin-bottom: 8px;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  max-width: 280px;
  font-size: 12px;
  color: #000;
}

.help-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;
}

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

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

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

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

.review-form-text {
  position: relative;
  margin-bottom: 20px;
}

.review-form-text.active .review-form-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 12px;
}

.review-form-text.active .review-form-textarea {
  min-height: 78px;
  padding-top: 30px;
}

.review-form-label {
  font-weight: 400;
  font-size: 14px;
  pointer-events: none;
  color: #8E8E8E;
  transition: color 0.3s ease-out, top 0.3s ease-out, font-size 0.3s ease-out;
  position: absolute;
  left: 20px;
  top: 15px;
}

.review-form-textarea {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  transition: min-height 0.3s ease-out, padding-top 0.3s ease-out;
  padding: 12px 20px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter, Arial, Tahoma, sans-serif;
  border-radius: 10px;
  line-height: 1.2;
  border: 1px solid #E0E0E0;
  background: #fff;
  resize: none;
  overflow: hidden;
}

.review-form-textarea:focus {
  border-color: #042EB0;
}

.review-form-files {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-form-files-block {
  width: calc(50% - 15px);
  background: #FBFBFB;
  border: 1px dashed #C4C4C4;
  padding: 20px 17px;
  border-radius: 10px;
}

.review-form-files-drop {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 222px;
  text-align: center;
}

.review-form-files-drop .image {
  margin-bottom: 19px;
}

.review-form-files-drop .image img {
  display: block;
  margin: 0 auto;
}

.review-form-files-drop .info-text {
  line-height: 1.27;
  margin-bottom: 20px;
}

.review-form-files-drop .info-text span {
  display: block;
  color: #65697A;
}

.review-form-files-drop .add-input {
  cursor: pointer;
  display: block;
  width: 100%;
}

.review-form-files-drop .add-input input {
  display: none;
}

.review-form-files-drop .add-input span {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.review-form-files-count {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.45;
  color: #042EB0;
  margin-bottom: 20px;
}

.review-form-files-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}

.review-form-files-list li {
  margin: 0 6px 12px;
  width: 78px;
  height: 78px;
  position: relative;
}

.review-form-files-list .add-image {
  height: 100%;
}

.review-form-files-list .add-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.review-form-files-list .add-remove {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.56) url("../images/adding-close.svg") center no-repeat;
  border-radius: 0 10px 0 5px;
  transition: all 0.3s ease-out;
}

.review-form-files-list .add-remove:hover {
  background-color: #000000;
}

.add-input-square {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: 1px solid #042EB0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.add-input-square:hover {
  background: #042EB0;
}

.add-input-square:hover img {
  filter: brightness(0) invert(1);
}

.add-input-square input {
  display: none;
}

.add-input-square img {
  display: block;
  transition: all 0.3s ease-out;
}

.input-block .select2-container {
  width: 100% !important;
}

.input-block .select2-container .select2-selection--single {
  background: transparent;
  border-radius: 10px !important;
  height: 44px;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-out;
  background: #fff;
}

.input-block .select2-container .select2-selection__rendered {
  height: 44px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 45px;
  padding-left: 20px;
  color: #222;
}

.input-block .select2-container .select2-selection__arrow {
  top: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  right: 19px;
  width: 14px;
}

.input-block .select2-container .select2-selection__arrow:after {
  content: url("../images/select-arrow.svg");
  display: inline-block;
  transition: all 0.3s ease-out;
  filter: brightness(0);
  opacity: 0.5;
}

.input-block .select2-container .select2-selection__arrow b {
  display: none;
}

.input-block .select2-container .select2-selection--multiple {
  background: transparent;
  border-radius: 10px !important;
  height: auto;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-out;
  background: #fff;
}

.input-block .select2-container .select2-selection--multiple .select2-selection__rendered {
  height: auto;
  padding: 4px 20px;
  max-width: 100%;
  white-space: normal;
  display: block;
}

.input-block .select2-container .select2-selection--multiple .select2-selection__choice {
  background: #e1edff;
  border: none;
  color: #000;
  padding: 6px;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 4px;
}

.input-block .select2-container .select2-selection--multiple input {
  height: 29px;
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: none;
}

.input-block .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #042EB0;
  font-size: 20px;
  line-height: 0.65;
  font-weight: 600;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.input-block .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #000;
}

.input-block .select2-container--open .select2-selection--single {
  border-color: #042EB0;
}

.input-block .select2-container--open .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-container--open + .custom-input-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 8px;
}

.select2-container.opened + .custom-input-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 8px;
}

.select2-container.opened .select2-selection--multiple .select2-selection__rendered {
  padding-top: 20px;
}

.individual-order {
  background: #FFFFFF;
  border: 2px solid #042EB0;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 28px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.individual-order .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  border-top: 1px solid #E5E5E5;
  padding-top: 30px;
}

.individual-order .subtitle-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.individual-order .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.individual-order .top .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

.individual-order .product {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.individual-order .product-image {
  text-align: center;
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  display: block;
}

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

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

.individual-order .product-info .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  transition: all 0.3s ease-out;
}

.individual-order .product-info .name:hover {
  color: #042EB0;
}

.individual-order .product-notes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #7b7b7b;
  margin-top: 15px;
}

.individual-order .product-notes li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.individual-order .product-notes li:last-child {
  margin-right: 0;
}

.individual-order .product-notes img {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.individual-chars-block {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
  margin-right: 65px;
}

.individual-chars-list {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
}

.individual-chars-list li {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.individual-chars-list li:last-child {
  margin-bottom: 0;
}

.individual-chars-list .type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  color: #4E4E4E;
  width: 200px;
}

.individual-chars-list .value {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
}

.individual-chars-list .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.individual-chars-list .link a {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #042EB0;
}

.individual-chars-list .link a:hover {
  text-decoration: underline;
}

.individual-chars-list .number-copy {
  margin-left: 10px;
}

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

.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: 10px;
  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;
}

.individual-offer {
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 19px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.individual-offer.winner {
  border-color: #FEDC09;
  position: relative;
}

.individual-offer.winner:after {
  content: attr(data-text);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  padding: 4px 10px;
  background: #FEDC09;
  line-height: 1.2;
  border-radius: 20px 0 10px 0;
}

.individual-offer .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  border-top: 1px solid #E5E5E5;
  padding-top: 20px;
}

.individual-offer .subtitle-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.individual-offer .agree-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.individual-offer .agree-block p {
  margin-right: 20px;
}

.individual-offer .agree-block .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.individual-offer .hidden-block {
  display: none;
}

.individual-offer .lk-order-product {
  margin-bottom: 0;
}

.individual-offer .lk-order-product-name {
  width: 40%;
}

.individual-offer .lk-order-product-count {
  width: auto;
  padding-right: 50px;
}

.individual-offer .lk-order-product-price {
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 17%;
}

.individual-offer .lk-order-conditions {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1.2;
}

.individual-offer .lk-order-conditions .price {
  margin-top: 5px;
  font-weight: 500;
}

.individual-offer .order-detail {
  margin-right: 15px;
}

.individual-offer .order-detail span {
  font-size: 12px;
  font-weight: 500;
  color: #7b7b7b;
  margin-right: 16px;
}

.individual-offer .order-detail a {
  color: #042eb0;
}

.individual-offer .order-detail a:hover {
  text-decoration: underline;
}

.individual-offer .offer-info {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

.individual-offer .number {
  padding-right: 15px;
  width: 16%;
}

.individual-offer .number .count {
  font-size: 14px;
  font-weight: 700;
}

.individual-offer .number .date {
  font-weight: 500;
  margin-top: 4px;
}

.individual-offer .shop-chat {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.individual-offer .shop-chat a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  color: #402eb0;
  font-weight: 700;
}

.individual-offer .shop-chat a:hover {
  text-decoration: underline;
}

.individual-offer .shop-chat img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.individual-offer .offer-time {
  font-weight: 500;
  padding-right: 20px;
}

.individual-offer .offer-time span {
  color: #7b7b7b;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.individual-offer .author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 47.5%;
  padding-right: 15px;
}

.individual-offer .author-shop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 61%;
  padding-right: 15px;
}

.individual-offer .shop-logo {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.individual-offer .shop-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.individual-offer .shop-name {
  font-size: 14px;
  font-weight: 700;
}

.individual-offer .shop-type {
  font-weight: 500;
  margin-top: 3px;
}

.individual-offer .author-rating {
  font-weight: 500;
}

.individual-offer .author-rating span {
  color: #7b7b7b;
  display: block;
  font-size: 12px;
  margin-bottom: 9px;
}

.individual-offer .author-rating .stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.individual-offer .author-rating .stars img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
}

.individual-offer .choose-btn {
  padding: 8px;
  text-align: center;
  min-width: 134px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}

.individual-detail-btn-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.individual-detail-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 19px;
  padding-right: 19px;
}

.individual-detail-btn:hover .arrow {
  border-color: #000;
}

.individual-detail-btn .arrow {
  display: block;
  border: none;
  width: 9px;
  height: 9px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  margin-right: 10px;
  transform: rotate(135deg);
  transition: all 0.3s ease-out;
  margin-top: -5px;
  margin-left: 2px;
}

.individual-detail-btn.opened {
  color: #000;
  border-color: #000;
}

.individual-detail-btn.opened .arrow {
  transform: rotate(-45deg);
  border-color: #000;
  margin-top: 3px;
}

.individual-chars-more {
  padding: 30px;
  margin-top: 20px;
  background: #F4F4F4;
  border-radius: 20px;
}

.individual-chars-more .individual-chars-list li {
  border-bottom-color: #EAEAEA;
}

.individual-chars-more .individual-chars-list .type {
  width: 50%;
  color: #000;
}

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

@media (min-width: 768px) {
  .lk-notice-viewed,
  .lk-notice-inner {
    display: block !important;
  }
}

@media (min-width: 1020px) {
  .lk-aside {
    display: block !important;
  }

  .lk-overlay {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .lk-aside {
    width: 247px;
  }

  .lk-content {
    padding-left: 25px;
    width: calc(100% - 247px);
  }

  .lk-main-content {
    margin: 0 -10px -20px;
  }

  .lk-main-block {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    padding: 19px;
  }

  .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 .user-name {
    max-width: 160px;
  }

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

  .checkout-table .phone {
    min-width: 1px;
  }

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

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

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

  .lk-wish-list-top .btn {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lk-wish-catalog .product-block {
    width: calc(25% - 64px);
  }

  .lk-order-steps {
    padding: 0 20px;
  }

  .lk-order-steps .image {
    display: none;
  }

  .lk-order-top .price-outer {
    margin-left: 250px;
  }

  .lk-order-top .shop-chat {
    margin-left: 100px;
  }

  .lk-order-top .shop-chat ~ .last-btn {
    margin-left: 30px;
  }

  .lk-order-bottom .buttons {
    width: 52.4%;
  }

  .lk-order-bottom .buttons .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lk-order-bottom .dop {
    margin-left: 10px;
  }

  .lk-order-product-name {
    width: 40%;
  }

  .lk-order-product-shop {
    width: 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lk-order-product-shop .shop-name {
    width: auto;
  }

  .lk-order-product-shop .shop-chat {
    margin-left: 0;
    margin-top: 10px;
    margin-left: 3px;
  }

  .lk-order-product-shop .shop-chat img {
    margin-right: 12px;
  }

  .order-status-table .company-detail {
    min-width: 180px;
  }

  .lk-receipt-table th:first-child,
  .lk-receipt-table td:first-child {
    padding-right: 5px;
  }

  .lk-receipt-buttons .btn {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
  }

  .lk-support-table th:nth-of-type(2) {
    width: 40%;
  }

  .lk-shops-content {
    margin: 0 -23px -50px;
  }

  .lk-shops-block {
    margin: 0 23px 50px;
    width: calc(100% / 6 - 46px);
  }

  .lk-notice-chat-message-new {
    max-width: 100%;
  }

  .individual-chars-block {
    margin-right: 35px;
  }

  .download-gallery-block {
    width: 476px;
  }

  .individual-order .product-notes li {
    margin-right: 30px;
  }

  .individual-offer .author {
    width: 44.5%;
  }

  .individual-offer .lk-order-product-count {
    padding-right: 35px;
  }
}

@media (max-width: 1299px) {
  .enter-content {
    margin-left: -10px;
    margin-right: -10px;
  }

  .enter-form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .enter-aside {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lk-aside {
    width: 240px;
  }

  .lk-content {
    padding-left: 20px;
    width: calc(100% - 240px);
  }

  .lk-main-block {
    width: calc(50% - 20px);
    padding: 29px;
  }

  .checkout-table th {
    white-space: normal;
  }

  .checkout-table .checkout-buttons {
    display: block;
    text-align: right;
  }

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

  .checkout-table .cart-btn:last-child {
    margin-right: 0;
  }

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

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

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

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

  .checkout-table .product-info {
    font-size: 12px;
  }

  .checkout-table .product-image {
    width: 80px;
  }

  .checkout-table .date {
    font-size: 12px;
  }

  .lk-wish-block .options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 180px;
  }

  .lk-wish-block .btn {
    margin-bottom: 14px;
    min-width: 150px;
  }

  .lk-wish-list-top {
    display: block;
  }

  .lk-wish-list-control {
    margin-top: 20px;
  }

  .lk-wish-list-control .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .lk-wish-list-control .btn:first-child {
    margin-left: 0;
  }

  .lk-wish-catalog {
    margin: 0 -10px -30px;
  }

  .lk-wish-catalog .product-block {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
  }

  .lk-order-steps a {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 82px;
  }

  .lk-order-steps .count {
    margin-left: 0;
    margin-top: 6px;
  }

  .lk-order-top .info {
    min-width: 122px;
  }

  .lk-order-top .status {
    min-width: 150px;
  }

  .lk-order-top .price-outer {
    margin-left: 35px;
  }

  .lk-order-top .last-btn {
    min-width: 140px;
  }

  .lk-order-top .shop-chat {
    margin-left: 40px;
  }

  .lk-order-top .shop-chat ~ .last-btn {
    margin-left: 10px;
  }

  .lk-order-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lk-order-bottom .buttons {
    width: calc(100% + 20px);
    margin: 0 -10px 20px;
  }

  .lk-order-bottom .buttons .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
  }

  .lk-order-bottom .dop {
    margin-right: 10px;
  }

  .lk-order-product-name {
    font-size: 12px;
  }

  .lk-order-product-name .image {
    width: 80px;
  }

  .lk-order-product-shop {
    font-size: 12px;
  }

  .lk-order-product-shop a {
    word-break: break-word;
  }

  .lk-order-product-count span {
    font-size: 12px;
    min-width: 60px;
  }

  .lk-order-product-price .yuan {
    font-size: 13px;
  }

  .lk-order-product-price .ruble {
    font-size: 12px;
  }

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

  .order-status-table .date {
    min-width: 1px;
  }

  .order-status-table .company-detail {
    min-width: 1px;
  }

  .order-status-table .btn {
    min-width: 110px;
  }

  .order-status-table .btn img {
    display: none;
  }

  .lk-notification-table .btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lk-receipt-steps .list {
    margin: 0 -20px;
  }

  .lk-receipt-steps a {
    margin: 0 20px;
  }

  .lk-receipt-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 134px;
  }

  .lk-receipt-buttons .btn {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .lk-receipt-buttons .btn:first-child {
    margin-top: 0;
  }

  .lk-receipt-buttons .remove-btn span {
    display: inline-block;
  }

  .lk-notice-aside {
    width: 290px;
    margin-right: 20px;
  }

  .lk-notice-content {
    width: calc(100% - 310px);
  }

  .lk-notice-tabs {
    margin-bottom: 20px;
  }

  .lk-notice-title {
    margin-bottom: 20px;
  }

  .lk-notice-chat-block {
    margin-bottom: 10px;
  }

  .lk-notice-back {
    margin-bottom: 20px;
  }

  .lk-notice-back .btn {
    width: 100%;
  }

  .lk-notice-form {
    display: block;
  }

  .lk-notice-form .input-block {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .lk-notice-form .btn {
    width: 100%;
  }

  .lk-support-table th:nth-of-type(2) {
    width: auto;
  }

  .lk-support-table p {
    max-height: 51px;
    max-width: 100%;
  }

  .lk-support-table .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lk-support-options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .lk-support-dates {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    text-align: left;
  }

  .lk-support-dates li {
    margin: 20px 0 0;
  }

  .lk-support-chat ~ .lk-notice-form {
    margin-top: 30px;
  }

  .lk-shops-content {
    margin: 0 -13px -30px;
  }

  .lk-shops-block {
    margin: 0 13px 30px;
    width: calc(100% / 5 - 26px);
  }

  .lk-shops-block .image {
    margin-bottom: 12px;
  }

  .lk-check-table .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lk-notice-chat-new {
    max-height: 1200px;
    overflow-y: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .lk-notice-chat-data {
    text-align: center;
  }

  .lk-notice-chat-data .inner {
    display: block;
    margin: 0;
  }

  .lk-notice-chat-data .btn {
    margin: 0 0 10px;
    width: 100%;
  }

  .lk-notice-chat-data .btn:last-child {
    margin-bottom: 0;
  }

  .individual-order {
    padding: 18px;
  }

  .individual-chars-block {
    margin-right: 20px;
  }

  .individual-chars-list .type {
    width: 135px;
  }

  .download-gallery-block {
    width: 284px;
  }

  .individual-order .product-notes {
    margin-top: 10px;
  }

  .individual-order .product-notes li {
    margin-right: 17px;
  }

  .individual-order .top .btn {
    padding-left: 19px;
    padding-right: 19px;
  }

  .individual-order .detail {
    padding-top: 20px;
    margin-top: 20px;
  }

  .individual-offer .offer-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .individual-offer .number {
    width: 33%;
    margin-bottom: 20px;
  }

  .individual-offer .author {
    width: 67%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-right: 5px;
  }

  .individual-offer .author-shop {
    width: 70%;
  }

  .individual-offer .shop-chat {
    margin: 0 auto;
  }

  .individual-offer .buttons-flex {
    display: block;
    margin: 0;
  }

  .individual-offer .buttons-flex .btn {
    width: 100%;
    margin: 10px 0 0;
  }

  .individual-offer .lk-order-product-name {
    width: 30%;
  }

  .individual-offer .lk-order-product-name .image {
    display: none;
  }

  .individual-offer .lk-order-product-count {
    padding-right: 25px;
  }

  .individual-offer .lk-order-product-price {
    width: 26%;
  }
}

@media (max-width: 1019px) {
  .enter-section {
    padding: 20px 0 45px;
  }

  .enter-logo {
    margin-bottom: 28px;
  }

  .enter-content {
    margin-left: -5px;
    margin-right: -5px;
  }

  .enter-form {
    padding: 30px 24px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .enter-aside {
    padding: 30px 24px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .enter-bottom-menu {
    margin-left: -20px;
    margin-right: -20px;
  }

  .enter-bottom-menu li {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lk-outer {
    display: block;
  }

  .lk-content {
    padding-left: 0;
    width: 100%;
  }

  .lk-aside {
    display: none;
    width: 274px;
    position: fixed;
    z-index: 101;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    padding: 5px 10px;
  }

  .lk-aside::-webkit-scrollbar {
    width: 3px;
    background: #F4F4F4;
  }

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

  .lk-close {
    display: block;
    position: absolute;
    z-index: 5;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }

  .lk-close:hover img {
    opacity: 1;
    filter: none;
  }

  .lk-close img {
    display: block;
    transition: all 0.3s ease-out;
    filter: grayscale(1);
    opacity: 0.6;
  }

  .lk-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.44);
    display: none;
  }

  .lk-section-top {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .lk-buter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1px solid #000000;
    height: 44px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    border-radius: 10px;
  }

  .lk-buter:hover {
    border-color: #042EB0;
    color: #042EB0;
  }

  .lk-buter:hover li {
    background: #042EB0;
  }

  .lk-buter ul {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .lk-buter ul li {
    display: block;
    height: 2px;
    width: 16px;
    margin: 3px auto;
    background: #000;
    transition: all 0.3s ease-out;
  }

  .lk-buter ul li:nth-of-type(2) {
    width: 8px;
  }

  .lk-buter ul li:nth-of-type(3) {
    width: 12px;
  }

  .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-33 {
    width: calc(33.333% - 10px);
  }

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

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

  .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 .user-name {
    padding-top: 3px;
    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: 0 -6px 10px;
  }

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

  .checkout-table .cart-btn:last-child {
    margin-right: 6px;
  }

  .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;
  }

  .checkout-table .product-info {
    font-size: 13px;
  }

  .checkout-table .product-image {
    width: 100px;
  }

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

  .checkout-table .date {
    font-size: 14px;
  }

  .checkout-table .company-detail span {
    display: inline;
  }

  .active-address td:first-child {
    position: static;
  }

  .wish-thanks-text {
    margin-top: 0;
  }

  .lk-wish-product-buttons {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
  }

  .lk-wish-product-buttons .cart-btn {
    margin-left: 0;
  }

  .lk-wish-replace {
    margin-left: 0;
    margin-top: 15px;
  }

  .lk-wish-replace-list {
    font-size: 13px;
  }

  .lk-wish-replace-list:after,
  .lk-wish-replace-list:before {
    right: 74px;
  }

  .lk-wish-replace-list span {
    max-width: 85vw;
    padding: 10px 0;
  }

  .lk-wish-list-top {
    margin-bottom: 20px;
  }

  .lk-nav {
    margin-top: 30px;
  }

  .lk-order-product .cart-btn span {
    display: none;
  }

  .order-status-table {
    margin-top: -14px;
    margin-bottom: 10px;
    text-align: center;
  }

  .order-status-table tr {
    position: relative;
  }

  .order-status-table td {
    margin-bottom: 0;
  }

  .order-status-table td:nth-of-type(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .order-status-table .date {
    min-width: 1px;
    min-height: 1px;
    display: block;
  }

  .order-status-table .status {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
  }

  .order-status-table .product {
    max-width: 100%;
    display: block;
    text-align: center;
    min-height: 1px;
    margin-top: 20px;
  }

  .order-status-table .company-detail {
    display: block;
    text-align: center;
    min-height: 1px;
    margin-top: 20px;
    max-width: 100%;
  }

  .order-status-table .btn {
    min-width: 1px;
    width: 100%;
    margin-top: 20px;
  }

  .order-status-table .btn img {
    display: block;
  }

  .order-status-detail {
    display: inline-block;
    padding-right: 3px;
  }

  .order-status-detail .detail-toggle i {
    top: -2px;
  }

  .order-status-detail .detail-podmenu {
    left: auto;
    right: 0;
  }

  .order-message-table {
    margin-top: -14px;
  }

  .order-message-table .date {
    min-width: 1px;
  }

  .order-message-table .date span {
    display: inline;
  }

  .lk-history-top {
    display: none;
  }

  .lk-history-block {
    display: block;
  }

  .lk-history-block .date {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .lk-history-block .date span {
    display: inline;
  }

  .lk-notification-table td {
    text-align: center;
  }

  .lk-notification-table .btn {
    width: 100%;
  }

  .lk-receipt-check {
    display: block;
  }

  .lk-receipt-table th:first-child,
  .lk-receipt-table td:first-child {
    width: 100%;
    padding-right: 0;
  }

  .lk-receipt-table td {
    text-align: center;
  }

  .lk-receipt-buttons {
    margin: 0 -7px -10px;
    width: auto;
  }

  .lk-receipt-buttons .btn {
    margin: 0 7px 10px !important;
    width: calc(50% - 14px);
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .lk-notice-outer {
    padding-top: 0;
  }

  .lk-support-table td {
    text-align: center;
  }

  .lk-support-table .btn {
    width: 100%;
  }

  .lk-support-chat ~ .lk-notice-form {
    margin-top: 20px;
  }

  .track-modal-list {
    padding-top: 10px;
  }

  .lk-check-title {
    text-align: center;
  }

  .lk-check-title h2 {
    font-size: 15px;
  }

  .lk-check-table {
    margin-bottom: 15px;
  }

  .lk-check-table td {
    text-align: center;
  }

  .lk-check-table .btn {
    width: 100%;
  }

  .lk-check-table .product-name {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .enter-content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .enter-form {
    padding: 49px;
  }

  .enter-form .form-title {
    text-align: center;
  }

  .enter-form .form-note {
    text-align: center;
  }

  .enter-aside {
    padding: 49px;
  }

  .enter-aside .aside-title {
    text-align: center;
  }

  .enter-aside .aside-note {
    text-align: center;
  }

  .error-note {
    text-align: center;
  }

  .lk-main-content {
    margin: 0 -5px -10px;
  }

  .lk-main-block {
    width: calc(100% - 10px);
    margin: 0 5px 10px;
    padding: 19px;
  }

  .lk-main-block .count {
    top: 9px;
    right: 9px;
    padding: 4px 6px;
  }

  .lk-profile-form .input-block {
    max-width: 100%;
  }

  .form-buttons-flex {
    padding-top: 10px;
  }

  .form-buttons-flex .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .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-33 {
    width: calc(100% - 10px);
  }

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

  .add-btn {
    width: 100%;
  }

  .lk-wish-content {
    margin-bottom: 20px;
  }

  .lk-wish-block {
    display: block;
  }

  .lk-wish-block .info {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .lk-wish-block .image {
    margin-right: 20px;
  }

  .lk-wish-block .options {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .lk-wish-block .btn {
    margin-bottom: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px;
  }

  .lk-wish-popup-block {
    display: block;
  }

  .lk-wish-product {
    padding-right: 0;
    margin-bottom: 20px;
  }

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

  .lk-wish-product-counting {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .product-amount {
    width: 114px;
  }

  .lk-wish-product-buttons {
    margin-left: 0;
  }

  .lk-wish-replace-dropdown {
    width: 100%;
  }

  .lk-wish-replace-list:after,
  .lk-wish-replace-list:before {
    right: 50%;
  }

  .lk-wish-replace-list span {
    max-width: 100%;
    white-space: normal;
  }

  .lk-wish-list-top .btn {
    width: 100%;
  }

  .lk-wish-list-control {
    display: block;
    margin-top: 0;
  }

  .lk-wish-list-control .btn {
    margin: 20px 0 0;
  }

  .lk-wish-catalog {
    margin: 0 -5px -15px;
  }

  .lk-wish-catalog .product-block {
    width: calc(33.333% - 10px);
    margin: 0 5px 15px;
  }

  .lk-order-steps {
    padding: 0;
  }

  .lk-order-steps .list {
    margin: 0;
    overflow-x: auto;
    padding: 0 15px;
  }

  .lk-order-steps .list::-webkit-scrollbar {
    height: 0;
    background: transparent;
  }

  .lk-order-steps .list::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 7px;
    background: transparent;
  }

  .lk-order-steps a {
    background: #FFFFFF;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 54px;
    margin-left: 0;
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .lk-order-steps a:last-child {
    margin-right: 0;
  }

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

  .lk-order-steps .image {
    display: block;
  }

  .lk-order-steps .count {
    margin-top: 0;
    margin-left: 10px;
  }

  .lk-order-product-name {
    font-size: 13px;
  }

  .lk-order-product-name .image {
    width: 100px;
  }

  .lk-order-product-shop {
    font-size: 14px;
  }

  .lk-order-product-count span {
    font-size: 13px;
    min-width: 70px;
  }

  .lk-order-product-price .yuan {
    font-size: 14px;
  }

  .lk-order-product-price .ruble {
    font-size: 13px;
  }

  .lk-order-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lk-order-top .info {
    width: 50%;
    margin-right: auto;
  }

  .lk-order-top .price-outer {
    margin-top: 20px;
    margin-left: 0;
    padding-right: 0;
    width: 50%;
  }

  .lk-order-top .last-btn {
    margin-top: 20px;
    margin-left: auto;
  }

  .lk-order-top .shop-chat {
    margin-right: 0;
    margin-left: 20px;
  }

  .lk-order-top .shop-chat ~ .last-btn {
    margin-left: auto;
  }

  .lk-order-product {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lk-order-product > form {
    width: 100%;
  }

  .lk-order-product .cart-btn {
    margin-left: 0;
    width: 100%;
  }

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

  .lk-order-product-name {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

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

  .lk-order-product-count {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .lk-order-product-shop {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .lk-order-product-shop .shop-name {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lk-order-product-shop .shop-chat {
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }

  .lk-order-product-shop .shop-chat img {
    margin-right: 6px;
  }

  .lk-order-product-price {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .lk-order-product-price:last-child {
    margin-bottom: 0;
    margin-left: 0;
  }

  .lk-nav {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .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;
  }

  .order-review-list {
    margin: 0 -5px -10px;
  }

  .order-review-block {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }

  .lk-security-buttons .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .lk-receipt-steps {
    padding: 0 15px;
  }

  .lk-receipt-options .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .lk-notice-outer {
    display: block;
  }

  .lk-notice-aside {
    margin-right: 0;
    width: 100%;
    margin-bottom: 35px;
  }

  .lk-notice-content {
    display: block;
    width: 100%;
  }

  .lk-notice-information {
    display: block;
  }

  .lk-notice-chat-message {
    display: -ms-flexbox;
    display: flex;
  }

  .lk-notice-form {
    margin-top: 20px;
  }

  .add-app-btn {
    width: 100%;
  }

  .track-modal-list li {
    display: block;
    text-align: center;
    padding: 20px 0;
  }

  .track-modal-list .name {
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .track-modal-list .phone {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .track-modal-list .btn {
    width: 100%;
  }

  .lk-notice-tabs-list {
    max-height: 310px;
  }

  .lk-shops-block {
    width: calc(25% - 26px);
  }

  .mobile-hidden {
    display: none;
  }

  .lk-notice-viewed,
  .lk-notice-inner {
    display: none;
  }

  .lk-notice-chat-new {
    max-height: 9999px;
  }

  .lk-notice-inner {
    width: 100%;
    position: fixed;
    z-index: 101;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
  }

  .lk-notice-content {
    min-height: 1px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lk-notice-title-new {
    padding: 10px;
  }

  .lk-notice-title-new .logo {
    margin-right: 15px;
  }

  .lk-notice-title-new .title {
    display: block;
  }

  .lk-notice-title-new .name,
  .lk-notice-title-new .note {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lk-notice-title-new .name {
    font-size: 16px;
    margin-right: 0;
  }

  .lk-notice-title-new .note {
    font-size: 12px;
  }

  .lk-notice-title-new .btn {
    display: -ms-flexbox;
    display: flex;
  }

  .lk-notice-title-new .view-shop {
    display: block;
  }

  .lk-notice-chat-new {
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
  }

  .lk-notice-chat-message-new .text {
    padding: 10px;
  }

  .lk-notice-chat-product .btn img {
    display: none;
  }

  .lk-notice-form-new {
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
  }

  .lk-notice-form-new .input-block {
    margin-right: 15px;
  }

  .lk-notice-form-new .add-file {
    margin-right: 15px;
  }

  .lk-notice-form-files {
    margin-bottom: 0;
  }

  .lk-notice-viewed {
    width: 100%;
    position: fixed;
    z-index: 102;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    padding: 10px;
  }

  .lk-notice-viewed-shop {
    padding-bottom: 10px;
    line-height: 1.2;
  }

  .lk-notice-viewed-shop .name {
    font-size: 16px;
  }

  .lk-notice-viewed-shop .note {
    font-size: 12px;
    margin-top: 3px;
  }

  .lk-notice-viewed-shop .btn {
    display: -ms-flexbox;
    display: flex;
  }

  .lk-notice-viewed-list {
    margin: 0 -10px;
    padding: 20px 10px 0;
    max-height: 9999px;
  }

  .lk-notice-viewed-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .lk-notice-search-drop {
    overscroll-behavior-y: auto;
  }

  .lk-notice-chat-product .image img {
    max-height: 70px;
  }

  .individual-order-top {
    margin-bottom: 20px;
  }

  .individual-order-top .help-block {
    margin-left: 10px;
  }

  .review-form-block {
    margin-bottom: 20px;
  }

  .review-form-files-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .review-form-files-block:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .download-gallery-block .buttons-flex .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .individual-order .top {
    display: block;
  }

  .individual-order .top .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .individual-order .product {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .individual-order .detail {
    display: block;
  }

  .individual-order .product-notes {
    margin-top: 15px;
    display: block;
  }

  .individual-order .product-notes li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .individual-order .product-notes li:last-child {
    margin-bottom: 0;
  }

  .individual-chars-block {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .individual-chars-block:last-child {
    margin-bottom: 0;
  }

  .download-gallery-block {
    width: 100%;
  }

  .individual-offer .offer-info {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .individual-offer .number {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .individual-offer .author {
    padding-right: 0;
    width: 100%;
  }

  .individual-offer .author-shop {
    width: auto;
  }

  .individual-offer .author-rating {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .individual-offer .author-rating span {
    display: none;
  }

  .individual-offer .offer-time {
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .individual-offer .offer-time span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px;
  }

  .individual-offer .shop-chat {
    margin: 0 0 20px;
  }

  .individual-offer .choose-btn {
    margin-left: 0;
    width: 100%;
  }

  .individual-offer .lk-order-product-name {
    width: 100%;
  }

  .individual-offer .lk-order-product-name .image {
    display: block;
  }

  .individual-offer .lk-order-product-count {
    padding-right: 0;
  }

  .individual-offer .lk-order-product-price {
    width: 100%;
    text-align: center;
  }

  .individual-offer .lk-order-conditions {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .individual-offer .order-detail {
    margin-right: 0;
  }

  .individual-offer .detail {
    display: block;
  }

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

  .individual-offer .buttons-flex .btn {
    margin: 0 10px;
  }

  .individual-offer .agree-block {
    display: block;
  }

  .individual-offer .agree-block p {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .individual-offer .agree-block .btn {
    width: 100%;
  }

  .individual-detail-btn {
    width: 100%;
  }

  .individual-chars-more {
    padding: 0;
    background: transparent;
  }

}

@media (max-width: 500px) {
  .enter-bottom-menu {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .enter-form {
    padding: 22px;
  }

  .enter-aside {
    padding: 22px;
  }

  .lk-profile-form .note {
    text-align: center;
  }

  .form-buttons-flex {
    padding-top: 0;
    margin: 0;
    display: block;
  }

  .form-buttons-flex .btn {
    margin: 0;
    width: 100%;
  }

  .form-buttons-flex .blue-btn {
    margin-top: 20px;
  }

  .form-buttons-flex .reset-btn {
    margin-top: 20px;
  }

  .lk-profile-photo {
    margin-bottom: 20px;
    display: block;
  }

  .lk-profile-photo .image {
    margin: 0 auto 30px;
  }

  .lk-profile-photo .options {
    width: calc(100% + 20px);
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }

  .lk-profile-photo .btn {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .lk-profile-photo .gray-btn {
    margin-top: 0;
  }

  .w-100-mobile {
    width: 100%;
  }

  .lk-wish-catalog .product-block {
    width: calc(50% - 10px);
  }

  .pagination {
    margin: 0 -3px -6px;
  }

  .pagination li {
    margin: 0 3px 6px;
  }

  .pagination a {
    width: 38px;
    height: 38px;
  }

  .lk-order-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lk-order-top .info {
    width: auto;
    margin-right: 5px;
    min-width: 1px;
  }

  .lk-order-top .price-outer {
    margin-top: 20px;
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .lk-order-top .price {
    display: inline-block;
    text-align: left;
  }

  .lk-order-top .last-btn {
    margin-top: 20px;
    width: 100%;
  }

  .lk-order-top .shop-chat {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .lk-order-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lk-order-bottom .buttons {
    width: 100%;
    margin: 0;
    display: block;
  }

  .lk-order-bottom .buttons .btn {
    width: 100%;
    margin: 0 0 20px;
  }

  .lk-order-bottom .last-btn {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }

  .lk-order-bottom .number {
    padding-right: 0;
  }

  .lk-order-bottom .dop {
    margin: 0 0 20px;
  }

  .lk-order-options .gray-btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
  }

  .order-review-block {
    padding: 10px;
  }

  .order-review-block .btn img {
    display: none;
  }

  .lk-security-buttons {
    display: block;
    margin: 0;
  }

  .lk-security-buttons .btn {
    width: 100%;
    margin: 0 0 20px;
  }

  .receipt-popup-content .btn {
    width: 100%;
  }

  .lk-receipt-steps .list {
    margin: 0 -10px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lk-receipt-steps a {
    margin: 0 10px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lk-receipt-steps .count {
    display: none;
  }

  .lk-notice-title .name {
    font-size: 13px;
  }

  .lk-support-options .gray-btn span {
    display: none;
  }

  .lk-support-options .arrow {
    margin-right: -3px;
  }

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

  .lk-shops-content {
    margin: 0 -5px -30px;
  }

  .lk-shops-block {
    margin: 0 5px 30px;
    width: calc(33.333% - 10px);
  }

  .lk-notice-chat-discount .prices li {
    display: block;
  }

  .lk-notice-chat-discount .type {
    margin-bottom: 4px;
  }

  .lk-notice-chat-discount .price {
    text-align: left;
  }

  .lk-notice-chat-discount .price span {
    margin-left: 0;
    margin-right: 4px;
  }

  .lk-notice-chat-discount .btn img {
    display: none;
  }

  .download-gallery-block .buttons-flex {
    display: block;
    margin: 0;
  }

  .download-gallery-block .buttons-flex .btn {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }

  .individual-offer .detail {
    display: block;
  }

  .individual-offer .buttons-flex {
    display: block;
    margin: 0;
  }

  .individual-offer .buttons-flex .btn {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }

  .lk-wish-block .cart-btn {
    margin-left: 8px;
  }
}