.page-template-about-new-dark .about-goodcryptox-main {
  padding: 70px 0 0 0;
  color: var(--color-gray-2);
}
.page-template-about-new-dark .about-goodcryptox-main .title {
  margin: 0 0 30px 0;
  color: var(--color-light);
}
.page-template-about-new-dark .about-goodcryptox-main .title span {
  color: var(--color-primary);
}
.page-template-about-new-dark .about-goodcryptox-main .text-block {
  --mb: 22px;
  font-size: 18px;
}
.page-template-about-new-dark .about-goodcryptox-main .blocks {
  max-width: 440px;
  margin-left: auto;
}
.page-template-about-new-dark .about-goodcryptox-main .blocks .block {
  min-height: 175px;
  max-width: 380px;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  color: var(--color-light);
  position: relative;
}
.page-template-about-new-dark .about-goodcryptox-main .blocks .block:not(:last-of-type) {
  margin-bottom: 20px;
}
.page-template-about-new-dark .about-goodcryptox-main .blocks .block .value {
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  letter-spacing: -0.05em;
}
.page-template-about-new-dark .about-goodcryptox-main .blocks .block .obj {
  position: absolute;
  right: 20px;
  top: 20px;
  aspect-ratio: 1;
  width: 28px;
}
.page-template-about-new-dark .about-goodcryptox-main .buttons-row {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-template-about-new-dark .about-goodcryptox-main .blocks .block:nth-of-type(odd) {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .page-template-about-new-dark .about-goodcryptox-main .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .page-template-about-new-dark .about-goodcryptox-main .blocks {
    margin-top: 40px;
    max-width: 100%;
  }
  .page-template-about-new-dark .about-goodcryptox-main .blocks .block {
    max-width: 100%;
  }
  .page-template-about-new-dark .about-goodcryptox-main .blocks .block .value {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .page-template-about-new-dark .about-goodcryptox-main .buttons-row {
    flex-direction: column;
  }
  .page-template-about-new-dark .about-goodcryptox-main .cl-btn {
    width: 100%;
  }
}
.page-template-about-new-dark .team-goodcryptox {
  padding: 120px 0 0 0;
}
.page-template-about-new-dark .team-goodcryptox .team-card {
  padding: 48px 64px;
}
.page-template-about-new-dark .team-goodcryptox .team-card .author-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.page-template-about-new-dark .team-goodcryptox .team-card .author-block .photo {
  width: 159px;
  border-radius: var(--brs);
  overflow: hidden;
}
.page-template-about-new-dark .team-goodcryptox .team-card .author-block .person-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}
.page-template-about-new-dark .team-goodcryptox .team-card .author-block .person-position {
  color: var(--color-gray-2);
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}
.page-template-about-new-dark .team-goodcryptox .team-card .author-block .social-links {
  --size: 40px;
  --gap: 16px;
}
.page-template-about-new-dark .team-goodcryptox .team-card .content-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.page-template-about-new-dark .team-goodcryptox .team-card .content-block .title span {
  color: var(--color-primary);
}
.page-template-about-new-dark .team-goodcryptox .team-card .content-block .text-block {
  color: var(--color-gray-2);
}
@media (max-width: 767px) {
  .page-template-about-new-dark .team-goodcryptox {
    padding: 70px 0 0 0;
  }
  .page-template-about-new-dark .team-goodcryptox .team-card {
    padding: 45px 32px;
  }
  .page-template-about-new-dark .team-goodcryptox .team-card .content-block {
    gap: 27px;
    margin-top: 40px;
  }
  .page-template-about-new-dark .team-goodcryptox .team-card .content-block .title span {
    color: var(--color-primary);
  }
}
.page-template-about-new-dark .about-goodcryptox-roadmap {
  padding: 120px 0 0 0;
}
.page-template-about-new-dark .about-goodcryptox-roadmap .title {
  text-align: center;
  margin: 0 0 38px 0;
}
.page-template-about-new-dark .about-goodcryptox-roadmap .title span {
  color: var(--color-primary);
}
.page-template-about-new-dark .about-goodcryptox-roadmap .logo-box {
  padding: 24px;
  margin-bottom: 27px;
  border-radius: var(--brs);
  position: relative;
}
.page-template-about-new-dark .about-goodcryptox-roadmap .logo-box .arrow-straight {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-about-new-dark .about-goodcryptox-roadmap .logo-box .logo {
  height: 24px;
}
.page-template-about-new-dark .about-goodcryptox-roadmap .logo-box .logo img {
  height: 100%;
}
.page-template-about-new-dark .about-goodcryptox-roadmap .period-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.page-template-about-new-dark .about-goodcryptox-roadmap .period-row .sub-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.page-template-about-new-dark .about-goodcryptox-roadmap .period-row .sign-list {
  --mb: 22px;
  color: var(--color-gray-2);
  margin-top: 30px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-template-about-new-dark .about-goodcryptox-roadmap {
    padding-top: 75px;
  }
  .page-template-about-new-dark .about-goodcryptox-roadmap .blocks .row {
    row-gap: 30px;
  }
  .page-template-about-new-dark .about-goodcryptox-roadmap .period-row {
    grid-template-columns: 1fr;
  }
  .page-template-about-new-dark .about-goodcryptox-roadmap .period-row .sign-list {
    margin-top: 22px;
  }
}
