body {
  background: linear-gradient(
    180deg,
    #f472b6 0%,
    #fbbf24 22.44%,
    #f9a97f 44.59%,
    #f472b6 74.93%,
    #fefce8 100%
  );
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}

.header {
  background: white;
  position: fixed;
  z-index: 100;
}

.footer {
  background-color: #fff;
  margin-top: 30vw;
  position: relative;
  z-index: 10;
}

.art {
  position: absolute;
}

.art-1 {
  right: 0;
  top: -150px;
  width: 25%;
}
.art-2 {
  left: 0;
  top: -150px;
  width: 25%;
}
.art-3 {
  width: 630px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -400px;
}
.art-4 {
  width: 30%;
  right: 0;
  bottom: 340px;
}

.hero {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
}

.hero img {
  max-width: 1340px;
  width: 100%;
  /* height: 580px; */
  /* object-fit: cover; */
  border-radius: 40px;
}

.prizes-hero {
  padding: 40px 20px 110px;
  color: #f5e9c6;
  position: relative;
  z-index: 8;
}

.prizes-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.prizes-hero__title {
  font-family: Gilroy;

  font-weight: 600;
  font-style: Regular;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;

  color: white;
  margin: 0;
}

.prizes-hero__slider-shell {
  width: 100%;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;
  gap: 24px;
  position: relative;
}

.prizes-hero__slider {
  width: 100%;
  overflow: hidden;
}

.prizes-hero__slider .swiper-wrapper {
  align-items: stretch;
}

.swiper-wrapper {
  display: flex;
}

.prizes-hero__slide {
  width: 400px !important;
  flex: 0 0 400px;
  transition:
    width 0.45s ease,
    flex-basis 0.45s ease,
    transform 0.45s ease;
  display: flex;
  height: auto;
}

.prizes-hero__slide--main {
  width: 500px !important;
  flex-basis: 500px;
}

.prizes-hero__card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  min-height: 540px;
  display: flex;
  flex-direction: column;
}

.prizes-hero__badge {
  position: absolute;
  top: 22px;
  left: 22px;
  background: #ffffff;
  color: #000000;
  border-radius: 999px;
  padding: 10px 50px;
  font-family: Gilroy;
  font-weight: 500;
  font-style: Regular;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  z-index: 10;
}

.prizes-hero__badge--main {
  font-weight: 600;
  font-size: 26px;
  padding: 10px 20px;
  min-width: 260px;
}

.prizes-hero__badge-second {
  position: absolute;
  top: 22px;
  left: 22px;
  background: #f67bb2;
  color: #ffffff;
  border-radius: 999px;
  padding: 7px 14px;
  font-family: Gilroy;
  font-weight: 500;
  font-style: Regular;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

.prizes-hero__count {
  position: absolute;
  top: 22px;
  right: 22px;
  background: #f67bb2;
  color: #ffffff;
  border-radius: 999px;
  padding: 7px 14px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  z-index: 10;
}

.prizes-hero__image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 409px;
  position: relative;
}

.prizes-hero__image img {
  width: 100%;
  display: block;
  position: relative;
}

.prizes-hero__image--weekly {
  background: #ffffff;
  border-radius: 40px 40px 0 0;
}

.prizes-hero__card--weekly .prizes-hero__image img {
  width: 100%;
}

.prizes-hero__card--main .prizes-hero__image {
  background: #f67bb2;
}

.prizes-hero__price {
  position: absolute;
  left: 22px;
  bottom: 170px;
  width: 260px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 12px 20px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #111111;
  text-align: center;
  z-index: 8;
}

.prizes-hero__footer {
  background: white;
  border-radius: 0 0 28px 28px;
  padding: 30px 32px 30px;
  color: #ffffff;
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}

.prizes-hero__footer-second {
  font-size: 32px;
}

.prizes-hero__footer p {
  margin: 0;
  color: #0f172a;
}

.prizes-hero__nav {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prizes-hero__nav svg {
  width: 20px;
}

.prizes-hero__nav:hover {
  background: #f472b6;
}

.prizes-hero__nav:hover svg path {
  fill: #fff;
}

.prizes-hero__nav:disabled {
  opacity: 0.4;
  cursor: default;
}

.prizes-hero__pagination {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.prizes-hero__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: white;
  opacity: 0.4;
  border-radius: 50%;
}

.prizes-hero__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
}

