.text {
  transition: 0.3s;
}
.text--link {
  color: #FFBF00;
}
.text--primary {
  color: #FFFFFF;
}
.text--secondary {
  color: #C496AA;
}
.text--tertiary {
  color: #A8768A;
}

.icon--accent {
  color: #FFBF00 !important;
}
.icon--1 {
  color: #4F0F28;
}
.icon--2 {
  color: #FFFFFF;
}
.icon--3 {
  color: #C496AA;
}

:root {
  --bg-main: #330C1C;
  --yellow-main: #FFBF00;
  --bg-3: #4F0F28;
  --border-main: #6E2B46;
  --text-secondary: #C496AA;
  --border-secondary: #6E2B46;
  --switcher: #C496AA;
}

.background {
  transition: 0.3s;
}
.background--back-main {
  background: #330C1C;
}
.background--back-2 {
  background: #3F0C21;
}
.background--back-3 {
  background: #4F0F28;
}
.background--white {
  background: rgba(255, 255, 255, 0.1);
}

body.light-theme {
  --bg-main: #F1F1F3;
  --yellow-main: #80113C;
  --bg-3: #fff;
  --border-main: #E4E4E8;
  --text-secondary: #777788;
  --border-secondary: #6E2B46;
  --switcher: #FFBF00;
}

body.light-theme .text--link {
  color: #80113C;
}
body.light-theme .text--primary {
  color: #18181C;
}
body.light-theme .text--secondary {
  color: #777788;
}
body.light-theme .text--tertiary {
  color: #AEAEB8;
}
body.light-theme .icon--accent {
  color: #80113C !important;
}
body.light-theme .icon--1 {
  color: #FFBF00;
}
body.light-theme .icon--2 {
  color: #18181C;
}
body.light-theme .icon--3 {
  color: #777788;
}
body.light-theme .background--back-main {
  background: #F1F1F3;
}
body.light-theme .background--back-2 {
  background: #E4E4E8;
}
body.light-theme .background--back-3 {
  background: #FFFFFF;
}
body.light-theme .background--white {
  background: #FFFFFF;
}

