/* mixin ============================================== */
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* mixin ============================================== */
/* Normalize =========================================== */
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

td, form {
  margin: 0px;
  padding: 0px;
}

a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus, *:active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

p:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
}

html {
  font-size: 100%;
}

html.lock, html.lock body {
  overflow: hidden;
}
html.navLock, html.navLock body {
  overflow: hidden;
}

body {
  color: #fff;
  font: 500 16px "Gilroy", Arial, sans-serif;
  line-height: 1.4;
  background-color: #242230;
  background-image: url("../img/bg-pages.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 100% 30vh;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.main-page {
  background-image: url(../img/bg-1.svg), url(../img/bg-2.svg), url(../img/bg-3.svg), url(../img/bg-4.svg), url(../img/bg-5.svg), url(../img/bg-6.svg), url(../img/bg-7.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: local;
  background-position: 100% 350px, 100% 1027px, 115% 2200px, 30% 205px, 0 622px, 55% 1557px, 0 1750px;
}
body.page-chat {
  background: #242230;
}

@media screen and (max-width: 1239px) {
  body.main-page {
    background-image: url(../img/bg-1.svg), url(../img/bg-2.svg), url(../img/bg-3.svg), url(../img/bg-4.svg), url(../img/bg-5.svg), url(../img/bg-6.svg), url(../img/bg-7.svg);
    background-size: 470px 470px;
  }
}
@media screen and (max-width: 991px) {
  body.main-page {
    background-image: url(../img/bg-1.svg), url(../img/bg-2.svg), url(../img/bg-3.svg), url(../img/bg-4.svg), url(../img/bg-5.svg), url(../img/bg-6.svg), url(../img/bg-7.svg);
    background-size: 270px 270px;
    background-position: 100% 350px, 100% 1027px, 55% 2300px, 30% 105px, 0 622px, 55% 1557px, 0 1750px;
  }
}
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.ttu {
  text-transform: uppercase;
}

.size-md {
  font-size: 16px !important;
}

.size-sm {
  font-size: 14px !important;
}

.size-xs {
  font-size: 12px !important;
}

.size-xxs {
  font-size: 10px !important;
}

.italic {
  font-style: italic;
}

.color-theme {
  color: #AB87F5 !important;
}

.color-themeD {
  color: #968BAC !important;
}

.font-700 {
  font-weight: 700;
}

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.font-100 {
  font-weight: 100;
}

.margin > *:last-child {
  margin-bottom: 0;
}
.margin > *:first-child {
  margin-top: 0;
}

.title-4 {
  font-weight: 500;
  font-size: 16px;
  color: #F1EAFF;
}

.title-3 {
  font-size: 20px;
  font-weight: 500;
  color: #F1EAFF;
}

@media screen and (max-width: 575px) {
  .title-4 {
    font-size: 14px;
  }
  .title-3 {
    font-size: 18px;
  }
}
/* Elements ============ */
.hr {
  height: 1px;
  background: #4B4763;
  width: 100%;
}

/* Tabs */
/* --------------------------------------------------------------- */
.l-tab-nav {
  gap: 20px;
}
.l-tab-nav__link {
  font-size: 16px;
  font-weight: 600;
  color: #968BAC;
  border: none;
  padding: 4px 0;
  background: transparent;
  border-bottom: 1px solid rgba(150, 139, 172, 0.5);
}
.l-tab-nav__link.active {
  color: #fff;
  border-color: #AB87F5;
}

/* pagination */
/* --------------------------------------------------------------- */
.paging-button {
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
  padding: 0 30px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.paging-button:hover {
  border-color: #AB87F5;
}
.paging-button .icon {
  color: #AB87F5;
  font-size: 12px;
  margin-left: 10px;
  margin-right: -10px;
}

.paging-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.paging-list__item.paging-next .paging-list__link, .paging-list__item.paging-prev .paging-list__link {
  border-color: #AB87F5;
}
.paging-list__item.paging-next .icon, .paging-list__item.paging-prev .icon {
  font-size: 12px;
}
.paging-list__item.paging-next .icon {
  left: 1px;
}
.paging-list__item.paging-prev .icon {
  left: -1px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paging-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 32px;
  color: #AB87F5;
  border: 1px solid transparent;
}
.paging-list__link.is-active {
  border-color: #AB87F5;
}

/* rating */
/* --------------------------------------------------------------- */
.rating__count {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 1239px) {
  .rating__count {
    font-size: 14px;
    line-height: 14px;
  }
}
.rating__stars {
  gap: 4px;
}
.rating__stars .icon {
  font-size: 12px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rating__stars .icon._active {
  color: #CE6773;
}
.rating__value {
  color: rgba(241, 234, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}
@media screen and (max-width: 575px) {
  .rating__value {
    font-size: 10px;
  }
}
.rating__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 10px;
  color: #968BAC;
}
@media screen and (max-width: 575px) {
  .rating__link {
    font-size: 12px;
  }
}
.rating__link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1240px) {
  .rating--xl .rating__stars .icon {
    font-size: 18px;
  }
}

/* Swiper */
/* --------------------------------------------------------------- */
.swiper-pagination {
  position: static;
  margin-top: 16px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  background: #AB87F5;
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0 7px !important;
  position: relative;
}
.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid #AB87F5;
}

.swiper-button-next, .swiper-button-prev{color: var(--swiper-navigation-color,#986BEE);}
/* Crumbs */
/* --------------------------------------------------------------- */
.l-breadcrumb .breadcrumb-item {
  color: #67599C;
  font-size: 16px;
  font-weight: 600;
}
.l-breadcrumb .breadcrumb-item.active {
  color: #67599C;
}

/* Text Collapse */
/* --------------------------------------------------------------- */
._text-collapse .more-wrap {
  display: none;
}
._text-collapse._full .more-wrap {
  display: block;
}

._text-collapse-block {
  overflow: hidden;
  position: relative;
}
._text-collapse-block._short:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.25rem;
  width: 100%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0)), to(#fbfbfb));
  background: -o-linear-gradient(top, rgba(251, 251, 251, 0), #fbfbfb);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0), #fbfbfb);
}
._text-collapse-block._full {
  max-height: none;
}
._text-collapse-block._full:after {
  display: none;
}

/* Counter */
/* --------------------------------------------------------------- */
.counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.counter__val {
  width: 1.875rem;
  text-align: center;
  line-height: 1.5625rem;
}
.counter__btn {
  height: 1.5625rem;
  width: 1.5625rem;
  border: none;
  padding: 0;
  text-align: center;
}
.counter--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Scrollbar */
/* --------------------------------------------------------------- */
.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #968BAC;
  border-radius: 100px;
}

.scrollbar::-webkit-scrollbar-button {
  display: none;
}

/* Links */
/* --------------------------------------------------------------- */
.all-link {
  color: #837DA4;
  font-size: 18px;
  font-weight: 600;
}
.all-link__value {
  color: #fff;
}
.all-link .icon-caret {
  font-size: 14px;
  color: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.all-link:hover {
  color: #F1EAFF;
}
@media screen and (max-width: 575px) {
  .all-link {
    font-size: 14px;
  }
  .all-link .icon-caret {
    font-size: 11px;
  }
}

/* Video */
/* Range bootstrap */
/* Range */
.button, a.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  height: 48px;
  padding: 0 30px;
  color: #fff;
  font: 600 16px/16px "Gilroy", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.42%, #A9A0FE), color-stop(106.16%, #8F59FF));
  background: -o-linear-gradient(right, #A9A0FE 3.42%, #8F59FF 106.16%);
  background: linear-gradient(270deg, #A9A0FE 3.42%, #8F59FF 106.16%);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
}
@media (any-hover: hover) {
  .button:hover, a.button:hover {
    background: -o-linear-gradient(315deg, #A9A0FE 3.42%, #8F59FF 106.16%);
    background: linear-gradient(135deg, #A9A0FE 3.42%, #8F59FF 106.16%);
  }
}
.button:disabled, a.button:disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}
.button--block, a.button--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.button--lg, a.button--lg {
  height: 54px;
  font-size: 20px;
  padding: 0 30px;
}
.button--md, a.button--md {
  height: 32px;
  font-size: 14px;
  padding: 0 20px;
}
.button--sm, a.button--sm {
  height: 28px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
}
.button--outline, a.button--outline {
  border: 1px solid #67599C;
  background: #191725;
}

.btn-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #AB87F5;
}
.btn-circle .icon {
  font-size: 16px;
  color: #fff;
}
.btn-circle:hover {
  background: #AB87F5;
}

.btn-collapse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: none;
  background: transparent;
  position: relative;
  height: 34px;
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
  padding: 0 20px;
  font-family: 500 14px "Gilroy", Arial, sans-serif;
}
.btn-collapse .icon {
  font-size: 12px;
}
.btn-collapse:hover {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.42%, #A9A0FE), color-stop(106.16%, #8F59FF));
  background: -o-linear-gradient(right, #A9A0FE 3.42%, #8F59FF 106.16%);
  background: linear-gradient(270deg, #A9A0FE 3.42%, #8F59FF 106.16%);
}

/* Media */
/* --------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .btn-circle {
    width: 40px;
    height: 40px;
  }
  .btn-circle .icon {
    font-size: 12px;
    right: -1px;
  }
}
@media screen and (max-width: 575px) {
  .btn-circle {
    width: 30px;
    height: 30px;
  }
  .btn-circle .icon {
    font-size: 10px;
  }
  .button, a.button {
    height: 38px;
    font-size: 14px;
  }
  .button--sm, a.button--sm {
    height: 26px;
    padding: 0 12px;
    font-size: 12px;
  }
  .button--md, a.button--md {
    height: 32px;
  }
}
/* Form =========================================== */
.form-field {
  position: relative;
}
.form-input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 1.25rem;
  color: #fff;
  font: 600 14px "Gilroy", Arial, sans-serif;
  line-height: normal;
  border: 1px solid #191725;
  background: #191725;
  border-radius: 100px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-input:focus {
  background: #191725;
  border-color: rgba(131, 70, 255, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(131, 70, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(131, 70, 255, 0.25);
  color: #fff;
}
.form-input:-ms-input-placeholder {
  color: #7E7F84;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input::-moz-placeholder {
  color: #7E7F84;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input::-webkit-input-placeholder {
  color: #7E7F84;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input::-ms-input-placeholder {
  color: #7E7F84;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input::placeholder {
  color: #7E7F84;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input._error {
  border-color: red;
}
.form-input._valid {
  border-color: green;
}
.form-input--outline {
  background: #fff;
  border: 1px solid #D9D9D9;
}
.form-button .button {
  min-width: 152px;
}
.form-symbol {
  position: relative;
}
.form-symbol .form-input {
  padding-right: 50px;
}
.form-symbol__icon {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  width: 36px;
  right: 0;
}
.form-link {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #67599C;
  text-decoration: none;
}
@media (any-hover: hover) {
  .form-link:hover {
    border-color: transparent;
  }
}

.bootstrap-tagsinput {
  max-width: 100%;
  width: 100%;
  background: #fff;
  padding: 7px;
  line-height: 28px;
}
.bootstrap-tagsinput .tag {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 100px;
  height: 23px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 20px;
  font-size: 12px;
  padding: 0 18px 0 9px;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .bootstrap-tagsinput .tag:hover {
    background: #fff;
    color: #fff;
  }
}
.bootstrap-tagsinput input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  height: 23px;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput [data-role=remove] {
  background: url("../img/remove.svg") no-repeat center;
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 4;
  margin-top: -6px;
}

textarea.form-input {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  overflow: auto;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  color: #F1EAFF;
}

/* Checkbox  ======================================= */
.l-form-check {
  padding-top: 1px;
}
.l-form-check .form-check-input {
  margin-top: 0.07em;
  background-color: #191725;
  border: 1px solid #3C384F;
}
.l-form-check .form-check-input:checked {
  background-color: #8346FF;
  border-color: #8346FF;
}
.l-form-check .form-check-input:focus {
  border-color: rgba(131, 70, 255, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(131, 70, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(131, 70, 255, 0.25);
}
.l-form-check label {
  margin-bottom: 0;
  font-size: 16px;
  color: #F1EAFF;
  font-weight: 500;
  line-height: 1.2;
}

.switch-label {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.switch-label input {
  display: none;
}
.switch-label input:checked ~ .switch-label__handl:before {
  left: 25px;
  background: #AB87F5;
}
.switch-label input:checked ~ .switch-label__text {
  color: #fff;
}
.switch-label__handl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 22px;
  width: 44px;
  background: #191725;
  border: 1px solid #7E69A8;
  border-radius: 100px;
  position: relative;
}
.switch-label__handl:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  background: rgba(171, 135, 245, 0.25);
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.switch-label__text {
  color: #968BAC;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  line-height: 1.4;
  padding-top: 2px;
}

.pay-check {
  margin: 0;
  text-align: left;
}
.pay-check__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #5F548B;
  border-radius: 10px;
  padding: 15px;
}
.pay-check input {
  display: none;
}
.pay-check input:checked ~ .pay-check__inner {
  border-color: #8346FF;
}
.pay-check__title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.pay-check__text {
  color: #968BAC;
  font-size: 12px;
  font-weight: 600;
}
.pay-check__icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pay-check__icon img {
  max-height: 100%;
  max-width: 100%;
}

/* Selectbox  ======================================= */
.selectbox {
  position: relative;
}
.selectbox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
}
.selectbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 0 10px 0 15px;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font: 500 14px "Gilroy", Arial, sans-serif;
  color: #fff;
  line-height: 34px;
}
.selectbox__caret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  width: 16px;
  height: 100%;
  background: url("../img/caret.svg") no-repeat center;
}
.selectbox__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  background: #191725;
  border: 1px solid #3C384F;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.selectbox__drop ul {
  max-height: 10.75rem;
  overflow: hidden;
  overflow-y: auto;
}
.selectbox__drop ul li {
  padding: 5px 13px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
@media (any-hover: hover) {
  .selectbox__drop ul li:hover {
    background: #3C384F;
  }
}
.selectbox__drop ul li._selected {
  background: #3C384F;
}
.selectbox__search {
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
  position: relative;
}
.selectbox__search .icon-zoom {
  position: absolute;
  left: 0.8125rem;
  top: 0.625rem;
  font-size: 1rem;
  color: #aaa;
}
.selectbox__search .form-input {
  padding-left: 2.4375rem;
}
.selectbox--sort .selectbox__caret {
  background-image: url("../img/caret-sort.svg");
}
.selectbox._open .selectbox__head {
  z-index: 11;
  border-radius: 10px 10px 0 0;
}
.selectbox._open .selectbox__caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.selectbox._open .selectbox__drop {
  display: block;
}
.selectbox__drop ul::-webkit-scrollbar {
  width: 0.125rem;
}

.selectbox__drop ul::-webkit-scrollbar-track {
  background: #aaa;
}

.selectbox__drop ul::-webkit-scrollbar-thumb {
  background: #000;
}

.selectbox__drop ul::-webkit-scrollbar-button {
  display: none;
}

/* File  =========================================== */
.file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.375rem;
  position: relative;
  overflow: hidden;
}
.file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer;
}
.file__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 1.25rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.file:active .jq-file__name, .file:active .jq-file__browse .icon {
  color: #00669b;
}

/* icons ============ */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
}
.icon-zoom, .icon-heart, .icon-smile, .icon-clip, .icon-next {
  fill: none;
}
.icon-heart, .icon-clip {
  stroke-width: 1px;
}

/* HEADER */
/* ================================================ */
.header {
  width: 100%;
  min-width: 20rem;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 0;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #242230;
}
.header__actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__burger {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 32px;
  height: 32px;
  z-index: 1;
  padding: 0;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .header__burger {
    width: 28px;
    height: 28px;
    top: 15px;
  }
}
.header__burger span {
  display: block;
  margin: 7px 0;
  height: 1px;
  background: #AB87F5;
}
@media screen and (max-width: 767px) {
  .header__burger span {
    margin: 6px 0;
  }
}

.logo {
  display: inline-block;
}

.h-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.h-actions__link {
  display: block;
  position: relative;
}
.h-actions__link:hover .h-actions__icon {
  border-color: #fff;
}
.h-actions__link:hover .h-actions__icon .icon {
  color: #fff;
}
.h-actions__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #AB87F5;
}
.h-actions__icon .icon {
  font-size: 22px;
  color: #AB87F5;
}
.h-actions__button {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
  color: #fff;
  font-family: inherit;
  height: 37px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(-11.43%, #8B53FF), color-stop(118.57%, #B69AF1));
  background: -o-linear-gradient(left, #8B53FF -11.43%, #B69AF1 118.57%);
  background: linear-gradient(90deg, #8B53FF -11.43%, #B69AF1 118.57%);
}
.h-actions .l-badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

.l-badge {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  background: #CE6773;
  border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  padding: 0 6px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .l-badge {
    font-size: 8px;
    line-height: 16px;
    padding: 0 3px;
  }
}

.h-user {
  max-width: 220px;
  cursor: pointer;
}
.h-user:hover .h-user__name {
  color: #AB87F5;
}
.h-user__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.h-user__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-user__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.h-user__name {
  font-size: 18px;
  font-weight: 600;
}
.h-user__name span {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.h-user__name .icon {
  font-size: 12px;
  top: 1px;
  color: #AB87F5;
}
.h-user__balance {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.h-user__value {
  color: #fff;
}

.l-dropdown-menu {
  border-radius: 10px;
  background: rgba(40, 35, 57, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-dropdown-menu .dropdown-item {
  color: #fff;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 600;
}
.l-dropdown-menu .dropdown-item:hover {
  color: #AB87F5;
  background: transparent;
}

.search-form {
  position: relative;
}
.search-form__input {
  width: 100%;
  border: 1px solid #837DA4;
  border-radius: 100px;
  height: 44px;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 0 60px 0 20px;
}
.search-form__input::-webkit-input-placeholder {
  color: #fff;
}
.search-form__input::-moz-placeholder {
  color: #fff;
}
.search-form__input:-ms-input-placeholder {
  color: #fff;
}
.search-form__input::-ms-input-placeholder {
  color: #fff;
}
.search-form__input::placeholder {
  color: #fff;
}
.search-form__button {
  position: absolute;
  top: -1px;
  right: 5px;
  height: 44px;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 50%;
  background: transparent;
}
.search-form__button .icon {
  color: #fff;
  font-size: 20px;
}
.search-form__button:hover .icon {
  color: #AB87F5;
}

.navbar-mobile {
  background: #191725;
  color: #fff;
  max-width: 89%;
}
.navbar-mobile__user {
  padding: 15px;
}
.navbar-mobile .btn-close {
  position: absolute;
  opacity: 1;
  top: 7px;
  z-index: 1;
  right: 20px;
  background: #191725;
  padding: 0;
  width: 26px;
  height: 26px;
}
.navbar-mobile .btn-close .icon {
  color: #fff;
  font-size: 16px;
}
.navbar-mobile .offcanvas-body {
  padding: 20px 0;
}

/* Media */
/* --------------------------------------------------------------- */
@media screen and (max-width: 1370px) {
  .h-actions {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0 15px;
  }
  .logo {
    max-width: 145px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 5px;
  }
  .logo img {
    max-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .search-form__input {
    height: 34px;
    font-size: 12px;
  }
  .search-form__button {
    height: 34px;
    right: 0px;
  }
}
/* MAIN */
/* ================================================ */
.main-wrapper {
  padding: 0;
  min-width: 320px;
  position: relative;
  overflow: clip;
  opacity: 1;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 100%;
  width: 100%;
}

.main {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.hero-swiper .swiper-slide img {
  width: 100%;
  border-radius: 20px;
}

.section {
  padding: 21px 0;
}
.section__head {
  margin-bottom: 21px;
}
.section__title {
  height: 45px;
  min-width: 205px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
  padding: 0 15px;
  font-size: clamp(12px, 2.3vw, 20px);
  font-weight: 600;
}
.section__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #F1EAFF;
}

@media screen and (max-width: 767px) {
  .section__title {
    min-width: 140px;
    height: 35px;
  }
  .section__title img {
    max-width: 26px;
    max-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .section {
    padding: 15px 0;
  }
}
.apps {
  gap: 30px;
}
.apps__row {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 5px;
}
.apps__action {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.apps__action-val {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: -25px;
}

.apps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  gap: 20px 0;
}
.apps-list__item {
  width: 12.5%;
  padding: 0 5px;
}

.apps-grid-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  gap: 20px 0;
}
.apps-grid-full__item {
  width: 9.09%;
  padding: 0 5px;
}

.app-card {
  display: block;
  width: 110px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.app-card__img img {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.app-card__title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.app-card:hover .app-card__title {
  color: #AB87F5;
}

/* Media */
/* --------------------------------------------------------------- */
@media screen and (max-width: 1370px) {
  .apps {
    gap: 15px;
  }
  .apps-list__item {
    width: 14.28%;
  }
  .apps-grid-full__item {
    width: 11.01%;
  }
}
@media screen and (max-width: 1239px) {
  .apps__row {
    gap: 9px;
  }
  .apps-list__item {
    width: 20%;
  }
  .app-card {
    width: 100px;
  }
  .app-card__title {
    font-size: 14px;
  }
  .apps-grid-full__item {
    width: 12.5%;
  }
}
@media screen and (max-width: 991px) {
  .apps__row {
    gap: 17px;
  }
  .apps__item {
    width: calc(20% - 14px);
  }
  .apps__action-val {
    font-size: 12px;
  }
  .apps-list__item, .apps-grid-full__item {
    width: 16.66%;
  }
  .app-card {
    width: auto;
  }
  .app-card__img img {
    height: auto;
  }
  .app-card__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .apps-list__item, .apps-grid-full__item {
    width: 20%;
  }
}
@media screen and (max-width: 575px) {
  .apps {
    gap: 7px;
  }
  .apps__row {
    gap: 7px;
  }
  .apps__item {
    width: calc(20% - 6px);
  }
  .apps__action-val {
    font-size: 12px;
  }
  .app-card {
    width: auto;
  }
  .app-card__img img {
    height: auto;
    border-radius: 10px;
  }
  .app-card__title {
    font-size: 8px;
  }
}

.l-card__img {
  position: relative;
}
.l-card__img img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-card__img .label-discount {
  position: absolute;
  top: 15px;
  right: -10px;
}
.l-card__img:hover {
  opacity: 0.7;
}

.l-card__title {
  color: #F1EAFF;
  font-size: 16px;
  font-weight: 500;text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;white-space: nowrap;
}
.l-card__title:hover {
  color: #AB87F5;
}
.l-card__rating {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.l-card__buy {
  width: 75px;
  height: 25px;
  border: 1px solid #67599C;
  border-radius: 100px;
  text-align: center;
  line-height: 20px;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
}
.l-card__buy:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(-11.43%, #8B53FF), color-stop(118.57%, #B69AF1));
  background: -o-linear-gradient(left, #8B53FF -11.43%, #B69AF1 118.57%);
  background: linear-gradient(90deg, #8B53FF -11.43%, #B69AF1 118.57%);
}

.label-discount {
  background: #AF0E20;
  border-radius: 100px;
  line-height: 32px;
  white-space: nowrap;
  padding: 0 8px;
}
.label-discount--lg {
  font-size: 24px;
  line-height: 58px;
  font-weight: 600;
  padding: 0 15px;
}

.price {
  gap: 10px 16px;
}
.price__value {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}
.price__discount {
  color: #7E7F84;
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
  line-height: 16px;
}

.cat__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cat__img img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.cat__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.cat__title {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #F1EAFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.cat__subtitle {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #968BAC;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.cat:hover .cat__title {
  color: #AB87F5;
}
@media screen and (min-width: 992px) {
  .cat--lg .cat__img img {
    height: 46px;
    width: 46px;
  }
}

/* Media */
/* --------------------------------------------------------------- */
@media screen and (max-width: 1239px) {
  .label-discount--lg {
    font-size: 18px;
    line-height: 30px;
    padding: 0 9px;
  }
}
@media screen and (max-width: 767px) {
  .l-card {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-card__cat, .l-card__body {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .cat__img img {
    width: 28px;
    height: 28px;
  }
  .cat__title {
    font-size: 14px;
  }
  .cat__subtitle {
    font-size: 12px;
  }
  .l-card__title {
    font-size: 15px;
  }
  .l-card__buy {
    font-size: 13px;
  }
  .label-discount {
    font-size: 18px;
    line-height: 25px;
    padding: 0 3px;
  }
  .price {
    gap: 5px 8px;
  }
  .price__value {
    font-size: 17px;
    line-height: 16px;
  }
  .price__discount {
    line-height: 17px;
    font-size: 15px;
  }
}
.review-card {
  background: #322F46;
  border-radius: 20px;
}
.review-card__head {
  padding: 11px 20px; min-height: 85px;
  border-bottom: 1px dashed #605080;
}
.review-card__card-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.review-card__card-img img {
  border-radius: 10px;
  width: 74px;
  height: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card__card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.review-card__card-price .price__value {
  font-size: 19px;
}
.review-card__card-title {
  font-size: 14px;
  font-weight: 600;max-height: 17px;
  overflow: hidden;
  display: inline-block;
}
.review-card__body {
  padding: 11px 20px;
}
.review-card__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.review-card__img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.review-card__name {
  color: #AB87F5;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.review-card__rating .rating__stars .icon {
  font-size: 15px;
}
.review-card__text {
  font-size: 14px;height: 37px;
  overflow: hidden;
}
.review-card__date {
  font-size: 12px;
  color: #AB87F5;
}

@media screen and (max-width: 575px) {
  .review-card__head {
    padding: 10px 12px;
  }
  .review-card__card-img img {
    width: 55px;
    height: 34px;
  }
  .review-card__card-price .price__value {
    font-size: 14px;
    line-height: 14px;
  }
  .review-card__card-title {
    font-size: 12px;
  }
  .review-card__img img {
    width: 37px;
    height: 37px;
  }
  .review-card__name {
    font-size: 16px;
    line-height: 20px;
  }
  .review-card__text {
    font-size: 12px;
  }
  .review-card__date {
    font-size: 10px;
  }
}
.statistic-wrap {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.statistic-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: calc(100vw + 10px);
  background: -o-linear-gradient(359.73deg, #252332 0.26%, #644D94 49.88%, #242230 99.79%);
  background: linear-gradient(90.27deg, #252332 0.26%, #644D94 49.88%, #242230 99.79%);
  opacity: 0.5;
  pointer-events: none;
  height: 100%;
  z-index: -1;
}

.statistic-item {
  width: 219px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.statistic-item__top {
  border-bottom: 1px solid #AB87F5;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.statistic-item img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.statistic-item__value {
  font-weight: 300;
  font-size: 32px;
}
.statistic-item__title {
  font-size: 20px;
}

/* Media */
/* --------------------------------------------------------------- */
@media screen and (max-width: 1239px) {
  .statistic-item {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .statistic-item__value {
    font-size: 28px;
  }
  .statistic-item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .statistic-wrap {
    padding: 15px 0;
  }
  .statistic-item {
    width: 220px;
  }
  .statistic-item img {
    max-height: 30px;
    max-width: 30px;
  }
  .statistic-item__value {
    font-size: 24px;
  }
  .statistic-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .statistic-wrap {
    padding: 15px 0;
  }
  .statistic-item {
    width: auto;
  }
  .statistic-item img {
    max-height: 24px;
    max-width: 24px;
  }
  .statistic-item__value {
    font-size: 20px;
  }
  .statistic-item__title {
    font-size: 12px;
  }
}
.protection-item__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 56px;
}
.protection-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.protection-item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .protection-item__title {
    font-size: 14px;
  }
}

.product-item {
  padding: 12px;
  background: #191725;
  border-radius: 20px;
  border: 1px solid #191725;
}
.product-item:hover .product-item__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-item__publish {
  background: rgba(44, 41, 59, 0.8);
  margin: -12px -12px 5px -12px;
  border-radius: 20px 20px 0 0;
  padding: 8px 12px;
  font-size: 0;
}
.product-item__inner {
  position: relative;
}
.product-item__actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(25, 23, 37, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.product-item__user {
  color: #968BAC;
  font-size: 12px;
  font-weight: 500;
}
.product-item__user a {
  color: #F1EAFF;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.2;
}
.product-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.product-item__title {
  font-size: 14px;
  font-weight: 500;
  color: #F1EAFF;
  line-height: 1.2;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item__title:hover {
  text-decoration: underline;
}
.product-item__status {
  color: #AB87F5;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.product-item__status--completed {
  color: #F1EAFF;
}
.product-item--horizontal .product-item__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 190px;
}
.product-item--horizontal .product-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.product-item--horizontal .product-item__title {
  max-width: 500px;
  -webkit-line-clamp: 1;
}
.product-item--horizontal .p-price {
  font-size: 18px;
}

.p-date {
  font-size: 12px;
  font-weight: 500;
  color: #968BAC;
  white-space: nowrap;
}

.p-price {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.p-price--status:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  position: relative;
  top: -2px;
  border-radius: 50%;
  background: #00A084;
}

.p-cat {
  color: #F1EAFF;
  font-size: 14px;
  font-weight: 500;min-height: 38px;
}
.p-cat a {
  color: #968BAC;
}
.p-cat a:hover {
  text-decoration: underline;
}

.p-review__label {
  font-size: 14px;
  font-weight: 500;
  color: #7E7F84;
  margin-bottom: 5px;
}
.p-review__wrap {
  padding: 10px;
  border-radius: 10px;
  background: #302E3F;
}
.p-review__text {
  font-size: 14px;
  font-weight: 500;
  color: #F1EAFF;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.add-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #191725;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: none;
  padding: 0;
}

.pi-actions-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  .product-item__user a {
    font-size: 14px;
  }
  .product-item--horizontal .product-item__img {
    width: 100%;
  }
  .product-item--horizontal .p-price {
    font-size: 14px;
  }
  .p-review__text, .p-review__label {
    font-size: 12px;
  }
}
.filter {
  background: rgba(103, 89, 156, 0.2);
  border-radius: 30px;
  padding: 5px;
}
.filter__control {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 200px;
  max-width: 320px;
}
.filter__control-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 38px;
}
.filter__control-icon .icon {
  color: #fff;
}
.filter__input {
  height: 38px;
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 0 55px 0 15px;
  color: #fff;
}
.filter__input:focus {
  background: #191725;
  color: #fff;
  border-color: rgba(131, 70, 255, 0.25);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(131, 70, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(131, 70, 255, 0.25);
}
.filter__input::-webkit-input-placeholder {
  color: #7E7F84;
}
.filter__input::-moz-placeholder {
  color: #7E7F84;
}
.filter__input:-ms-input-placeholder {
  color: #7E7F84;
}
.filter__input::-ms-input-placeholder {
  color: #7E7F84;
}
.filter__input::placeholder {
  color: #7E7F84;
}
.filter__sel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 90px;
}

.filter-toggle {
  border: none;
  height: 38px;
  width: 38px;
  background: transparent;
  color: #AB87F5;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-toggle .icon {
  font-size: 32px;
}

.filter-mobile {
  background: #191725;
  color: #fff;
  max-width: 89%;
}
.filter-mobile__filter {
  background: none;
  padding: 20px 0;
}
.filter-mobile__filter .filter__sel {
  width: auto;
}
.filter-mobile .btn-close {
  position: absolute;
  opacity: 1;
  top: 7px;
  z-index: 1;
  right: 20px;
  background: #191725;
  padding: 0;
  width: 26px;
  height: 26px;
}
.filter-mobile .btn-close .icon {
  color: #fff;
  font-size: 16px;
}
.filter-mobile .offcanvas-body {
  padding: 30px 20px;
}

.f-actions {
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
}
.f-actions__button {
  border: 1px solid #3C384F;
  border-radius: 100px;
  background: transparent;
  padding: 0 25px;
  white-space: nowrap;
  color: #fff;
  height: 38px;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.f-actions__button:hover {
  background: #3C384F;
}
.f-actions__group {
  padding: 0 15px;
}
.f-actions__group-btn {
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
}

@media screen and (max-width: 991px) {
  .filter__control {
    max-width: 100%;
  }
  .filter__sel {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 767px) {
  .f-actions__button {
    padding: 0 10px;
  }
  .f-actions__group {
    padding: 0 10px;
  }
}
.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  min-height: 46px;
}
.steps__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps__title {
  color: #F1EAFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.steps__number {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #191725;
  border: 1px solid #AB87F5;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #AB87F5;
  font-size: 16px;
  font-weight: 600;
}
.steps__prev, .steps__next {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.steps__prev .icon, .steps__next .icon {
  font-size: 25px;
  color: #AB87F5;
  fill: none;
}
.steps__prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.steps__button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 1239px) {
  .steps {
    min-height: 38px;
  }
  .steps__title {
    font-size: 16px;
  }
  .steps__number {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
  .steps__button {
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .steps__title {
    font-size: 14px;
  }
  .steps__number {
    font-size: 10px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .steps {
    min-height: 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps__title {
    font-size: 12px;
  }
  .steps__prev, .steps__next {
    width: 28px;
    height: 28px;
  }
  .steps__prev .icon, .steps__next .icon {
    font-size: 24px;
  }
  .steps__button {
    margin-top: 5px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    position: static;
  }
}
.cat-item {
  height: 41px;
  padding: 0 30px;
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  color: #968BAC;
}
.cat-item:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  background: url("../img/caret-right.svg") no-repeat center;
}
.cat-item.is-active, .cat-item:hover {
  border-color: #AB87F5;
  color: #fff;
}
.cat-item.is-active:after, .cat-item:hover:after {
  display: block;
}

@media screen and (max-width: 767px) {
  .cat-item {
    height: 28px;
    padding: 0 20px;
    font-size: 12px;
  }
  .cat-item:after {
    right: 8px;
  }
}
.card-wrapper__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.card-wrapper__img {
  position: relative;
}
.card-wrapper__img img {
  border-radius: 5px;
  width: 100%;
}
.card-wrapper__img .label-discount {
  position: absolute;
  top: 13px;
  right: -26px;
}
.card-wrapper__buy .button {
  min-width: 210px;
}
.card-wrapper__author {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #504D65;
}
.card-wrapper__descr {
  color: #F1EAFF;
  line-height: 1.6;
}
.card-wrapper__descr p:not(:last-child) {
  margin-bottom: 20px;
}
.card-wrapper__descr-title {
  font-size: 18px;
  font-weight: 600;
  color: #968BAC;
}
.card-wrapper__price .price__value {
  font-size: 32px;
}
.card-wrapper__price .price__discount {
  font-size: 18px;
}

.cw-author__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.cw-author__img > img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-author__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.cw-author__name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #F1EAFF;
  max-width: 140px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-favorite {
  border: none;
  padding: 0;
  height: 24px;
  width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
.btn-favorite img {
  max-width: 100%;
  max-height: 100%;
}
.btn-favorite:disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.cw-button {
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 23px;
  white-space: nowrap;
  color: #968BAC;
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
}
.cw-button .icon {
  display: none;
}
.cw-button--disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.cw-button:hover {
  color: #F1EAFF;
}

.form-input-edit {
  width: 100%;
  border: none;
  padding: 8px 15px;
  background: #191725;
  border-radius: 10px;
  color: #fff;
  font-family: inherit;
  display: block;
}

.edit-field {
  width: 120px;
}
.edit-field label {
  font-size: 14px;
  font-weight: 600;
  color: #7E7F84;
}
.edit-field .form-input-edit {
  font-size: 20px;
  font-weight: 600;
}
.edit-field__val {
  color: #00A084;
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
}
.edit-field__discount {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
}

.edit-link {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  white-space: nowrap;
  color: #fff;
}
.edit-link .icon {
  color: #968BAC;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.edit-text {
  position: relative;
  padding: 8px 15px;
  background: #191725;
  border-radius: 10px;
  padding-top: 60px;
}
.edit-text .panel-editor,.__toolbar {
  top: 10px;
  left: 15px;
  right: 15px;
}

.panel-editor,.__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding: 10px;
  background: #242230;
  border-radius: 10px;
}
.panel-editor__btn,.__toolbar-item {
  padding: 0 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  background: transparent;
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.panel-editor__btn .icon{
  font-size: 20px;
}
.panel-editor__btn .icon-decimal{
  font-size: 22px;
  top: 1px;
}
.__toolbar-item{color: #fff !important; background: #242230 !important; font-size: 14px !important;}
.__editor p:not(:last-child){ margin: 0;}
.__editor{font: 16px "Gilroy", Arial, sans-serif !important;background: inherit !important; line-height: 150% !important;
border: inherit !important;
color: inherit !important;
font-family: inherit !important;
margin-top: inherit !important;
overflow: inherit !important;
padding: inherit !important;}
/* Media */
/* --------------------------------------------------------------- */
@media screen and (max-width: 1239px) {
  .card-wrapper__buy .button {
    min-width: 150px;
  }
  .card-wrapper__img .label-discount {
    right: -10px;
  }
  .cw-author__name {
    font-size: 16px;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .card-wrapper__title {
    font-size: 18px;
  }
  .card-wrapper__price .price__value {
    font-size: 24px;
    line-height: 28px;
  }
  .card-wrapper__price .price__discount {
    font-size: 14px;
    line-height: 22px;
  }
  .card-wrapper__descr {
    font-size: 14px;
  }
  .cw-button {
    height: 24px;
    width: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    padding: 0;
    border: none;
    background: transparent;
  }
  .cw-button span {
    display: none;
  }
  .cw-button .icon {
    display: block;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .card-wrapper__title {
    font-size: 16px;
  }
  .card-wrapper__buy .button {
    height: 40px;
    min-width: 100px;
    font-size: 14px;
  }
  .edit-field {
    width: auto;
  }
}
.cabinet-wrapper__side {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 304px;
}
.cabinet-wrapper__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.cabinet-navbar {
  background: #191725;
  border-radius: 20px;
  padding-bottom: 20px;
}
.cabinet-navbar__user {
  padding: 16px;
}

.cn-user__img {
  width: 66px;
  height: 66px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cn-user__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.cn-user__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.cn-user__name {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
  color: #F1EAFF;
}
.cn-user__date {
  font-size: 12px;
  font-weight: 600;
  color: #968BAC;
}

.cn-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cn-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  position: relative;
}
.cn-menu__link:hover .cn-menu__text, .cn-menu__link.is-active .cn-menu__text {
  color: #AB87F5;
}
.cn-menu__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cn-menu__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 600;
}
.cn-menu__balance {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.cw-panel__steps {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cw-tabs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cw-tabs__item {
  background: #191725;
  border: 1px solid #3C384F;
  border-radius: 100px;
  height: 38px;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 134px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.cw-tabs__item.is-active {
  border-color: #AB87F5;
}

/* Media  */
/* --------------------------------------------------------------- */
@media screen and (max-width: 1370px) {
  .cabinet-wrapper__side {
    width: 280px;
  }
}
@media screen and (max-width: 1239px) {
  .cw-tabs__item {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .cw-tabs__item {
    height: 28px;
    min-width: auto;
    padding: 0 8px;
    font-size: 11px;
  }
  .filter-toggle {
    height: 28px;
    width: 28px;
  }
  .filter-toggle .icon {
    font-size: 28px;
  }
  .add-button {
    width: 100px;
    height: 100px;
  }
}
.profile-settings__side {
  width: 210px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
.profile-settings__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.profile-settings__img {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.profile-settings__img img {
  width: 100%;
  height: 100%;
}

.change-img {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #7E7F84;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  white-space: nowrap;
  padding: 0;
  height: 24px;
}
.change-img .icon {
  top: -1px;
  font-size: 16px;
}
.change-img:hover {
  color: #fff;
}

.settings-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.settings-list__label {
  font-size: 16px;
  font-weight: 500;
  color: #7E7F84;
}
.settings-list__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .profile-settings__side {
    width: auto;
    text-align: left;
  }
  .profile-settings__img {
    margin-left: 0;
  }
}
.l-table-history td {
  color: #F1EAFF;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #3E3B54;
  padding: 15px 5px;
}
.l-table-history th {
  font-size: 14px;
  font-weight: 500;
  color: #968BAC;
}

.table-sort {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  white-space: nowrap;
  cursor: pointer;
}
.table-sort:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 15px;
  background: url(../img/caret-sort.svg) no-repeat center;
}

.t-title {
  font-size: 16px;
  font-weight: 600;
}

.t-date, .t-status {
  font-weight: 600;
  white-space: nowrap;
}

.t-price {
  color: #00A084;
  font-weight: 500;
  white-space: nowrap;
}
.t-price--white {
  color: #fff;
}

.l-table-statistic td {
  color: #F1EAFF;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #3E3B54;
  padding: 15px 15px;
}
.l-table-statistic th {
  font-size: 14px;
  font-weight: 500;
  color: #968BAC;
}

.lt-tr-fix td {
  background: #191725;
  border: none;
}
.lt-tr-fix td:first-child {
  border-radius: 100px 0 0 100px;
}
.lt-tr-fix td:last-child {
  border-radius: 0 100px 100px 0;
}

.profile-balance {
  padding: 15px 10px;
  background: #191725;
  border-radius: 20px;
}
.profile-balance__row-item {
  width: 50%;
  padding-left: 35px;
  padding-right: 35px;
}

.pb-item {
  text-align: center;
  position: relative;
  border: 1px solid #342C51;
  border-radius: 20px;
  padding: 15px;
}
.pb-item__title {
  font-size: 16px;
  font-weight: 500;
  color: #AB87F5;
  margin-bottom: 8px;
}
.pb-item__val {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
.pb-item__icon {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #3C384F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #191725;
  top: 50%;
  margin-top: -20px;
}
.pb-item--available .pb-item__icon {
  left: 100%;
  margin-left: -20px;
}
.pb-item--frozen .pb-item__icon {
  left: -20px;
}

@media screen and (max-width: 1239px) {
  .profile-balance {
    padding-left: 0;
    padding-right: 0;
  }
  .profile-balance__row-item {
    padding: 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .profile-balance {
    padding: 10px 12px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 0;
  }
  .profile-balance__row {
    margin: 0 -15px;
  }
  .profile-balance__row-item {
    width: 100%;
    padding: 0 16px;
  }
  .pb-item {
    padding: 10px;
    border-radius: 10px;
  }
  .pb-item__title {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .pb-item__val {
    font-size: 18px;
  }
  .pb-item__icon {
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
  .pb-item__icon img {
    max-height: 16px;
    max-width: 16px;
  }
  .pb-item--available .pb-item__icon {
    margin-left: -14px;
  }
  .pb-item--frozen .pb-item__icon {
    left: -14px;
  }
}
.page-chat .main {
  background: #191725;
}
.page-chat .chat-container {
  height: 100%;
}

.chat-wrapper {
  padding: 10px 0;
  width: 100%;
}
.chat-wrapper__side {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.chat-wrapper__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.chat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.chat-content__top {
  padding: 10px 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  gap: 7px;
  margin-left: -3px;
}
.chat-content__user .cn-user__img {
  width: 40px;
  height: 40px;
}
.chat-content__user .cn-user__name {
  font-size: 16px;
  line-height: 1.2;
}
.chat-content__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  padding: 0;
  background: transparent;
  border: none;
}
.chat-content__back .icon {
  color: #AB87F5;
  font-size: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.chat-content__middle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  overflow-y: auto;
}
.chat-content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 10px 15px;
  background: #242230;
  border-radius: 10px;
  width: 100%;
}

.chat-side {
  background: #242230;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chat-side__top {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.chat-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  width: 100%;
}
.chat-list__item {
  padding: 8px 55px 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.chat-list__item:hover,.chat-list__item._active {
  -webkit-box-shadow: 0px 3px 5px #1A1824;
          box-shadow: 0px 3px 5px #1A1824;
}
.chat-list__item._active {background: #4B455B;}
.chat-list__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
.chat-list__img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.chat-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.chat-list__title {
  font-size: 16px;
  font-weight: 600;
  color: #F1EAFF;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-list__text {
  font-size: 12px;
  font-weight: 500;
  color: #968BAC;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-list__badge {
  position: absolute;
  top: 12px;
  right: 10px;
  background: #CE6773;
  color: #fff;
  border-radius: 100px;
  padding: 0 10px;
  min-width: 29px;
  text-align: center;
  line-height: 18px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}

.cc-button-smile, .cc-button-clip, .cc-button-send {
  border: none;
  background: transparent;
  width: 26px;
  height: 26px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cc-button-smile .icon, .cc-button-clip .icon, .cc-button-send .icon {
  color: #ACAEC6;
  font-size: 16px;
}

.cc-button-send .icon {
  color: #8346FF;
  font-size: 22px;
}

.cc-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: none;
  height: 30px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: inherit;
}
.cc-control::-webkit-input-placeholder {
  color: #968BAC;
}
.cc-control::-moz-placeholder {
  color: #968BAC;
}
.cc-control:-ms-input-placeholder {
  color: #968BAC;
}
.cc-control::-ms-input-placeholder {
  color: #968BAC;
}
.cc-control::placeholder {
  color: #968BAC;
}

.cc-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 16px 0;
  gap: 16px;
}
.cc-message__avatar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cc-message__avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cc-message__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.cc-message__text {
  text-align: left;
  background: rgba(150, 139, 172, 0.2);
  border-radius: 0 10px 10px 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #F1EAFF;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 70%;
  position: relative;
}
.cc-message__text:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent rgba(150, 139, 172, 0.2) transparent transparent;
}
.cc-message--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.cc-message--reverse .cc-message__content {
  text-align: right;
}
.cc-message--reverse .cc-message__text {
  border-radius: 10px 0 10px 10px;
  background: #4B455B;
}
.cc-message--reverse .cc-message__text:after {
  left: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #4B455B transparent transparent transparent;
}
.cc-message--reverse .cc-product__top {
  border-bottom: 1px solid #968BAC;
}

.cc-product {
  width: 480px;
}
.cc-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #49435E;
  margin-bottom: 10px;
}
.cc-product__date {
  font-size: 12px;
  font-weight: 600;
  color: #968BAC;
}
.cc-product__status, .cc-product__atc {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: #968BAC;
}
.cc-product__status strong, .cc-product__atc strong {
  font-size: 16px;
  color: #AB87F5;
}
.cc-product__atc {
  margin-bottom: 10px;
}
.cc-product__atc strong {
  color: #fff;
}
.cc-product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cc-product__card-img {
  width: 120px;
  margin-right: 15px;
}
.cc-product__card-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.cc-product__card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.cc-product__card-price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cc-product__card-title {
  font-size: 16px;
  font-weight: 500;
  color: #F1EAFF;
}
.cc-product__card-title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .page-chat {
    overflow: hidden;
    height: 100%;
  }
  .page-chat .footer, .page-chat .nav-sticky {
    display: none;
  }
  .page-chat .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
  }
  .chat-wrapper__content {
    display: none;
  }
  .chat-wrapper__side {
    width: 100%;
  }
  .chat-wrapper.is-active .chat-wrapper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .chat-wrapper.is-active .chat-wrapper__side {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .chat-content {
    gap: 5px;
  }
  .chat-content__top {
    padding: 5px 0;
  }
  .chat-content__user .cn-user__img {
    width: 30px;
    height: 30px;
  }
  .chat-content__user .cn-user__name {
    font-size: 12px;
  }
  .chat-content__user .cn-user__date {
    font-size: 10px;
    line-height: 1.2;
  }
  .cc-message {
    gap: 10px;
  }
  .cc-message__avatar img {
    width: 30px;
    height: 30px;
  }
  .cc-message__text {
    max-width: calc(100% - 40px);
    font-size: 12px;
    display: block;
  }
  .cc-message--reverse .cc-message__text {
    margin-left: auto;
  }
  .cc-product {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cc-product__top {
    gap: 10px;
  }
  .cc-product__date {
    font-size: 10px;
  }
  .cc-product__date span {
    display: block;
  }
  .cc-product__status, .cc-product__atc {
    font-size: 10px;
  }
  .cc-product__status strong, .cc-product__atc strong {
    font-size: 12px;
    display: block;
  }
  .cc-product__card-img {
    max-width: 30%;
    display: block;
  }
  .cc-product__card-price {
    font-size: 14px;
  }
  .cc-product__card-title {
    font-size: 12px;
  }
}
.c-upload-wrapper {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.c-upload-photo {
  background: #191725;
  border-radius: 5px;
  position: relative;
  padding-bottom: 46%;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}
.c-upload-photo input {
  display: none;
}
.c-upload-photo__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 10px;
}
.c-upload-photo__text {
  font-size: 14px;
  font-weight: 600;
}
.c-upload-photo__text .icon {
  font-size: 18px;
  top: -2px;
}

.cu-next, .cu-prev, .cu-remove {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 5;
  right: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 5px;
}
.cu-next .icon, .cu-prev .icon, .cu-remove .icon {
  font-size: 20px;
  color: #fff;
}
.cu-next:hover, .cu-prev:hover, .cu-remove:hover {
  background: #242230;
}

.cu-prev {
  right: auto;
  left: 10px;
}
.cu-prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cu-remove {
  top: 10px;
  right: 10px;
  margin-top: 0;
}

.c-upload-list {
  gap: 10px;
}
.c-upload-list__item {
  width: calc(25% - 8px);
  padding-bottom: 15%;
  min-height: 105px;
  height: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.c-upload-list__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-upload-list__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.c-upload-list__item:hover:after {
  display: block;
}
.c-upload-list__item:not(:last-child):hover .cu-next, .c-upload-list__item:not(:first-child):hover .cu-prev, .c-upload-list__item:hover .cu-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-upload-list .cu-next {
  right: 4px;
  display: none;
}
.c-upload-list .cu-next .icon {
  font-size: 18px;
}
.c-upload-list .cu-prev {
  left: 4px;
  display: none;
}
.c-upload-list .cu-prev .icon {
  font-size: 18px;
}
.c-upload-list .cu-remove {
  top: 4px;
  right: 4px;
  display: none;
}
.c-upload-list .cu-remove .icon {
  font-size: 18px;
}
.c-upload-list .c-upload-photo {
  width: calc(25% - 10px);
  padding-bottom: 15%;
  min-height: 105px;
}
.c-upload-list .c-upload-photo__icon img {
  max-width: 26px;
}

@media screen and (max-width: 767px) {
  .c-upload-list__item, .c-upload-list .c-upload-photo {
    width: calc(33.33% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .c-upload-list__item, .c-upload-list .c-upload-photo {
    width: 140px;
  }
  .c-upload-list__item:after, .c-upload-list .c-upload-photo:after {
    display: block;
    background: rgba(0, 0, 0, 0.4);
  }
  .c-upload-list .cu-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.seller-wrapper .cw-author__img > img {
  width: 116px;
  height: 116px;
}

.user-check {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 25px;
  color: #11A7B6;
}
.user-check .icon {
  display: block;
}

.promo {
  position: relative;
  margin-bottom: 70px;
}
.promo__img img {
  width: 100%;
  border-radius: 20px;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__head {
  position: absolute;
  top: calc(100% - 20px);
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo__head-img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.promo__head-img img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
}
.promo__head-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 17px;
}

@media screen and (max-width: 1239px) {
  .seller-wrapper .cw-author__img > img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .promo {
    margin-bottom: 45px;
  }
  .promo__img img {
    border-radius: 15px;
  }
  .promo__head {
    left: 10px;
    top: calc(100% - 10px);
  }
  .promo__head-img img {
    width: 40px;
    height: 40px;
  }
  .promo__head-title {
    margin-top: 15px;
    font-size: 14px;
  }
}
.l-modal {
  background: rgba(41, 37, 59, 0.9);
}
.l-modal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  padding: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  opacity: 1;
}
.l-modal .btn-close .icon {
  color: #fff;
  font-size: 25px;
}

.l-modal-content {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.l-modal-content__text {
  font-size: 16px;
  font-weight: 400;
}
.l-modal-content__hr {
  border-bottom: 1px solid #665D77;
}
.l-modal-content .modal-header {
  border-color: #665D77;
  padding: 0 0 15px 0;
  text-align: center;
  display: block;
}
.l-modal-content .modal-title {
  font-size: 24px;
  font-weight: 400;
}
.l-modal-content .modal-body {
  padding: 20px 40px;
}
.l-modal-content .modal-form {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.l-modal-content .modal-form .form-input {
  background: #48445F;
  color: #fff;
  border: none;
  text-align: center;
}
.l-modal-content .modal-form .form-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(131, 70, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(131, 70, 255, 0.25);
  color: #fff;
}
.l-modal-content .modal-form .form-input::-webkit-input-placeholder {
  color: #fff;
}
.l-modal-content .modal-form .form-input::-moz-placeholder {
  color: #fff;
}
.l-modal-content .modal-form .form-input:-ms-input-placeholder {
  color: #fff;
}
.l-modal-content .modal-form .form-input::-ms-input-placeholder {
  color: #fff;
}
.l-modal-content .modal-form .form-input::placeholder {
  color: #fff;
}
.l-modal-content .modal-form .button {
  min-width: 152px;
}

.login-in-social__title {
  font-weight: 400;
  font-size: 16px;
}
.login-in-social__link {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.login-in-social__link .icon {
  font-size: 20px;
}
.login-in-social__link--vk {
  background: #0077FF;
}
.login-in-social__link--google {
  background: #C93434;
}

/* Media */
/* --------------------------------------------------------------- */
@media screen and (max-width: 575px) {
  .l-modal .modal-body {
    padding: 20px 16px;
  }
  .l-modal .modal-title {
    font-size: 18px;
  }
  .l-modal .modal-img {
    width: 45px;
  }
  .l-modal .btn-close {
    width: 24px;
    height: 24px;
  }
  .l-modal .btn-close .icon {
    font-size: 20px;
  }
}
/* Desktop =========================*/
@media screen and (min-width: 1371px) {
  .visible-xxl {
    display: none !important;
  }
}
@media screen and (max-width: 1370px) {
  .hidden-xxl {
    display: none !important;
  }
}
/* Laptop =========================*/
@media screen and (min-width: 1240px) {
  .visible-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1239px) {
  .hidden-xl {
    display: none !important;
  }
} /* Ipad ===========================*/
@media screen and (min-width: 992px) {
  .visible-lg {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hidden-lg {
    display: none !important;
  }
}
/* Mobile =========================*/
@media screen and (min-width: 768px) {
  .visible-md {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
}
/* Mobile sm ======================*/
@media screen and (min-width: 576px) {
  .visible-sm {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .hidden-sm {
    display: none !important;
  }
}
/* Mobile xs ======================*/
@media screen and (min-width: 1240px) {
  .visible-xs {
    display: none !important;
  }
}
@media screen and (max-width: 1239px) {
  .hidden-xs {
    display: none !important;
  }
}
/* FOOTER */
/* ================================================ */
.footer {
  width: 100%;
  min-width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  margin-top: 50px;
}
.footer__container {
  position: relative;
  border-top: 1px solid #48445F;
  padding: 45px 0 20px;
}
.footer__container:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  width: 52px;
  height: 52px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 1px solid #605080;
  border-radius: 50%;
  background: #242230 url(../img/diamant.svg) no-repeat center;
}
.footer__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__menu li {
  line-height: 1.2;
}
.footer__menu a {
  font-size: 14px;
  font-weight: 400;
}

.payments {
  gap: 10px;
}

.copyright {
  font-size: 14px;
  font-weight: 400;
}

.nav-sticky {
  position: sticky;
  bottom: 0;
  z-index: 19;
  width: 100%;
  padding: 10px 0;
  background: rgba(36, 34, 48, 1);
}
.nav-sticky .container-lg {
  gap: 10px;
}
.nav-sticky__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.nav-sticky__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #AB87F5;
}
.nav-sticky__icon .icon {
  font-size: 24px;
  color: #AB87F5;
}
.nav-sticky__icon .icon-home {
  top: -2px;
}
.nav-sticky__img {
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
}
.nav-sticky__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.nav-sticky__title {
  font-size: 14px;
  color: #C2C2C2;
}
.nav-sticky .l-badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

@media screen and (max-width: 575px) {
  .nav-sticky {
    padding: 5px 0;
  }
  .nav-sticky__icon {
    width: 30px;
    height: 30px;
  }
  .nav-sticky__icon .icon {
    font-size: 16px;
  }
  .nav-sticky__icon .icon-home {
    top: -1px;
  }
  .nav-sticky__img {
    width: 30px;
    height: 30px;
  }
  .nav-sticky__title {
    font-size: 10px;
  }
  .footer__container {
    padding-top: 20px;
  }
  .footer__container:before {
    height: 32px;
    width: 32px;
    top: -16px;
    background-size: 20px 17px;
  }
}


.selectbox__head.show{ border-top-left-radius: 19px !important;border-top-right-radius: 19px !important;
border-bottom-left-radius: 0 !important;border-bottom-right-radius: 0 !important;}
.selectbox__drop.show{width: auto !important;transform: translate(0px, 38px) !important;}
.selectbox__head.dropdown-toggle::after{ background: none !important;display:none !important;}
.selectbox__drop .dropdown-item:hover{color:#191725;}
.selectbox__drop .dropdown-item{color:#fff;}


.range-stars{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.range-stars__item{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:4px;cursor:pointer}.range-stars__item .icon{font-size:16px;color:#c6cdce;top:-1px}.range-stars__labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.range-stars input{display:none}.range-stars input:nth-child(5):checked~.range-stars__labels .range-stars__item .icon{color:#ff4d00}.range-stars input:nth-child(4):checked~.range-stars__labels .range-stars__item:nth-child(2) .icon,.range-stars input:nth-child(4):checked~.range-stars__labels .range-stars__item:nth-child(3) .icon,.range-stars input:nth-child(4):checked~.range-stars__labels .range-stars__item:nth-child(4) .icon,.range-stars input:nth-child(4):checked~.range-stars__labels .range-stars__item:nth-child(5) .icon{color:#ff4d00}.range-stars input:nth-child(3):checked~.range-stars__labels .range-stars__item:nth-child(3) .icon,.range-stars input:nth-child(3):checked~.range-stars__labels .range-stars__item:nth-child(4) .icon,.range-stars input:nth-child(3):checked~.range-stars__labels .range-stars__item:nth-child(5) .icon{color:#ff4d00}.range-stars input:nth-child(2):checked~.range-stars__labels .range-stars__item:nth-child(4) .icon,.range-stars input:nth-child(2):checked~.range-stars__labels .range-stars__item:nth-child(5) .icon{color:#ff4d00}.range-stars input:nth-child(1):checked~.range-stars__labels .range-stars__item:nth-child(5) .icon{color:#ff4d00}

.cm-message-status__icon{ display: inline-block;}
.cm-message-status__icon .cm-check{ display: inline-block;}
.cm-message-status__icon .cm-check-read{background: url(/plugins/chat/icons/check-mark-green-double.svg) no-repeat !important;display: inline-block;height: 16px !important;width: 16px !important;}
.cm-message-status__icon .cm-check-sended{background: url(/plugins/chat/icons/check-mark-message.svg) no-repeat !important;display: inline-block;height: 16px !important;width: 16px !important;}

.watermark {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 1rem;
  right: 1rem;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.pull-left{
  float: left !important;
}

.btn-danger {
  background: #CE6773;
}

.status-sale {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 180px;
}

.error-checkbox {
  font-size: 16px;
}

.error-checkbox > input {
  border: 1px solid #C93434 !important;
}

.error-checkbox > span {
  font-size: 14px;
  display: block !important;
  text-align: center;
  color: #C93434;
}


.chat-bubble {
  margin-left:10px;
  -webkit-border-radius: 20px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  display:inline-block;
}
.typing {
  align-items: center;
  display: flex;
  height: 17px;
}
.typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #6CAD96 ; //rgba(20,105,69,.7);
  border-radius: 50%;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}
.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}
.typing .dot:last-child {
  margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color:#6CAD96; // rgba(20,105,69,.7);
  }
  28% {
    transform: translateY(-7px);
    background-color:#9ECAB9; //rgba(20,105,69,.4);
  }
  44% {
    transform: translateY(0px);
    background-color: #B5D9CB; //rgba(20,105,69,.2);
  }
}
#typing_showboxw{ font-size: 12px; height: 15px;}
#typing_showbox{display:none;}
