/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
h1,
.h1 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
h1 > span,
.h1 > span {
  color: #0abb86;
}

h2,
.h2 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
h2 > span,
.h2 > span {
  color: #0abb86;
}

h3,
.h3 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h3 > span,
.h3 > span {
  color: #0abb86;
}

h4,
.h4 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h4 > span,
.h4 > span {
  color: #0abb86;
}

h5,
.h5,
section.participation .c_list li {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h5,
  .h5,
  section.participation .c_list li {
    font-size: 16px;
  }
}
h5 > span,
.h5 > span,
section.participation .c_list li > span {
  color: #0abb86;
}

h6,
.h6 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
h6 > span,
.h6 > span {
  color: #0abb86;
}

/*  */
section.intro {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  section.intro {
    padding-bottom: 240px;
  }
}
section.intro picture {
  position: absolute;
  width: 580px;
  top: 0;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  section.intro picture {
    width: 380px;
    top: auto;
    bottom: -270px;
    left: 50%;
    transform: translateX(-50%);
  }
}

section.bonus_system .payback_example {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
section.bonus_system .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
section.bonus_system .c_card {
  display: flex;
  gap: 16px;
}
section.bonus_system .c_card:is(:nth-child(3n+1)) {
  grid-column: span 2;
}
section.bonus_system .c_card:is(:nth-child(1)) {
  flex-direction: column;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  section.bonus_system .c_card:is(:nth-child(1)) {
    padding: 16px;
  }
}
section.bonus_system .c_card:is(:nth-child(1)) ul {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
section.bonus_system .c_card:is(:nth-child(1)) li {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
section.bonus_system .c_card:is(:nth-child(2), :nth-child(3)) {
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  section.bonus_system .c_card:is(:nth-child(2), :nth-child(3)) {
    padding: 16px;
  }
}
section.bonus_system .c_card:is(:nth-child(2)) {
  background-color: rgba(10, 187, 134, 0.1);
}
section.bonus_system .c_card:is(:nth-child(3)) {
  background-color: rgba(10, 187, 134, 0.25);
}
section.bonus_system .c_card * {
  margin-top: 0;
}

section.advantages .cards {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  section.advantages .cards {
    grid-template-columns: 1fr;
  }
}
section.advantages .cards > * {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  section.advantages .cards > * {
    grid-column: initial;
  }
}
section.advantages .cards > *:nth-last-of-type(-n + 2) {
  flex-direction: row;
  align-items: center;
  grid-column: span 3;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  section.advantages .cards > *:nth-last-of-type(-n + 2) {
    flex-direction: column;
    align-items: flex-start;
    grid-column: initial;
    gap: 12px;
  }
}

section.participation {
  padding-top: 0;
}
section.participation .c_card {
  overflow: hidden;
  padding: 48px;
}
@media screen and (max-width: 768px) {
  section.participation .c_card {
    padding: 24px;
  }
}
section.participation .c_list {
  gap: 16px;
}
section.participation .c_list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
section.participation .c_list a {
  outline: none;
  color: #0abb86;
  transition: 0.25s ease-in-out;
}
section.participation .c_list a:hover,
section.participation .c_list a:focus-visible {
  color: #09a878;
}
section.participation .c_list > li::before {
  content: counter(item);
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0abb86;
  border-radius: 50%;
  color: white;
  flex-shrink: 0;
}
section.participation picture {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: calc(100% + 96px);
}
@media screen and (max-width: 768px) {
  section.participation picture {
    position: initial;
    top: 0;
    height: 100%;
  }
}
section.participation img {
  width: auto;
  height: auto;
  max-height: 400px;
}