.styleguide-section {
  padding: 100px 0;
}

.styleguide-title {
  padding: 16px 24px;
  border-radius: 10px;
  background-color: var(--default-blue-10);
  color: var(--default-blue);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 40px 0 20px;
}

.styleguide-section .container > * {
  margin-bottom: 40px;
}

.heading-wrap,
.big-paragraph-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.paragraph-wrap,
.colors-wrap,
.buttons-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.btngroup {
  display: flex;
  gap: 20px;
  background-color: var(--navcard-blue);
  padding: 16px 24px;
  border-radius: 20px;
}

.styleguide-colors {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}

.styleguide-colors li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.styleguide-colors li .color {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
}

.styleguide-colors li .color-code {
  font-size: 18px;
  line-height: 1;
  color: var(--black-color);
  text-align: center;
  text-transform: uppercase;
}

.styleguide-colors li:nth-child(1) .color {
  background-color: var(--black-color);
}

.styleguide-colors li:nth-child(2) .color {
  background-color: var(--white-color);
  border: 1px solid var(--black-color);
}

.styleguide-colors li:nth-child(3) .color {
  background-color: var(--grey-color);
}

.styleguide-colors li:nth-child(4) .color {
  background-color: var(--default-blue);
}

.styleguide-colors li:nth-child(5) .color {
  background-color: var(--default-green);
}

.styleguide-colors li:nth-child(6) .color {
  background-color: var(--default-purple);
}

.styleguide-colors li:nth-child(7) .color {
  background-color: var(--default-orange);
}

.styleguide-colors li:nth-child(8) .color {
  background-color: var(--default-dark-blue);
}

.styleguide-colors li:nth-child(9) .color {
  background-color: var(--dark-gray);
}

.styleguide-colors li:nth-child(10) .color {
  background-color: var(--dark-gray-50);
}

.styleguide-colors li:nth-child(11) .color {
  background-color: var(--gray28);
}

.styleguide-colors li:nth-child(12) .color {
  background-color: var(--blue-light-grayish);
}

.styleguide-colors li:nth-child(13) .color {
  background-color: var(--swiper-pagination-bullet-inactive-color);
  border: 1px solid var(--black-color);
}

.styleguide-colors li:nth-child(14) .color {
  background-color: var(--default-blue-10);
}

.styleguide-colors li:nth-child(15) .color {
  background-color: var(--default-dark-blue-10);
}

.styleguide-colors li:nth-child(16) .color {
  background-color: var(--default-green-10);
}

.styleguide-colors li:nth-child(17) .color {
  background-color: var(--default-purple-10);
}

.styleguide-colors li:nth-child(18) .color {
  background-color: var(--default-orange-10);
}

