<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.container,
.map,
.parent,
.stretch,
article,
footer,
header {
  width: 100%;
}

.circle div,
.loop {
  animation-iteration-count: infinite;
}

@font-face {
  font-family: "F";
  src: url(../fonts/f.eot);
  src: url(../fonts/f.eot?#iefix) format("embedded-opentype"), url(../fonts/f.woff) format("woff"), url(../fonts/f.ttf) format("truetype"), url(../fonts/f.svg#fregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "N";
  src: url(../fonts/n.eot);
  src: url(../fonts/n.eot?#iefix) format("embedded-opentype"), url(../fonts/n.woff) format("woff"), url(../fonts/n.ttf) format("truetype"), url(../fonts/n.svg#n) format("svg");
  font-weight: 400;
  font-style: normal;
}
* {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  outline: 0;
  text-size-adjust: 100%;
}

.map,
.navigator,
footer,
header,
img {
  user-select: none;
  touch-callout: none;
  user-drag: none;
}

html {
  height: 100%;
}
html body {
  font: 0.95em/1.5em "N", sans-serif;
  color: var(--wp--preset--color--green);
  border-top: 4px Solid var(--wp--preset--color--orange);
  background: url(/wp-content/assets/static/pattern.png) repeat-x #fffae9;
  background-position: center 13em;
}

header {
  margin: 20px auto 30px;
}

p {
  margin: 0.25em auto 0.75em;
}

a {
  color: var(--wp--preset--color--orange);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  transition: color 0.25s;
  color: var(--wp--preset--color--orange);
}
a:hover {
  text-decoration: underline;
}

h1 {
  font: 45px/125% "F", serif;
}

h2 {
  font: 30px/150% "F", serif;
}

h3 {
  font: 25px/150% "F", serif;
}

h4 {
  font: 20px/150% "F", serif;
}

h5 {
  font: 15px/150% "F", serif;
}

h6 {
  font: 0.75em/150% "F", sans-serif;
  letter-spacing: 0.1em;
}

small,
sup.reg {
  font-size: 0.75em;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

.container {
  max-width: 1400px;
  padding: 0 30px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 10px !important;
}

.mb-1 {
  margin-bottom: 15px !important;
}

.mb-2 {
  margin-bottom: 30px !important;
}

.mb-3 {
  margin-bottom: 45px !important;
}

.mb-4 {
  margin-bottom: 60px !important;
}

.pl-1 {
  padding-left: 15px;
}

.pt-1 {
  padding-top: 15px;
}

.pr-1 {
  padding-right: 15px;
}

.pb-1 {
  padding-bottom: 15px;
}

.pl-2 {
  padding-left: 30px;
}

.pt-2 {
  padding-top: 30px;
}

.pr-2 {
  padding-right: 30px;
}

.pb-2 {
  padding-bottom: 30px;
}

.pl-05 {
  padding-left: 10px;
}

.pt-05 {
  padding-top: 10px;
}

.pr-05 {
  padding-right: 10px;
}

.pb-05 {
  padding-bottom: 10px;
}

.friz,
.friz * {
  font-family: "F", serif;
}

.inline {
  display: inline-block;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.center,
.centre {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.r-05 {
  border-radius: 0.5em;
}

.r-2 {
  border-radius: 2em;
}

.r-5 {
  border-radius: 5em;
}

.r-10 {
  border-radius: 10em;
}

.rt-05 {
  border-radius: 0.5em 0.5em 0 0;
}

.rb-05 {
  border-radius: 0 0 0.5em 0.5em;
}

.color-orange,
.color-orange a,
.color-orange a:visited {
  color: var(--wp--preset--color--orange) !important;
}
.color-white,
.color-white a,
.color-white a:visited {
  color: white !important;
}
.color-green,
.color-green a,
.color-green a:visited {
  color: var(--wp--preset--color--green) !important;
}
.color-beige,
.color-beige a,
.color-beige a:visited {
  color: #fffae9 !important;
}

.back-orange {
  background-color: var(--wp--preset--color--orange) !important;
}

.back-white,
.mc4wp-alert {
  background-color: white !important;
}

.back-green {
  background-color: var(--wp--preset--color--green) !important;
}

.back-beige {
  background-color: #fffae9 !important;
}

.border-green-05 {
  border: 2px Solid #e5e3c1 !important;
}

.border-orange-05 {
  border: 2px Solid #fcdbb8 !important;
}

.o-05 {
  opacity: 0.5;
}

.o-02 {
  opacity: 0.2;
}

.o-1 {
  opacity: 1;
}

hr {
  border: none !important;
  height: 1em;
  margin: 3em 0;
  background: url(/wp-content/assets/static/hr.png) center center no-repeat;
}

aside hr {
  margin: 15px 0px;
}

.stretch {
  height: auto;
}

.underline {
  text-decoration: underline !important;
}

.dashed {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.dashed:hover {
  text-decoration: none !important;
}

.nobr {
  white-space: nowrap;
}

sup.reg {
  opacity: 0.5;
  top: -0.25em;
}

.map {
  min-height: 15em;
}
.map .gm-style-cc,
.map .map .gmnoprint {
  display: none !important;
}

.parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.parent .child {
  display: block;
}

.logotype img {
  max-width: 180px;
  max-height: 126px;
}

footer .factory .svg {
  max-width: 90px !important;
}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
nav ul li {
  display: block;
  margin: 0;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li a, nav ul li a:visited {
  color: var(--wp--preset--color--green);
  text-decoration: none;
}
nav ul li a:hover, nav ul li a:visited:hover {
  color: var(--wp--preset--color--orange);
  text-decoration: none;
}
nav ul.primary, nav ul.internal, nav ul.secondary, nav ul.social {
  width: 100%;
}
nav ul.primary {
  gap: 5px 15px;
}
nav ul.primary &gt; li {
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 5px;
  padding: 9px 10px 5px 10px;
}
@media screen and (max-width: 1024px) {
  nav ul.primary &gt; li {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
nav ul.primary &gt; li &gt; a {
  color: var(--wp--preset--color--green);
  transition: color 0.6s;
}
nav ul.primary &gt; li.current-menu-ancestor, nav ul.primary &gt; li.current-menu-item {
  border: 1px Solid rgba(253, 115, 56, 0.2);
  border-radius: 0.5em;
  background-color: var(--wp--preset--color--orange);
}
nav ul.primary &gt; li.current-menu-ancestor, nav ul.primary &gt; li.current-menu-ancestor &gt; a, nav ul.primary &gt; li.current-menu-item, nav ul.primary &gt; li.current-menu-item &gt; a {
  color: var(--wp--preset--color--white);
}
nav ul.primary &gt; li.current-menu-ancestor:hover, nav ul.primary &gt; li.current-menu-ancestor:hover &gt; a, nav ul.primary &gt; li.current-menu-item:hover, nav ul.primary &gt; li.current-menu-item:hover &gt; a {
  color: var(--wp--preset--color--white) !important;
}
nav ul.primary &gt; li.current-menu-ancestor:hover:after, nav ul.primary &gt; li.current-menu-item:hover:after {
  color: var(--wp--preset--color--white) !important;
}
nav ul.primary &gt; li.current-menu-item:before {
  content: "";
}
nav ul.primary &gt; li.menu-item-has-children:after {
  content: "▾";
  display: inline-block;
  margin-left: 5px;
  transition: color 0.6s;
}
nav ul.primary &gt; li.menu-item-has-children:hover &gt; a {
  color: var(--wp--preset--color--orange);
}
nav ul.primary &gt; li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
  color: var(--wp--preset--color--orange);
}
nav ul.primary &gt; li.menu-item-has-children:hover ul.sub-menu {
  z-index: 888;
  opacity: 1;
}
nav ul.primary &gt; li.menu-item-has-children &gt; ul.sub-menu {
  position: absolute;
  left: 0em;
  padding: 30px 15px 15px 15px;
  gap: 10px 15px;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  display: flex;
  z-index: -1;
  opacity: 0;
  min-height: -webkit-fill-available;
}
nav ul.primary &gt; li.menu-item-has-children &gt; ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 15px);
  left: 0px;
  top: 15px;
  box-shadow: 0px 10px 20px rgba(253, 115, 56, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 9px;
  background: rgba(255, 250, 233, 0);
  background: linear-gradient(0deg, rgba(255, 250, 233, 0.6) 0%, #fffae9 100%);
  z-index: -1;
}
nav ul.primary &gt; li.menu-item-has-children &gt; ul.sub-menu li {
  font: 15px/100% "N", sans-serif;
}
nav ul.primary &gt; li.menu-item-has-children &gt; ul.sub-menu li:after {
  display: none;
}
nav ul.primary &gt; li.menu-item-has-children &gt; ul.sub-menu li.menu-item-has-children {
  width: 100%;
}
nav ul.primary &gt; li.menu-item-has-children &gt; ul.sub-menu li.menu-item-has-children &gt; a {
  color: var(--wp--preset--color--orange);
  font: 12px/100% "F", sans-serif;
}
nav ul.primary &gt; li.menu-item-has-children &gt; ul.sub-menu li.menu-item-has-children &gt; ul.sub-menu {
  padding-top: 10px;
  gap: 10px 15px;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}
nav ul.secondary {
  gap: 5px 15px;
  margin-top: 0.15em;
  justify-content: flex-end;
}
nav ul.internal {
  gap: 5px 15px;
  flex-direction: column;
}
nav ul.internal &gt; li &gt; a {
  color: var(--wp--preset--color--green);
  transition: color 0.6s;
}
nav ul.internal &gt; li.menu-item-has-children &gt; a {
  color: var(--wp--preset--color--orange);
  font: 12px/100% "F", sans-serif;
}
nav ul.internal &gt; li.menu-item-has-children &gt; ul.sub-menu {
  gap: 10px 15px;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}
nav ul.internal &gt; li.menu-item-has-children &gt; ul.sub-menu li.current-menu-item a {
  color: var(--wp--preset--color--orange);
  padding-left: 30px;
  cursor: default;
}
nav ul.internal &gt; li.menu-item-has-children &gt; ul.sub-menu li.current-menu-item:before {
  content: "";
  position: absolute;
  height: 19px;
  width: 30px;
}
nav ul.social {
  gap: 5px 15px;
  justify-content: flex-end;
}
nav ul.social a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  color: transparent !important;
  transition: none;
}
nav ul.social .facebook a {
  background: url(/wp-content/assets/static/facebook.svg) no-repeat;
}
nav ul.social .facebook a:hover {
  background: url(/wp-content/assets/static/facebook-hover.svg) no-repeat;
}
nav ul.social .vkontakte a {
  background: url(/wp-content/assets/static/vkontakte.svg) no-repeat;
}
nav ul.social .vkontakte a:hover {
  background: url(/wp-content/assets/static/vkontakte-hover.svg) no-repeat;
}
nav ul.social .feedback a {
  background: url(/wp-content/assets/static/feedback.svg) no-repeat;
}
nav ul.social .feedback a:hover {
  background: url(/wp-content/assets/static/feedback-hover.svg) no-repeat;
}
nav ul.social .instagram a {
  background: url(/wp-content/assets/static/instagram.svg) no-repeat;
}
nav ul.social .instagram a:hover {
  background: url(/wp-content/assets/static/instagram-hover.svg) no-repeat;
}

#feedback .close:hover,
body.page-landing .promo &gt; *,
body.page-template-story .pie-transparent,
body.page-story .pie-transparent,
nav .primary li.menu-item-has-children {
  cursor: pointer;
}

input,
label,
textarea {
  font-family: "F", serif;
}

.load {
  background-color: #fffae9;
  z-index: 999;
  top: 0;
  left: 0;
}
.load,
.load .child,
.load .parent {
  width: 100%;
  height: 100%;
}

.circle {
  border-radius: 5em;
  left: 50%;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  margin-left: -1.5em;
  background-color: var(--wp--preset--color--orange);
  transition: all 0.25s;
}
.circle div {
  border-radius: 1em;
  position: absolute;
  height: 0.4em;
  width: 0.4em;
  animation-name: loading;
  animation-duration: 1.04s;
  animation-direction: linear;
  background-color: white;
}
.circle_01 {
  left: 10%;
  top: 50%;
  margin: -0.2em 0 0;
  animation-delay: 0.39s;
}
.circle_02 {
  left: 27%;
  top: 27%;
  margin: -0.2em 0 0 -0.2em;
  animation-delay: 0.52s;
}
.circle_03 {
  left: 50%;
  top: 10%;
  margin: 0 0 0 -0.2em;
  animation-delay: 0.65s;
}
.circle_04 {
  right: 27%;
  top: 27%;
  margin: -0.2em -0.2em 0 0;
  animation-delay: 0.78s;
}
.circle_05 {
  right: 10%;
  top: 50%;
  margin: -0.2em 0 0;
  animation-delay: 0.91s;
}
.circle_06 {
  right: 27%;
  bottom: 27%;
  margin: 0 -0.2em -0.2em 0;
  animation-delay: 1.04s;
}
.circle_07 {
  left: 50%;
  bottom: 10%;
  margin: 0 0 0 -0.2em;
  animation-delay: 1.17s;
}
.circle_08 {
  left: 27%;
  bottom: 27%;
  margin: 0 0 -0.2em -0.2em;
  animation-delay: 1.3s;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input,
textarea {
  transition: all 0.25s;
  font-size: 0.85em;
  display: block;
  margin-bottom: 0.25em;
  border-radius: 0.5em;
}

label {
  font-size: 1em;
  margin-bottom: 0.5em;
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  border: 2px Solid rgba(253, 115, 56, 0.25);
  background: 0 0;
  padding: 0.5em 1em !important;
  width: 100%;
  line-height: 1.6em !important;
}
input[type=email]:hover,
input[type=tel]:hover,
input[type=text]:hover,
textarea:hover {
  border: 2px Solid rgba(253, 115, 56, 0.5);
}
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
  border: 2px Solid white;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.btn,
input[type=submit] {
  border: none;
  padding: 0.35em 1em 0.2em;
  background-color: var(--wp--preset--color--orange);
  color: white;
  line-height: 1.6em !important;
}

.btn:hover,
input[type=submit]:hover {
  background-color: #fd5923;
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

input.search {
  border: 2px Solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 1em 0.5em 2.5em !important;
  line-height: 1.5em;
  border-radius: 5em !important;
  width: 50%;
  margin: auto;
  background: url(/wp-content/assets/static/search.png) 10px center no-repeat;
  box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.05);
}
input.search:focus {
  border: 2px Solid white;
  background: url(/wp-content/assets/static/search.png) 10px center no-repeat;
}
input.search:hover {
  border: 2px Solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
}

.mc4wp-alert,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-family: "F", serif;
  font-size: 0.75em !important;
}

.wpcf7-not-valid-tip {
  color: #dc4a3b !important;
  font-family: "F", serif;
  font-size: 0.75em !important;
}
.wpcf7-not-valid, .wpcf7-not-valid:focus, .wpcf7-not-valid:hover {
  border-color: #dc4a3b !important;
}
.wpcf7-response-output {
  border: 2px Solid white;
  background: white;
  border-radius: 0.5em;
  padding: 0.75em 1.5em !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  font-family: "F", serif;
  font-size: 0.75em !important;
}
.wpcf7-validation-errors {
  border: 2px Solid white !important;
}

.mc4wp-alert {
  padding: 0.75em 1.5em !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5em !important;
  font-family: "F", serif;
  font-size: 0.75em !important;
}
.mc4wp-error {
  color: #dc4a3b !important;
}
.mc4wp-error, .mc4wp-success {
  border: 2px Solid !important;
  background-color: white !important;
}
.mc4wp-success {
  color: #789676 !important;
}

input.search::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

input::placeholder {
  color: rgba(253, 115, 56, 0.5);
}

.pac-container {
  padding: 0 2em;
  background: 0 0;
  box-shadow: none;
  border: none;
}
.pac-container::after {
  margin-top: 10px;
}
.pac-container .pac-item {
  background-color: white;
  font-weight: 400;
  font-family: "F", serif;
  padding: 0.5em 1em;
}
.pac-container .pac-item:last-child {
  border-radius: 0 0 0.5em 0.5em;
}
.pac-container .pac-item .pac-item-query {
  font-size: 1.25em;
  margin-right: 0.5em;
}
.pac-container .pac-item:hover {
  color: white !important;
  background-color: var(--wp--preset--color--orange);
}
.pac-container .pac-item:hover .pac-item-query {
  color: white;
}
.pac-container .pac-item .pac-matched {
  font-weight: 400;
  text-decoration: underline;
}
.pac-container .pac-item .pac-icon-marker {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background: url(/wp-content/assets/static/pin-store.png) no-repeat;
  background-size: 100% 100%;
}
.pac-container .pac-item-selected {
  color: white !important;
  background-color: var(--wp--preset--color--orange);
}
.pac-container .pac-item-selected .pac-icon-marker {
  background: url(/wp-content/assets/static/pin-store-hover.png) no-repeat;
  background-size: 100% 100%;
}

.footer-additional {
  background-color: var(--wp--preset--color--orange);
}
.footer-additional-before {
  background: url(/wp-content/assets/static/footer-additional-before.svg) no-repeat;
  background-position: bottom !important;
  margin-bottom: -2px;
}
.footer-additional-after {
  background: url(/wp-content/assets/static/footer-additional-after.svg) no-repeat;
  background-position: top !important;
  margin-top: -2px;
}
.footer-additional-after, .footer-additional-before {
  background-size: cover !important;
  position: relative;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.footer-additional-after img, .footer-additional-before img {
  width: 100%;
  height: auto;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  border: none;
}

.fullscreen,
.fullscreen .child,
.fullscreen .parent {
  width: 100%;
  height: 100%;
}

#feedback .window {
  position: relative;
  background-color: white;
  padding: 30px 40px;
  box-shadow: 30px 30px 100px 0 rgba(0, 0, 0, 0.5);
  background-image: url(/wp-content/assets/static/feedback-top.png), url(/wp-content/assets/static/feedback-right.png), url(/wp-content/assets/static/feedback-bottom.png), url(/wp-content/assets/static/feedback-left.png);
  background-repeat: repeat-x, repeat-y;
  background-position: top, right, bottom, left;
  border-radius: 2em;
}
#feedback .close {
  text-decoration: none;
  font-size: 2em;
  color: white;
  opacity: 0.5;
  background-color: var(--wp--preset--color--orange);
  border-radius: 5em;
  padding: 0.1em;
  line-height: 1em;
  display: block;
  float: right;
  width: 1.2em;
  text-align: center;
}
#feedback .close:hover {
  text-decoration: none;
  opacity: 1;
}

#preview .image {
  box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  line-height: 0;
}
#preview .image img {
  padding: 0;
  transition: opacity 1s;
}

.preview.dashed {
  border-color: rgba(253, 115, 56, 0.5);
}
.preview.dashed:hover {
  border-color: var(--wp--preset--color--orange);
}

iframe {
  width: 100%;
  overflow: hidden;
}

.aspect-ratio {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.fullscreen {
  display: none;
  opacity: 0;
  background-color: rgba(255, 245, 213, 0.75);
  z-index: 999;
  top: 0;
  left: 0;
}

body.page-landing .pies {
  z-index: 400;
  padding: 0 4em 0 4.5em;
  margin-left: 1em;
  opacity: 0;
}
body.page-landing .pies .owl-next:after {
  top: 44% !important;
}
body.page-landing .pies .owl-prev:after {
  top: 44% !important;
}
body.page-landing .pies .owl-wrapper-outer:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  right: -1px;
  z-index: 500;
  background: linear-gradient(to left, #fd7338 0, rgba(253, 115, 56, 0) 80%);
}
body.page-landing .pies .owl-wrapper-outer:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  background: linear-gradient(to right, #fd7338 0, rgba(253, 115, 56, 0) 55%);
}
body.page-landing .pies p {
  margin-bottom: 0;
}
body.page-landing .pies img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
body.page-landing .pies:after {
  content: "";
  height: 100%;
  width: 12px;
  top: -1.25em;
  right: -2em;
  position: absolute;
  background: url(/wp-content/assets/static/hr-vertical.png) center center no-repeat;
  opacity: 0.25;
  z-index: 600;
}
body.page-landing .promo {
  opacity: 0;
}
body.page-landing .promo .owl-controls {
  width: 100%;
  position: absolute;
  z-index: 800;
  bottom: 2em;
}
body.page-landing .promo &gt; * {
  line-height: 0;
}
body.page-landing .promo .excerpt {
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  position: absolute;
}
body.page-landing .promo .excerpt .parent {
  width: 50%;
  height: 100%;
}
body.page-landing .promo .excerpt .parent h2 {
  font-size: 32px !important;
}
body.page-landing .promo .excerpt .parent h4 {
  font-size: 20px !important;
}
body.page-landing .promo .excerpt .parent .child {
  padding: 0 3em;
}
body.page-landing .promo .excerpt .parent .child &gt; * {
  margin: 0;
  line-height: 1.5em;
}
body.page-landing .promo .excerpt .parent .child hr {
  margin: 1em 0;
}
body.page-landing .promo .excerpt .parent.right {
  margin-left: 50%;
}
body.page-landing .promo .excerpt .parent.back .child {
  aspect-ratio: 1/1;
  background: url(/wp-content/assets/static/back.svg) center center no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: contain;
}
body.page-landing .promo .excerpt .parent.back .child hr {
  max-width: 250px;
  margin: 1em auto;
}
body.page-landing .promo .excerpt .parent.back .child &gt; * {
  max-width: 300px;
}
body.page-landing article section {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
body.page-landing .searchform label {
  padding: 0 4em;
  display: block;
}
body.page-template-pie {
  background-position: center 20em;
}
body.page-template-pie nav .internal li.current-menu-item:before {
  background: url(/wp-content/assets/static/pie.svg) no-repeat;
}
body.page-template-pie .parent .child:first-child {
  width: 20%;
}
body.page-template-pie .parent .child:last-child {
  width: 20%;
}
body.page-template-pie .layers {
  width: 1336px;
  height: 593px;
  left: 50%;
  margin-left: -668px;
  font-size: 15px;
}
body.page-template-pie .layers .layer.text {
  z-index: 200;
}
body.page-template-pie .layers .layer.image {
  z-index: -1;
}
body.page-template-pie .layers .layer.text.bottom_left {
  text-align: right;
}
body.page-template-pie .layers .layer.text.bottom_left:after {
  content: " ";
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(/wp-content/assets/static/pointer.png) no-repeat;
  top: -60px;
  right: -80px;
  background-position: 0 -80px;
}
body.page-template-pie .layers .layer.text.bottom_right {
  text-align: left;
}
body.page-template-pie .layers .layer.text.bottom_right:after {
  content: " ";
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(/wp-content/assets/static/pointer.png) no-repeat;
  top: -60px;
  left: -80px;
  background-position: -80px -80px;
}
body.page-template-pie .layers .layer.text.top_left {
  text-align: right;
}
body.page-template-pie .layers .layer.text.top_left:after {
  content: " ";
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(/wp-content/assets/static/pointer.png) no-repeat;
  top: 0;
  right: -80px;
  background-position: 0 0;
}
body.page-template-pie .layers .layer.text.top_right {
  text-align: left;
}
body.page-template-pie .layers .layer.text.top_right:after {
  content: " ";
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(/wp-content/assets/static/pointer.png) no-repeat;
  top: 0;
  left: -80px;
  background-position: -80px 0;
}
body.page-template-pie .layers .layer.image.bottom_left {
  text-align: left;
}
body.page-template-pie .layers .layer.image.top_left {
  text-align: left;
}
body.page-template-pie .layers .layer.image.bottom_right {
  text-align: right;
}
body.page-template-pie .layers .layer.image.top_right {
  text-align: right;
}
body.page-template-pie .time {
  display: table;
  width: 160px;
  height: 160px;
  background: url(/wp-content/assets/static/pie-info.svg) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding-top: 1.1em;
  font-family: "F", serif;
}
body.page-template-pie .time .child {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
body.page-template-pie .pies {
  padding: 0 4em;
}
body.page-template-pie .pies p {
  margin-bottom: 0.5em;
}
body.page-template-pie .pies img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
body.page-template-pie .pies:after {
  content: "";
  height: 100%;
  width: 12px;
  top: -1.25em;
  right: -3em;
  position: absolute;
  background: url(/wp-content/assets/static/hr-vertical.png) center center no-repeat;
  opacity: 0.25;
}
body.page-template-pie .pies .owl-next:after {
  top: 45% !important;
}
body.page-template-pie .pies .owl-prev:after {
  top: 45% !important;
}
body.page-template-pie .pies .owl-wrapper-outer:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  right: -1px;
  z-index: 500;
  background: linear-gradient(to left, #fd7338 10%, rgba(253, 115, 56, 0) 100%);
}
body.page-template-pie .pies .owl-wrapper-outer:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  background: linear-gradient(to right, #fd7338 10%, rgba(253, 115, 56, 0) 100%);
}
body.page-template-confectionery .metro li {
  margin-right: 0.5em;
}
body.page-template-confectionery .slides {
  margin-bottom: 2em;
}
body.page-template-confectionery nav .internal li.current-menu-item:before {
  background: url(/wp-content/assets/static/cup.svg) no-repeat;
}
body.page-template-confectionery .checkmenu {
  background-color: var(--wp--preset--color--orange);
  color: white;
  overflow: hidden;
}
body.page-template-confectionery .checkmenu p {
  padding: 0.5em 1em;
}
body.page-template-confectionery .checkmenu .btn {
  display: inline-block;
  padding: 0.3em 0.75em 0.15em;
  color: var(--wp--preset--color--orange);
}
body.page-template-confectionery .foursquare a {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url(/wp-content/assets/static/social_buttons.png) -120px 0 no-repeat;
  text-indent: -9999px !important;
  overflow: hidden;
  color: transparent !important;
}
body.page-template-confectionery .address:after {
  content: "";
  width: 3em;
  left: 50%;
  margin-left: -1.5em;
  position: absolute;
  z-index: 500;
  height: 1em;
  bottom: -1.5em;
  background: url(/wp-content/assets/static/map.png) center center no-repeat;
}
body.page-template-confectionery blockquote {
  padding: 0 0.75em;
  position: relative;
  margin-bottom: 1em;
}
body.page-template-confectionery blockquote:after {
  font: 1.5em/1em f, serif;
  position: absolute;
  top: 50%;
  margin-top: -1.1em;
  opacity: 0.2;
  content: "»";
  right: 0;
}
body.page-template-confectionery blockquote:before {
  font: 1.5em/1em f, serif;
  position: absolute;
  top: 50%;
  margin-top: -1.1em;
  opacity: 0.2;
  content: "«";
  left: 0;
}
body.page-confectionery .map {
  height: 30em;
}
body.page-confectionery #info {
  height: 100%;
  right: 0;
}
body.page-confectionery .menu-link {
  background-color: var(--wp--preset--color--orange);
  color: white;
  padding: 0.35em 0.6em;
  border-radius: 0.5em;
  text-decoration: underline;
}
body.page-wheretobuy input.search {
  border: none;
  width: 100%;
  background-position: 1em center;
  font-size: 1.5em;
  box-sizing: border-box;
}
body.page-wheretobuy .retailers {
  padding: 0 5em;
}
body.page-wheretobuy .retailers .item {
  padding: 0.25em 0;
}
body.page-wheretobuy .retailers .item p {
  margin: 0;
}
body.page-wheretobuy .retailers .item img {
  max-width: 80px;
}
body.page-wheretobuy .retailers .owl-next:after {
  right: 3em;
}
body.page-wheretobuy .retailers .owl-prev:after {
  left: 3em;
}
body.page-wheretobuy .button {
  width: 100%;
  font-size: 1.75em;
  line-height: 1.6em;
}
body.page-stores {
  border: none;
}
body.page-stores article {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-stores footer {
  position: fixed;
  z-index: 99999;
  width: 100%;
  margin: 0 auto;
  background-color: #fffae9;
  bottom: 0;
  padding-top: 10px;
  box-shadow: 0 -10px 50px 0 rgba(0, 0, 0, 0.2);
}
body.page-stores footer .factory .svg {
  max-width: 50px !important;
}
body.page-stores footer .copyright {
  padding-top: 0.5em;
}
body.page-stores footer .social {
  padding-top: 0.25em;
}
body.page-stores header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  margin: 0 auto;
  background-color: #fffae9;
  border-top: 4px Solid var(--wp--preset--color--orange);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}
body.page-stores header .container {
  margin-top: 10px;
  margin-bottom: 0;
}
body.page-stores .logotype img {
  max-width: 70px !important;
}
body.page-stores nav .primary {
  padding-top: 10px;
  margin-bottom: 0;
}
body.page-stores nav .secondary {
  padding-top: 10px;
  margin-bottom: 0;
}
body.page-stores .infobubble {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
body.page-stores .infobubble .substrate div {
  margin: 0 1em;
}
body.page-stores .infobubble .substrate:after, body.page-stores .infobubble .substrate:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  left: 0;
  z-index: 500;
  background-image: url(/wp-content/assets/static/marker.png), url(/wp-content/assets/static/marker.png);
}
body.page-stores .infobubble .substrate:before {
  top: -10px;
  background-position: right top, left top;
}
body.page-stores .infobubble .substrate:after {
  bottom: -10px;
  background-position: right bottom, left bottom;
}
body.page-stores .substrate {
  position: relative;
  background-color: var(--wp--preset--color--orange);
  color: white;
  text-align: center;
}
body.page-stores .substrate p:first-child {
  margin-bottom: 0;
}
body.page-stores .load {
  background-color: rgba(0, 0, 0, 0.5);
}
body.page-template-story {
  border: none;
}
body.page-template-story header {
  position: fixed;
  z-index: 999;
  border-top: 4px Solid var(--wp--preset--color--orange);
  margin-top: 0;
  padding-top: 1.5em;
}
body.page-template-story article {
  overflow: hidden;
  z-index: -1;
}
body.page-template-story article:after {
  content: " ";
  position: fixed;
  width: 100%;
  height: 20%;
  z-index: 99;
  bottom: 0;
  background: linear-gradient(to top, #fff5d6 10%, rgba(255, 245, 214, 0) 100%);
  bottom: 0;
  background: linear-gradient(to top, #fff5d6 10%, rgba(255, 245, 214, 0) 100%);
}
body.page-template-story article:before {
  content: " ";
  position: fixed;
  width: 100%;
  height: 20%;
  z-index: 99;
  bottom: 0;
  background: linear-gradient(to top, #fff5d6 10%, rgba(255, 245, 214, 0) 100%);
  top: 0;
  background: linear-gradient(to bottom, #fff5d6 10%, rgba(255, 245, 214, 0) 100%);
}
body.page-template-story footer {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  margin-bottom: 1em;
}
body.page-template-story .logotype a img {
  transition: max-width 1s;
}
body.page-template-story .box {
  width: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  padding: 0.5em 0;
  user-select: none;
  font-size: 1.25em;
}
body.page-template-story .cakehover {
  transition: all 0.5s;
}
body.page-template-story .cakehover:hover {
  transform: scale(1.05);
}
body.page-template-story .pies {
  position: relative;
  min-height: 400px;
  background: url(/wp-content/assets/dynamic/2015/05/history-vertical-pie.png) center center no-repeat;
}
body.page-template-story .pie {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transition: all 0.5s;
}
body.page-story {
  border: none;
}
body.page-story header {
  position: fixed;
  z-index: 999;
  border-top: 4px Solid var(--wp--preset--color--orange);
  margin-top: 0;
  padding-top: 1.5em;
}
body.page-story article {
  overflow: hidden;
  z-index: -1;
}
body.page-story article:after {
  content: " ";
  position: fixed;
  width: 100%;
  height: 20%;
  z-index: 99;
  bottom: 0;
  background: linear-gradient(to top, #fff5d6 10%, rgba(255, 245, 214, 0) 100%);
  bottom: 0;
  background: linear-gradient(to top, #fff5d6 10%, rgba(255, 245, 214, 0) 100%);
}
body.page-story article:before {
  content: " ";
  position: fixed;
  width: 100%;
  height: 20%;
  z-index: 99;
  bottom: 0;
  background: linear-gradient(to top, #fff5d6 10%, rgba(255, 245, 214, 0) 100%);
  top: 0;
  background: linear-gradient(to bottom, #fff5d6 10%, rgba(255, 245, 214, 0) 100%);
}
body.page-story footer {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  margin-bottom: 1em;
}
body.page-story .logotype a img {
  transition: max-width 1s;
}
body.page-story .box {
  width: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  padding: 0.5em 0;
  user-select: none;
  font-size: 1.25em;
}
body.page-story .cakehover {
  transition: all 0.5s;
}
body.page-story .cakehover:hover {
  transform: scale(1.05);
}
body.page-story .pies {
  position: relative;
  min-height: 400px;
  background: url(/wp-content/assets/dynamic/2015/05/history-vertical-pie.png) center center no-repeat;
}
body.page-story .pie {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transition: all 0.5s;
}
body.page-story .navigate {
  user-select: none;
  z-index: 999;
  right: 0;
  top: 50%;
  margin-top: -50px;
  width: 50px;
  height: 100px;
  margin-right: 2em;
  background-image: url(/wp-content/assets/static/sprite-right-nav.png);
  background-position: -200px 0px;
}
body.page-story .navigate .down {
  cursor: pointer;
  background: url(/wp-content/assets/static/sprite-right-nav.png);
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  font-size: 3em;
  line-height: 50px;
  text-indent: -999px;
  overflow: hidden;
  user-select: none;
  background-position: -100px -50px;
}
body.page-story .navigate .down:hover {
  background-position: -150px -50px;
}
body.page-story .navigate .up {
  cursor: pointer;
  background: url(/wp-content/assets/static/sprite-right-nav.png);
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  font-size: 3em;
  line-height: 50px;
  text-indent: -999px;
  overflow: hidden;
  user-select: none;
  background-position: -100px 0px;
}
body.page-story .navigate .up:hover {
  background-position: -150px 0px;
}
body.page-story .navigate .down.disabled:hover {
  background-position: -100px -50px;
}
body.page-story .navigate .up.disabled:hover {
  background-position: -100px 0px;
}
body.page-story .navigate-first {
  position: absolute;
  z-index: 999;
  bottom: 1em;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  line-height: 1em !important;
  user-select: none;
}
body.page-menu .dish {
  padding: 0.25em 1em 0.25em 0;
}
body.page-menu .dish div:nth-child(2) {
  font-size: 0.8em;
  opacity: 0.5;
}
body.page-menu .dish div:nth-child(3) {
  font-size: 0.8em;
}
body.page-menu .dishes {
  padding: 0 5em;
  max-height: 230px !important;
  overflow: hidden;
}
body.page-menu .dishes .owl-next:after {
  right: 3em;
}
body.page-menu .dishes .owl-prev:after {
  left: 3em;
}
body.page-menu .dishes .owl-wrapper-outer:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  right: -1px;
  z-index: 500;
}
body.page-menu .dishes .owl-wrapper-outer:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  left: -1px;
  z-index: 500;
}
body.page-menu article nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--wp--preset--color--orange) !important;
  color: white !important;
  border-radius: 100px;
  font-family: "F", serif;
  padding: 10px;
}
body.page-menu article nav ul a {
  color: white !important;
}
body.page-menu nav .internal li.current-menu-item:before {
  background: url(/wp-content/assets/static/cup.svg) no-repeat;
}

body.page-stores .infobubble .substrate p:last-child,
body.page-story .navigate .disabled {
  opacity: 0.5;
}

.infobubble .substrate h3,
body.page-stores .infobubble .substrate p {
  margin-bottom: 0em;
}

@media screen and (max-height: 600px) {
  body.page-template-story .logotype a img {
    max-width: 70px;
  }
  body.page-template-story h2 {
    font-size: 1.25em;
  }
  body.page-template-story .mb-2 {
    margin-bottom: 1em;
  }
  body.page-template-story .mb-1 {
    margin-bottom: 0.5em;
  }

  body.page-story .logotype a img {
    max-width: 70px;
  }
  body.page-story h2 {
    font-size: 1.25em;
  }
  body.page-story .mb-2 {
    margin-bottom: 1em;
  }
  body.page-story .mb-1 {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-height: 601px) {
  body.page-template-story .logotype a img,
body.page-story .logotype a img {
    max-width: 180px;
  }
}
body.page-company .map {
  min-height: 16em;
}

.owl-carousel {
  position: relative;
}
.owl-controls {
  width: 100%;
  text-align: center;
  bottom: 1em;
}
.owl-controls .owl-pagination {
  display: inline-block;
  border: 1px Solid #fff;
  background-color: white;
  border-radius: 2em;
  padding: 0.5em 0.25em;
  line-height: 0;
}
.owl-controls .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 0.5em;
  width: 11px;
  height: 11px;
  border: 1px Solid #fcdbb8;
  border-radius: 1em;
  transition: all 0.5s;
  background-color: transparent;
}
.owl-controls .owl-pagination .owl-page:hover {
  border-color: var(--wp--preset--color--orange);
}
.owl-controls .owl-pagination .owl-page.active {
  background-color: var(--wp--preset--color--orange);
  border-color: var(--wp--preset--color--orange);
}
.owl-next, .owl-prev {
  position: absolute;
  transition: none;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 5em;
  text-indent: -999px;
  overflow: hidden;
  transition: all 0.25s;
  z-index: 99;
}
.owl-next:after, .owl-prev:after {
  position: absolute;
  transition: none;
  content: "";
  top: 50%;
  margin-top: -25px;
  width: 45px;
  height: 45px;
  background-size: contain;
}
.owl-next.disabled, .owl-prev.disabled {
  opacity: 0.2;
  cursor: default !important;
}
.owl-next {
  right: 0;
}
.owl-next:after {
  right: 50%;
  margin-right: -25px;
  transform: rotate(180deg);
}
.owl-prev {
  left: 0;
}
.owl-prev:after {
  left: 50%;
  margin-left: -20px;
}

.jquery_share .jquery_share_total:after {
  line-height: 0;
  position: absolute;
  content: " ";
  border-style: solid;
}
.jquery_share .jquery_share_total:before {
  line-height: 0;
  position: absolute;
  content: " ";
  border-style: solid;
}

.slides.orange .owl-next.disabled:hover:after,
.slides.orange .owl-next:after,
.slides.orange .owl-prev.disabled:hover:after,
.slides.orange .owl-prev:after {
  background: url(/wp-content/assets/static/left-orange.svg) no-repeat;
}

.slides.orange .owl-next:hover:after,
.slides.orange .owl-prev:hover:after {
  background: url(/wp-content/assets/static/left-orange-hover.svg) no-repeat;
}

.slides.white .owl-next.disabled:hover:after,
.slides.white .owl-next:after,
.slides.white .owl-prev.disabled:hover:after,
.slides.white .owl-prev:after {
  background: url(/wp-content/assets/static/left.svg) no-repeat;
}

.slides.white .owl-next:hover:after,
.slides.white .owl-prev:hover:after {
  background: url(/wp-content/assets/static/left-hover.svg) no-repeat;
}

.confmenu {
  font: 1.5em/1.5em "F", serif;
  padding-left: 50px;
}
.confmenu:before {
  content: "";
  width: 40px;
  height: 40px;
  margin-left: -50px;
  margin-top: -5px;
  background-image: url("/wp-content/assets/static/men.png");
  background-repeat: no-repeat;
  position: absolute;
}

nav .social .facebook a {
  background: url(/wp-content/assets/static/facebook.svg) no-repeat;
}

.jquery_share_fb span,
.jquery_share_tw span,
.jquery_share_vk span {
  display: none;
}

.jquery_share .jquery_share_fb a,
.jquery_share .jquery_share_tw a,
.jquery_share .jquery_share_vk a {
  display: block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  color: transparent !important;
  transition: none;
  margin-right: 1em;
}
.jquery_share .jquery_share_vk a {
  background: url(/wp-content/assets/static/vkontakte.svg) no-repeat;
}
.jquery_share .jquery_share_vk a:hover {
  background: url(/wp-content/assets/static/vkontakte-hover.svg) no-repeat;
}
.jquery_share .jquery_share_tw a {
  background: url(/wp-content/assets/static/twitter.svg) no-repeat;
}
.jquery_share .jquery_share_tw a:hover {
  background: url(/wp-content/assets/static/twitter-hover.svg) no-repeat;
}
.jquery_share .jquery_share_fb a {
  background: url(/wp-content/assets/static/facebook.svg) no-repeat;
}
.jquery_share .jquery_share_fb a:hover {
  background: url(/wp-content/assets/static/facebook-hover.svg) no-repeat;
}
.jquery_share .jquery_share_total {
  border-top: 2px Solid #f5dbab;
  border-right: 2px Solid #f5dbab;
  border-bottom: 2px Solid #f5dbab;
  border-left: none;
  font-size: 1.05em;
  float: left;
  padding: 0.25em 0.5em 0.25em 0.25em;
  line-height: 1em;
  margin-top: 1px;
  margin-left: 16px;
  position: relative;
}
.jquery_share .jquery_share_total:before {
  content: " ";
  width: 14px;
  height: 28px;
  left: -14px;
  top: -2px;
  line-height: 0;
  position: absolute;
  border-style: solid;
  border-width: 14px 14px 14px 0;
  border-color: transparent #f5dbab transparent transparent;
}
.jquery_share .jquery_share_total:after {
  content: " ";
  width: 12px;
  height: 24px;
  left: -11px;
  top: 0px;
  line-height: 0;
  position: absolute;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #fff5d3 transparent transparent;
}

.carousel {
  box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  padding: 0;
}
.carousel * {
  line-height: 0;
}
.carousel img {
  height: auto;
  width: 100%;
}

.map .zoom .in,
.map .zoom .out,
.navigator .zoom .in,
.navigator .zoom .out {
  cursor: pointer;
  background: url(/wp-content/assets/static/sprite-right-nav.png);
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  font-size: 3em;
  line-height: 50px;
  text-indent: -999px;
  overflow: hidden;
  user-select: none;
}

.map .zoom .out,
.navigator .zoom .out {
  background-position: 0px -50px;
}

.map .zoom .in,
.navigator .zoom .in {
  background-position: 0px 0px;
}

.map .zoom .out:hover,
.navigator .zoom .out:hover {
  background-position: -50px -50px;
}

.map .zoom .in:hover,
.navigator .zoom .in:hover {
  background-position: -50px 0px;
}

.map .zoom,
.navigator .zoom {
  width: 50px;
  height: 100px;
  margin-right: 2em;
  background-image: url(/wp-content/assets/static/sprite-right-nav.png);
  background-position: -200px 0px;
  user-select: none;
}

.map_brbl, .map_brbr, .map_brtl, .map_brtr {
  width: 10px;
  height: 10px;
  background: url(/wp-content/assets/static/corner.png) no-repeat;
  user-select: none;
}
.map_brtl {
  background-position: -10px -10px;
  margin-left: -1px;
  margin-top: -1px;
}
.map_brtr {
  background-position: 0px -10px;
  margin-right: -1px;
  margin-top: -1px;
}
.map_brbl {
  background-position: -10px 0px;
  margin-left: -73px;
  margin-bottom: -1px;
}
.map_brbr {
  background-position: 0px 0px;
  margin-right: -1px;
  margin-bottom: -1px;
}

section.gallery {
  padding-right: 15px;
  padding-left: 15px;
}
section.gallery .item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.gallery .item {
    flex-direction: row;
  }
  section.gallery .item .child {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  section.gallery .item {
    flex-direction: column;
  }
  section.gallery .item .child {
    width: 100%;
  }
}
section.nav {
  padding: 0 5em;
}
section.nav .owl-item * {
  cursor: pointer;
}
section.nav .owl-item .title {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 200%;
  left: -50%;
  font-size: 12px !important;
  letter-spacing: 0.04em;
  z-index: 999;
  transition: opacity 0.5s ease-in-out 0.1s;
}
section.nav .owl-item .image {
  padding-bottom: 15px;
  transform: translateY(3em);
  transition: transform 1s ease-in-out 0.15s;
}
section.nav .owl-item .image img {
  transform: scale(0.9);
  transition: transform 0.5s ease-in-out 0.1s;
}
section.nav .owl-item .image.new:before {
  content: " ";
  position: absolute;
  background: url(/wp-content/assets/static/new.png) center center no-repeat;
  width: 70px;
  left: 50%;
  margin: -1.5em auto auto -35px;
  height: 24px;
  opacity: 1;
  z-index: 999;
  transition: opacity 0.5s ease-in-out 0.1s;
}
section.nav .owl-item.synced .image img {
  transform: scale(1);
}
section.nav .owl-item:hover .title {
  opacity: 1;
}
section.nav .owl-item:hover .image {
  transform: translateY(1.5em);
  transition: transform 0.25s ease-in-out 0.05s;
}
section.nav .owl-item:hover .image.new:before {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  section.nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.nav {
    display: none;
  }
}

@keyframes swing {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-30px);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.swing {
  animation-name: swing;
}

.float {
  animation-name: float;
}

.loop {
  animation-fill-mode: both;
}

.liniar {
  animation-timing-function: linear;
}

.sec-5 {
  animation-duration: 5s;
  transition: transform 5s;
}

.sec-10 {
  animation-duration: 10s;
  transition: transform 10s;
}

.sec-15 {
  animation-duration: 15s;
  transition: transform 15s;
}

.sec-20 {
  animation-duration: 20s;
  transition: transform 20s;
}

.sec-25 {
  animation-duration: 25s;
  transition: transform 25s;
}

.sec-30 {
  animation-duration: 30s;
  transition: transform 30s;
}

.del-1 {
  animation-delay: 1s;
}

.del-2 {
  animation-delay: 2s;
}

.del-3 {
  animation-delay: 3s;
}

.del-4 {
  animation-delay: 4s;
}

.del-5 {
  animation-delay: 5s;
}

body.page-template-story,
body.page-single,
body.page-stores,
body.page-story {
  background-image: none;
}

@media screen and (min-width: 1400px) {
  aside {
    padding-left: 2em;
  }
}
@media screen and (max-width: 1400px) {
  aside {
    padding-left: 2em;
  }

  body.page-template-pie .layers {
    zoom: 0.7;
  }
  body.page-template-pie .layers .text {
    line-height: 1.25em;
    font-size: 1.5em;
  }

  body.page-landing .promo .excerpt .child h2 {
    font-size: 1.25em !important;
  }
  body.page-landing .promo .excerpt .child h3 {
    font-size: 1.25em !important;
  }
}
@media screen and (max-width: 991px) {
  body.page-template-pie .layers {
    zoom: 0.5;
  }

  body.page-template-pie .layers .text {
    line-height: 1.25em;
    font-size: 1.5em;
  }

  aside {
    padding-left: 0;
  }

  h1 {
    font-size: 2em;
    line-height: 1.75em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }

  h4,
h5 {
    font-size: 1em;
  }

  h6 {
    font-size: 0.75em;
  }

  hr {
    margin: 1em 0;
  }

  footer {
    margin-bottom: 15px;
  }

  body.page-template-landing .promo .excerpt .parent.back .child {
    background: url("/wp-content/assets/static/back.svg") center center no-repeat;
    background-size: 75%;
    opacity: 0.85;
    transition: opacity 1s;
  }

  body.page-template-landing .promo .excerpt .child h2,
body.page-template-landing .promo .excerpt .child h3 {
    font-size: 1.25em !important;
  }

  .logotype img {
    max-width: 100px !important;
  }

  .container {
    padding: 0 15px;
  }

  .mb-2,
.mb-3,
.mb-4 {
    margin-bottom: 15px !important;
  }

  .slides {
    padding: 0 !important;
  }

  .slides .owl-controls {
    display: none !important;
  }

  .left,
.right {
    text-align: left;
  }

  .dish .right {
    text-align: right;
  }

  .dish .left {
    text-align: left;
  }

  body.page-story h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer,
h6 {
    font-size: 0.75em;
  }

  .absolute,
.fixed,
.relative,
body.page-template-story article,
body.page-story article {
    position: static;
  }

  body.page-template-landing .promo,
section.mobile {
    overflow: hidden;
  }

  aside {
    padding-left: 0;
  }

  body {
    padding-top: 130px;
    background-image: none;
  }

  footer {
    margin-bottom: 15px;
  }
  footer nav {
    display: none;
  }
  footer .factory .svg {
    max-width: 70px !important;
  }

  h1 {
    font-size: 1.75em;
    line-height: 1.5em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }

  h4,
h5 {
    font-size: 1em;
  }

  body.page-template-landing .promo .excerpt .child h2,
body.page-template-landing .promo .excerpt .child h3 {
    font-size: 1.25em !important;
  }

  hr {
    margin: 1em 0;
    border: none !important;
  }

  input[type=text],
input.search,
input[type=email],
input[type=tel],
textarea {
    text-align: left !important;
  }

  .center,
.centre,
.left,
.right,
body.page-template-story h2,
body.page-story h2 {
    text-align: center;
  }

  .container {
    padding: 0 15px;
  }

  .mb-2,
.mb-3 {
    margin-bottom: 15px !important;
  }

  .mb-4 {
    margin-bottom: 30px !important;
  }

  .slides {
    padding: 0 !important;
  }

  .slides .owl-controls {
    display: none !important;
  }

  .owl-wrapper-outer:after,
.owl-wrapper-outer:before,
body.page-stores footer {
    display: none;
  }

  body.page-stores {
    padding-top: 0;
  }

  body.page-template-story footer, body.page-story footer {
    position: static !important;
  }
  body.page-template-story article .item {
    margin-bottom: 5em;
  }
  body.page-story article .item {
    margin-bottom: 5em;
  }
  body.page-story article .item:last-child {
    margin-bottom: 1em;
  }
  body.page-template-story article .item .pies, body.page-story article .item .pies {
    zoom: 0.7;
  }
  body.page-template-story header, body.page-story header {
    background-color: #fff5d3;
  }
  body.page-template-story article:after, body.page-template-story article:before {
    display: none;
  }
  body.page-story article:after, body.page-story article:before {
    display: none;
  }
  body.page-wheretobuy .button {
    width: inherit;
  }
  body.page-wheretobuy .search {
    width: 100%;
    line-height: 1.6em;
    font-size: 0.85em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  body.page-template-confectionery article .address:after {
    display: none;
  }
  body.page-template-pie .layers .layer.image {
    display: none;
  }
  body.page-template-pie .layers .layer.text.bottom_left:after, body.page-template-pie .layers .layer.text.bottom_right:after, body.page-template-pie .layers .layer.text.top_left:after, body.page-template-pie .layers .layer.text.top_right:after {
    display: none;
  }
  body.page-story .navigate-first {
    display: none;
  }
  body.page-confectionery article .center {
    text-align: left;
  }
  body.page-template-confectionery article {
    text-align: left;
  }
  body.page-template-confectionery article h1 {
    margin-bottom: 1em;
  }
  body.page-template-confectionery article .slides {
    margin-bottom: 2em !important;
    box-shadow: none;
  }
  body.page-template-confectionery article .slides:after {
    width: 80px;
    content: "";
    position: absolute;
    top: auto;
    z-index: 200;
    margin-left: -40px;
    bottom: 0.5em;
    left: 50%;
    opacity: 0.8;
    height: 34px;
    background: url(/wp-content/assets/static/touch.png) center center no-repeat;
  }
  body.page-template-landing .promo .excerpt {
    padding: 0;
    position: static;
  }
  body.page-template-landing .promo img {
    width: 100%;
  }
  body.page-template-landing .promo .excerpt .parent {
    width: 100%;
    height: 100%;
  }
  body.page-template-landing .promo .excerpt .parent.right {
    margin-left: 0;
  }
  body.page-template-landing .promo .excerpt .parent .child {
    background: 0 0 !important;
    padding: 2em 0;
  }
  body.page-template-landing .promo .excerpt .parent .child hr {
    margin: 1em 0;
  }
  body.page-template-landing .promo .excerpt .parent.back .child hr {
    margin: 1em auto;
  }
  body.page-template-landing .pies, body.page-template-pie .pies {
    margin: auto auto 6em 0 !important;
  }
  body.page-template-landing .pies:after, body.page-template-landing .pies:before {
    content: "";
    position: absolute;
    top: auto;
    z-index: 200;
  }
  body.page-template-pie .pies:after, body.page-template-pie .pies:before {
    content: "";
    position: absolute;
    top: auto;
    z-index: 200;
  }
  body.page-template-landing .pies:after, body.page-template-pie .pies:after {
    width: 90%;
    bottom: -4em;
    left: 5%;
    height: 1em;
    background: url(/wp-content/assets/static/hr.png) center center no-repeat;
  }
  body.page-template-landing .pies:before, body.page-template-pie .pies:before {
    width: 80px;
    margin-left: -40px;
    bottom: -2.5em;
    left: 50%;
    height: 34px;
    background: url(/wp-content/assets/static/touch.png) center center no-repeat;
  }
  body.page-template-landing input.search, body.page-template-pie input.search {
    width: 80%;
    margin: 0 auto;
  }
  body.page-template-pie .parent {
    display: block;
  }
  body.page-template-pie .layers {
    zoom: 1;
    margin: 0 auto;
    transform-origin: 0 10%;
    width: 100%;
    height: auto;
  }
  body.page-template-pie .layers .layer {
    z-index: -1;
  }
  body.page-template-pie .layers ol {
    margin: 0.5em 0 1.5em 2em;
    list-style-type: none;
    counter-reset: li;
  }
  body.page-template-pie .layers ol li {
    margin: 0 0 0.75em;
  }
  body.page-template-pie .layers ol &gt; li {
    list-style-type: none;
  }
  body.page-template-pie .layers ol &gt; li:before {
    content: counter(li);
    counter-increment: li;
    font-size: 0.75em;
    position: absolute;
    width: 1.75em;
    height: 1.75em;
    background-color: var(--wp--preset--color--orange);
    line-height: 0;
    padding: 0.9em 0 0;
    margin-left: -3em;
    margin-top: 0;
    color: white;
    text-align: center;
    border-radius: 5em;
    user-select: none;
  }
  body.page-template-pie .layers .layer.text {
    text-align: left !important;
    font-size: 1em;
  }

  section.mobile {
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: rgba(255, 250, 233, 0.5);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 4px Solid var(--wp--preset--color--orange);
    transition: all 1s;
    max-height: 80px;
  }
  section.mobile.active {
    max-height: 100%;
  }
  section.mobile img {
    margin: 15px 0;
  }
  section.mobile .row {
    background-color: #fffae9;
  }
  section.mobile ul {
    background-color: #fffae9;
  }
  section.mobile ul li a {
    display: block;
    padding: 0.75em 1em;
    font-size: 1.25em;
    border-top: 1px Solid #fff;
    text-decoration: none;
  }
  section.mobile ul li a:hover {
    text-decoration: none;
    background-color: white;
  }
  section.mobile .icon {
    top: 25px;
    font-size: 2.6em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  }
  section.mobile button.click {
    appearance: none;
    border: none;
    background-color: transparent;
  }
  section.mobile button.click:hover {
    text-decoration: none;
  }

  #preview {
    position: fixed !important;
  }
  #preview .image {
    position: relative !important;
  }

  .load.fixed {
    position: fixed;
  }
  .load.absolute {
    position: absolute;
  }

  .xs-center {
    text-align: center !important;
  }

  .confmenu {
    margin-bottom: 2em !important;
    display: block;
  }
}

/*# sourceMappingURL=typography.css.map */
</pre></body></html>