#appSearchPage {
  display: none;
}

#appSearchPage.active {
  display: block;
}

.ui-menu {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  margin-bottom: 0 !important;
  padding: 8px 0 !important;
  position: absolute !important;
  top: 36px !important;
  z-index: 100
}

.ui-menu-item {
  cursor: pointer;
  list-style: none;
  opacity: 1;
  padding: 2px 15px;
  transition: all .2s ease
}

.ui-menu-item:hover {
  opacity: .5
}

.ui-menu-item-wrapper span {
  display: inline-block;
  font-size: 13px;
  margin-right: 12px
}

.ui-menu-item-wrapper .uif-mail, .ui-menu-item-wrapper .uif-phone {
  opacity: .6
}

.hide_empty_top {
  display: none
}

.basket-coupon-wrapper {
  padding-top: 25px;
  width: calc(50% - 60px)
}

.basket-coupon-alert {
  position: relative
}

body:not(.body-auth-page).page-content article {
  padding: 0 !important;
  margin: 0 !important;
}

body:not(.body-auth-page).page-content .content {
  padding-top: 0 !important;
}

body.body-auth-page .lk {
  padding: 0 !important;
}

.lk {
  --sidebar-width: 193px;
  display: grid;
  grid-template-columns: var(--sidebar-width) 1fr;
  gap: 30px;
  padding-top: 42px;
}

@media only screen and (max-width: 1470px) {
  .lk {
    --sidebar-width: 201px;
    gap: 0;
  }
}

.lk.lk-one {
  grid-template-columns: 1fr;
}

.lk-left {
  padding-top: 4px;
  min-width: var(--sidebar-width);
}

