@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto+Condensed:wght@300;400;700&display=swap);@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

a:link {
  color: black;
  text-decoration: none; }

a:visited {
  color: black;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

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

blockquote, q {
  quotes: "" ""; }

sub, sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: 'Roboto Condensed', sans-serif; }

body {
  padding: 150px 0 0;
  position: relative; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif; }

h1 {
  font-size: 4rem;
  line-height: 4.5rem; }

h2 {
  font-size: 3.5rem;
  line-height: 4rem; }

h3 {
  font-size: 3rem;
  line-height: 3.5rem; }

h4 {
  font-size: 2.5rem;
  line-height: 3rem; }

h5 {
  font-size: 2rem;
  line-height: 2.5rem; }

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300; }

img {
  padding: 0;
  max-width: 100%; }

.container {
  max-width: 1440px;
  margin: 0 auto; }
  .container--s {
    max-width: 1110px;
    margin: 0 auto; }

.hov {
  transition: opacity .3s ease-out; }
  .hov:hover {
    opacity: .85; }
  .hov--05 {
    transition: opacity .3s ease-out; }
    .hov--05:hover {
      opacity: .5; }

.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-out; }
  .overlay.open {
    opacity: 1;
    pointer-events: all; }

.btn {
  padding: 1.2rem 2rem;
  display: table;
  font-size: 1.6rem;
  background: #087634;
  border-radius: .7rem;
  transition: background-color .3s ease-out; }
  .btn:link, .btn:visited {
    color: #ffffff; }
  .btn:hover {
    background: #049137; }

.check-link {
  padding: 0 1.4rem 0 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #087634;
  display: inline-block;
  position: relative; }
  .check-link:before {
    content: url(../img/icon-dropdown-arrow.svg);
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
    transition: transform .3s ease-out; }
  .check-link:link, .check-link:visited {
    color: #087634; }
  .check-link:hover:before {
    transform: rotate(90deg); }
  .check-link--white {
    color: #ffffff; }
    .check-link--white:before {
      content: url(../img/icon-dropdown-arrow-white.svg); }
    .check-link--white:link, .check-link--white:visited {
      color: #ffffff; }

.section-separator {
  padding: 35px 0; }

.flex-col {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: start; }
  .flex-col .col-6:first-of-type {
    padding-right: 2em; }
  .flex-col .col-6:last-of-type {
    padding-left: 2em; }
    .flex-col .col-6:last-of-type p {
      line-height: 3rem; }

.col-6 {
  width: 50%; }

@media (max-width: 767px) {
  .col-6 {
    width: 100%; }
  .flex-col .col-6:first-of-type {
    padding-right: 0; }
  .flex-col .col-6:last-of-type {
    padding-left: 0; }
  html {
    font-size: 55%; }
  body {
    padding: 125px 0 0; }
  .section-separator {
    padding: 15px 0; } }

.header {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .header h1 {
    font-size: 4.5rem;
    line-height: 5.5rem;
    max-width: 445px; }
    .header h1.xl-size {
      font-size: 5.5rem;
      line-height: 6.5rem; }
    .header h1.center {
      max-width: none;
      text-align: center; }
  .header p {
    max-width: 445px;
    margin: 2rem 0 0; }
  .header__wrapp {
    height: 412px;
    display: flex;
    align-items: center; }
  .header__content {
    width: 100%;
    padding: 20px 0; }
  .header--col-white {
    color: #ffffff; }

@media (max-width: 1023px) {
  .header {
    padding: 0 15px;
    background-repeat: no-repeat;
    background-size: cover; }
    .header__wrapp {
      height: 312px;
      display: flex;
      align-items: center; }
    .header__content {
      width: 100%;
      padding: 20px 0; } }

/*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #fff;
  margin: 0;
  overflow: visible; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #087634; }

.hamburger-box {
  width: 22px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 4px;
  background-color: #087634;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::after {
  bottom: -8px; }

/*
       * Squeeze
       */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #087634;
  height: 2px; }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  background-color: #087634;
  height: 2px; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #087634;
  height: 2px; }

.menu {
  width: 100%;
  padding: 0 15px 2.7rem;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .menu__wrapp {
    display: flex;
    justify-content: space-between; }
  .menu__items-wrapp {
    display: flex;
    justify-content: space-between; }
  .menu__list {
    margin: 2rem 0 0 2rem;
    display: flex;
    align-items: center; }
  .menu__link, .level2 {
    margin: 0 3.5rem 0 0;
    padding: 1rem 1.4rem 1rem 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    display: block;
    position: relative;
    transition: color .3s ease-out; }
    .menu__link:hover {
      color: #087634;
      /* &::before {
                transform: rotate(-90deg);
            } */ }
    .menu__link.active:link, .menu__link.active:visited {
      color: #087634; }
    .menu__link.active::after {
      content: '';
      width: 100%;
      height: 2px;
      background: #A7C195;
      position: absolute;
      left: 0;
      bottom: 0; }
  .menu__icons {
    margin: 2rem 0 0;
    display: flex;
    align-items: center; }
  .menu__icon {
    margin: 0 0 0 2rem;
    display: block; }
    .menu__icon path {
      transition: fill .2s ease-out; }
    .menu__icon:hover path {
      fill: #087634; }
  .menu__burger {
    border: none;
    display: none;
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 120; }
  .menu__item.use-dropdown {
    position: relative; }
    .menu__item.use-dropdown .menu__link:not(.level2)::before {
      content: '';
      width: 10px;
      height: 5px;
      background: url("../img/icon-dropdown-arrow.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      right: 0;
      top: 1.9rem;
      transition: transform .3s ease-out; }
    @media (min-width: 1024px) {
      .menu__item.use-dropdown:hover .dropdown {
        pointer-events: all;
        opacity: 1; }
      .menu__item.use-dropdown:hover .menu__link::before {
        transform: rotate(-180deg); } }

.dropdown {
  width: 225px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #BDD0AF;
  display: flex;
  position: absolute;
  left: -30px;
  opacity: 0;
  transition: opacity .15s ease-out;
  pointer-events: none; }
  .dropdown.xl {
    width: 450px; }
    .dropdown.xl .dropdown__list {
      width: 50%; }
    .dropdown.xl .dropdown__img-wrapp {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .dropdown.xl .dropdown__img-wrapp img {
        display: block;
        max-width: 100%;
        max-height: 185px; }
  .dropdown__list {
    width: 100%; }
  .dropdown__link {
    padding: 4px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block; }
    .dropdown__link:hover, .dropdown__link.active {
      color: #087634; }
      .dropdown__link:hover:link, .dropdown__link:hover:visited, .dropdown__link.active:link, .dropdown__link.active:visited {
        color: #087634; }
  .dropdown__img-wrapp {
    display: none; }

.languages {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  justify-content: flex-end; }
  .languages__wrapp {
    padding: 1.8rem 0;
    display: flex;
    align-items: center;
    position: relative; }
    .languages__wrapp::before {
      content: '';
      width: 100vw;
      height: 1px;
      background: #A7C195;
      position: absolute;
      left: 0;
      bottom: 0; }
  .languages__links {
    display: flex;
    align-items: center; }
  .languages__link {
    margin: 0 2rem 0 0;
    display: flex;
    align-items: center; }
    .languages__link img {
      margin: 0 1rem 0 0; }
  .languages__separator {
    margin: 0 5px;
    font-size: 140%;
    line-height: 0;
    display: inline-block; }
  .languages__switch {
    opacity: .4; }
    .languages__switch.active {
      opacity: 1; }

@media (max-width: 1023px) {
  .menu {
    overflow: visible; }
    .menu__items-wrapp {
      width: 320px;
      max-height: calc(100vh - 150px);
      padding: 10px 30px 30px;
      background: #ffffff;
      flex-direction: column;
      align-items: flex-start;
      position: absolute;
      top: 150px;
      right: 0;
      z-index: 110;
      overflow-y: auto;
      transform: translateX(100%);
      transition: transform .3s ease-out; }
      .menu__items-wrapp.open {
        transform: translateX(0); }
    .menu__list {
      width: 100%;
      margin: 0;
      flex-direction: column;
      align-items: flex-start; }
      .menu__list li {
        width: 100%; }
    .menu__item.mob-open .menu__link::before {
      transform: rotate(-180deg); }
    .menu__link {
      width: auto;
      margin: 5px 0 0;
      padding: 0.5rem 1.4rem 0.5rem 0;
      display: inline-block;
      position: static; }
      .menu__link::before {
        transform: rotate(0); }
      .menu__link.active:link, .menu__link.active:visited {
        color: #087634; }
      .menu__link.active::after {
        display: none; }
    .menu__icons {
      margin: 3rem 0 0; }
    .menu__icon {
      margin: 0 25px 0 0; }
    .menu__burger {
      display: block; }
    .menu__item.mob-open .menu__link::before {
      transform: rotate(-180deg); }
    .menu__item.mob-open .dropdown {
      display: block; }
    .menu__item.use-dropdown .menu__link:not(.level2)::before {
      content: '';
      pointer-events: none; }
  .dropdown {
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    border: none;
    display: none;
    position: static;
    pointer-events: all;
    opacity: 1; }
    .dropdown.xl {
      width: 100%; }
      .dropdown.xl .dropdown__list {
        width: 100%; }
      .dropdown.xl .dropdown__img-wrapp {
        display: none; }
    .dropdown__list {
      width: 100%; }
  .languages {
    overflow: hidden; } }

@media (max-width: 767px) {
  .menu {
    padding: 0 15px 0.8rem; }
    .menu__items-wrapp {
      height: calc(100vh - 125px);
      top: 125px; }
  .languages {
    justify-content: flex-start; }
    .languages__wrapp::before {
      bottom: 8px; } }

.slider {
  position: relative; }
  .slider__markers {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
  .slider__marker {
    width: 10px;
    height: 10px;
    margin: 0 12px 0 0;
    background: #ffffff;
    border-radius: 5px;
    transition: width .3s ease-out;
    cursor: pointer; }
    .slider__marker.active {
      width: 75px; }

.slide {
  padding: 0 15px;
  background-repeat: no-repeat;
  background-size: cover; }
  .slide__wrapp {
    height: 650px;
    display: flex;
    align-items: center; }
  .slide__content {
    width: 100%; }
    .slide__content h1 {
      max-width: 440px;
      font-size: 4.5rem;
      line-height: 5.5rem; }
    .slide__content p {
      margin: 15px 0 0;
      max-width: 440px; }
  .slide__btn {
    margin: 20px 0 0; }

@media (max-width: 767px) {
  .slider__markers {
    bottom: 10px; }
  .slide__wrapp {
    height: 440px; }
  .slide__content h1 {
    font-size: 3.2rem;
    line-height: 3.6rem; } }

.breadcrumbs {
  padding: 0 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  position: relative;
  z-index: 50;
  overflow: hidden; }
  .breadcrumbs__wrapp {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .breadcrumbs__wrapp::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #A7C195;
      position: absolute;
      left: -100%;
      top: 0;
      transform: translateX(90px); }
  .breadcrumbs__link {
    padding: 0 22px 0 0;
    display: inline-block;
    position: relative;
    transition: color .2s ease-out; }
    .breadcrumbs__link::after {
      content: '';
      width: 7.5px;
      height: 1px;
      background: #A7C195;
      position: absolute;
      right: 7.5px;
      top: 50%;
      transform: translateY(-50%); }
    .breadcrumbs__link:hover {
      color: #087634; }
  .breadcrumbs__last {
    opacity: 0.5; }

.teasers-xl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.bio__ {
  color: #fff; }
  .bio__ .baner-partnership__link:before {
    content: url(../img/icon-dropdown-arrow-white.svg); }

.teaser-xl {
  width: 48.5%;
  margin: 0 0 50px; }
  .teaser-xl__img-wrapp {
    padding: 0 0 76%;
    position: relative;
    display: flex;
    justify-content: flex-end; }
  .teaser-xl__img {
    max-width: 705px;
    position: absolute;
    transition: transform .55s ease-out; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .teaser-xl__img {
        right: 0; } }
    .teaser-xl__img:hover {
      transform: scale(1.04); }
  .teaser-xl__pack {
    max-width: 355px;
    position: absolute;
    right: -2%;
    bottom: -10%;
    z-index: 0;
    pointer-events: none; }
    .teaser-xl__pack.bio {
      max-height: 350px;
      bottom: -20%; }
  .teaser-xl__content {
    max-width: 350px;
    margin: 40px 0 0;
    position: relative;
    z-index: 10; }
    .teaser-xl__content p {
      min-height: 10rem;
      margin: 15px 0 0; }
    .teaser-xl__content a {
      margin: 1rem 0 0; }
  .teaser-xl:nth-child(even) .teaser-xl {
    margin: 0 0 30px; }
    .teaser-xl:nth-child(even) .teaser-xl__img-wrapp {
      justify-content: flex-start; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .teaser-xl:nth-child(even) .teaser-xl__img {
        left: 0; } }
    .teaser-xl:nth-child(even) .teaser-xl__pack {
      right: -25%; }

.teasers-section {
  margin: 7.5rem 0 0;
  padding: 0 15px; }
  .teasers-section h1 {
    margin: 0 0 7rem;
    text-align: center; }

@media (max-width: 1440px) {
  .teaser-xl:nth-child(even) .teaser-xl__pack {
    right: -9%; } }

@media (max-width: 1200px) {
  .teaser-xl__img-wrapp {
    padding: 0; }
  .teaser-xl__img {
    position: static; }
  .teaser-xl__pack {
    max-width: 25vw;
    max-height: 35vw; }
  .teaser-xl:nth-child(even) .teaser-xl__pack {
    right: 2%; } }

@media (max-width: 767px) {
  .teasers-xl {
    justify-content: center; }
  .teaser-xl {
    width: 100%;
    max-width: 350px; }
    .teaser-xl__img-wrapp {
      display: block; }
    .teaser-xl__img {
      width: 100%;
      max-width: 705px; }
    .teaser-xl__pack {
      max-width: 50%;
      max-height: 200px; }
    .teaser-xl__content {
      max-width: 350px;
      margin: 40px 0 0;
      position: relative;
      z-index: 10; }
      .teaser-xl__content p {
        min-height: 10rem;
        margin: 15px 0 0; }
    .teaser-xl:nth-child(even) .teaser-xl__pack {
      left: auto;
      right: -2%; }
  .teasers-section {
    margin: 4.5rem 0 0; }
    .teasers-section h1 {
      margin: 0 0 3rem; } }

.teasers-md {
  display: flex;
  flex-wrap: wrap; }

.teaser-md {
  width: calc(33.33% - 20px);
  max-width: 350px;
  margin: 0 30px 50px 0;
  background: #ffffff; }
  .teaser-md:nth-child(3n) {
    margin: 0 0 50px; }
  .teaser-md__img-wrapp {
    position: relative;
    display: block; }
  .teaser-md__img-mask {
    overflow: hidden; }
    .teaser-md__img-mask img {
      transition: transform .55s ease-out; }
      .teaser-md__img-mask img:hover {
        transform: scale(1.07); }
  .teaser-md__pack {
    position: absolute;
    z-index: 0;
    pointer-events: none; }
  .teaser-md__content {
    margin: 40px 0 0;
    position: relative;
    z-index: 10; }
    .teaser-md__content p {
      min-height: 12.5rem;
      margin: 15px 0 0; }

@media (max-width: 1023px) {
  .teaser-md {
    width: calc(50% - 15px);
    margin: 0 30px 50px 0; }
    .teaser-md:nth-child(3n) {
      margin: 0 30px 50px 0; }
    .teaser-md:nth-child(2n) {
      margin: 0 0 50px; } }

@media (max-width: 767px) {
  .teasers-md {
    justify-content: center; }
  .teaser-md {
    width: 100%;
    margin: 0 0 40px; }
    .teaser-md:nth-child(3n) {
      margin: 0 0 40px; }
    .teaser-md:nth-child(2n) {
      margin: 0 0 40px; }
    .teaser-md__pack {
      max-width: 50%;
      max-height: 220px; } }

.teasers-sm {
  display: flex;
  flex-wrap: wrap; }

.teaser-sm {
  width: calc(25% - 15px);
  max-width: 255px;
  margin: 0 20px 50px 0;
  background: #ffffff;
  position: relative; }
  .teaser-sm:nth-child(4n) {
    margin: 0 0 50px; }
  .teaser-sm__img-wrapp {
    position: relative;
    display: block;
    overflow: hidden; }
    .teaser-sm__img-wrapp img {
      transition: transform .55s ease-out; }
      .teaser-sm__img-wrapp img:hover {
        transform: scale(1.07); }
  .teaser-sm__content {
    padding: 15px 12px 70px; }
    .teaser-sm__content h2 {
      font-size: 3rem;
      line-height: 3.6rem; }
    .teaser-sm__content p {
      margin: 15px 0 0; }
    .teaser-sm__content a {
      position: absolute;
      left: 12px;
      bottom: 35px; }
  .teaser-sm__txt-wrapp {
    min-height: 20rem; }

@media (max-width: 1023px) {
  .teasers-sm {
    justify-content: center; }
  .teaser-sm {
    width: 100%;
    margin: 0 30px 50px; }
    .teaser-sm:nth-child(2n) {
      margin: 0 0 50px; } }

@media (max-width: 767px) {
  .teaser-sm {
    margin: 0 10px 50px; } }

.news {
  padding: 10px 15px; }
  .news h1 {
    text-align: center; }
  .news__list {
    margin: 6.5rem 0 0;
    display: flex;
    flex-wrap: wrap; }
  .news__btn {
    margin: 0 auto; }

.news-item {
  width: calc(32% - 1%);
  margin: 0 20px 50px 0;
  background: #ffffff; }
  .news-item__img-wrapp {
    position: relative;
    display: block;
    overflow: hidden; }
    .news-item__img-wrapp img {
      transition: transform .55s ease-out; }
      .news-item__img-wrapp img:hover {
        transform: scale(1.07); }
  .news-item__content {
    position: relative;
    z-index: 10; }
    .news-item__content h2 {
      min-height: 7.2rem;
      margin: 1.5rem 0 0;
      font-size: 2rem;
      line-height: 2.4rem;
      font-weight: 700; }
    .news-item__content p {
      min-height: 10rem;
      margin: 15px 0 0;
      font-size: 1.4rem; }
    .news-item__content span {
      margin: 8px 0 0;
      font-size: 1.6rem;
      line-height: 1.6rem;
      font-weight: 300;
      display: block; }
    .news-item__content a {
      margin: 1rem 0 0; }

@media (max-width: 1023px) {
  .news__list {
    justify-content: center; }
  .news-item {
    width: 100%;
    max-width: 255px;
    margin: 0 30px 50px; }
    .news-item:nth-child(2n) {
      margin: 0 0 50px; } }

@media (max-width: 767px) {
  .news-item {
    margin: 0 10px 50px; }
    .news-item__content h2 {
      min-height: 4.8rem; }
    .news-item__content p {
      min-height: 8rem; } }

.footer {
  padding: 5rem 0 0;
  position: relative;
  z-index: 50;
  overflow: hidden; }
  .footer__menu {
    padding: 30px 15px 120px;
    background: #087634; }
  .footer__wrapp {
    max-width: 920px;
    margin: 0 auto; }
  .footer__logo {
    margin: 0 auto;
    display: block; }
  .footer__content {
    margin: 40px 0 0;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10; }
  .footer__group {
    width: 16.66%;
    padding: 0 0.7rem 0 0; }
    .footer__group > a {
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: 700;
      letter-spacing: 0.67px; }
      .footer__group > a:link, .footer__group > a:visited {
        color: #ffffff; }
  .footer__list {
    margin: 1.5rem 0 0; }
  .footer__link {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    display: inline-block;
    font-weight: 300; }
    .footer__link:link, .footer__link:visited {
      color: #ffffff; }
    .footer__link:hover {
      text-decoration: underline; }
  .footer__external {
    padding: 3rem 15px 3rem;
    font-size: 12px;
    line-height: 16px; }
    .footer__external ul {
      width: 100%;
      display: flex;
      justify-content: center; }
    .footer__external li {
      margin: 0 1.5rem; }
      .footer__external li a:hover {
        text-decoration: underline; }
    .footer__external span {
      width: 100%;
      margin: 3rem 0 0;
      display: block;
      text-align: center; }
  .footer__el {
    position: absolute;
    pointer-events: none;
    z-index: 0; }
    .footer__el1 {
      top: 0;
      left: 22%;
      transform: translate(-80px, -5px) rotate(-140deg);
      transition: all .9s ease-out; }
    .footer__el2 {
      top: 65px;
      left: 10%;
      transform: translate(-80px, 40px) rotate(-150deg);
      transition: all 1.2s ease-out; }
    .footer__el3 {
      bottom: 120px;
      left: 7.5%;
      transform: translate(-30px, -54px) rotate(-210deg);
      transition: all 1.4s ease-out; }
    .footer__el4 {
      bottom: 135px;
      left: 41.5%;
      transform: translate(30px, 54px) rotate(-210deg);
      transition: all 1.6s ease-out; }
    .footer__el5 {
      bottom: 101px;
      right: 24.5%;
      transform: translate(-45px, 35px) rotate(-270deg);
      transition: all 2.1s ease-out; }
    .footer__el6 {
      bottom: 0;
      right: 20px;
      transform: translate(45px, 35px) rotate(270deg);
      transition: all 1.7s ease-out; }
    .footer__el7 {
      top: 69px;
      right: 11.5%;
      transform: translate(35px, -35px) rotate(270deg);
      transition: all 1.9s ease-out; }

@media (max-width: 1023px) {
  .footer__el1 {
    display: none; }
  .footer__el4 {
    display: none; }
  .footer__el6 {
    display: none; } }

@media (max-width: 767px) {
  .footer__content {
    justify-content: center; }
  .footer__group {
    width: 50%;
    max-width: 180px;
    margin: 0 0 4rem; }
  .footer__list {
    margin: 1.5rem 0 0; }
  .footer__external ul {
    flex-direction: column; }
  .footer__external li {
    width: 100%;
    margin: 0 0 15px;
    text-align: center; }
    .footer__external li a:hover {
      text-decoration: underline; }
  .footer__el2 {
    display: none; }
  .footer__el3 {
    display: none; }
  .footer__el7 {
    display: none; } }

.baner-bio {
  height: 437px;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center; }
  .baner-bio__wrapp {
    width: 100%;
    position: relative;
    z-index: 10; }
  .baner-bio__content {
    max-width: 350px; }
    .baner-bio__content h2 {
      padding: 0 0 0.7rem;
      display: inline-block;
      border-bottom: 1px solid #A7C195; }
    .baner-bio__content p {
      margin: 15px 0 0; }
    .baner-bio__content ul {
      margin: 15px 0 0;
      font-size: 14px;
      line-height: 24px;
      color: #087634;
      font-weight: 700; }
    .baner-bio__content li a:link, .baner-bio__content li a:visited {
      color: #087634; }
    .baner-bio__content li a:hover {
      text-decoration: underline; }
  .baner-bio__link {
    margin: 15px 0 0; }
  .baner-bio__bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }
  .baner-bio__product {
    display: none; }

@media (max-width: 767px) {
  .baner-bio {
    height: auto;
    padding: 1rem 15px; }
    .baner-bio__content {
      width: 100%; }
    .baner-bio__bg {
      background-size: 2800px; }
    .baner-bio__product {
      margin: 2rem auto;
      display: block; } }

.baner-partnership {
  height: 437px;
  padding: 0 15px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .baner-partnership__wrapp {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10; }
  .baner-partnership__content {
    max-width: 350px;
    position: relative; }
    .baner-partnership__content h2 {
      padding: 0 0 0.7rem;
      display: inline-block;
      border-bottom: 1px solid #ffffff; }
    .baner-partnership__content p {
      margin: 15px 0 0; }
    .baner-partnership__content ul {
      margin: 15px 0 0;
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      font-weight: 700; }
    .baner-partnership__content li a:link, .baner-partnership__content li a:visited {
      color: #ffffff; }
    .baner-partnership__content li a:hover {
      text-decoration: underline; }
  .baner-partnership__link {
    margin: 15px 0 0; }
  .baner-partnership__bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center !important;
    top: 0;
    right: 0;
    z-index: 0; }
  .baner-partnership__img {
    position: absolute;
    right: calc(100% + 75px);
    top: 20px; }
  .baner-partnership .check-link {
    color: #ffffff; }
    .baner-partnership .check-link:before {
      content: url(../img/icon-dropdown-arrow-white.svg); }
    .baner-partnership .check-link:link, .baner-partnership .check-link:visited {
      color: #ffffff; }

@media (max-width: 767px) {
  .baner-partnership {
    height: auto;
    padding: 30px 15px; }
    .baner-partnership__wrapp {
      justify-content: flex-start; }
    .baner-partnership__bg {
      background-size: 2800px; }
    .baner-partnership__img {
      margin: 20px auto 0;
      display: block;
      position: static; } }

.baner-greenup {
  margin: 0 auto 20px;
  height: 437px;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center; }
  .baner-greenup__wrapp {
    width: 100%;
    position: relative;
    z-index: 10; }
  .baner-greenup__content {
    max-width: 350px;
    padding: 0 0 70px; }
    .baner-greenup__content p {
      margin: 20px 0 0; }
  .baner-greenup__link {
    margin: 20px 0 0; }
  .baner-greenup__bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }
  .baner-greenup__products {
    position: absolute;
    right: 37%;
    bottom: 0;
    z-index: 5; }

@media (max-width: 1023px) {
  .baner-greenup__products {
    right: 20%; } }

@media (max-width: 767px) {
  .baner-greenup {
    margin: 0 auto 60px; }
    .baner-greenup__content {
      padding: 0 0 180px; }
    .baner-greenup__bg {
      background-size: 2800px; }
    .baner-greenup__products {
      right: auto;
      left: 15px;
      bottom: -55px; } }

.baner-polana {
  height: 437px;
  margin: 0 auto 7rem;
  padding: 0 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .baner-polana__wrapp {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10; }
  .baner-polana__content {
    width: 100%;
    max-width: 530px;
    padding: 0 15rem 0 0;
    position: relative; }
    .baner-polana__content p {
      margin: 20px 0 0; }
  .baner-polana__prod {
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .baner-polana__link {
    margin: 20px 0 0; }
  .baner-polana__bg {
    width: 100%;
    height: 100%;
    background-position: 40% center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }

@media (max-width: 1023px) {
  .baner-polana__content {
    width: 50%; } }

@media (max-width: 767px) {
  .baner-polana {
    height: auto;
    margin: 0 auto; }
    .baner-polana__content {
      width: 100%;
      max-width: none;
      padding: 0; }
    .baner-polana__prod {
      margin: 20px auto -25px;
      display: block;
      position: static; }
    .baner-polana__bg {
      display: none; } }

.video-section {
  padding: 11% 15px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .video-section__adorment1 {
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 7%;
    z-index: 0; }
  .video-section__adorment2 {
    width: 40%;
    position: absolute;
    top: 0;
    right: 9.5%;
    z-index: 0; }

.video {
  width: 100%;
  max-width: 730px;
  position: relative;
  z-index: 10;
  transform: scale(1.02);
  box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.2); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .video.ie-fix {
      margin: 0 !important; } }
  .video video {
    width: 100%;
    max-width: 100%; }
  .video__overlay {
    width: 100%;
    height: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer; }
    .video__overlay::before {
      content: url("../img/icon-play.svg");
      width: 9%; }

@media (max-width: 1023px) {
  .video-section {
    padding: 80px 15px; } }

.secondary-menu {
  background: #F7F8F6; }
  .secondary-menu__list {
    padding: 3.5rem 0 1.1rem;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll; }
    .secondary-menu__list::-webkit-scrollbar {
      display: none; }
    .secondary-menu__list li {
      display: inline-block; }
    .secondary-menu__list a {
      margin: 0 15px;
      font-size: 16px;
      line-height: 16px;
      color: #087634;
      display: inline-block;
      position: relative;
      transition: font-weight .3s ease-out; }
      .secondary-menu__list a:link, .secondary-menu__list a:visited {
        color: #087634; }
      .secondary-menu__list a:hover {
        font-weight: 700; }
      .secondary-menu__list a.active {
        font-weight: 700; }
        .secondary-menu__list a.active::before {
          content: '';
          width: 100%;
          height: 2px;
          background: #A7C195;
          border-radius: 1px;
          position: absolute;
          left: 0;
          bottom: -1.1rem; }
    .secondary-menu__list--large a {
      margin: 0 22px; }

@media (max-width: 1200px) {
  .secondary-menu__list--large a {
    margin: 0 15px; } }

@media (max-width: 1023px) {
  .secondary-menu__list a {
    margin: 0 10px 1.2rem; }
    .secondary-menu__list a.active::before {
      bottom: -0.5rem; } }

.info-box {
  padding: 0 15px; }
  .info-box h1 {
    text-align: center;
    margin: 0 0 6rem; }
  .info-box__item {
    margin: 0 0 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .info-box__item:nth-child(odd) .info-box__content {
      padding: 0 0 0 95px;
      order: 1; }
    .info-box__item:nth-child(odd) .info-box__img-wrapp {
      order: 2; }
  .info-box__content {
    width: 475px;
    padding: 0 65px 0 30px; }
    .info-box__content p {
      margin: 2rem 0 0; }

@media (max-width: 1023px) {
  .info-box__item:nth-child(odd) .info-box__content {
    padding: 0; }
  .info-box__content {
    width: 48%;
    padding: 0; }
  .info-box__img-wrapp {
    width: 48%; } }

@media (max-width: 767px) {
  .info-box h1 {
    text-align: center;
    margin: 0 0 5rem; }
  .info-box__item {
    margin: 0 0 5rem;
    justify-content: center; }
    .info-box__item:nth-child(odd) .info-box__content {
      order: 2; }
    .info-box__item:nth-child(odd) .info-box__img-wrapp {
      order: 1; }
  .info-box__content {
    width: 100%;
    max-width: 475px; }
    .info-box__content h2 {
      margin: 2rem 0 0; }
  .info-box__img-wrapp {
    width: 100%;
    max-width: 475px; } }

.mp-prod {
  margin: 0 auto 70px;
  padding: 75px 15px;
  background: url("../img/mp-prod-bg.png") no-repeat center bottom; }
  .mp-prod__wrapp > h1 {
    text-align: center; }
  .mp-prod__wrapp > p {
    margin: 20px auto 0;
    max-width: 540px;
    text-align: center; }
  .mp-prod__tea-box {
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .mp-prod__tea-content {
    width: 300px; }
    .mp-prod__tea-content h2 {
      margin: 80px 0 0;
      padding: 0 0 0.7rem;
      display: inline-block;
      border-bottom: 1px solid #A7C195; }
    .mp-prod__tea-content p {
      margin: 15px 0 0; }
    .mp-prod__tea-content ul {
      margin: 15px 0 0;
      font-size: 14px;
      line-height: 24px;
      color: #087634;
      font-weight: 700; }
    .mp-prod__tea-content li a:link, .mp-prod__tea-content li a:visited {
      color: #087634; }
    .mp-prod__tea-content li a:hover {
      text-decoration: underline; }
  .mp-prod__tea-link {
    margin: 15px 0 0; }
  .mp-prod__tea-img-wrapp {
    width: calc(100% - 380px);
    display: block;
    position: relative; }
  .mp-prod__tea-img-art {
    max-width: none; }
  .mp-prod__tea-img-art {
    transition: transform .55s ease-out; }
    .mp-prod__tea-img-art:hover {
      transform: scale(1.02); }
  .mp-prod__tea-img-pack {
    position: absolute;
    bottom: -90px;
    left: -90px;
    pointer-events: none; }
  .mp-prod__other-box {
    margin: 110px 0 0;
    display: flex;
    justify-content: space-between; }
  .mp-prod__teaser {
    width: 31.5%;
    max-width: 350px;
    background: #ffffff; }
    .mp-prod__teaser-img-wrapp {
      position: relative;
      display: block; }
      .mp-prod__teaser-img-wrapp img {
        transition: transform .55s ease-out; }
        .mp-prod__teaser-img-wrapp img:hover {
          transform: scale(1.07); }
    .mp-prod__teaser-mask {
      overflow: hidden; }
    .mp-prod__teaser-pack {
      max-width: 225px;
      position: absolute;
      z-index: 0;
      pointer-events: none; }
    .mp-prod__teaser-content {
      padding: 20px 18.5% 50px;
      position: relative;
      z-index: 10; }
      .mp-prod__teaser-content h2 {
        max-width: 160px;
        height: 8rem;
        padding: 0 0 0.7rem;
        display: inline-flex;
        align-items: flex-end;
        border-bottom: 1px solid #A7C195; }
      .mp-prod__teaser-content ul {
        margin: 15px 0 0;
        font-size: 14px;
        line-height: 24px;
        min-height: 120px;
        color: #087634;
        font-weight: 700; }
      .mp-prod__teaser-content li a:link, .mp-prod__teaser-content li a:visited {
        color: #087634; }
      .mp-prod__teaser-content li a:hover {
        text-decoration: underline; }
      .mp-prod__teaser-content .check-link {
        margin: 1rem 0 0; }

.mp-brands {
  padding: 75px 15px 0;
  overflow: hidden; }
  .mp-brands__wrapp > h1 {
    text-align: center; }
  .mp-brands__wrapp > p {
    margin: 20px auto 35px;
    max-width: 540px;
    text-align: center; }

.mp-handbook {
  padding: 45px 15px;
  background: #F5F5F5;
  overflow: hidden; }
  .mp-handbook__wrapp > h1 {
    text-align: center; }
  .mp-handbook__wrapp > p {
    margin: 20px auto 55px;
    max-width: 540px;
    text-align: center; }
  .mp-handbook__link {
    margin: 0 auto;
    display: table; }

.mp-about {
  padding: 5.5rem 15px 7.5rem; }
  .mp-about h1 {
    text-align: center; }
  .mp-about p {
    max-width: 71rem;
    margin: 2.5rem auto 0;
    text-align: center; }
  .mp-about img {
    margin: 4rem auto 0;
    display: block; }
  .mp-about__link {
    margin: 2rem auto 0;
    display: table; }

.mp-recipes {
  padding: 70px 15px 20px;
  overflow: hidden; }
  .mp-recipes__wrapp {
    max-width: 1140px; }
    .mp-recipes__wrapp > h1 {
      text-align: center; }
    .mp-recipes__wrapp > p {
      margin: 2rem 0 0;
      text-align: center; }
  .mp-recipes__list {
    margin: 45px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto; }
  .mp-recipes__item {
    width: 100%;
    padding: 15px;
    background: #ffffff; }
    .mp-recipes__item:nth-child(1) {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1; }
    .mp-recipes__item:nth-child(2) {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1; }
    .mp-recipes__item:nth-child(3) {
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
      grid-column: 3 / span 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / span 2; }
    .mp-recipes__item:nth-child(4) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      grid-row: 2 / span 2; }
    .mp-recipes__item:nth-child(5) {
      -ms-grid-column: 3;
      grid-column: 3;
      -ms-grid-row: 3;
      grid-row: 3; }
    .mp-recipes__item:nth-child(6) {
      -ms-grid-column: 4;
      grid-column: 4;
      -ms-grid-row: 3;
      grid-row: 3; }
  .mp-recipes__img-wrapp {
    position: relative;
    display: block; }
  .mp-recipes__img-mask {
    overflow: hidden; }
  .mp-recipes__img {
    transition: transform .55s ease-out; }
    .mp-recipes__img:hover {
      transform: scale(1.07); }
  .mp-recipes__pack {
    position: absolute;
    z-index: 0;
    pointer-events: none; }
  .mp-recipes__content {
    margin: 1rem 0 0;
    position: relative;
    z-index: 10; }
    .mp-recipes__content h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 700; }
    .mp-recipes__content p {
      margin: 0.5rem 0 0;
      font-size: 1.4rem;
      line-height: 1.8rem;
      font-weight: 300; }
      .mp-recipes__content p strong {
        font-weight: 400; }
  .mp-recipes__btn {
    margin: 30px auto 0; }

@media (max-width: 1023px) {
  .mp-prod__tea-box {
    align-items: center; }
  .mp-prod__tea-content h2 {
    margin: 0; }
  .mp-prod__tea-img-wrapp {
    width: calc(100% - 315px); }
  .mp-prod__tea-img-art {
    max-width: 100%; }
  .mp-prod__tea-img-pack {
    max-width: 60%;
    bottom: -30%;
    left: -10%; }
  .mp-prod__other-box {
    flex-wrap: wrap;
    justify-content: center; }
  .mp-prod__teaser {
    width: 48%;
    margin: 0 1%; }
  .mp-recipes {
    padding: 35px 15px 20px; }
    .mp-recipes__list {
      max-width: 540px;
      margin: 30px auto 0;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto auto; }
    .mp-recipes__item:nth-child(1) {
      grid-column: 1;
      grid-row: 1; }
    .mp-recipes__item:nth-child(2) {
      grid-column: 2;
      grid-row: 1; }
    .mp-recipes__item:nth-child(3) {
      grid-column: 1 / span 2;
      grid-row: 2; }
    .mp-recipes__item:nth-child(4) {
      grid-column: 1 / span 2;
      grid-row: 3; }
    .mp-recipes__item:nth-child(5) {
      grid-column: 1;
      grid-row: 4; }
    .mp-recipes__item:nth-child(6) {
      grid-column: 2;
      grid-row: 4; } }

@media (max-width: 767px) {
  .mp-prod {
    padding: 35px 15px; }
    .mp-prod__wrapp > h1 {
      text-align: left; }
    .mp-prod__wrapp > p {
      margin: 20px 0 0;
      text-align: left; }
    .mp-prod__tea-box {
      align-items: center; }
    .mp-prod__tea-content {
      width: 100%;
      margin: 20vw 0 0;
      order: 2; }
      .mp-prod__tea-content h2 {
        margin: 0; }
    .mp-prod__tea-img-wrapp {
      width: 100%;
      order: 1; }
    .mp-prod__tea-img-pack {
      max-width: 60%;
      bottom: -30%;
      left: 0; }
    .mp-prod__other-box {
      margin: 30px 0 0; }
    .mp-prod__teaser {
      width: 100%;
      margin: 0; }
  .mp-brands {
    padding: 30px 15px 0; }
    .mp-brands__wrapp > h1 {
      text-align: left; }
    .mp-brands__wrapp > p {
      text-align: left; }
  .mp-about {
    padding: 2.5rem 15px 4.5rem; }
  .mp-recipes__list {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto; }
  .mp-recipes__item {
    padding: 10px; }
    .mp-recipes__item:nth-child(1) {
      grid-column: 1;
      grid-row: 1; }
    .mp-recipes__item:nth-child(2) {
      grid-column: 1;
      grid-row: 2; }
    .mp-recipes__item:nth-child(3) {
      grid-column: 1;
      grid-row: 3; }
    .mp-recipes__item:nth-child(4) {
      grid-column: 1;
      grid-row: 4; }
    .mp-recipes__item:nth-child(5) {
      grid-column: 1;
      grid-row: 5; }
    .mp-recipes__item:nth-child(6) {
      grid-column: 1;
      grid-row: 6; }
  .mp-recipes__img {
    width: 100%; }
  .mp-recipes__pack {
    display: none; } }

.brand {
  margin: 80px auto 50px;
  padding: 0 15px; }
  .brand__content {
    margin: 3.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  .brand__lcol {
    width: 48.5%;
    max-width: 420px; }
    .brand__lcol p {
      margin: 1.7rem 0 0; }
    .brand__lcol blockquote {
      margin: 1.7rem 0 0;
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      line-height: 2rem;
      font-style: italic;
      color: #A7C195; }
  .brand__link {
    margin: 2.5rem 0 0; }
  .brand__btn {
    margin: 2.5rem 0 0; }
  .brand__rcol {
    width: 48.5%;
    position: relative; }
  .brand__img {
    width: 50vw;
    max-width: 705px; }
  .brand__pack {
    width: 25vw;
    max-width: 400px;
    left: -15%;
    bottom: -18%;
    position: absolute; }

@media (max-width: 1023px) {
  .brand {
    margin: 60px auto 50px; }
    .brand__lcol {
      width: 100%;
      max-width: none; }
    .brand__rcol {
      width: 100%; }
    .brand__img {
      width: auto;
      max-width: 100%;
      margin: 3rem auto 0;
      display: block; }
    .brand__pack {
      width: 50vw;
      max-width: 400px;
      left: -4%;
      bottom: -12%;
      position: absolute; } }

.products {
  margin: 5.5rem auto 0;
  padding: 0 15px;
  position: relative; }
  .products__wrapp {
    position: relative;
    z-index: 10; }
    .products__wrapp > h1 {
      text-align: center; }
    .products__wrapp > p {
      max-width: 720px;
      margin: 2rem auto 0;
      text-align: center; }
  .products__group {
    margin: 5.5rem 0 0; }
    .products__group h2 {
      padding: 0 0 0.9rem;
      border-bottom: 1px solid #A7C195;
      display: inline-block; }
    .products__group p {
      margin: 2rem 0 0; }
  .products__list {
    margin: 5.5rem 0 0;
    display: flex;
    flex-wrap: wrap; }
  .products__item {
    width: 23.5%;
    max-width: 265px;
    margin: 0 2% 30px 0;
    padding: 3rem 1.5rem 3.5rem;
    background: #ffffff;
    border: 1px solid #E5EFDF; }
    .products__item.small{
      width: 20%;
    }
    .products__item:nth-child(4n) {
      margin: 0 0 30px; }
      .products__item.nth5:nth-child(4n) {
        margin: 0 2% 30px 0;
      }
      .products__item.nth5:nth-child(5n) {
        margin: 0 0 30px;
      }
    .products__item img {
      margin: 0 auto;
      display: block; }
    .products__item h3 {
      min-height: 10rem;
      margin: 0.8rem 9% 0;
      font-size: 1.6rem;
      line-height: 2.5rem;
      font-weight: 300; }
    .products__item-btn {
      margin: 2.5rem 0 0 9%; }
  .products__leaf1 {
    position: absolute;
    top: 100px;
    left: -80px;
    z-index: 0; }
  .products__leaf2 {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: -1; }
  .products__leaf3 {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 50%;
    z-index: -1; }

@media (max-width: 1023px) {
  .products__item {
    width: 31.33%;
    margin: 0 1% 30px 0; }
    .products__item:nth-child(4n) {
      margin: 0 1% 30px 0; }
    .products__item:nth-child(3n) {
      margin: 0 1% 30px 0; } }

@media (max-width: 767px) {
  .products {
    margin: 4rem 0 0; }
    .products__wrapp > h1 {
      text-align: left; }
    .products__wrapp > p {
      text-align: left; }
    .products__group {
      margin: 4rem 0 0; }
      .products__group h2 {
        padding: 0;
        border-bottom: none; }
    .products__list {
      margin: 5.5rem 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .products__item, .products__item.small {
      width: 100%;
      max-width: 265px;
      margin: 0 2% 30px; }
      .products__item:nth-child(4n) {
        margin: 0 2% 30px; }
      .products__item:nth-child(3n) {
        margin: 0 2% 30px; } }

.post {
  margin: 5.5rem 0 0;
  padding: 0 15px; }
  .post__header {
    display: flex;
    justify-content: space-between; }
  .post__date {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300; }
  .post__content {
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
    line-height: 2.5rem; }
    .post__content h2 {
      margin: 3.5rem 0 0; }
    .post__content p {
      margin: 2.5rem 0 0; }
    .post__content strong {
      font-weight: 700; }
    .post__content ul {
      margin: 2.5rem 0 0;
      font-weight: 300; }
      .post__content ul li {
        padding: 0 0 0 1.5rem;
        position: relative; }
        .post__content ul li::before {
          content: '•';
          color: #A7C195;
          position: absolute;
          left: 0;
          top: 0; }
    .post__content ol {
      margin: 2.5rem 0 0;
      font-weight: 300;
      counter-reset: olcontent; }
      .post__content ol li {
        padding: 0 0 0 2.5rem;
        position: relative; }
        .post__content ol li::before {
          content: counter(olcontent);
          counter-increment: olcontent;
          font-family: 'Playfair Display', serif;
          font-size: 30px;
          font-weight: 300;
          color: #A7C195;
          position: absolute;
          left: 0;
          top: -0.4rem; }
  .post__teasers {
    margin: 10rem 0 0;
    padding: 0 15px; }
    .post__teasers h1 {
      text-align: center; }
  .post__teasers-wrapp {
    margin: 6rem 0 0;
    display: flex;
    flex-wrap: wrap; }
  .post iframe {
    max-width: grid(1, 1); }
  .post table {
    width: 100%;
    /*&:before {
          content: '';
          width: grid(1, 1);
          display: block;
          overflow: auto;
        }*/ }
    .post table tr:first-of-type {
      background-color: #087634;
      color: #fff;
      font-weight: 700; }
      .post table tr:first-of-type td {
        padding: 1em; }
    .post table tr {
      color: #000;
      font-weight: 400; }
      .post table tr td {
        vertical-align: top;
        padding: .5em 1em;
        font-size: .9em;
        border-bottom: 1px solid #087634; }

.post-teaser {
  width: calc(25% - 15px);
  max-width: 255px;
  margin: 0 20px 2rem 0;
  background: #ffffff; }
  .post-teaser:nth-child(4n) {
    margin: 0 0 2rem; }
  .post-teaser__img-wrapp {
    position: relative;
    display: block; }
  .post-teaser__img-mask {
    overflow: hidden; }
    .post-teaser__img-mask img {
      transition: transform .55s ease-out; }
      .post-teaser__img-mask img:hover {
        transform: scale(1.07); }
  .post-teaser__pack {
    max-width: 50%;
    max-height: 145px;
    position: absolute;
    right: -3%;
    bottom: -15%;
    pointer-events: none;
    z-index: 0; }
  .post-teaser__content {
    padding: 1.5rem 0 3.5rem;
    position: relative;
    z-index: 10; }
    .post-teaser__content h2 {
      min-height: 4rem;
      margin: 2.5rem 0 0;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 2rem;
      line-height: 2.5rem;
      font-weight: 700; }

@media (max-width: 1023px) {
  .post__teasers {
    margin: 4.5rem 0 0; }
  .post__teasers-wrapp {
    margin: 3rem 0 0;
    justify-content: center; }
  .post-teaser {
    width: 100%;
    margin: 0 30px 2rem; }
    .post-teaser:nth-child(2n) {
      margin: 0 0 2rem; }
    .post-teaser__content h2 {
      margin: 0; } }

@keyframes waves {
  0% {
    width: 70%;
    height: 70%;
    opacity: 1; }
  25% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0; } }

@keyframes fadein {
  0% {
    width: 0%;
    height: 0%; }
  100% {
    width: 100%;
    height: 100%; } }

@keyframes mask1 {
  0% {
    width: 0%;
    height: 0; }
  1% {
    height: 434px; }
  100% {
    width: 100%;
    height: 434px; } }

@keyframes mask2 {
  0% {
    width: 0%;
    height: 0; }
  33% {
    height: 340px; }
  42% {
    width: 280px;
    height: 398px; }
  100% {
    width: 100%;
    height: 398px; } }

@keyframes mask3 {
  0% {
    width: 0%;
    height: 0; }
  42% {
    width: 210px;
    height: 364px; }
  100% {
    width: 100%;
    height: 398px; } }

.video-firm {
  padding: 7.5rem 15px 14rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .video-firm h1 {
    text-align: center; }
  .video-firm iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .video-firm__video {
    margin: 8rem auto 0;
    padding: 0 0 29%; }

.history-firm {
  padding: 13rem 15px 35rem; }
  .history-firm__wrapp h1 {
    text-align: center; }
  .history-firm__stages {
    margin: 8rem 0 0;
    display: flex;
    flex-direction: column;
    position: relative; }
  .history-firm__stage {
    width: 100%;
    max-width: 515px;
    height: 280px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10; }
    .history-firm__stage:nth-child(2n) {
      margin: 0 0 0 auto;
      align-items: flex-end; }
      .history-firm__stage:nth-child(2n) .history-firm__img-wrapp {
        left: auto;
        right: -14%; }
    .history-firm__stage:nth-child(2n + 3) {
      margin: 15rem 0 0; }
    .history-firm__stage.play .history-firm__date {
      color: #087634; }
    .history-firm__stage.play .history-firm__bg {
      animation: fadein 4s ease-out forwards; }
    .history-firm__stage.play .history-firm__wave:nth-child(1) {
      animation: waves 2s ease-out 0s; }
    .history-firm__stage.play .history-firm__wave:nth-child(2) {
      animation: waves 2s ease-out .5s; }
    .history-firm__stage.play .history-firm__wave:nth-child(3) {
      animation: waves 2s ease-out 1s; }
    .history-firm__stage.play .history-firm__wave:nth-child(4) {
      animation: waves 2s ease-out 1.5s; }
  .history-firm__date {
    font-family: 'Playfair Display', serif;
    font-size: 8.7rem;
    line-height: 4.5rem;
    font-weight: 400;
    text-align: center;
    color: #dddddd;
    position: absolute;
    bottom: calc(100% - 0px);
    z-index: 10;
    transition: color 0.8s ease-out;
    pointer-events: none; }
    .history-firm__date span {
      font-size: 2.4rem; }
  .history-firm__img-wrapp {
    max-width: 515px;
    display: inline-block;
    position: relative;
    left: -14%; }
  .history-firm__img {
    position: relative;
    z-index: 5; }
  .history-firm__bg-wrapp {
    width: 100%;
    height: 100%;
    max-width: 451px;
    max-height: 451px;
    background-size: contain;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .history-firm__bg {
    width: 0%;
    height: 0%;
    max-width: 451px;
    max-height: 451px;
    background: url("../img/circles-green.png") no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  .history-firm__waves {
    transition: opacity .2s ease-out; }
  .history-firm__wave {
    width: 70%;
    height: 70%;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .2s ease-out; }
  .history-firm__text {
    max-width: 320px;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    position: relative;
    top: -3rem;
    z-index: 10; }
  .history-firm__link-wrapp {
    width: 100%;
    max-width: 320px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .history-firm__link-wrapp {
        transform: translateY(35px); } }
  .history-firm__link {
    position: relative;
    z-index: 12; }
  .history-firm__timeline {
    width: 77%;
    height: 100%;
    position: absolute;
    top: 10rem;
    left: 160px;
    z-index: 0; }
  .history-firm__line {
    width: 100%;
    max-width: 857px;
    height: 1192px;
    position: absolute;
    top: 0;
    left: 0; }
  .history-firm__masks {
    width: 100%;
    max-width: 857px;
    height: 1192px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 6s ease-out; }
  .history-firm__mask1 {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 6s ease-out; }
    .history-firm__mask1.anim {
      animation: mask1 4s linear forwards; }
  .history-firm__line1 {
    width: 857px;
    max-width: none;
    height: 434px;
    position: absolute; }
  .history-firm__mask2 {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 435px;
    right: 0; }
    .history-firm__mask2.anim {
      animation: mask2 4s linear forwards; }
  .history-firm__line2 {
    width: 857px;
    max-width: none;
    height: 398px;
    position: absolute;
    top: 0;
    right: 0; }
  .history-firm__mask3 {
    width: 0;
    max-height: 364px;
    overflow: hidden;
    position: absolute;
    top: 833px;
    left: 0; }
    .history-firm__mask3.anim {
      animation: mask3 4s linear forwards; }
  .history-firm__line3 {
    width: 857px;
    max-width: none;
    height: 364px;
    position: absolute; }

.firm-pop {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-out; }
  .firm-pop:nth-child(odd) .firm-pop__wrapp {
    justify-content: flex-end; }
  .firm-pop.show {
    opacity: 1;
    pointer-events: all; }
  .firm-pop__wrapp {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center; }
  .firm-pop__item {
    width: 100%;
    max-width: 980px;
    box-shadow: 5px 20px 50px #0000000A; }
  .firm-pop__header {
    padding: 4.5rem 0 4rem 9rem;
    background: #F7F8F6;
    position: relative; }
    .firm-pop__header::before {
      content: '';
      width: 5px;
      height: 100%;
      background: #A7C195;
      position: absolute;
      top: 0;
      left: 0; }
  .firm-pop__flex-box {
    display: flex;
    flex-wrap: wrap; }
  .firm-pop__lcol {
    width: 40%;
    padding: 0 0 0.8rem;
    position: relative; }
    .firm-pop__lcol h2 {
      margin: 1rem 0 0;
      min-height: 10.7rem;
      font-size: 2rem;
      line-height: 3rem; }
    .firm-pop__lcol::after {
      content: '';
      width: calc(100% + 70px);
      height: 1px;
      background: #A7C195;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0; }
  .firm-pop__back {
    cursor: pointer;
    padding: 0 0 0 1.4rem; }
    .firm-pop__back::before {
      content: url(../img/icon-dropdown-arrow.svg);
      right: auto;
      left: 0;
      transform: rotate(90deg);
      transition: transform .3s ease-out; }
    .firm-pop__back:hover::before {
      transform: rotate(-90deg); }
  .firm-pop__date {
    margin: 2.5rem 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    line-height: 4rem; }
    .firm-pop__date span {
      font-size: 2rem; }
  .firm-pop__rcol {
    width: 60%;
    position: relative; }
  .firm-pop__img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .firm-pop__content {
    padding: 6rem 9.5rem;
    background: #ffffff; }

@media (max-width: 1400px) {
  .video-firm__video {
    padding: 0 0 33%; } }

@media (max-width: 1200px) {
  .video-firm__video {
    padding: 0 0 37%; }
  .history-firm__stage:nth-child(2n) .history-firm__img-wrapp {
    right: -8%; }
  .history-firm__img-wrapp {
    left: -8%; }
  .history-firm__line1 {
    max-width: 75vw; }
  .history-firm__line2 {
    max-width: 75vw; }
  .history-firm__line3 {
    max-width: 75vw; } }

@media (max-width: 1023px) {
  .video-firm__video {
    padding: 0 0 56%; }
  .history-firm {
    padding: 8rem 15px 0; }
    .history-firm__stages {
      margin: 8rem 0 0;
      align-items: center; }
    .history-firm__stage {
      margin: 0 0 18rem;
      height: auto; }
      .history-firm__stage:nth-child(2n) {
        margin: 0 0 18rem;
        align-items: flex-start; }
        .history-firm__stage:nth-child(2n) .history-firm__img-wrapp {
          right: auto;
          left: 0; }
      .history-firm__stage:nth-child(2n + 3) {
        margin: 0 0 18rem; }
      .history-firm__stage.shown .history-firm__date {
        color: #087634; }
      .history-firm__stage.shown .history-firm__bg {
        background: url("../img/circles-green.png") no-repeat center;
        background-size: contain; }
    .history-firm__img-wrapp {
      left: 0; }
    .history-firm__timeline {
      display: none; } }

@media (max-width: 767px) {
  .video-firm__video {
    margin: 3rem auto 0; }
  .history-firm {
    padding: 3rem 15px 0; }
    .history-firm__stage {
      margin: 0 0 14rem; }
      .history-firm__stage:nth-child(2n) {
        margin: 0 0 14rem; }
      .history-firm__stage:nth-child(2n + 3) {
        margin: 0 0 14rem; }
    .history-firm__date {
      font-size: 4.7rem;
      line-height: 3.2rem; }
  .firm-pop__wrapp {
    justify-content: center; }
  .firm-pop__item {
    width: 90vw;
    height: 90vh;
    overflow-y: auto; }
  .firm-pop__header {
    padding: 2rem 15px;
    background: #F7F8F6; }
  .firm-pop__lcol {
    width: 100%; }
    .firm-pop__lcol h2 {
      min-height: 0; }
    .firm-pop__lcol::after {
      display: none; }
  .firm-pop__rcol {
    width: 100%; }
  .firm-pop__img {
    position: static;
    transform: none; }
  .firm-pop__content {
    padding: 15px; } }

.press {
  margin: 8.5rem auto 0;
  padding: 0 15px; }

.press-materials h1 {
  text-align: center; }

.press-materials h2 {
  margin: 4rem 0 0; }

.press-materials__wrapp {
  margin: 4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.press-materials__item {
  width: 31.5%; }

.press-materials__img-wrapp {
  padding: 0 0 80%;
  background: #F7F8F6;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.press-materials__link {
  margin: 2rem 0 0; }

.press-materials__pack1 {
  position: absolute;
  bottom: -13%;
  left: 5%; }

.press-materials__pack2 {
  position: absolute;
  bottom: -10%;
  right: 5%; }

.press-materials__logos {
  max-width: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.press-materials__commercials {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.press-info {
  margin: 11rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .press-info h1 {
    margin: 0 0 5rem; }
  .press-info__list {
    width: 50%; }
  .press-info__item {
    margin: 0 0 2rem;
    padding: 1.5rem 4rem 2rem;
    background: #F7F8F6;
    display: block;
    position: relative; }
    .press-info__item::before {
      content: '';
      width: 2px;
      height: 100%;
      background: #A7C195;
      position: absolute;
      left: 0;
      top: 0;
      transition: width .3s ease-out; }
    .press-info__item:hover {
      /* span {
                font-weight: 400;
            } */ }
      .press-info__item:hover::before {
        width: 5px; }
      .press-info__item:hover h2 {
        color: #087634; }
      .press-info__item:hover .check-link::before {
        transform: rotate(90deg); }
    .press-info__item span {
      font-size: 1.6rem;
      line-height: 2.5rem;
      font-weight: 300;
      transition: all .3s ease-out; }
    .press-info__item h2 {
      margin: 1rem 0 0;
      min-height: 4rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 2rem;
      line-height: 2.4rem;
      font-weight: 700;
      transition: color .3s ease-out; }
  .press-info__link.check-link {
    margin: 1rem 0 0;
    font-weight: 400; }
  .press-info__contact {
    width: 50%;
    padding: 0 0 0 9rem; }
    .press-info__contact a {
      font-size: 1.6rem;
      line-height: 2.5rem;
      font-weight: 700; }
      .press-info__contact a:link, .press-info__contact a:visited {
        color: #087634; }
      .press-info__contact a:hover {
        text-decoration: underline; }
    .press-info__contact p {
      margin: 2rem 0 0; }

.press-post {
  margin: 0 0 12rem;
  position: relative;
  top: -100px;
  z-index: 10; }
  .press-post__wrapp {
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 5px 20px 50px #0000000A;
    position: relative; }
  .press-post__header {
    padding: 2.5rem 9.5rem;
    background: #F7F8F6; }
    .press-post__header h1 {
      min-height: 9rem;
      margin: 0.8rem 0 0;
      padding: 0 0 2rem;
      border-bottom: 1px solid #A7C195; }
  .press-post__link {
    padding: 0 0 0 1.4rem; }
    .press-post__link::before {
      right: auto;
      left: 0;
      transform: rotate(90deg); }
    .press-post__link:hover::before {
      transform: rotate(-90deg); }
  .press-post__date {
    margin: 1.2rem 0 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300;
    text-align: center;
    display: block; }
  .press-post__icons {
    margin: 2rem 0 0; }
    .press-post__icons img {
      max-width: 100%;
      margin: 0 2rem 0 0; }
  .press-post__content {
    padding: 7rem 9.5rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 300; }
  .press-post__contact {
    width: 100%;
    max-width: 400px;
    padding: 4.5rem 2rem;
    background: #F7F8F6;
    position: absolute;
    right: -10%;
    top: 90%; }
    .press-post__contact a {
      margin: 2rem 0 0;
      font-size: 1.6rem;
      line-height: 2.5rem;
      font-weight: 700;
      display: inline-block; }
      .press-post__contact a:link, .press-post__contact a:visited {
        color: #087634; }
      .press-post__contact a:hover {
        text-decoration: underline; }
    .press-post__contact p {
      margin: 2rem 0 0; }

@media (max-width: 1200px) {
  .press-post__contact {
    right: -3%;
    top: 90%; } }

@media (max-width: 1023px) {
  .press-materials__pack1 {
    max-width: 70%;
    position: absolute;
    bottom: -13%;
    left: 5%; }
  .press-materials__pack2 {
    max-height: 25vw;
    position: absolute;
    bottom: -10%;
    right: 5%; }
  .press-info h1 {
    margin: 0 0 2rem; }
  .press-info__list {
    width: 100%; }
  .press-info__contact {
    width: 100%;
    margin: 3rem 0 0;
    padding: 0; } }

@media (max-width: 767px) {
  .press {
    margin: 4.5rem auto 0; }
  .press-materials h1 {
    text-align: left; }
  .press-materials__wrapp {
    justify-content: center; }
  .press-materials__item {
    width: 100%;
    max-width: 350px;
    margin: 0 0 5rem; }
  .press-materials__pack2 {
    max-height: 220px; }
  .press-info {
    margin: 2rem 0 0; }
  .press-post {
    margin: 0;
    top: -150px; }
    .press-post__header {
      padding: 2.5rem 15px; }
    .press-post__date {
      text-align: left; }
    .press-post__content {
      padding: 2.5rem 15px; }
    .press-post__contact {
      max-width: none;
      padding: 2.5rem 2rem;
      position: static; } }

.prod {
  padding: 4.5rem 15px 0; }
  .prod__wrapp {
    position: relative; }
  .prod__back {
    position: absolute;
    right: 16rem;
    top: -7.5rem;
    z-index: 60; }
  .prod__header {
    font-size: 4.5rem;
    line-height: 5.2rem;
    letter-spacing: 0.99px; }
  .prod__category {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    display: block; }
  .prod__content {
    margin: 2.2rem 0 0;
    display: flex;
    flex-wrap: wrap; }
    .prod__content h2 {
      padding: 0 0 0.9rem;
      border-bottom: 1px solid #A7C195;
      display: inline-block; }
    .prod__content h3 {
      font-size: 3rem;
      line-height: 4rem; }
    .prod__content h4 {
      margin: 2rem 0 0;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 700; }
    .prod__content h5 {
      margin: 2rem 0 0;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: 700; }
    .prod__content p {
      margin: 2rem 0 0; }
    .prod__content ol {
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 2.5rem;
      counter-reset: olcontent; }
      .prod__content ol li {
        margin: 2rem 0 0;
        padding: 0 0 0 2.5rem;
        position: relative; }
        .prod__content ol li::before {
          content: counter(olcontent);
          counter-increment: olcontent;
          font-family: 'Playfair Display', serif;
          font-size: 3rem;
          color: #A7C195;
          position: absolute;
          left: 0;
          top: -0.5rem; }
    .prod__content ul {
      margin: 0.5rem 0 0;
      font-size: 1.6rem;
      line-height: 2.5rem;
      font-weight: 300; }
      .prod__content ul li {
        padding: 0 0 0 1.5rem;
        position: relative; }
        .prod__content ul li::before {
          content: '•';
          color: #A7C195;
          position: absolute;
          left: 0;
          top: 0; }
    .prod__content strong {
      font-weight: 700; }
  .prod__pack-box {
    width: 35%;
    padding: 4.5rem 15px 0 0; }
    .prod__pack-box img {
      margin: 0 auto;
      display: block; }
  .prod__btn {
    margin: 2rem auto 0; }
  .prod__desc {
    width: calc(65% - 220px);
    padding: 0 4.5rem 0 0; }
  .prod__composition {
    width: 220px;
    padding: 6.9rem 0 0; }
  .prod__composition-bag {
    max-width: 210px;
    margin: 1.5rem 0 0;
    display: flex;
    align-items: flex-start; }
    .prod__composition-bag img {
      max-width: 50px;
      margin: 0 1.5rem 0 0;
      display: block; }
    .prod__composition-bag p {
      margin: 0; }
      @media (min-width: 1024px) {
        .prod__composition-bag p {
          max-width: 150px; } }

.prod-more {
  margin: 13rem auto 0;
  /* &__list {
        margin: 6.5rem 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    &__item {
        width: calc(25% - 23px);
        margin: 0 30px 0 0;

        &:nth-child(4n) {
            margin: 0;
        }

        h2 {
            margin: 1.5rem 0 0;
            min-height: 9.6rem;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 2rem;
            line-height: 2.4rem;
            font-weight: 700;
        }
    }

    &__pack-wrapp {
        border: 1px solid $green4;
        display: block;

        img {
            margin: 0 auto;
            display: block;
        }
    } */ }
  .prod-more h1 {
    text-align: center; }
  .prod-more__btn {
    margin: 3.5rem auto 0; }

@media (max-width: 1023px) {
  .prod__pack-box {
    width: 30%;
    padding: 6.9rem 15px 0 0; }
  .prod__desc {
    width: calc(70% - 200px);
    padding: 0 3rem 0 0; }
  .prod__composition {
    width: 200px;
    padding: 6.9rem 0 0; }
  .prod-more {
    margin: 6rem auto 0;
    /* &__list {
            margin: 3.5rem 0 0;
        } */ } }

@media (max-width: 767px) {
  .prod {
    padding: 2rem 15px 0; }
    .prod__back {
      margin: 0 0 2rem;
      position: relative;
      right: 0;
      top: 0; }
    .prod__header {
      font-size: 4rem;
      line-height: 4.5rem; }
    .prod__pack-box {
      width: 100%;
      padding: 0; }
    .prod__btn {
      margin: 2rem auto 0; }
    .prod__desc {
      width: 100%;
      padding: 2rem 0 0; }
    .prod__composition {
      width: 100%;
      padding: 2rem 0 0; }
  /* .prod-more {

        &__list {
            flex-direction: column;
            align-items: center;
        }
    
        &__item {
            width: 100%;
            max-width: 255px;
            margin: 0 0 30px;
    
            &:nth-child(4n) {
                margin: 0 0 30px;
            }
    
            h2 {
                min-height: 4.8rem;
            }
        }
    } */ }

.recipes {
  padding: 5rem 15px 0;
  overflow: hidden; }
  .recipes h1, .recipes p {
    text-align: center; }
  .recipes p {
    margin: 2rem 0 0; }
  .recipes__content {
    margin: 3.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .recipes__list {
    width: 77%;
    display: flex;
    flex-wrap: wrap; }

.recipes-fltr {
  width: 23%;
  background: #F6F6F6;
  padding: 5.5rem 1rem 5.5rem 0;
  position: relative; }
  .recipes-fltr::before {
    content: '';
    width: 100vw;
    height: 100%;
    background: #F6F6F6;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%); }
  .recipes-fltr > span {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 0.06rem; }
  .recipes-fltr__group {
    margin: 2rem 0 0; }
    .recipes-fltr__group > span {
      font-size: 2rem;
      line-height: 2.4rem;
      font-weight: 700; }
    .recipes-fltr__group label {
      margin: 1.2rem 0 0;
      padding: 0 0 0 4.5rem;
      font-size: 1.6rem;
      line-height: 2.5rem;
      font-weight: 300;
      display: block;
      position: relative;
      cursor: pointer; }
      .recipes-fltr__group label span {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #ffffff;
        border: 1px solid #087634;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        transition: background-color .3s ease-out; }
        .recipes-fltr__group label span::before {
          content: 'X';
          font-family: 'Playfair Display', serif;
          font-size: 1.4rem;
          line-height: 1.4rem;
          font-weight: 300;
          color: #ffffff;
          opacity: 0;
          transition: opacity .15s ease-out; }
      .recipes-fltr__group label:hover input ~ span {
        background: #A7C195; }
    .recipes-fltr__group input {
      width: 0;
      height: 0;
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .recipes-fltr__group input:checked ~ span {
        background: #A7C195; }
        .recipes-fltr__group input:checked ~ span::before {
          opacity: 1; }

.recipes-item {
  width: calc(33.33% - 30px);
  max-width: 255px;
  margin: 0 0 20px 30px;
  padding: 0 0 10rem;
  position: relative;
  border: 1px solid #E5EFDF; }
  .recipes-item__img-wrapp {
    display: block;
    overflow: hidden; }
    .recipes-item__img-wrapp img {
      transition: transform .5s ease-out;
      transform: scale(1.02); }
      .recipes-item__img-wrapp img:hover {
        transform: scale(1.07); }
  .recipes-item__details {
    padding: 0.7rem 0 0.7rem 0.7rem;
    font-size: 1.2rem;
    line-height: 0;
    font-weight: 300;
    background: #F7F8F6;
    display: flex;
    align-items: center; }
  .recipes-item__cook-icon {
    width: 27px;
    height: 23px;
    margin: 0 8px 0 0;
    background: url("../img/icon-cook-white.svg") no-repeat center;
    background-size: cover;
    display: inline-block; }
    .recipes-item__cook-icon.filled {
      background: url("../img/icon-cook-green.svg") no-repeat center;
      background-size: cover; }
  .recipes-item__difficulty {
    margin: 0 12px 0 5px;
    display: block; }
  .recipes-item__time {
    margin: 0 0 0 5px;
    display: block; }
  .recipes-item__ingredients {
    display: flex;
    flex-wrap: wrap; }
  .recipes-item__ingredient {
    width: 50%; }
    .recipes-item__ingredient img {
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      display: block; }
  .recipes-item__content {
    margin: 1.5rem 0 0; }
    .recipes-item__content span {
      padding: 0 15px;
      font-size: 1.4rem;
      line-height: 1.4rem;
      letter-spacing: 0.07rem;
      text-transform: uppercase;
      display: block; }
    .recipes-item__content h2 {
      padding: 0 15px;
      min-height: 6.6rem;
      margin: 1rem 0 0;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.6rem;
      line-height: 2.2rem;
      font-weight: 700; }
    .recipes-item__content p {
      margin: 1rem 0 0;
      padding: 0 15px;
      text-align: left; }
      .recipes-item__content p:nth-of-type(2) {
        font-size: 1.4rem;
        line-height: 2.2rem; }
  .recipes-item__btn {
    position: absolute;
    bottom: 2.5rem;
    left: 15px; }

@media (max-width: 1023px) {
  .recipes__list {
    width: 77%; }
  .recipes-fltr {
    width: 23%; }
  .recipes-item {
    width: calc(50% - 30px);
    max-width: 255px; } }

@media (max-width: 767px) {
  .recipes {
    padding: 2rem 15px 0; }
    .recipes__content {
      margin: 2rem 0 0; }
    .recipes__list {
      width: 100%;
      margin: 2rem 0 0;
      justify-content: center; }
  .recipes-fltr {
    width: 100%;
    padding: 2rem 0; }
    .recipes-fltr__wrapp {
      display: flex;
      flex-wrap: wrap; }
    .recipes-fltr__group {
      width: 50%;
      margin: 2rem 0 0; }
  .recipes-item {
    width: 100%;
    margin: 0 15px 20px; }
    .recipes-item__content h2 {
      min-height: 4.4rem; } }

.recipe {
  padding: 2rem 15px 7rem; }
  .recipe__wrapp {
    position: relative; }
  .recipe__back {
    position: absolute;
    right: 0;
    top: -5.1rem;
    z-index: 60; }
  .recipe__category {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    display: block; }
  .recipe__header {
    margin: 4px 0 0;
    font-size: 4.5rem;
    line-height: 5.2rem;
    letter-spacing: 0.99px; }
  .recipe__inner-wrapp {
    margin: 5rem 0 4rem;
    display: flex;
    flex-wrap: wrap; }
  .recipe__img-wrapp {
    width: 50%;
    padding: 0 10% 0 0; }
    .recipe__img-wrapp img {
      margin: 0 auto;
      display: block; }
  .recipe__ingredients {
    width: 50%; }
  .recipe__icons-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 300; }
  .recipe__difficulty-wrapp {
    margin: 0 0 15px;
    display: flex;
    align-items: center; }
  .recipe__cook-icon {
    width: 37px;
    height: 32px;
    margin: 0 5px 0 0;
    background: url("../img/icon-cook-white.svg") no-repeat center;
    background-size: cover;
    display: inline-block; }
    .recipe__cook-icon.filled {
      background: url("../img/icon-cook-green.svg") no-repeat center;
      background-size: cover; }
  .recipe__time-wrapp {
    margin: 0 0 15px;
    display: flex;
    align-items: center; }
  .recipe__time-icon {
    width: 49px;
    height: 40px; }
  .recipe__difficulty {
    margin: 0 25px 0 10px;
    display: block; }
  .recipe__time {
    margin: 0 40px 0 5px;
    display: block; }
  .recipe__print {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .recipe__print span {
      margin: 0 0 0 10px;
      display: block; }
  .recipe__content h2 {
    margin: 2.5rem 0 0;
    padding: 0 0 0 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 700; }
  .recipe__content p {
    margin: 2rem 0 0; }
  .recipe__content ol {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.5rem;
    counter-reset: olcontent; }
    .recipe__content ol li {
      margin: 2rem 0 0;
      padding: 0 0 0 2.5rem;
      position: relative; }
      .recipe__content ol li::before {
        content: counter(olcontent);
        counter-increment: olcontent;
        font-family: 'Playfair Display', serif;
        font-size: 3rem;
        color: #A7C195;
        position: absolute;
        left: 0;
        top: -0.5rem; }
  .recipe__content ul {
    margin: 0.5rem 0 0;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 300; }
    .recipe__content ul li {
      padding: 0 0 0 1.5rem;
      position: relative; }
      .recipe__content ul li::before {
        content: '•';
        color: #A7C195;
        position: absolute;
        left: 0;
        top: 0; }
  .recipe__content strong {
    font-weight: 700; }
  .recipe__prod-box {
    margin: 4.5rem 0 0;
    display: flex;
    flex-wrap: wrap; }
  .recipe__stages {
    margin: 0 0 5rem; }
  .recipe__prod {
    width: calc(25% - 23px);
    margin: 0 30px 30px 0;
    padding: 3rem 0;
    border: 1px solid #E5EFDF; }
    .recipe__prod:nth-child(4n) {
      margin: 0 0 30px; }
    .recipe__prod img {
      margin: 0 auto;
      display: block; }
    .recipe__prod h3 {
      min-height: 10rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.6rem;
      line-height: 2.5rem;
      font-weight: 700; }
    .recipe__prod-content {
      padding: 0.8rem 3.5rem 0; }
  .recipe__btn {
    margin: 2rem 0 0; }

.recipe-teasers {
  margin: 9rem 0 0; }
  .recipe-teasers h2 {
    text-align: center; }
  .recipe-teasers__wrapp {
    margin: 5rem auto 0;
    display: flex;
    flex-wrap: wrap; }

.recipe-teaser {
  width: calc(25% - 22px);
  max-width: 255px;
  margin: 0 30px 20px 0;
  padding: 0 0 10rem;
  position: relative;
  border: 1px solid #E5EFDF; }
  .recipe-teaser:nth-child(4n) {
    margin: 0 0 20px; }

@media (max-width: 1200px) {
  .recipe-teasers__wrapp {
    max-width: 600px; }
  .recipe-teaser {
    width: 100%;
    margin: 0 15px 20px; }
    .recipe-teaser:nth-child(4n) {
      margin: 0 15px 20px; } }

@media (max-width: 1023px) {
  .recipe__img-wrapp {
    padding: 0 5% 0 0; }
  .recipe__prod-content {
    padding: 0.8rem 1rem 0; } }

@media (max-width: 767px) {
  .recipe {
    padding: 2rem 15px; }
    .recipe__back {
      margin: 0 0 2rem;
      position: relative;
      right: 0;
      top: 0; }
    .recipe__header {
      font-size: 3.5rem;
      line-height: 4rem; }
    .recipe__inner-wrapp {
      margin: 2rem 0; }
    .recipe__img-wrapp {
      width: 100%;
      padding: 0; }
    .recipe__icons-box {
      margin: 2rem 0 0;
      flex-direction: column;
      align-items: flex-start; }
    .recipe__ingredients {
      width: 100%; }
    .recipe__prod-box {
      margin: 2.5rem 0 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center; }
    .recipe__prod {
      width: 100%;
      max-width: 255px;
      margin: 0 0 30px; }
      .recipe__prod-content {
        padding: 0.8rem 3.5rem 0; }
  .recipe-teasers {
    margin: 4rem 0 0; }
    .recipe-teasers__wrapp {
      margin: 2.5rem auto 0; } }

.career {
  padding: 8rem 15px; }
  .career h1 {
    text-align: center; }
  .career__jobs {
    margin: 8rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .career__filters {
    width: 100%;
    max-width: 285px; }
  .career__filter-wrapp {
    margin: 0 0 3rem;
    display: inline-block;
    position: relative; }
    .career__filter-wrapp::before {
      content: url("../img/icon-select-arrow.svg");
      width: 1.2rem;
      height: 1rem;
      position: absolute;
      top: 50%;
      right: 2rem;
      transform: translateY(-50%);
      pointer-events: none; }
  .career__filter {
    width: 25.5rem;
    height: 5rem;
    padding: 0.5rem 2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 900;
    border: 1px solid #087634;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .career__filter option {
      font-size: 1.6rem;
      line-height: 2rem; }
  .career__jobs-list {
    width: 570px;
    max-width: calc(100% - 285px); }
  .career__job {
    margin: 0 0 2rem;
    padding: 1.4rem 3rem 2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300;
    background: #F7F8F6;
    position: relative; }
    .career__job::before {
      content: '';
      width: 2px;
      height: 100%;
      background: #A7C195;
      position: absolute;
      top: 0;
      left: 0; }
    .career__job h2 {
      margin: 1rem 0 0;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 2rem;
      line-height: 2.4rem;
      font-weight: 700; }
    .career__job img {
      margin: 0 1.5rem 0 0;
      display: block; }
    .career__job span {
      margin: 0 3rem 0 0;
      display: block; }
  .career__job-icons {
    margin: 1.5rem 0 0;
    display: flex;
    align-items: center; }
  .career__link {
    position: absolute;
    bottom: 2.5rem;
    right: 3rem; }

@media (max-width: 767px) {
  .career {
    padding: 3rem 15px; }
    .career__jobs {
      margin: 3rem 0 0; }
    .career__filters {
      width: 100%;
      max-width: none; }
    .career__filter-wrapp {
      margin: 0 0 2rem; }
    .career__jobs-list {
      width: 100%;
      max-width: none; }
    .career__link {
      margin: 2rem 0 0;
      position: relative;
      bottom: 0;
      right: 0; } }

.handbook {
  max-width: 1310px;
  margin: 0 auto;
  padding: 11rem 0 6rem;
  background: #F7F8F6;
  position: relative;
  top: -7rem; }
  .handbook__search {
    max-width: 540px;
    margin: 5rem auto 7rem;
    padding: 1.5rem 1rem 2.5rem;
    background: #ffffff; }
  .handbook__input-wrapp {
    max-width: 330px;
    margin: 0 auto;
    position: relative; }
    .handbook__input-wrapp::before {
      content: '';
      width: 2.3rem;
      height: 2.3rem;
      background: url("../img/icon-search.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .handbook__input-wrapp::after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      background: #A7C195;
      left: 0;
      bottom: 0; }
  .handbook__input {
    width: 100%;
    padding: 1.7rem 3rem 1.7rem 4.2rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
    border: none; }
    .handbook__input::placeholder {
      font-size: 1.2rem;
      line-height: 1.2rem;
      font-weight: 300;
      letter-spacing: 0.22rem;
      text-transform: uppercase; }
  .handbook__wrapp {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap; }
  .handbook__item {
    width: calc(33.33% - 30px);
    margin: 0 15px 50px;
    position: relative;
    /*         &:nth-child(3n) {
                margin: 0 0 50px;
            } */ }
    .handbook__item:nth-child(3n + 2) {
      top: -70px; }
    .handbook__item:link, .handbook__item:visited {
      color: #000000; }
    .handbook__item:hover .handbook__item-wrapp {
      opacity: 1; }
    .handbook__item:hover .handbook__item-fruit {
      transform: scale(0.45); }
    .handbook__item-wrapp {
      padding: 0 0 40%;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
      transition: opacity .2s .1s linear; }
    .handbook__item-content {
      padding: 11.5rem 2.5rem 5.5rem;
      background: #ffffff; }
    .handbook__item-fruit-wrapp {
      position: relative; }
    .handbook__item-fruit {
      position: absolute;
      bottom: 2rem;
      left: -2rem;
      transform-origin: bottom left;
      transition: transform .2s linear; }
    .handbook__item-title {
      padding: 0 2rem 0 0;
      font-size: 2rem;
      line-height: 2.6rem;
      display: inline-block;
      position: relative; }
      .handbook__item-title::after {
        content: url(../img/icon-dropdown-arrow.svg);
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-90deg);
        transition: transform .3s ease-out; }

.handbook-content {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40; }
  .handbook-content__wrapp {
    max-width: 980px;
    margin: 605px auto;
    background: #ffffff;
    box-shadow: 5px 20px 50px #0000000A;
    opacity: 0;
    transform: scale(0.7);
    transition: transform .3s ease-out, opacity .3s ease-out; }
    .handbook-content__wrapp.show {
      opacity: 1;
      transform: scale(1); }
  .handbook-content__header-img {
    margin: 0 auto;
    display: block; }
  .handbook-content__content {
    padding: 6.5rem 11rem 8.5rem 7rem; }
    .handbook-content__content p {
      margin: 2rem 0 0; }
    .handbook-content__content h2 {
      margin: 4rem 0 0;
      font-size: 3rem;
      line-height: 4rem;
      letter-spacing: 0.06rem; }
    .handbook-content__content strong {
      font-weight: 700; }
    .handbook-content__content ul {
      margin: 2.5rem 0 0;
      font-weight: 300; }
      .handbook-content__content ul li {
        padding: 0 0 0 1.5rem;
        position: relative; }
        .handbook-content__content ul li::before {
          content: '•';
          color: #A7C195;
          position: absolute;
          left: 0;
          top: 0; }
    .handbook-content__content ol {
      font-weight: 300;
      counter-reset: olcontent; }
      .handbook-content__content ol li {
        margin: 2rem 0 0;
        padding: 0 0 0 2.5rem;
        font-size: 1.6rem;
        line-height: 2.5rem;
        position: relative; }
        .handbook-content__content ol li::before {
          content: counter(olcontent);
          counter-increment: olcontent;
          font-family: 'Playfair Display', serif;
          font-size: 30px;
          font-weight: 300;
          color: #A7C195;
          position: absolute;
          left: 0;
          top: -0.4rem; }
  .handbook-content__link {
    padding: 0 0 0 1.4rem;
    margin: 0 0 5rem; }
    .handbook-content__link::before {
      right: auto;
      left: 0;
      transform: rotate(90deg); }
  .handbook-content i, .handbook-content em {
    font-style: italic; }

@media (max-width: 1023px) {
  .handbook__wrapp {
    max-width: 740px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  .handbook__item {
    width: 100%;
    max-width: 350px;
    margin: 0 8px 35px;
    position: relative;
    /* &:nth-child(3n) {
          margin: 0 8px 35px;
      } */ }
    .handbook__item:nth-child(3n + 2) {
      top: 0; }
    .handbook__item-wrapp {
      opacity: 1; }
    .handbook__item-fruit {
      transform: scale(0.45); }
  .handbook-content__wrapp {
    margin: 465px auto; }
  .handbook-content__content {
    padding: 6.5rem 2rem 8.5rem; } }

@media (max-width: 767px) {
  .handbook__input {
    text-align: center;
    letter-spacing: 0; }
    .handbook__input::placeholder {
      text-align: center;
      letter-spacing: 0; }
  .handbook__wrapp {
    justify-content: center; }
  .handbook-content__content {
    padding: 3.5rem 1.2rem 8.5rem; }
  .handbook-content__link {
    margin: 0 0 2rem; } }

.structure {
  padding: 0 15px; }
  .structure__content h1 {
    margin: 5.5rem 0 0; }
  .structure__content h2 {
    margin: 5.5rem 0 0; }
  .structure__content p {
    margin: 2.5rem 0 0;
    line-height: 2.5rem; }
  .structure__prizes-list {
    margin: 2.5rem auto 0;
    display: flex;
    flex-wrap: wrap; }
  .structure__prize {
    width: calc(25% - 24px);
    margin: 0 30px 60px 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300; }
    .structure__prize:nth-child(4n) {
      margin: 0 0 60px; }
    .structure__prize h3 {
      margin: 1.7rem 0 0;
      min-height: 4.8rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 2rem;
      line-height: 2.4rem;
      font-weight: 700; }
    .structure__prize p {
      margin: 1.5rem 0 0;
      font-size: 1.4rem;
      line-height: 2.5rem; }

@media (max-width: 1023px) {
  .structure__prizes-list {
    margin: 2.5rem auto 0;
    display: flex;
    flex-wrap: wrap; }
  .structure__prize {
    width: 100%;
    max-width: 349px;
    margin: 0 20px 60px 0; }
    .structure__prize:nth-child(4n) {
      margin: 0 20px 60px 0; } }
