.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.header.-fixed {
  max-width: 1120px;
}
.header__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
.header__logo {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px;
  width: auto;
  height: 60px;
  background-color: #fff;
}
.header__logo__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.header__logo__link img {
  width: 150px;
  height: 58px;
}
.header__navigation {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}
.header__navigation__item .wrapper {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 88px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 120px;
  width: 100%;
  height: 266px;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}
.header__navigation__item .subcontent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 850px;
}
.header__navigation__item__sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 105px;
}
.header__navigation__item__sub__link {
  margin: 5px 0;
  padding-right: 100px;
  min-width: 210px;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
}
.header__navigation__item__sub__link:hover {
  color: #c97858;
  transition: color 0.3s;
}
.header__navigation__item__image {
  margin-left: 200px;
  width: 208px;
  height: 156px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__navigation__item:hover .wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0s 0s;
}
.header__navigation__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  padding: 8px 0;
  height: 100%;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.header__navigation__link:hover {
  color: #c97858;
  transition: color 0.3s;
}
.header__navigation__link.-active {
  color: #c97858;
  transition: color 0.3s;
}
.header__icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  max-width: 300px;
  height: 100%;
}
.header__icons__lang {
  display: none;
}
.header__icons__lang__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  color: #c97858;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header__icons__lang__link.-active {
  background-color: #c97858;
  color: #fff;
  transition: color 0.3s background-color 0.3s;
}
.header__icons__lang__link.-active:hover {
  background-color: #aa5939;
  transition: color 0.3s background-color 0.3s;
}
.header__icons__lang__link:hover {
  border: 1px solid #aa5939;
  background-color: #fff;
  transition: color 0.3s background-color 0.3s;
}
.header__icons__online-store {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
  width: 60px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  text-decoration: none;
}
.header__icons__online-store p {
  display: none;
}
.header__icons__search {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  border-right: 1px solid #f0eae8;
  border-left: 1px solid #f0eae8;
  border-radius: 0;
}
.header__icons .hamburger-menu {
  flex-grow: 1;
  display: none;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  margin-right: 10px;
  width: 60px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.header__icons .hamburger-menu-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30px;
  height: 17px;
}
.header__icons .hamburger-menu .line {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30px;
  height: 0;
  border-bottom: 3px solid #c97858;
}
.header__icons .hamburger-menu .line.-top {
  top: 0;
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__icons .hamburger-menu .line.-center {
  top: 7px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.header__icons .hamburger-menu .line.-bottom {
  top: 14px;
  -webkit-transform: translate(0, 0) rotate(0);
          transform: translate(0, 0) rotate(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__icons .hamburger-menu.is-active {
  background-color: #c97858;
}
.header__icons .hamburger-menu.is-active .line {
  border-bottom: 3px solid #fff;
}
.header__icons .hamburger-menu.is-active .line.-top {
  -webkit-transform: translate(0, 6px) rotate(45deg);
          transform: translate(0, 6px) rotate(45deg);
}
.header__icons .hamburger-menu.is-active .line.-center {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.header__icons .hamburger-menu.is-active .line.-bottom {
  -webkit-transform: translate(0, -8px) rotate(-45deg);
          transform: translate(0, -8px) rotate(-45deg);
}
.header__mobile {
  z-index: 2;
  position: fixed;
  top: 60px;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url("../svg/menu-dropdown-pattern.svg");
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__mobile.-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__mobile__navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0 24px;
}
.header__mobile__link {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #b7aaab;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.header__mobile__link::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../svg/arrow-right-menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.header__mobile__link__sub {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  padding: 0 25px;
  width: 100%;
  height: 100%;
  background-image: url("../svg/menu-dropdown-pattern.svg");
}
.header__mobile__link__sub.-active {
  display: flex;
}
.header__mobile__link__sub span {
  margin: 0 0 15px 0;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
}
.header__mobile__link__sub-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #b7aaab;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.18px;
  text-decoration: none;
}
.header__mobile__link__sub-item:last-of-type {
  border-bottom: none;
}
.header__mobile__link__sub-item::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("../svg/arrow-right-menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.header__mobile__link:last-of-type {
  border: none;
}
.header__mobile__link.-lang::after {
  display: none;
}
.header__mobile__back {
  margin: 30px 0;
  color: #c97858;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
}
.header__mobile__back::before {
  content: "";
  position: relative;
  top: 6px;
  left: -5px;
  display: inline-block;
  width: 18px;
  height: 21px;
  background-image: url("../svg/arrow-left-menu.svg");
  background-repeat: no-repeat;
  background-size: 18px 13px;
  background-position: center center;
}

.breadcrumb {
  display: none;
}
.breadcrumb__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.breadcrumb__wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
  width: 100%;
  max-width: 1240px;
}
.breadcrumb__link span, .breadcrumb__link a {
  padding: 0 2px;
  color: #7a5c58;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 300;
  letter-spacing: -0.2px;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumb__link span:active, .breadcrumb__link span:visited, .breadcrumb__link a:active, .breadcrumb__link a:visited {
  color: #7a5c58;
}
.breadcrumb__link span {
  padding: 0 5px;
}
.breadcrumb__link span img {
  width: 6px;
  height: 8px;
}

.header-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
  width: 100%;
  background-image: url("../image/promo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 30%;
}
.header-page__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  white-space: normal;
}
.header-page__content.-padding h1 {
  padding: 0;
}

.page-navigation {
  display: none;
}
.page-navigation.-fixed {
  max-width: 1120px;
}
.page-navigation__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0 120px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ede8e8;
}
.page-navigation__item {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.page-navigation__item.-prev {
  flex-grow: 1;
  padding-right: 20px;
}
.page-navigation__item.-next {
  flex-grow: 1;
  justify-content: flex-end;
  padding-left: 20px;
  text-align: right;
}
.page-navigation__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.page-navigation__text {
  padding: 0 20px;
  color: #c97858;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 41.6px;
  line-height: 2.6rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
}

.product-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 120px 50px 120px;
  padding: 0;
  min-height: 60px;
}
.product-navigation__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid #ede8e8;
}
.product-navigation__menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.product-navigation__menu__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 12px;
  height: 60px;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.product-navigation__menu__item:nth-of-type(1) {
  margin-left: 0;
}
.product-navigation__menu__item:nth-last-of-type() {
  margin-right: 0;
}
.product-navigation__menu__item.-active {
  border-bottom: 3px solid #c97858;
  font-weight: 600;
}
.product-navigation__menu__item:hover:after {
  opacity: 1;
}
.product-navigation__select {
  display: none;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
.footer__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  width: 100%;
  border: 1px solid #ede8e8;
  background-color: #f8f5f4;
}
.footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #7a5c58;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  font-style: normal;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.footer__socials__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 4px;
  width: 24px;
  height: 24px;
  background-color: #ece5e3;
  transition: color 0.2s ease-in, background-color 0.2s ease-out;
}
.footer__socials__item svg {
  width: auto;
  height: 12px;
}
.footer__socials__item.-facebook svg {
  fill: #3B5998;
}
.footer__socials__item.-facebook:hover {
  background-color: #3B5998;
}
.footer__socials__item.-facebook:hover path {
  fill: #fff;
}
.footer__socials__item.-twitter svg {
  fill: #08A0E9;
}
.footer__socials__item.-twitter:hover {
  background-color: #000;
}
.footer__socials__item.-twitter:hover path {
  fill: #fff;
}
.footer__socials__item.-instagram svg {
  fill: #DD2A7B;
}
.footer__socials__item.-instagram:hover {
  background-color: #DD2A7B;
}
.footer__socials__item.-instagram:hover path {
  fill: #fff;
}
.footer__socials__item.-youtube svg {
  fill: #E62117;
}
.footer__socials__item.-youtube:hover {
  background-color: #E62117;
}
.footer__socials__item.-youtube:hover path {
  fill: #fff;
}
.footer__socials__item.-pinterest svg {
  fill: #BD081C;
}
.footer__socials__item.-pinterest:hover {
  background-color: #BD081C;
}
.footer__socials__item.-pinterest:hover path {
  fill: #fff;
}
.footer__gricreative {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  width: 100%;
  background-color: #fff;
}
.footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  height: 100%;
  color: #7a5c58;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer__link:active, .footer__link:visited {
  color: #7a5c58;
}
.footer__link:hover {
  color: #c97858;
  transition: color 0.3s;
}

