.desktop-prizes-month {
  position: relative;
  width: 1920px;
  height: 1117px;
  flex-shrink: 0;
  border-radius: 64px;
  background: linear-gradient(82.23deg, #0086f0 14.09%, #97d1ff 96.48%);
  overflow: hidden;
}

.desktop-prizes-month > * {
  position: absolute;
  box-sizing: border-box;
}

/* 1 — навигация слайдера */
.desktop-prizes-month__nav {
  top: 200px;
  left: 1620px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 180px;
  height: 80px;
}

.desktop-prizes-month__nav-btn {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  line-height: 0;
  cursor: pointer;
}

.desktop-prizes-month__nav-btn img {
  display: block;
}

/* 2 — период акции */
.desktop-prizes-month__period {
  top: 100px;
  left: 120px;
  width: 520px;
  height: 78px;
}

.desktop-prizes-month__period-pill {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  width: 520px;
  height: 78px;
  padding: 16px 32px;
  border-radius: 100px;
  background: #ffffff33;
}

.desktop-prizes-month__period-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  line-height: 0;
}

.desktop-prizes-month__period-icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.desktop-prizes-month__period-text {
  margin: 0;
  width: 404px;
  height: 46px;
  flex-shrink: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

/* 3 — заголовок секции */
.desktop-prizes-month__title {
  top: 218px;
  left: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 919px;
  height: 62px;
}

.desktop-prizes-month__title-icon {
  flex-shrink: 0;
  margin: 2px 0;
  line-height: 0;
}

.desktop-prizes-month__title-icon img {
  display: block;
}

.desktop-prizes-month__title-text {
  margin: 0;
  padding: 0;
  width: 847px;
  height: 62px;
  flex-shrink: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 88px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #ffffff;
  font-style: normal;
  line-height: 62px;
  letter-spacing: -0.02em;
  text-align: right;
  white-space: nowrap;
  overflow: visible;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

/* 4 — лента призов (9 карточек) */
.desktop-prizes-month__slider {
  top: 360px;
  left: 0px;
  width: 1920px;
  height: 500px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  -webkit-user-select: none;
}

.desktop-prizes-month__slider::-webkit-scrollbar {
  display: none;
}

.desktop-prizes-month__slider--dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.desktop-prizes-month__track {
  display: flex;
  flex-direction: row;
  gap: 20px;
  box-sizing: content-box;
  width: max-content;
  height: 500px;
  padding-left: 120px;
}

.desktop-prizes-month__card {
  flex-shrink: 0;
  width: 405px;
  height: 500px;
  scroll-snap-align: start;
  line-height: 0;
}

.desktop-prizes-month__card img {
  display: block;
  width: 405px;
  height: 500px;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

/* 5 — CTA */
.desktop-prizes-month__cta {
  top: 920px;
  left: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 1396px;
  height: 97px;
  padding: 36px 32px;
  border: 2px solid transparent;
  border-radius: 200px;
  background:
    linear-gradient(#2fb000, #2fb000) padding-box,
    linear-gradient(90.83deg, #3dd804 4.82%, #2fb000 105.74%) border-box;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
