.lk__filter-disable {
  margin-bottom: 15px;
}
.lk__filter-reset {
  width: 165px;
  height: 44px;
  box-shadow: 0 15px 30px rgba(250, 73, 127, 0.3);
  border-radius: 22px;
  background-color: #fa497f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
}
.lk__filter-container {
  display: flex;
}
@media (max-width: 650px) {
  .lk__filter-container {
    display: block;
  }
}
.lk__filter-panel {
  font-family: 'GothamProLight', sans-serif;
  padding: 0;
  border-radius: 8px;
  margin-right: 18px;
  flex: 0 0 230px;
  position: relative;
}
@media (max-width: 650px) {
  .lk__filter-panel {
    margin: 0;
  }
}
.lk__filter-panel-switcher {
  height: 50px;
  border-radius: 25px;
  background-color: #495dfa;
  font-size: 14px;
  font-weight: 300;
  padding: 19px 33px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (min-width: 651px) {
  .lk__filter-panel-switcher {
    display: none;
  }
}
.lk__filter-panel-switcher:after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background: url('/img/lk/triangle.svg') center center no-repeat;
  transition: transform 0.3s;
}
.lk__filter-panel-open .lk__filter-panel-switcher:after {
  transform: rotate(180deg);
}
.lk__filter-panel-open .lk__filter-item {
  visibility: visible;
  height: auto;
  padding: 27px 17px;
}
.lk__filter-item {
  padding: 23px 16px;
  border-bottom: 1px solid rgba(188, 195, 205, 0.75);
  background-color: #f6f8fe;
}
@media (max-width: 650px) {
  .lk__filter-item {
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
  }
  .lk__filter-item:nth-child(3) {
    padding-top: 52px;
    margin-top: -25px;
  }
}
.lk__filter-item-body {
  max-width: 198px;
  margin: 0 auto;
}
.lk__filter-item:last-child {
  border-bottom-style: none;
}
.lk__filter-item-title {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 300;
  padding-left: 13px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.lk__filter-item-title:before {
  content: '';
  display: block;
  width: 9px;
  height: 6px;
  margin-right: 8px;
  background: url('/img/lk/expandable.png') center center no-repeat;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.lk__filter-item-collapsed .lk__filter-item-title:before {
  transform: none;
}
.lk__filter-item-collapsed .lk__filter-item-body {
  display: none;
}
.lk__filter-item-collapsed .lk__filter-item-title {
  margin-bottom: 0;
}
.lk__filter-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lk__filter-choose-button {
  width: 90px;
  height: 60px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #ededf7;
  color: #5e5e5e;
  background-color: #ffffff;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk__filter-choose-button-active {
  color: #495dfa;
  border-color: #495dfa;
}
.lk__filter-numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.lk__filter-number {
  font-size: 12px;
  cursor: pointer;
  color: #5e5e5e;
}
.lk__filter-number-active {
  font-weight: bold;
  color: #1c2273;
}
.lk__filter-slider {
  height: 18px;
  position: relative;
}
.lk__filter-slider-control {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
  top: 0;
  background-color: #495dfa;
  border-radius: 50%;
}
.lk__filter-slider-line {
  width: 100%;
  height: 4px;
  background-color: #ededf7;
  position: absolute;
  top: 7px;
}
.lk__filter-slider-indicator {
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #495dfa;
}
.lk__filter-date input {
  width: 100%;
  height: 43px;
  border-radius: 10px;
  border: 1px solid #e5e3eb;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.lk__filter-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.lk__filter-range input {
  width: 90px;
  height: 43px;
  border-radius: 10px;
  border: 1px solid #e5e3eb;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.lk__filter-checkbox {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 3px;
  border: 1px solid #eeecf7;
  background-color: #ffffff;
  margin-right: 18px;
}
.lk__filter-checkbox-option {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #5e5e5e;
}
.lk__filter-checked {
  font-weight: 600;
}
.lk__filter-checked .lk__filter-checkbox {
  border-color: #495dfa;
  background: url('/img/lk/checked.png') center center no-repeat;
}
.lk__search {
  max-width: 100%;
  position: relative;
  background-image: url('/img/lk/search.png');
  background-position: right 24px center;
  background-repeat: no-repeat;
}
.lk__search:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('/img/lk/search.svg') center center no-repeat;
  top: 13px;
  right: 16px;
  z-index: 2;
}
@media (max-width: 650px) {
  .lk__search:after {
    right: 22px;
  }
}
.lk__search-container {
  padding: 31px 16px 23px;
  background-color: #f6f8fe;
}
@media (max-width: 650px) {
  .lk__search-container {
    background-color: #fff;
    padding: 31px 0 23px;
  }
}
.lk__search input {
  width: 100%;
  border-radius: 25px;
  background-color: #ffffff;
  height: 50px;
  padding: 0 40px 0 15px;
  border-style: none;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 650px) {
  .lk__search input {
    background-color: #f6f8fe;
    padding: 0 46px 0 28px;
  }
}
.lk__search input:placeholder {
  color: #b2b0b6;
  font-size: 14px;
  font-weight: 300;
}
.lk__popup-form {
  color: #313139;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  display: none;
}
.lk__popup-form figure {
  margin: 0;
}
.lk__popup-form button {
  border-style: none;
}
.lk__popup-form .close_button {
  background-color: transparent;
}
.lk__popup-form.active {
  display: flex;
}
.lk__popup-form-container {
  background-color: #fff;
  width: 700px;
  position: relative;
  padding: 0 2rem 2.5rem 11rem;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.75);
}
@media (max-width: 415px) {
  .lk__popup-form-container {
    width: 95vw;
    padding: 0 2rem 1.5rem 2rem;
  }
}
.lk__popup-form-container > .icon {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  padding: 1.5rem;
  background: linear-gradient(45deg, #AF3459, #fa497f);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 415px) {
  .lk__popup-form-container > .icon {
    padding: 0.75rem;
  }
}
.lk__popup-form-container > .icon img {
  width: 6rem;
  height: 6rem;
}
@media (max-width: 415px) {
  .lk__popup-form-container > .icon img {
    width: 3rem;
    height: 3rem;
  }
}
.lk__popup-form-container .close_button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.lk__popup-form-container .close_button img {
  width: 1rem;
  height: 1rem;
}
.lk__popup-form-container .close_button:hover {
  transform: scale(1.2);
}
.lk__popup-form-container .background {
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.lk__popup-form-container .background[data-type=promocode] {
  bottom: 1rem;
  opacity: 0.6;
}
.lk__popup-form-container .background[data-type=register] {
  bottom: 0.5rem;
  opacity: 0.8;
}
.lk__popup-form-container .background[data-type=register] img {
  width: 14rem;
}
.lk__popup-form-container .background[data-type=question_set] {
  bottom: 0.5rem;
  opacity: 0.8;
}
.lk__popup-form-container .background[data-type=email] {
  bottom: 1rem;
  opacity: 0.9;
}
.lk__popup-form-container .background[data-type=supererror] {
  opacity: 0.9;
}
.lk__popup-form-container .background[data-type=supererror] img {
  width: 12.5rem;
}
.lk__popup-form-container .background[data-type=banned] {
  bottom: 0.5rem;
  opacity: 0.8;
}
.lk__popup-form-container .background[data-type=confirm] {
  bottom: 0.5rem;
}
.lk__popup-form-container .background[data-type=confirm] img {
  width: 11.5rem;
}
.lk__popup-form-container .background img {
  width: 15rem;
  filter: grayscale(1);
}
.lk__popup-form-container h2 {
  font-size: 1.25rem;
  padding: 1.5rem;
  text-align: center;
}
.lk__popup-form-container .content {
  padding: 0 1rem;
  box-sizing: border-box;
  max-height: 60vh;
  overflow: auto;
  margin: 1rem 0 2rem 0;
}
@media (max-width: 415px) {
  .lk__popup-form-container .content {
    padding: 0;
    margin: 1.5rem 0 2rem 0;
  }
}
.lk__popup-form-container .content p {
  font-size: 1.25rem;
  text-align: center;
  word-break: break-word;
  margin: 0 0 6px;
}
.lk__popup-form-container .content p span {
  margin-top: 0.5rem;
  display: block;
}
.lk__popup-form-container .main_button {
  padding: 1rem 2rem;
  position: relative;
  display: inline-block;
}
.lk__popup-form-container .main_button:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-135deg, #AF3459, #fa497f);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.lk__popup-form-container .main_button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #AF3459, #fa497f);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.lk__popup-form-container .main_button:not(.inactive):hover::after {
  opacity: 1;
}
.lk__popup-form-container .main_button:not(.inactive):hover::before {
  opacity: 1;
}
.lk__popup-form-container .main_button.inactive {
  filter: grayscale(100%);
}
.lk__popup-form-container .main_button span {
  font-size: 1.35rem;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.lk__popup-form.active .container {
  -webkit-animation: popup_show 0.5s forwards;
          animation: popup_show 0.5s forwards;
}
.lk__popup-form-input {
  margin: 25px 0 0;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 6px;
  width: 220px;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.lk__popup-form-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  max-width: 100%;
  height: 50px;
  background-color: #fa497f;
  margin-top: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.lk__popup-form-button:hover {
  background-color: #AF3459;
}
.lk__comment {
  border-radius: 8px;
  border: 1px solid #ededf7;
  background-color: #ffffff;
  padding: 22px 24px 32px 22px;
  margin-bottom: 26px;
}
.lk__comment-quote {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 13px;
}
.lk__comment-quote a {
  color: #000;
  font-weight: bold;
}
.lk__comment-rating-stars {
  margin-left: 15px;
  cursor: pointer;
}
.lk__comment-rating-stars i {
  color: #fa497f;
}
.lk__comment-top {
  padding-bottom: 11px;
  border-bottom: 1px solid #ededf7;
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .lk__comment-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.lk__comment-target span {
  color: #7582ac;
  width: 128px;
  border-radius: 6px;
  background-color: #edeef2;
  display: inline-block;
  padding: 5px 0;
  margin: 10px 0;
  text-align: center;
}
.lk__comment-author {
  color: #1c2273;
  font-size: 19px;
  font-weight: 600;
}
.lk__comment-author span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 17px;
}
@media (max-width: 650px) {
  .lk__comment-author span {
    display: block;
    margin: 15px 0 0;
  }
}
.lk__comment-text {
  color: #7582ac;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 21px;
}
.lk__comment-text-full {
  display: none;
}
.lk__comment-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1c2273;
  font-size: 16px;
  text-decoration: underline;
}
.lk__comment-bottom i {
  font-size: 15px;
  margin-left: 15px;
  font-weight: 300;
}
.lk__comment-replies {
  padding: 9px 0 0 38px;
  margin-bottom: 26px;
  background: url('/img/lk/get-replies.svg') 0 0 no-repeat;
}
.lk__comment-replies-get {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.lk__comment-replies[data-lk__empty="1"] {
  cursor: pointer;
}
.lk__comment-replies .lk__comment {
  background-color: #f6f8fe;
}
.lk__comment-more {
  text-transform: uppercase;
  cursor: pointer;
}
.lk__comments {
  margin-top: 70px;
}
.lk__comments-top {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .lk__comments-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.lk__comments-top h2 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .lk__comments-top h2 {
    font-size: 18px;
  }
}
.lk__comments-add {
  height: 15px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 650px) {
  .lk__comments-add {
    margin-top: 20px;
  }
}
.lk__comments-reply-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.lk__comments-reply-bg-active {
  visibility: visible;
  opacity: 1;
}
.lk__comments-reply-bg-active .dashboard__comments-reply-form {
  margin-top: 0;
}
.lk__comments-reply-form {
  margin-top: 50px;
  transition: margin 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 12;
  width: 675px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.lk__comments-reply-form textarea {
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  font-size: 22px;
  width: 100%;
  margin: 0;
  border: 2px solid #fff;
  padding: 5px;
  height: 150px;
  outline: none;
}
.lk__comments-reply-form textarea::-moz-placeholder {
  color: #ddd;
}
.lk__comments-reply-form textarea:-ms-input-placeholder {
  color: #ddd;
}
.lk__comments-reply-form textarea::placeholder {
  color: #ddd;
}
.lk__comments-reply-form-buttons {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .lk__comments-reply-form-buttons {
    flex-direction: column;
    justify-content: center;
  }
}
.lk__comments-reply-form-button {
  height: 50px;
  box-shadow: 0 15px 30px rgba(250, 73, 127, 0.3);
  border-radius: 35px;
  background-color: #fa497f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (max-width: 650px) {
  .lk__comments-reply-form-button {
    margin: 25px 0 0;
    width: 230px;
  }
  .lk__comments-reply-form-button:last-child {
    margin: 15px 0 0;
  }
}
.lk__comments-reply-form-button:hover {
  background-color: #AF3459;
}
.lk__hints {
  position: absolute;
  margin-top: 60px;
  border: 1px solid #fff;
  display: none;
  z-index: 3;
  max-height: 120px;
  width: calc(100% - 20px);
  overflow-y: auto;
}
.lk__hints-open .lk__hints {
  display: block;
}
.lk__hints-open .lk__editable-save {
  display: none;
}
.lk__hint {
  cursor: pointer;
  padding: 6px 12px;
  line-height: 100%;
  color: #fff;
}
.lk__hint:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.lk__cropper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
}
.lk__cropper-container {
  position: relative;
  background: #fff;
}
.lk__cropper-close {
  position: absolute;
  padding: 15px;
  top: 10px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
}
.lk__cropper-save {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 400;
  width: 190px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid #7582ac;
  background-color: #fff;
  color: #7582ac;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.lk__container {
  padding: 39px 39px 36px 50px;
  box-sizing: border-box;
  flex: 1 auto;
  flex-direction: row;
}
@media (max-width: 650px) {
  .lk__container {
    padding: 34px 15px;
  }
}
.lk__container * {
  box-sizing: border-box;
}
.lk__container h1 {
  font-size: 35px;
  font-family: "EXO2", sans-serif;
  padding: 0;
  margin: 0 0 58px;
  text-align: center;
}
@media (max-width: 650px) {
  .lk__container h1 {
    font-size: 30px;
  }
}
.lk__container h2 {
  font-family: "EXO2", sans-serif;
  font-size: 30px;
  margin: 0;
}
.lk__dropdown {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 38px;
  color: #7582ac;
}
@media (max-width: 650px) {
  .lk__dropdown {
    flex-direction: column;
    height: auto;
  }
}
.lk__dropdown-active {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  width: 190px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid #7582ac;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 650px) {
  .lk__dropdown-active {
    margin: 8px 0 20px;
  }
}
.lk__dropdown-list {
  position: absolute;
  width: 190px;
  border: 1px solid #7582ac;
  z-index: 2;
  background-color: #fff;
  right: 0;
  top: 38px;
  display: none;
}
@media (max-width: 650px) {
  .lk__dropdown-list {
    width: 100%;
    top: 68px;
  }
}
.lk__dropdown-list a {
  display: block;
  color: #7582ac;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 10px;
}
.lk__dropdown-list a:hover {
  background-color: #efefef;
}
.lk__dropdown.open .lk__dropdown-list {
  display: block;
}
.lk__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .lk__list {
    flex-direction: column;
    align-items: center;
  }
}
.lk__list-item {
  display: block;
  width: 260px;
  min-height: 355px;
  box-shadow: -12px 16px 40px rgba(99, 107, 160, 0.31);
  background-color: #ffffff;
  margin-bottom: 52px;
}
@media (max-width: 650px) {
  .lk__list-item {
    margin: 0 auto 21px;
    max-width: 100%;
    width: 300px;
  }
}
.lk__list-item:hover {
  color: #1c2273;
}
.lk__list-item-price {
  min-width: 108px;
  height: 29px;
  position: absolute;
  bottom: 8px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #495dfa;
  font-family: "GothamPro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.lk__list-item-image {
  padding-top: 75.86%;
  background-color: #efefef;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.lk__list-item-edit {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  position: absolute;
  background: url('/img/lk/list-item-edit.png') center center no-repeat;
}
.lk__list-item-delete {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 57px;
  position: absolute;
  background: url('/img/lk/list-item-delete.png') center center no-repeat;
}
.lk__list-more,
.lk__list-more-custom {
  width: 262px;
  height: 70px;
  box-shadow: 0 15px 30px rgba(250, 73, 127, 0.3);
  border-radius: 35px;
  background-color: #fa497f;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 58px auto 40px;
}
.lk__list-more:hover,
.lk__list-more-custom:hover {
  background-color: #9b2a4d;
  color: #fff;
}
.lk__add {
  border: 2px dashed #b5b5b5;
  background: url('/img/lk/add.svg') center center no-repeat transparent;
  cursor: pointer;
}
.lk__add.lk__list-item {
  background-color: transparent;
}
.lk__editable {
  position: relative;
  flex: auto;
}
.lk__editable-bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.lk__editable-bg-active {
  visibility: visible;
  opacity: 1;
}
.lk__editable-container {
  position: absolute;
  margin-top: 50px;
  transition: margin 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  visibility: hidden;
  z-index: 12;
  width: 260px;
  min-width: 220px;
  padding: 0 10px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lk__editable-container-textarea {
  max-width: 335px;
}
.lk__editable[data-field=name] .lk__editable-container,
.lk__editable[data-field=Name] .lk__editable-container,
.lk__editable[data-field=theme] .lk__editable-container,
.lk__editable[data-field=language] .lk__editable-container {
  width: 360px;
}
.lk__editable[data-field=description] .lk__editable-container,
.lk__editable[data-field=Description] .lk__editable-container {
  width: 600px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lk__editable[data-field=description] .lk__editable-container textarea,
.lk__editable[data-field=Description] .lk__editable-container textarea {
  height: 250px;
}
.lk__editable input,
.lk__editable textarea {
  background: transparent;
  color: #fff;
  font-size: 22px;
  width: 100%;
  margin: 0;
  border: 2px solid #fff;
  height: 54px;
  padding: 5px;
}
.lk__editable textarea {
  height: 150px;
}
.lk__editable input[type=range] {
  min-height: 20px;
  top: 40px;
  z-index: 3;
}
.lk__editable span {
  padding: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-decoration: inherit;
}
.lk__editable-save {
  position: relative;
  margin-top: 8px;
  border: 2px solid #fff;
  display: block;
  text-align: center;
  padding: 0.25rem 0.75rem;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.lk__editable-save span {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  padding: 0.5rem 1.5rem;
}
.lk__editable-save:before {
  content: "";
  display: block;
  width: 175%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 150%;
  z-index: -1;
  background: linear-gradient(135deg, #a3cd73, #5fa44f);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 100%);
  transform: skew(45deg);
  transition: right 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.lk__editable-save:hover:before {
  right: -50%;
}
.lk__editable-active .lk__editable-container {
  visibility: visible;
  margin-top: 7px;
}
.lk__upload input[type=file] {
  display: none;
}
.lk__edit-noimage {
  position: relative;
}
.lk__edit-noimage:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/img/lk/plus.svg') center center no-repeat;
  background-size: 50% auto;
}
.lk__edit-button {
  width: 262px;
  max-width: 100%;
  height: 70px;
  box-shadow: 0 15px 30px rgba(250, 73, 127, 0.3);
  border-radius: 35px;
  background-color: #fa497f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 46px auto 30px;
  transition: background-color 0.3s;
}
.lk__edit-button:hover {
  background-color: #AF3459;
}
.lk__overlay {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.lk__overlay:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
}
.lk__overlay:hover:before,
.lk__overlay.lk__hover:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.lk__overlay:after {
  content: 'Кликните, чтобы заменить изображение';
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 200px;
  height: 30px;
  line-height: 17px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.5s ease, opacity 0.7s ease;
}
.lk__overlay:hover:after,
.lk__overlay.lk__hover:after {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 1.3s ease;
}
.lk__invisible {
  visibility: hidden;
  height: 0;
}
.hidden {
  display: none !important;
}
.popup_dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.popup_dialog.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
[x-cloak] {
  display: none !important;
}