.lk-sidebar {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.lk-sidebar .lk-menu {
  margin-bottom: 47px;
}

.lk-sidebar .lk-menu .lk-menu__item {
  line-height: 1;
}

.lk-sidebar .lk-menu .lk-menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.lk-sidebar .lk-menu .lk-menu__item:not(.is-special-user) + .lk-menu__item.is-special-user {
  margin-top: 35px;
}

.lk-sidebar .lk-menu .lk-menu__item p,
.lk-sidebar .lk-menu .lk-menu__item a {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  margin: 0;
}

.lk-sidebar .lk-menu .lk-menu__item.active p,
.lk-sidebar .lk-menu .lk-menu__item.active a {
  font-weight: 600;
}

.lk-sidebar .lk-bonus .lk-bonus__item:not(:last-child) {
  margin-bottom: 35px;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-bonus__item-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-bonus__item-value {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-bonus__item-value span {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint {
  position: relative;
  margin: 8px 0 0 -3px;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint .lk-hint__icon {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 3px;
  width: 17px;
  height: 17px;
  opacity: 1;
  z-index: 1;
  transition: all 0.2s ease;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint:hover .lk-hint__icon {
  opacity: 0.5;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint .lk-hint__icon svg {
  display: block;
  width: 10px;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint .lk-hint__popup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 269px;
  min-width: 269px;
  padding: 18px 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint:hover .lk-hint__popup {
  opacity: 1;
  visibility: visible;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint .lk-hint__popup .lk-hint__content {
  position: relative;
  background: #000000;
  z-index: 2;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint .lk-hint__popup .lk-hint__content .lk-hint__content-wrap {
  padding: 25px;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint .lk-hint__popup .lk-hint__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 0;
}

.lk-sidebar .lk-bonus .lk-bonus__item .lk-hint .lk-hint__popup .lk-hint__content .lk-hint__content-title {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.lk-right {
  display: grid;
  grid-template-columns: 464px 1fr;
  gap: 85px;
}

.lk-right .lk-image {
  position: relative;
  padding-bottom: 81.995%;
  height: 0;
}

.lk-right .lk-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lk-right .lk-content .lk-title {
  position: relative;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: none;
  margin-bottom: 47px;
}

.lk-right .lk-content .ui-menu {
  padding: 0 !important
}

.lk-right .lk-content .ui-widget.ui-widget-content {
  border: 1px solid #1a1a1a
}

.lk-right .lk-content .ui-menu-item {
  padding: 6px
}

.lk-right .lk-content .ui-menu-item:hover {
  background-color: #efefef;
  opacity: 1
}

.lk-right .lk-content .ui-menu .ui-menu-item-wrapper {
  padding: 0
}

.lk-right .lk-content .ui-button.ui-state-active:hover,
.lk-right .lk-content .ui-button:active,
.lk-right .lk-content .ui-state-active,
.lk-right .lk-content .ui-widget-content .ui-state-active,
.lk-right .lk-content .ui-widget-header .ui-state-active,
.lk-right .lk-content a.ui-button:active {
  background: transparent;
  border: none;
  color: #000000;
  font-weight: 400
}

.lk-right .lk-content .ui-menu-item-wrapper span {
  font-size: 15px;
  margin-right: 10px
}

.lk-right .lk-content .ui-menu .ui-state-active, .lk-right .lk-content .ui-menu .ui-state-focus {
  margin: 0
}

.lk-right .lk-content .bx-sls .bx-ui-sls-pane {
  border: 1px solid #000000;
  box-shadow: none
}

.lk-right .lk-content .bx-sls .bx-ui-sls-error, .lk-right .lk-content .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant {
  padding: 6px
}

.lk-right .lk-content .bx-sls .dropdown-item-text {
  color: rgba(51, 51, 51, .6);
  font-size: 15px;
  line-height: normal;
  vertical-align: middle
}

.bx-sls .dropdown-item-text span {
  color: #333
}

.lk-right .lk-content .form input[type="text"]:not(.ibutton):not(.send):not(.send-search),
.lk-right .lk-content .form select,
.lk-right .lk-content .form textarea {
  color: #333333;
  padding: 12px 0 7px;
  border-bottom: 1px solid #000000;
}

.lk-right .lk-content .form .field {
  margin-bottom: 30px;
}

.lk-right .lk-content .form .field .placeholder {
  font-weight: 500;
  top: 14px;
  color: #C5C5C5;
}

.lk-right .lk-content .form .field.field-select select {
  max-height: 39px;
}

.lk-right .lk-content .form .field.field-select .placeholder {
  top: -10px;
}

.lk-right .lk-content .form .field.field-select .field-select__wrap {
  overflow: hidden;
}

.lk-right .lk-content .form .field.field-select .field-select__wrap select {
  margin-left: -4px;
}

.lk-right .lk-content .form .field input:focus + .placeholder,
.lk-right .lk-content .form .field input:not(:placeholder-shown) + .placeholder,
.lk-right .lk-content .form .field textarea:focus + .placeholder,
.lk-right .lk-content .form .field textarea:not(:placeholder-shown) + .placeholder {
  top: -10px;
}

.lk-right .lk-content .form .lk-form__fields {
  margin-bottom: 36px;
}

.lk-right .lk-content .form .lk-form__fields .field:last-child {
  margin-bottom: 0;
}

.lk-right .lk-content .form .lk-form__toggle-list .field.toggle {
  margin-bottom: 20px;
}

.lk-right .lk-content .form .lk-form__toggle-list .field.toggle:last-child {
  margin-bottom: 0;
}

.lk-right .lk-content .form .lk-form__toggle-list a {
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  border-bottom: 1px solid #333333;
  text-decoration: none;
}

.lk-right .lk-content .form .field input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #C5C5C5;
  opacity: 1;
}

.lk-right .lk-content .form .lk-form__buttons {
  margin-top: 35px;
}

.lk-right .lk-content .form .lk-form__buttons .ibutton {
  width: 100%;
}

.lk-right .lk-content .form .lk-form__delete-profile {
  margin-top: 30px;
}

.lk-right .lk-content .form .lk-form__delete-profile a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #B3B3B3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lk-right .lk-content .lk-add-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lk-right .lk-content .lk-add-link a,
.lk-right .lk-content .lk-add-link span {
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.lk-right .lk-content .lk-add-link .cross {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 2px;
}

.lk-right .lk-content .lk-add-link .cross:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #000000;
}

.lk-right .lk-content .lk-add-link .cross:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 12px;
  background: #000000;
}

.lk-right .lk-content .form .lk-form__fields-row {
  width: 100%;
  max-width: 1013px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 85px;
  margin-bottom: 30px;
}

.lk-right .lk-content .form .lk-form__fields-row .field {
  margin-bottom: 0;
}

.lk-right .lk-content .form .lk-form__fields-row > div {
  width: 464px;
}

.lk-right .lk-content .lk-form__fields-item:not(:last-child) {
  margin-bottom: 75px;
}

.lk-right .lk-content .lk-form__fields-item > div {
  max-width: 464px;
}

.lk-right .lk-content .lk-form__fields-item .lk-form__toggle-activity {
  margin-bottom: 35px;
}

.lk-right .lk-content .lk-form__fields-item .lk-form__toggle-activity label {
  text-transform: uppercase;
}

.lk-right .lk-content .lk-form__fields-item .actions-field .lk-add-link {
  margin-top: 35px;
}

.lk-right .lk-content .field-file {
  position: relative;
}

.lk-right .lk-content .field-file input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

.lk-right .lk-content .field-file .field-file__content {
  margin-bottom: 35px;
}

.lk-right .lk-content .field-file .field-file__content .field-file__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.lk-right .lk-content .field-file .field-file__content .field-file__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.lk-right .lk-content .field-file .field-file__content .field-file__list .image {
  position: relative;
  width: 82px;
  height: 122px;
}

.lk-right .lk-content .field-file .field-file__content .field-file__list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lk-right .lk-content .field-file .field-file__content .field-file__list .image .image-del {
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 19px;
  height: 19px;
}

.lk-right .lk-content .field-file .field-file__content .field-file__list .image .image-del svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk-right .lk-content .field-radio .label:after {
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
}

.lk-right .lk-content .field-radio .label:before {
  width: 10px;
  height: 10px;
  margin: 6px 0 0 6px;
}

.lk-right .lk-content .lk-back-mobile {
  display: none;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.lk-right .lk-content .lk-back-mobile .back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: -8px;
  margin-top: 0;
}

.lk-right .lk-content .lk-back-mobile .back-arrow svg {
  display: inline-block;
  width: 8px;
  height: 14px;
}

.lk-right .lk-content .lk-back {
  line-height: 1;
  margin-bottom: 45px;
}

.lk-right .lk-content .lk-back .back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: -12px;
  margin-top: -6px;
}

.lk-right .lk-content .lk-back .back-arrow svg {
  display: inline-block;
  width: 12px;
  height: 22px;
}

.lk.lk-personal .lk-mobile {
  display: none;
}

.lk.lk-personal .lk-mobile .lk-mobile__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.lk.lk-personal .lk-mobile .lk-mobile__head .lk-mobile__head-username {
  margin-bottom: 0;
}

.lk.lk-personal .lk-mobile .lk-mobile__head .lk-mobile__head-username span {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #000000;
}

.lk.lk-personal .lk-mobile .lk-mobile__head .lk-mobile__head-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.lk.lk-personal .lk-mobile .lk-mobile__head .lk-mobile__head-actions .lk-mobile__head-pencil {
  display: inline-block;
  margin-top: 2px;
  width: 24px;
  height: 24px;
}

.lk.lk-personal .lk-mobile .lk-mobile__head .lk-mobile__head-actions .lk-mobile__head-pencil svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk.lk-personal .lk-mobile .lk-mobile__head .lk-mobile__head-actions .lk-mobile__head-logout {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  text-decoration: none;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus {
  position: relative;
  background: #000000;
  min-height: 200px;
  margin-bottom: 35px;
  border-radius: 10px;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__bonus-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 51px;
  padding: 15px;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__bonus-sale .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__bonus-sale .value {
  display: block;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint {
  position: absolute;
  top: 15px;
  right: 15px;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint .lk-mobile__hint-icon {
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint .lk-mobile__hint-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint .lk-mobile__hint-icon:hover {
  background: #fff;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint .lk-mobile__hint-icon:hover svg path {
  fill: #000000;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #000000;
  opacity: 0;
  transition: all 0.2s ease;
  padding: 15px;
  border-radius: 10px;
  z-index: 1;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint-popup.active {
  visibility: visible;
  opacity: 1;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint-popup .lk-mobile__hint-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  z-index: 2;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint-popup .lk-mobile__hint-close svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint-popup .lk-mobile__hint-close svg path {
  fill: #ffffff;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint-popup .lk-mobile__hint-content .lk-hint__content-title {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__hint-popup .lk-mobile__hint-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 0;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__bonus-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__bonus-points .title {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__bonus-points .value {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__bonus-qr {
  cursor: pointer;
  width: 100px;
  height: 38px;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 38px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: all 0.2s ease;
}

.lk.lk-personal .lk-mobile .lk-mobile__bonus .lk-mobile__bonus-qr:hover {
  background: #ffffff;
  color: #000000;
}

.lk.lk-personal .lk-mobile .lk-mobile__menu:not(:last-child) {
  margin-bottom: 35px;
}

.lk.lk-personal .lk-mobile .lk-mobile__menu-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 20px;
}

.lk.lk-personal .lk-mobile .lk-mobile__menu-item {
  position: relative;
  line-height: 1;
}

.lk.lk-personal .lk-mobile .lk-mobile__menu-item:not(:last-child) {
  margin-bottom: 15px;
}

.lk.lk-personal .lk-mobile .lk-mobile__menu-item:not(.is-special-user) + .lk-mobile__menu-item.is-special-user {
  margin-top: 45px;
}


.lk.lk-personal .lk-mobile .lk-mobile__menu-item a {
  width: max-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items: center;
}

.lk.lk-personal .lk-mobile .lk-mobile__menu-item .lk-mobile__menu-arrow {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-top: -3px;
  margin-left: 10px;
}

.lk.lk-personal .lk-mobile .lk-mobile__menu-item .lk-mobile__menu-arrow svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1470px) {
  .lk-right {
    grid-template-columns: 387px 1fr;
  }

  .lk-right .lk-content .lk-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 1280px) {
  .lk-right {
    grid-template-columns: 464px;
  }

  .lk-right .lk-image {
    display: none;
  }

  .lk-right .lk-content .lk-add-link a,
  .lk-right .lk-content .lk-add-link span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .lk {
    padding-top: 20px;
  }

  .lk-sidebar .lk-menu .lk-menu__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .lk-sidebar .lk-menu .lk-menu__item:not(.is-special-user) + .lk-menu__item.is-special-user {
    margin-top: 30px;
  }

  .lk-right .lk-content .lk-back {
    margin-bottom: 25px;
  }

  .lk-right .lk-content .lk-back .back-arrow {
    margin-left: -13px;
    margin-top: -10px;
  }

  .lk-right .lk-content .lk-back .back-arrow svg {
    width: 8px;
    height: 14px;
  }

  .lk-right .lk-content .lk-title {
    font-size: 28px;
    margin-bottom: 45px;
  }

  .lk-right .lk-content .form .field .placeholder,
  .lk-right .lk-content .form input,
  .lk-right .lk-content .form select,
  .lk-right .lk-content .form textarea {
    font-size: 14px;
  }

  .lk-right .lk-content .form .field input:not(:-moz-placeholder-shown) + .placeholder,
  .lk-right .lk-content .form .field textarea:not(:-moz-placeholder-shown) + .placeholder {
    font-size: 13px
  }

  .lk-right .lk-content .form .field input:focus + .placeholder,
  .lk-right .lk-content .form .field input:not(:placeholder-shown) + .placeholder,
  .lk-right .lk-content .form .field textarea:focus + .placeholder,
  .lk-right .lk-content .form .field textarea:not(:placeholder-shown) + .placeholder {
    font-size: 13px
  }

  .lk-right .lk-content .form .field .placeholder {
    font-size: 14px;
  }

  .lk-right .lk-content .form .lk-form__delete-profile {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .lk {
    grid-template-columns: 1fr;
  }

  .lk-left {
    display: none;
  }

  .lk-right {
    grid-template-columns: 1fr;
  }

  .lk-right .lk-content .lk-title {
    padding-top: 0;
    text-align: center;
  }

  .lk-right .lk-content .lk-back-mobile {
    display: block;
  }

  .lk.lk-personal .lk-right .lk-content {
    display: none;
  }

  .lk.lk-personal .lk-right.active .lk-content {
    display: block;
  }

  .lk.lk-personal .lk-mobile {
    display: block;
  }

  .lk.lk-personal .lk-mobile.disabled {
    display: none;
  }

  .lk-right .lk-content .lk-form__fields-item > div,
  .lk-right .lk-content .form .lk-form__fields-row > div {
    width: 100%;
    max-width: 100%;
  }

  .lk-right .lk-content .lk-form__fields-item .lk-form__toggle-activity {
    margin-bottom: 30px;
  }

  .lk-right .lk-content .lk-form__fields-item:not(:last-child) {
    margin-bottom: 45px;
  }
}


.lk-purchases .lk-content .lk-title {
  margin-bottom: 35px;
}

.lk-purchases .lk-purchases-list {
  max-width: 387px;
}

.pagination-btn {
  width: 100%;
  margin-top: 60px;
}

.pagination-btn .ibutton {
  width: 100%;
}

.lk-purchases .lk-purchases-item {
  margin-bottom: 60px;
}

.lk-purchases .lk-purchases-item:last-child {
  margin-bottom: 0;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__head {
  margin-bottom: 20px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__head .lk-purchases-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__head .lk-purchases-date {
  line-height: 1;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__head .lk-purchases-date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list {
  margin-bottom: 25px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 34px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product:last-child {
  margin-bottom: 0;
}

.lk-purchases .lk-purchases-item .lk-purchases-product .lk-purchases-item__return {
  display: block;
  line-height: 1.3;
  margin: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.2s ease;
}

.lk-purchases .lk-purchases-item .lk-purchases-product .lk-purchases-item__return.active,
.lk-purchases .lk-purchases-item .lk-purchases-product:hover .lk-purchases-item__return {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.lk-purchases .lk-purchases-item .lk-purchases-product .lk-purchases-item__return .label {
  padding-left: 18px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .image {
  position: relative;
  height: 0;
  padding-bottom: 150%;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__title {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-right: 35px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__label {
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  text-transform: uppercase;
  padding-right: 5px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__props {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__props-color {
  line-height: 1;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__props-color .color {
  display: inline-block;
  width: 11px;
  min-width: 11px;
  height: 11px;
  min-height: 11px;
  border-radius: 50%;
  vertical-align: middle;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__props-size {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__article {
  width: fit-content;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 16px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__article .article {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}


.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__price {
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: -2px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__total {
  display: flex;
  align-items: center;
  gap: 45px;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__total .lk-purchases-total-price,
.lk-purchases .lk-purchases-item .lk-purchases-item__total .lk-purchases-total-price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}

.lk-purchases .lk-purchases-item .lk-purchases-item__total .ibutton {
  font-size: 12px;
  height: 34px;
  line-height: 33px;
  padding: 0 30px;
}

.lk-create .lk-create-empty .smile,
.lk .lk-empty .smile {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.lk-create .lk-create-empty .smile {
  text-transform: uppercase;
}

.lk-create .lk-create-empty p:not(.smile),
.lk .lk-empty p:not(.smile) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin-bottom: 0;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item {
  max-width: 387px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item .lk-purchases-item__head {
  margin-bottom: 30px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__head .lk-purchases-status {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  line-height: 1;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__head .lk-purchases-status .status {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__head .lk-purchases-status .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
  color: #000000;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item .lk-purchases-item__list {
  margin-bottom: 40px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__list .lk-purchases-product__actions .lk-purchases-product__actions-buttons {
  display: flex;
  align-items: center;
  margin-top: -4px;
  gap: 28px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__list .lk-purchases-product__actions .favorite {
  display: inline-block;
  width: 18px;
  height: 16px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__list .lk-purchases-product__actions .favorite.is-favorite svg path {
  fill: #000000;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__list .lk-purchases-product__actions .favorite svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__list .lk-purchases-product__actions .basket {
  display: inline-block;
  width: 17px;
  height: 16px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-item__list .lk-purchases-product__actions .basket svg {
  width: 100%;
  height: 100%;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__info {
  margin-bottom: 60px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__info .return-button {
  visibility: hidden;
  opacity: 0;
  height: 0;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__info .return-button.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: 40px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__info .lk-purchases-detail__info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__info .lk-purchases-detail__info-item .title {
  flex-shrink: 0;
  width: 100%;
  max-width: 133px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__info .lk-purchases-detail__info-item .value {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  text-align: right;
  letter-spacing: -0.2px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__info .lk-purchases-detail__info-item:last-child {
  margin-bottom: 0;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-item:last-child {
  margin-bottom: 0;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-item .title {
  flex-shrink: 0;
  width: 100%;
  max-width: 153px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-item .value {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  text-align: right;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-price {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 27px;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}

.lk-purchases.lk-purchases-detail .lk-purchases-detail__total .ibutton:hover,
.lk-purchases.lk-purchases-detail .lk-purchases-detail__total .ibutton:focus {
  background: #fff !important;
}

.lk-purchases-detail__total .col.pr-0 {
  display: none;
}



@media screen and (max-width: 1470px) {
  .lk-purchases .lk-purchases-item .lk-purchases-item__head .lk-purchases-title {
    font-size: 18px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__total .lk-purchases-total-price,
  .lk-purchases .lk-purchases-item .lk-purchases-item__total .lk-purchases-total-price span {
    font-size: 18px;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-price span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .pagination-btn {
    margin-top: 45px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__head {
    margin-bottom: 24px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__head .lk-purchases-title {
    font-size: 16px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__title {
    font-size: 14px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__total .lk-purchases-total-price,
  .lk-purchases .lk-purchases-item .lk-purchases-item__total .lk-purchases-total-price span {
    font-size: 16px;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-price span {
    font-size: 16px;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__info .return-button.active {
    margin-bottom: 30px;
  }

  .lk-create .lk-create-empty .smile,
  .lk .lk-empty .smile {
    margin-bottom: 15px;
  }

  .lk-create .lk-create-empty p:not(.smile),
  .lk .lk-empty p:not(.smile) {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .lk .lk-empty {
    text-align: center;
  }

  .lk-purchases .lk-purchases-list,
  .lk-purchases.lk-purchases-detail .lk-purchases-item {
    max-width: 100%;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__head .lk-purchases-title {
    margin-bottom: 5px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product {
    gap: 15px;
    margin-bottom: 30px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__props {
    margin-top: 10px;
  }

  /*.lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__price,*/
  .lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__article,
  .lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__article .article,
  .lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__props-size,
  .lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__label {
    font-size: 12px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-item__list .lk-purchases-product .lk-purchases-product__article {
    margin-top: 5px;
  }

  .lk-purchases .lk-content .lk-title {
    margin-bottom: 40px;
  }

  .lk-purchases .lk-purchases-item .lk-purchases-product .lk-purchases-item__return {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__info .lk-purchases-detail__info-item {
    flex-direction: column;
    gap: 3px;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__info .lk-purchases-detail__info-item .title {
    font-weight: 600;
    font-size: 16px;
    max-width: 100%;
    padding: 0;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__info .lk-purchases-detail__info-item .value {
    text-align: left;
    font-weight: 400;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__info {
    margin-bottom: 50px;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-item {
    margin-bottom: 10px;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__total .lk-purchases-detail__total-price {
    margin-top: 12px;
  }
}

@media screen and (max-width: 600px) {
  .lk-purchases .lk-purchases-item .lk-purchases-item__total {
    gap: 20px;
    justify-content: space-between;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__info .return-button .ibutton,
  .lk-purchases.lk-purchases-detail .lk-purchases-detail__total .ibutton {
    width: 100%;
  }

  .lk-purchases.lk-purchases-detail .lk-purchases-detail__total .ibutton {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }
}

.lk-favorites .lk-right:not(.lk-empty) {
  grid-template-columns: 1fr;
}

.lk-favorites .lk-favorites-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 30px;
}

.lk-favorites .lk-favorites-item .lk-favorites-item__wrap {
  position: relative;
}

.lk-favorites .lk-favorites-item .image {
  position: relative;
  padding-bottom: 151.15%;
  height: 0;
}

.lk-favorites .lk-favorites-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 110%;
}

.lk-favorites .lk-favorites-item .subtitle-name {
  width: max-content;
  display: block;
  margin-top: 15px;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  color: #8D8D8D;
}

.lk-favorites .lk-favorites-item .name {
  position: relative;
  line-height: 1;
  padding-right: 35px;
}

.lk-favorites .lk-favorites-item .name .name-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.lk-favorites .lk-favorites-item .name .actions-list {
  position: absolute;
  top: 0;
  right: 0;
}

.lk-favorites .lk-favorites-item .name .actions-list .favorite {
  display: inline-block;
  width: 15px;
  height: 14px;
}

.lk-favorites .lk-favorites-item .name .actions-list .favorite svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk-favorites .lk-favorites-item .name .actions-list .favorite.is-favorite svg path {
  fill: #000000;
}

.lk-favorites .lk-favorites-item .item-price-block {
  margin-top: 7px;
}

.lk-favorites .lk-favorites-item .item-price-block .price {
  position: relative;
  line-height: 1;
}

.lk-favorites .lk-favorites-item .item-price-block .price .price-item {
  font-size: 16px;
  color: #000000;
}

.lk-favorites .lk-favorites-item .item-price-block .price .price-old {
  font-size: 16px;
  color: rgb(31 31 31 / 30%);
  margin-left: 12px;
  text-decoration: line-through;
}

.lk-favorites .lk-favorites-item .item-colors {
  display: flex;
  position: absolute;
  right: 0;
  bottom: -1px;
  margin-right: -4px;
}

.lk-favorites .lk-favorites-item .item-colors .color {
  padding: 4px;
}

.lk-favorites .lk-favorites-item .item-colors .color span {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: relative;
}

.lk-favorites .lk-favorites-item .item-colors .color.active span:after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
}

@media screen and (max-width: 1280px) {
  .lk-favorites .lk-favorites-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

@media screen and (max-width: 1023px) {
  .lk-favorites .lk-favorites-item .subtitle-name {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #868686;
  }

  .lk-favorites .lk-favorites-item .item-price-block .price .price-item,
  .lk-favorites .lk-favorites-item .item-price-block .price .price-old {
    font-size: 14px;
  }

  .lk-favorites .lk-favorites-item .name .actions-list .favorite svg {
    display: block;
    margin-top: -17px;
  }
}

@media screen and (max-width: 768px) {
  .lk-favorites .lk-favorites-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}

.lk-partner-cabinet .lk-right .lk-title {
  white-space: nowrap;
}

.lk-partner-cabinet .lk-right .lk-content .form .lk-form__buttons {
  margin-top: 45px;
}

@media screen and (max-width: 1470px) {
  .lk-partner-cabinet .lk-right .lk-title {
    white-space: normal;
  }
}

.lk-catalog .lk-right {
  grid-template-columns: 1fr;
}

.lk-catalog .lk-catalog-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 45px;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__forms {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__forms .field {
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__forms .field .select2 {
  margin-bottom: 0;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__forms .field .select2:after {
  right: 7px;
  top: 17px;
  border-color: #000000;
  transition: unset;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__forms .select2-container--default .select2-selection--single .select2-selection__rendered,
.lk-catalog .lk-catalog-head .lk-catalog-head__forms .select2-container--default .select2-selection--multiple {
  border-color: #000000;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__forms .calendar svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__forms .promocode-arrow svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__tabs {
  display: flex;
  gap: 25px;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__tabs .lk-catalog-head__tabs-item {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__tabs .lk-catalog-head__tabs-item.active {
  font-weight: 700;
}

.lk-catalog .lk-catalog-head .lk-catalog-head__tabs .counter {
  cursor: default;
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -22px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  transition: all 0.2s ease;
}

.lk-catalog .lk-catalog-head .lk-add-link.lk-catalog-head__add-product {
  line-height: 1;
}

.lk .lk-right .lk-form-relative {
  position: relative;
}

.lk .lk-right .lk-content .lk-form-relative input {
  padding-right: 25px;
}

.lk .lk-right .field .send-search {
  position: absolute;
  right: -1px;
  bottom: 10px;
  background-image: url(../images/icons/header-search.svg);
  background-size: contain;
  border: 0 none;
  padding: 0 !important;
  height: 15px;
  width: 15px;
  font-size: 0;
  opacity: 1 !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lk .lk-right .field .select-arrow {
  cursor: pointer;
  position: absolute;
  right: 6px;
  bottom: 12px;
  display: flex;
  width: 12px;
  height: 8px;
}

.lk .lk-right .field .select-arrow svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}



.lk .lk-right .lk-form-relative .calendar {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 7px;
  display: flex;
  width: 24px;
  height: 24px;
}

.lk .lk-right .lk-form-relative .promocode-arrow {
  cursor: pointer;
  position: absolute;
  right: 3px;
  bottom: 4px;
  display: flex;
  width: 24px;
  height: 24px;
}

.lk-create .lk-table.is-basket {
  max-height: 730px;
  overflow: auto
}

.lk-table .basket-table {
  margin-top: 0;
}

.lk-table .basket-table a:not(.ibutton) {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.lk-table .basket-table .ibutton {
  white-space: nowrap;
}

.lk-table .basket-table tr.head th {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  padding-bottom: 16px;
  padding-right: 81px;
}

.lk-table .basket-table tr.head th.name {
  width: 100%;
}

.lk-table .basket-table tr.head th.control {
  text-align: right;
  padding-right: 0;
  padding-left: 80px;
}

.lk-table .basket-table td.control {
  text-align: right;
}

.lk-table .basket-table td.control .delete {
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 5px;
  line-height: unset;
  margin-right: 19px;
}

.lk-table .basket-table td.control .delete svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk-table .basket-table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
}

.lk-table .basket-table tr {
  border-bottom: 1px solid #DADAD8;
}

.lk-table .basket-table tr:not(.head) td {
  padding: 25px 0;
}

.lk-table .basket-table tr:not(.head) td.name {
  padding-right: 20px;
}

.lk-table .basket-table .name {
  font-size: unset;
  margin: 0;
}

.lk-table .basket-table .name > a {
  display: inline-block;
  margin-bottom: 8px
}

.lk-table .basket-table td.image {
  width: unset;
  max-width: unset;
  min-width: 127px;
}

.lk-table .basket-table td.image .logo-wrap {
  display: block;
  width: 142px;
  border-radius: 10px;
  padding: 10px;
  border: 0.5px solid #E7E7E6;
  margin-right: 20px;
}

.lk-table .basket-table td.image .logo-wrap .image {
  width: 122px;
  background-size: contain;
}

.lk-table .basket-table td.image .image {
  width: 82px;
  height: 122px;
}

.lk-table .basket-table td.mobile-desc {
  display: none;
}

.lk-table .basket-table td.mobile-desc .name {
  margin-bottom: 8px;
}

.lk-table .basket-table td.mobile-desc .props .prop:not(:last-child) {
  margin-bottom: 4px;
}

.lk-table .basket-table .props * {
  font-size: 14px;
  text-transform: unset;
}

.lk-table .basket-table td.size,
.lk-table .basket-table td.count,
.lk-table .basket-table td.summa,
.lk-table .basket-table td.desc .mobile-size,
.lk-table .basket-item-price-old-text {
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

.lk-table .basket-table tr:not(.head) td.count .quantity-choice .item {
  display: inline-block;
  width: 12px;
  height: 22px;
  padding: 5px 0;
}

.lk-table .basket-table tr:not(.head) td.count .quantity-choice .item svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lk-table .basket-table tr:not(.head) td.count .quantity-choice input {
  font-size: 16px;
}

.ibutton.lk-button-show-more {
  margin-top: 45px;
  min-width: 255px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
}

@media screen and (max-width: 1280px) {

  .lk-catalog .lk-catalog-head .lk-add-link.lk-catalog-head__add-product {
    width: 100%;
  }

  .lk-table .basket-table tr.head th {
    padding-right: 30px;
  }

  .lk-table .basket-table tr.head th.name {
    width: auto;
  }

  .lk-table .basket-table tr.head th.control {
    padding-left: 0;
  }

  .lk-table .basket-table .ibutton {
    padding: 0 12px;
    height: 35px;
    line-height: 33px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .lk-right .lk-content .lk-title {
    padding: 0 20px 0;
    text-align: center;
  }

  .lk-right .lk-content .lk-back-mobile {
    display: block;
  }

  .lk-catalog .lk-catalog-head {
    margin-bottom: 41px;
  }

  .lk-catalog .lk-catalog-head .lk-catalog-head__forms {
    flex-direction: column;
  }

  .lk-catalog .lk-catalog-head .lk-catalog-head__forms .field {
    max-width: 100%;
  }

  .lk-catalog .lk-catalog-head .lk-catalog-head__forms .select2-container--default .select2-selection--single .select2-selection__rendered,
  .lk-catalog .lk-catalog-head .lk-catalog-head__forms .select2-container--default .select2-selection--multiple {
    font-size: 14px;
  }

  .lk-catalog .lk-catalog-head .lk-catalog-head__tabs {
    gap: 15px;
  }

  .lk-catalog .lk-catalog-head .lk-catalog-head__tabs {
    line-height: 1;
  }

  .lk-catalog .lk-catalog-head .lk-catalog-head__tabs .lk-catalog-head__tabs-item {
    font-size: 14px;
  }

  .lk-catalog .lk-catalog-head .lk-catalog-head__tabs .counter {
    top: -10px;
    right: -17px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .lk-table .basket-table td,
  .lk-table .basket-table a,
  .lk-table .basket-table td.size,
  .lk-table .basket-table td.count,
  .lk-table .basket-table td.summa,
  .lk-table .basket-table td.desc .mobile-size,
  .lk-table .basket-item-price-old-text,
  .lk-table .basket-table tr:not(.head) td.count .quantity-choice input {
    font-size: 14px;
  }

  .lk-table .basket-table tr {
    position: relative;
    display: table-row;
    width: 100%;
  }

  .lk-table .basket-table tr.head th {
    padding-right: 20px;
  }

  .lk-table .basket-table td.image {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
  }

  .lk-table .basket-table td.image .image {
    width: 62px;
    height: 92px;
  }

  .lk-table .basket-table td.image .logo-wrap {
    width: 65px;
    height: 65px;
    padding: 5px;
    margin-right: 0;
  }

  .lk-table .basket-table td.image .logo-wrap .image {
    width: 55px;
    height: 55px;
  }

  .lk-table .basket-table thead {
    display: none;
  }

  .lk-table .basket-table td.activity.control,
  .lk-table .basket-table td:not(.image):not(.control):not(.mobile-desc):not(.count):not(.summa) {
    display: none;
  }

  .lk-table .basket-table tr:not(.head) td {
    vertical-align: top;
    padding: 18px 0;
  }

  .lk-table .basket-table tr:not(.head) td.mobile-desc {
    display: block;
    padding-right: 18px;
  }

  .lk-table .basket-table tr:not(.head) td.mobile-desc .name > a {
    font-size: 14px;
    margin-bottom: 0;
  }

  .lk-table.is-basket .basket-table tr:not(.head) td.mobile-desc {
    padding-bottom: 50px;
  }

  .lk-table .basket-table tr:first-child {
    border-top: 1px solid #DADAD8;
  }

  .lk-table .basket-table td.control {
    width: auto;
    max-width: unset;
    padding: 18px 0 !important;
  }

  .lk-table .basket-table td.control .delete {
    display: flex;
    width: 20px;
    height: 20px;
    margin: 0;
  }

  .ibutton.lk-button-show-more {
    margin-top: 30px;
  }

  .lk-table .basket-table td.count .quantity-choice {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    margin: 0;
  }

  .lk-table .basket-table td.summa {
    display: block;
    position: absolute;
    right: 0;
    bottom: 18px;
    padding: 0 !important;
  }
}

@media screen and (max-width: 550px) {
  .lk-catalog .lk-catalog-head .lk-catalog-head__forms {
    width: 100%;
    flex-direction: column;
  }

  .ibutton.lk-button-show-more {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}

.lk-basket .lk-right {
  grid-template-columns: 1fr;
}

.lk-basket .lk-right .lk-content .lk-title {
  margin-bottom: 45px;
}

.lk-partner-import .lk-right {
  grid-template-columns: 1fr;
}

.lk-partner-import .lk-right .lk-content .lk-title {
  margin-bottom: 35px;
}

.lk-partner-import .lk-import {
  width: 100%;
  max-width: 460px;
}

.lk-partner-import .lk-import .lk-import-content {
  margin-bottom: 75px;
}

.lk-partner-import .lk-import .import-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin-bottom: 35px;
}

.lk-partner-import .lk-import .import-template {
  margin-top: 35px;
}

.lk-partner-import .lk-import .import-template .import-template__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}

.lk-partner-import .lk-import .import-template .ibutton {
  width: 100%;
}

.lk-partner-import .lk-import .lk-import-bottom__title {
  font-weight: 600;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 35px;
}

.lk-partner-import .lk-import .btn-download {
  width: 100%;
  height: 47px;
  line-height: 47px;
  margin-top: 21px;
}

@media screen and (max-width: 1023px) {
  .lk-partner-import .lk-import {
    max-width: 100%;
  }

  .lk-partner-import .file-selectdialog {
    max-width: 100%;
  }

  .lk-partner-import .lk-import .lk-import-bottom__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
  }

  .lk-partner-import .lk-import .import-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .lk-partner-import .lk-import .import-template .import-template__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.lk-manager-create .lk-right {
  grid-template-columns: 1fr;
}

.lk-manager-create .lk-right .lk-content .lk-title {
  margin-bottom: 35px;
}

.lk-create {
  display: grid;
  grid-template-columns: minmax(250px, 464px) 1fr;
  gap: 75px 85px;
  align-items: start;
}

.lk-create .lk-create-step {
  align-self: start;
}

.lk-create .lk-create-step .lk-create-step__title {
  display: flex;
  align-items: flex-end;
}

.lk-create .lk-create-step .lk-create-step__title span:not(.number) {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 12px;
}

.lk-create .lk-create-step .lk-create-step__title .type {
  cursor: pointer;
}

.lk-create .lk-create-step .lk-create-step__title .number {
  display: inline-block;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-right: 16px;
}

.lk-create .lk-create-step.lk-create-step_1 .lk-create-step__title {
  margin-bottom: 17px;
}

.lk-create .lk-create-step.lk-create-step_1 .lk-create-step__content .field {
  margin-bottom: 0;
}

.app-search-form {
  position: relative;
}

.app-search-form .search_result .search_result__item {
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: all .2s ease;
}

.app-search-form .search_result .search_result__item:hover {
  opacity: .6;
}

.app-search-form .search_result .search_result__item .pict {
  height: 105px;
  width: 70px;
  max-width: 70px;
  min-width: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.app-search-form .search_result .search_result__item .body {
  margin-left: 20px;
}

.app-search-form .search_result .search_result__item .body .body_name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 8px;
}

.app-search-form .search_result .search_result__item .body .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #000000;
}

.lk-right .lk-content .form .field .button-confirm-phone,
.lk-right .lk-content .form .field .add-user-selection {
  position: absolute;
  top: 14px;
  right: 0;
  border-bottom: 0 none;
  line-height: 1;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
}

.lk-create .lk-create-step.lk-create-step_2 {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  height: 100%
}

.lk-create .lk-create-step.lk-create-step_2 .js-sticky-kit-go {
  position: sticky;
  top: 122px
}

.lk-create .lk-create-step.lk-create-step_2 .js-sticky-kit-go + div {
  pointer-events: none
}

.lk-create .lk-create-step.lk-create-step_2 .lk-create-step__title {
  margin-bottom: 23px;
}

.lk-create .lk-table .basket-table tr.head th.control {
  padding-left: 0;
  padding-right: 0;
}

.lk-create .lk-table .basket-table tr.head th {
  padding-right: 56px;
}

.lk-create .lk-table .basket-table tr.head th.summa {
  padding-right: 47px;
}

.lk-create .lk-table .basket-table td.image {
  min-width: 100px;
}

.lk-create .lk-table .basket-table a {
  font-size: 14px;
}



.lk-create .lk-table .basket-table tr:not(.head) td.name {
  vertical-align: top;
}

.lk-create .lk-table .basket-table tr:not(.head):last-child {
  border-bottom: 1px solid #000000;
}

.lk-create .lk-table-total {
  margin-top: 26px;
}

.lk-create .lk-table-total .lk-table-total__item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
}

.lk-create .lk-table-total .lk-table-total__item:first-child {
  margin-top: 0;
}

.lk-create .lk-table-total .lk-table-total__item.lk-table-total__promocode {
  margin-top: 14px;
}


.lk-create .lk-table-total .lk-table-total__item.promocode-item {
  margin-top: 24px;
  justify-content: flex-end;
}

.lk-create .lk-table-total .lk-table-total__item.promocode-item .form {
  min-width: 386px;
}

.lk-create .lk-table-total .lk-table-total__item.promocode-item .form .field {
  margin-bottom: 0;
}

.lk-create .lk-table-total .lk-table-total__item.promocode-item .form .field label {
  font-weight: 700;
  text-transform: uppercase;
  color: #8D8D8D;
}

.lk-create .lk-table-total .lk-table-total__item.total-item {
  margin-top: 45px
}

.lk-right .lk-content .lk-table-total .lk-form__buttons {
  margin-top: 41px
}

.lk-create .lk-table-total .lk-table-total__item span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8D8D8D;
}

.lk-create .lk-table-total .lk-table-total__item span.value {
  text-align: right;
  white-space: nowrap
}

.lk-create .lk-table-total .lk-table-total__item.total-item span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.lk-create .lk-table-total .basket-coupon-section {
  margin-top: 37px
}

.lk-create .basket-checkout-container {
  display: grid;
  gap: 73px;
  grid-template-columns:minmax(200px, 313px) minmax(260px, 1fr);
  justify-content: space-between;
  margin-top: 75px;
  display: none;
}

.lk-create .basket-checkout-container .basket-coupon-info .basket-coupon-info__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 22px;
  text-transform: uppercase
}

.lk-create .basket-checkout-container .basket-coupon-info .basket-coupon__btn {
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  width: 100%
}

.lk-create .basket-checkout-container .basket-coupon-info .basket-coupon__btn-whatsapp {
  margin-bottom: 20px
}

.lk-create .basket-checkout-container .basket-coupon-section {
  margin-top: -20px;
  position: relative
}

.lk-create .basket-coupon-section .basket-coupon-block-field .field {
  margin-bottom: 0
}

.lk-create .basket-coupon-section .basket-coupon-block-field .placeholder {
  color: #8d8d8d !important;
  font-size: 16px;
  text-transform: uppercase
}

.lk-create .basket-coupon-section .basket-coupon-block-field input:not(:-moz-placeholder-shown) + .placeholder {
  font-size: 14px;
  top: -3px
}

.lk-create .basket-coupon-section .basket-coupon-block-field input:focus + .placeholder, .lk-create .basket-coupon-section .basket-coupon-block-field input:not(:placeholder-shown) + .placeholder {
  font-size: 14px;
  top: -3px
}

.lk-create .basket-checkout-container .basket-coupon-alert-section {
  width: 100%
}

.lk-create .basket-coupon-alert-section .basket-coupon-alert-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 9px
}

.lk-create .basket-coupon-alert-section .basket-coupon-alert {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between
}

.lk-create .basket-coupon-alert-section .basket-coupon-text {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase
}

.lk-create .basket-coupon-name {
  display: block;
  width: fit-content;
  background: #000;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 4px 16px 3px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 5px;
}

.lk-create .basket-coupon-name .close-link {
  border: none;
  cursor: pointer;
  height: 26px;
  padding: 5px;
  position: absolute;
  right: -10px;
  top: -11px;
  width: 26px
}

.lk-create .basket-coupon-name .close-link svg {
  display: inline-block;
  height: 100%;
  width: 100%
}

.lk-create .lk-create-step-form {
  display: flex;
  flex-direction: column;
  gap: 75px;
}

.lk-create .lk-create-step-form .lk-create-step {
  width: 100%;
}

.lk-create .lk-create-step.lk-create-step_3,
.lk-create .lk-create-step.lk-create-step_4:not(.lk-create-step_5) {
  margin-bottom: 75px
}

.lk-create .lk-create-step.lk-create-step_3 .lk-create-step__title {
  margin-bottom: 35px;
}

/*.lk-create .lk-create-step.lk-create-step_4 {*/
/*  grid-column: 1 / 2;*/
/*}*/

.lk-create .lk-create-step.lk-create-step_4 .lk-create-step__title {
  margin-bottom: 20px;
}

.lk-create .methods .field-radio {
  margin-bottom: 11px;
  border-bottom: 1px solid #000000;
  padding: 15px 0 24px;
}

.lk-create .methods .payment:last-child .field-radio {
  margin-bottom: 0;
}

.lk-create .methods .field-radio .label-flx {
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  opacity: 1;
  transition: all .2s ease;
}

.lk-create .methods .payment:not(.active) .field-radio .label-flx:hover {
  opacity: .5;
}

.lk-create .methods .payment.active .pvz-select {
  display: block;
}

.lk-create .methods .payment .boxberry_widget {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #444;
  transition: all .2s ease;
}

.lk-create .methods .payment .boxberry_widget:hover {
  border-bottom-color: transparent;
}

.lk-create .methods .payment .boxberry_widget {
  cursor: pointer;
  border-width: 0 0 1px 0;
  outline: none;
  background: unset;
}

.lk-create .methods .payment #pvz-boxberry p {
  margin: 10px 0 0;
}

.lk-create .methods .field-radio .label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  padding-top: 1px;
  padding-left: 36px;
  flex-grow: 1;
  margin-right: 25px;
  opacity: 1;
  transition: all .2s ease
}

.lk-create .methods .field-radio .cost,
.lk-create .methods .field-radio .period {
  font-size: 16px;
  line-height: 1.4;
  color: #8D8D8D;
  cursor: pointer;
}

.lk-create .methods .field-radio .cost {
  text-align: right;
}

.lk-create .methods .field-radio .period {
  color: #8D8D8D;
  text-align: right;
}

.lk-create .methods .payment.active .field-radio .label,
.lk-create .methods .payment.active .field-radio .cost,
.lk-create .methods .payment.active .field-radio .period {
  cursor: default;
}

.lk-create .methods .field-radio .description {
  line-height: 1.3;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
  color: #C5C5C5;
  font-weight: 500;
}

.lk-create .element_block {
  margin-top: 35px;
}

.lk-create .element_block, .lk-create .element_block__top {
  margin-top: 35px
}

.lk-create .element_block__bottom {
  margin-top: 20px
}

.lk-create .element_block__left {
  display: none;
}

.lk-create .element_info_cols {
  display: flex;
  justify-content: flex-start;
}

.lk-create .element_info_cols .element_info_col_image {
  margin-right: 25px;
}

.lk-create .element_info_cols .element_info_col_image .element_block__pict {
  width: 90px;
  height: 135px;
  object-fit: cover;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 12px;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__prop,
.lk-create .element_info_cols .element_info_col_desc .element_block__prop span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #8D8D8D;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__prop {
  margin-bottom: 11px;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__price {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 20px;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__color {
  line-height: 1;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__color ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__color ul li {
  cursor: pointer;
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__color ul li.disabled {
  color: #d9d9d8 !important;
  cursor: auto !important
}

.lk-create .element_info_cols .element_info_col_desc .element_block__color ul li.select {
  font-weight: 700;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__color:nth-last-child(2) ul li {
  text-transform: lowercase;
}

.lk-create .element_info_cols .element_info_col_desc .element_block__color:nth-last-child(2) ul li:first-letter {
  text-transform: uppercase;
}




.lk-create .element_block__table {
  margin-top: 35px;
}

.lk-create .element_block__table table {
  border-collapse: initial;
  width: 100%;
}

.lk-create .element_block__table table th,
.lk-create .element_block__table table td {
  cursor: pointer;
  padding: 7px 10px 6px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  background-color: #FAF9FA;
  border: 2.5px solid #FFFFFF;
  vertical-align: middle;
}

.lk-create .element_block__table table th {
  cursor: default;
  padding: 10px 15px 8px;
  font-weight: 400;
  text-align: center;
  background-color: #575C5B;
  color: #FFFFFF;
  text-transform: uppercase;
  border: none;
}

.lk-create .element_block__table table th:hover {
  opacity: 1;
}

.lk-create .element_block__table table .head + tr td {
  border-top-width: 5px;
}

.lk-create .element_block__table table tr td:first-child {
  border-left-width: 0;
}

.lk-create .element_block__table table tr td:last-child {
  border-right-width: 0;
}

.lk-create .element_block__table table td:hover {
  box-shadow: 0 0 0 2px #575C5B inset;
}

.lk-create .element_block__table table th:first-child,
.lk-create .element_block__table table td:first-child,
.lk-create .element_block__table table th:first-child:hover,
.lk-create .element_block__table table td:first-child:hover {
  text-align: left;
  cursor: default;
  opacity: 1;
  box-shadow: none;
}

.lk-create .element_block__table table td.select {
  box-shadow: 0 0 0 2px #575C5B inset;
}

@media screen and (max-width: 1600px) {
  .lk-create .basket-checkout-container {
    gap: 30px
  }
}

@media screen and (max-width: 1470px) {
  .lk-create .basket-checkout-container {
    gap: 45px;
    grid-template-columns:1fr
  }

  .lk-create .basket-checkout-container .basket-coupon-info {
    max-width: 313px;
    order: 2
  }

  .lk-create .basket-checkout-container .basket-coupon-section {
    order: 1
  }
}

@media screen and (max-width: 1280px) {
  .lk-create {
    gap: 35px 45px;
  }

  .lk-create .lk-create-step-form {
    gap: 35px;
  }

  .lk-create .lk-create-step.lk-create-step_3,
  .lk-create .lk-create-step.lk-create-step_4:not(.lk-create-step_5) {
    margin-bottom: 35px
  }
}

@media screen and (max-width: 1200px) {
  .lk-create {
    grid-template-columns: 464px;
  }

  .lk-create .lk-create-step.lk-create-step_2 {
    grid-row: unset;
    grid-column: unset;
    position: unset
  }

  .lk-create .lk-create-step.lk-create-step_2 .js-sticky-kit-go {
    position: unset
  }

  .lk-create .lk-table .basket-table tr.head th,
  .lk-create .lk-table .basket-table tr.head th.summa {
    padding-right: 20px;
  }

  .lk-create .lk-table .basket-table td.image {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
  }

  .lk-create .lk-table .basket-table td.image .image {
    width: 62px;
    height: 92px;
  }

  .lk-create .lk-table .basket-table td.image .logo-wrap {
    width: 65px;
    height: 65px;
    padding: 5px;
    margin-right: 0;
  }

  .lk-create .lk-table .basket-table td.image .logo-wrap .image {
    width: 55px;
    height: 55px;
  }

  .lk-create .lk-table-total .lk-table-total__item.promocode-item .form {
    min-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .lk-create {
    grid-template-columns: 1fr;
  }

  .lk-create .methods .field-radio .label {
    font-size: 14px;
  }

  .lk-create .methods .field-radio {
    margin-top: 8px;
    padding: 10px 0 18px;
  }

  .lk-right .lk-content .form .field .button-confirm-phone,
  .lk-right .lk-content .form .field .add-user-selection {
    font-size: 14px;
  }

  .lk-create .element_info_cols .element_info_col_desc .element_block__price {
    font-size: 14px;
  }

  .lk-create .element_info_cols .element_info_col_desc .element_block__color ul li {
    font-size: 14px;
  }

  .lk-create .element_info_cols .element_info_col_image {
    margin-right: 18px;
  }

  .lk-create .element_info_cols .element_info_col_image .element_block__pict {
    width: 82px;
    height: 122px;
  }
}

@media screen and (max-width: 768px) {
  .lk-create .element_block__table table th,
  .lk-create .element_block__table table td {
    font-size: 12px;
    padding: 7px 7px 6px;
  }

  .lk-create .element_block__table table th {
    padding: 10px 8px 8px;
  }

  .lk-create .basket-checkout-container .basket-coupon-info .basket-coupon__btn {
    height: 40px;
    line-height: 40px
  }

  .lk-create .basket-checkout-container .basket-coupon-info .basket-coupon__btn-whatsapp {
    margin-bottom: 15px
  }
}


@media screen and (max-width: 550px) {
  .lk-create .lk-table-total .lk-table-total__promocode .basket-coupon-name {
    margin-left: 0;
    margin-top: -4px
  }

  .lk-create .lk-table-total .lk-table-total__item.lk-table-total__promocode span.title {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px
  }

  .lk-create .basket-checkout-container .basket-coupon-info {
    max-width: 100%
  }
}

.search_result {
  display: block !important
}

.search_result[v-cloak] {
  display: none !important;
}

.element_block__color + .element_block__color {
  margin-top: .5rem
}

.lk-services {
  margin-bottom: 46px;
}

.lk-services .auth-services {
  margin: 0 !important;
}

.lk-services.auth-container .auth-services-buttons .auth-services-buttons__list {
  grid-template-columns: repeat(2, 1fr) !important;
}

.lk-services .lk-services__head {
  margin-bottom: 15px;
}

.lk-services .lk-services__head .lk-services__title {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.lk-services .lk-services__head .lk-services__text {
  color: #8D8D8D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.lk-certificate .form textarea {
  height: 39px;
  min-height: 39px;
  max-height: 120px;
  resize: vertical;
}

.lk-utm .lk-right .lk-content .lk-title {
  margin-bottom: 25px;
}

.lk-utm .lk-right .lk-content .utm-desc {
  line-height: 1.2;
  margin-bottom: 24px;
}

.lk-utm .lk-right .lk-content .utm-desc > a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lk-utm .utm-success {
  line-height: 1.2;
  display: none;
}

.lk-utm .utm-success .utm-success__msg {
  display: none;
  color: #B10404;
  line-height: 1.2;
  margin: 30px 0 0;
}

.lk-utm .utm-success .utm-success__link {
  display: inline-block;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  margin: 0;
}

.field-suggestions .suggestions {
  position: absolute;
  top: calc(100% + 5px);
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 107px;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: unset;
  z-index: 10;
}

.field-suggestions .suggestions.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}

.field-suggestions .suggestions .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.field-suggestions .suggestions .suggestion-item:hover {
  background-color: #f0f0f0;
}

.field-suggestions .suggestions .suggestion-item .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: -5px;
}

.field-suggestions .suggestions .suggestion-item .remove svg {
  display: block;
  width: 10px;
  height: 10px;
}

.lk-personal .lk-profile-id {
  color: #8D8D8D;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 30px;
}