@media only screen and (min-width: 768px) {
  .h-hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .h-hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .h-hide-lg {
    display: none !important;
  }
}
.h-text-center {
  text-align: center;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.h-hidden {
  display: none !important;
}
.h-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
img {
  max-width: 100%;
}
.swiper-container-horizontal {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.swiper-pagination-bullets {
  z-index: 10;
}
.swiper-button-disabled {
  opacity: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  outline: none;
  border: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility !important;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
html {
  font-weight: 600;
  color: #ab7c36;
  font-size: 10px;
  background-color: #fffdf6;
}
body {
  color: #464646;
  font-family: 'Roboto', serif;
  font-family: 'Roboto Slab', serif;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 300;
  overflow-y: auto;
  background-image: url('img/texture.png');
}
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
}
.recipe a,
.comments a,
.product a,
.content a {
  color: #004a2c;
  font-weight: 700;
  text-decoration: underline;
}
.recipe a:hover,
.comments a:hover,
.product a:hover,
.content a:hover {
  text-decoration: none;
}
a[href^=tel],
a[href^=mailto] {
  color: inherit;
  text-decoration: none;
}
a em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 300;
}
h1 {
  font-size: 2.4rem;
  color: #ab7c36;
}
h2 {
  font-size: 2.7rem;
  color: #004a2c;
}
h3 {
  font-size: 4rem;
  color: #004a2c;
}
h4 {
  color: #004a2c;
  font-size: 2.3rem;
}
h5 {
  color: #004a2c;
  font-size: 1.5rem;
}
ol {
  padding-left: 0;
  counter-reset: LIST-ITEMS;
  list-style-type: none;
  line-height: 1.4;
}
ol li {
  padding-bottom: .7em;
}
ol li:before {
  content: counter(LIST-ITEMS) ".";
  counter-increment: LIST-ITEMS;
  padding-right: 0.25em;
}
svg {
  display: inline-block;
}
.btn {
  display: inline-block;
  cursor: pointer;
}
.btn.-default {
  font-size: 1.2rem;
  font-family: "Roboto slab", sans-serif;
  font-weight: 700;
  color: #d7a355;
  border: solid 2px #ecd29b;
  padding: 12px 30px;
}
@media only screen and (min-width: 768px) {
  .btn.-default {
    font-size: 1.8rem;
    padding: 18px 53px;
  }
}
.is-desktop .btn.-default:hover {
  border: solid 2px #004a2c;
  color: #004a2c;
}
.btn.-default:active {
  border: solid 2px #004a2c;
  background-color: #004a2c;
  color: #fff !important;
}
.btn.-dark {
  font-size: 1.2rem;
  font-family: "Roboto slab", sans-serif;
  font-weight: 700;
  color: #d7a355;
  border: solid 2px #ecd29b;
  padding: 12px 30px;
  border: solid 2px #d7a355;
}
@media only screen and (min-width: 768px) {
  .btn.-dark {
    font-size: 1.8rem;
    padding: 18px 53px;
  }
}
.is-desktop .btn.-dark:hover {
  border: solid 2px #004a2c;
  color: #004a2c;
}
.btn.-dark:active {
  border: solid 2px #004a2c;
  background-color: #004a2c;
  color: #fff !important;
}
.is-desktop .btn.-dark:hover {
  border: solid 2px #004a2c;
  color: #004a2c;
}
.btn.-dark:active {
  border: solid 2px #004a2c;
  background-color: #004a2c;
  color: #fff !important;
}
.table {
  font-size: .8rem;
  color: #ab7c36;
  text-align: center;
  margin: 3rem -1.7rem 1.2rem;
}
.table__col {
  width: 18%;
  border: solid 1px #ecd29b;
  padding: .6rem .2rem;
}
.table__col--label,
.table__col--head {
  color: #004a2c;
  font-weight: 700;
}
.table__col--label {
  width: 28%;
}
.table__subcol {
  padding: .3rem 0;
}
.table__footnotes {
  padding-bottom: 13.2rem;
}
.table__footnote {
  font-size: .8rem;
  color: #ab7c36;
}
.tag {
  text-align: center;
  font-size: 0;
}
.tag__icon {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  margin: 1rem auto;
}
.tag__text {
  display: inline-block;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d7a355;
}
.bullets {
  text-align: center;
  font-size: 0;
}
.bullets__bullet {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-block;
  position: relative;
}
.bullets__bullet:before,
.bullets__bullet:after {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: opacity;
  will-change: opacity;
  content: '';
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 1.6rem 1.6rem;
}
.bullets__bullet:before {
  background-image: url('img/bullet.svg');
  opacity: 1;
}
.bullets__bullet:after {
  background-image: url('img/bullet-white.svg');
  opacity: 0;
}
.bullets__bullet.is-active:before {
  opacity: 0;
}
.bullets__bullet.is-active:after {
  opacity: 1;
}
.form__label-content {
  display: inline-block;
  vertical-align: top;
}
.form__text,
.form__textarea {
  display: block;
  border: solid 1px red;
  padding: 1rem 1rem;
  width: 100%;
  position: relative;
  resize: none;
}
.form__text:focus,
.form__textarea:focus {
  border-color: blue;
}
.form__checkbox {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: background-size;
  will-change: background-size;
  width: 1.6rem;
  height: 1.6rem;
  border: solid 1px red;
  display: inline-block;
  vertical-align: top;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
  background-image: url('img/check.svg');
}
.form__checkbox:focus {
  border-color: blue;
}
.form__checkbox:checked {
  background-size: .8rem .8rem;
}
.wrap {
  max-width: 134.4rem;
  margin-left: auto;
  margin-right: auto;
}
.subwrap {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.subwrap--framed {
  position: relative;
  padding: 2.2rem;
  background-color: #fffdf6;
}
.subwrap--framed:after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 1.1rem;
  right: 1rem;
  bottom: 1.1rem;
  left: 1rem;
  border: solid .2rem #ecd29b;
}
.top {
  position: relative;
  padding: 0 2rem;
  font-size: 0;
  z-index: 3;
  background-image: url('img/texture.png');
}
.top:before {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: opacity;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-image: url('img/texture.png');
}
.top__logo {
  text-align: center;
  padding-top: 8.5rem;
  display: block;
  z-index: 20;
}
.top__logo-icon {
  width: 10.8rem;
  height: 5.7rem;
  display: inline-block;
}
.top__trigger {
  position: absolute;
  top: 1.9rem;
  left: 2.7rem;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  border: solid .2rem #d7a355;
  text-align: center;
  z-index: 1;
}
.top__navicon {
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  position: relative;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.top__navicon,
.top__navicon:before,
.top__navicon:after {
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #d7a355;
  border-radius: 0.2rem;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  transition-duration: 0.3s;
}
.top__navicon:before,
.top__navicon:after {
  position: absolute;
  content: "";
}
.top__navicon:before {
  top: -0.6rem;
}
.top__navicon:after {
  top: 0.6rem;
}
.top__menu {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: opacity, transform;
  padding: 1.8rem 3rem;
  opacity: 0;
}
.top__wave {
  left: 2rem;
  right: 2rem;
  height: .7rem;
  position: absolute;
  top: 6.6rem;
}
.top__mob-search {
  display: block;
  border: solid .2rem #d7a355;
  border-radius: 1.6rem;
}
.top__mob-search-input {
  box-sizing: border-box;
  display: inline-block;
  width: 90%;
  padding: .5rem 2rem;
  color: #d7a355;
  font-size: 1.4rem;
  font-weight: 700;
}
.top__mob-search-icon {
  position: absolute;
}
.top__items {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style-image: none;
}
.top__item {
  display: inline-block;
  width: 50%;
}
.top__item.is-hidden .top__link {
  padding: 0;
  opacity: 0;
}
.top__item.is-hidden .top__link-icon {
  width: 0;
  margin: 0 auto;
}
.top__item.is-hidden .top__link-text {
  padding: 0;
  font-size: 0;
}
.top__item.is-active .top__link {
  padding: 2.2rem 0;
  opacity: 1;
}
.top__item.is-active .top__link-icon {
  opacity: 1;
}
.top__item.is-active .top__link-icon--enciklopedija {
  width: 3.9rem;
  margin: .5rem auto;
}
.top__item.is-active .top__link-icon--receptai {
  width: 4.7rem;
  margin: .5rem auto;
}
.top__item.is-active .top__link-icon--produktai {
  width: 5.2rem;
  margin: .5rem auto;
}
.top__item.is-active .top__link-icon--ukininkams {
  width: 2.5rem;
  margin: .5rem auto;
}
.top__item.is-active .top__link-icon--apie {
  width: 4.7rem;
  margin: .1rem auto;
}
.top__item.is-active .top__link-text {
  font-size: 1.6rem;
  padding: 0.3rem 0;
}
.top__link {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: padding, opacity;
  will-change: padding, opacity;
  display: inline-block;
  vertical-align: top;
  padding: 2.2rem 0;
  opacity: 1;
}
.top__link-icon {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: width;
  will-change: width;
  display: inline-block;
  display: block;
  margin: auto;
}
.top__link-icon--enciklopedija {
  width: 3.9rem;
  margin: .5rem auto;
}
.top__link-icon--receptai {
  width: 4.7rem;
  margin: .5rem auto;
}
.top__link-icon--produktai {
  width: 5.2rem;
  margin: .5rem auto;
}
.top__link-icon--ukininkams {
  width: 2.5rem;
  margin: .5rem auto;
}
.top__link-icon--apie {
  width: 4.7rem;
  margin: .1rem auto;
}
.top__link-text {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: padding, font-size, letter-spacing, opacity, width;
  will-change: padding, font-size, letter-spacing, opacity, width;
  font-size: 1.6rem;
  padding: 0.3rem 0;
  font-weight: 700;
  color: #d7a355;
  display: inline-block;
}
.top__actions {
  position: absolute;
  right: 2.3rem;
  top: 1.9rem;
}
.top__action {
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: solid .2rem #d7a355;
  text-align: center;
  display: inline-block;
  margin: 0 0.3rem;
  padding: 0.7rem 0;
  font-size: 1.7rem;
  font-family: 'Roboto', serif;
  font-weight: 700;
  line-height: 1;
  color: #d7a355;
}
.top__action-icon {
  display: inline-block;
  width: 1.6rem;
  vertical-align: middle;
}
.top__icon-search {
  display: none;
}
.top.is-open {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
}
.top.is-open:before {
  z-index: -2;
  opacity: 1;
}
.top.is-open .top__menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.top.is-open .top__navicon {
  background-color: transparent;
}
.top.is-open .top__navicon:before,
.top.is-open .top__navicon:after {
  background-color: #d7a355;
  border-radius: 0.2rem;
}
.top.is-open .top__navicon:before {
  -webkit-transform: translateY(0.6rem) rotate(45deg);
  -ms-transform: translateY(0.6rem) rotate(45deg);
      transform: translateY(0.6rem) rotate(45deg);
}
.top.is-open .top__navicon:after {
  -webkit-transform: translateY(-0.6rem) rotate(-45deg);
  -ms-transform: translateY(-0.6rem) rotate(-45deg);
      transform: translateY(-0.6rem) rotate(-45deg);
}
.page {
  padding: 0 2rem;
}
.page--home {
  margin-top: -2.9rem;
}
.page__heading {
  vertical-align: middle;
  padding: 0 0 3rem;
  text-align: center;
}
.page__heading h1 {
  display: inline-block;
  vertical-align: middle;
}
.page__heading svg {
  height: inherit;
}
.page__heading svg path {
  fill: #ab7c36;
}
.page__head-svg {
  display: inline-block;
  display: none;
  vertical-align: middle;
  height: 5rem;
  width: 5rem;
  text-align: center;
  margin-right: 10px;
}
.page__head-svg.-ico-green svg path {
  fill: #004a2c;
}
.page__featured {
  height: 52.2rem;
  height: 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content {
  color: #d7a355;
}
.content__heading {
  color: #004a2c;
  margin-bottom: 50px;
}
.content__heading--center {
  text-align: center;
}
.content__subwrap {
  padding: 3.9rem 3.8rem;
}
.content__subwrap--wider {
  padding: 3.9rem 2.8rem;
}
.content__date {
  padding: .6rem 0;
  font-size: 1.2rem;
}
.content__intro {
  font-weight: 400;
  font-size: 1.2rem;
  padding: 2.6rem 0;
}
.content__img {
  width: 100%;
  height: auto;
}
.content__text {
  color: #464646;
  font-family: 'Roboto', serif;
  font-size: 1.2rem;
}
.content__icon {
  display: block;
  margin: 0rem auto 1rem;
  width: 3.1rem;
  height: 5.7rem;
}
.content__icon svg path {
  fill: #d7a355;
}
.content__nav {
  font-size: 0;
  padding: 3.6rem 0 0.1rem;
}
.content__nav-label {
  display: block;
  font-weight: 700;
  color: #004a2c;
  font-size: 1.2rem;
}
.content__nav-item {
  font-size: 1.2rem;
  text-decoration: underline;
  display: inline-block;
  padding-right: 0.4rem;
  margin-right: 0.4rem;
  border-right: solid 1px #be9b6d;
  color: #ab7c37;
  font-weight: 300;
  letter-spacing: -0.02em;
  cursor: pointer;
}
.content__nav-item:last-child {
  border: none;
}
.content__blocks {
  padding: 2.4rem 0 1rem;
}
.content__line {
  height: 1px;
  background-color: #ecd29b;
  margin-bottom: 2rem;
}
.content__subheading {
  color: #d7a355;
  text-align: center;
  font-size: 2.7rem;
}
.excerpt {
  text-align: center;
  font-size: 1.2rem;
}
.excerpt__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.excerpt__img--contain {
  background-size: contain;
}
.excerpt__post {
  padding-bottom: 0;
}
.excerpt__cont {
  padding: 0.9rem 2.2rem;
  text-align: center;
}
.excerpt__tag {
  padding-bottom: 0.6rem;
}
.excerpt__text {
  padding: 1.7rem 0 0;
  font-family: 'Roboto', serif;
  color: #959595;
}
.excerpt__more {
  margin: 2rem 0;
}
.excerpt__description {
  padding: 2.2rem 0 1.2rem;
  font-family: 'Roboto', serif;
  color: #464646;
}
.excerpt__subtitle {
  font-family: 'Roboto Slab', serif;
  padding: 0.3rem 0;
  position: relative;
}
.excerpt__subtitle:before {
  content: '';
  position: absolute;
  left: 49.5%;
  width: .5rem;
  height: 1px;
  background-color: #959595;
  top: -0.2rem;
}
.excerpt__subtitle:first-child:before {
  background-color: transparent;
}
.hero {
  font-size: 0;
  position: relative;
  height: 20rem;
  white-space: nowrap;
}
.hero__slider {
  max-width: 1344px;
  height: inherit;
  overflow: hidden;
  margin: 0 auto;
}
.hero__slider-wrap {
  height: inherit;
}
.hero__slider-slide {
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  width: 33.33%;
}
.hero__bullets {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.7rem;
}
.subnav {
  font-size: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  text-align: center;
  color: #d7a355;
  padding-bottom: 3rem;
}
.subnav__items {
  list-style-type: none;
  padding: 0;
}
.subnav__item {
  position: relative;
  display: inline-block;
  width: 33.33%;
}
.subnav__img {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  margin: auto;
}
.subnav__text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.4rem;
  display: block;
  font-weight: 400;
}
.subnav__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product {
  position: relative;
  padding-top: 1.6rem;
}
.product__slider {
  height: 7.5rem;
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  z-index: 1;
}
.product__slider-wrap {
  height: inherit;
}
.product__slider-slide {
  display: inline-block;
  height: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 11.11%;
}
.product__arr {
  -webkit-user-select: none;
  -moz-user-select: none;
  z-index: 2;
  position: absolute;
  width: 1.3rem;
  height: 2.7rem;
  top: 3.6rem;
}
.product__arr--prev {
  left: 1.7rem;
}
.product__arr--next {
  right: 1rem;
}
.product__posts {
  padding-top: 3.7rem;
}
.product__info {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: opacity, transform;
  position: absolute;
  opacity: 0;
  z-index: 0;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}
.product__info.is-visible {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.product__info.is-visible-add {
  z-index: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -6rem, 0);
  transform: translate3d(0, -6rem, 0);
}
.product__info.is-visible-add-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product__info.ng-hide {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: opacity, transform;
}
.product__info.ng-hide-remove {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  opacity: 1;
  z-index: 0;
}
.product__info.ng-hide-remove-active {
  opacity: 0;
  -webkit-transform: translate3d(0, -5rem, 0);
  transform: translate3d(0, -5rem, 0);
}
.recipes {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  width: 100%;
}
.recipes__heading {
  white-space: normal;
  color: #ab7c36;
  font-size: 2.4rem;
  padding: 1.3rem 0 2.3rem;
}
.recipes__slider {
  overflow: hidden;
}
.recipes__slider-slide {
  display: inline-block;
  width: 33.33%;
}
.recipes__wrap {
  white-space: normal;
  text-align: center;
  padding-top: 20rem;
  margin-bottom: 1.3rem;
}
.recipes__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 19.1rem;
}
.recipes__cont {
  padding: 0 10px;
}
.recipes__tag-icon {
  width: 2.9rem;
  height: 2.9rem;
}
.recipes__title {
  padding: 0.6rem 0.6rem 2.9rem;
}
.recipes__bullets {
  padding: .7rem;
  white-space: initial;
}
.recipes__bullet:after {
  background-image: url('img/bullet-green.svg');
}
.recipes__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.articles {
  text-align: center;
  margin: 3.2rem auto 0;
}
.articles__article {
  padding-top: 21.8rem;
  position: relative;
  margin-bottom: 1.6rem;
}
.articles__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 19.2rem;
}
.articles__title {
  padding: 0.5rem 0 2.2rem;
}
.articles__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category__description {
  color: #ab7c36;
  font-family: 'Roboto', serif;
}
.category__products {
  padding: 0.8rem 0;
}
.category__product {
  width: 50%;
  text-align: center;
  position: relative;
  padding: 3rem 1rem;
}
.category__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 11.1rem;
  width: 11.1rem;
  margin: 0 auto;
}
.category__title {
  padding-top: 1.4rem;
  color: #d7a355;
  font-weight: 400;
}
.category__label {
  font-size: 1.1rem;
  text-align: center;
}
.category__label--new {
  color: #fff;
  background-color: #004a2c;
}
.category__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.history {
  color: #d7a355;
}
.history__intro {
  text-align: center;
  font-size: 1.5rem;
  padding: 0 1rem;
  margin: -1.5rem 0 3.9rem;
}
.history__cont {
  padding-bottom: 1rem;
}
.history__head {
  width: 3.1rem;
  height: 5.9rem;
  position: relative;
}
.history__milestones {
  background-image: url('img/stem.svg');
  background-position: 0% 0%;
  background-repeat: repeat-y;
  background-size: 11.6%;
  padding-left: 4.3rem;
  margin-top: 0.4rem;
  padding-right: 1.7rem;
  padding-bottom: 8.2rem;
}
.milestone {
  padding-bottom: 1rem;
}
.milestone--last {
  font-weight: 700;
}
.milestone__date {
  color: #004a2c;
  font-weight: 700;
  font-size: 1.2rem;
}
.milestone__text p {
  margin-top: 0;
}
.map__svg svg {
  width: 100%;
  height: auto;
}
.map-country {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
  transition-property: fill;
  will-change: fill;
  cursor: pointer;
  fill: transparent;
}
.map-country:hover {
  fill: rgba(171, 124, 54, 0.7);
}
.pricing__blocks {
  padding-top: 2.8rem;
}
.pricing__block {
  margin-bottom: 3rem;
}
.pricing__block--framed {
  border: solid .2rem #ecd29b;
  padding: 2.1rem 2.6rem 5.5rem;
}
.pricing__label {
  color: #004a2c;
  font-weight: 700;
}
.pricing__row a {
  text-decoration: none;
  color: inherit;
}
.pricing__sublabel {
  float: left;
  width: 50%;
}
.pricing__subval {
  float: left;
  width: 50%;
}
.contacts {
  padding-bottom: 6.5rem;
}
.contacts__heading {
  color: #004a2c;
  font-weight: 700;
  padding: 3.3rem 0 0.5rem;
}
.contacts__block {
  padding: 0.9rem 0;
}
.contacts__map {
  width: 100%;
  height: 26.2rem;
  margin: 2.2rem 0 1.1rem;
}
.contacts__sub-block {
  padding: 1.8rem 0 0;
}
.results__result {
  padding: 2.5rem 0;
  border-bottom: solid 1px #ecd29b;
}
.results__result:last-child {
  padding-bottom: 2rem;
}
.results__title {
  font-weight: bold;
  color: #004a2c;
}
.results__text {
  color: #d7a355;
  font-family: 'Roboto', serif;
  margin-top: 2rem;
}
.results__text span {
  color: #004a2c;
}
.footer {
  margin-top: 1.6rem;
  padding: 3.1rem 1.6rem 2rem 3.9rem;
}
.footer:after {
  bottom: 0;
  border-bottom: none;
}
.footer__title {
  font-size: 2.4rem;
}
.footer__icon {
  display: inline-block;
  width: 3.3rem;
  height: 2.5rem;
  margin: 0.8rem 0;
}
.footer__blocks {
  padding: 1.4rem 0 1.5rem;
}
.footer__block {
  width: 50%;
  float: left;
}
.footer__subtitle {
  max-width: 80%;
}
.footer__items {
  list-style-type: none;
  padding: 0;
  font-weight: 700;
  font-size: .8rem;
}
.footer__item {
  display: block;
  padding-bottom: 0.4rem;
}
.footer__link {
  color: #004a2c;
}
.footer__socials {
  list-style-type: none;
  padding: 0.7rem 0;
  font-size: 0;
}
.footer__social-item {
  display: inline-block;
  border: solid 1px #d7a355;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  margin-right: 0.8rem;
  padding-top: 0.4rem;
}
.footer__social-icon {
  width: .8rem;
  height: .8rem;
  display: inline-block;
}
.footer__copy {
  color: #004a2c;
  font-size: .6rem;
}
.footer__copy a {
  color: inherit;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.is-fixed {
  transition: none;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 4.8rem;
  }
  .subwrap--framed:after {
    top: 2.2rem;
    right: 2rem;
    bottom: 2.2rem;
    left: 2rem;
    border: solid .3rem #ecd29b;
  }
  .page {
    padding-top: 8.3rem;
  }
  .page__heading {
    padding: 2.7rem 2rem 2.9rem;
    text-align: left;
  }
  .page__head-svg {
    display: inline-block;
  }
  .page__featured {
    height: 52.2rem;
    margin-bottom: -10.3rem;
  }
  .content__subwrap {
    padding: 12.1rem 14.4rem 17.8rem;
  }
  .content__date {
    padding: 1.8rem 0;
    font-size: 2.2rem;
  }
  .content__intro {
    font-size: 2.5rem;
  }
  .content__text {
    font-size: 1.8rem;
  }
  .footer {
    margin-top: 3rem;
    padding: 7.1rem 3.6rem 2rem 8.7rem;
  }
  .footer:after {
    border-bottom: none;
    bottom: 0;
  }
  .footer__title {
    font-size: 4.58rem;
    max-width: 58rem;
  }
  .footer__icon {
    margin: 1.7rem 0;
    width: 6.5rem;
    height: 5rem;
  }
  .footer__blocks {
    position: relative;
    padding: 4.9rem 0 0;
  }
  .footer__block {
    width: auto;
    float: none;
  }
  .footer__block--more {
    position: absolute;
    top: -19rem;
    right: 1rem;
    width: 27.2%;
  }
  .footer__subtitle {
    font-size: 3rem;
  }
  .footer__items {
    font-size: 1.6rem;
  }
  .footer__item {
    padding-bottom: 0.7rem;
  }
  .footer__social-item {
    border: solid .2rem #d7a355;
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1.6rem;
    padding-top: 0.8rem;
  }
  .footer__social-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .footer__copy {
    font-size: 1.2rem;
    text-align: right;
    padding: 0 6.6rem;
    position: relative;
    top: -5.2rem;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
.app-container {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.app-container.-default {
  max-width: 1350px;
}
.app-container.-primary {
  max-width: 1200px;
}
@media only screen and (min-width: 992px) {
  .pricing .pricing__sublabel {
    padding-right: 5px;
  }
  .pricing .pricing__blocks {
    padding-top: 60px;
  }
  .pricing .pricing__row {
    font-weight: 400;
  }
  .pricing .pricing__block {
    float: left;
    width: 48%;
    font-size: 2.4rem;
  }
  .pricing .pricing__block:first-child {
    width: 50%;
    margin-right: 2%;
  }
  .pricing .pricing__block--framed {
    border: solid .4rem #ecd29b;
    padding: 50px 40px 120px;
  }
  .pricing .pricing__block--framed .pricing__row {
    line-height: 3rem;
  }
}
.table {
  margin: 0;
  width: 100%;
}
.table.-push-1 {
  margin-bottom: 30px;
}
.table tr.-no-bord-b td {
  border: 0px;
  border-left: solid 1px #ecd29b;
  border-right: solid 1px #ecd29b;
}
@media only screen and (min-width: 768px) {
  .table .table__col {
    border: solid 3px #ecd29b;
    padding: 15px 5px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .table .table__col--label,
  .table .table__col--head {
    font-weight: 700;
  }
  .table tr.-no-bord-b td {
    border: 0px;
    border-left: solid 3px #ecd29b;
    border-right: solid 3px #ecd29b;
  }
}
@media only screen and (min-width: 1200px) {
  .table .table__col {
    font-size: 2.4rem;
    padding: 15px 20px;
  }
  .table .table__col.-pushed {
    padding: 40px 20px;
  }
  .table .table__col[colspan="2"] {
    padding: 30px 20px;
  }
  .table .table__subcol {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 768px) {
  .table__footnotes {
    padding-bottom: 0;
  }
  .table__footnote {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--home .news-list {
    margin-top: -60px;
  }
}
.frame-box {
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .frame-box.-push-bott-1 {
    margin-bottom: 7px;
  }
}
.frame-box.-full {
  background-color: #fffdf6;
  padding: 22px;
}
.frame-box.-full:after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 1.1rem;
  right: 1rem;
  bottom: 1.1rem;
  left: 1rem;
  border: solid .2rem #ecd29b;
}
@media only screen and (min-width: 768px) {
  .frame-box.-full {
    background-color: #fffdf6;
    padding: 50px;
  }
  .frame-box.-full:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: solid 3px #ecd29b;
  }
}
@media only screen and (min-width: 1200px) {
  .frame-box.-full {
    padding: 55px 60px 100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .frame-box.-default {
    background-color: #fffdf6;
    padding: 22px;
  }
  .frame-box.-default:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 1.1rem;
    right: 1rem;
    bottom: 1.1rem;
    left: 1rem;
    border: solid .2rem #ecd29b;
  }
}
@media only screen  and (max-width: 767px) {
  .frame-box.-default-xs-mx {
    background-color: #fffdf6;
    padding: 22px;
  }
  .frame-box.-default-xs-mx:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 1.1rem;
    right: 1rem;
    bottom: 1.1rem;
    left: 1rem;
    border: solid .2rem #ecd29b;
  }
}
@media only screen  and (max-width: 991px) {
  .frame-box.-default-sm-mx {
    background-color: #fffdf6;
    padding: 22px;
  }
  .frame-box.-default-sm-mx:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 1.1rem;
    right: 1rem;
    bottom: 1.1rem;
    left: 1rem;
    border: solid .2rem #ecd29b;
  }
}
@media only screen and (min-width: 768px) {
  .frame-box.-primary {
    background-color: #fffdf6;
    padding: 50px;
  }
  .frame-box.-primary:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: solid 3px #ecd29b;
  }
}
@media only screen and (min-width: 992px) {
  .frame-box.-secondary {
    background-color: #fffdf6;
    padding: 50px;
    padding: 90px;
  }
  .frame-box.-secondary:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: solid 3px #ecd29b;
  }
}
@media only screen and (min-width: 768px) {
  .frame-box.-trenary {
    background-color: #fffdf6;
    padding: 50px;
  }
  .frame-box.-trenary:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: solid 3px #ecd29b;
  }
}
@media only screen and (min-width: 992px) {
  .frame-box.-trenary {
    padding: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .frame-box.-small-md {
    background-color: #fffdf6;
    padding: 50px;
    padding: 60px;
  }
  .frame-box.-small-md:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: solid 3px #ecd29b;
  }
}
.page {
  margin: 0 auto;
  background-image: url('img/texture.png');
  overflow-x: hidden;
}
.page__featured.wrap {
  max-width: 5000px;
}
@media 991px {
  .page {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .page {
    padding-top: 0;
  }
  .page .page--home {
    margin-top: 0;
  }
  .page .page__featured {
    margin-left: -20px;
    margin-right: -20px;
  }
  .page .page__head-svg.-search {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1140px) {
  .page {
    padding-top: 81px;
  }
}
@media only screen and (min-width: 1340px) {
  .page-home .page {
    padding-top: 251px;
  }
}
.hero {
  z-index: 5.;
}
@media only screen  and (max-width: 767px) {
  .hero {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    max-width: 5000px;
    margin-right: -20px;
    margin-left: -20px;
    height: 580px;
  }
  .hero .hero__bullets {
    bottom: 90px;
  }
  .hero .hero__bullet {
    width: 30px;
    height: 30px;
    margin: 0 7px;
  }
  .hero .hero__bullet:after,
  .hero .hero__bullet:before {
    background-size: 30px 30px;
  }
}
.hero__bullet {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .excerpt.-bordered {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: solid 3px #ecd29b;
  }
}
@media only screen and (min-width: 768px) {
  .excerpt.-flip .excerpt__img {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .excerpt.-flip .excerpt__cont {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.excerpt.-pads {
  padding: 50px 22px 22px;
}
@media only screen and (min-width: 768px) {
  .excerpt.-pads {
    padding: 50px 40px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .excerpt.-pads {
    padding: 70px 100px 120px;
  }
}
.excerpt.-default .excerpt__img {
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .excerpt.-default {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .excerpt.-default .excerpt__tag-text {
    font-size: 1.4rem;
  }
  .excerpt.-default .excerpt__tag-icon {
    width: 45px;
    height: 45px;
  }
  .excerpt.-default .excerpt__title {
    font-size: 4rem;
  }
  .excerpt.-default .excerpt__text {
    font-size: 1.6rem;
    padding-top: 30px;
    line-height: 2.2rem;
  }
  .excerpt.-default .excerpt__img {
    height: auto;
    width: 50%;
  }
  .excerpt.-default .excerpt__cont {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .excerpt.-default .excerpt__description {
    font-size: 1.8rem;
  }
  .excerpt.-default .excerpt__more {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .excerpt.-default .excerpt__cont {
    padding-right: 105px;
    padding-left: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .excerpt.-cont .excerpt__tag-text {
    font-size: 1.4rem;
  }
  .excerpt.-cont .excerpt__tag-icon {
    width: 45px;
    height: 45px;
  }
  .excerpt.-cont .excerpt__title {
    font-size: 4rem;
  }
  .excerpt.-cont .excerpt__text {
    font-size: 1.6rem;
    padding-top: 30px;
    line-height: 2.2rem;
  }
  .excerpt.-cont .excerpt__description {
    font-size: 1.8rem;
  }
  .excerpt.-cont .excerpt__more {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .excerpt.-cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .excerpt.-cont .excerpt__img {
    width: 330px;
    height: 519px;
  }
  .excerpt.-cont .excerpt__cont {
    max-width: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .excerpt.-cont {
    padding: 100px 145px 150px 170px;
  }
}
@media only screen and (min-width: 768px) {
  .excerpt.-stacked .excerpt__tag-text {
    font-size: 1.4rem;
  }
  .excerpt.-stacked .excerpt__tag-icon {
    width: 45px;
    height: 45px;
  }
  .excerpt.-stacked .excerpt__title {
    font-size: 4rem;
  }
  .excerpt.-stacked .excerpt__text {
    font-size: 1.6rem;
    padding-top: 30px;
    line-height: 2.2rem;
  }
  .excerpt.-stacked .excerpt__description {
    font-size: 1.8rem;
  }
  .excerpt.-stacked .excerpt__more {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .excerpt.-stacked .excerpt__img {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .excerpt.-stacked .excerpt__cont {
    max-width: 100%;
  }
  .excerpt.-stacked .excerpt__tag-icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .excerpt.-stacked {
    padding: 100px 145px 150px 170px;
  }
}
.excerpt__label {
  text-align: center;
  margin: 20px auto 0;
}
.excerpt__label span {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  background-color: #004a2c;
  font-size: 1.1rem;
  text-align: center;
}
.excerpt__tag-icon svg {
  max-height: 100%;
}
.excerpt__more {
  margin-top: 20px;
}
.excerpt__description p {
  margin: 15px 0;
}
.excerpt__subtitle {
  padding-top: 15px;
}
.recipes__img {
  background-size: cover;
}
.recipes__bullet {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .recipes .recipes__heading {
    font-size: 4.5rem;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recipes .recipes__hold {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recipes .recipes__wrap {
    padding-top: 360px;
    width: 50%;
    margin-bottom: 0;
  }
  .recipes .recipes__wrap:first-child {
    border-right: solid 2px #ede9dc;
  }
  .recipes .recipes__img {
    height: 340px;
  }
  .recipes .recipes__bullets {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .recipes .recipes__tag-icon {
    width: 55px;
    height: 55px;
  }
  .recipes .recipes__tag-text {
    font-size: 1.4rem;
  }
  .recipes .recipes__title {
    font-size: 4rem;
  }
  .recipes .recipes__bullet {
    width: 35px;
    height: 35px;
    margin: 0 7px;
  }
  .recipes .recipes__bullet:before,
  .recipes .recipes__bullet:after {
    background-size: 35px 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .recipes .recipes__cont {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .articles .articles__article {
    margin-bottom: 0;
    width: 50%;
    padding-top: 350px;
  }
  .articles .articles__article:first-child {
    border-right: solid 2px #ede9dc;
  }
  .articles .articles__img {
    height: 340px;
  }
  .articles .articles__title {
    font-size: 4rem;
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .articles .articles__tag-text {
    font-size: 1.4rem;
  }
  .articles .articles__tag-icon {
    width: 50px;
    height: 50px;
    margin: 10px auto 25px;
  }
}
.articles__cont {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .articles__cont {
    padding: 0 110px;
  }
}
.content__heading.-push-1 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .content__heading.-push-1 {
    margin-bottom: 100px;
  }
}
.content__subwrap {
  position: relative;
  padding: 35px 30px 70px;
}
.content__subsection > p {
  font-weight: 400;
}
.content__block.-dummy {
  height: 0px;
  overflow: hidden;
}
.content__cont h1,
.content__cont h2,
.content__cont h3,
.content__cont h4,
.content__cont h5 {
  margin-bottom: 30px;
}
.content__intro p {
  margin: 0;
}
.content__intro p + p {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .content .content__subsection + .content__subsection {
    margin-top: 50px;
  }
  .content .content__intro p + p {
    margin-top: 30px;
  }
  .content .content__subsection > p {
    line-height: 2.4rem;
  }
  .content .content__subwrap {
    padding: 90px 100px 200px;
  }
  .content .content__subwrap.-primary {
    padding: 90px 60px 70px;
  }
  .page__featured + .content .content .content__subwrap {
    margin-top: -9.2rem;
  }
  .content .content__icon {
    margin: 0 0 10px;
    width: 64px;
    height: 111px;
  }
  .content .content__heading {
    text-align: left;
  }
  .page-no-results .content .content__heading {
    text-align: center;
  }
  .page-results .content .content__heading {
    margin-bottom: 30px;
  }
  .content .content__nav {
    padding-top: 50px;
  }
  .content .content__nav-label {
    font-size: 2.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .content .content__nav-item {
    font-size: 2.2rem;
    vertical-align: middle;
    margin-right: 10px;
    padding-right: 10px;
  }
  .content .content__blocks {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .content .content__text {
    line-height: 2.2rem;
  }
  .content .content__block {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
  }
  .content .content__block p {
    margin: 0;
  }
  .content .content__block p + p {
    margin-top: 30px;
  }
  .content .content__block > p {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .content .content__line {
    height: 3px;
    margin-bottom: 70px;
  }
  .content .content__subheading {
    font-size: 6rem;
    margin-bottom: 80px;
  }
  .content .content__subdesc {
    margin-bottom: 30px;
  }
  .content .video-wrap {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .content.-top-narrow .content__icon {
    margin: 0 0 15px 30px;
  }
  .content.-top-narrow .content__heading {
    padding-left: 30px;
  }
  .content.-top-narrow .content__nav {
    padding-top: 60px;
    padding-left: 30px;
  }
  .content.-top-narrow .content__intro {
    padding-left: 30px;
  }
  .page-enc .content .content__img {
    width: 76%;
    display: block;
    margin-left: 93px;
    margin-bottom: 60px;
  }
  .page-enc .content .content__intro {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .content .content__subwrap.-l {
    padding: 130px 115px 190px;
  }
  .page-enc .content .content__subwrap.-l {
    padding: 130px 115px 150px;
  }
  .page-no-results .content .content__subwrap {
    padding: 125px 100px;
  }
  .page-results .content .content__subwrap {
    padding: 120px 100px 200px;
  }
  .page-post .content .content__subwrap {
    padding: 130px 145px 200px;
  }
  .page-prices .content .content__subwrap {
    padding: 130px 80px 80px;
  }
}
.content .scroll-up {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .content .scroll-up {
    bottom: 85px;
  }
}
.scroll-up {
  cursor: pointer;
  padding: 10px;
}
.scroll-up img {
  display: block;
  width: 25px;
}
@media only screen and (min-width: 768px) {
  .scroll-up img {
    width: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .contacts .contacts__heading {
    padding-top: 70px;
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
  .contacts .contacts__m-title {
    font-size: 3rem;
  }
  .contacts .contacts__blocks {
    margin-bottom: 90px;
    font-size: 2.4rem;
  }
  .contacts .contacts__block {
    float: left;
  }
  .contacts .contacts__block:first-child {
    margin-right: 160px;
  }
  .contacts .contacts__sub-block {
    font-size: 3rem;
    margin-top: 25px;
  }
  .contacts .contacts__map {
    height: 600px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .contacts .contacts__heading {
    padding-top: 100px;
    padding-bottom: 35px;
  }
}
.history__milestones {
  background-size: 32px;
}
@media only screen and (min-width: 768px) {
  .history .history__intro {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .history .history__head {
    margin: 0 auto;
    width: 90px;
    height: 173px;
  }
  .history .history__milestones {
    background-position: 50% 140px;
    background-size: 90px;
    padding: 0;
  }
  .history .history__milestones:before,
  .history .history__milestones:after {
    content: " ";
    display: table;
  }
  .history .history__milestones:after {
    clear: both;
  }
  .history .history__milestones:before,
  .history .history__milestones:after {
    content: " ";
    display: table;
  }
  .history .history__milestones:after {
    clear: both;
  }
  .history .history__milestone {
    position: relative;
    width: 49%;
    clear: both;
    margin-bottom: -80px;
  }
  .history .history__milestone:first-child {
    margin-top: 40px;
  }
  .history .history__milestone:nth-child(odd) {
    float: left;
    text-align: right;
  }
  .history .history__milestone:nth-child(even) {
    float: right;
  }
  .history .history__milestone:nth-child(even) {
    padding-left: 50px;
  }
  .history .history__milestone:nth-child(odd) {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .milestone .milestone__date {
    font-size: 4.8rem;
    margin-bottom: 5px;
  }
  .milestone .milestone__text {
    font-size: 2.2rem;
  }
}
.subnav {
  margin: 0 auto;
}
.subnav__items {
  font-size: 0.1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subnav__item {
  padding: 10px;
}
.subnav__item.is-active,
.is-desktop .subnav__item:hover {
  background: rgba(255, 255, 255, 0.5);
}
.subnav__item.is-active .subnav__img,
.is-desktop .subnav__item:hover .subnav__img {
  fill: #0d5336;
}
.subnav__item.is-active .subnav__img.-grains,
.is-desktop .subnav__item:hover .subnav__img.-grains {
  stroke: #0d5336;
  fill: transparent;
}
.subnav__item.is-active .subnav__text,
.is-desktop .subnav__item:hover .subnav__text {
  color: #0d5336;
}
.is-desktop .subnav__item:active,
.is-mobile .subnav__item:active {
  background-color: #004a2c;
}
.is-desktop .subnav__item:active .subnav__img,
.is-mobile .subnav__item:active .subnav__img {
  fill: #fff;
}
.is-desktop .subnav__item:active .subnav__img.-grains,
.is-mobile .subnav__item:active .subnav__img.-grains {
  stroke: #fff;
  fill: transparent;
}
.is-desktop .subnav__item:active .subnav__text,
.is-mobile .subnav__item:active .subnav__text {
  color: #fff;
}
.subnav__img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  position: relative;
  fill: #d7a355;
}
.subnav__img.-grains {
  fill: transparent;
  stroke: #d7a355;
}
.subnav__img svg {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.subnav__box {
  width: 100%;
}
@media only screen and (min-width: 1150px) {
  .subnav .subnav__items {
    padding: 0 25px;
  }
  .subnav .subnav__item {
    width: 14%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .subnav .subnav__img {
    width: 40px;
    height: 40px;
  }
  .subnav .subnav__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1300px) {
}
.product__arr {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .product .product__slider {
    max-width: 600px;
    height: 150px;
  }
  .product .product__arr--prev {
    left: 50px;
    top: 60px;
    width: 25px;
    height: 60px;
  }
  .product .product__arr--next {
    right: 50px;
    top: 60px;
    width: 25px;
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .product .product__slider {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .product .product__arr--prev {
    left: 100px;
  }
  .product .product__arr--next {
    right: 100px;
  }
}
.category__products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.is-desktop .category__product:hover {
  background: rgba(255, 255, 255, 0.5);
}
.is-desktop .category__product:hover .category__title {
  color: #004a2c;
}
.category__description {
  font-weight: 400;
}
.category__label {
  padding: 2px 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.category__image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .category .category__description {
    margin-bottom: 50px;
    max-width: 780px;
    line-height: 2.4rem;
  }
  .category .category__product {
    width: 33.33%;
    padding: 35px 20px 20px;
  }
  .category .category__image {
    width: 110px;
    height: 160px;
  }
}
@media only screen and (min-width: 1300px) {
  .category .category__product {
    width: 20%;
  }
}
.top {
  z-index: 110;
  margin-bottom: 25px;
}
.top.is-huge .top__link-icon {
  height: 56px;
}
.top.is-huge .top__link-icon svg {
  max-height: 100%;
}
.top li {
  list-style-type: none;
}
@media only screen and (max-width: 1139px) {
  .top__menu {
    position: relative;
    margin-top: 83px;
    display: none;
  }
  .top.is-open .top__menu {
    display: block;
  }
}
.top__wave {
  stroke: #d7a355;
}
.top__link-icon {
  height: 40px;
}
.top__link-icon svg {
  max-height: 100%;
}
@media only screen and (max-width: 1139px) {
  .top {
    background-image: url('img/texture.png');
  }
}
@media only screen and (min-width: 1200px) {
  .top {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1139px) {
  .top .top__item,
  .top.is-open .top__item {
    vertical-align: top;
  }
}
@media only screen and (min-width: 1140px) {
  .top,
  .top.is-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 8.3rem;
    padding: 0;
  }
  .top.is-huge,
  .top.is-open.is-huge {
    position: absolute;
    height: 25.1rem;
  }
  .top.is-huge:after,
  .top.is-open.is-huge:after {
    opacity: 0;
  }
  .top.is-huge .top__wrap,
  .top.is-open.is-huge .top__wrap {
    background-image: url('img/desk-arc.svg');
    background-repeat: no-repeat;
    background-position: 50% 25%;
    padding-left: 0rem;
    padding: 14.9rem 0 0 0;
  }
  .top.is-huge .top__logo,
  .top.is-open.is-huge .top__logo {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: -1;
    opacity: 0;
  }
  .top.is-huge .top__menu,
  .top.is-open.is-huge .top__menu {
    padding-left: 3.9rem;
    padding-right: 0;
  }
  .top.is-huge .top__item,
  .top.is-open.is-huge .top__item,
  .top.is-huge .top__item.is-hidden,
  .top.is-open.is-huge .top__item.is-hidden {
    width: auto;
    padding: 0 1.3rem;
    cursor: pointer;
  }
  .top.is-huge .top__item .top__link,
  .top.is-open.is-huge .top__item .top__link,
  .top.is-huge .top__item.is-hidden .top__link,
  .top.is-open.is-huge .top__item.is-hidden .top__link {
    padding: .2rem 0;
    opacity: 1;
  }
  .top.is-huge .top__item .top__link-icon--enciklopedija,
  .top.is-open.is-huge .top__item .top__link-icon--enciklopedija,
  .top.is-huge .top__item.is-hidden .top__link-icon--enciklopedija,
  .top.is-open.is-huge .top__item.is-hidden .top__link-icon--enciklopedija {
    width: 4.9rem;
  }
  .top.is-huge .top__item .top__link-icon--receptai,
  .top.is-open.is-huge .top__item .top__link-icon--receptai,
  .top.is-huge .top__item.is-hidden .top__link-icon--receptai,
  .top.is-open.is-huge .top__item.is-hidden .top__link-icon--receptai {
    width: 6rem;
  }
  .top.is-huge .top__item .top__link-icon--produktai,
  .top.is-open.is-huge .top__item .top__link-icon--produktai,
  .top.is-huge .top__item.is-hidden .top__link-icon--produktai,
  .top.is-open.is-huge .top__item.is-hidden .top__link-icon--produktai {
    width: 5.5rem;
  }
  .top.is-huge .top__item .top__link-icon--ukininkams,
  .top.is-open.is-huge .top__item .top__link-icon--ukininkams,
  .top.is-huge .top__item.is-hidden .top__link-icon--ukininkams,
  .top.is-open.is-huge .top__item.is-hidden .top__link-icon--ukininkams {
    width: 2.9rem;
  }
  .top.is-huge .top__item .top__link-icon--apie,
  .top.is-open.is-huge .top__item .top__link-icon--apie,
  .top.is-huge .top__item.is-hidden .top__link-icon--apie,
  .top.is-open.is-huge .top__item.is-hidden .top__link-icon--apie {
    width: 4.5rem;
  }
  .top.is-huge .top__item .top__link-text,
  .top.is-open.is-huge .top__item .top__link-text,
  .top.is-huge .top__item.is-hidden .top__link-text,
  .top.is-open.is-huge .top__item.is-hidden .top__link-text {
    font-size: 1.4rem;
    padding: 0 1.3rem;
    opacity: 1;
    letter-spacing: 0;
    width: auto;
  }
  .top.is-huge .top__actions,
  .top.is-open.is-huge .top__actions {
    right: 5.7rem;
    bottom: 2.9rem;
  }
  .top.is-huge .top__action,
  .top.is-open.is-huge .top__action {
    margin-left: 1.1rem;
  }
  .top:before,
  .top.is-open:before {
    opacity: 1;
    z-index: -2;
  }
  .top:after,
  .top.is-open:after {
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
    transition-property: opacity;
    will-change: opacity;
    content: '';
    opacity: 1;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .top__wrap,
  .top.is-open__wrap {
    max-width: 134.4rem;
    position: relative;
    padding: 1rem 0 1.2rem 0;
    margin: 0 auto;
  }
  .top__logo,
  .top.is-open__logo {
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(0.11, 0.73, 0.51, 1);
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    will-change: opacity, transform;
    padding-top: 0;
    position: absolute;
    left: 8.9rem;
    bottom: 2.7rem;
  }
  .top__logo-icon,
  .top.is-open__logo-icon {
    width: 11.6rem;
    height: 6.1rem;
  }
  .top__trigger,
  .top.is-open__trigger {
    display: none;
  }
  .top__menu,
  .top.is-open__menu {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    position: static;
    opacity: 1;
    top: auto;
    left: auto;
    right: auto;
    padding: 0 4rem 0 23rem;
  }
  .top__mob-search,
  .top.is-open__mob-search {
    display: none;
  }
  .top__items,
  .top.is-open__items {
    text-align: left;
  }
  .top__item,
  .top.is-open__item,
  .top__item.is-hidden,
  .top.is-open__item.is-hidden,
  .top__item.is-active,
  .top.is-open__item.is-active {
    width: auto;
    padding: .6rem 2rem;
    cursor: pointer;
    min-height: 7rem;
  }
  .top__item .top__link,
  .top.is-open__item .top__link,
  .top__item.is-hidden .top__link,
  .top.is-open__item.is-hidden .top__link,
  .top__item.is-active .top__link,
  .top.is-open__item.is-active .top__link {
    padding: .2rem 0;
    opacity: 1;
  }
  .top__item .top__link-icon,
  .top.is-open__item .top__link-icon,
  .top__item.is-hidden .top__link-icon,
  .top.is-open__item.is-hidden .top__link-icon,
  .top__item.is-active .top__link-icon,
  .top.is-open__item.is-active .top__link-icon {
    opacity: 1;
  }
  .top__item .top__link-icon--enciklopedija,
  .top.is-open__item .top__link-icon--enciklopedija,
  .top__item.is-hidden .top__link-icon--enciklopedija,
  .top.is-open__item.is-hidden .top__link-icon--enciklopedija,
  .top__item.is-active .top__link-icon--enciklopedija,
  .top.is-open__item.is-active .top__link-icon--enciklopedija {
    width: 2.8rem;
  }
  .top__item .top__link-icon--receptai,
  .top.is-open__item .top__link-icon--receptai,
  .top__item.is-hidden .top__link-icon--receptai,
  .top.is-open__item.is-hidden .top__link-icon--receptai,
  .top__item.is-active .top__link-icon--receptai,
  .top.is-open__item.is-active .top__link-icon--receptai {
    width: 3.7rem;
  }
  .top__item .top__link-icon--produktai,
  .top.is-open__item .top__link-icon--produktai,
  .top__item.is-hidden .top__link-icon--produktai,
  .top.is-open__item.is-hidden .top__link-icon--produktai,
  .top__item.is-active .top__link-icon--produktai,
  .top.is-open__item.is-active .top__link-icon--produktai {
    width: 3.2rem;
  }
  .top__item .top__link-icon--ukininkams,
  .top.is-open__item .top__link-icon--ukininkams,
  .top__item.is-hidden .top__link-icon--ukininkams,
  .top.is-open__item.is-hidden .top__link-icon--ukininkams,
  .top__item.is-active .top__link-icon--ukininkams,
  .top.is-open__item.is-active .top__link-icon--ukininkams {
    width: 2rem;
  }
  .top__item .top__link-icon--apie,
  .top.is-open__item .top__link-icon--apie,
  .top__item.is-hidden .top__link-icon--apie,
  .top.is-open__item.is-hidden .top__link-icon--apie,
  .top__item.is-active .top__link-icon--apie,
  .top.is-open__item.is-active .top__link-icon--apie {
    width: 3rem;
  }
  .is-desktop .top__item:hover .top__link-text,
  .is-desktop .top.is-open__item:hover .top__link-text,
  .is-desktop .top__item.is-hidden:hover .top__link-text,
  .is-desktop .top.is-open__item.is-hidden:hover .top__link-text,
  .is-desktop .top__item.is-active:hover .top__link-text,
  .is-desktop .top.is-open__item.is-active:hover .top__link-text,
  .is-mobile .top__item.is-active .top__link-text,
  .is-mobile .top.is-open__item.is-active .top__link-text,
  .is-mobile .top__item.is-hidden.is-active .top__link-text,
  .is-mobile .top.is-open__item.is-hidden.is-active .top__link-text,
  .is-mobile .top__item.is-active.is-active .top__link-text,
  .is-mobile .top.is-open__item.is-active.is-active .top__link-text {
    color: #004a2c;
    font-size: 1.4rem;
    padding: 0 1.3rem;
    opacity: 1;
    letter-spacing: 0;
    width: auto;
  }
  .is-desktop .top__item:hover .top__link-icon svg path,
  .is-desktop .top.is-open__item:hover .top__link-icon svg path,
  .is-desktop .top__item.is-hidden:hover .top__link-icon svg path,
  .is-desktop .top.is-open__item.is-hidden:hover .top__link-icon svg path,
  .is-desktop .top__item.is-active:hover .top__link-icon svg path,
  .is-desktop .top.is-open__item.is-active:hover .top__link-icon svg path,
  .is-mobile .top__item.is-active .top__link-icon svg path,
  .is-mobile .top.is-open__item.is-active .top__link-icon svg path,
  .is-mobile .top__item.is-hidden.is-active .top__link-icon svg path,
  .is-mobile .top.is-open__item.is-hidden.is-active .top__link-icon svg path,
  .is-mobile .top__item.is-active.is-active .top__link-icon svg path,
  .is-mobile .top.is-open__item.is-active.is-active .top__link-icon svg path {
    fill: #004a2c;
  }
  .is-desktop .top__item:hover .top__submenu,
  .is-desktop .top.is-open__item:hover .top__submenu,
  .is-desktop .top__item.is-hidden:hover .top__submenu,
  .is-desktop .top.is-open__item.is-hidden:hover .top__submenu,
  .is-desktop .top__item.is-active:hover .top__submenu,
  .is-desktop .top.is-open__item.is-active:hover .top__submenu,
  .is-mobile .top__item.is-active .top__submenu,
  .is-mobile .top.is-open__item.is-active .top__submenu,
  .is-mobile .top__item.is-hidden.is-active .top__submenu,
  .is-mobile .top.is-open__item.is-hidden.is-active .top__submenu,
  .is-mobile .top__item.is-active.is-active .top__submenu,
  .is-mobile .top.is-open__item.is-active.is-active .top__submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: opacity 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), width 0.3s, height 0.3s, -webkit-transform 0.3s cubic-bezier(0.11, 0.73, 0.51, 1);
    transition: opacity 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), transform 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), width 0.3s, height 0.3s;
    transition: opacity 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), transform 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), width 0.3s, height 0.3s, -webkit-transform 0.3s cubic-bezier(0.11, 0.73, 0.51, 1);
    opacity: 1;
    width: auto;
    height: auto;
  }
  .top__link,
  .top.is-open__link {
    padding: 0;
    opacity: 1;
    vertical-align: middle;
  }
  .top__link-icon,
  .top.is-open__link-icon {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
  }
  .top__link-text,
  .top.is-open__link-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 1.4rem;
    opacity: 0;
    letter-spacing: -0.5em;
    width: 0;
    overflow: hidden;
    max-width: 11rem;
    text-align: left;
  }
  .top__submenu,
  .top.is-open__submenu {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    width: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), width 0s 0.3s, height 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.11, 0.73, 0.51, 1);
    transition: opacity 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), transform 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), transform 0.3s cubic-bezier(0.11, 0.73, 0.51, 1), width 0s 0.3s, height 0s 0.3s, -webkit-transform 0.3s cubic-bezier(0.11, 0.73, 0.51, 1);
    will-change: opacity, padding, transform;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    position: absolute;
    left: 0;
    right: 0;
    top: 7.3rem;
    list-style-type: none;
    margin: 0;
    background-image: url('img/texture.png');
    opacity: 0;
    text-align: center;
  }
  .top__subitem,
  .top.is-open__subitem {
    display: inline-block;
    position: relative;
  }
  .top__subitem:after,
  .top.is-open__subitem:after {
    content: '';
    position: absolute;
    right: 0;
    top: 3rem;
    bottom: 3rem;
    width: .2rem;
    background-color: #bb9867;
  }
  .top__subitem:last-child:after,
  .top.is-open__subitem:last-child:after {
    display: none;
  }
  .top__sublink,
  .top.is-open__sublink {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 400;
    color: #004a2c;
    padding: 2.9rem 2.5rem;
  }
  .top__item:nth-child(4),
  .top.is-open__item:nth-child(4) {
    padding-bottom: 16px;
  }
  .top__actions,
  .top.is-open__actions {
    top: auto;
    bottom: 3.9rem;
    right: 7.2rem;
  }
  .top__action,
  .top.is-open__action {
    margin-right: 0;
    margin-left: 2.2rem;
  }
  .top__action--search,
  .top.is-open__action--search {
    position: relative;
    width: 14rem;
    border-radius: 1.8rem;
  }
  .top__action--search.is-active,
  .top.is-open__action--search.is-active {
    width: 240px;
  }
  .top__action--search input,
  .top.is-open__action--search input {
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
  }
  .top__action-icon--search,
  .top.is-open__action-icon--search {
    position: absolute;
    top: .7rem;
    right: 1rem;
  }
  .top__icon-search,
  .top.is-open__icon-search {
    display: block;
  }
  .top__icon-search ::-webkit-input-placeholder,
  .top.is-open__icon-search ::-webkit-input-placeholder {
    font-family: 'Roboto Slab', serif;
    color: #d7a355;
  }
  .top__icon-search ::-moz-placeholder,
  .top.is-open__icon-search ::-moz-placeholder {
    font-family: 'Roboto Slab', serif;
    color: #d7a355;
  }
  .top__icon-search :-ms-input-placeholder,
  .top.is-open__icon-search :-ms-input-placeholder {
    font-family: 'Roboto Slab', serif;
    color: #d7a355;
  }
  .top__icon-search :-moz-placeholder,
  .top.is-open__icon-search :-moz-placeholder {
    font-family: 'Roboto Slab', serif;
    color: #d7a355;
  }
  .top__icon-search-input,
  .top.is-open__icon-search-input {
    font-size: 1.5rem;
    height: 18px;
  }
  .top__wave,
  .top.is-open__wave {
    display: none;
  }
}
@media only screen and (min-width: 1340px) {
  .top .top__item,
  .top.is-open .top__item {
    padding: .6rem 3rem;
  }
  .top .top__item:nth-child(4),
  .top.is-open .top__item:nth-child(4) {
    padding-bottom: 16px;
  }
  .top .top__action--search,
  .top.is-open .top__action--search {
    width: 240px;
  }
}
.load-more {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.load-more.is-loading {
  height: 50px;
  background: url(img/loader.gif) 50% no-repeat;
}
@media only screen  and (max-width: 767px) {
  .page-recipes .frame-box + .frame-box {
    margin-top: 15px;
  }
}
.is-desktop .top__action:hover {
  border: solid 2px #1f5f44;
  color: #1f5f44;
}
.is-desktop .top__action:hover .top__action-icon {
  fill: #1f5f44;
}
.is-desktop .top__action--search:hover {
  border: solid 2px #d7a355;
  color: #d7a355;
}
.top__action-icon {
  fill: #d7a355;
}
.footer__social-icon {
  fill: #d7a355;
}
.is-desktop .footer__social-item:hover {
  border: solid 2px #1f5f44;
  color: #1f5f44;
}
.is-desktop .footer__social-item:hover .footer__social-icon {
  fill: #1f5f44;
}
.recipe__more-photos {
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 10px;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .recipe__more-photos {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .recipe__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}
.recipe__main-img {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center center;
}
.recipe__main-img:hover .recipe__more-photos {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .recipe__main-img {
    width: 50%;
    padding-bottom: 50%;
    height: 0;
  }
}
.recipe__desc {
  padding: 40px 20px 25px;
}
@media only screen and (min-width: 768px) {
  .recipe__desc {
    width: 50%;
    padding: 30px 20px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .recipe__desc {
    padding: 0 30px 0 60px;
  }
}
.recipe__desc-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #004a2c;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .recipe__desc-title {
    font-size: 5rem;
    margin-bottom: 30px;
  }
}
.recipe__desc-text {
  color: #d7a355;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .recipe__desc-text {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .recipe__desc-text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.recipe__days {
  border-top: solid 1px #ecd29b;
  margin-bottom: 15px;
  margin: 0 20px 20px;
}
@media only screen and (min-width: 768px) {
  .recipe__days {
    margin: 0 0 20px;
    padding-top: 50px;
    border-bottom: solid 1px #ecd29b;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.recipe__day {
  text-align: center;
  padding: 15px;
}
@media only screen  and (max-width: 991px) {
  .recipe__day {
    border-bottom: solid 1px #ecd29b;
  }
}
@media only screen and (min-width: 768px) {
  .recipe__day {
    width: 50%;
    padding-bottom: 50px;
  }
}
.recipe__day-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 15px;
  color: #d7a355;
}
@media only screen and (min-width: 768px) {
  .recipe__day-title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.recipe__day-desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #004a2c;
  font-size: 1rem;
  line-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .recipe__day-desc {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.recipe__making {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .recipe__making {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
.recipe__making i {
  display: block;
  width: 35px;
  height: 31px;
  fill: #d7a355;
}
.recipe__making i svg {
  display: block;
}
@media only screen  and (max-width: 767px) {
  .recipe__making i {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recipe__making i {
    width: 70px;
    height: 60px;
  }
}
.recipe__making span {
  font-size: 2.7rem;
  color: #004a2c;
}
@media only screen and (min-width: 768px) {
  .recipe__making span {
    margin-left: 15px;
    font-size: 3rem;
  }
}
.recipe__make-row {
  text-align: center;
  margin-bottom: 10px;
}
.recipe__make-row.-push {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .recipe__make-row.-push {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .recipe__make-row {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .recipe__make-row {
    padding: 0 30px;
  }
}
.recipe__make-row-title {
  font-weight: 400;
  font-size: 1.2rem;
  color: #d7a355;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .recipe__make-row-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
.recipe__make-row-desc {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #004a2c;
}
@media only screen and (min-width: 768px) {
  .recipe__make-row-desc {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.recipe__make-row-desc p + p {
  margin-top: 15px;
}
.recipe__title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #d7a355;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .recipe__title {
    font-size: 2.4rem;
  }
}
.recipe__products-slider {
  position: relative;
  margin-bottom: 20px;
}
.recipe__products-slider .product__arr--prev {
  left: 0px;
}
@media only screen and (min-width: 1200px) {
  .recipe__products-slider .product__arr--prev {
    left: 50px;
  }
}
.recipe__products-slider .product__arr--next {
  right: 0px;
}
@media only screen and (min-width: 1200px) {
  .recipe__products-slider .product__arr--next {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .recipe__products-slider .product__slider {
    max-width: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .recipe__products-slider .product__slider {
    max-width: 640px;
  }
}
.recipe .video-wrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .recipe .video-wrap {
    margin: 0 30px 60px;
  }
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.checkbox {
  display: inline-block;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ .checkbox__fake:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  position: absolute;
  border-radius: 100%;
  left: 5px;
  background-color: #fff;
}
.checkbox > * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  user-select: none;
  touch-action: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox__fake {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #d7a355;
  position: relative;
}
.checkbox__text {
  font-size: 1.2rem;
  color: #004a2cl;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .checkbox__text {
    font-size: 1.6rem;
  }
}
.comments.-pad .frame-box {
  padding: 50px 30px;
}
@media only screen and (min-width: 768px) {
  .comments.-pad .frame-box {
    padding: 50px 60px 90px;
  }
}
.comments__title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #004a2c;
}
@media only screen and (min-width: 768px) {
  .comments__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 500px) {
  .comments__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .comments__controls {
    margin-bottom: 20px;
  }
}
.comments__l > * {
  display: block;
}
@media only screen and (min-width: 768px) {
  .comments__l > * {
    display: inline-block;
    vertical-align: middle;
  }
}
.comments__l .checkbox {
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .comments__l .checkbox {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .comments__l .checkbox {
    margin-top: 0;
    margin-left: 15px;
  }
}
.comments__name {
  width: 150px;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  border: solid 2px #ecd29b;
  font-size: 12px;
  font-weight: 400;
  color: #d7a355;
}
@media only screen  and (max-width: 767px) {
  .comments__name:first-child {
    margin-bottom: 20px;
  }
}
.comments__name::-webkit-input-placeholder {
  opacity: 1;
  color: #d7a355;
}
.comments__name:-moz-placeholder {
  opacity: 1;
  color: #d7a355;
}
.comments__name::-moz-placeholder {
  opacity: 1;
  color: #d7a355;
}
.comments__name:-ms-input-placeholder {
  opacity: 1;
  color: #d7a355;
}
@media only screen  and (max-width: 767px) {
  .comments__name {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .comments__name {
    height: 49px;
    line-height: 49px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .comments__name {
    width: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .comments__r {
    margin-bottom: 20px;
  }
}
.comments__comment {
  padding-top: 15px;
  border-top: solid 2px #ecd29b;
}
.comments__comment:before,
.comments__comment:after {
  content: " ";
  display: table;
}
.comments__comment:after {
  clear: both;
}
.comments__comment:before,
.comments__comment:after {
  content: " ";
  display: table;
}
.comments__comment:after {
  clear: both;
}
.comments__comment.-last {
  border-bottom: solid 2px #ecd29b;
}
@media only screen and (min-width: 768px) {
  .comments__comment {
    padding-top: 25px;
  }
}
.comments__comment > .comments__comment {
  margin-left: 20px;
}
.comments__comment > .comments__comment:first-child {
  margin-left: 0;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .comments__comment > .comments__comment {
    margin-left: 50px;
  }
  .comments__comment > .comments__comment:first-child {
    margin-left: 0;
    padding-left: 50px;
  }
}
.comments__top {
  font-size: 1.2rem;
  color: #d7a355;
  margin-bottom: 10px;
}
.comments__top > span {
  padding-right: 5px;
  margin-right: 5px;
  border-right: solid 2px #e7c795;
}
@media only screen and (min-width: 768px) {
  .comments__top {
    font-size: 1.6rem;
  }
}
.comments__text {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #004a2c;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .comments__text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.comments__actions {
  margin-bottom: 10px;
  text-align: right;
  font-size: 0.1px;
}
@media only screen and (min-width: 768px) {
  .comments__actions {
    margin-bottom: 20px;
  }
}
.comments__actions-item + .comments__actions-item {
  padding-left: 5px;
  margin-left: 5px;
  border-left: solid 1px #e7c795;
}
@media only screen and (min-width: 768px) {
  .comments__actions-item + .comments__actions-item {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.comments__actions-item {
  display: inline-block;
}
.comments__actions-item > * {
  display: inline-block;
  vertical-align: middle;
}
.comments__actions-item span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #054e30;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .comments__actions-item span {
    font-size: 1.8rem;
  }
}
.comments__actions-item svg {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 768px) {
  .comments__actions-item svg {
    width: 25px;
    height: 25px;
  }
}
.comments__resp {
  font-size: 1.4rem;
  font-weight: 700;
  color: #d7a355;
}
@media only screen and (min-width: 768px) {
  .comments__resp {
    font-size: 1.8rem;
  }
}
.comments textarea {
  padding: 15px;
  color: #d7a355;
  width: 100%;
  height: 150px;
  border: solid 2px #ecd29b;
  margin-bottom: 10px;
  font-weight: 400;
  resize: none;
  font-size: 1.2rem;
}
.comments textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #d7a355;
}
.comments textarea:-moz-placeholder {
  opacity: 1;
  color: #d7a355;
}
.comments textarea::-moz-placeholder {
  opacity: 1;
  color: #d7a355;
}
.comments textarea:-ms-input-placeholder {
  opacity: 1;
  color: #d7a355;
}
@media only screen and (min-width: 768px) {
  .comments textarea {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.page-recipe .recipe {
  margin-bottom: 20px;
}
.wave__img {
  height: 21px;
  padding: 0 20px;
}
.wave__img svg {
  stroke: #ecd29b;
}
@media only screen and (min-width: 768px) {
  .results .results__result {
    padding: 30px 0;
  }
  .results .results__title {
    font-size: 2.4rem;
  }
  .results .results__text {
    font-style: 400;
    font-size: 2.4rem;
    margin-top: 30px;
  }
}
.page-services .content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-services .content h4 {
    font-size: 2.4rem;
  }
  .page-services .content p {
    font-weight: 400;
    font-size: 2.4rem;
  }
}
.menu2 {
  padding: 0 50px;
  margin-top: 30px;
}
@media only screen and (min-width: 1140px) {
  .menu2 {
    display: none !important;
  }
}
.menu2__top {
  margin-bottom: 40px;
}
.menu2__top i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 7px;
}
.menu2__top i path {
  fill: #154733;
}
.menu2__top i svg {
  max-height: 100%;
}
.menu2__top span {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  color: #154733;
}
.menu2 a {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  color: #d7a355;
  margin-bottom: 20px;
}
.open-lb-gallery {
  cursor: pointer;
}
.lg-toolbar {
  background: transparent;
}
.lg-toolbar .lg-close {
  color: #fff;
}
.lg-backdrop {
  background: rgba(0, 0, 0, 0.25);
}
#lg-counter {
  color: #fff;
}
.lg-outer .lg-img-wrap {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
}
.lg-outer .lg-img-wrap:hover .lg-cap {
  opacity: 1;
}
.lg-cap {
  opacity: 0;
  transition: 0.3s;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.table-holder {
  overflow-x: auto;
}
.table-default {
  width: 100%;
  min-width: 500px;
}
.table-default td {
  font-size: 1.4rem;
  padding: 7px 10px;
  border: solid 1px #ecd29b;
}
@media only screen and (min-width: 768px) {
  .table-default td {
    border: solid 3px #ecd29b;
    font-size: 2.4rem;
    padding: 15px 10px;
  }
}
.table-default tr:first-child td {
  color: #004a2c;
}
.prod-cont-sep {
  clear: both;
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: solid 1px #ecd29b;
  text-align: center;
  padding-top: 20px;
}
.prod-cont-sep > * {
  display: inline-block;
  vertical-align: middle;
}
.prod-cont-sep i {
  width: 30px;
  height: 30px;
  margin: 10px 0;
}
.prod-cont-sep i svg {
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .prod-cont-sep i {
    width: 45px;
    height: 45px;
  }
}
.prod-cont-sep span {
  color: #004a2c;
  font-size: 2rem;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .prod-cont-sep span {
    font-size: 3rem;
  }
}
.prod-cont-text {
  font-size: 1.2rem;
  color: #464646;
}
@media only screen and (min-width: 768px) {
  .prod-cont-text {
    font-size: 1.8rem;
  }
}
.table--small td{
 font-size: 1.9rem !important;
}
@media screen and (max-width: 768px) {
 .table--small td{
  font-size: 1rem !important;
 }
}

@media screen and (max-width: 768px) {
.top__action{
position: relative;
}
 #lang_change .lang_change_content {
	position: absolute;
	transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	transition: all .25s;
	top: 24px;
	left: -5px;
	box-sizing: content-box;
	padding-top: 20px;
}
#lang_change .lang_change_content .option {
    vertical-align: middle;
    width: 3.5rem;
    border-radius: 50%;
    border: solid .2rem #d7a355;
    text-align: center;
    display: inline-block;
    margin: 0 0.3rem;
    padding: 0.7rem 0;
    font-size: 1.7rem;
    font-family: 'Roboto', serif;
    font-weight: 700;
    line-height: 1;
    color: #d7a355;
    transition: all .25s;
    cursor: pointer;
    margin-bottom: 10px;
}
#lang_change.active .lang_change_content {
	transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	pointer-events: all;
	opacity: 1;
}
}