.color--black {
  color: #000000;
}
.color--black-50 {
  color: rgbd(#000000, 0.5);
}
.color--white {
  color: #FFFFFF;
}
.color--gray {
  color: #D9D9D9;
}
.color--gray-secondary {
  color: #BFBFBF;
}
.color--gray-third {
  color: #333333;
}
.color--gray-5 {
  color: #E0E0E0;
}
.color--gray-2 {
  color: #F5F5F5;
}
.color--dark-gray {
  color: #404040;
}
.color--green {
  color: #29D37E;
}
.color--red {
  color: #E0455A;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-600 {
  color: #3F0C21;
}
.color--burgundy-500 {
  color: #4F0F28;
}
.color--burgundy-400 {
  color: #6E2B46;
}
.color--burgundy-300 {
  color: #A8768A;
}
.color--burgundy-200 {
  color: #C496AA;
}
.color--burgundy-100 {
  color: #DAAEC1;
}
.color--burgundy-50 {
  color: #EBBDD0;
}
.color--burgundy-accent {
  color: #80113C;
}
.color--neutral-900 {
  color: #18181C;
}
.color--neutral-800 {
  color: #27272B;
}
.color--neutral-700 {
  color: #484852;
}
.color--neutral-600 {
  color: #5F5F6D;
}
.color--neutral-500 {
  color: #777788;
}
.color--neutral-400 {
  color: #9292A0;
}
.color--neutral-300 {
  color: #AEAEB8;
}
.color--neutral-200 {
  color: #C8C9D0;
}
.color--neutral-100 {
  color: #E4E4E8;
}
.color--neutral-50 {
  color: #F1F1F3;
}
.color--yellow-600 {
  color: #CC9800;
}
.color--yellow-500 {
  color: #FFBF00;
}
.color--yellow-300 {
  color: #FFD761;
}
.color--yellow-200 {
  color: #FFEBB2;
}
.color--blue {
  color: #0099FF;
}
.color--orange {
  color: #E48423;
}

.bg--black {
  background: #000000;
}
.bg--black-50 {
  background: rgbd(#000000, 0.5);
}
.bg--white {
  background: #FFFFFF;
}
.bg--gray {
  background: #D9D9D9;
}
.bg--gray-third {
  background: #333333;
}
.bg--gray-5 {
  background: #E0E0E0;
}
.bg--gray-2 {
  background: #F5F5F5;
}
.bg--dark-gray {
  background: #404040;
}
.bg--green {
  background: #29D37E;
}
.bg--red {
  background: #E0455A;
}
.bg--burgundy-800 {
  background: #200610;
}
.bg--burgundy-700 {
  background: #330C1C;
}
.bg--burgundy-600 {
  background: #3F0C21;
}
.bg--burgundy-500 {
  background: #4F0F28;
}
.bg--burgundy-400 {
  background: #6E2B46;
}
.bg--burgundy-300 {
  background: #A8768A;
}
.bg--burgundy-200 {
  background: #C496AA;
}
.bg--burgundy-100 {
  background: #DAAEC1;
}
.bg--burgundy-50 {
  background: #EBBDD0;
}
.bg--burgundy-accent {
  background: #80113C;
}
.bg--neutral-900 {
  background: #18181C;
}
.bg--neutral-800 {
  background: #27272B;
}
.bg--neutral-700 {
  background: #484852;
}
.bg--neutral-600 {
  background: #5F5F6D;
}
.bg--neutral-500 {
  background: #777788;
}
.bg--neutral-400 {
  background: #9292A0;
}
.bg--neutral-300 {
  background: #AEAEB8;
}
.bg--neutral-200 {
  background: #C8C9D0;
}
.bg--neutral-100 {
  background: #E4E4E8;
}
.bg--neutral-50 {
  background: #F1F1F3;
}
.bg--yellow-600 {
  background: #CC9800;
}
.bg--yellow-500 {
  background: #FFBF00;
}
.bg--yellow-300 {
  background: #FFD761;
}
.bg--yellow-200 {
  background: #FFEBB2;
}
.bg--blue {
  background: #0099FF;
}
.bg--orange {
  background: #E48423;
}

.ls--1-1 {
  letter-spacing: -1.1%;
}

.border--stroke-1 {
  border: 1px solid #6E2B46;
}
.border--stroke-3 {
  border: 1px solid #C496AA;
}

body.light-theme .border--stroke-1 {
  border: 1px solid #E4E4E8;
}
body.light-theme .border--stroke-3 {
  border: 1px solid #AEAEB8;
}

.profile-user__coins-card {
  flex: 1 1 0;
  min-width: 0;
}
.profile-user__coins-head {
  min-width: 0;
}
.profile-user__coins-badge-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: block;
  object-fit: contain;
}
@media (max-width: 992px) {
  .profile-user__coins-badge-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.profile-user__coins-title {
  min-width: 0;
}
.profile-user__coins-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-user__coins-list li {
  position: relative;
  padding-left: 18px;
}
.profile-user__coins-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .profile-user__coins-list li {
    padding-left: 16px;
  }
  .profile-user__coins-list li::before {
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 992px) {
  .profile-user__coins-balance-count {
    white-space: nowrap;
  }
}
.profile-user__coins-level-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: block;
  object-fit: contain;
}
@media (max-width: 992px) {
  .profile-user__coins-level-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}
.profile-user__history-cards {
  width: 100%;
}
.profile-user__history-card {
  width: 100%;
}
.profile-user__history-card-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 1fr auto;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.profile-user__history-card-grid:not(:has(.profile-user__history-match)) {
  grid-template-columns: minmax(220px, 1fr) auto;
}
@media (max-width: 992px) {
  .profile-user__history-card-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    align-items: start;
  }
  .profile-user__history-card-grid:not(:has(.profile-user__history-match)) {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
.profile-user__history-info {
  min-width: 0;
}
.profile-user__history-match {
  display: flex;
  text-align: center;
}
@media (max-width: 992px) {
  .profile-user__history-match {
    grid-column: 1/-1;
    grid-row: 2/3;
    justify-content: flex-start;
    text-align: left;
  }
}
.profile-user__history-points {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .profile-user__history-points {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-content: flex-end;
    align-self: start;
  }
}
.profile-user__history-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--Stroke-1, rgba(255, 255, 255, 0.12));
}
@media (max-width: 992px) {
  .profile-user__history-pill {
    gap: 6px;
    padding: 6px 12px;
  }
}
.profile-user__history-pill-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.pagination-row .btn {
  width: 150px;
  min-width: 150px;
}
@media (max-width: 992px) {
  .pagination-row .btn {
    width: 100%;
    min-width: unset;
  }
}

