html {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #181818;
}

@font-face {
  font-family: Helvetica;
  src: url(/wp-content/themes/martovaria/fonts/Helvetica/helvetica_regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Helvetica;
  src: url(/wp-content/themes/martovaria/fonts/Helvetica/helvetica_bold.otf);
  font-weight: 700;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  background-color: #fff;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body main {
  flex-grow: 1;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

input,
button {
  outline: none;
  border: none;
}

.container {
  padding-inline: 12px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    padding-inline: 32px;
  }
}

.policy {
  padding-block: 108px 60px;
}
@media (min-width: 1200px) {
  .policy {
    padding-block: 128px 60px;
  }
}
.policy__title {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .policy__title {
    font-size: 36px;
  }
}
.policy__text {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}
.policy__text ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}
.policy__text h2 {
  margin-block: 10px;
  font-size: 20px;
  font-weight: 400;
}
.policy__text p {
  margin-bottom: 10px;
}

.cookies {
  padding: 20px;
  position: fixed;
  width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  color: #181818;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
@media (min-width: 1200px) {
  .cookies {
    padding: 32px;
    width: 50%;
  }
}
.cookies--show {
  display: block;
}
.cookies__title {
  margin-bottom: 16px;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 5%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.cookies__text {
  margin-bottom: 24px;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}
.cookies__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cookies__reject,
.cookies__accept {
  width: 100% !important;
  height: 42px !important;
}

.btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(28, 27, 45, 0.1490196078);
  border-radius: 30px;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-transform: capitalize;
  cursor: pointer;
  color: #181818;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #c0c0c0;
}
.btn--dark {
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  background-color: #181818;
  color: #fff;
}
.btn--dark:hover {
  background-color: #4e4e4e;
}

.no-scroll {
  overflow: hidden;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav__link {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  transition: color 0.3s;
}
.nav__link:hover {
  color: #25b7ca;
}

.logo__name {
  color: #fff;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: 8%;
  text-align: center;
  text-transform: capitalize;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}
.header__content {
  padding-block: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
}
.header.scrolled {
  position: sticky !important;
  background-color: #181818 !important;
}
.header--dark .header__content {
  border-bottom: 1px solid #181818 !important;
}
.header--dark .logo__name,
.header--dark .nav__link {
  color: #000 !important;
}

.hero {
  padding-block: 306px 64px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/wp-content/themes/martovaria/assets/images/hero-bg.png) center/cover no-repeat;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
@media (min-width: 1200px) {
  .hero__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero__right {
  display: flex;
  gap: 90px;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 1200px) {
  .hero__right {
    flex-direction: row;
    height: 298px;
    width: 510px;
  }
}
.hero__title {
  width: 100%;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1200px) {
  .hero__title {
    width: 569px;
    font-size: 96px;
  }
}
.hero__text {
  width: 100%;
  color: #fff;
}
.hero__text:first-of-type {
  align-self: end;
}
.hero__text:last-of-type {
  align-self: start;
}
@media (min-width: 1200px) {
  .hero__text {
    width: 258px;
  }
}

.text {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}

.title {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 5%;
}

.features {
  padding-block: 64px;
}
.features__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 32px;
}
.features__title {
  color: #181818;
}
.features__btn {
  width: 91px;
  height: 42px;
}
.features__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .features__cards {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.feature {
  width: 100%;
  height: fit-content;
}
@media (min-width: 768px) {
  .feature {
    width: 362px;
  }
}
.feature__picture {
  width: 100%;
  height: 400px;
  display: block;
}
.feature__img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 24px;
  height: 100%;
}
.feature__title {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 5%;
  margin-bottom: 12px;
}

.gallery {
  padding-block: 64px;
}
.gallery__content {
  display: flex;
  align-items: center;
}
.gallery__img {
  flex: 1;
  width: 50%;
  height: 348px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .gallery__img {
    height: 600px;
  }
}

.stats {
  padding-block: 64px;
  background-color: #181818;
  color: #fff;
}
.stats__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 200px;
}
.stats__btn {
  width: 91px;
  height: 42px;
}
.stats__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .stats__cards {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.stat {
  width: 100%;
  height: fit-content;
}
.stat:not(:last-child) {
  padding-right: 24px;
  border-right: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  .stat {
    width: 262px;
    height: 237px;
  }
}
.stat__title {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: 5%;
  margin-bottom: 12px;
}

.idea {
  padding-block: 64px;
}
.idea__content {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.idea__left,
.idea__right {
  flex: 1;
}
@media (min-width: 1200px) {
  .idea__left {
    width: 354px;
  }
}
.idea__right {
  display: flex;
  gap: 12px;
}
.idea__img {
  flex: 1;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.idea__title {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .idea__title {
    margin-bottom: 382px;
  }

  .idea__right {
    width: 750px;
  }
}

.footer {
  background-color: #181818;
  color: #fff;
  padding-block: 32px;
}
.footer__label {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 100px;
  line-height: 90%;
  letter-spacing: 8%;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 74px;
}
@media (min-width: 1200px) {
  .footer__label {
    font-size: 189px;
  }
}
.footer__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 74px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .footer__middle {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__box {
  width: 100%;
  height: fit-content;
}
.footer__box:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  .footer__box {
    width: 347px;
    height: 202px;
  }
  .footer__box:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    padding-right: 24px;
    border-right: 1px solid #ffffff;
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
}
.footer__title {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.footer__item {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  transition: color 0.3s;
  color: #fff;
}
.footer__item:hover {
  color: #25b7ca;
}
.footer__rights {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

h1,
h2,
h3,
p {
  word-break: break-word;
}

.catalog {
  padding-block: 112px 64px;
}
.catalog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 32px;
}
.catalog__btn {
  width: 91px;
  height: 42px;
}
.catalog__cards {
  align-items: start !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .catalog__cards {
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.card {
  width: 100%;
  height: fit-content;
}
@media (min-width: 1200px) {
  .card {
    width: 362px;
    height: 446px;
  }
}
.card__picture {
  width: 100%;
  height: 400px;
}
.card__img {
  width: 100%;

  object-fit: contain;
  margin-bottom: 24px;
}
.card__bottom {
  display: flex;
  justify-content: space-between;
}
.card__title {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 5%;
  color: #181818;
}
.card__price {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #181818;
}

.product {
  padding-block: 112px 0px;
}
.product__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .product__content {
    flex-direction: row;
  }
}
.product__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .product__left {
    width: 474px;
  }
}
.product__picture {
  width: 100%;
  height: 336px;
}
@media (min-width: 1200px) {
  .product__picture {
    width: 630px;
    height: 630px;
  }
}
.product__img {
  object-fit: cover;
}

@media (min-width: 768px) {
  .product__img {
    width: 630px;
    height: 630px;
  }
}

.product__title {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 5%;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.product__price {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 24px;
}
.product__colors {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
}
.product__color {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
