@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #0c0c0c;
  background: #d2cbdb;
  text-transform: uppercase;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
  max-width: 360px;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}


section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 80%;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 166px;
  }
}

@media (min-width: 1200px) {
  .h1 {
    font-size: 192px;
  }
}

.h2 {
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
}

@media (min-width: 1200px) {
  .h2 {
    font-size: 96px;
  }
}

.h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
}

.h4 {
  font-weight: 400;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: 0.05em;
}

.text {
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
}

.price {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: right;
}

.link {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.link:hover, .link:focus {
  color: #c599ff;
}

.link:active {
  color: #7c36d7;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  min-height: 325px;
}

.btn {
  display: block;
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 12px 36px;
  margin: 0;
  background: #0c0c0c;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #d2cbdb;
}

.btn:hover, .btn:focus {
  background: #c599ff;
}

.btn:active {
  background: #7c36d7;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #d2cbdb;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.header.fixed {
  background: #0c0c0c;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .header__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .header__nav {
    gap: 237px;
  }
}

.header__list {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .header__list {
    gap: 237px;
  }
}

.hero {
  padding: 0;
  background-image: url(/wp-content/themes/skemodira/assets/img/hero-mob.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 0 center;
  color: #d2cbdb;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 12px;
    background-image: url(/wp-content/themes/skemodira/assets/img/hero.webp);
  }
}

.hero__content {
  padding-top: 68px;
  padding-bottom: 24px;
  min-height: 698px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

@media (min-width: 1200px) {
  .hero__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) {
  .hero__title {
    margin-left: 120px;
  }
}

.philosophy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

@media (min-width: 1200px) {
  .philosophy__title {
    margin-left: 120px;
  }
}

.why__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.why__list {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .why__list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .why__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.why__card-title {
  margin-top: auto;
}

.behind {
  padding: 0;
  background-image: url(/wp-content/themes/skemodira/assets/img/behind.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 0 center;
  color: #d2cbdb;
}

.behind__content {
  min-height: 698px;
  padding-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 1200px) {
  .behind__content {
    -ms-grid-columns: 1.8fr 1fr;
        grid-template-columns: 1.8fr 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
  }
}

.behind__text-right {
  display: block;
  text-align: right;
}

.products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.products__title {
  text-align: center;
}

.products__list {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .products__list {
    -ms-grid-columns: 383px 383px;
        grid-template-columns: 383px 383px;
  }
}

.products__list.items__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.products__list.items__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products__list.items__justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products__list.solo {
  -ms-grid-columns: minmax(0, 383px);
      grid-template-columns: minmax(0, 383px);
  width: 100%;
}

.products__item {
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
}

.products__img {
  width: 100%;
}

.join {
  padding: 0;
  background-image: url(/wp-content/themes/skemodira/assets/img/join.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 0 center;
  color: #d2cbdb;
}

.join__content {
  min-height: 698px;
  padding-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}

@media (min-width: 1200px) {
  .join__content {
    gap: 50px;
  }
}

.join__title {
  word-break: break-all;
}

.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #0c0c0c;
  color: #d2cbdb;
}

.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 40px;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-style: normal;
}

.footer__link {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
}

@media (min-width: 1200px) {
  .footer__link {
    font-size: 56px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

.footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.footer__social-link {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.footer__social-link:hover, .footer__social-link:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__social-link:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.big-card {
  padding-top: 150px;
}

.big-card__content {
  display: -ms-grid;
  display: grid;
  gap: 80px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.big-card__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
}

@media (min-width: 1200px) {
  .big-card__upper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.big-card__upper__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.big-card__price {
  margin-top: auto;
  font-weight: 400;
  font-size: 56px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: right;
}

.big-card__benefits-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.big-card__benefits-block__title {
  margin-left: 100px;
}

.big-card__list {
  padding-left: 20px;
  list-style: disc;
}

.big-card__list-how {
  padding-left: 20px;
  list-style: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.big-card__item {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.big-card__how-use-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.big-card__how-use-block__title {
  margin-left: 100px;
}

.card-description__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.card-description__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.card-description__list {
  list-style: disc;
  padding-left: 20px;
}

.privacy {
  padding-top: 150px;
}

.privacy__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 24px;
}

.privacy__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

.privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.privacy__list {
  list-style: disc;
  padding-left: 20px;
}

.cookie {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  max-width: 720px;
}

.cookie__content {
  background: #d2cbdb;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
  border: 1px solid #0c0c0c;
}

.cookie__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cookie__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.cookie__link {
  text-decoration: underline;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.cookie__link:hover, .cookie__link:focus {
  color: #c599ff;
}

.cookie__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
/*# sourceMappingURL=styles.css.map */