.styleguide-colors li:nth-child(19) .color {
  background-color: var(--navcard-blue);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

h1,
.h1 {
  font-size: 72px;
  line-height: 80px;
}

h2,
.h2 {
  font-size: 64px;
  line-height: 1;
}

h3,
.h3 {
  font-size: 48px;
  line-height: 60px;
}

h4,
.h4 {
  font-size: 36px;
  line-height: 45px;
}

h5,
.h5 {
  font-size: 30px;
  line-height: 34px;
}

h6,
.h6 {
  font-size: 28px;
  line-height: 30px;
}

.body-font-32 {
  font-size: 32px;
  line-height: 34px;
}

.body-font-xxl {
  font-size: 24px;
  line-height: 30px;
}

.body-font-xl {
  font-size: 20px;
  line-height: 24px;
}

.body-font-lg {
  font-size: 18px;
  line-height: 24px;
}

.body-font-md {
  font-size: 16px;
  line-height: 20px;
}

.body-font-sm {
  font-size: 14px;
  line-height: 1;
}

.body-font-xs {
  font-size: 12px;
  line-height: 22px;
}

.body-font-100 {
  font-size: 100px;
  line-height: 1;
}

.body-font-90 {
  font-size: 90px;
  line-height: 1;
}
.body-font-50 {
  font-size: 50px;
  line-height: 80px;
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  h1,
  .h1,
  .h1-md-32 {
    font-size: 32px;
    line-height: 1;
  }
  .h1.h1-md-24 {
    font-size: 24px;
  }

  h2,
  .h2,
  .h2.h2-md-32 {
    font-size: 32px;
  }

  .h2.h2-md-36 {
    font-size: 36px;
  }

  .h2.h2-md-28 {
    font-size: 28px;
  }

  h3,
  .h3,
  .h3-md-24 {
    font-size: 24px;
  }
  .h3.h3-md-32 {
    font-size: 32px;
  }
  .h3.h3-md-28 {
    font-size: 28px;
    line-height: 1;
  }

  h4,
  .h4,
  .h4-md-24 {
    font-size: 24px;
  }

  .h4.h4-md-26 {
    font-size: 26px;
    line-height: 1;
  }
  .h4.h4-md-20 {
    font-size: 20px;
    line-height: 1;
  }

  h5,
  .h5,
  .h5-md-20 {
    font-size: 20px;
  }

  .h5.h5-md-24 {
    font-size: 24px;
    line-height: 1;
  }

  .h5.h5-md-16 {
    font-size: 16px;
    line-height: 1;
  }

  h6,
  .h6,
  .h6-md-16 {
    font-size: 16px;
  }

  .h6.h6-md-20 {
    font-size: 20px;
  }
  .h6.h6-md-18 {
    font-size: 18px;
    line-height: 1;
  }
  .h6.h6-md-14 {
    font-size: 14px;
    line-height: 30px;
  }

  .body-font-32,
  .body-font-32.body-font-32-md-16 {
    font-size: 16px;
  }
  .body-font-32.body-font-32-md-22 {
    font-size: 22px;
  }

  .body-font-xxl,
  .body-font-xxl.body-font-xxl-md-14 {
    font-size: 14px;
  }

  .body-font-xxl.body-font-xxl-md-18 {
    font-size: 18px;
    line-height: 26;
  }
  .body-font-xxl.body-font-xxl-md-16 {
    font-size: 12px;
    line-height: 1;
  }
  .body-font-xxl.body-font-xxl-md-12 {
    font-size: 12px;
    line-height: 1;
  }

  .body-font-xl,
  .body-font-xl-md-16 {
    font-size: 16px;
    line-height: 1;
  }

  .body-font-xl.body-font-xl-md-20 {
    font-size: 20px;
    line-height: 30px;
  }

  .body-font-xl.body-font-xl-md-18 {
    font-size: 18px;
    line-height: 30px;
  }

  .body-font-xl.body-font-xl-md-14 {
    font-size: 14px;
  }
  .body-font-xl.body-font-xl-md-12 {
    font-size: 12px;
  }

  .body-font-lg,
  .body-font-lg.body-font-lg-md-12 {
    font-size: 12px;
    line-height: 1;
  }

  .body-font-lg.body-font-lg-md-16 {
    font-size: 16px;
    line-height: 1;
  }
  .body-font-lg.body-font-lg-md-14 {
    font-size: 14px;
    line-height: 22px;
  }

  .body-font-md,
  .body-font-md.body-font-md-md-14 {
    font-size: 14px;
  }

  .body-font-md.body-font-md-md-12 {
    font-size: 12px;
  }

  .body-font-sm,
  .body-font-sm.body-font-sm.body-font-sm-md-10 {
    font-size: 10px;
  }

  .body-font-sm.body-font-sm-md-14 {
    font-size: 14px;
  }
  .body-font-sm.body-font-sm-md-12 {
    font-size: 12px;
  }

  .body-font-xs,
  .body-font-xs.body-font-xs-md-10 {
    font-size: 10px;
    line-height: 12px;
  }

  .body-font-xs.body-font-xs-md-12 {
    font-size: 12px;
  }

  .body-font-100 {
    font-size: 50px;
  }

  .body-font-90 {
    font-size: 56px;
  }
  .body-font-50 {
    font-size: 24px;
    line-height: 1;
  }
}
