/* «Что можно выиграть» */
.win {
  position: relative;
  width: 375px;
  height: 683px;
  border-radius: 32px;
  background: linear-gradient(180deg, #0086f0 0%, #5bb3f9 61%, #97d1ff 100%);
  flex-shrink: 0;
}

.win__badge {
  position: absolute;
  top: 60px;
  left: 20px;
  box-sizing: border-box;
  width: 280px;
  height: 40px;
  padding: 14px 24px;
  border-radius: 100px;
  background: #ffffff4d;
  backdrop-filter: blur(22.7px);
  -webkit-backdrop-filter: blur(22.7px);
}

.win__badge-icon {
  position: absolute;
  top: 8px;
  left: 25.5px;
  display: block;
}

.win__badge-date {
  position: absolute;
  top: 11.5px;
  left: 54.5px;
  width: 200px;
  height: 13px;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap;
}

.win__title {
  position: absolute;
  top: 120px;
  left: 20px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  height: 70px;
}

.win__title-icon {
  display: block;
  flex-shrink: 0;
}

.win__title-text {
  width: 305px;
  height: 70px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.02em;
}

.win__title-text p {
  margin: 0;
  line-height: 110%;
}

.win__screens {
  position: absolute;
  top: 219.2px;
  left: 20px;
  right: 0;
  width: 355px;
  height: 307.66px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  scroll-behavior: auto;
  scrollbar-width: none;
  touch-action: auto;
  cursor: grab;
  user-select: none;
}

.win__screens--dragging {
  cursor: grabbing;
}

.win__screens::-webkit-scrollbar {
  display: none;
}

.win__screens-track {
  display: flex;
  gap: 15.9px;
  width: 2262px;
  height: 307.66px;
}

.win__screen {
  width: 237.2px;
  height: 307.66px;
  flex-shrink: 0;
  overflow: hidden;
}

.win__screen-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.win__cta {
  position: absolute;
  top: 569px;
  left: 20px;
  right: 20px;
  width: 335px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 100px;
  background:
    linear-gradient(#2fb000, #2fb000) padding-box,
    linear-gradient(180deg, #3dd804 0%, #1f8a00 100%) border-box;
  cursor: pointer;
}

.win__cta-text {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}