.participants {
  padding: 30px 20px 90px;
  position: relative;
}

.participants__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 8;
}

.participants__title {
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 0;
}

.participants__subtitle {
  font-family: Gilroy;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #fefce8;
  margin: 0;
}

.brands__inner {
  max-width: 1240px;
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.brands__title {
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin: 0;
}

.brands__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
}

.brands__slide {
  width: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands__card {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.brands__card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.brands__pagination {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.brands__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
}

.brands__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
}

.participants__products {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}

.participants__slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-width: 0;
  padding-bottom: 2px;
}

.participants__slider .swiper-wrapper {
  align-items: stretch;
}

.participants__slide {
  display: flex;
  height: auto;
  width: calc((100% - 48px) / 3) !important;
  flex: 0 0 calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3);
}

@media (max-width: 1023px) {
  .participants__slide {
    width: calc((100% - 20px) / 2) !important;
    flex-basis: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2);
  }
}

/* .participants__slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 24px;
}

.participants__slider:not(.swiper-initialized) .participants__slide {
  flex: 0 0 calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);
} */

.participants__card {
  background: #ffffff;
  border-radius: 28px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  height: 100%;
  min-height: 320px;
}

.participants__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.participants__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.participants__name {
  font-family: Gilroy;
  font-weight: 500;
  font-style: Regular;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin: 0;
}

.participants__nav {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.participants__nav:hover {
  background: #f472b6;
}

.participants__nav:hover svg path {
  fill: #fff;
}

.participants__nav svg {
  width: 20px;
}

.participants__nav:disabled {
  opacity: 0.4;
  cursor: default;
}

.participants__pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.participants__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
}

.participants__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
}

.participants__cta {
  width: 295px;
  height: 52px;
  border-radius: 50px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 10px;
  color: #ffffff;

  background: linear-gradient(
    90deg,
    #f472b6 0%,
    #3b82f6 33.33%,
    #f472b6 66.66%,
    #f472b6 100%
  );
  background-size: 300% 100%;
  background-position: 0% center;
  transition: background-position 0.3s ease;
}

.participants__cta:hover {
  background-position: 100% center;
}

.participants__note {
  font-family: Gilroy;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  color: #eff6ff;
  text-align: center;
  margin: 0;
}

.how-to {
  padding: 40px 20px 20px;
  position: relative;
}

.how-to__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 8;
}

.how-to__title {
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 0;
}

.how-to__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

.how-to__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.how-to__circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 50px;
  color: #f472b6;
}

.how-to__item-title {
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 26px;
  line-height: 130%;
  color: #fff;
  margin: 0;
}

.how-to__item-text {
  font-family: Gilroy;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin: 0;
  max-width: 260px;
  opacity: 0.7;
}

.how-to-cards {
  padding: 20px 20px 60px;
}

.how-to-cards__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.how-to-cards__title {
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin: 0;
}

.how-to-cards__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.how-to-cards__card {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  align-items: center;
}

.how-to-cards__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-to-cards__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.how-to-cards__name {
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 26px;
  line-height: 130%;
  color: #000000;
  margin: 0 0 6px;
}

.how-to-cards__text {
  font-family: Gilroy;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}

.winners {
  padding: 30px 20px;
}

.winners__inner {
  max-width: 886px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.winners__title {
  margin: 0;
  text-align: center;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
}

.winners__toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  position: relative;
}

.winners__week-filter {
  position: relative;
  width: 208px;
  flex: 0 0 208px;
}

.winners__prize-filter {
  position: relative;
  width: 280px;
  flex: 0 0 280px;
}

.winners__filter {
  height: 54px;
  border: none;
  border-radius: 50px;
  padding: 4px 6px 4px 24px;
  background: #fff;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  cursor: pointer;
}

.winners__week-toggle {
  width: 100%;
}

.winners__prize-toggle {
  width: 100%;
}

.winners__filter-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  flex: 0 0 40px;
}

.winners__filter-close::before,
.winners__filter-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.winners__filter-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.winners__week-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* border: 3px solid #f472b6; */
  position: relative;
  flex: 0 0 40px;
  background: #f472b6;
}

.winners__week-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(-50%, -62%) rotate(45deg);
  transition: transform 0.2s ease;
}