body.light-theme .profile-user__history-pill {
  border: 1px solid rgba(19, 19, 21, 0.12);
}

.account-coins-loyalty {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.account-coins-loyalty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 335px;
  height: 55px;
  background: url("../../images/loyal-decor-dark.svg") no-repeat left top/contain;
}
@media (max-width: 992px) {
  .account-coins-loyalty::before {
    display: none;
  }
}
.account-coins-loyalty__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .account-coins-loyalty__inner {
    flex-direction: column;
    padding: 24px 0 0 16px;
  }
}
.account-coins-loyalty__content {
  max-width: 560px;
  min-width: 0;
}
@media (max-width: 992px) {
  .account-coins-loyalty__content {
    max-width: none;
    padding-right: 16px;
  }
}
.account-coins-loyalty__phones {
  margin-left: auto;
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  min-width: 470px;
  padding-right: 18px;
}
@media (max-width: 992px) {
  .account-coins-loyalty__phones {
    margin-left: 0;
    margin-top: 24px;
    min-width: 0;
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }
}
.account-coins-loyalty__phone-wrap {
  position: relative;
  flex: 0 0 auto;
}
.account-coins-loyalty__phone-wrap::before, .account-coins-loyalty__phone-wrap::after {
  content: "";
  position: absolute;
  background: url("../../images/m-badge.png") no-repeat center/contain;
  z-index: 2;
}
.account-coins-loyalty__phone-wrap--left {
  width: 200px;
  z-index: 2;
}
.account-coins-loyalty__phone-wrap--left::before {
  width: 72px;
  height: 72px;
  left: -10px;
  top: 50px;
  transform: rotate(-35deg);
}
@media (max-width: 992px) {
  .account-coins-loyalty__phone-wrap--left::before {
    width: 56px;
    height: 56px;
    left: 2px;
    top: 48px;
  }
}
.account-coins-loyalty__phone-wrap--left::after {
  display: none;
}
.account-coins-loyalty__phone-wrap--right {
  width: 201px;
  margin-left: -8px;
  z-index: 3;
}
.account-coins-loyalty__phone-wrap--right::before {
  width: 86px;
  height: 86px;
  right: -23px;
  top: -14px;
  z-index: 3;
}
@media (max-width: 992px) {
  .account-coins-loyalty__phone-wrap--right::before {
    width: 62px;
    height: 62px;
    right: 3px;
    top: 3px;
  }
}
.account-coins-loyalty__phone-wrap--right::after {
  width: 54px;
  height: 54px;
  right: 4px;
  bottom: 32px;
  transform: rotate(-25deg);
}
@media (max-width: 992px) {
  .account-coins-loyalty__phone-wrap--right::after {
    width: 40px;
    height: 40px;
    right: 13px;
    bottom: 42px;
  }
}
.account-coins-loyalty__badge-small {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 16px;
  top: 17px;
  background: url("../../images/m-badge.png") no-repeat center/contain;
  z-index: 1;
  transform: rotate(-25deg);
}
@media (max-width: 992px) {
  .account-coins-loyalty__badge-small {
    width: 24px;
    height: 24px;
    left: 27px;
    top: 24px;
  }
}
.account-coins-loyalty__phone {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.light-theme .account-coins-loyalty::before {
  background-image: url("../../images/loyal-decor-light.svg");
}

.account-coins-info .loyalty-card__icon {
  width: 56px;
  height: 56px;
}
.account-coins-info .loyalty-card__title {
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
}

.account-coins-start__icon {
  display: block;
  --start-icon-accent-fill: #FFBF00;
  --start-icon-accent-stroke: #4F0F28;
}
.account-coins-start__icon .start-icon-stroke {
  stroke: currentColor;
}
.account-coins-start__icon .start-icon-fill {
  fill: currentColor;
}
.account-coins-start__icon .start-icon-accent-fill {
  fill: var(--start-icon-accent-fill);
}
.account-coins-start__icon .start-icon-accent-stroke {
  stroke: var(--start-icon-accent-stroke);
}
.account-coins-start__icon .start-icon-accent-fill-stroke {
  stroke: var(--start-icon-accent-fill);
}

body.light-theme .account-coins-start__icon {
  --start-icon-accent-fill: #80113C;
  --start-icon-accent-stroke: #FFFFFF;
}

.account-coins-level {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.account-coins-level::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 423px;
  height: 105px;
  background: url("../../images/vector-level.svg") no-repeat left top/contain;
}
@media (max-width: 992px) {
  .account-coins-level::before {
    width: 491px;
    height: 123px;
  }
}

body.light-theme .account-coins-level::before {
  background-image: url("../../images/vector-level-light.svg");
}

.account-coins-level__col {
  flex: 1 1 0;
  min-width: 0;
}

.account-coins-activity {
  width: 100%;
}
@media (min-width: calc(992px + 1px)) {
  .account-coins-activity {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: stretch;
  }
}
.account-coins-activity__item {
  width: 100%;
  min-height: 152px;
}
@media (min-width: calc(992px + 1px)) {
  .account-coins-activity__item {
    grid-column: span 2;
  }
}
@media (max-width: 992px) {
  .account-coins-activity__item {
    min-height: 144px;
  }
}
@media (min-width: calc(992px + 1px)) {
  .account-coins-activity__item:nth-child(5) {
    grid-column: 2/span 2;
  }
}
@media (min-width: calc(992px + 1px)) {
  .account-coins-activity__item:nth-child(6) {
    grid-column: 4/span 2;
  }
}
@media (min-width: calc(992px + 1px)) {
  .account-coins-activity__item:nth-child(7) {
    grid-column: 6/span 2;
  }
}
@media (max-width: 992px) {
  .account-coins-activity__item:nth-child(7) {
    grid-column: 1/-1;
  }
}
.account-coins-activity .loyalty-card__title {
  margin: 0 auto;
  text-align: center;
}
.account-coins-activity .loyalty-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  flex: 0 0 56px;
}
.account-coins-activity .loyalty-card__icon svg,
.account-coins-activity .loyalty-card__icon img {
  display: block;
}

