.page {
  /*
   * Bullets
   */
  /*
   * Club
   */
  /*
   * Steps
   */
  /*
   * Sections
   */
  /*
   * Screens
   */
}
.page__logo-link {
  display: block;
  margin: 32px auto;
  width: 116px;
}
.page__logo {
  width: 100%;
}
.page__bullets {
  display: grid;
  margin-bottom: 64px;
}
.page__bullets-title {
  color: hsl(264, 100%, 11%);
  font-size: 32px;
  font-weight: 700;
  margin: 8px 0;
}
.page__bullets-desc {
  font-size: 16px;
  margin: 8px 0;
  max-width: 550px;
}
.page__bullets-list {
  --bullet-size: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 135%;
  list-style: none;
  margin: 16px 0 32px;
  padding: 0;
}
.page__bullets-item {
  align-items: center;
  display: flex;
  margin: 8px 0;
}
.page__bullets-item::before {
  background: url(../img/bullet.d0188d48.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: var(--bullet-size);
  margin-right: 10px;
  width: var(--bullet-size);
}
.page__bullets-item:first-child {
  margin-top: 0 !important;
}
.page__bullets-item:last-child {
  margin-bottom: 0 !important;
}
.page__bullets-img {
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}
.page__bullets--green .page__bullets-item::before {
  background-image: url(../img/bullet-green.5b8233ee.svg);
}
.page__bullets--purple .page__bullets-item::before {
  background-image: url(../img/bullet-purple.339409c4.svg);
}
.page__club {
  margin-bottom: 48px;
}
.page__club-card {
  background-color: hsl(265, 100%, 17%);
  padding: 32px;
}
.page__club-img {
  display: block;
  margin: 0 auto 32px;
  width: 170px;
}
.page__club-list {
  display: grid;
  grid-template-columns: 280px;
  justify-content: space-around;
}
.page__club-item {
  --icon-size: 32px;
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0;
  text-align: center;
}
.page__club-icon {
  display: block;
  height: var(--icon-size);
  margin: 0 auto 10px;
  width: var(--icon-size);
}
.page__steps {
  margin-bottom: 48px;
}
.page__steps-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 36px;
  text-align: center;
}
.page__steps-list {
  --counter-size: 94px;
  counter-reset: step;
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 16px 24px;
  grid-template-columns: minmax(280px, 345px);
  justify-content: space-around;
}
.page__steps-item {
  align-items: center;
  background: #fff;
  color: hsl(257, 45%, 16%);
  counter-increment: step;
  display: grid;
  font-size: 20px;
  font-weight: 700;
  justify-items: center;
  margin-top: calc(var(--counter-size) * 0.5);
  padding-top: calc(var(--counter-size) * 0.5 + 8px);
  position: relative;
  text-align: center;
}
.page__steps-item:last-child {
  margin-bottom: 0;
}
.page__steps-item::after {
  background: hsl(289, 100%, 55%);
  border: solid 4px transparent;
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--counter-size);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: var(--counter-size);
  z-index: 1;
}
.page__steps-item::before {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px hsla(0, 0%, 0%, 0.25);
  color: hsl(265, 100%, 27%);
  content: counter(step);
  display: grid;
  font-size: 40px;
  font-weight: 700;
  height: var(--counter-size);
  justify-items: center;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: var(--counter-size);
  z-index: 2;
}
.page__section {
  align-items: center;
  display: grid;
  margin-bottom: 48px;
}
.page__section-content {
  grid-column: 1;
  grid-row: 1;
}
.page__section-title {
  color: hsl(264, 100%, 11%);
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
}
.page__section-subtitle {
  color: hsl(265, 100%, 27%);
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0;
}
.page__section-text {
  font-size: 14px;
  font-weight: 500;
}
.page__section-img {
  grid-column: 1;
  grid-row: 2;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
}
.page__screens {
  align-items: center;
  display: grid;
  margin-bottom: 48px;
  justify-content: center;
  justify-items: center;
}
@media (min-width: 480px) {
  .page__section-title {
    font-size: 36px;
  }
  .page__section-subtitle {
    font-size: 28px;
  }
  .page__section-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page__logo-link {
    margin: 46px auto 60px;
    width: 195px;
  }
  .page__bullets {
    grid-template-columns: 6fr 6fr;
    grid-template-rows: 1fr auto auto auto 1fr;
  }
  .page__bullets-title {
    font-size: 48px;
    grid-column: 1;
    grid-row: 2;
  }
  .page__bullets-desc {
    grid-column: 1;
    grid-row: 3;
  }
  .page__bullets-list {
    grid-column: 1;
    grid-row: 4;
  }
  .page__bullets-img {
    grid-column: 2;
    grid-row: 1/6;
    max-width: 100%;
  }
  .page__club-img {
    width: 212px;
  }
  .page__club-list {
    grid-template-columns: repeat(2, 280px);
  }
  .page__club-item {
    --icon-size: 70px;
  }
  .page__club-icon {
    margin-bottom: 30px;
  }
  .page__steps {
    margin-bottom: 120px;
  }
  .page__steps-title {
    font-size: 32px;
  }
  .page__steps-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page__section {
    grid-gap: 40px;
    grid-template-columns: 6fr 6fr;
  }
  .page__section + .page__section {
    margin-top: -100px;
  }
  .page__section-img {
    grid-column: 2;
    grid-row: 1;
    max-width: 100%;
  }
  .page__section--reversed .page__section-content {
    grid-column: 2;
  }
  .page__section--reversed .page__section-img {
    grid-column: 1;
  }
  .page__screens {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .page__bullets-title {
    font-size: 64px;
  }
  .page__bullets-desc {
    font-size: 20px;
  }
  .page__bullets-list {
    --bullet-size: 32px;
    font-size: 18px;
    font-weight: 700;
  }
  .page__bullets-item {
    margin: 24px 0;
  }
  .page__club-list {
    grid-template-columns: repeat(4, 280px);
  }
  .page__section-title {
    font-size: 64px;
  }
  .page__section-subtitle {
    font-size: 40px;
  }
  .page__section-text {
    font-size: 28px;
  }
}