.desktop-loyalty {
  position: relative;
  width: 1920px;
  height: 1039px;
  flex-shrink: 0;
  border-radius: 64px;
  background: #deefff;
  overflow: hidden;
}

.desktop-loyalty > * {
  position: absolute;
  box-sizing: border-box;
}

/* 1 — заголовок */
.desktop-loyalty__title {
  top: 100px;
  left: 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  width: 1312px;
  height: 62px;
}

.desktop-loyalty__title-icon {
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 0;
}

.desktop-loyalty__title-icon img {
  display: block;
}

.desktop-loyalty__title-text {
  margin: 0;
  padding: 0;
  width: 1240px;
  height: 62px;
  flex-shrink: 0;
  color: #333333;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 88px;
  font-weight: 500;
  -webkit-text-stroke: 0.4px #333333;
  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;
}

/* 2 — CTA */
.desktop-loyalty__cta {
  top: 842px;
  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;
}

/* 3 — три карточки */
.desktop-loyalty__cards {
  top: 242px;
  left: 120px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 1680px;
  height: 520px;
}

.desktop-loyalty__card {
  box-sizing: border-box;
  width: 546.67px;
  height: 520px;
  padding: 40px;
  border-radius: 32px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.desktop-loyalty__card-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 466.67px;
  height: 122px;
  flex-shrink: 0;
}

.desktop-loyalty__card-title-block {
  width: 308px;
  height: 44px;
  flex-shrink: 0;
}

.desktop-loyalty__card-title {
  margin: 0;
  padding: 0;
  color: #0086f0;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.desktop-loyalty__card-desc-block {
  width: 466.67px;
  height: 58px;
  flex-shrink: 0;
}

.desktop-loyalty__card-desc {
  margin: 0;
  padding: 0;
  color: #8a8aa8;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.desktop-loyalty__card-desc-line {
  display: block;
}

.desktop-loyalty__card-tags {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 369px;
  height: 186px;
  flex-shrink: 0;
}

.desktop-loyalty__card-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 54px;
  padding: 16px 32px;
  border-radius: 100px;
  background: #deefff;
  flex-shrink: 0;
}

.desktop-loyalty__card-tag--1 {
  width: 369px;
}

.desktop-loyalty__card-tag--2 {
  width: 344px;
}

.desktop-loyalty__card-tag--3 {
  width: 263px;
}

.desktop-loyalty__card--2 .desktop-loyalty__card-title-block {
  width: 466.67px;
}

.desktop-loyalty__card--2 .desktop-loyalty__card-tags {
  width: 403px;
}

.desktop-loyalty__card--2 .desktop-loyalty__card-tag--1 {
  width: 344px;
}

.desktop-loyalty__card--2 .desktop-loyalty__card-tag--2 {
  width: 403px;
}

.desktop-loyalty__card--2 .desktop-loyalty__card-tag--3 {
  width: 342px;
}

.desktop-loyalty__card--3 .desktop-loyalty__card-head {
  height: 151px;
}

.desktop-loyalty__card--3 .desktop-loyalty__card-title-block {
  width: 398px;
}

.desktop-loyalty__card--3 .desktop-loyalty__card-desc-block {
  height: 87px;
}

.desktop-loyalty__card--3 .desktop-loyalty__card-tags {
  width: 393px;
  height: 120px;
}

.desktop-loyalty__card--3 .desktop-loyalty__card-tag--1 {
  width: 374px;
}

.desktop-loyalty__card--3 .desktop-loyalty__card-tag--2 {
  width: 393px;
}

.desktop-loyalty__card-tag-text {
  color: #0086f0;
  font-family: "Helvetica Neue", "Inter", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
