@charset "UTF-8";
/*! Main stylesheet */
@import url("https://fonts.googleapis.com/css?family=Raleway:600&display=swap");
@import url("https://use.typekit.net/ebj5mpu.css");
@import url(components/recycle_map.css);
@font-face {
  font-family: FuturaBold;
  src: url(../media/fonts/Futura-Bold.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../media/fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../media/fonts/FuturaPT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Raleway-SemiBold;
  src: url(../media/fonts/Raleway-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: "futura-pt-heavy";
  src: url("https://fontsme.com/wp-data/f/745/14745/file/FuturaPTHeavy.otf") format("woff"), url("https://fontsme.com/wp-data/f/745/14745/file/FuturaPTHeavy.otf") format("opentype"), url("https://fontsme.com/wp-data/f/745/14745/file/FuturaPTHeavy.otf") format("truetype");
}

h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  h2 {
    font-size: 5vw;
    line-height: 4.6vw;
  }
}

h3 {
  font-size: 28px;
  line-height: 28px;
  margin: 5px 0;
}

@media (min-width: 768px) {
  h3 {
    font-size: 4vw;
    line-height: 3.6vw;
  }
}

h4 {
  font-size: 22px;
  line-height: 22px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

.headline {
  font-family: 'Futura PT', FuturaBold, sans-serif;
  color: #41433E;
  letter-spacing: .2px;
}

.headline_center {
  text-align: center;
}

.headline_centerdesk {
  padding: 20px;
}

@media (min-width: 768px) {
  .headline_centerdesk {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}

.headline_primary {
  color: #008C15;
}

.headline_right {
  text-align: right;
}

.headline mark {
  background-color: transparent;
  color: #78BE21;
}

.smallsign {
  font-family: Raleway-SemiBold, sans-serif;
  color: #41433E;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .smallsign {
    font-size: 14px;
    line-height: 20px;
  }
}

.text {
  font-family: Raleway-SemiBold, sans-serif;
  color: #41433E;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .text {
    font-size: 18px;
    line-height: 32px;
  }
}

.text_small {
  font-size: 12px;
  line-height: 16px;
}

.text_center {
  text-align: center;
}

.text .copiright {
  color: #fff;
  text-decoration: underline !important;
}

.tagline {
  display: none;
  opacity: 0.6;
  margin-bottom: -10px;
}

.label {
  position: relative;
  width: 80%;
  padding: 0 0 0 20px;
}

.label_right {
  text-align: right;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Raleway-SemiBold, sans-serif;
  color: #41433E;
  background: -webkit-gradient(linear, left top, right top, from(#e3ffe7), to(#d9e7ff));
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.header {
  width: 100%;
  position: absolute;
  z-index: 1000;
}

.headlogo {
  position: absolute;
  width: 120px;
  top: 20px;
  right: 20px;
}

.headlogo img {
  width: 100%;
}

@media (min-width: 768px) {
  .headlogo {
    width: 160px;
    top: 20px;
    left: 50%;
    margin-left: -80px;
  }
}

.mlogo {
  position: absolute;
  width: 160px;
  top: 20px;
  left: 50%;
  margin-left: -80px;
}

.mlogo img {
  width: 100%;
}

.header {
  top: 0;
}

.footer {
  position: relative;
  min-height: 220px;
  background: #78BE21;
}

.footer .pattern {
  position: relative;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url("../media/footerpattern.png");
  width: 100%;
  height: 250px;
  -webkit-animation: patternmove 20s linear 0s infinite forwards;
          animation: patternmove 20s linear 0s infinite forwards;
}

@-webkit-keyframes patternmove {
  0% {
    background-position: 800px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes patternmove {
  0% {
    background-position: 800px 0;
  }
  100% {
    background-position: 0 0;
  }
}

.main {
  position: relative;
  width: 100%;
}

.hide {
  opacity: 0;
}

.disable {
  display: none !important;
}

.cover {
  width: 100%;
  min-height: 860px;
}

.container {
  background: white;
}

.container_disable {
  height: 100%;
  overflow: hidden;
}

.container a {
  text-decoration: none !important;
}

.section {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .section_regular {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section_cover {
  max-height: 860px;
}

@media (min-width: 768px) {
  .section_cover {
    max-height: unset;
  }
}

.section_end {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .section_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 160px;
  }
}

@media (min-width: 768px) {
  .section_aftersticky {
    top: -50vh;
  }
}

.canvas {
  display: block;
  margin: auto;
  width: 100%;
}

canvas.canvid {
  height: 100%;
}

.videowrap {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 70vh;
  overflow: hidden;
}

@media (min-width: 768px) {
  .videowrap {
    max-width: 60vw;
    min-height: 400px;
  }
}

.videowrap .videoback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.videowrap .videoback video {
  width: unset;
  height: 100%;
}

@media (min-width: 768px) {
  .videowrap .videoback video {
    width: 100%;
    height: unset;
  }
}

.mobproportion .videoback video {
  height: 100%;
  width: 120%;
}

.mobproportion .canvid {
  height: 100%;
  width: 120%;
}

.steps_item {
  width: 100%;
}

.steps_item .canvid {
  height: 100%;
  width: 100%;
}

.graphmat {
  width: 100%;
}

@media (min-width: 768px) {
  .graphmat {
    width: 55%;
    border-right: #78BE21 1px solid;
  }
}

.graphmat img {
  width: 100%;
}

.mob {
  display: block;
}

@media (min-width: 768px) {
  .mob {
    display: none;
  }
}

.desk {
  display: none;
}

@media (min-width: 768px) {
  .desk {
    display: block;
  }
}

.imgmat {
  width: 100%;
}

@media (min-width: 768px) {
  .imgmat {
    width: unset;
  }
}

.imgmat img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgmat_fix {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.imgmat_safe {
  position: absolute;
  z-index: -20;
  height: 100%;
}

@media (min-width: 768px) {
  .imgmat_safe {
    height: 100%;
  }
}

.contentcover {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 0;
  margin-bottom: 30%;
}

.contentcover .text {
  color: white;
  text-shadow: 0 2px 4px rgba(57, 57, 57, 0.2);
}

@media (min-width: 768px) {
  .contentcover {
    width: 60%;
    margin: 0;
    left: 20%;
    padding-bottom: 20%;
  }
  .contentcover .text {
    color: white;
    font-size: 2vw;
    line-height: 2.4vw;
  }
}

.contentholder {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 0;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .contentholder {
    position: relative;
    width: 45%;
    left: unset;
    bottom: unset;
    padding: 60px 10% 60px 60px;
    overflow: hidden;
  }
}

.contentholder_top {
  position: relative;
  bottom: unset;
  top: 20%;
}

.contentholder .content_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 150px;
  height: 90px;
  left: -80px;
  border-radius: 50px;
  -webkit-box-shadow: rgba(34, 52, 43, 0.2) 0 4px 16px;
          box-shadow: rgba(34, 52, 43, 0.2) 0 4px 16px;
}

@media (min-width: 768px) {
  .contentholder .content_ico {
    width: 200px;
    left: -140px;
  }
}

.contentholder .content_ico img {
  position: absolute;
  right: 0;
  height: 100%;
}

.contentholder_white p, .contentholder_white h1, .contentholder_white h2, .contentholder_white h3, .contentholder_white .text, .contentholder_white .headline {
  color: white;
  text-shadow: 0 2px 4px rgba(57, 57, 57, 0.2);
}

@media (min-width: 768px) {
  .contentholder_white p, .contentholder_white h1, .contentholder_white h2, .contentholder_white h3, .contentholder_white .text, .contentholder_white .headline {
    color: #008C15;
    text-shadow: unset;
  }
}

@media (min-width: 768px) {
  .contentholder_white .text_green {
    color: #008C15;
    text-shadow: unset;
  }
}

.contentholder_green p, .contentholder_green h1, .contentholder_green h2, .contentholder_green h3, .contentholder_green .text, .contentholder_green .headline {
  color: #008C15;
}

.contentholder_ofset {
  position: absolute;
  height: 240px;
  bottom: 0;
  width: 100%;
  padding: 20px 40px;
  left: 0;
}

@media (min-width: 768px) {
  .contentholder_ofset {
    width: 40%;
    background: rgba(255, 251, 251, 0.8);
    border-radius: 30px;
    margin: 8%;
    height: unset;
    max-height: 340px;
    left: unset;
  }
}

.contentholder_relative {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  left: 0;
}

.imgline {
  background-image: url("../media/pattern_bag.jpg");
  position: relative;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}

@media (min-width: 768px) {
  .imgline {
    height: 420px;
    background-repeat: repeat-x;
    background-size: contain;
  }
}

@-webkit-keyframes patternline {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 300px;
  }
}

@keyframes patternline {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 300px;
  }
}

.contenthero {
  position: relative;
  padding: 20% 20px 0 20px;
  z-index: 400;
}

@media (min-width: 768px) {
  .contenthero {
    padding: 10% 20% 6% 20%;
  }
}

@media (min-width: 768px) {
  .contenthero .logo {
    width: 50%;
  }
}

.contentregular {
  position: relative;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .contentregular {
    padding: 0 20% 60px;
  }
}

.contentregular img {
  width: 100%;
}

.contentregular_separate {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .contentregular_separate {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .stepslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 60px;
  }
}

.stepslist .headline {
  margin: 10px 20px 40px 40px;
}

@media (min-width: 768px) {
  .stepslist .headline {
    margin: -10px 20px 40px 40px;
  }
}

.stepslist img {
  width: 100%;
}

@media (min-width: 768px) {
  .stepslist__item {
    padding: 10px;
  }
}

.featureblock {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .featureblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.featureblock img {
  width: 100%;
}

.featureblock .content {
  padding: 0 20px;
  position: relative;
}

@media (min-width: 768px) {
  .featureblock .content {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 60px;
  }
}

.innovation_line {
  position: relative;
  width: 100%;
  height: 620px;
  margin-top: -25%;
  background-image: url("../media/bottle_innovations.jpg");
  background-repeat: repeat-x;
  background-size: cover;
}

@media (min-width: 768px) {
  .innovation_line {
    background-size: contain;
    margin-top: -11%;
  }
}

@-webkit-keyframes innovationline {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1020px;
  }
}

@keyframes innovationline {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1020px;
  }
}

.headline_vector {
  width: 100%;
  margin-top: 20px;
  padding-right: 40px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .headline_vector {
    width: 80% !important;
    margin-bottom: 60px;
  }
}

.canvaSprite {
  width: 100%;
}

.scrollhint {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  margin: auto;
  padding: 25px;
  pointer-events: none;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media (min-width: 768px) {
  .scrollhint {
    height: 120px;
    padding: 30px;
  }
}

.scrollhint img {
  position: relative;
  height: 100%;
  -webkit-animation: hintmove 1.4s 0s ease-out infinite forwards;
          animation: hintmove 1.4s 0s ease-out infinite forwards;
}

@-webkit-keyframes hintmove {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}

@keyframes hintmove {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes tipsy {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes tipsy {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
            transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
            transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

.borderotor {
  position: absolute;
  top: 60%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.borderotor:before, .borderotor:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120px;
  border: 16px solid #78BE21;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
          transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -webkit-animation: 10s infinite alternate ease-in-out tipsy;
          animation: 10s infinite alternate ease-in-out tipsy;
}

.borderotor:before {
  border-color: #78BE21 #78BE21 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: -1;
  background: rgba(0, 255, 162, 0.47);
}

.borderotor:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #78BE21 #78BE21;
}

.htline {
  width: 100%;
  height: 20px;
  background: #78BE21;
  background-image: url("/static/media/htline.png");
  background-repeat: repeat-x;
}

.htline.goleft {
  -webkit-animation: movehtline 12s linear 0s infinite forwards;
          animation: movehtline 12s linear 0s infinite forwards;
}

.htline.goright {
  animation: movehtline 16s linear 0s infinite reverse;
}

@-webkit-keyframes movehtline {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -400px;
  }
}

@keyframes movehtline {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -400px;
  }
}

.bkg_paty {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, #00fbba, #00b7fb, #ef8dff);
  background-size: 600% 600%;
  -webkit-animation: bkggradient 8s ease infinite;
          animation: bkggradient 8s ease infinite;
}

@-webkit-keyframes bkggradient {
  0% {
    background-position: 75% 0%;
  }
  50% {
    background-position: 26% 100%;
  }
  100% {
    background-position: 75% 0%;
  }
}

@keyframes bkggradient {
  0% {
    background-position: 75% 0%;
  }
  50% {
    background-position: 26% 100%;
  }
  100% {
    background-position: 75% 0%;
  }
}

.cookie_block {
  position: fixed;
  width: 100%;
  height: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  color: #133554;
  bottom: 0;
  left: 0;
  z-index: 10199;
  padding: 10px;
  text-align: center;
}

.cookie_block span {
  font-size: 12px;
  text-align: center;
  margin: auto;
}

.cookie_block .cookie_link {
  display: inline-block;
  color: #133554 !important;
  padding: 2px 12px;
  line-height: 20px;
  font-size: 12px;
  white-space: nowrap;
  margin: 0 10px;
  margin-top: 10px;
  text-decoration: underline;
}

.cookie_block .cookie_link:last-child {
  border: 1px solid #133554;
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer;
  padding: 6px 17px;
}

.sociallink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fa {
  padding: 5px;
  font-size: 30px !important;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  -webkit-transition: border-radius .4s ease-out, background .6s, color .7s, -webkit-transform .4s ease-in;
  transition: border-radius .4s ease-out, background .6s, color .7s, -webkit-transform .4s ease-in;
  transition: transform .4s ease-in, border-radius .4s ease-out, background .6s, color .7s;
  transition: transform .4s ease-in, border-radius .4s ease-out, background .6s, color .7s, -webkit-transform .4s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: rgba(255, 255, 255, 0);
  color: white;
  border-radius: 20px;
}

.fa:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: white;
  color: #78BE21;
}

.socontainer {
  position: relative;
  width: 100%;
  text-align: center;
}

.pic {
  width: 100%;
}

.pic_square img {
  width: 100%;
}

.loader {
  --path: #78BE21;
  --dot: #008C15;
  --duration: 2s;
  width: 44px;
  height: 44px;
  position: relative;
}

.loader:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background: var(--dot);
  top: 37px;
  left: 19px;
  -webkit-transform: translate(-18px, -18px);
          transform: translate(-18px, -18px);
  -webkit-animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.loader svg {
  display: block;
  width: 100%;
  height: 100%;
}

.loader svg polygon {
  fill: none;
  stroke: var(--path);
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.loader svg polygon {
  stroke-dasharray: 145 76 145 76;
  stroke-dashoffset: 0;
  -webkit-animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.loader.triangle {
  width: 48px;
}

.loader.triangle:before {
  left: 21px;
  -webkit-transform: translate(-10px, -18px);
          transform: translate(-10px, -18px);
  -webkit-animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

@-webkit-keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74;
  }
  66% {
    stroke-dashoffset: 147;
  }
  100% {
    stroke-dashoffset: 221;
  }
}

@keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74;
  }
  66% {
    stroke-dashoffset: 147;
  }
  100% {
    stroke-dashoffset: 221;
  }
}

@-webkit-keyframes dotTriangle {
  33% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(10px, -18px);
            transform: translate(10px, -18px);
  }
  100% {
    -webkit-transform: translate(-10px, -18px);
            transform: translate(-10px, -18px);
  }
}

@keyframes dotTriangle {
  33% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  66% {
    -webkit-transform: translate(10px, -18px);
            transform: translate(10px, -18px);
  }
  100% {
    -webkit-transform: translate(-10px, -18px);
            transform: translate(-10px, -18px);
  }
}

.loader {
  display: inline-block;
  margin: 0 16px;
  margin-left: 50%;
  left: -24px;
  top: 40%;
}

.loaderholder {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  z-index: 900;
  pointer-events: none;
}

.button {
  font-family: 'Futura PT', FuturaBold, sans-serif;
  color: #41433E;
  letter-spacing: .2px;
  border-radius: 60px;
  background: #068e14;
  background: linear-gradient(60deg, #068e14 0%, #6fbb1f 100%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: white;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button__primary {
  font-size: 18px;
  padding: 20px 40px;
  margin: auto;
  margin-bottom: 30px;
}

.button:hover {
  background: linear-gradient(-60deg, #068e14 0%, #6fbb1f 100%);
}

.button_map {
  position: absolute;
  top: 40%;
  width: 260px;
  left: -130px;
  margin-left: 50%;
  pointer-events: none;
  text-align: center;
}

.link {
  font-family: Raleway-SemiBold, sans-serif;
  color: #41433E;
  color: #008C15;
  text-decoration: underline;
  margin: auto;
}

.link:hover {
  color: #B1ED67;
}

.link__primary {
  text-align: center;
  margin-bottom: 30px;
}

.link_mobinverse {
  color: white;
}

@media (min-width: 768px) {
  .link_mobinverse {
    color: #008C15;
  }
}

.link__bold {
  font-family: 'Futura PT', FuturaBold, sans-serif;
  color: #41433E;
  letter-spacing: .2px;
  color: white;
  font-size: 18px;
  padding: 20px 0 30px 0;
}

.accordion_body {
  background-color: white;
  padding: 15px 15px 0 0;
}

@media (min-width: 768px) {
  .accordion_body {
    position: relative;
    width: 45%;
    left: unset;
  }
}

.accordion_body_center {
  padding: 15px 15px 0 0;
}

@media (min-width: 768px) {
  .accordion_body_center .panel {
    width: 80%;
    padding: 0 20%;
  }
}

.accordion {
  width: 100%;
  min-height: 96px;
  font-family: 'Futura PT', FuturaBold, sans-serif;
  color: #41433E;
  letter-spacing: .2px;
  font-size: 28px;
  background-color: #008C15;
  color: white;
  cursor: pointer;
  padding: 30px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  border-radius: 0 100px 100px 0;
  border-top: solid 3px #a8deb5;
  border-bottom: solid 2px #0a4b1c;
  -webkit-box-shadow: rgba(34, 52, 43, 0.4) 0 4px 16px;
          box-shadow: rgba(34, 52, 43, 0.4) 0 4px 16px;
  z-index: 120;
}

@media (min-width: 768px) {
  .accordion {
    padding: 30px 30px 30px 60px;
  }
}

.accordion.active {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-radius: 0;
  margin: 0;
}

.accordion:hover {
  background-color: #78BE21;
}

.accordion:after {
  content: '\002B';
  font-weight: lighter;
  color: white;
  font-size: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #78BE21;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 67, 10, 0.55) 0 4px 10px;
          box-shadow: rgba(0, 67, 10, 0.55) 0 4px 10px;
  -webkit-transition: background .3s ease-out, padding .4s ease-out;
  transition: background .3s ease-out, padding .4s ease-out;
}

@media (min-width: 768px) {
  .accordion_centerpage {
    padding: 30px 30px 30px 20%;
  }
}

.accordion_hidecontainer {
  position: fixed;
  bottom: 0;
}

.accordion_hide {
  width: 100%;
  min-height: 26px;
  font-family: 'Futura PT', FuturaBold, sans-serif;
  color: #41433E;
  letter-spacing: .2px;
  font-size: 18px;
  background-color: #008C15;
  color: white;
  cursor: pointer;
  padding: 20px 10px;
  border-bottom: solid 1px white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px 30px 0 0;
}

@media (min-width: 768px) {
  .accordion_hide {
    padding: 10px 20px;
  }
}

.accordion_hide:hover {
  background-color: #78BE21;
}

.active:after {
  content: "згорнути";
  background: #C8102E;
  width: unset;
  font-size: 14px;
  padding: 10px 20px;
}

.active {
  background-color: #78BE21;
}

.plastico {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: -70px;
}

.plastico img {
  width: 100%;
}

@media (min-width: 768px) {
  .plastico {
    margin-bottom: -100px;
    width: 90px;
    height: 90px;
  }
}

.panel {
  padding: 0 20px;
  background-color: #d7edc4;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  border-radius: 0 0 50px;
}

@media (min-width: 768px) {
  .panel {
    padding: 0 20% 0 10%;
  }
}

.panel .inimg {
  width: 100%;
}

.panel .headline {
  margin: 30px 0 20px 0;
}

.panel .text {
  margin-top: 15px;
  margin-bottom: 40px;
}

.panel .fa:hover {
  -webkit-transform: unset;
          transform: unset;
  background: unset;
  color: #008C15;
}

.back {
  position: fixed;
  width: 70px;
  height: 70px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: .7;
}

.back:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vieweffect {
  -webkit-transition: opacity 0.2s ease-out, top 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: opacity 0.2s ease-out, top 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: opacity 0.2s ease-out, transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53), top 0.3s ease-in-out;
  transition: opacity 0.2s ease-out, transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53), top 0.3s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  opacity: .0;
  top: 80px;
}

@media (min-width: 768px) {
  .vieweffect {
    -webkit-transform: scale(1, 0.75);
            transform: scale(1, 0.75);
  }
}

@media (min-width: 768px) {
  .vieweffect .contentholder {
    top: 100px;
    -webkit-transition: top .3s ease-out;
    transition: top .3s ease-out;
  }
}

.inview {
  opacity: 1;
  top: 0;
}

@media (min-width: 768px) {
  .inview {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media (min-width: 768px) {
  .inview .contentholder {
    top: 0;
  }
}

.bottleline {
  height: 600px !important;
}

.bottleline .item {
  width: 60vw;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.bottleline .item img {
  width: 100%;
}

.bottleline .text {
  color: #008C15;
  position: relative;
  top: 10%;
  left: 16%;
  z-index: 900;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all .6s .3s ease-out;
  transition: all .6s .3s ease-out;
}

.bottleline .tns-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bottleline .tns-slide-active .text {
  margin-bottom: -30px;
  opacity: 1;
}

.bottleline .tns-slide-active .text::before {
  content: " ";
  border-right: solid 2px #008C15;
  padding-bottom: 32px;
  top: 60px;
  position: relative;
}

.tns-outer {
  max-height: 380px;
}

@media (min-width: 768px) {
  .tns-outer {
    max-height: 860px;
  }
}

.tns-controls [data-controls] {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.82);
  color: rgba(0, 140, 21, 0);
  border: none;
  top: 65%;
  z-index: 300;
  height: 60px;
  width: 60px;
  outline: none;
  -webkit-box-shadow: rgba(34, 52, 43, 0.2) 0 4px 16px;
          box-shadow: rgba(34, 52, 43, 0.2) 0 4px 16px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.tns-outer [data-action] {
  display: none;
}

.tns-outer [aria-label="Carousel Pagination"] {
  display: none;
}

.tns-controls [data-controls]:disabled {
  opacity: .4;
}

.tns-controls [data-controls="next"] {
  right: 0;
  border-radius: 40px 0 0 40px;
  background-image: url("../media/round-arrow_next.svg");
}

.tns-controls [data-controls="prev"] {
  border-radius: 0 40px 40px 0;
  background-image: url("../media/round-arrow_prev.svg");
}

/*# sourceMappingURL=main.css.map */
