@import url(https://fonts.googleapis.com/css?family=Unbounded:200,300,regular,500,600,700,800,900);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.jS {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jC {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.jE {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.j {
  display: flex;
  justify-content: space-between;
}
.flexCol {
  display: flex;
  flex-direction: column;
}
.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.g3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.g4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.gap30 {
  gap: 30px;
}
.gap20 {
  gap: 20px;
}
@media (max-width: 1200px) {
  .g5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .g4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .g5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .jS,
  .jC,
  .jE,
  .j {
    align-items: center;
    flex-direction: column;
  }
  .g5,
  .g2,
  .g3,
  .g4 {
    grid-template-columns: 1fr;
  }
}

.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}

textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1070px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-block: 24px;
}
.header.scrolled {
  background-color: #1c1c1c;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  color: #57843a;
  text-align: center;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 21.6px */
  letter-spacing: 1.92px;
  text-transform: capitalize;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header__nav a {
  display: block;
  color: #fafdff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
}

.close-img {
  display: none;
}

.header__menu {
  display: none;
  width: 30px;
  height: 30px;
  padding: 4px;
  flex-shrink: 0;
}
.home {
  padding-block: 167px 196px;
  background: #000 url(../images/bg.png) center / cover no-repeat;
}

.home__title span {
  color: #57843a;
}
.home__title {
  color: #fafdff;
  text-align: center;
  font-family: Unbounded;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 72px */
  letter-spacing: 1.44px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.home__text {
  color: #fafdff;
  text-align: center;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 40px;
}
.home__link {
  color: #1c1c1c;
  text-align: center;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  display: block;
  width: fit-content;
  margin-inline: auto;
  border-radius: 40px;
  background: #fafdff;
  padding: 20px 48px;
}
.b1 {
  padding-block: 64px;
}

.b1__num {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  margin-bottom: 12px;
}
.b1__label {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.b2 {
  padding-block: 64px;
}

.b2__content {
  max-width: 538px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.b2__suptitle {
  color: #57843a;
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
}
.b2__title {
  color: #fff;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36px */
  letter-spacing: 2px;
  text-transform: capitalize;
}
.b2__text {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.b2__imgs {
  max-width: 470px;
  width: 100%;
  gap: 12px;
}
.b3 {
  padding-block: 64px;
}
.b3__suptitle {
  color: #57843a;
  text-align: center;
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  margin-bottom: 32px;
}

.b3__title {
  color: #fff;
  text-align: center;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36px */
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.b3__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b3__img {
  max-width: 72px;
  width: 100%;
}
.b3__label {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
.b3__text {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.b4 {
  padding-block: 64px;
}
.b4__blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.b4__content {
  max-width: 562px;
  width: 100%;
}
.b4__suptitle {
  color: #57843a;
  text-align: center;
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  margin-bottom: 32px;
}
.b4__title {
  color: #fff;
  text-align: center;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.b4__label {
  color: #fff;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 21.6px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.b4__text {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.b4__img {
  max-width: 446px;
  width: 100%;
}
.home2 {
  background: #000 url(../images/bg2.png) center / cover no-repeat;

  padding-block: 152px 72px;
}

.home2__title {
  color: #fafdff;
  text-align: center;
  font-family: Unbounded;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 44px */
  letter-spacing: 0.88px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.home2__text {
  color: #fafdff;
  text-align: center;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.b5 {
  padding-block: 64px;
}
.b5__suptitle {
  color: #57843a;
  text-align: center;
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  margin-bottom: 32px;
}
.b5__title {
  color: #fff;
  text-align: center;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36px */
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.b5__blocks {
  gap: 32px;
}
.b5__item {
  display: block;
}
.b5__item:hover {
  transform: scale(1.02);
}
.b5__img {
  margin-bottom: 24px;
}
.b5__label {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  margin-bottom: 12px;
}
.b5__price {
  color: rgba(250, 253, 255, 0.7);
  font-family: Unbounded;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
}
.b6 {
  padding-block: 144px 64px;
}

.b6__inner {
  margin-bottom: 128px;
}
.b6__title {
  color: #fff;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36px */
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.b6__text {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 32px;
}
.b6__label {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 12px;
}
.b6__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 32px;
}
.b6__size {
  padding: 12px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.b6__price {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 51.2px */
}
.b6__img img {
  object-fit: cover;
}
.b6__bottom {
  gap: 32px;
}

.b6__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.b6__text2 {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.b6__label2 {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 12px;
}
.b6__list * {
  list-style: initial;
}
.b6__list {
  margin-left: 20px;
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.footer {
  padding-block: 32px;
  background: rgba(255, 255, 255, 0.05);
}

.footer__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.footer__logo {
  color: #57843a;
  text-align: center;
  font-family: Unbounded;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 21.6px */
  letter-spacing: 1.92px;
  text-transform: capitalize;
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
}
.footer__links {
  display: flex;
  gap: 10px 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.footer__links a {
  display: block;
  border-right: 2px solid #fff;
  padding-inline: 12px;
  width: fit-content;
  color: #fafdff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  text-transform: capitalize;
}
.footer__links a:last-child {
  border: none;
}
.footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.footer__social {
  display: block;
  width: 32px;
  height: 32px;
}

.footer__address {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.footer__addressItem img {
  width: 24px;
  height: 24px;
}
.footer__addressItem {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.footer__copyright {
  color: #fafdff;
  text-align: center;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 900px) {
  .home__title {
    font-size: 51px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-block: 16px;
  }
  .header__nav {
    display: none;
    transform: translateY(-100%);
  }
  .header__menu {
    display: block;
  }

  .show-menu .menu-img {
    display: none;
  }
  .show-menu .close-img {
    display: block;
  }
  .show-menu {
    overflow-y: hidden;
  }
  .show-menu .header {
    background-color: #1c1c1c;
  }
  .show-menu .header__nav {
    display: flex;
    position: absolute;
    padding: 30px 12px;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: calc(102vh - 64px);
    flex-direction: column;
    background-color: #1c1c1c;
    z-index: 10;
    gap: 48px;
    transition: all 0.3s;
    opacity: 1;
    transform: translateY(99%);
  }
  .show-menu .header__nav a {
    text-align: left;
    width: 100%;
  }
  .show-menu .header__nav a:last-child {
    border-bottom: none;
  }
  .b6 {
    padding-block: 94px 64px;
  }
  .b4__img {
    order: -1;
  }
  .b2__imgs {
    order: 2;
    grid-template-columns: 1fr 1fr;
  }
  .b4__content,
  .b2__imgs,
  .b2__content {
    max-width: initial;
  }
  .b4__title,
  .b5__title,
  .home2__title {
    font-size: 33px;
  }
  .home {
    padding-block: 136px 72px;
  }
}
@media (max-width: 420px) {
  .home__title {
    font-size: 34px;
  }
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 164px 80px;
}

.terms__title {
  color: #57843a;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 36px */
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 48px;
}
.terms__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.terms__content * {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.terms__content a {
  color: #fafdff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 768px) {
  .terms {
    padding-block: 113px 50px;
  }
  .terms__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 5;
  width: 100%;
  max-width: 850px;
  width: 100%;
  right: 0;
  padding-block: 32px 17px;
  background: #1c1c1c;
  display: none;
}
.cookie-notification .container {
  align-items: center;
}
.cookie__title {
  color: #fff;
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 44px */
  letter-spacing: 1.6px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.cookie__text a {
  text-decoration: underline;
  color: #fff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.cookie__text {
  color: #fff;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.cookie__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 260px;
  width: 100%;
  margin-inline: auto;
}

.cookieBtn {
  display: block;
  width: 100%;
  border-radius: 40px;
  background: #fafdff;
  color: #1c1c1c;
  text-align: center;
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  padding: 20px;
}

@media (max-width: 900px) {
  .cookie-notification {
    max-width: 320px;
    padding-block: 20px 5px;
  }
  .cookie__btns {
    max-width: initial;
  }
  .cookie__title {
    text-align: center;
    font-size: 32px;
  }
  .cookie-notification .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 370px) {
  .cookie-notification {
    max-width: initial;
    padding-block: 20px 0;
  }
}
