@font-face {
  font-display: swap;
  font-family: Avenir;
  font-weight: 200;
  src: url("/assets/fonts/Avenir/Avenir-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Avenir;
  font-weight: 700;
  src: url("/assets/fonts/Avenir/Avenir-Heavy.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Suavity;
  font-weight: 200;
  src: url("/assets/fonts/Suavity.woff2") format("woff2");
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 200;
}

p {
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

body {
  background-color: #FAF8F8;
  margin: 0;
  padding: 0;
  font-family: Avenir, sans-serif;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  max-width: 1400px;
}

header {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hero .hero-container {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 3px;
}
@media (min-width: 1200px) {
  .hero .hero-container {
    width: 60%;
  }
}

.shop {
  margin-top: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.shop p {
  text-decoration: none;
}
.shop .shop-wrapper {
  background-color: #DDCDBD;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 50px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.shop .shop-wrapper a {
  text-decoration: none;
}
@media (max-width: 1399px) {
  .shop .shop-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.shop .shop-wrapper .shop-container {
  width: 100%;
}
@media (min-width: 1400px) {
  .shop .shop-wrapper .shop-container {
    width: 80%;
  }
}
.shop .shop-wrapper .shop-container .images-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 767px) {
  .shop .shop-wrapper .shop-container .images-wrapper {
    flex-direction: column;
  }
}
.shop .shop-wrapper .shop-container .images-wrapper .image-container {
  display: flex;
}

footer {
  padding: 100px 0 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  footer {
    padding-bottom: 25px;
  }
}
footer .footer-container {
  display: flex;
}
@media (max-width: 1200px) {
  footer .footer-container {
    flex-direction: column;
  }
}
footer .footer-left {
  width: 50%;
  display: flex;
  gap: 20px;
  border-right: 1px solid #BA9975;
  padding: 50px 0;
}
@media (max-width: 575px) {
  footer .footer-left .mg-1 {
    display: none;
  }
}
footer .footer-left .mg-2 {
  max-width: 300px;
}
@media (min-width: 576px) {
  footer .footer-left .mg-2 {
    display: none;
  }
}
@media (max-width: 1200px) {
  footer .footer-left {
    border-right: 0;
    border-bottom: 1px solid #BA9975;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-left {
    flex-direction: column;
  }
}
footer .footer-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  footer .footer-right {
    width: 100%;
    gap: 75px;
  }
}
footer .footer-right .partners {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .footer-right .partners .partner {
  text-align: center;
}
footer .contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .contacts p {
  margin: 0;
}
footer .image-container img {
  display: flex;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
footer .social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .social-media img {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataprivacy-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 50px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .dataprivacy-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .dataprivacy-wrapper {
    margin-top: 0;
  }
}

.dataprivacy-container {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 0 auto;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.dataprivacy-container h1 {
  font-family: Avenir, sans-serif;
  font-size: 45px;
  font-weight: 100;
}/*# sourceMappingURL=style.css.map */