.winners__week-toggle[aria-expanded="true"] .winners__week-arrow::before {
  transform: translate(-50%, -30%) rotate(-135deg);
}

.winners__prize-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f472b6;
  position: relative;
  flex: 0 0 40px;
}

.winners__prize-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(-50%, -62%) rotate(45deg);
  transition: transform 0.2s ease;
}

.winners__prize-toggle[aria-expanded="true"] .winners__prize-arrow::before {
  transform: translate(-50%, -30%) rotate(-135deg);
}

.winners__week-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  z-index: 20;
  background: #ffffff;
  border: 2px solid #636363;
  border-radius: 12px;
  padding: 2px 2px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.winners__week-dropdown[hidden] {
  display: none;
}

.winners__prize-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 100%;
  z-index: 20;
  background: #ffffff;
  border: 2px solid #636363;
  border-radius: 12px;
  padding: 2px 2px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.winners__prize-dropdown[hidden] {
  display: none;
}

.winners__week-list {
  max-height: 190px;
  overflow-y: auto;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.winners__week-option {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  cursor: pointer;
}

.winners__prize-list {
  max-height: 190px;
  overflow-y: auto;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.winners__prize-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  cursor: pointer;
}

.winners__week-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #171717;
  border-radius: 5px;
  margin: 0;
  position: relative;
  flex: 0 0 20px;
}

.winners__week-checkbox:checked {
  background: #636363;
  border-color: #636363;
}

.winners__week-checkbox:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 44%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.winners__prize-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #171717;
  border-radius: 5px;
  margin: 2px 0 0 0;
  position: relative;
  flex: 0 0 20px;
}

.winners__prize-checkbox:checked {
  background: #636363;
  border-color: #636363;
}

.winners__prize-checkbox:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 44%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.winners__week-actions {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.winners__week-reset,
.winners__week-apply {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  cursor: pointer;
}

.winners__prize-actions {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.winners__prize-reset,
.winners__prize-apply {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  cursor: pointer;
}

.winners__week-reset {
  border: 2px solid #636363;
  background: #ffffff;
  color: #111111;
}

.winners__week-apply {
  border: 2px solid #636363;
  background: #636363;
  color: #ffffff;
}

.winners__prize-reset {
  border: 2px solid #636363;
  background: #ffffff;
  color: #111111;
}

.winners__prize-apply {
  border: 2px solid #636363;
  background: #636363;
  color: #ffffff;
}

.winners__search {
  margin-left: auto;
  width: 376px;
  height: 54px;
  border: none;
  border-radius: 50px;
  padding: 7px 6px 7px 24px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: text;
}

.winners__search-input {
  width: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #2e2e31;
}

.winners__search-input::placeholder {
  color: #b0b0b0;
}

.winners__search-trigger {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.winners__search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f472b6;
  position: relative;
  flex: 0 0 40px;
}

.winners__search-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transform: translate(-56%, -58%);
}

.winners__search-icon::after {
  content: "";
  position: absolute;
  left: 56%;
  top: 60%;
  width: 7px;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  border-radius: 1px;
}

.winners__mobile-filters-bar,
.winners__mobile-sheet {
  display: none;
}

.winners__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 506px;
  overflow-y: auto;
  padding-right: 3px;
}

.winners__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.winners__card[hidden] {
  display: none;
}

.winners__head,
.winners__contacts {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.winners__name {
  margin: 0;
  min-width: 0;
  flex: 1 0 0;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #0f172a;
}

.winners__period {
  margin: 0;
  max-width: 150px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #94a3b8;
}

.winners__contacts p {
  margin: 0;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #334155;
}

.winners__contacts p:first-child {
  width: 130px;
}

.winners__prize {
  margin: 0;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #334155;
}

.faq {
  padding: 40px 20px 80px;
  position: relative;
  z-index: 10;
}

.faq__inner {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 8;
}

.faq__title {
  font-family: Gilroy;
  font-weight: 600;
  font-style: Regular;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 0;
}

.faq__panel {
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 8px 0 22px;
}

.faq__list {
  width: 100%;
  padding: 0;
}

.faq__item {
  border-bottom: 1px dashed #d4d4d8;
  padding: 0 28px;
}

.faq__item:last-child {
  border-bottom: none;
}

.faq__question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-family: Gilroy;
  font-weight: 500;
  font-style: Regular;
  font-size: 20px;
  color: #000000;
}

