/* «Увеличь свои шансы на выигрыш» */
.chances {
  position: relative;
  width: 375px;
  height: 996px;
  border-radius: 32px;
  background: linear-gradient(180deg, #0086f0 0%, #97d1ff 100%);
  flex-shrink: 0;
  overflow: hidden;
}

.chances__head {
  position: absolute;
  top: 60px;
  left: 0;
  width: 375px;
  height: 126px;
}

.chances__icon-wrap {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 18px;
  height: 32px;
}

.chances__icon-vector {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

.chances__title {
  position: absolute;
  top: 0;
  left: 50px;
  width: 260px;
  height: 126px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
}

.chances__title-line {
  display: block;
  line-height: 1.1;
}

.chances__media {
  position: absolute;
  top: 260px;
  left: 20px;
  width: 332.897px;
  height: 256.778px;
}

.chances__media-badge {
  position: absolute;
  top: 226px;
  left: 85.05px;
  right: 82.95px;
  bottom: 730px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 207px;
  height: 40px;
  padding: 10px 20px;
  border-radius: 131px;
  background: #ffffff;
}

.chances__media-badge-text {
  width: 167px;
  height: 20px;
  color: #0086f0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.chances__media-layer {
  position: absolute;
  display: block;
  object-fit: fill;
  pointer-events: none;
}

.chances__media-layer--base {
  top: 64px;
  left: 2.1px;
  width: 324.009px;
  height: 144.224px;
}

.chances__media-layer--glow {
  top: 64px;
  left: 10.99px;
  width: 324.009px;
  height: 144.224px;
  opacity: 0.4;
}

.chances__media-bar {
  position: absolute;
  top: 185.49px;
  left: 2.1px;
  box-sizing: border-box;
  width: 329.339px;
  height: 49.376px;
  overflow: hidden;
  pointer-events: none;
}

.chances__media-bar-line {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.chances__media-layer--front {
  top: 199.31px;
  left: 2.1px;
  width: 324.009px;
  height: 121.465px;
}

.chances__pill {
  position: absolute;
  top: 607px;
  left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  height: 41px;
  padding: 12px 28px;
  border-radius: 100.12px;
  background: rgba(255, 255, 255, 0.1);
}

.chances__pill-text {
  top: 607px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}

.chances__content {
  position: absolute;
  top: 680px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 335px;
  height: 162px;
}

.chances__step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 335px;
  height: 38px;
  flex-shrink: 0;
}

.chances__step-bullet {
  width: 6px;
  height: 14px;
  flex-shrink: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}

.chances__step-text {
  width: 317px;
  height: 38px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
}

.chances__step-line {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}

.chances__step-text-strong {
  font-weight: 500;
}

.chances__cta {
  position: absolute;
  top: 882px;
  left: 20px;
  width: 335px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 100px;
  background:
    linear-gradient(#2fb000, #2fb000) padding-box,
    linear-gradient(90.83deg, #3dd804 4.82%, #2fb000 105.74%) border-box;
  cursor: pointer;
}

.chances__cta-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}