.cookie {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 28px 20px;
  width: 100%;
  height: auto;
  border-top: 1px solid #ede8e8;
  background-color: #fafafa;
}
.cookie.-hide {
  z-index: 0;
  display: none;
}
.cookie__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}
.cookie__text {
  color: #4a4747;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  text-align: center;
}
.cookie__link {
  color: #4a4747;
  text-decoration: none;
}
.cookie__link:active, .cookie__link:visited {
  color: #4a4747;
}
.cookie__link:hover {
  text-decoration: underline;
}
.cookie__accept {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
  width: 327px;
  height: 42px;
  border: none;
  border-radius: 27px;
  background-color: #c97858;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease-out, background-color 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out;
}
.cookie__accept:hover {
  background-color: #aa5939;
}

* {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
}
html.-fixed, body.-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 1024px;
}
.container.-nopadding {
  padding: 0;
}

.home-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.home-text h2 {
  margin: 0;
  padding: 0;
  color: #402020;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  letter-spacing: 0.37px;
}
.home-text h3 {
  margin: 0;
  padding: 0;
  color: #c97858;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.8px;
}

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

h1 {
  margin-bottom: 0;
  color: #c97858;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 57.6px;
  line-height: 3.6rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
}

h2 {
  margin: 0;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
}

h3 {
  margin: 0;
  padding: 20px 0 10px 0;
  color: #c97858;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
}

