@font-face {
  font-family: Comforter;
  font-display: swap;
  src: url("../fonts/Comforter.woff2") format("woff2"), url("../fonts/Comforter.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Comforter;
  font-display: swap;
  src: url("../fonts/Comforter.woff2") format("woff2"), url("../fonts/Comforter.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ProbaPro;
  font-display: swap;
  src: url("../fonts/ProbaPro-Bold.woff2") format("woff2"), url("../fonts/ProbaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: ProbaPro;
  font-display: swap;
  src: url("../fonts/ProbaPro-ExtraLight.woff2") format("woff2"), url("../fonts/ProbaPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: ProbaPro;
  font-display: swap;
  src: url("../fonts/ProbaPro-Light.woff2") format("woff2"), url("../fonts/ProbaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: ProbaPro;
  font-display: swap;
  src: url("../fonts/ProbaPro-Medium.woff2") format("woff2"), url("../fonts/ProbaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: ProbaPro;
  font-display: swap;
  src: url("../fonts/ProbaPro-Regular.woff2") format("woff2"), url("../fonts/ProbaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ProbaPro;
  font-display: swap;
  src: url("../fonts/ProbaPro-SemiBold.woff2") format("woff2"), url("../fonts/ProbaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: ProbaPro;
  font-display: swap;
  src: url("../fonts/ProbaPro-Thin.woff2") format("woff2"), url("../fonts/ProbaPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Comforter;
  font-display: swap;
  src: url("../fonts/Comforter-Regular.woff2") format("woff2"), url("../fonts/Comforter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

button {
  cursor: pointer;
  border: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fcfbf5;
  scroll-behavior: smooth;
}

body {
  font-family: ProbaPro, sans-serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}

section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

main {
  flex: 1;
  padding-top: 12rem;
}
@media only screen and (max-width: 576px) {
  main {
    padding-top: 6.6rem;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 123rem;
  padding: 0 1.5rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.img-maxw {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: normal;
  color: inherit;
  letter-spacing: 0.036rem;
}

span {
  font-size: inherit;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-family: Comforter;
}

h1,
h2 {
  font-size: 3.2rem;
  line-height: normal;
  font-weight: 400;
}
h1 span,
h2 span {
  font-size: 4.2rem;
}
@media only screen and (min-width: 576px) {
  h1,
  h2 {
    font-size: calc(5rem + 8 * (100vw - 375px) / 625);
  }
  h1 span,
  h2 span {
    font-size: calc(7rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h1,
  h2 {
    font-size: 7rem;
  }
  h1 span,
  h2 span {
    font-size: 12rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 400;
}
h3 span {
  font-size: 3rem;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: calc(2.6rem + 8 * (100vw - 375px) / 625);
  }
  h3 span {
    font-size: calc(5rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.6rem;
  }
  h3 span {
    font-size: 8rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 2rem;
  font-weight: 600;
}

p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.8rem;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

*[data-popup] {
  cursor: pointer;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.bttn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 1.1rem 4.8rem;
  font-size: 1.6rem;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bttn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  mask-image: url(../img/icons/bttn.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 8rem;
  height: 1rem;
  background-color: #000;
  transition: all 0.2s ease;
}
.bttn--white {
  color: #fff;
}
.bttn--white::after {
  background-color: #fff;
}
.bttn:hover::after {
  transform: translateX(5px);
}
.bttn:active::after {
  transform: translateX(15px);
}
.bttn--circle {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.5rem 1.9rem;
  cursor: pointer;
  min-width: 20.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.bttn--circle::before {
  content: "";
  background-image: url(../img/icons/load.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 108%;
  position: absolute;
  z-index: -1;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .bttn--circle:hover::before {
    transform: rotate(4deg);
  }
  .bttn--circle:active {
    transform: scale(0.95);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem 0;
  z-index: 99;
  background-color: #070a0f;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 576px) {
  .header {
    padding: 2rem 0;
  }
}
.header::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #070a0f;
}
.header--scrolled {
  padding: 1rem 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  z-index: 200;
  transition: 0.5s linear;
}
@media only screen and (max-width: 576px) {
  .header__logo img {
    max-width: 13rem;
  }
}
.header__burger {
  display: block;
  width: 3.2rem;
  height: 1.5rem;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before,
.header__burger span, .header__burger:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear, opacity 0.3s linear;
}
.header__burger span {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  top: 100%;
  transform: translate(-50%, -100%);
}
.header__logo, .header__user {
  flex: 20%;
}
.header__user {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: flex-end;
  gap: 2rem;
  z-index: 11;
}
.header__user ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__user ul span,
.header__user ul a {
  display: block;
  font-size: 1.8rem;
}
.header__user ul a {
  color: #d1d1d1;
  transition: all 0.2s ease;
}
.header__user ul a:hover {
  color: #fff;
}
.header__user ul span {
  color: #fff;
}
.header__user ul span::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 10;
  transform: translateX(100%);
  transition: transform 0.3s linear;
  padding: 15rem 1.5rem 0;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .header__menu {
    transform: unset;
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    background-color: transparent;
  }
}
.header__menu-list {
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .header__menu-list {
    display: flex;
  }
}
.header__menu-list .menu-item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #d1d1d1;
  padding: 1rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
  padding: 2.4rem 0;
  font-family: "Cormorant Garamond", serif;
}
@media (any-hover: hover) {
  .header__menu-list .menu-item a:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .header__menu-list .menu-item a {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.header__menu-list .menu-item:not(:first-of-type) {
  border-top: 0.1rem solid #fff;
}
@media only screen and (min-width: 768px) {
  .header__menu-list .menu-item:not(:first-of-type) {
    border-top: 0;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  body.menu-open .header::before {
    z-index: 11;
  }
}
@media only screen and (max-width: 768px) {
  body.menu-open .header__menu {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  body.menu-open .header__burger span {
    opacity: 0;
  }
  body.menu-open .header__burger::before, body.menu-open .header__burger::after {
    -webkit-transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
  }
  body.menu-open .header__burger:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.menu-open .header__burger:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.banner {
  background-color: #070a0f;
  color: #fff;
  height: calc(100vh - 12rem);
  min-height: 50rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    text-align: center;
    padding-bottom: 0;
    min-height: calc(100vh - 6.6rem);
  }
}
.banner h1 .char,
.banner p .char {
  font-size: inherit;
}
.banner__content {
  padding-left: 13.5rem;
}
.banner__content p {
  max-width: 32rem;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width: 768px) {
  .banner__content {
    padding-left: 0rem;
  }
  .banner__content p {
    margin: 1rem auto 0;
  }
}
.banner__bttn {
  margin-top: 6rem;
  margin-left: 30.5rem;
}
@media only screen and (max-width: 768px) {
  .banner__bttn {
    margin-left: auto;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .banner__bg {
    position: absolute;
    right: 0;
    width: 57%;
    height: 100%;
    z-index: -1;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner__bg {
    margin-top: auto;
  }
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .banner__bg img {
    max-width: 100%;
    height: auto;
  }
}

.gallery {
  padding: 17.9rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .gallery {
    padding: 8rem 0 6rem;
  }
}
.gallery h2 {
  text-align: center;
}
.gallery__wrap {
  display: flex;
  flex-direction: column;
  gap: 14rem;
}
.gallery__filters {
  margin: 3rem 0 10.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .gallery__filters {
    margin-bottom: 4rem;
  }
}
.gallery__filters-list {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 576px) {
  .gallery__filters-list {
    gap: 2rem;
  }
}
.gallery__filters-title {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  font-size: 1.8rem;
  align-items: center;
  gap: 1.6rem;
  transition: all 0.2s ease;
}
.gallery__filters-title::after {
  content: "";
  display: block;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 2rem;
  mask-image: url(../img/icons/dropdown.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
  transition: all 0.2s ease;
}
.gallery__filters-title:not(.active):hover {
  color: #070a0f;
}
.gallery__filters-title:not(.active):hover::after {
  transform: translateY(5px);
}
.gallery__filters-title.active::after {
  transform: rotate(180deg);
}
.gallery__filters-wrap {
  display: none;
  flex: 100%;
  width: 100%;
  margin-top: 3rem;
  border-top: 2px dashed #666;
}
.gallery__filters-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  max-width: 94.2rem;
  margin: 2rem auto 0;
}
.gallery__filters-wrap ul li {
  cursor: pointer;
  padding: 1rem;
  border-radius: 0.8rem;
  transition: all 0.2s ease;
}
.gallery__filters-wrap ul li:not(.active):hover {
  background-color: #c6c6c6;
}
.gallery__filters-wrap ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background-color: #000;
  transition: all 0.2s ease;
}
.gallery__filters-wrap ul li.active::after {
  width: 100%;
}
.gallery__filters-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.gallery__clear {
  margin-left: auto;
  color: #666;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transition: all 0.2s ease;
  position: static;
  order: -1;
  margin-top: 1rem;
}
.gallery__clear:hover {
  color: #000;
}
.gallery__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .gallery__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.gallery__item h3 {
  width: 46rem;
  max-width: 100%;
}
.gallery__item-title {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 576px) {
  .gallery__item-title {
    flex-direction: column;
  }
}
.gallery__item-img {
  max-width: 48.8rem;
  overflow: hidden;
}
.gallery__item-img img {
  width: 100%;
  max-width: 100%;
  transition: all 0.2s ease;
}
.gallery__item-img:hover img {
  transform: scale(1.05);
}
.gallery__item-info {
  width: 59rem;
  max-width: 100%;
}
.gallery__item-info h3 span.motive {
  font-size: 2rem;
}
.gallery__item-info h3 span.motive::first-letter {
  font-size: inherit;
}
.gallery__item-info span.title {
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 400;
}
.gallery__item-info span.title::first-letter {
  font-size: 3rem;
}
@media only screen and (min-width: 576px) {
  .gallery__item-info span.title {
    font-size: calc(2.6rem + 8 * (100vw - 375px) / 625);
  }
  .gallery__item-info span.title::first-letter {
    font-size: calc(5rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .gallery__item-info span.title {
    font-size: 2.6rem;
  }
  .gallery__item-info span.title::first-letter {
    font-size: 8rem;
  }
}
.gallery__item-descr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 2px dashed #c6c6c6;
}
@media only screen and (max-width: 768px) {
  .gallery__item-descr {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.gallery__item.active {
  order: -1;
}
.gallery__item.reversed {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .gallery__item.reversed {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.gallery__load {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  margin: 12rem auto 0;
}
.gallery .products-not-found {
  display: none;
}
.gallery .products-not-found.active {
  display: block;
}

.about {
  padding: 0;
}
.about .container {
  display: flex;
  gap: 90px;
  padding-top: 18rem;
  padding-bottom: 10rem;
  border-bottom: 3px dashed #c6c6c6;
}
@media (max-width: 1230px) {
  .about .container {
    gap: calc(20px + 70 * ((100vw - 375px) / 855));
  }
}
@media only screen and (max-width: 878px) {
  .about .container {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .about .container {
    flex-direction: column;
    align-items: center;
  }
}
.about p {
  text-transform: uppercase;
  max-width: 32rem;
}
.about h2 + h2 {
  padding-left: 20.8rem;
  margin-top: -7rem;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .about h2 + h2 {
    margin-top: -2rem;
    padding-left: 12rem;
  }
}
.about h2 + p {
  margin-left: 17.5rem;
}
@media only screen and (max-width: 992px) {
  .about h2 + p {
    margin-left: 5rem;
  }
}

.story {
  overflow: visible;
  padding: 10rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .story {
    padding: 5rem 0 3rem;
  }
}
.story .container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1230px) {
  .story .container {
    gap: calc(15px + 65 * ((100vw - 375px) / 855));
  }
}
@media only screen and (max-width: 992px) {
  .story .container {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .story .container {
    gap: 5rem;
  }
}
.story__content h3 {
  margin-bottom: 3rem;
}
.story__content p {
  color: #666;
  font-size: 2rem;
}
.story__content p + h3 {
  margin-top: 2rem;
}
.story__content p + p {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .story__content p {
    font-size: 1.6rem;
  }
  .story__content p + p {
    margin-top: 1rem;
  }
}
.story__images {
  display: flex;
  gap: 1.9rem;
}
.story__images a {
  overflow: hidden;
}
.story__images a img {
  transition: all 0.2s ease;
}
.story__images a:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 992px) {
  .story__images {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .story__images {
    flex-direction: column;
    position: sticky;
    top: 8rem;
    height: max-content;
  }
}

.footer {
  padding: 14.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #070a0f;
  mix-blend-mode: plus-darker;
  color: #d1d1d1;
}
.footer .container {
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .footer {
    padding: 7rem 0 18rem;
  }
}
.footer ul {
  margin-top: 3rem;
}
@media only screen and (max-width: 576px) {
  .footer ul {
    margin-top: 5rem;
  }
}
.footer ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  text-transform: uppercase;
  transition: all 0.2s ease;
  font-size: 1.8rem;
}
.footer ul a:hover {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .footer ul a {
    font-size: 1.4rem;
  }
}
.footer__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .footer__decor img {
    width: 20rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__logo img {
    width: 40rem;
    max-width: 100%;
  }
}