/* «Программа лояльности iCloud» */
.loyalty {
  position: relative;
  width: 375px;
  height: 628px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  z-index: 1;
}

.loyalty__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px 40px 0 0;
  background: #deefff;
  pointer-events: none;
}

.loyalty__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 375px;
  height: 130px;
}

.loyalty__title-icon {
  position: absolute;
  top: 60px;
  left: 20px;
  display: block;
}

.loyalty__title-text {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 320px;
  height: 70px;
  margin: 0;
  padding: 0;
  color: #333333;
  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;
}

.loyalty__title-text p {
  margin: 0;
  line-height: 110%;
}

.loyalty__cards {
  position: absolute;
  top: 170px;
  left: 20px;
  z-index: 1;
  width: 355px;
  height: 304px;
  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;
}

.loyalty__cards--dragging {
  cursor: grabbing;
}

.loyalty__cards::-webkit-scrollbar {
  display: none;
}

.loyalty__cards-track {
  display: flex;
  gap: 12px;
  width: 849px;
  height: 304px;
}

.loyalty__card {
  position: relative;
  width: 265px;
  height: 304px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.loyalty__card-head {
  position: absolute;
  top: 28px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 248px;
  height: 83px;
}

.loyalty__card-title-block {
  width: 248px;
  height: 24px;
  flex-shrink: 0;
}

.loyalty__card-title {
  margin: 0;
  padding: 0;
  color: #0086f0;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
}

.loyalty__card-desc-block {
  width: 198px;
  height: 51px;
  flex-shrink: 0;
}

.loyalty__card-desc {
  margin: 0;
  padding: 0;
  color: #8a8aa8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: left;
}

.loyalty__card-desc-line {
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}

.loyalty__card-tags {
  position: absolute;
  top: 165px;
  left: 20px;
  width: 227px;
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.loyalty__card-tag {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 100px;
  background: #deefff;
  flex-shrink: 0;
}

.loyalty__card-tag--wide {
  width: 212px;
  height: 31px;
}

.loyalty__card-tag--mid {
  width: 198px;
  height: 33px;
}

.loyalty__card-tag--narrow {
  width: 150px;
  height: 33px;
  padding: 12px 16px;
  align-self: flex-start;
}

.loyalty__card-tag-text {
  color: #0086f0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}

.loyalty__card-pills {
  position: absolute;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 248px;
  height: 115px;
}

.loyalty__card-pills--bonus {
  top: 165px;
}

.loyalty__card-tag--bonus-1 {
  width: 198px;
  height: 33px;
  padding: 12px 16px;
}

.loyalty__card-tag--bonus-2 {
  width: 233px;
  height: 33px;
  padding: 12px 16px;
}

.loyalty__card-tag--bonus-3 {
  width: 197px;
  height: 33px;
  padding: 12px 16px;
}

.loyalty__card-tag-text--compact {
  line-height: 1;
}

.loyalty__card-head--bonus {
  top: 28px;
  height: 115px;
}

.loyalty__card-desc-block--bonus {
  width: 224px;
  height: 34px;
}

.loyalty__card-head--gift {
  width: 224px;
  height: 83px;
}

.loyalty__card-title-block--gift,
.loyalty__card-desc-block--gift {
  width: 224px;
}

.loyalty__card-desc-block--gift {
  height: 51px;
}

.loyalty__card-pills--gift {
  top: 207px;
  width: 249px;
  height: 74px;
}

.loyalty__card-tag--gift-1 {
  width: 215px;
  height: 33px;
  padding: 12px 16px;
}

.loyalty__card-tag--gift-2 {
  width: 227px;
  height: 33px;
  padding: 12px 16px;
}

.loyalty__cta {
  position: absolute;
  top: 514px;
  left: 20px;
  right: 20px;
  bottom: 60px;
  z-index: 1;
  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;
}

.loyalty__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;
}
