html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, select, input, button, textarea,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

html {
  margin: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.flex {
  display: flex;
}
.flex > * {
  position: relative;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex.flex-center {
  align-items: center;
}
.flex.flex-bottom {
  align-items: flex-end;
}
.flex.flex-text-center {
  justify-content: center;
}
.flex.flex-text-right {
  justify-content: flex-end;
}
.flex .flex-item-right {
  margin-left: auto !important;
}
.flex .flex-item-left {
  margin-right: auto !important;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex.fixed-columns-count {
  flex-wrap: wrap;
}
.flex.fixed-columns-count > * {
  width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
  max-width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
  min-width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
}
.flex.fixed-columns-count.bleed {
  margin-left: calc( var(--bleed) * -1 );
  margin-right: calc( var(--bleed) * -1 );
}
.flex.fixed-columns-count.bleed > *:first-child {
  margin-left: var(--bleed);
}
.flex.fixed-columns-count.bleed > *:last-child {
  margin-right: var(--bleed);
}
.flex.bleed > * {
  margin-left: var(--bleed);
  margin-right: var(--bleed);
}
.flex.bleed > *:first-child {
  margin-left: 0;
}
.flex.bleed > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1660px) {
  .flex.break-laptop {
    flex-direction: column;
  }
  .flex.break-laptop.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-laptop.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-laptop.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-laptop.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1280px) {
  .flex.break-tablet {
    flex-direction: column;
  }
  .flex.break-tablet.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-LightItalic.eot");
  src: url("fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-LightItalic.woff2") format("woff2"), url("fonts/Lato-LightItalic.woff") format("woff"), url("fonts/Lato-LightItalic.ttf") format("truetype"), url("fonts/Lato-LightItalic.svg#Lato-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("fonts/Lato-Hairline.eot");
  src: url("fonts/Lato-Hairline.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Hairline.woff2") format("woff2"), url("fonts/Lato-Hairline.woff") format("woff"), url("fonts/Lato-Hairline.ttf") format("truetype"), url("fonts/Lato-Hairline.svg#Lato-Hairline") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff2") format("woff2"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype"), url("fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-BlackItalic.eot");
  src: url("fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-BlackItalic.woff2") format("woff2"), url("fonts/Lato-BlackItalic.woff") format("woff"), url("fonts/Lato-BlackItalic.ttf") format("truetype"), url("fonts/Lato-BlackItalic.svg#Lato-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-BoldItalic.eot");
  src: url("fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-BoldItalic.woff2") format("woff2"), url("fonts/Lato-BoldItalic.woff") format("woff"), url("fonts/Lato-BoldItalic.ttf") format("truetype"), url("fonts/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"), url("fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("fonts/Lato-HairlineItalic.eot");
  src: url("fonts/Lato-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-HairlineItalic.woff2") format("woff2"), url("fonts/Lato-HairlineItalic.woff") format("woff"), url("fonts/Lato-HairlineItalic.ttf") format("truetype"), url("fonts/Lato-HairlineItalic.svg#Lato-HairlineItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Light.eot");
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype"), url("fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Italic.eot");
  src: url("fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Italic.woff2") format("woff2"), url("fonts/Lato-Italic.woff") format("woff"), url("fonts/Lato-Italic.ttf") format("truetype"), url("fonts/Lato-Italic.svg#Lato-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype"), url("fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
  margin-left: auto;
  margin-right: auto;
  max-width: 2028px;
  padding-left: 114px;
  padding-right: 114px;
}
@media screen and (max-width: 1280px) {
  .elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .elementor-section.container > .elementor-container,
.container:not(.elementor-section) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  color: #1F1F1F;
  background-color: #E8E2D8;
  line-height: 1.33;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 2028px) {
  html {
    font-size: calc( 10px + ( 6 * ( 100vw - 960px ) / 1068 ) );
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
}

.btn {
  width: 18.438rem;
  padding: 1.313rem 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.btn.primary {
  border: 1px solid;
  background: transparent;
  color: #1F1F1F;
}

.site-header {
  position: fixed;
  background: #E8E2D8;
  width: 100%;
  margin: 0 auto;
  top: 0;
  z-index: 100;
}
.site-header .header-wrapper {
  display: flex;
  align-items: center;
  gap: 3.7rem;
  padding: 0.775rem 0;
  letter-spacing: 0.25em;
}
.site-header .header-wrapper .menu-wrapper .toggle-menu {
  gap: 1.481rem;
  align-items: center;
}
.site-header .header-wrapper .shop-actions-wrapper {
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

.main-menu-wrapper {
  display: none;
  position: absolute;
  padding: 5.5rem 0 3.906rem 0;
  z-index: 200;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .main-menu-wrapper {
    background: #FFF;
    padding: 3rem 0 3rem 0;
  }
}
.main-menu-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(232, 226, 216, 0.1);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  filter: blur(40px) brightness(1);
}
@media screen and (max-width: 960px) {
  .main-menu-wrapper::after {
    display: none;
  }
}
.main-menu-wrapper .menu-main-menu-container {
  max-height: 70vh;
  overflow-y: auto;
}
.main-menu-wrapper .menu-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  gap: 2.813rem;
}
.main-menu-wrapper .menu-items-wrapper > * {
  flex: 0 0 13.5rem;
}
@media screen and (max-width: 960px) {
  .main-menu-wrapper .menu-items-wrapper > * {
    flex: auto;
    width: calc( 50% - 2rem);
  }
}
.main-menu-wrapper .menu-items-wrapper .menu-item img {
  margin-bottom: 1rem;
}
.main-menu-wrapper .menu-items-wrapper .menu-item h3 {
  font-size: 1.188rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 1.188rem;
  padding-bottom: 1.219rem;
  border-bottom: 1px solid #1F1F1F;
}
@media screen and (max-width: 960px) {
  .main-menu-wrapper .menu-items-wrapper .menu-item h3 {
    font-size: 14px;
  }
}
.main-menu-wrapper .menu-items-wrapper .menu-item .menu-item-desc p {
  line-height: 1.56;
  letter-spacing: 0.05;
}

.site-footer {
  background: #AD9772;
  color: #fff;
  padding-top: 3.663rem;
  padding-bottom: 4.569rem;
}
.site-footer .flex-columns-wrapper {
  gap: 2rem;
}
.site-footer .logo-wrapper {
  width: fit-content;
  margin-bottom: 3.175rem;
}
.site-footer .col-right {
  display: flex;
  flex-direction: column;
  gap: 4.688rem;
}
.site-footer .col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 75%;
}
@media screen and (max-width: 960px) {
  .site-footer .col-left {
    flex: 0 0 50%;
  }
}
.site-footer .col-left .footer-bottom-wrapper {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 960px) {
  .site-footer .col-left .footer-bottom-wrapper {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 60px;
  }
}
.site-footer .menu-footer-menu-container > .menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  column-gap: 3.438rem;
  row-gap: 1.188rem;
}
.site-footer .menu-footer-menu-container > .menu > * {
  flex: 0 0 11.438rem;
  width: 11.438rem;
}
.site-footer .menu-footer-menu-container > .menu .menu-item {
  padding-bottom: 1.188rem;
  border-bottom: 2px solid #fff;
}
.site-footer .menu-footer-menu-container > .menu .menu-item a {
  font-weight: bold;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.site-footer .copyright {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .site-footer .copyright {
    margin-top: 45px;
  }
}
.site-footer .contact-data h5 {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.site-footer .contact-data p {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

body .sticky-btn {
  transform: translateX(-50%) !important;
}
body .icon-box-slicing-section {
  display: none;
}
body.page-id-4642 .icon-box-slicing-section {
  display: block;
}

.custom-heading .elementor-heading-title {
  display: flex;
  align-items: center;
}
.custom-heading .elementor-heading-title img {
  margin-right: -20px;
  margin-left: 20px;
  margin-top: -50px;
}