.faq__question:hover .faq__question-text {
  color: #f472b6;
}

.faq__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fce7f3;
  position: relative;
  flex: 0 0 28px;
  transition: transform 0.2s ease;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #f472b6;
  transform: translate(-50%, -50%);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item.is-open .faq__icon {
  transform: rotate(45deg);
}

.faq__answer {
  padding: 0 0 18px;
  font-family: Gilroy;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  color: #6b6b6b;
}

.faq__answer p {
  margin: 0;
}

.faq__answer-content ul,
.faq__answer-content ol {
  margin: 8px 0 0;
  padding-left: 18px;
  list-style-position: outside !important;
}

.faq__answer-content li + li {
  margin-top: 4px;
}

.faq__answer-content ul,
.faq__answer-content ul li {
  list-style: disc !important;
  list-style-type: disc !important;
}

.faq__answer-content ol,
.faq__answer-content ol li {
  list-style: decimal !important;
  list-style-type: decimal !important;
}

.faq__answer-content li {
  display: list-item !important;
}

.faq__answer-content li::marker {
  color: currentColor !important;
}

.faq__answer-content a {
  color: #f472b6;
  text-decoration: underline;
}

.faq__actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 28px 0;
}

.faq__action {
  width: 295px;
  height: 52px;
  border-radius: 50px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.faq__action--question {
  color: #ffffff;

  background: linear-gradient(
    90deg,
    #f472b6 0%,
    #3b82f6 33.33%,
    #f472b6 66.66%,
    #f472b6 100%
  );
  background-size: 300% 100%;
  background-position: 0% center;
  transition: background-position 0.3s ease;
}

.faq__action--question:hover {
  background-position: 100% center;
}

.faq__action--rules {
  color: #3b82f6;
  border: 2px solid #3b82f6;
  background: transparent;
}

.faq__support-note {
  width: 100%;
  margin: 0;
  padding: 0 28px;
  opacity: 0.8;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #64748b;
  margin-top: 32px;
}

.faq__support-note a {
  color: inherit;
}

.floating-upload {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 60px;
  padding: 5px 5px 5px 16px;
  border: none;
  border-radius: 50px;
  background: #fff;
  color: #f67bb2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-family: Gilroy;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    width 0.2s ease,
    height 0.2s ease,
    padding 0.2s ease;
}

.floating-upload:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
}

.floating-upload__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 40px;
  background: linear-gradient(90deg, #f67bb2 -0.69%, #3b82f6 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.floating-upload__icon svg {
  fill: transparent;
  width: 36px;
  height: 36px;
}

.floating-upload--compact {
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 50%;
}

.floating-upload--compact > span:first-child {
  display: none;
}

.scan-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 90;
}

.scan-modal--open {
  display: flex;
}