h4 {
  margin: 0;
  padding: 30px 0 5px 0;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 700;
}
h4:first-of-type {
  padding-top: 0;
}

label,
p {
  margin: 0;
  color: #4a4747;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
}

ul {
  padding: 0;
  color: #4a4747;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 400;
  text-align: left;
  list-style: none;
}
ul li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #c97858;
}

input,
select,
textarea,
button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  resize: none;
}
input:invalid,
select:invalid,
textarea:invalid,
button:invalid {
  box-shadow: none;
}
@media only screen and (max-width: 1279px) {
  .header__logo__link img {
    width: 100px;
    height: 39px;
  }
  .header__navigation {
    display: none;
  }
  .header__icons .hamburger-menu {
    display: flex;
  }
  .product-navigation__menu {
    display: none;
  }
  .product-navigation__select {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 18px;
    width: 100%;
    height: 60px;
    border: 1px solid #ece5e3;
    background-color: #fff;
    background-image: url("../svg/arrow-bottom.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: right 24px center;
    color: #402020;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1023px) {
  .product-navigation {
    margin: 0 24px 40px 24px;
  }
}
@media only screen and (min-width: 640px) {
  .home-text h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 64px;
    line-height: 4rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    letter-spacing: 0.5px;
  }
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 96px;
    line-height: 6rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-top: 1px solid #f0eae8;
    border-bottom: 1px solid #f0eae8;
    background-color: #f8f5f4;
  }
  .header-page__content {
    white-space: nowrap;
  }
  .header-page__content.-padding h1 {
    padding-left: 80px;
  }
  .page-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 100px;
  }
  .footer {
    height: 150px;
  }
  .footer__items {
    flex-direction: row;
    padding: 0 120px;
    height: 60px;
  }
  .footer__copyright {
    justify-content: flex-start;
  }
  .footer__socials {
    width: 210px;
  }
  .footer__socials__item {
    margin: 18px 4px;
  }
  .footer__gricreative {
    justify-content: flex-end;
  }
  .footer__links {
    flex-direction: row;
    padding: 0 120px;
    height: 92px;
  }
  .footer__link {
    padding: 0 15px;
  }
  .cookie {
    padding: 0 30px;
    height: 120px;
  }
  .cookie__content {
    flex-direction: row;
  }
  .cookie__accept {
    margin: 0 0 0 20px;
    width: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .header {
    position: relative;
    height: 88px;
  }
  .header__container {
    padding: 0 120px;
  }
  .header__logo {
    flex-grow: 0;
    padding: 0;
    height: 88px;
  }
  .header__navigation__item .wrapper::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 266px;
    border-bottom: 1px solid #f0eae8;
    box-shadow: 0 25px 40px 0 rgba(49, 49, 48, 0.05);
    background-image: url("../svg/menu-dropdown-pattern.svg");
    transition: top 0.3s;
  }
  .header__icons__lang {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    width: 70px;
    height: 36px;
    border: 1px solid #c97858;
    border-radius: 18px;
  }
  .header__icons__online-store {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 10px;
    width: 167px;
    height: 36px;
    border: 1px solid #c97858;
    border-radius: 18px;
    background-color: #c97858;
  }
  .header__icons__online-store .online-store {
    fill: #fff;
  }
  .header__icons__online-store:hover {
    border: 1px solid #aa5939;
    background-color: #aa5939;
    transition: background-color 0.3s;
  }
  .header__icons__online-store p {
    display: flex;
    padding-right: 5px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
  }
  .header__icons__search {
    flex-grow: 0;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #c97858;
    border-radius: 18px;
    background-color: #fff;
  }
  .header__icons__search:hover {
    border: 1px solid #aa5939;
    background-color: #aa5939;
    transition: background-color 0.3s;
  }
  .header__icons__search:hover .svg-search {
    fill: #fff;
  }
  .header__mobile {
    display: none;
  }
}