.account-coins-use__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 568px);
  column-gap: 24px;
  row-gap: 12px;
  align-items: start;
}
@media (max-width: 992px) {
  .account-coins-use__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.account-coins-use__top, .account-coins-use__bottom {
  max-width: 592px;
  min-width: 0;
}
.account-coins-use__cards {
  grid-column: 2/3;
  grid-row: 1/span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
}
@media (max-width: 992px) {
  .account-coins-use__cards {
    grid-column: auto;
    grid-row: auto;
  }
}
.account-coins-use__card {
  min-width: 281px;
}
@media (max-width: 992px) {
  .account-coins-use__card {
    min-width: auto;
  }
}
.account-coins-use__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  flex: 0 0 48px;
}
.account-coins-use__icon svg,
.account-coins-use__icon img {
  display: block;
}

.account-coins-features {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.account-coins-features::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 344px;
  height: 60px;
  background: url("../../images/loyal-decor-dark.svg") no-repeat left top/contain;
}
@media (max-width: 992px) {
  .account-coins-features::before {
    display: none;
  }
}
@media (min-width: calc(992px + 1px)) {
  .account-coins-features__cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .account-coins-features__cards {
    grid-template-columns: 1fr;
  }
}
.account-coins-features__card,
.account-coins-features .account-coins-referral__card {
  min-width: 0;
}
@media (min-width: calc(992px + 1px)) {
  .account-coins-features__card {
    grid-column: span 2;
  }
}

@media (min-width: calc(992px + 1px)) {
  .account-coins-referral__card {
    grid-column: span 3;
    justify-content: sp;
  }
}

body.light-theme .account-coins-features::before {
  background-image: url("../../images/loyal-decor-light.svg");
}

.level-up-popup .popup {
  max-width: 480px;
  border-radius: 16px;
  padding: 36px 30px 32px;
}
@media (max-width: 992px) {
  .level-up-popup .popup {
    width: 100vw;
    max-width: unset;
    height: 100dvh;
    border-radius: 0;
    border: none;
    padding: 56px 12px 24px;
    overflow: auto;
  }
}
.level-up-popup__form {
  min-height: 100%;
}
.level-up-popup__subtitle {
  max-width: 340px;
}
.level-up-popup__option {
  display: block;
  cursor: pointer;
}
.level-up-popup__option input {
  display: none;
}
.level-up-popup__option:has(input:checked) .level-up-popup__option-row {
  border-color: #FFBF00;
}
.level-up-popup__option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .level-up-popup__option-row {
    padding: 13px 12px;
  }
}
.level-up-popup__option-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}