.scan-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.scan-modal__content {
  position: relative;
  z-index: 1;
  width: min(410px, calc(100vw - 16px));
  background: #f1f1f1;
  border-radius: 30px;
  padding: 40px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.scan-modal__view {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.scan-modal__view[hidden] {
  display: none !important;
}

.scan-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.scan-modal__close::before,
.scan-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #787878;
}

.scan-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.scan-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.scan-modal__title {
  margin: 0;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.scan-modal__subtitle {
  margin: 0;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #949494;
  text-align: center;
}

.scan-modal__frame {
  width: 230px;
  height: 230px;
  position: relative;
}

.scan-modal__corner {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 2px solid #b9b9b9;
}

.scan-modal__corner--tl {
  left: 0;
  top: 0;
  border-right: none;
  border-bottom: none;
  border-radius: 20px 0 0 0;
}

.scan-modal__corner--tr {
  right: 0;
  top: 0;
  border-left: none;
  border-bottom: none;
  border-radius: 0 20px 0 0;
}

.scan-modal__corner--bl {
  left: 0;
  bottom: 0;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 20px;
}

.scan-modal__corner--br {
  right: 0;
  bottom: 0;
  border-left: none;
  border-top: none;
  border-radius: 0 0 20px 0;
}

.scan-modal__actions {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.scan-modal__action {
  height: 40px;
  border-radius: 29px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
}

.scan-modal__action--primary {
  border: 1px solid #477cff;
  background: #477cff;
  color: #ffffff;
}

.scan-modal__action--secondary {
  border: 1px solid #477cff;
  background: transparent;
  color: #477cff;
}

.scan-modal .scan-manual-form {
  width: 280px;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
}

.scan-modal .scan-manual-form__field {
  display: block !important;
  position: relative;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.scan-modal .scan-manual-form__input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  float: none !important;
  margin: 0 !important;
  height: 40px !important;
  border: none !important;
  outline: none !important;
  border-radius: 50px !important;
  background: #f0f0f0 !important;
  padding: 0 24px !important;
  font-family: Gilroy !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #111111 !important;
  box-shadow: none !important;
}

.scan-manual-form__input::placeholder {
  color: #949494;
}

.scan-modal .scan-manual-form__field--icon .scan-manual-form__input {
  padding-right: 44px !important;
}

.scan-modal .scan-manual-form__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  opacity: 0.7;
}

.scan-manual-form__icon--date::before,
.scan-manual-form__icon--time::before,
.scan-manual-form__icon--date::after,
.scan-manual-form__icon--time::after {
  content: "";
  position: absolute;
}

.scan-manual-form__icon--date {
  border: 2px solid #949494;
  border-radius: 4px;
  box-sizing: border-box;
}

.scan-manual-form__icon--date::before {
  left: 2px;
  right: 2px;
  top: 5px;
  height: 2px;
  background: #949494;
}

.scan-manual-form__icon--date::after {
  left: 4px;
  top: -3px;
  width: 2px;
  height: 5px;
  background: #949494;
  box-shadow: 8px 0 0 #949494;
}

.scan-manual-form__icon--time {
  border: 2px solid #949494;
  border-radius: 50%;
  box-sizing: border-box;
}

.scan-manual-form__icon--time::before {
  left: 8px;
  top: 4px;
  width: 2px;
  height: 5px;
  background: #949494;
}

.scan-manual-form__icon--time::after {
  left: 8px;
  top: 9px;
  width: 4px;
  height: 2px;
  background: #949494;
}

.scan-modal .scan-manual-form__submit {
  display: block !important;
  width: 179px !important;
  height: 40px !important;
  margin: 8px auto 0 !important;
  border: 1px solid #477cff !important;
  border-radius: 29px !important;
  background: #477cff !important;
  color: #ffffff !important;
  font-family: Gilroy !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  cursor: pointer;
}

.receipt-upload-modal__content {
  width: min(940px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  background: #ffffff;
  padding: 48px 20px 24px;
}

.receipt-upload-modal__body {
  width: 100%;
}

@media (max-width: 768px) {
  .art-1,
  .art-2,
  .art-3,
  .art-4 {
    display: none;
  }

  .hero {
    padding: 10px 10px 0;
  }

  .prizes-hero {
    padding: 34px 10px 32px;
  }

  .prizes-hero__inner {
    gap: 30px;
  }

  .prizes-hero__title {
    font-size: 24px;
    line-height: 1.1;
  }

  .prizes-hero__slider-shell {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .prizes-hero__nav {
    display: none;
  }

  .prizes-hero__slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .prizes-hero__slide {
    width: 220px !important;
    flex: 0 0 220px;
  }

  .prizes-hero__slide--main {
    width: 220px !important;
    flex-basis: 220px;
  }

  .prizes-hero__slider .swiper-wrapper {
    gap: 8px;
  }

  .prizes-hero__card {
    min-height: 326px;
    border-radius: 26.667px;
  }

  .prizes-hero__image {
    height: 230px;
    border-radius: 26.667px 26.667px 0 0;
  }

  .prizes-hero__image img {
    /* height: 254px; */
    width: 100%;
  }

  .prizes-hero__card--weekly .prizes-hero__image img {
  }

  .prizes-hero__badge {
    top: 12px;
    left: 12px;
  }

  .prizes-hero__badge--main {
    min-width: 0;
    padding: 4px 18px;
    font-size: 14px;
    border-radius: 30px;
  }

  .prizes-hero__badge-second {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.3;
    border-radius: 30px;
  }

  .prizes-hero__count {
    top: 12px;
    right: 12px;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 1.3;
    border-radius: 30px;
  }

  .prizes-hero__price {
    left: 12px;
    bottom: 96px;
    width: 158px;
    min-width: 0;
    padding: 8px 12px;
    border-radius: 30px;
    font-size: 20px;
  }

  .prizes-hero__footer {
    padding: 0 10px;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 0 0 26.667px 26.667px;
  }

  .prizes-hero__footer-second {
    font-size: 20px;
  }

  .prizes-hero__pagination {
    position: static;
    transform: none;
    margin-top: 24px;
    gap: 13px;
  }

  .prizes-hero__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .prizes-hero__pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    transform: none;
  }

  .brands {
    padding: 34px 0 32px;
  }

  .brands .brands__inner {
    /* max-width: 300px; */
    max-width: 100%;
    gap: 30px;
  }

  .brands .brands__title {
    font-size: 24px;
    line-height: 1.1;
  }

  .brands .brands__slider {
    /* width: 290px; */
    width: 100%;
    overflow: hidden;
    margin: 0 16px;
  }

  .brands .brands__slide {
    width: 55px;
    flex: 0 0 55px;
  }

  .brands .brands__card {
    width: 55px;
    height: 55px;
    border-radius: 20px;
  }

  .brands .brands__pagination {
    margin-top: 24px;
    gap: 13px;
  }

  .brands .brands__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .brands .brands__pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    transform: none;
  }

  .participants {
    padding: 34px 10px 32px;
  }

  .participants__inner {
    gap: 30px;
  }

  .participants__title {
    font-size: 24px;
    line-height: 1.1;
  }

  .participants__subtitle {
    max-width: 320px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }

  .participants .brands__inner {
    max-width: 100%;
    gap: 30px;
  }

  .participants .brands__slider {
    /* width: 290px; */
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .participants .brands__slide {
    width: 55px;
    flex: 0 0 55px;
  }

  .participants .brands__card {
    width: 55px;
    height: 55px;
    border-radius: 16px;
  }

  .participants .brands__pagination {
    margin-top: 24px;
    gap: 13px;
  }

  .participants .brands__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .participants .brands__pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    transform: none;
  }

  .participants__products {
    /* width: 290px; */
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }

  .participants__nav {
    display: none;
  }

  .participants__slider {
    width: 100%;
    margin: 0 auto;
  }

  .participants__slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 8px;
  }

  .participants__slider:not(.swiper-initialized) .participants__slide {
    width: 158px;
    flex: 0 0 158px;
    max-width: 158px;
  }

  .participants__slide {
    width: 158px !important;
    flex-basis: 158px !important;
    max-width: 158px;
  }

  .participants__card {
    min-height: 233px;
    border-radius: 15px;
    padding: 16px 12px;
    gap: 10px;
  }

  .participants__image {
    width: 100%;
    height: 126px;
  }

  .participants__name {
    font-size: 12px;
    line-height: 1.3;
    color: #646464;
  }

  .participants__pagination {
    margin-top: 24px;
    gap: 13px;
  }

  .participants__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .participants__pagination .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    transform: none;
  }

  .participants__cta {
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.2;
    background: #636363;
  }

  .participants__note {
    max-width: 290px;
    font-size: 10px;
    line-height: 1.3;
  }

  .how-to {
    padding: 30px 10px;
  }

  .how-to__inner {
    gap: 24px;
  }

  .how-to__title,
  .how-to-cards__title {
    font-size: 24px;
    line-height: 1.1;
  }

  .how-to__grid,
  .how-to-cards__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .how-to__item {
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
    padding: 8px 6px;
    text-align: left;
    border-radius: 20px;
  }

  .how-to__circle {
    width: 48px;
    height: 48px;
    font-size: 36px;
    flex: 0 0 48px;
  }

  .how-to__item-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
  }

  .how-to__item-text {
    max-width: none;
    font-size: 14px;
    line-height: 1.3;
  }

  .how-to-cards {
    background: #f1f1f1;
    padding: 30px 10px;
  }

  .how-to-cards__inner {
    gap: 24px;
  }

  .how-to-cards__card {
    background: #ffffff;
    border-radius: 20px;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    padding: 24px 20px 20px;
  }

  .how-to-cards__icon {
    width: 70px;
    height: 70px;
  }

  .how-to-cards__name {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2;
    color: #111111;
  }

  .how-to-cards__text {
    font-size: 14px;
    line-height: 1.3;
    color: #111111;
  }

  .winners {
    padding: 30px 0;
  }

  .winners__inner {
    max-width: calc(100% - 20px);
    gap: 24px;
  }

  .winners__title {
    font-size: 24px;
    line-height: 1.1;
    color: #2e2e31;
  }

  .winners__toolbar {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 0;
  }

  .winners__week-filter,
  .winners__prize-filter {
    display: none;
  }

  .winners__filter,
  .winners__week-toggle,
  .winners__toolbar > .winners__filter {
    width: auto;
    min-width: 155px;
    height: 44px;
    padding: 4px 6px 4px 14px;
    font-size: 16px;
  }

  .winners__filter-close {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-width: 2px;
  }

  .winners__week-arrow {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-width: 2px;
  }

  .winners__week-arrow::before {
    width: 9px;
    height: 9px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .winners__prize-arrow {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-width: 2px;
  }

  .winners__prize-arrow::before {
    width: 9px;
    height: 9px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .winners__week-dropdown {
    top: calc(100% + 8px);
  }

  .winners__prize-dropdown {
    top: calc(100% + 8px);
  }

  .winners__week-list {
    max-height: 170px;
    padding: 12px 12px 8px;
    gap: 12px;
  }

  .winners__week-option {
    font-size: 16px;
  }

  .winners__prize-list {
    max-height: 170px;
    padding: 12px 12px 8px;
    gap: 12px;
  }

  .winners__prize-option {
    font-size: 16px;
  }

  .winners__week-actions {
    padding: 0 12px;
    gap: 10px;
  }

  .winners__week-reset,
  .winners__week-apply {
    height: 36px;
    font-size: 16px;
  }

  .winners__prize-actions {
    padding: 0 12px;
    gap: 10px;
  }

  .winners__prize-reset,
  .winners__prize-apply {
    height: 36px;
    font-size: 16px;
  }

  .winners__search {
    order: 1;
    margin-left: 0;
    width: 100%;
    height: 34px;
    padding: 4px 0 4px 16px;
    border-radius: 50px;
  }

  .winners__mobile-filters-bar {
    display: flex;
    order: 2;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
  }

  .winners__mobile-reset,
  .winners__mobile-open {
    border: none;
    background: #ffffff;
    border-radius: 50px;
    min-height: 34px;
    padding: 2px 3px 2px 16px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #636363;
    position: relative;
  }

  .winners__mobile-reset-icon,
  .winners__mobile-open-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #636363;
    position: relative;
    flex: 0 0 30px;
  }

  .winners__mobile-reset-icon::before,
  .winners__mobile-reset-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
  }

  .winners__mobile-reset-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .winners__mobile-reset-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .winners__mobile-open {
    background: #636363;
    color: #ffffff;
    width: 126px;
    justify-content: space-between;
    gap: 10px;
    padding-right: 2px;
  }

  .winners__mobile-open-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 46%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #636363;
    border-bottom: 2px solid #636363;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .winners__mobile-open-arrow {
    background: #ffffff;
  }

  .winners__mobile-badge {
    position: absolute;
    right: -12px;
    top: -10px;
    min-width: 28px;
    height: 21px;
    border-radius: 40px;
    background: #636363;
    color: #ffffff;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
  }

  .winners__mobile-sheet {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.25);
    align-items: flex-end;
    justify-content: center;
  }

  .winners__mobile-sheet.is-open {
    display: flex;
  }

  .winners__mobile-sheet-inner {
    position: relative;
    width: 100%;
    max-width: 340px;
    max-height: 94vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 24px 24px 0 0;
    padding: 16px 10px 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .winners__mobile-sheet-handle {
    width: 141px;
    height: 7px;
    background: #e4e4e4;
    border-radius: 10px;
    margin: 0 auto;
  }

  .winners__mobile-sheet-close {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #e4e4e4;
  }

  .winners__mobile-sheet-close::before,
  .winners__mobile-sheet-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #636363;
  }

  .winners__mobile-sheet-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .winners__mobile-sheet-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .winners__mobile-sheet-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .winners__mobile-sheet-title {
    margin: 0;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #636363;
  }

  .winners__mobile-sheet-list {
    border-radius: 12px;
    background: #ffffff;
    padding: 16px 20px;
    max-height: 128px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .winners__mobile-sheet-list--prizes {
    max-height: 128px;
  }

  .winners__mobile-sheet-option {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
  }

  .winners__mobile-week-checkbox,
  .winners__mobile-prize-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #171717;
    border-radius: 5px;
    margin: 0;
    position: relative;
    flex: 0 0 20px;
    background: #ffffff;
  }

  .winners__mobile-week-checkbox:checked,
  .winners__mobile-prize-checkbox:checked {
    background: #4c6fc6;
    border-color: #4c6fc6;
  }

  .winners__mobile-week-checkbox:checked::before,
  .winners__mobile-prize-checkbox:checked::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 44%;
    width: 10px;
    height: 6px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .winners__mobile-sheet-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .winners__mobile-sheet-reset,
  .winners__mobile-sheet-apply {
    width: 100%;
    height: 40px;
    border-radius: 30px;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
  }

  .winners__mobile-sheet-reset {
    border: 1px solid #636363;
    background: #ffffff;
    color: #636363;
  }

  .winners__mobile-sheet-apply {
    border: 1px solid #636363;
    background: #636363;
    color: #ffffff;
  }

  .winners__search-input {
    font-size: 16px;
    line-height: 1.2;
  }

  .winners__search-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .winners__search-icon::before {
    width: 11px;
    height: 11px;
    border-width: 2px;
  }

  .winners__search-icon::after {
    width: 6px;
  }

  .winners__week-filter,
  .winners__prize-filter {
    order: 2;
  }

  .winners__list {
    max-height: 468px;
    gap: 8px;
    padding-right: 0;
    width: 100%;
  }

  .winners__card {
    padding: 20px;
    gap: 8px;
    border-radius: 20px;
  }

  .winners__head,
  .winners__contacts {
    gap: 16px;
  }

  .winners__name,
  .winners__period,
  .winners__contacts p,
  .winners__prize {
    font-size: 14px;
    line-height: 1.3;
  }

  .winners__name {
    max-width: 120px;
    line-height: 1.2;
  }

  .winners__period {
    max-width: 120px;
  }

  .winners__contacts p:first-child {
    width: 120px;
  }

  .faq {
    padding: 0 0 30px;
  }

  .faq__inner {
    gap: 24px;
    max-width: calc(100% - 20px);
  }

  .faq__title {
    font-size: 24px;
    line-height: 1.1;
  }

  .faq__list {
    padding: 0;
  }

  .faq__panel {
    border-radius: 20px;
    padding: 17px 0 20px;
  }

  .faq__item {
    padding: 0 16px;
  }

  .faq__question {
    font-size: 16px;
    line-height: 1.2;
    padding: 14px 0;
    gap: 10px;
  }

  .faq__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border: none;
  }

  .faq__icon::before,
  .faq__icon::after {
    width: 10px;
    height: 1.5px;
  }

  .faq__answer {
    font-size: 10px;
    line-height: 1.3;

    opacity: 0.8;
    padding: 0 0 14px;
  }

  .faq__actions {
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px 0;
  }

  .faq__action {
    width: 100%;
    max-width: 268px;
    height: 40px;
    font-size: 16px;
  }

  .faq__support-note {
    padding: 0 16px;
    font-size: 10px;
    line-height: 1.3;
  }

  .floating-upload {
    font-size: 26px;
  }

  .scan-modal {
    align-items: flex-end;
  }

  .scan-modal__content {
    width: 100%;
    border-radius: 30px;
    min-height: 537px;
    justify-content: flex-start;
  }

  .scan-modal__title {
    font-size: 26px;
  }
}

/* Hard override for manual receipt form inside scan modal */
#scan-modal .scan-manual-form {
  width: 280px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

#scan-modal .scan-manual-form > * {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

#scan-modal .scan-manual-form__field {
  position: relative !important;
  display: block !important;
}

#scan-modal .scan-manual-form__input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  box-sizing: border-box !important;
  border: none !important;
  outline: none !important;
  border-radius: 50px !important;
  background: #f0f0f0 !important;
  padding: 0 24px !important;
  box-shadow: none !important;
}

#scan-modal .scan-manual-form__field--icon .scan-manual-form__input {
  padding-right: 44px !important;
}

#scan-modal .scan-manual-form__submit {
  width: 179px !important;
  margin: 8px auto 0 !important;
  display: block !important;
}
