@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&xmedium=45.3125em&large=64em&xlarge=76.25em&xxlarge=90em&xxxlarge=121.25em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 29px 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
  @media screen and (max-width: 39.9375em) {
	  body {
		margin: 0; } }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 110.25rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 110.25rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 110.25rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 110.25rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

@media screen and (max-width: 121.1875em) {
  html {
    font-size: 9px; } }

@media screen and (max-width: 89.9375em) {
  html {
    font-size: 9px; } }

@media screen and (max-width: 76.1875em) {
  html {
    font-size: 9px; } }

@media screen and (max-width: 63.9375em) {
  html {
    font-size: 7px; } }

@media screen and (max-width: 45.25em) {
  html {
    font-size: 6px; } }

body {
  font-family: DINOT-Cond, sans-serif;
  font-size: 34px;
  color: #233976;
  padding-top: 13.75rem;
  position: relative;
  left: 0; }

h1 {
  border-bottom: solid 1px #e44826; }

h2 {
  color: #ffffff;
  font-size: 3.75rem;
  line-height: 4.375rem;
  text-transform: uppercase;
  font-family: DINOT-CondMedium, sans-serif; }

h3 {
  font-family: DINOT-Cond, sans-serif;
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 2.1875rem; }

h4 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: normal;
  margin: 0; }

h5 {
  text-transform: uppercase; }

h6 {
  font-size: 2.1875rem;
  line-height: 3.125rem;
  font-family: DINOT-medium, sans-serif;
  color: #233976;
  margin: 1.875rem 0; }

p {
  line-height: 2.8125rem;
  font-size: 1.875rem;
  font-family: DINOT-light, sans-serif;
  margin-bottom: 1.875rem; }

ul, ol {
  font-size: 1.5625rem;
  font-family: DINOT-light, sans-serif;
  font-weight: 300;
  text-transform: uppercase; }

label {
  font-size: 1.875rem;
  line-height: 1.875rem; }

.container {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .container::before, .container::after {
    content: ' ';
    display: table; }
  .container::after {
    clear: both; }
  .container.-indented {
    padding: 0 9rem; }

.button {
  border: 1px solid #e44826;
  padding: 0.3125rem 4.375rem;
  height: 3.75rem;
  font-size: 1.875rem;
  font-family: DINOT-Cond, sans-serif;
  color: #1e1846;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }

sup {
  top: -0.3em; }

@media screen and (max-width: 39.9375em) {
  .is-reveal-open {
    overflow: visible !important; } }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ''; }
    [dir="rtl"] .slick-prev:before {
      content: ''; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ''; }
    [dir="rtl"] .slick-next:before {
      content: ''; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev {
  border-top: 1px solid #e44826;
  border-left: 1px solid #e44826;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -100px; }

.slick-next {
  border-top: 1px solid #e44826;
  border-right: 1px solid #e44826;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -100px; }

.sixteen-nine {
  position: relative; }
  .sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .sixteen-nine > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }

.ie9 .banner-text-center img {
  display: block; }

.banner-text-center {
  position: relative;
  margin: auto;
  max-width: 1920px;
  z-index: 5; }
  .banner-text-center img {
    display: none; }
    @media screen and (max-width: 39.9375em) {
      .banner-text-center img {
        display: block; } }
  .banner-text-center iframe {
    max-width: 1920px;
    width: 100%;
    height: 150%;
    position: absolute;
    top: -25%;
    border: 1px solid #000; }
  .banner-text-center .banner-content {
    text-transform: uppercase;
    position: absolute;
    top: 46%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
    float: none; }
    .banner-text-center .banner-content:after, .banner-text-center .banner-content:before {
      content: "";
      position: absolute;
      display: block;
      border-top: solid 0.3125rem #ffffff;
      width: 33%;
      left: 33%; }
    .banner-text-center .banner-content .banner-second-line {
      font-family: DINOT-CondBlack, sans-serif;
      font-size: 9.5625rem;
      line-height: 0.7;
      margin: 0 0 5.625rem 0;
      white-space: nowrap; }
      @media screen and (max-width: 39.9375em) {
        .banner-text-center .banner-content .banner-second-line {
          margin: 0 0 10px 0;
          font-size: 37px;
          line-height: 45px; } }
    .banner-text-center .banner-content .banner-first-line {
      font-family: DINOT-Cond, sans-serif;
      font-size: 3.125rem;
      line-height: 1;
      margin: 4.375rem 0 0 0;
      white-space: nowrap;
      padding-bottom: 15px; }
      @media screen and (max-width: 39.9375em) {
        .banner-text-center .banner-content .banner-first-line {
          margin: 10px 0 0 0;
          font-size: 17px;
          line-height: 26px; } }

.banner-element {
  width: 100%;
  position: relative;
  margin: auto;
  max-width: 1920px;
  float: none;
  z-index: 5; }
  .banner-element.product-main {
    background: #e44826;
    padding-top: 13.125rem;
    padding-bottom: 13.125rem; }
    .banner-element.product-main .banner-content {
      width: 55%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 22.5%;
      text-transform: uppercase;
      text-align: center;
      z-index: 0;
      color: #ffffff;
      float: none; }
      @media screen and (min-width: 40em) {
        .banner-element.product-main .banner-content {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .banner-element.product-main .banner-content:last-child:not(:first-child) {
        float: right; }
      .banner-element.product-main .banner-content p, .banner-element.product-main .banner-content h1 {
        font-family: DINOT-CondBlack, sans-serif;
        font-size: 5.40625rem;
        line-height: 6.0625rem;
        margin: 0; }
      .banner-element.product-main .banner-content:after {
        content: "";
        position: absolute;
        display: block;
        border-top: solid 0.1875rem #ffffff;
        width: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -2.5rem;
        min-width: 115px; }
    @media screen and (max-width: 39.9375em) {
      .banner-element.product-main {
        /*height: 200px !important;*/
        padding-top: 50px;
        padding-bottom: 50px;
        clear: both !important; }
        .banner-element.product-main.banner-content {
          max-width: 347px; }
        .banner-element.product-main br {
          display: none; } }
  .banner-element.where-to-buy {
    background: #e44826;
    padding-top: 10rem;
    padding-bottom: 10rem; }
    .banner-element.where-to-buy .banner-content {
      width: 55%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 22.5%;
      text-transform: uppercase;
      text-align: center;
      z-index: 0;
      color: #ffffff;
      float: none; }
      @media screen and (min-width: 40em) {
        .banner-element.where-to-buy .banner-content {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .banner-element.where-to-buy .banner-content:last-child:not(:first-child) {
        float: right; }
      .banner-element.where-to-buy .banner-content p, .banner-element.where-to-buy .banner-content h1 {
        font-family: DINOT-CondBlack, sans-serif;
        font-size: 5.40625rem;
        line-height: 6.0625rem;
        margin: 0; }
      .banner-element.where-to-buy .banner-content:after {
        content: "";
        position: absolute;
        display: block;
        border-top: solid 0.1875rem #ffffff;
        width: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -2.5rem;
        min-width: 115px; }
      .banner-element.where-to-buy .banner-content.upper-line:before {
        content: "";
        position: absolute;
        display: block;
        border-top: solid 0.1875rem #ffffff;
        width: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -2.5rem;
        min-width: 115px; }
    @media screen and (max-width: 39.9375em) {
      .banner-element.where-to-buy {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 28.5px; }
        .banner-element.where-to-buy .banner-content {
          width: 87.5%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          position: relative;
          left: 6.25%;
          float: none; } }
    @media screen and (max-width: 39.9375em) and (min-width: 40em) {
      .banner-element.where-to-buy .banner-content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
          .banner-element.where-to-buy .banner-content:last-child:not(:first-child) {
            float: right; }
          .banner-element.where-to-buy .banner-content:after, .banner-element.where-to-buy .banner-content.upper-line:before {
            display: none; } }
  .banner-element.products-banner {
    background-position: center center;
    background-size: cover;
    padding-top: 18.75rem;
    padding-bottom: 18.75rem; }
    .banner-element.products-banner.vitality {
      background-image: url("../images/banners/banner3.jpg"); }
    .banner-element.products-banner.kiddi {
      background-image: url("../images/banners/banner5.jpg"); }
    .banner-element.products-banner.plus-50 {
      background-image: url("../images/banners/banner4.jpg"); }
    .banner-element.products-banner.geriavit {
      background-image: url("../images/banners/banner4.jpg"); }
    .banner-element.products-banner .banner-content {
      width: 55%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 0%;
      text-transform: uppercase;
      text-align: center;
      z-index: 0;
      color: #ffffff;
      float: none; }
      @media screen and (min-width: 40em) {
        .banner-element.products-banner .banner-content {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .banner-element.products-banner .banner-content:last-child:not(:first-child) {
        float: right; }
      .banner-element.products-banner .banner-content p, .banner-element.products-banner .banner-content h1 {
        font-family: DINOT-CondBlack, sans-serif;
        font-size: 5.40625rem;
        line-height: 6.0625rem;
        margin: 0; }
      .banner-element.products-banner .banner-content:after {
        content: "";
        position: absolute;
        display: block;
        border-top: solid 0.1875rem #ffffff;
        width: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -2.5rem;
        min-width: 115px; }
    @media screen and (max-width: 39.9375em) {
      .banner-element.products-banner {
        clear: both !important; }
        .banner-element.products-banner.vitality {
          padding-top: 32px;
          padding-bottom: 32px; }
        .banner-element.products-banner.plus-50 {
          padding-top: 53px;
          padding-bottom: 53px; }
        .banner-element.products-banner.kiddi {
          padding-top: 32px;
          padding-bottom: 32px; }
        .banner-element.products-banner .banner-content {
          width: 79.1666666667%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          position: relative;
          left: 10.4166666667%;
          float: none;
          max-width: 347px; } }
    @media screen and (max-width: 39.9375em) and (min-width: 40em) {
      .banner-element.products-banner .banner-content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
          .banner-element.products-banner .banner-content:last-child:not(:first-child) {
            float: right; }
          .banner-element.products-banner .banner-content p, .banner-element.products-banner .banner-content h1 {
            font-family: DINOT-CondBlack, sans-serif;
            font-size: 37.5px;
            line-height: 45px; }
        .banner-element.products-banner br {
          display: none; } }
  .banner-element.get-inspired-banner {
    background-image: url("../images/banners/banner-get-inspired2.jpg");
    background-size: cover;
    padding-top: 24.0625rem;
    padding-bottom: 24.0625rem;
    background-position: center center; }
    .banner-element.get-inspired-banner .banner-content {
      width: 55%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 0%;
      text-transform: uppercase;
      text-align: center;
      z-index: 0;
      color: #1e1946;
      float: none; }
      @media screen and (min-width: 40em) {
        .banner-element.get-inspired-banner .banner-content {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .banner-element.get-inspired-banner .banner-content:last-child:not(:first-child) {
        float: right; }
      .banner-element.get-inspired-banner .banner-content p, .banner-element.get-inspired-banner .banner-content h1 {
        font-family: DINOT-CondBlack, sans-serif;
        font-size: 7.8rem;
        line-height: 9.35rem;
        margin: 0;
        margin: 0; }
      .banner-element.get-inspired-banner .banner-content:after {
        content: "";
        position: absolute;
        display: block;
        border-top: solid 0.1875rem #e44826;
        width: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -2.5rem;
        min-width: 115px; }
    @media screen and (max-width: 39.9375em) {
      .banner-element.get-inspired-banner {
        padding-top: 35px;
        padding-bottom: 115px;
        clear: both !important; }
        .banner-element.get-inspired-banner .banner-content {
          width: 41.6666666667%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          position: relative;
          left: 8.3333333333%;
          float: none;
          max-width: 347px; } }
    @media screen and (max-width: 39.9375em) and (min-width: 40em) {
      .banner-element.get-inspired-banner .banner-content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
          .banner-element.get-inspired-banner .banner-content:last-child:not(:first-child) {
            float: right; }
          .banner-element.get-inspired-banner .banner-content p, .banner-element.get-inspired-banner .banner-content h1 {
            font-size: 37.5px;
            line-height: 40px; }
        .banner-element.get-inspired-banner br {
          display: none; } }
  .banner-element.pro-tips-banner {
    background-image: url("../images/banners/pro-tips.jpg");
    background-size: cover;
    padding-top: 34.375rem;
    padding-bottom: 34.375rem;
    background-position: center center; }
    .banner-element.pro-tips-banner .banner-content {
      width: 55%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 0%;
      text-transform: uppercase;
      text-align: center;
      z-index: 0;
      color: #1e1946;
      float: none; }
      @media screen and (min-width: 40em) {
        .banner-element.pro-tips-banner .banner-content {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .banner-element.pro-tips-banner .banner-content:last-child:not(:first-child) {
        float: right; }
      .banner-element.pro-tips-banner .banner-content p, .banner-element.pro-tips-banner .banner-content h1 {
        font-family: DINOT-CondBlack, sans-serif;
        font-size: 7.8rem;
        line-height: 9.35rem;
        margin: 0;
        margin: 0; }
      .banner-element.pro-tips-banner .banner-content:after {
        content: "";
        position: absolute;
        display: block;
        border-top: solid 0.1875rem #e44826;
        width: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -2.5rem;
        min-width: 115px; }
    @media screen and (max-width: 39.9375em) {
      .banner-element.pro-tips-banner {
        padding-top: 35px;
        padding-bottom: 115px;
        clear: both !important; }
        .banner-element.pro-tips-banner .banner-content {
          width: 41.6666666667%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          position: relative;
          left: 8.3333333333%;
          float: none;
          max-width: 347px; } }
    @media screen and (max-width: 39.9375em) and (min-width: 40em) {
      .banner-element.pro-tips-banner .banner-content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
          .banner-element.pro-tips-banner .banner-content:last-child:not(:first-child) {
            float: right; }
          .banner-element.pro-tips-banner .banner-content p, .banner-element.pro-tips-banner .banner-content h1 {
            font-size: 37.5px;
            line-height: 40px; }
        .banner-element.pro-tips-banner br {
          display: none; } }
  .banner-element.story-banner {
    background-image: url("../images/banners/banner-get-inspired-dynamic1.jpg");
    background-size: cover;
    height: 53.75rem;
    padding-top: 6.25rem;
    background-position: center center; }
    .banner-element.story-banner .banner-content {
      width: 55%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 4.1666666667%;
      text-transform: uppercase;
      text-align: center;
      z-index: 0;
      color: #1e1946;
      float: none !important; }
      @media screen and (min-width: 40em) {
        .banner-element.story-banner .banner-content {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .banner-element.story-banner .banner-content:last-child:not(:first-child) {
        float: right; }
      .banner-element.story-banner .banner-content p, .banner-element.story-banner .banner-content h1 {
        font-family: DINOT-CondBlack, sans-serif;
        /*font-size: rem-calc(62.6px);
        line-height: rem-calc(70.3px);*/
        font-size: 7.1875rem;
        line-height: 8.0625rem;
        margin: 0;
        text-shadow: 0 0 10px #fff; }
      .banner-element.story-banner .banner-content:after {
        content: "";
        position: absolute;
        display: block;
        border-top: solid 0.1875rem #e44826;
        width: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -2.5rem;
        min-width: 115px; }
    @media screen and (max-width: 39.9375em) {
      .banner-element.story-banner {
        padding-top: 15px;
        height: 160px;
        clear: both !important; }
        .banner-element.story-banner .banner-content {
          width: 66.6666666667%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          position: relative;
          left: 16.6666666667%;
          float: none !important;
          max-width: 347px;
          text-align: left;
          text-indent: -12px; } }
    @media screen and (max-width: 39.9375em) and (min-width: 40em) {
      .banner-element.story-banner .banner-content {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
          .banner-element.story-banner .banner-content:last-child:not(:first-child) {
            float: right; }
          .banner-element.story-banner .banner-content p {
            font-size: 26px;
            line-height: 27px;
            text-shadow: 0 0 7px #fff; }
          .banner-element.story-banner .banner-content:after, .banner-element.story-banner .banner-content.upper-line:before {
            display: none; }
        .banner-element.story-banner br {
          display: none; } }
  .banner-element.arrows {
    /*&:before, &:after {
      content: "";
      position: absolute;
      display: block;
      width: rem-calc(45px);
      height: rem-calc(83px);
      background-image: url("../images/banners/banner-arrow-r.png");
      background-size: cover;
      top: 50%;
      transform: translateY(-50%);

      @includes breakpoint(small down){
        height: 37.5px;
        width:21px;
      }
    }
    &:before {
      left: 11px;
      transform: rotate(180deg) translateY(50%);
    }
    &:after {
      right: 11px;
    }*/ }
    .banner-element.arrows a {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 2.8125rem;
      height: 5.1875rem;
      z-index: 99; }
      .banner-element.arrows a.next {
        right: 5.5rem; }
      .banner-element.arrows a.prev {
        left: 5.5rem; }
      @media screen and (max-width: 39.9375em) {
        .banner-element.arrows a {
          height: 37.5px;
          width: 21px; }
          .banner-element.arrows a.next {
            right: 11px; }
          .banner-element.arrows a.prev {
            left: 11px; } }

.banner-content h1 {
  border: 0;
  font-weight: normal; }

@media screen and (min-width: 39.9375em) and (max-width: 60em) {
  .banner-text-center .banner-content .banner-second-line {
    font-size: 7.5625rem; }
  .banner-element.story-banner .banner-content p, .banner-element.story-banner .banner-content h1 {
    font-size: 6.1875rem; } }

@media screen and (max-width: 39.9375em) {
  .banner-element.story-banner .banner-content h1 {
    font-size: 4.5rem;
    line-height: 4.5rem; } }

.header_fullwidth {
  width: 100%;
  height: 13.75rem;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 100; }

.brand-outer-container {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
  height: 29px;
  width: auto;
  background: #fff;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 201;
  font-size: 18px;
}

.slide-left.brand-outer-container, .slide-right.brand-outer-container {
    position: fixed;
    z-index: 251; }  

.brand-outer-container a {
	padding-right: 6px;
	float: right;
	line-height: 29px;
	height: 29px;
}

.brand-outer-container img {	
	height: 23px;
	margin: 3px 0;
	display: block;
}

.header {
  height: 13.75rem;
  max-width: 100%;
  position: fixed;
  top: 29px;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff; }

.header__center {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .header__center::before, .header__center::after {
    content: ' ';
    display: table; }
  .header__center::after {
    clear: both; }

.header__nav {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: none;
  margin-left: auto;
  margin-right: auto;
  height: 12.5rem;
  border-bottom: 1px solid #E9521D;
  position: relative; }
  @media screen and (min-width: 40em) {
    .header__nav {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .header__nav:last-child:not(:first-child) {
    float: right; }

.header__logo {
  display: inline-block;
  background-image: url("../images/pharmaton-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.5rem;
  height: 6.5625rem;
  position: relative;
  top: 2.8125rem; }

.header__menu {
  max-width: 70.9375rem;
  margin: auto;
  margin-top: 1.25rem;
  font-size: 1.5625rem; }
  @media screen and (max-width: 63.9375em) {
    .header__menu {
      margin-top: 5px; } }
  .header__menu li {
    list-style-type: none;
    text-align: center;
    width: inherit;
    float: left; }
    @media screen and (max-width: 39.9375em) {
      .header__menu li {
        font-size: 16px; } }
    .header__menu li:last-child {
      padding-right: 0; }
    .header__menu li.active a {
      border-bottom: 1px solid #e44826; }
    .header__menu li a {
      margin-right: 3.125rem;
      margin-left: 3.125rem;
      text-decoration: none;
      text-transform: uppercase;
      color: #1e1846; }
  .header__menu .header_menu_button {
    display: none; }

.search_box {
  position: absolute;
  top: 3.5rem;
  right: 0;
  width: 25rem; }
  .search_box input {
    -webkit-appearance: none;
    margin-left: -webkit-calc(50% - 85px);
    margin-left: calc(50% - 85px);
    width: 50%;
    border: 1px solid #ddd;
    height: 2.8125rem;
    font-size: 1.75rem;
    line-height: 1;
    padding-top: 0.625rem;
    padding-left: 5px;
    position: relative;
    top: -0.4375rem; }
    @media screen and (max-width: 76.1875em) {
      .search_box input {
        font-size: 1.875rem;
        position: relative;
        top: -8px; } }
    @media screen and (max-width: 76.1875em) {
      .search_box input {
        font-size: 1.875rem;
        position: relative;
        top: -8px; } }
  .search_box button {
    position: relative;
    top: 0.3125rem;
    left: 1.375rem;
    background-image: url(../images/magnifier.png);
    width: 2.5625rem;
    height: 2.5625rem;
    background-size: cover; }
    @media screen and (max-width: 89.9375em) {
      .search_box button {
        top: 0; } }
    @media screen and (max-width: 76.1875em) {
      .search_box button {
        top: -2px; } }
    @media screen and (max-width: 45.25em) {
      .search_box button {
        top: -5px; } }

iframe {
  pointer-events: auto !important; }

@media screen and (max-width: 39.9375em) {
  .header {
    height: 48px;
    border-bottom: 1px solid #ccc; }
  .search_box {
    display: none;
    background: white;
    height: 60px;
    top: 48px;
    right: 0;
    width: 100%;
    z-index: 5; }
    .search_box input {
      height: 30px;
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px);
      border: 1px solid #e44826;
      margin-left: 12px;
      font-size: 20px;
      padding-left: 5px; }
      .search_box input:focus {
        margin-left: 12px;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px); }
    .search_box button {
      position: absolute;
      top: 10px;
      left: -webkit-calc(100% - 70px);
      left: calc(100% - 70px);
      background-size: cover;
      height: 35px;
      width: 35px; }
    .search_box.active {
      display: block; }
  .header__nav {
    height: 48px;
    border: none; }
    .header__nav .header__logo {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      top: 8px;
      width: 80px;
      height: 36px;
      background-size: cover; }
    .header__nav .header_menu_button {
      display: block;
      content: '';
      position: absolute;
      top: 15px;
      right: 13px;
      background: white;
      border-top: 3px solid black;
      width: 22px;
      height: 30px;
      cursor: pointer;
      z-index: 10; }
      .header__nav .header_menu_button:before {
        content: '';
        position: absolute;
        top: 3px;
        background: black;
        width: 22px;
        height: 3px; }
      .header__nav .header_menu_button:after {
        content: '';
        position: absolute;
        top: 9px;
        background: black;
        width: 22px;
        height: 3px; }
    .header__nav .header_magnifier_mobile {
      background-image: url(../images/magnifier.png);
      height: 25px;
      width: 25px;
      position: absolute;
      right: 50px;
      top: 12px;
      background-size: cover; }
    .header__nav .header__menu {
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      display: none;
      background: white;
      position: absolute;
      z-index: 1;
      padding: 0;
      left: 0;
      right: 0;
      top: 47px; }
      .header__nav .header__menu li {
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 0; }
      .header__nav .header__menu.active {
        display: block; } }

.footer {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  clear: both;
  font-family: DINOT-light, sans-serif;
  border-top: solid 1px #e44826;
  padding-bottom: 7.5rem; }
  .footer::before, .footer::after {
    content: ' ';
    display: table; }
  .footer::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .footer {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .footer:last-child:not(:first-child) {
    float: right; }
  .footer, .footer:last-child {
    float: none; }
  @media screen and (max-width: 63.9375em) {
    .footer {
      padding-bottom: 75px; } }
  @media screen and (max-width: 39.9375em) {
    .footer {
      border: none; } }

._footer_note {
  margin-top: 5rem; }
  ._footer_note br {
    display: none; }
    @media screen and (max-width: 39.9375em) {
      ._footer_note br {
        display: block; } }
  ._footer_note p {
    color: #1e1946;
    font-size: small;
    line-height: 18px;
    margin: 1.0625rem 0 0 0 !important;
    text-align: center; }
  @media screen and (max-width: 39.9375em) {
    ._footer_note p {
      font-size: 14px; } }

._footer_menu ul {
  margin-top: 0.625rem;
  padding: 0;
  text-align: center; }

._footer_menu li {
  display: inline-block;
  margin-right: 5.75rem; }
  ._footer_menu li.active a {
    border-bottom: 1px solid #e44826; }
  ._footer_menu li:nth-child(5) {
    margin-right: 0; }

._footer_menu a {
  color: #1e1946;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
  text-decoration: none;
  text-transform: uppercase; }

@media screen and (max-width: 39.9375em) {
  ._footer_menu li {
    width: 100%;
    margin-right: 0; }
  ._footer_menu a {
    font-size: 16px;
    line-height: 27px; } }

@media screen and (max-width: 39.9375em) {
  .cookies-page, .privacy-page, .terms-page {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 0%;
    padding: 0 20px !important; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .cookies-page, .privacy-page, .terms-page {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

@media screen and (max-width: 39.9375em) {
    .cookies-page:last-child:not(:first-child), .privacy-page:last-child:not(:first-child), .terms-page:last-child:not(:first-child) {
      float: right; } }

.cookies-page h1, .privacy-page h1, .terms-page h1 {
  padding-top: 42px;
  padding-bottom: 40px;
  font-family: DINOT-Cond;
  font-size: 3.125rem;
  line-height: 3.75rem;
  border-bottom: 1px solid #e9521d;
  font-weight: normal; }
  @media screen and (max-width: 39.9375em) {
    .cookies-page h1, .privacy-page h1, .terms-page h1 {
      margin: 0;
      padding: 9px 0;
      font-size: 25px; } }

.cookies-page p, .privacy-page p, .terms-page p {
  margin: 2.375rem 0 2.625rem 0; }
  @media screen and (max-width: 39.9375em) {
    .cookies-page p, .privacy-page p, .terms-page p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      font-family: DINOT-Cond; } }

.cookies-page h6, .privacy-page h6, .terms-page h6 {
  margin: 0;
  padding-top: 0.125rem; }
  @media screen and (max-width: 39.9375em) {
    .cookies-page h6, .privacy-page h6, .terms-page h6 {
      padding-top: 10px;
      font-size: 16px; } }

.popup {
  width: 100%;
  border: none;
  padding: 0;
  padding-bottom: 9.375rem;
  outline: none; }
  .popup .-input {
    position: relative; }
  .popup .close-button, .popup .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.6875rem;
    height: 4.6875rem;
    background-position: 1.25rem 1.25rem;
    background-image: url(../images/popup-close.png);
    background-size: 2rem 2rem;
    background-repeat: no-repeat; }
  .popup .top {
    height: 4.6875rem;
    width: 100%;
    border-bottom: 1px solid #e44826; }
  .popup .popup-wrapper, .popup .slick-wrapper {
    position: relative;
    max-width: 72.0625rem;
    margin: auto;
    color: #000; }
  .popup .slick-wrapper a {
    padding: 0;
    border: none; }
  @media screen and (max-width: 39.9375em) {
    .popup .slick-wrapper {
      width: 90%; }
      .popup .slick-wrapper .slick-prev {
        left: -15px;
        top: 165px;
        width: 25px;
        height: 25px; }
      .popup .slick-wrapper .slick-next {
        right: -15px;
        top: 165px;
        width: 25px;
        height: 25px; } }
  .popup .form-wrapper {
    max-width: 110.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    position: relative;
    left: -25%;
    max-width: 72.0625rem;
    color: #000; }
    .popup .form-wrapper::before, .popup .form-wrapper::after {
      content: ' ';
      display: table; }
    .popup .form-wrapper::after {
      clear: both; }
    .popup .form-wrapper:last-child:not(:first-child) {
      float: right; }
    .popup .form-wrapper, .popup .form-wrapper:last-child {
      float: none; }
  .popup .title {
    font-size: 3.125rem;
    line-height: 3.75rem;
    border-bottom: 1px solid #e44826;
    width: 100%;
    padding: 1.5625rem 0 2.5rem;
    color: #223976; }
  .popup .subtitle {
    font-family: DINOT-Cond, sans-serif;
    font-size: 1.875rem;
    padding: 2.8125rem 0 4.375rem 0;
    line-height: 1.875rem;
    color: #201b44; }
    @media screen and (max-width: 39.9375em) {
      .popup .subtitle {
        padding-left: 20px;
        padding-right: 20px; } }
  .popup p {
    font-size: 1.875rem;
    margin: 6.25rem 0; }
  .popup .row {
    color: #223976; }
    .popup .row input, .popup .row textarea {
      margin-top: 10px;
      width: 100%;
      border: 1px solid #e44826;
      height: 3.5rem;
      padding-left: 0.3125rem;
      resize: none;
      border-radius: 0; }
      .popup .row input[type=submit], .popup .row textarea[type=submit] {
        padding-left: 0;
        width: 17.0625rem;
        color: #1e1946;
        background: transparent;
        position: absolute;
        right: 0.625rem;
        top: 2.1875rem;
        font-size: 2.5rem;
        padding-top: 5px;
        line-height: 1.875rem; }
      .popup .row input[type=checkbox], .popup .row textarea[type=checkbox] {
        width: 2.625rem;
        height: 2.625rem;
        border: 1px solid #e44826;
        position: absolute;
        margin: 0; }
    .popup .row input {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      @media screen and (min-width: 40em) {
        .popup .row input {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .popup .row input:last-child:not(:first-child) {
        float: right; }
    .popup .row textarea {
      height: 11.75rem; }
  .popup .terms_accepted_text {
    font-size: 1.25rem;
    line-height: 1.25rem;
    position: relative;
    margin-top: 0.625rem;
    left: 3.4375rem; }
  .popup .mandatory {
    position: relative;
    left: 0;
    top: 2.8125rem; }
  .popup a {
    text-decoration: none;
    border: 1px solid #e44826;
    padding: 0.625rem 3.75rem;
    color: #233976; }
  .popup .active {
    display: block; }
  .popup .image-big {
    width: 72rem;
    height: 68.5625rem;
    background: #e44826;
    margin-top: 12.5rem;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .popup .image-big {
        width: 100%;
        height: 300px;
        margin-top: 5%; }
        .popup .image-big .smooth {
          font-size: 30px !important;
          padding-left: 10px;
          padding-right: 10px; }
          .popup .image-big .smooth:after {
            bottom: -20px !important; }
          .popup .image-big .smooth:before {
            top: -20px !important; }
          .popup .image-big .smooth .name {
            bottom: -55px !important; } }
    .popup .image-big.-blue {
      background-color: #223976; }
    .popup .image-big .smooth {
      font-size: 7.625rem;
      line-height: 8.875rem;
      color: #fff;
      text-transform: uppercase;
      font-family: DINOT-CondMedium, sans-serif;
      position: relative;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center; }
      .popup .image-big .smooth .name {
        position: absolute;
        font-size: 1.875rem;
        width: 18.125rem;
        text-align: left;
        left: 18.75rem;
        bottom: -15.9375rem;
        color: #fff; }
      .popup .image-big .smooth:before, .popup .image-big .smooth:after {
        content: '';
        left: 50%;
        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%);
        width: 34.8125rem;
        height: 0.25rem;
        position: absolute;
        background: #fff; }
      .popup .image-big .smooth:before {
        top: -10.3125rem; }
      .popup .image-big .smooth:after {
        bottom: -10.3125rem; }
      .popup .image-big .smooth.long {
        font-size: 7.25rem;
        line-height: 7.5rem;
        padding: 0 10px; }
        .popup .image-big .smooth.long:before {
          top: -3.125rem; }
        .popup .image-big .smooth.long:after {
          bottom: -3.125rem; }
        .popup .image-big .smooth.long .name {
          bottom: -8rem; }

.social {
  margin-top: 8.4375rem;
  border-top: 1px solid #e44826;
  padding-top: 2.375rem; }
  .social .share {
    width: 4.125rem;
    height: 4.125rem;
    float: left;
    margin-right: 1.6875rem; }
    .social .share.-tw {
      background: url(../images/share-twitter.png);
      background-repeat: no-repeat;
      background-size: cover; }
    .social .share.-fb {
      background: url(../images/share-fb.png);
      background-repeat: no-repeat;
      background-size: cover; }
    .social .share.-ig {
      background: url(../images/share-ig.png);
      background-repeat: no-repeat;
      background-size: cover; }
    .social .share.-in {
      background: url(../images/share-in.png);
      background-repeat: no-repeat;
      background-size: cover; }
    .social .share.-pn {
      background: url(../images/share-pn.png);
      background-repeat: no-repeat;
      background-size: cover; }
    .social .share.-em {
      background: url(../images/share-mail.png);
      background-repeat: no-repeat;
      background-size: cover; }

#ingridients-popup table, .ingridients-popup table {
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    #ingridients-popup table, .ingridients-popup table {
      width: 90%;
      margin: auto; } }

#ingridients-popup th, #ingridients-popup td, .ingridients-popup th, .ingridients-popup td {
  font-family: DINOT-Cond, sans-serif;
  font-size: 1.875rem;
  width: 25%;
  height: 8.3125rem;
  background: #1e1846;
  color: #fff; }
  #ingridients-popup th:nth-of-type(1), #ingridients-popup td:nth-of-type(1), .ingridients-popup th:nth-of-type(1), .ingridients-popup td:nth-of-type(1) {
    width: 54%; }
  #ingridients-popup th.first, #ingridients-popup td.first, .ingridients-popup th.first, .ingridients-popup td.first {
    border-right: 1px solid #ffffff; }

#ingridients-popup td, .ingridients-popup td {
  background: #fff;
  height: 5.3125rem;
  color: #1e1846;
  text-align: center;
  border: 1px solid #e44826; }
  #ingridients-popup td:nth-of-type(1), .ingridients-popup td:nth-of-type(1) {
    width: 50%;
    background: #fcede8; }

#ingridients-popup .text, .ingridients-popup .text {
  margin-top: 1.5625rem; }

.products .slick-prev {
  border-top: 1px solid #e44826;
  border-left: 1px solid #e44826;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -6.25rem; }
  @media screen and (max-width: 39.9375em) {
    .products .slick-prev {
      display: none !important; } }

.products .slick-next {
  border-top: 1px solid #e44826;
  border-right: 1px solid #e44826;
  width: 3.125rem !important;
  height: 3.125rem !important;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -6.25rem; }
  @media screen and (max-width: 39.9375em) {
    .products .slick-next {
      display: none !important; } }

.product_teasers .slick-prev {
  border-top: 1px solid #e44826;
  border-left: 1px solid #e44826;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 20px !important; }
  .product_teasers .slick-prev:before, .product_teasers .slick-prev:after {
    display: none !important; }

.product_teasers .slick-next {
  border-top: 1px solid #e44826;
  border-right: 1px solid #e44826;
  width: 3.125rem !important;
  height: 3.125rem !important;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px !important; }
  .product_teasers .slick-next:before, .product_teasers .slick-next:after {
    display: none !important; }

.slick-dots {
  display: none !important; }
  @media screen and (max-width: 39.9375em) {
    .slick-dots {
      display: block !important;
      margin-bottom: 10px; }
      .slick-dots li button:before {
        font-size: 22px; }
      .slick-dots li {
        margin: 0; } }

.slick-prev, .slick-next {
  z-index: 2;
  display: block; }

.input-error {
  min-height: 2.8125rem;
  width: 18rem;
  padding-left: 4.625rem;
  margin: 0.9375rem 0;
  position: relative;
  font-family: DINOT-Cond, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #1e1946; }
  .input-error.haeder {
    position: absolute;
    width: 60rem;
    left: 9.625rem;
    top: 0.3125rem; }
  .input-error.pos-left {
    position: absolute;
    top: 0.9375rem;
    right: -19rem;
    margin: 0; }
  .input-error:before {
    display: block;
    content: "";
    background: url(../images/wrong_input.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 2.8125rem;
    height: 2.8125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    position: absolute; }
  .input-error.correct:before {
    background: url(../images/valid_input.png);
    background-size: cover; }
  .input-error small {
    font-size: 1.5625rem;
    line-height: 2.5rem;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.mandatory {
  font-family: DINOT-Cond, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #233976;
  margin-top: 6.5rem; }

.icheckbox_square-orange {
  border: 1px #e44826 solid;
  width: 2.625rem;
  height: 2.625rem;
  position: relative;
  bottom: -3.125rem; }
  .icheckbox_square-orange.checked {
    border: none;
    background-image: url(../images/chckbox.png);
    background-size: 2.625rem 2.625rem; }

.popup.tell_story {
  top: 0 !important; }
  .popup.tell_story .mandatory {
    color: #1e1946; }
  .popup.tell_story .title {
    color: #1e1946; }
  .popup.tell_story .form-wrapper {
    margin-top: 0.125rem;
    padding: 0; }
  .popup.tell_story p {
    color: #1e1946;
    font-family: DINOT-Cond, sans-serif;
    margin: 3.9375rem 0; }
  .popup.tell_story .input-wrapper {
    padding: 0;
    margin-top: 1.1875rem;
    color: #1e1946; }
  .popup.tell_story .terms_accepted_text {
    left: 4.6875rem;
    bottom: -6px; }
  .popup.tell_story .-input input, .popup.tell_story .-input textarea {
    font-size: 2.125rem;
    padding: 0 5px; }

@media screen and (max-width: 39.9375em) {
  .popup {
    max-width: 768px;
    position: absolute;
    left: 0; }
    .popup .top {
      background: #e2e2e2;
      height: 34px; }
      .popup .top .close-button {
        width: 34px;
        height: 34px;
        background-position: 7px 7px;
        background-size: 19px 19px; }
    .popup .row {
      padding: 0 15px; }
    .popup .title {
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      font-size: 18px;
      line-height: 13px;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 14px;
      width: 260px; }
    .popup .form-wrapper {
      margin-top: 0;
      position: relative;
      left: 0%; }
    .popup p {
      font-size: 16px;
      line-height: 20px;
      margin: 20px 0 15px 0;
      text-align: center; }
    .popup label {
      font-size: 22px;
      line-height: 24px;
      display: block; }
    .popup .row {
      font-size: 22px; }
      .popup .row textarea {
        height: 127px; }
      .popup .row input {
        margin-top: 5px; }
      .popup .row input[type=submit] {
        top: 170px;
        left: 10px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        line-height: 1.875rem;
        margin-bottom: 30px;
        font-size: 22px;
        height: 40px; }
    .popup .mandatory {
      top: 0;
      margin-top: 20px;
      padding-left: 10px;
      font-size: 16px; }
    .popup .terms_accepted_text {
      font-size: 15px; }
  .popup.tell_story .input-wrapper {
    margin-top: 0; } }

@media screen and (max-width: 39.9375em) {
  .input-error.haeder {
    display: none; }
  .input-error.pos-left {
    font-size: 16px;
    right: auto;
    left: 50%;
    top: 15px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: auto; }
  .input-error.correct {
    /*right: -10px;
      left: auto;
      padding-left: 20px;*/
    right: -10px;
    left: auto;
    padding-left: 32px;
    top: 7px !important;
    -webkit-transform: initial !important;
        -ms-transform: initial !important;
            transform: initial !important; }
  .input-error.line {
    right: -110px;
    top: 16px !important; }
  .input-error small {
    font-size: 16px;
    top: 4px; }
  .ta .input-error.pos-left {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .ta .input-error.correct {
    top: 25px; }
  .icheckbox_square-orange {
    width: 27px;
    height: 27px;
    bottom: -20px; }
  .popup.tell_story .terms_accepted_text {
    left: 35px;
    top: -15px;
    line-height: 16px; } }

#disclaimer-popup {
  max-width: 1153px;
  width: 100%;
  min-height: 400px;
  padding-bottom: 0;
  color: #1e1946; }
  #disclaimer-popup .top {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: 20px;
    border: 0;
    background: none; }
    #disclaimer-popup .top .top-title {
      color: #233976; }
      #disclaimer-popup .top .top-title p.line {
        margin: 0;
        font-family: DINOT-Cond, sans-serif;
        font-size: 30px;
        line-height: 30px;
        padding: 1.5625rem 0;
        border-bottom: 1px solid #e44826; }
  #disclaimer-popup .text,
  #disclaimer-popup .text-bold {
    margin: 36px 20px 0 20px;
    font-size: 20px;
    font-family: DINOT-Cond, sans-serif; }
	#disclaimer-popup .text a {
		position: static;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: inherit;
		text-decoration: underline; }
		@media screen and (max-width: 39.9375em) {
			#disclaimer-popup .text a {
				display: inline-block;
				width: auto; }
		}
  #disclaimer-popup .text-bold {
    margin-top: 24px;
    font-weight: bold; }
  #disclaimer-popup a {
    position: relative;
    top: 38px;
    margin-left: 20px;
    padding: 5px 3.125rem;
    font-size: 2.5rem;
    color: #1e1946; }
    @media screen and (max-width: 63.9375em) {
      #disclaimer-popup a {
        top: 0; } }
    @media screen and (max-width: 39.9375em) {
      #disclaimer-popup a {
        display: block;
        text-align: center;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 20px auto;
        position: static; } }

#thank-you-popup {
  overflow: hidden; }
  #thank-you-popup .form-wrapper {
    left: 16%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
    @media screen and (max-width: 39.9375em) {
      #thank-you-popup .form-wrapper {
        left: 0;
        float: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  #thank-you-popup .title {
    color: #1e1946; }
  #thank-you-popup p {
    color: #233976;
    line-height: 30px;
    font-family: DINOT-Cond, sans-serif; }
  #thank-you-popup a {
    color: #1e1946;
    font-size: 1.875rem;
    line-height: 2.25rem; }
    @media screen and (max-width: 39.9375em) {
      #thank-you-popup a {
        font-size: 18px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        display: block;
        margin: auto;
        text-align: center; } }

@media screen and (max-width: 39.9375em) {
  #contact-thank-you-popup a {
    font-size: 22px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); } }

.reveal-overlay.ingredients {
  z-index: 150;
  overflow-y: hidden; }
  .reveal-overlay.ingredients .ingridients-popup {
    height: 100%;
    padding-bottom: 3.125rem; }

.sliding-popup {
  position: absolute;
  top: 0 !important;
  right: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  z-index: 0; }

.slide-left {
  -webkit-animation: slide-left 1s;
          animation: slide-left 1s;
  width: 100%;
  left: -100%;
  z-index: 200;
  position: relative;
  background: #fff; }
  .slide-left.header {
    position: fixed;
    z-index: 250; }

.slide-right {
  -webkit-animation: slide-right 1s;
          animation: slide-right 1s;
  width: 100%;
  left: 0;
  z-index: 200;
  position: relative;
  background: #fff; }
  .slide-right.header {
    position: fixed;
    z-index: 250; }

.slide-ie {
  width: 100%;
  z-index: 200;
  position: relative;
  background: #fff; }
  .slide-ie.header {
    position: fixed;
    z-index: 250; }

@-webkit-keyframes slide-left {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@keyframes slide-left {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@-webkit-keyframes slide-right {
  0% {
    left: -100%; }
  100% {
    left: 0; } }

@keyframes slide-right {
  0% {
    left: -100%; }
  100% {
    left: 0; } }

.cookie-info {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: all .1s linear 0s;
          transition: all .1s linear 0s;
  z-index: 100; }

.cookie_wrapper {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 0 0; }
  .cookie_wrapper::before, .cookie_wrapper::after {
    content: ' ';
    display: table; }
  .cookie_wrapper::after {
    clear: both; }
  @media screen and (max-width: 39.9375em) {
    .cookie_wrapper {
      padding: 0 50px;
      text-align: center; } }

#cookie_content {
  background-color: #fef6f4;
  z-index: 999;
  padding: 0 10px; }
  #cookie_content p.cookie {
    font-family: DINOT-Cond, sans-serif;
    display: inline-block;
    margin: 1.875rem 0; }
    @media screen and (max-width: 39.9375em) {
      #cookie_content p.cookie {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 20px; } }
  #cookie_content .cookie-policy {
    display: inline-block;
    margin: 1.875rem 3.125rem; }
    @media screen and (max-width: 39.9375em) {
      #cookie_content .cookie-policy {
        margin: 0;
        display: block;
        text-align: center; } }
  #cookie_content a.bolder {
    font-weight: bold;
    color: #233976; }
  #cookie_content a#cookie_agree {
    color: #233976;
    cursor: pointer; }
  #cookie_content .cookie-button-close img {
    width: 16px;
    position: absolute;
    right: 20px;
    top: 15px; }

.cluster_element {
  position: relative;
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem; }
  .cluster_element:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 39.0286209887%; }
  .cluster_element > .cluster_content {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem; }
  @media screen and (min-width: 40em) {
    .cluster_element {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .cluster_element:last-child:not(:first-child) {
    float: right; }
  .cluster_element .hide {
    z-index: 0;
    -webkit-transition: 1s;
            transition: 1s; }
  .cluster_element .on_hover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 80, 0.5);
    opacity: 0;
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
    -webkit-transition: 0.5s;
            transition: 0.5s;
    position: relative;
    text-transform: lowercase; }
    .cluster_element .on_hover a {
      display: block;
      width: 100%;
      height: 100%; }
    .cluster_element .on_hover span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding-bottom: 30px;
      color: #fff; }
      .cluster_element .on_hover span p, .cluster_element .on_hover span a, .cluster_element .on_hover span .p {
        position: relative;
        top: 10px;
        text-decoration: none;
        font-family: DINOT-Cond, sans-serif;
        border: 1px solid #fff;
        padding: 0.625rem 3.125rem;
        display: block;
        margin: 0;
        color: #fff; }
      .cluster_element .on_hover span p, .cluster_element .on_hover span .p {
        text-transform: uppercase; }
      .cluster_element .on_hover span .p {
        margin-top: 20px; }
    .cluster_element .on_hover:hover {
      opacity: 1;
      -webkit-transition: 0.5s;
              transition: 0.5s; }
  .cluster_element:hover .hide {
    z-index: -1;
    -webkit-transition: 1s;
            transition: 1s;
    opacity: 0; }
  .cluster_element.-small {
    position: relative;
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .cluster_element.-small:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 79.4135937699%; }
    .cluster_element.-small > .cluster_content {
      position: absolute;
      top: 0.625rem;
      left: 0.625rem;
      right: 0.625rem;
      bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .cluster_element.-small {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .cluster_element.-small:last-child:not(:first-child) {
      float: right; }
  .cluster_element.-big {
    position: relative;
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .cluster_element.-big:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 79.7979184735%; }
    .cluster_element.-big > .cluster_content {
      position: absolute;
      top: 0.625rem;
      left: 0.625rem;
      right: 0.625rem;
      bottom: 0.625rem; }
    @media screen and (min-width: 40em) {
      .cluster_element.-big {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .cluster_element.-big:last-child:not(:first-child) {
      float: right; }
  .cluster_element.packshot {
    display: none; }
  .cluster_element.packshot_hide {
    display: block; }
  @media screen and (max-width: 39.9375em) {
    .cluster_element.packshot {
      display: block;
      text-transform: uppercase; }
    .cluster_element.packshot_hide {
      display: none; }
    .cluster_element.-small, .cluster_element.-wide, .cluster_element.-big {
      position: relative;
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      .cluster_element.-small:before, .cluster_element.-wide:before, .cluster_element.-big:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 79.4135937699%; }
      .cluster_element.-small > .cluster_content, .cluster_element.-wide > .cluster_content, .cluster_element.-big > .cluster_content {
        position: absolute;
        top: 0.625rem;
        left: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .cluster_element.-small, .cluster_element.-wide, .cluster_element.-big {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) {
      .cluster_element.-small:last-child:not(:first-child), .cluster_element.-wide:last-child:not(:first-child), .cluster_element.-big:last-child:not(:first-child) {
        float: right; }
    .cluster_element .wide {
      margin-left: 20px; } }

.cluster_content {
  background-size: cover; }
  .cluster_content.-blue:before, .cluster_content.-blue:after, .cluster_content.-orange:before, .cluster_content.-orange:after {
    content: '';
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 18.125rem;
    height: 2px;
    position: absolute;
    background: #fff; }
  .cluster_content.-blue:before, .cluster_content.-orange:before {
    top: 3.125rem; }
  .cluster_content.-blue:after, .cluster_content.-orange:after {
    bottom: 3.125rem; }
  .cluster_content.-blue .name, .cluster_content.-orange .name {
    text-transform: uppercase;
    position: absolute;
    bottom: 1.25rem;
    font-size: 0.875rem;
    width: 18.75rem;
    text-align: left;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    color: #fff; }
  .cluster_content.-orange {
    cursor: pointer;
    background-color: #e44826; }
  .cluster_content.-blue {
    cursor: pointer;
    background-color: #223976; }
  .cluster_content.-wide {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .cluster_content.-wide {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .cluster_content.-wide:last-child:not(:first-child) {
      float: right; }
  .cluster_content.-big {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .cluster_content.-big {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .cluster_content.-big:last-child:not(:first-child) {
      float: right; }
  .cluster_content.-small {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .cluster_content.-small {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .cluster_content.-small:last-child:not(:first-child) {
      float: right; }

.row {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }

@media screen and (max-width: 39.9375em) {
  .cluster_wrapper.to_load {
    display: none; }
    .cluster_wrapper.to_load.active {
      display: block; } }

.cluster_wrapper .pointer {
  cursor: pointer; }

.cluster_wrapper .wide {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 3.75rem;
  font-family: DINOT-CondBlack;
  line-height: 5.25rem;
  text-shadow: 0 0 10px #1e1846; }
  .cluster_wrapper .wide .back {
    margin-left: -1.875rem;
    position: absolute; }
  .cluster_wrapper .wide .name {
    display: block;
    position: absolute;
    font-size: 1.4375rem; }
  .cluster_wrapper .wide:before, .cluster_wrapper .wide:after {
    content: '';
    width: 18.125rem;
    height: 2px;
    position: absolute;
    background: #fff; }
  .cluster_wrapper .wide:before {
    top: -1.25rem; }
  .cluster_wrapper .wide:after {
    left: 0;
    bottom: -1.25rem; }

.cluster_wrapper .smooth {
  color: #fff;
  text-transform: uppercase;
  font-family: DINOT-CondMedium;
  line-height: 4.375rem;
  font-size: 3.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }

.cluster_wrapper .small {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 3.75rem;
  font-family: DINOT-CondBlack;
  line-height: 4.8125rem;
  text-shadow: 0 0 10px #1e1846; }
  .cluster_wrapper .small .back {
    margin-left: -1.875rem;
    position: absolute; }
  .cluster_wrapper .small .name {
    display: block;
    position: absolute;
    font-size: 1.4375rem; }
  .cluster_wrapper .small:before, .cluster_wrapper .small:after {
    content: '';
    width: 18.125rem;
    height: 2px;
    position: absolute;
    background: #fff; }
  .cluster_wrapper .small:before {
    top: -1.5625rem; }
  .cluster_wrapper .small:after {
    left: 0;
    bottom: -1.125rem; }

.cluster_wrapper.get-inspired .small, .cluster_wrapper.get-inspired .wide, .cluster_wrapper.pro-tips .small, .cluster_wrapper.pro-tips .wide {
  font-family: DINOT-CondBlack; }

@media screen and (max-width: 39.9375em) {
  .cluster_wrapper .small,
  .cluster_wrapper .wide,
  .cluster_wrapper .smooth {
    font-size: 30px;
    line-height: 33px; }
  .cluster_wrapper .wide {
    margin-left: 20px;
    width: 185px; }
    .cluster_wrapper .wide .name {
      font-family: DINOT-CondBold;
      font-size: 15px; }
    .cluster_wrapper .wide:before, .cluster_wrapper .wide:after {
      height: 1px;
      width: 86%; }
    .cluster_wrapper .wide:before {
      top: -5px; }
    .cluster_wrapper .wide:after {
      bottom: -5px; }
    .cluster_wrapper .wide .back {
      margin-left: -16px; }
  .cluster_wrapper .small {
    margin-left: 30px; }
    .cluster_wrapper .small .name {
      font-size: 18px;
      margin-top: 4px; }
    .cluster_wrapper .small .back {
      margin-left: -16px; }
    .cluster_wrapper .small:before, .cluster_wrapper .small:after {
      height: 1px;
      width: 70%; }
    .cluster_wrapper .small:before {
      top: -10px; }
    .cluster_wrapper .small:after {
      bottom: -10px; }
  .cluster_wrapper .smooth {
    line-height: 40px;
    width: 270px; }
    .cluster_wrapper .smooth:before, .cluster_wrapper .smooth:after {
      height: 1px;
      width: 70%; }
    .cluster_wrapper .smooth:before {
      top: -10px; }
    .cluster_wrapper .smooth:after {
      bottom: -10px; }
    .cluster_wrapper .smooth .name {
      font-size: 15px !important;
      bottom: 10px; }
  .cluster_wrapper .cluster_content.-blue:before, .cluster_wrapper .cluster_content.-orange:before {
    top: 40px; }
  .cluster_wrapper .cluster_content.-blue:after, .cluster_wrapper .cluster_content.-orange:after {
    bottom: 40px; }
  .cluster_wrapper .cluster_content.-blue .name, .cluster_wrapper .cluster_content.-orange .name {
    font-size: 15px;
    bottom: 15px; } }

body.touch .on_hover {
  display: none; }

body.touch .cluster_element:hover .hide {
  opacity: 1;
  z-index: 1; }

.admin_header {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  max-height: 12rem; }
  .admin_header a {
    text-decoration: none;
    color: #233976; }
  .admin_header p {
    margin: 0;
    text-align: center; }
  .admin_header ul {
    margin-bottom: 0;
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .admin_header {
      right: auto;
      left: 0; }
      .admin_header ul {
        margin: 0;
        float: left;
        padding-left: 15px; } }

.admin button {
  outline: none; }

.admin a {
  text-decoration: none;
  color: #233976; }
  .admin a:visited {
    color: #233976; }

.admin h1 {
  font-size: 3.125rem; }

.admin .input-wrapper input, .admin .input-wrapper select {
  padding-left: 5px;
  font-size: 2.125rem;
  border: 1px solid #e44826; }

.admin .input-wrapper.checkbox {
  position: relative;
  height: 45px;
  top: 15px; }
  @media screen and (min-width: 121.25em) {
    .admin .input-wrapper.checkbox {
      height: 75px; } }
  .admin .input-wrapper.checkbox .icheckbox_square-orange {
    position: absolute;
    top: 0; }
  .admin .input-wrapper.checkbox label {
    position: absolute;
    left: 50px; }
    @media screen and (min-width: 121.25em) {
      .admin .input-wrapper.checkbox label {
        left: 75px; } }

.admin table {
  width: 100%; }

.admin tr.important-content td {
  background: #fcede8; }

.admin th, .admin td {
  font-family: DINOT-Cond, sans-serif;
  font-size: 1.875rem;
  width: 14.25%;
  height: 5.625rem;
  background: #1e1846;
  color: #fff; }

.admin td {
  background: #fff;
  height: 5.3125rem;
  color: #1e1846;
  text-align: center;
  border: 1px solid #e44826; }

.admin .upload_images .input-wrapper, .admin .file .input-wrapper {
  width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .admin .upload_images .input-wrapper, .admin .file .input-wrapper {
      width: 100%; } }
  .admin .upload_images .input-wrapper input, .admin .file .input-wrapper input {
    padding: 0; }
  .admin .upload_images .input-wrapper p, .admin .file .input-wrapper p {
    margin-bottom: 0; }

.admin .row input[type=submit] {
  margin-top: 1.875rem;
  margin-left: 7px;
  border: 1px solid #e44826;
  background: none;
  font-size: 2.1875rem;
  width: 25%; }
  @media screen and (max-width: 39.9375em) {
    .admin .row input[type=submit] {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      margin-left: 10px; } }

.admin .row a {
  margin-left: 7px; }
  .admin .row a.forgot {
    margin: 0;
    color: #233976; }

.admin .input-error.pos-left {
  position: relative;
  right: auto;
  top: 0px;
  width: 100%; }
  .admin .input-error.pos-left .error {
    font-size: 2.5rem; }

.admin .input-checkbox {
  height: 25px;
  margin-top: 20px; }
  .admin .input-checkbox label {
    position: absolute;
    left: 3.75rem;
    top: 4px; }
    @media screen and (max-width: 76.1875em) {
      .admin .input-checkbox label {
        top: 2px; } }
    @media screen and (max-width: 45.25em) {
      .admin .input-checkbox label {
        top: 4px;
        left: 30px; } }
  .admin .input-checkbox .icheckbox_square-orange {
    bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .admin .input-checkbox .icheckbox_square-orange {
        width: 20px;
        height: 20px; } }

.image-wrapper {
  position: relative; }
  .image-wrapper .image-remove {
    position: absolute;
    right: 1rem;
    top: -0.5rem; }

.form-wrapper.admin a {
  font-size: 2.5rem; }

.form-wrapper.admin input {
  font-size: 2.1875rem; }
  .form-wrapper.admin input[type=file] {
    padding: 0; }

.form-wrapper.admin .row p {
  margin-left: 6px; }

.form-wrapper.admin .file {
  width: 50%; }
  @media screen and (max-width: 39.9375em) {
    .form-wrapper.admin .file {
      width: 100%; } }
  .form-wrapper.admin .file input {
    padding: 0; }
  .form-wrapper.admin .file p {
    margin-bottom: 0; }

.form-wrapper button.change_password_button {
  left: 0;
  top: 20px;
  border: 1px solid #e44826;
  width: auto;
  padding: 5px 25px; }

.checkbox label[for="remember"] {
  top: 5px; }

@media screen and (max-width: 39.9375em) {
  .checkbox label[for="remember"] {
    top: 10px; } }

@media screen and (max-width: 39.9375em) {
  .hide-on-mobile {
    display: none; } }

@media screen and (min-width: 45.3125em) {
  .hide-on-desktop {
    display: none; } }

.ingredients1, .ingredients2, .ingredients3 {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .ingredients1.show, .ingredients2.show, .ingredients3.show {
      display: block; } }

.product_info {
  width: 100%;
  float: left;
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0 4.0625rem 0;
  border-bottom: 2px solid #f4a88e;
  display: table;
  float: none; }
  .product_info:last-child:not(:first-child) {
    float: right; }
  .product_info::before, .product_info::after {
    content: ' ';
    display: table; }
  .product_info::after {
    clear: both; }
  .product_info:last-child:last-child {
    float: left; }
  @media screen and (max-width: 39.9375em) {
    .product_info {
      padding-top: 0;
      border: 0; } }
  .product_info.-second {
    padding-bottom: 10.875rem; }
    @media screen and (max-width: 39.9375em) {
      .product_info.-second {
        padding: 0; } }

.product_single__tip {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.125rem; }
  .product_single__tip::before, .product_single__tip::after {
    content: ' ';
    display: table; }
  .product_single__tip::after {
    clear: both; }
  .product_single__tip h4 {
    text-align: center;
    padding: 0 1.875rem;
    position: relative;
    color: #1e1946; }
    @media screen and (max-width: 39.9375em) {
      .product_single__tip h4 {
        padding: 50px 0; } }
    .product_single__tip h4:before {
      content: '';
      width: 15.9375rem;
      height: 2px;
      background: #e9521d;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      margin-top: -5rem; }
    .product_single__tip h4:after {
      content: '';
      width: 15.9375rem;
      height: 2px;
      background: #e9521d;
      position: absolute;
      margin-top: 9.125rem;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  @media screen and (max-width: 39.9375em) {
    .product_single__tip {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      text-align: center; }
      .product_single__tip.reverse_mobile .product_single__tip_image_left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

.button_mobile {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .button_mobile {
      display: block;
      width: 100%;
      text-align: center; }
      .button_mobile .button {
        font-size: 18px;
        text-transform: none;
        display: inline-block;
        height: auto;
        padding: 0 100px; } }

.product_single__tip_left, .product_single__tip_image_left {
  width: 50%;
  float: left;
  display: table-cell;
  float: none !important;
  vertical-align: middle; }
  .product_single__tip_left:last-child:not(:first-child), .product_single__tip_image_left:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .product_single__tip_left, .product_single__tip_image_left {
      width: 100%;
      float: left;
      display: block; }
      .product_single__tip_left:last-child:not(:first-child), .product_single__tip_image_left:last-child:not(:first-child) {
        float: right; } }

.product_single__tip_right, .product_single__tip_image_right {
  width: 50%;
  float: left;
  display: table-cell;
  float: none !important;
  vertical-align: middle; }
  .product_single__tip_right:last-child:not(:first-child), .product_single__tip_image_right:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .product_single__tip_right, .product_single__tip_image_right {
      width: 100%;
      float: left;
      display: block; }
      .product_single__tip_right:last-child:not(:first-child), .product_single__tip_image_right:last-child:not(:first-child) {
        float: right; } }

.product_single__tip_image_right {
  padding-left: 1.1875rem; }
  .product_single__tip_image_right img {
    max-width: 53.9375rem;
    width: 53.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .product_single__tip_image_right {
      padding: 0; } }

.product_single__tip_image_left {
  padding-left: 1.1875rem; }
  .product_single__tip_image_left > small {
    display: block;
    padding: 0.9375rem;
    font-size: 1.75rem;
    font-family: DINOT-Cond, sans-serif;
    text-align: center; }
  .product_single__tip_image_left img {
    max-width: 53.9375rem;
    width: 53.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .product_single__tip_image_left {
      padding: 0; } }

.product_single__conclusion {
  text-align: center;
  padding: 4.625rem 0 5.875rem;
  border-bottom: 2px solid #f4a88e; }
  @media screen and (max-width: 39.9375em) {
    .product_single__conclusion {
      border: 0; } }
  .product_single__conclusion h4 {
    color: #1e1946; }
    @media screen and (max-width: 39.9375em) {
      .product_single__conclusion h4 {
        position: relative;
        padding: 0 50px; }
        .product_single__conclusion h4:before {
          content: '';
          width: 15.9375rem;
          height: 2px;
          background: #e9521d;
          position: absolute;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          margin-top: -5rem; }
        .product_single__conclusion h4:after {
          content: '';
          width: 15.9375rem;
          height: 2px;
          background: #e9521d;
          position: absolute;
          margin-top: 9.125rem;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }

.product_range {
  padding: 3.875rem 0 2.5rem;
  text-align: center;
  border-bottom: 2px solid #f8d1c9; }
  @media screen and (max-width: 39.9375em) {
    .product_range {
      border: 0;
      margin-bottom: 20px; } }

.product_range_tip {
  font-size: 1.875rem;
  font-family: DINOT-Cond, sans-serif;
  margin-top: 3.9375rem;
  margin-bottom: 1.25rem;
  display: block; }
  @media screen and (max-width: 39.9375em) {
    .product_range_tip {
      display: none; } }

.product_range_tip_mobile {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .product_range_tip_mobile {
      display: block;
      font-size: 1.875rem;
      font-family: DINOT-Cond, sans-serif;
      text-align: center;
      color: #1e1946;
      padding: 0 50px; } }

.product_title {
  position: relative; }
  .product_title:after {
    content: '';
    width: 14.125rem;
    height: 2px;
    background: #e9521d;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-top: 2.9375rem; }
    @media screen and (max-width: 39.9375em) {
      .product_title:after {
        display: none; } }

.product_teasers {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  float: none !important;
  margin-top: 6.25rem;
  margin-bottom: 3.75rem;
  position: relative;
  height: 50rem; }
  .product_teasers::before, .product_teasers::after {
    content: ' ';
    display: table; }
  .product_teasers::after {
    clear: both; }
  .product_teasers:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 76.1875em) {
    .product_teasers {
      height: 53.125rem;
      padding-left: 10px; } }
  @media screen and (max-width: 39.9375em) {
    .product_teasers {
      height: 240px; } }
  .product_teasers .product_image {
    outline: 0; }
    @media screen and (max-width: 39.9375em) {
      .product_teasers .product_image {
        padding: 0 55px; }
        .product_teasers .product_image img.small {
          padding: -webkit-calc(225px - 149px) 0;
          padding: calc(225px - 149px) 0; } }
  .product_teasers.shots-1 .product_image {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .product_teasers.shots-1 .product_image {
        width: 100%;
        position: static; } }
    .product_teasers.shots-1 .product_image img {
      max-height: 37.5rem; }
      @media screen and (max-width: 39.9375em) {
        .product_teasers.shots-1 .product_image img {
          margin: auto; } }
  .product_teasers.shots-2 .product_image {
    float: left;
    width: 25%;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .product_teasers.shots-2 .product_image {
        width: 100%;
        position: static; } }
    .product_teasers.shots-2 .product_image img {
      max-height: 37.5rem; }
      @media screen and (max-width: 39.9375em) {
        .product_teasers.shots-2 .product_image img {
          margin: auto; } }
    .product_teasers.shots-2 .product_image:nth-child(1) {
      left: 21%; }
    .product_teasers.shots-2 .product_image:nth-child(2) {
      left: 53%; }
      .product_teasers.shots-2 .product_image:nth-child(2) img {
        max-height: 25rem; }
        @media screen and (max-width: 39.9375em) {
          .product_teasers.shots-2 .product_image:nth-child(2) img {
            max-height: 37.5rem; } }
  .product_teasers.shots-3 .product_image {
    float: left;
    width: 33%;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .product_teasers.shots-3 .product_image {
        width: 100%;
        position: static; } }
    .product_teasers.shots-3 .product_image img {
      max-height: 37.5rem; }
      @media screen and (max-width: 39.9375em) {
        .product_teasers.shots-3 .product_image img {
          margin: auto; } }
    .product_teasers.shots-3 .product_image:nth-child(2) {
      left: 33%;
      width: 34%; }
    .product_teasers.shots-3 .product_image:nth-child(3) {
      left: 66%; }
      .product_teasers.shots-3 .product_image:nth-child(3) img {
        max-height: 25rem; }
        @media screen and (max-width: 39.9375em) {
          .product_teasers.shots-3 .product_image:nth-child(3) img {
            max-height: 37.5rem; } }

.product_buttons {
  margin-top: 3.125rem; }
  .product_buttons a {
    cursor: pointer;
    font-family: DINOT-Cond, sans-serif;
    font-size: 1.875rem;
    margin: auto;
    text-decoration: none;
    margin-bottom: 1.875rem; }
    .product_buttons a.product_buy_button {
      border: 1px solid #f8d1c9;
      color: #1d193e;
      width: 17.0625rem;
      padding: 0.375rem 0;
      display: block; }
      @media screen and (max-width: 39.9375em) {
        .product_buttons a.product_buy_button {
          width: 90%;
          font-size: 18px;
          text-transform: none;
          display: block;
          height: auto; } }
      .product_buttons a.product_buy_button:after {
        content: ''; }
    .product_buttons a.product_ingredients_button {
      color: #e44826;
      border-bottom: 1px solid #e44826;
      display: inline;
      font-weight: bold;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        .product_buttons a.product_ingredients_button {
          font-size: 18px; } }
    .product_buttons a:after {
      content: '>';
      position: absolute;
      top: -4px;
      margin-left: 0.625rem;
      margin-top: 0.1875rem; }

.get-inspired p, .pro-tips p {
  margin: 110px 0;
  text-align: center; }

.filters_wrapper {
  display: none;
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 108.75rem;
  padding-bottom: 5.5rem; }
  .filters_wrapper::before, .filters_wrapper::after {
    content: ' ';
    display: table; }
  .filters_wrapper::after {
    clear: both; }
  .filters_wrapper select {
    max-width: 17rem;
    height: 3.75rem;
    border: 1px solid #e44826;
    padding-left: 5px;
    font-size: 1.875rem;
    color: #000;
    float: right; }
    .filters_wrapper select:first-child {
      float: left; }
  .filters_wrapper .selects {
    width: 35rem;
    float: left; }
  .filters_wrapper .line {
    border-bottom: 1px solid #e44826;
    float: left;
    max-width: -webkit-calc(50% - 280px);
    max-width: calc(50% - 280px);
    width: 100%;
    margin-top: 1.8125rem; }

@media screen and (max-width: 39.9375em) {
  .get-inspired p {
    margin: 0;
      margin-top: 1.625rem;
    padding: 0 0.625rem;
    line-height: 1.125rem;
    font-size: 1.125rem; }
  .filters_wrapper {
    padding-bottom: 1.25rem; }
    .filters_wrapper .line {
      border: none;
      max-width: -webkit-calc(50% - 100px);
      max-width: calc(50% - 100px); }
    .filters_wrapper .selects {
      width: 12.5rem; }
    .filters_wrapper select {
      font-size: 1.375rem;
      height: 2.25rem;
      width: 12.5rem; }
      .filters_wrapper select:nth-child(2) {
        margin-top: 1.125rem; } }

.row {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }

.contact__wrapper {
  position: relative;
  left: 16.6666666667%;
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .contact__wrapper {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .contact__wrapper:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .contact__wrapper {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 0%;
      padding: 0 20px; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .contact__wrapper {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) {
      .contact__wrapper:last-child:not(:first-child) {
        float: right; } }

.contact__section {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e44826;
  padding-bottom: 2.8125rem; }
  .contact__section::before, .contact__section::after {
    content: ' ';
    display: table; }
  .contact__section::after {
    clear: both; }

.input-wrapper {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative; }
  .input-wrapper::before, .input-wrapper::after {
    content: ' ';
    display: table; }
  .input-wrapper::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .input-wrapper {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .input-wrapper:last-child:not(:first-child) {
    float: right; }
  .input-wrapper .-input {
    position: relative; }
    .input-wrapper .-input .pos-left {
      top: 3px; }
      @media screen and (max-width: 89.9375em) {
        .input-wrapper .-input .pos-left {
          top: 5px; } }
    @media screen and (max-width: 39.9375em) {
      .input-wrapper .-input .input-error {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .input-wrapper .-input .input-error small {
          top: 0; } }
  @media screen and (min-width: 640px) {
    .input-wrapper .input-error small.right {
      width: 75%;
      position: absolute;
      top: 10px; } }
  .input-wrapper input, .input-wrapper textarea {
    width: 100%;
    border: 1px solid #e44826; }
    .input-wrapper input.not-valid, .input-wrapper textarea.not-valid {
      background-color: #FCF3F0;
      border-color: #AE0F0A; }
  .input-wrapper textarea {
    height: 15.3125rem; }
  .input-wrapper input[type=submit] {
    background: #fff; }
  .input-wrapperdiv:last-of-type {
    margin-bottom: 9.9375rem; }

.contact__mandatory {
  width: 25%;
  float: left;
  margin-bottom: 4.6875rem;
  font-size: 1.5625rem; }
  .contact__mandatory:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .contact__mandatory {
      width: 100%;
      float: left;
      font-size: 16px; }
      .contact__mandatory:last-child:not(:first-child) {
        float: right; } }

.contact__submit_wrapper {
  width: 25%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .contact__submit_wrapper {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .contact__submit_wrapper:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .contact__submit_wrapper {
      width: 100%;
      font-size: 20px; } }
  @media screen and (min-width: 40em) {
    .contact__submit_wrapper input {
      padding: 0;
      text-align: center;
      font-size: 25px;
      padding-top: 3px; } }

h1.contact-header {
  font-family: DINOT-Cond, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.75rem;
  border-bottom: 1px solid #e44826;
  color: #1e1946;
  padding-bottom: 2rem;
  margin-top: 2.3125rem;
  margin-bottom: 2.3125rem; }
  @media screen and (max-width: 39.9375em) {
    h1.contact-header {
      margin: 0;
      padding: 9px 0;
      font-size: 25px; } }

p.contact-header, p h1.contact-header {
  font-family: DINOT-Cond, sans-serif;
  font-size: 3.125rem;
  line-height: 3.75rem;
  border-bottom: 1px solid #e44826;
  color: #1e1946;
  padding-bottom: 2rem;
  margin-top: 2.3125rem; }
  @media screen and (max-width: 39.9375em) {
    p.contact-header, p h1.contact-header {
      margin: 0;
      padding: 9px 0;
      font-size: 25px; } }
  p.contact-header.-first, p h1.contact-header.-first {
    padding-top: 2.5rem; }

p.contact-content {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  font-family: DINOT-Cond, sans-serif;
  line-height: 3.125rem; }
  p.contact-content a {
    color: #233976;
    text-decoration: none;
    border-bottom: 1px solid #233976; }
  @media screen and (max-width: 39.9375em) {
    p.contact-content {
      padding: 0;
      font-size: 22px;
      line-height: 24px; } }

.contact_form {
  padding-top: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    .contact_form {
      padding: 0; } }
  .contact_form .input-wrapper {
    padding: 0; }
  .contact_form input {
    margin-bottom: 2.5rem;
    margin-top: 0.125rem;
    border-radius: 0; }
    @media screen and (max-width: 39.9375em) {
      .contact_form input {
        margin: 0; } }
  @media screen and (max-width: 39.9375em) {
    .contact_form label {
      font-size: 22px; } }

.g-recaptcha {
  margin: 10px 0; }

.error_wrapper {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11.5625rem; }
  .error_wrapper::before, .error_wrapper::after {
    content: ' ';
    display: table; }
  .error_wrapper::after {
    clear: both; }

.error__header h1 {
  border-bottom: 1px solid #e44826;
  font-size: 1.875rem;
  padding-bottom: 1rem;
  margin-top: 1rem; }

.error__content {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  left: 16.6666666667%;
  border: 1px solid #e44826;
  padding-bottom: 1.5rem;
  padding-left: 1.375rem !important;
  padding-right: 1.375rem !important; }
  @media screen and (min-width: 40em) {
    .error__content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .error__content:last-child:not(:first-child) {
    float: right; }
  .error__content p {
    margin: 1.625rem 0;
    font-family: DINOT-Cond;
    font-size: 3.125rem;
    text-transform: uppercase;
    line-height: 3.75rem;
    padding-bottom: 1.875rem; }
  .error__content .button {
    width: 25%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .error__content .button {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .error__content .button:last-child:not(:first-child) {
      float: right; }
    .error__content .button:last-child:last-child {
      float: left; }

.faq_wrapper {
  width: 83.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  left: 8.3333333333%;
  padding-bottom: 6.25rem; }
  @media screen and (min-width: 40em) {
    .faq_wrapper {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .faq_wrapper:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .faq_wrapper {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      position: relative;
      left: 0%;
      padding: 0 20px; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .faq_wrapper {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) {
      .faq_wrapper:last-child:not(:first-child) {
        float: right; } }

.faq__single {
  border-bottom: 1px solid #e44826; }
  .faq__single.-first {
    padding-top: 1.875rem; }
  .faq__single:last-child {
    border: none; }

.faq__header {
  font-family: DINOT-Cond;
  font-size: 3.125rem;
  line-height: 3.75rem;
  border-bottom: 1px solid #e44826;
  color: #1e1946;
  padding-bottom: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .faq__header {
      font-size: 25px; } }

.faq__intro {
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 3.125rem;
  margin-top: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    .faq__intro {
      font-size: 16px; } }

.faq__content {
  padding-top: 1rem;
  padding-bottom: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .faq__content {
      font-size: 16px; } }

.intro_text {
  text-align: center; }
  .intro_text.-home {
    padding: 1.875rem 0; }
    .intro_text.-home p {
      color: #22346b; }
  .intro_text p {
    font-family: DINOT-Cond, sans-serif;
    font-size: 2.1875rem;
    line-height: 2.1875rem; }
    .intro_text p.orange {
      color: #e44826;
      margin-bottom: 1.875rem;
      margin-top: -0.9375rem; }
    .intro_text p.buy {
      line-height: 3.4375rem;
      padding-top: 3.4375rem !important;
      margin-bottom: 5rem; }
    .intro_text p:first-child {
      padding: 0 11.875rem; }
    .intro_text p:nth-child(2) {
      margin-top: 0; }

.to_load_button {
  display: none; }

.to_load_button2 {
  width: 18.75rem;
  text-align: center;
  line-height: 42px;
  display: block;
  border: 1px solid #e44826;
  cursor: pointer;
  font-size: 18px;
  margin: auto; }

@media screen and (max-width: 39.9375em) {
  .intro_text {
    padding: 20px 10px; }
    .intro_text p {
      margin: 0;
      font-size: 18px;
      line-height: 18px;
      padding-top: 10px; }
      .intro_text p.buy {
        font-size: 16px;
        margin-bottom: 3.4375rem; }
      .intro_text p:first-child {
        padding: 0; }
      .intro_text p.orange {
        margin: 0; }
  .to_load_button {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: center;
    line-height: 42px;
    display: block;
    border: 1px solid #e44826;
    margin: 0 10px;
    cursor: pointer;
    font-size: 18px; }
    .to_load_button:hover {
      color: #e44826; }
    .to_load_button.hide {
      display: none; }
  .to_load_button2 {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    text-align: center;
    line-height: 42px;
    display: block;
    border: 1px solid #e44826;
    margin: 0 10px;
    cursor: pointer;
    font-size: 18px; } }

.products_list {
  width: 83.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: 8.3333333333%;
  max-width: 100%;
  padding-bottom: 4.875rem; }
  @media screen and (min-width: 40em) {
    .products_list {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .products_list:last-child:not(:first-child) {
    float: right; }
  .products_list::before, .products_list::after {
    content: ' ';
    display: table; }
  .products_list::after {
    clear: both; }
  .products_list:last-child:last-child {
    float: left; }
  .products_list .button {
    text-transform: none;
    padding: 0.6875rem 4.375rem;
    margin-left: -0.25rem;
    color: #1d193e; }

.products_single {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e44826;
  padding-top: 7.375rem;
  padding-bottom: 4.0625rem; }
  .products_single::before, .products_single::after {
    content: ' ';
    display: table; }
  .products_single::after {
    clear: both; }

.product_single__image_left {
  width: 30%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: center;
  margin-top: 2.625rem; }
  .product_single__image_left > small {
    display: block;
    padding: 0.9375rem;
    font-size: 1.75rem;
    font-family: DINOT-Cond, sans-serif; }
  @media screen and (min-width: 40em) {
    .product_single__image_left {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .product_single__image_left:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 121.1875em) {
    .product_single__image_left img {
      max-height: 32.5rem; } }

.product_single__description {
  width: 30%;
  float: left; }
  .product_single__description:last-child:not(:first-child) {
    float: right; }

.product_single__header {
  font-size: 3.125rem;
  font-family: DINOT-Cond, sans-serif;
  text-transform: uppercase;
  line-height: 3.75rem;
  position: relative;
  margin-top: -0.625rem;
  padding-bottom: 2.1875rem;
  color: #1d193e; }
  .product_single__header:after {
    content: '';
    width: 14.125rem;
    height: 1px;
    background: #e44826;
    position: absolute;
    bottom: 0;
    left: 0; }

.product_single__desc {
  font-size: 2.1875rem;
  line-height: 3.125rem;
  font-family: DINOT-Italic, sans-serif;
  padding-bottom: 1.5625rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
  font-style: italic; }
  .product_single__desc > small {
    display: block;
    font-family: DINOT-Cond, sans-serif; }
  .product_single__desc.last {
    padding-right: 20px; }

.product_single__image_right {
  width: 40%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: -3.625rem;
  padding-right: 0 !important; }
  @media screen and (min-width: 40em) {
    .product_single__image_right {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .product_single__image_right:last-child:not(:first-child) {
    float: right; }

.product_review {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .product_review::before, .product_review::after {
    content: ' ';
    display: table; }
  .product_review::after {
    clear: both; }

.product_review__header {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem; }
  .product_review__header::before, .product_review__header::after {
    content: ' ';
    display: table; }
  .product_review__header::after {
    clear: both; }
  .product_review__header h2 {
    width: 16.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 41.6666666667%;
    font-size: 3.125rem;
    font-family: DINOT-Cond, sans-serif;
    line-height: 3.75rem;
    text-align: center;
    border-bottom: 1px solid #e44826;
    color: #1e1946;
    padding-bottom: 2.1875rem;
    margin-bottom: 0;
    text-transform: none; }
    @media screen and (min-width: 40em) {
      .product_review__header h2 {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .product_review__header h2:last-child:not(:first-child) {
      float: right; }
    .product_review__header h2:last-child:last-child {
      float: left; }
    @media screen and (max-width: 39.9375em) {
      .product_review__header h2 {
        border-top: 1px solid #e44826;
        padding: 2.1875rem 0;
        margin-top: 0; } }

.product_review__wrapper {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .product_review__wrapper::before, .product_review__wrapper::after {
    content: ' ';
    display: table; }
  .product_review__wrapper::after {
    clear: both; }

.reviews_list {
  width: 100%;
  float: left;
  padding: 0 14.375rem; }
  .reviews_list:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .reviews_list {
      padding: 0 6.25rem; } }

.review_single {
  color: #233976;
  text-align: center; }

.review__header {
  font-size: 2.25rem;
  font-family: DINOT-medium, sans-serif;
  font-style: italic;
  margin: 1.875rem 0 0.8125rem; }

.review__stars {
  text-align: center;
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .review__stars::before, .review__stars::after {
    content: ' ';
    display: table; }
  .review__stars::after {
    clear: both; }

.review__star {
  width: 1.5rem;
  height: 1.4375rem;
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 1rem; }

.review__content {
  margin-top: 1.25rem;
  padding: 0 4.6875rem 8.875rem; }
  @media screen and (max-width: 39.9375em) {
    .review__content {
      padding: 0 0 2.5rem; } }

.review__move_left,
.review__move_right {
  width: 16.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-repeat: no-repeat;
  background-size: 2.5625rem 5.0625rem;
  height: 5.0625rem;
  margin-top: 15%; }
  @media screen and (min-width: 40em) {
    .review__move_left,
    .review__move_right {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .review__move_left:last-child:not(:first-child),
  .review__move_right:last-child:not(:first-child) {
    float: right; }

.review__move_left {
  background-image: url(../images/slider-black-left.png);
  background-position: center left; }

.review__move_right {
  background-image: url(../images/slider-black-right.png);
  background-position: center right; }

.products .slick-prev {
  left: 1.25rem !important;
  border-top: 1px solid #2d2650;
  border-left: 1px solid #2d2650; }
  .products .slick-prev:before {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -70px;
    right: -75px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.products .slick-next {
  right: 1.25rem !important;
  border-top: 1px solid #2d2650;
  border-right: 1px solid #2d2650; }
  .products .slick-next:before {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -70px;
    right: -75px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

@media screen and (max-width: 39.9375em) {
  .products_list {
    border-top: 1px solid #e44826; }
  .products_single {
    position: relative;
    border: 0; }
    .products_single img {
      position: absolute;
      top: 170px;
      height: 180px; }
    .products_single .hole {
      height: 240px; }
    .products_single .product_single__header:after {
      left: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%); }
    .products_single .button {
      height: 42px;
      width: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      padding: 0;
      font-size: 15px;
      line-height: 38px; }
  .product_single__description {
    width: 100%;
    text-align: center;
    position: relative;
    top: -30px; }
  .product_single__image_left img {
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    left: 20%; }
  .product_single__image_right img {
    -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
            transform: translate(50%);
    right: 25%; } }

.intro_text.product br, .products_list br {
  display: none; }
  .intro_text.product br.on_desktop, .products_list br.on_desktop {
    display: block; }

@media screen and (max-width: 39.9375em) {
  .intro_text.product br, .products_list br {
    display: block; }
    .intro_text.product br.on_desktop, .products_list br.on_desktop {
      display: none; } }

.load_more_section {
  text-align: center;
  padding-top: 4.875rem;
  padding-bottom: 4.875rem; }

.big_buttons_section {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top: 1px solid #e44826;
  height: 18.25rem; }

.button_big__getinspired,
.button_big__wheretobuy,
.button_big__products,
.button_big__protips,
.button_big__uploadstory {
  width: 100%;
  height: 13.125rem;
  padding-top: 8.125rem;
  color: #233976;
  display: inline-block;
  border: 1px solid #e44826;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.875rem;
  background-repeat: no-repeat;
  background-position: center 2.0625rem; }
  .button_big__getinspired:hover,
  .button_big__wheretobuy:hover,
  .button_big__products:hover,
  .button_big__protips:hover,
  .button_big__uploadstory:hover {
    background-color: #e44826;
    color: #fff; }
    .button_big__getinspired:hover.button_big__getinspired,
    .button_big__wheretobuy:hover.button_big__getinspired,
    .button_big__products:hover.button_big__getinspired,
    .button_big__protips:hover.button_big__getinspired,
    .button_big__uploadstory:hover.button_big__getinspired {
      background-image: url(../images/tips/protips--bulb--hover.png); }
    .button_big__getinspired:hover.button_big__wheretobuy,
    .button_big__wheretobuy:hover.button_big__wheretobuy,
    .button_big__products:hover.button_big__wheretobuy,
    .button_big__protips:hover.button_big__wheretobuy,
    .button_big__uploadstory:hover.button_big__wheretobuy {
      background-image: url(../images/tips/protips--pointer--hover.png); }
    .button_big__getinspired:hover.button_big__products,
    .button_big__wheretobuy:hover.button_big__products,
    .button_big__products:hover.button_big__products,
    .button_big__protips:hover.button_big__products,
    .button_big__uploadstory:hover.button_big__products {
      background-image: url(../images/tips/protips--heart--hover.png); }
    .button_big__getinspired:hover.button_big__protips,
    .button_big__wheretobuy:hover.button_big__protips,
    .button_big__products:hover.button_big__protips,
    .button_big__protips:hover.button_big__protips,
    .button_big__uploadstory:hover.button_big__protips {
      background-image: url(../images/tips/protips--star--hover.png); }
    .button_big__getinspired:hover.button_big__uploadstory,
    .button_big__wheretobuy:hover.button_big__uploadstory,
    .button_big__products:hover.button_big__uploadstory,
    .button_big__protips:hover.button_big__uploadstory,
    .button_big__uploadstory:hover.button_big__uploadstory {
      background-image: url(../images/tips/protips--arrowup--hover.png); }

.button_big__getinspired {
  background-image: url(../images/tips/protips--bulb.png);
  background-position: center 3.0625rem;
  background-size: 4.375rem 4.375rem; }

.button_big__wheretobuy {
  background-image: url(../images/tips/protips--pointer.png);
  background-position: center 3.0625rem;
  background-size: 3.125rem 4rem; }

.button_big__products {
  background-image: url(../images/tips/protips--heart.png);
  background-position: center 3.0625rem;
  background-size: 4.6875rem 3.5rem; }

.button_big__protips {
  background-image: url(../images/tips/protips--star.png);
  background-position: center 3.0625rem;
  background-size: 3.625rem 3.625rem; }

.button_big__uploadstory {
  background-image: url(../images/tips/protips--arrowup.png);
  background-position: center 1.875rem;
  background-size: 5.6875rem 5.5625rem;
  cursor: pointer; }

.third {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .third {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .third:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .third:first-child {
      padding-left: 0; }
    .third:last-child {
      padding-right: 0; } }
  @media screen and (max-width: 39.9375em) {
    .third {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-bottom: 1.5625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .third {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) {
      .third:last-child:not(:first-child) {
        float: right; } }

@media screen and (max-width: 39.9375em) {
  .big_buttons_section {
    border: none; }
  .pro-tips p {
    margin: 0;
    margin-top: 26px;
    padding: 0 10px;
    line-height: 18px;
    font-size: 18px; }
  .button_big__getinspired,
  .button_big__wheretobuy,
  .button_big__products,
  .button_big__protips,
  .button_big__uploadstory {
    height: 150px;
    font-size: 16px;
    padding-top: 90px; }
  .button_big__getinspired {
    background-size: 48px auto;
    background-position: center 37px; }
  .button_big__wheretobuy {
    background-size: 26px auto;
    background-position: center 44px; }
  .button_big__products {
    background-size: 40px auto;
    background-position: center 43px; }
  .button_big__protips {
    background-size: 31px auto;
    background-position: center 45px; } }

.story-wrapper {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.text-author {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e44826;
  padding-top: 5.9375rem;
  padding-bottom: 2.9375rem;
  margin-bottom: 0; }
  .text-author::before, .text-author::after {
    content: ' ';
    display: table; }
  .text-author::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .text-author {
      padding-left: 10px; } }
  @media screen and (max-width: 39.9375em) {
    .text-author {
      padding-top: 2.9375rem;
      padding-left: 10px;
      padding-right: 10px; } }
  .text-author h4 {
    font-weight: normal;
    color: #1e1946; }
    .text-author h4 br {
      display: none; }

.text-article {
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .text-article::before, .text-article::after {
    content: ' ';
    display: table; }
  .text-article::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .text-article {
      padding-left: 10px; } }
  @media screen and (max-width: 39.9375em) {
    .text-article {
      padding-left: 10px;
      padding-right: 10px; } }
  .text-article .post-date {
    width: 8.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: #e44826;
    padding-left: 0px !important; }
    @media screen and (min-width: 40em) {
      .text-article .post-date {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .text-article .post-date:last-child:not(:first-child) {
      float: right; }
    .text-article .post-date p {
      font-family: DINOT-Cond, sans-serif;
      font-size: 2.1875rem;
      line-height: 2.625rem; }
    @media screen and (max-width: 39.9375em) {
      .text-article .post-date {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .text-article .post-date {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
        .text-article .post-date:last-child:not(:first-child) {
          float: right; }
        .text-article .post-date p {
          margin-bottom: 0 !important; } }
  .text-article .article-left {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .text-article .article-left {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .text-article .article-left:last-child:not(:first-child) {
      float: right; }
    .text-article .article-left .story-section {
      margin-bottom: 8.75rem;
      color: #233976; }
      .text-article .article-left .story-section p {
        line-height: 2.8125rem;
        font-size: 1.875rem; }
        @media screen and (max-width: 39.9375em) {
          .text-article .article-left .story-section p {
            line-height: 17px !important;
            font-size: 16px !important;
            margin-top: 0 !important; } }
        .text-article .article-left .story-section p.bold {
          font-family: "DINOT-bold";
          margin-bottom: 1.25rem; }
        .text-article .article-left .story-section p.light {
          font-family: "DINOT-light";
          margin-bottom: 3.125rem;
          margin-top: 1.25rem; }
        .text-article .article-left .story-section p.medium {
          font-family: "DINOT-medium";
          font-size: 2.1875rem;
          line-height: 3.125rem;
          margin-top: 1.875rem;
          margin-bottom: 2.5rem; }
        .text-article .article-left .story-section p.borders {
          font-weight: bold;
          padding: 1.3125rem 0;
          border-top: 1px solid #e44826;
          border-bottom: 1px solid #e44826; }
          @media screen and (max-width: 39.9375em) {
            .text-article .article-left .story-section p.borders {
              border: 0; } }
      .text-article .article-left .story-section ul {
        line-height: 2.8125rem;
        font-size: 1.875rem;
        font-family: "DINOT-light";
        text-transform: none;
        position: relative;
        right: 0.8125rem; }
        .text-article .article-left .story-section ul li {
          margin-bottom: 0.625rem; }
          .text-article .article-left .story-section ul li:last-of-type {
            margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .text-article .article-left {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .text-article .article-left {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
        .text-article .article-left:last-child:not(:first-child) {
          float: right; } }
  .text-article .article-right {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: #e44826; }
    @media screen and (min-width: 40em) {
      .text-article .article-right {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .text-article .article-right:last-child:not(:first-child) {
      float: right; }
    .text-article .article-right p {
      text-align: center;
      font-family: 'DINOT-Cond';
      font-size: 2.1875rem;
      line-height: 2.1875rem; }
    @media screen and (max-width: 39.9375em) {
      .text-article .article-right {
        display: none; } }

.share_buttons_section {
  padding-top: 2.25rem;
  border-top: 1px solid #e44826;
  margin-bottom: 2.3125rem; }
  @media screen and (max-width: 39.9375em) {
    .share_buttons_section {
      text-align: center;
      margin-bottom: 14px;
      padding-top: 7px; } }
  @media screen and (max-width: 63.9375em) {
    .share_buttons_section {
      position: fixed;
      bottom: 0;
      background: #fff;
      margin: 0;
      width: 100%;
      left: 0;
      text-align: center;
      padding-top: 0; } }
  .share_buttons_section::before, .share_buttons_section::after {
    content: ' ';
    display: table; }
  .share_buttons_section::after {
    clear: both; }
  .share_buttons_section a {
    display: inline-block;
    padding-right: 1.6875rem; }
    .share_buttons_section a img {
      width: 4.0625rem;
      height: 4.0625rem; }

.upload-story-section {
  border-top: 1px solid #e44826;
  margin-bottom: 7.8125rem; }
  .upload-story-section p {
    font-family: 'DINOT-Italic'; }
    @media screen and (max-width: 39.9375em) {
      .upload-story-section p {
        line-height: 17px !important;
        font-size: 16px !important;
        text-align: center;
        margin-bottom: 16px; } }
  .upload-story-section a {
    display: inline-block;
    border: 1px solid #e44826;
    padding: 0.75rem 3.75rem;
    font-family: 'DINOT-Cond';
    font-size: 1.875rem;
    color: #233976;
    text-decoration: none;
    line-height: 2.25rem; }
    @media screen and (max-width: 39.9375em) {
      .upload-story-section a {
        background-color: #e44826;
        text-align: center;
        width: 100%;
        float: left;
        margin-bottom: 1.5625rem;
        font-family: 'DINOT-Light';
        font-size: 2.15rem;
        line-height: 2.58rem;
        color: white;
        text-transform: uppercase;
        padding: 12px 0; } }

.where2buy {
  position: relative;
  border-top: 1px solid #e44826;
  border-bottom: 0;
  margin-bottom: 15rem; }
  @media screen and (max-width: 39.9375em) {
    .where2buy {
      border-top: 0;
      padding-top: 20px;
      margin: 0; }
      .where2buy:after {
        margin: auto;
        height: 1px;
        width: 150px;
        content: '';
        background: #e44826; } }

.where2buy_left,
.where2buy_right {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .where2buy_left,
    .where2buy_right {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .where2buy_left:last-child:not(:first-child),
  .where2buy_right:last-child:not(:first-child) {
    float: right; }

.where2buy_center {
  width: 50%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  left: 25%; }
  @media screen and (min-width: 40em) {
    .where2buy_center {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .where2buy_center:last-child:not(:first-child) {
    float: right; }

.where2buy_left h3,
.where2buy_center h3,
.where2buy_right h3 {
  color: #1e1946;
  font-family: DINOT-Cond, sans-serif;
  font-size: 5.5rem;
  border-bottom: 1px solid #e44826;
  margin-bottom: 4.375rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2.8125rem 0; }

@media screen and (max-width: 39.9375em) {
  .where2buy_left,
  .where2buy_center,
  .where2buy_right {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: none;
    padding: 0 15px; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .where2buy_left,
    .where2buy_center,
    .where2buy_right {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

@media screen and (max-width: 39.9375em) {
    .where2buy_left:last-child:not(:first-child),
    .where2buy_center:last-child:not(:first-child),
    .where2buy_right:last-child:not(:first-child) {
      float: right; }
    .where2buy_left.active,
    .where2buy_center.active,
    .where2buy_right.active {
      display: block; }
    .where2buy_left h3,
    .where2buy_center h3,
    .where2buy_right h3 {
      display: none; } }

.where2buy__logo {
  width: 33.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.5625rem; }
  @media screen and (min-width: 40em) {
    .where2buy__logo {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .where2buy__logo:last-child:not(:first-child) {
    float: right; }
  .where2buy__logo a {
    display: block; }
  @media screen and (max-width: 39.9375em) {
    .where2buy__logo {
      width: 50%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      float: left !important; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .where2buy__logo {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) {
      .where2buy__logo:last-child:not(:first-child) {
        float: right; }
      .where2buy__logo a {
        border: 1px solid #e44826;
        overflow: hidden; } }

.details.active {
  opacity: 1; }

.details.hidden {
  opacity: 0.5; }

.where2buy_right {
  position: relative; }
  .where2buy_right:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 72%;
    background: #e9521d;
    margin-left: -0.5625rem;
    top: 25%; }
  .where2buy_right.full-width {
    width: 100%; }
    .where2buy_right.full-width:before {
      display: none; }
    .where2buy_right.full-width .where2buy__logo {
      width: 16.6666666667%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      @media screen and (min-width: 40em) {
        .where2buy_right.full-width .where2buy__logo {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      .where2buy_right.full-width .where2buy__logo:last-child:not(:first-child) {
        float: right; }
      @media screen and (max-width: 39.9375em) {
        .where2buy_right.full-width .where2buy__logo {
          width: 33.3333333333%;
          float: left;
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .where2buy_right.full-width .where2buy__logo {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
      @media screen and (max-width: 39.9375em) {
          .where2buy_right.full-width .where2buy__logo:last-child:not(:first-child) {
            float: right; } }
  @media screen and (max-width: 39.9375em) {
    .where2buy_right:before {
      display: none; } }

.where2buy_map {
  width: 50%;
  display: none;
  background-color: #ffffff;
  position: absolute;
  max-width: -webkit-calc(108.75rem /2);
  max-width: calc(108.75rem /2);
  height: -webkit-calc(100% - 15rem);
  height: calc(100% - 15rem);
  right: 0;
  top: 9.375rem; }
  .where2buy_map.active {
    display: block;
    height: 100%; }
  @media screen and (max-width: 39.9375em) {
    .where2buy_map {
      width: 100%;
      height: -webkit-calc(100% - 30px);
      height: calc(100% - 30px);
      top: 20px;
      right: 0;
      left: 0;
      max-width: none;
      position: static; } }

@media screen and (max-width: 39.9375em) {
  .where2buy_map_wrapper {
    padding: 0 10px; } }

.where2buy_map_wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  @media screen and (max-width: 39.9375em) {
    .where2buy_map_wrapper .close {
      position: initial;
      display: block;
      text-align: right;
      float: none; } }

@media screen and (max-width: 39.9375em) {
  .where2buy_map_wrapper img {
    width: 20px;
    display: block;
    margin: 0 0 10px auto; } }

.where2buy_map_section {
  width: 65%;
  height: 30rem;
  display: block;
  border: 1px solid #e44826;
  margin-left: 0.625rem;
  margin-right: 1.5625rem;
  float: left; }
  @media screen and (max-width: 39.9375em) {
    .where2buy_map_section {
      margin: 0;
      width: 100%;
      margin-bottom: 30px;
      float: none; } }

.where2buy_map_hints {
  float: left;
  position: relative;
  top: 50px;
  word-wrap: break-word;
  width: 30%; }
  @media screen and (max-width: 39.9375em) {
    .where2buy_map_hints {
      float: none;
      top: 0; } }
  .where2buy_map_hints a {
    font-family: DINOT-Cond, sans-serif;
    display: block;
    text-decoration: none;
    font-size: 2.1875rem;
    color: #22346b;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.875rem; }
    @media screen and (max-width: 39.9375em) {
      .where2buy_map_hints a {
        margin-bottom: 3px;
        font-size: 16px; } }

.where2buy__buttons {
  display: none;
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .where2buy__buttons::before, .where2buy__buttons::after {
    content: ' ';
    display: table; }
  .where2buy__buttons::after {
    clear: both; }
  .where2buy__buttons .button {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
    font-size: 17px; }
    @media screen and (min-width: 40em) {
      .where2buy__buttons .button {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .where2buy__buttons .button:last-child:not(:first-child) {
      float: right; }
    .where2buy__buttons .button.active {
      color: #fff;
      background: #e44826; }
  @media screen and (max-width: 39.9375em) {
    .where2buy__buttons {
      display: block; }
      .where2buy__buttons .button {
        width: 44%;
        height: 100%; }
        .where2buy__buttons .button:first-child {
          margin-left: 10px; }
        .where2buy__buttons .button:last-child {
          margin-right: 10px; } }
  @media screen and (max-width: 39.9375em) {
    .where2buy__buttons.full-width {
      padding: 0 3.125rem 1.25rem; } }
  .where2buy__buttons.full-width .button {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .where2buy__buttons.full-width .button:first-child {
      margin-left: 0; }
    @media screen and (min-width: 40em) {
      .where2buy__buttons.full-width .button {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .where2buy__buttons.full-width .button:last-child:not(:first-child) {
      float: right; }

/*
nowe
*/
.gsc-thumbnail-inside .gs-title a.gs-title {
  margin-bottom: 3.125rem; }

.gs-title, .gs-title b {
  height: auto !important;
  text-decoration: none !important;
  margin-bottom: 3.125rem; }

a.gs-title, a.gs-title b {
  font-size: 2.1875rem !important;
  line-height: 3.125rem !important;
  font-family: DINOT-medium, sans-serif !important;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #233976 !important;
  text-transform: capitalize; }

.gs-snippet {
  font-size: 1.875rem !important;
  line-height: 2.8125rem !important;
  font-family: DINOT-light, sans-serif !important;
  color: #233976 !important; }

.gsc-webResult.gsc-result {
  border-top: 1px solid #e44826 !important;
  padding: 1em !important;
  padding-bottom: 3.125rem !important;
  padding-top: 3.125rem !important; }

.gsc-result-info, .gcsc-branding {
  display: none; }

.gsc-thumbnail {
  display: none; }

.gsc-url-top, .gsc-url-bottom {
  display: none; }

.gsc-table-result, .gsc-cursor-page.gsc-cursor-current-page {
  color: #233976 !important;
  text-shadow: none !important;
  text-decoration: none !important; }

.gsc-adBlock, .gsc-above-wrapper-area, .gs-fileFormat, .gs-visibleUrl, .gs-visibleUrl-long, .gsc-cursor-box {
  display: none !important; }

.form-wrapper {
  margin: 3.125rem 0;
  max-width: 110.25rem;
  margin-left: auto;
  margin-right: auto; }
  .form-wrapper::before, .form-wrapper::after {
    content: ' ';
    display: table; }
  .form-wrapper::after {
    clear: both; }
  .form-wrapper .gsc-input {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: 16.6666666667%; }
    @media screen and (min-width: 40em) {
      .form-wrapper .gsc-input {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .form-wrapper .gsc-input:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 39.9375em) {
      .form-wrapper .gsc-input {
        width: 41.6666666667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 16.6666666667%; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .form-wrapper .gsc-input {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
        .form-wrapper .gsc-input:last-child:not(:first-child) {
          float: right; } }
  .form-wrapper button {
    width: 16.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: -16.6666666667%; }
    @media screen and (min-width: 40em) {
      .form-wrapper button {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
    .form-wrapper button:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 39.9375em) {
      .form-wrapper button {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: -16.6666666667%; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .form-wrapper button {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
        .form-wrapper button:last-child:not(:first-child) {
          float: right; } }

@media screen and (min-width: 40em) {
  .pt .header__menu li {
    width: 33%; }
    .pt .header__menu li a {
      margin-left: 0;
      margin-right: 0; } }

@media screen and (min-width: 40em) {
  .pt .big_buttons_section .third {
    width: 50%; } }

@media screen and (min-width: 40em) {
  .pt .cluster_content .smooth, .pt .cluster_content .small, .pt .cluster_content .wide {
    font-size: 3.4rem;
    line-height: 4.2rem; } }

@media screen and (max-width: 39.9375em) {
  .pt .cluster_content .smooth, .pt .cluster_content .small, .pt .cluster_content .wide {
    font-size: 22px;
    line-height: 30px; }
  .pt .cluster_content .smooth {
    width: 236px; } }

@media screen and (max-width: 39.9375em) {
  .pt .product_single__image_left img {
    height: auto;
    width: 42%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 56%; } }

@media screen and (min-width: 40em) {
  .pt .product_single__image_left img {
    right: 2rem;
    position: relative; } }

.pt #cookie_content p.cookie {
  padding-top: 4rem; }

.pt .popup.tell_story .-input input, .pt .popup.tell_story .-input textarea {
  font-size: 3.3rem;
  line-height: 3.5rem; }

.pt .input-wrapper .-input {
  font-size: 3.3rem;
  line-height: 3.5rem; }

.pt .input-error:before {
  width: 3rem;
  height: 3rem; }

.pt ._footer_note .bolder {
  font-family: DINOT-Bold, sans-serif; }

.pt .sup_smaller_font {
  font-size: 60%;
  top: -0.5em; }

.pt .ingridients-popup .popup-wrapper .text {
  font-size: 1.875rem; }

.pt .product_teasers.shots-1 {
  height: 44rem;
  margin: 0; }
  @media screen and (min-width: 40em) and (max-width: 45.25em) {
    .pt .product_teasers.shots-1 {
      height: 46rem; } }
  @media screen and (max-width: 39.9375em) {
    .pt .product_teasers.shots-1 {
      height: 140px; } }

@media screen and (min-width: 40em) {
  .pt .product_buttons {
    margin-top: 0; } }

.pt .popup .subtitle {
  font-size: 3rem;
  line-height: 3.2rem; }

.pt .input-error small {
  -ms-transform: translateY(0); }

.pt .popup .row input, .pt .popup .row textarea {
  line-height: 10px;
  margin-top: 0; }

.pt .reveal-overlay .popup {
  -ms-overflow-x: hidden; }

.pt .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .pt .product_teasers .slick-prev:before, .pt .product_teasers .slick-prev:after {
    display: none !important; }

.pt .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .pt .product_teasers .slick-next:before, .pt .product_teasers .slick-next:after {
    display: none !important; }

.pt .search_box button {
  -moz-transform: translateY(-1.5rem); }

.pt .text_packshot {
  text-transform: none; }

.pt .range_tip_text {
  margin-top: 0; }

.pt .first-tip {
  margin-top: 20px; }

@media screen and (max-width: 39.9375em) {
  .pt .submit-popup {
    height: 120px !important; }
  .pt .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .pt .icheckbox_square-orange.checked {
    background-size: cover; }
  .pt .popup .row input[type=submit] {
    top: 200px; }
  .pt .popup .mandatory {
    top: -130px; }
  .pt .input-error.line {
    top: 11px !important; }
  .pt .input-error.correct {
    top: 3px !important; } }

.sk .header__menu {
  max-width: 80rem; }
  @media screen and (min-width: 40em) {
    .sk .header__menu li {
      width: 33%; }
      .sk .header__menu li a {
        margin-left: 0;
        margin-right: 0; } }

@media screen and (min-width: 40em) {
  .sk .big_buttons_section .third {
    width: 50%; } }

.sk ._footer_menu li {
  margin-right: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .sk ._footer_menu li {
      margin-right: 0; } }
  .sk ._footer_menu li:last-of-type {
    margin-right: 0; }

.sk .error__content .button {
  width: auto; }

.sk .privacy-page a {
  color: #233976;
  text-decoration: none;
  border-bottom: 1px solid #233976; }
  @media screen and (max-width: 39.9375em) {
    .sk .privacy-page a {
      margin-bottom: 10px;
      display: block; } }

.sk .contact__section {
  border-bottom: none;
  padding-top: 2.8128rem; }
  .sk .contact__section p.contact-content a {
    display: inline-block;
    line-height: 0.8; }

.sk .cluster_element.-full {
  width: 100%;
  max-height: 310px; }

.sk .product_single__tip.-full {
  margin-top: 8rem; }
  @media screen and (max-width: 39.9375em) {
    .sk .product_single__tip.-full {
      margin-top: 0; }
      .sk .product_single__tip.-full h4 {
        padding-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .sk .product_single__tip.-full:last-of-type h4 {
      margin-bottom: 8rem; } }
  .sk .product_single__tip.-full:not(:last-of-type) h4:after {
    display: none; }

.sk .product_single__tip_image_left img {
  width: 14rem;
  margin: 0 auto;
  display: block; }

@media screen and (min-width: 40em) {
  .sk .hide-on-desktop {
    display: none; } }

.sk .header__logo {
  background-image: url(../images/sk/pharmatonlogo.png); }
  @media screen and (max-width: 39.9375em) {
    .sk .header__logo {
      background-size: contain; } }

.sk .banner-text-center .banner-content {
  top: 58%; }
  .sk .banner-text-center .banner-content:before {
    top: -50%; }
    @media screen and (max-width: 39.9375em) {
      .sk .banner-text-center .banner-content:before {
        top: -33%; } }

.sk .banner-text-center .banner-content .banner-second-line {
  text-shadow: 0 0 10px #1e1846; }
  @media screen and (max-width: 39.9375em) {
    .sk .banner-text-center .banner-content .banner-second-line {
      font-size: 25px; } }

.sk .cluster_wrapper .smooth {
  padding: 0 0.625rem; }

@media screen and (max-width: 39.9375em) {
  .sk .cluster_wrapper .small, .sk .cluster_wrapper .wide, .sk .cluster_wrapper .smooth {
    font-size: 25px; } }

.sk .banner-text-center img {
  display: block; }

.sk .big_buttons_section {
  border-top: none; }

.sk .article-left {
  width: 66.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .sk .article-left {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .sk .article-left:last-child:not(:first-child) {
    float: right; }

.sk .search_box input {
  padding-top: 0; }

.sk .product_teasers .slick-prev {
  z-index: 199 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .sk .product_teasers .slick-prev:before, .sk .product_teasers .slick-prev:after {
    display: none !important; }

.sk .product_teasers .slick-next {
  z-index: 199 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .sk .product_teasers .slick-next:before, .sk .product_teasers .slick-next:after {
    display: none !important; }

.sk .search_box button {
  -moz-transform: translateY(-1.5rem); }

.sk .input-error .error {
  -ms-transform: translateY(0); }

@media screen and (max-width: 39.9375em) {
  .sk .text-author {
    margin-bottom: 1.5rem; }
  .sk .terms-page h1 {
    line-height: 5rem; }
  .sk .product_single__tip_left, .sk .product_single__tip_image_left {
    padding-left: 10px;
    padding-right: 10px; }
  .sk .product_single__tip_right {
    padding-left: 10px;
    padding-right: 10px; }
  .sk .article-left {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .sk .article-left {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }

@media screen and (max-width: 39.9375em) {
    .sk .article-left:last-child:not(:first-child) {
      float: right; }
  .sk p.contact-content a {
    padding-bottom: 2px; }
  .sk .intro_text.-home {
    padding: 1.875rem 5px !important; } }

@media screen and (min-width: 40em) {
  .sk #cookie_content .cookie-policy {
    margin: 0; }
  .sk #cookie_content p.cookie {
    width: 70%;
    margin-right: 5rem; }
  .sk #cookie_content a#cookie_agree {
    position: relative;
    top: -1rem; } }

.sk .banner-element.pro-tips-banner {
  background-image: url(../images/sk/banners/pro-tips.jpg); }

.sk .banner-element.get-inspired-banner {
  background-image: url(../images/sk/banners/banner-get-inspired2.jpg); }

@media screen and (min-width: 39.9375em) and (max-width: 60em) {
  .sk .banner-text-center .banner-content .banner-second-line {
    font-size: 7.5625rem; }
  .sk .banner-element.story-banner .banner-content p, .sk .banner-element.story-banner .banner-content h1 {
    font-size: 6.1875rem; } }

@media screen and (max-width: 39.9375em) {
  .sk .banner-element.story-banner .banner-content h1 {
    font-size: 4.5rem;
    line-height: 4.5rem; } }

@media screen and (max-width: 350px) {
  .sk .banner-text-center .banner-content .banner-second-line {
    font-size: 23px !important; } }

@media screen and (min-width: 45.25em) and (max-width: 76.1875em) {
  .sk .banner-text-center .banner-content .banner-second-line {
    font-size: 7.5625rem; }
  .sk .banner-element.story-banner .banner-content br {
    display: none; } }

.sk .cluster_wrapper .wide .name.hide {
  display: none; }

.sk .pdf-dl {
  text-align: center; }
  .sk .pdf-dl a {
    font-size: 2rem;
    color: #e44826;
    border-bottom: 1px solid #e44826;
    font-weight: bold;
    text-decoration: none; }

.sk .cluster_wrapper.to_load .small .name {
  margin-top: 8px; }

.sk p.contact-content a {
  padding-bottom: 3px; }

.pl .italic_font {
  font-style: italic; }

.pl .header__menu {
  max-width: 75rem; }
  .pl .header__menu li:first-child a {
    margin-left: 0; }
  .pl .header__menu li:last-child a {
    margin-right: 0; }
  .pl .header__menu li a {
    margin: 0 1.25rem; }

.pl .header__logo {
  background-image: url("../images/pl/pharmaton-logo.png"); }

.pl .product_teasers.shots-2 .product_image:nth-child(2) img {
  max-height: 37.5rem; }

@media screen and (max-width: 39.9375em) {
  .pl .product_teasers.shots-2 .product_image {
    margin: auto; } }

.pl ._footer_menu nav ul li:last-child {
  margin: 0; }

.pl .banner-text-center .banner-content {
  text-shadow: 0 0 10px #1e1846;
  top: 50%; }

.pl .banner-text-center img {
  display: block; }

.pl .where2buy__logo {
  height: 100px; }
  .pl .where2buy__logo:last-child:not(:first-child) {
    float: left; }

.pl .faq__intro {
  font-family: DINOT-Bold, sans-serif;
  font-weight: normal; }

.pl .faq__content b {
  font-family: DINOT-Bold, sans-serif;
  font-weight: normal; }

.pl .cluster_wrapper .smooth {
  line-height: 3.375rem;
  font-size: 2.75rem;
  padding: 0 0.625rem; }

.pl .cluster_wrapper .small, .pl .cluster_wrapper .wide {
  font-size: 2.75rem;
  line-height: 3.75rem; }
  .pl .cluster_wrapper .small .name, .pl .cluster_wrapper .wide .name {
    margin-top: 7px; }

.pl .cluster_element.-full {
  width: 100%;
  max-height: 250px; }
  .pl .cluster_element.-full:before {
    padding-top: 25%; }

.pl .cluster_element .on_hover .nonCapitalize {
  text-transform: none; }

.pl .cluster_element .on_hover span p, .pl .cluster_element .on_hover span .p {
  padding: 0.6875rem 1.5rem; }

.pl .where2buy_center,
.pl .where2buy_center h3 {
  display: block; }

@media screen and (max-width: 39.9375em) {
  .pl .where2buy_center {
    left: 0; } }

.pl .where2buy__logo a {
  height: 100%;
  display: block; }
  .pl .where2buy__logo a img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media screen and (max-width: 63.9375em) {
  .pl .banner-element .banner-content p {
    font-size: 5.1875rem; } }

@media screen and (max-width: 39.9375em) {
  .pl .banner-element .banner-content p {
    font-size: 24px; }
  .pl .where2buy__logo a {
    border: 0px; } }

@media screen and (max-width: 39.9375em) {
  .pl .container.slide-left {
    left: -101%; } }

.pl .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .pl .product_teasers .slick-prev:before, .pl .product_teasers .slick-prev:after {
    display: none !important; }

.pl .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .pl .product_teasers .slick-next:before, .pl .product_teasers .slick-next:after {
    display: none !important; }

.pl .search_box button {
  -moz-transform: translateY(-1.5rem); }

@media screen and (max-width: 39.9375em) {
  .pl .banner-content .banner-second-line {
    font-size: 5rem; }
  .pl .faq__single.-first {
    padding-top: 0; }
    .pl .faq__single.-first .faq__header {
      padding: 0;
      margin: 0; } }

@media screen and (max-width: 39.9375em) and (max-width: 70em) {
  .pl .banner-element.story-banner .banner-content p {
    font-size: 5.1875rem !important; } }

@media screen and (max-width: 39.9375em) and (max-width: 400px) {
  .pl .banner-element.story-banner .banner-content p {
    font-size: 4.1875rem !important; } }

.pl .s-letters {
  letter-spacing: -0.2px; }

@media screen and (max-width: 340px) {
  .pl .product_single__image_right img, .pl .product_single__image_left img {
    top: 210px; }
  .pl .popup .image-big .smooth.long {
    font-size: 4.5rem !important;
    line-height: 5.5rem !important; } }

.pl .popup .subtitle {
  text-align: justify; }

.pl #ingridients-popup .text, .pl .ingridients-popup .text {
  font-size: 2rem; }

.pl .search_box input {
  padding-top: 0;
  padding-bottom: 0;
  height: 3rem; }
  @media screen and (max-width: 70em) {
    .pl .search_box input {
      padding-bottom: 5px;
      height: 5rem; } }

.pl ._footer_note p {
  font-size: 1.2rem; }

.pl .banner-element.pro-tips-banner {
  text-shadow: 0px 0px 15px white; }

.ch {
  -ms-overflow-x: hidden !important; }
  .ch .header__menu {
    max-width: 75rem; }
    .ch .header__menu li {
      width: 50%; }
      .ch .header__menu li:first-child a {
        margin-left: 0; }
      .ch .header__menu li:last-child a {
        margin-right: 0; }
      .ch .header__menu li a {
        margin: 0 1.25rem; }
  .ch ._footer_menu nav ul li:last-child {
    margin: 0; }
  .ch .big_buttons_section .third {
    width: 50%; }
  .ch .banner-text-center .banner-content {
    text-shadow: 0 0 10px #1e1846;
    top: 58%; }
  .ch .banner-text-center img {
    display: block; }
  .ch .banner-third-line {
    font-size: 6.25rem;
    line-height: 6.25rem;
    text-align: center; }
  .ch .cluster_element .on_hover span p, .ch .cluster_element .on_hover span .p, .ch .cluster_element .on_hover span a {
    padding: 0.625rem 1.25rem; }
  .ch .product_text {
    color: #e44826;
    font-family: DINOT-Cond, sans-serif;
    font-size: 1.875rem;
    font-weight: bold; }
    @media screen and (max-width: 39.9375em) {
      .ch .product_text {
        font-size: 18px;
        line-height: 24px; } }
  .ch .product_buttons {
    margin-top: 3.125rem; }
    .ch .product_buttons a {
      cursor: pointer;
      font-family: DINOT-Cond, sans-serif;
      font-size: 1.875rem;
      margin: auto;
      text-decoration: none;
      margin-bottom: 1.875rem; }
      .ch .product_buttons a.product_buy_button {
        border: 1px solid #f8d1c9;
        color: #1d193e;
        width: 17.0625rem;
        padding: 0.375rem 0;
        display: block; }
        @media screen and (max-width: 39.9375em) {
          .ch .product_buttons a.product_buy_button {
            width: 90%;
            font-size: 18px;
            text-transform: none;
            display: block;
            height: auto; } }
        .ch .product_buttons a.product_buy_button:after {
          content: ''; }
      .ch .product_buttons a.product_ingredients_button2 {
        color: #e44826;
        border-bottom: 1px solid #e44826;
        display: inline;
        font-weight: bold;
        position: relative; }
        @media screen and (max-width: 39.9375em) {
          .ch .product_buttons a.product_ingredients_button2 {
            font-size: 18px; } }
      .ch .product_buttons a:after {
        content: '';
        position: absolute;
        top: -4px;
        margin-left: 0.625rem;
        margin-top: 0.1875rem; }
  .ch .cluster_element .on_hover {
    text-transform: none; }
  .ch .intro_text.product br, .ch .products_list br {
    display: block; }
  .ch .text-author h3 {
    color: #233976; }
  .ch .sitemap h3 {
    color: #233976;
    padding-left: 1.25rem; }
  .ch .sitemap a {
    text-decoration: none;
    color: #233976; }
  .ch ._footer_amendment p {
    color: #1e1946;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin: 1.0625rem 0 0 0;
    text-align: right; }
  .ch .products_single:first-of-type img {
    top: 220px; }
  .ch .article-left .story-section ul {
    position: static;
    margin-left: -25px;
    right: initial; }
  @media screen and (max-width: 76.1875em) {
    .ch .banner-second-line {
      font-size: 8rem !important; }
    .ch .banner-third-line {
      font-size: 5rem;
      line-height: 5rem; } }
  @media screen and (max-width: 45.25em) {
    .ch .banner-first-line {
      padding-bottom: 5px !important; }
    .ch .banner-second-line {
      font-size: 4rem !important;
      line-height: 4.5rem !important; }
    .ch .banner-third-line {
      font-size: 2.5rem;
      line-height: 3rem; }
    .ch .header_magnifier_mobile {
      display: none; } }
  .ch .product_single__image_left .product-mobile, .ch .product_single__image_right .product-mobile {
    top: 225px; }

.es .header__menu {
  max-width: 80rem; }

.es .product_single__tip_image_left.-small img {
  width: 14.9375rem;
  display: block;
  margin: 0 auto; }

.es .product_teasers.shots-3 .product_image img {
  height: 25rem; }

.es .cluster_wrapper .small, .es .cluster_wrapper .wide {
  font-size: 3.4375rem;
  line-height: 4.0625rem; }
  .es .cluster_wrapper .small .name, .es .cluster_wrapper .wide .name {
    margin-top: 7px; }

.es .cluster_wrapper .smooth {
  padding: 0 0.625rem; }

.es .input-error {
  margin: 1rem 0; }
  .es .input-error.haeder {
    width: auto; }

.es .input-error:before {
  width: 3rem;
  height: 3rem; }

.es .not-products-online .not-products-text {
  font-size: 4.0625rem;
  line-height: 40px;
  padding-top: 20px;
  text-align: center; }

.es .where2buy_right {
  position: relative; }
  .es .where2buy_right:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #e9521d;
    margin-left: -0.5625rem;
    top: 25%; }

.es .product_teasers.shots-3 .product_image {
  width: 20%; }

.es .product_teasers.shots-3 .product_image:nth-child(2) {
  left: 20%; }

.es .product_teasers.shots-3 .product_image:nth-child(3) {
  left: 40%; }

.es .product_teasers.shots-3 .product_image:nth-child(4) {
  left: 60%; }

.es .product_teasers.shots-3 .product_image:nth-child(5) {
  left: 80%; }

.es .row-cookies .first {
  width: 33%; }

.es .row-cookies .second {
  width: 33%; }

.es .row-cookies .third {
  width: 33%; }

.es .row-cookies-head {
  border: 1px solid #233976;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  font-weight: bold; }

.es .col-cookies {
  text-align: center;
  border: 1px solid #233976;
  vertical-align: middle;
  font-size: 2.9rem; }

.es .desc-tab-cookies {
  font-style: italic;
  font-size: 1.5rem;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0; }

.es .cookies-point {
  margin-left: 30px; }

.es .small_packshot {
  height: 30rem; }

.es .products_desc_no_wrap {
  white-space: nowrap; }

.es .kiddi_content {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.es .popup .row input[type=submit] {
  margin-top: 50px !important; }

.es .popup.tell_story .terms_accepted_text {
  padding-top: 5px; }

.es ._footer_note p {
  font-size: 1.5375rem; }

.es .product_image .product_name {
  font-size: 1.575rem;
  line-height: 2.4rem; }

@media screen and (max-width: 39.9375em) {
  .es .kiddi_content {
    padding-bottom: 0; }
  .es ._headline {
    padding-bottom: 20px; }
  .es .pack-right img, .es .pack-left img {
    width: 50%;
    height: auto;
    top: auto;
    bottom: 18%; }
  .es .products_single .hole-reset {
    height: 300px; }
  .es .complex_product_space {
    padding-bottom: 30px; }
  .es .vitandcar_content_text {
    padding-left: 8px;
    padding-right: 8px; }
  .es .reviews_content {
    margin-top: 100px; }
  .es .popup label {
    margin-top: 15px; }
  .es .icheckbox_square-orange.checked {
    background-size: cover; }
  .es .popup .row input[type=submit] {
    margin-top: 0 !important; }
  .es .submit-popup {
    height: 120px !important; }
  .es .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .es .product_teasers .product_image {
    padding: 0 60px; }
  .es .product_image .product_name {
    font-size: 1.8rem; }
  .es .where2buy__buttons .button:last-child {
    width: 100%;
    margin-left: 0; }
  .es .input-error {
    margin: 0 0; } }

@media screen and (max-width: 480px) {
  .es .products_single .hole-reset {
    height: 190px; } }

@media screen and (max-width: 380px) {
  .es .reviews_content {
    margin-top: 30px; } }

.es .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .es .product_teasers .slick-prev:before, .es .product_teasers .slick-prev:after {
    display: none !important; }

.es .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .es .product_teasers .slick-next:before, .es .product_teasers .slick-next:after {
    display: none !important; }

.es .search_box button {
  -moz-transform: translateY(-1.5rem); }

.es .input-error .error {
  -ms-transform: translateY(0); }

.es .where2buy_right {
  width: 100%; }

.es .where2buy_right:before {
  display: none; }

.es .where2buy_right h3 {
  text-align: center; }

.es .slick-slider .slick-list {
  pointer-events: none; }
  .es .slick-slider .slick-list .reviews_list {
    cursor: default; }

.ar .header__menu {
  max-width: 90rem; }

.ar .where2buy_left {
  width: 100%; }

.ar .cluster_wrapper .small, .ar .cluster_wrapper .wide {
  font-size: 3.4375rem;
  line-height: 4.0625rem; }
  .ar .cluster_wrapper .small .name, .ar .cluster_wrapper .wide .name {
    margin-top: 7px; }

.ar .product_single__desc {
  font-weight: normal; }

.ar .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .ar .product_teasers .slick-prev:before, .ar .product_teasers .slick-prev:after {
    display: none !important; }

.ar .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .ar .product_teasers .slick-next:before, .ar .product_teasers .slick-next:after {
    display: none !important; }

.ar .input-error {
  top: 5px; }

.ar .search_box button {
  -moz-transform: translateY(-1.5rem); }

.ar .input-error .error {
  -ms-transform: translateY(0); }

.ar .product_teasers.shots-3 .product_image {
  width: 25%; }

.ar .product_teasers.shots-3 .product_image:nth-child(2) {
  left: 25%; }

.ar .product_teasers.shots-3 .product_image:nth-child(3) {
  left: 50%; }

.ar .product_teasers.shots-3 .product_image:nth-child(3) img {
  max-height: 38rem; }

.ar .product_teasers.shots-3 .product_image:nth-child(4) {
  left: 75%;
  bottom: 11%; }
  @media screen and (max-width: 45.25em) {
    .ar .product_teasers.shots-3 .product_image:nth-child(4) {
      bottom: 15.5% !important; } }

.ar .ingredients4 {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .ar .ingredients4.show {
      display: block; } }

.ar .input-error:before {
  width: 3rem;
  height: 3rem; }

@media screen and (max-width: 39.9375em) {
  .ar .submit-popup {
    height: 120px !important; }
  .ar .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .ar .icheckbox_square-orange.checked {
    background-size: cover; }
  .ar .popup .row input[type=submit] {
    top: 164px; }
  .ar .popup .mandatory {
    top: -130px; }
  .ar .popup label {
    padding-top: 5px; }
  .ar .cluster_wrapper .small:after {
    bottom: -3px; }
  .ar .popup.tell_story .terms_accepted_text {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px); }
  .ar #where2buy_buyonline {
    display: none; } }

@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  .ar .bot-more {
    bottom: 13.5% !important; } }

@media screen and (min-width: 63.9375em) and (max-width: 76.1875em) {
  .ar .bot-more {
    bottom: 10.5% !important; } }

@media screen and (max-width: 480px) {
  .ar .img-center {
    position: relative;
    top: 30px; } }
  @media screen and (max-width: 480px) and (max-width: 380px) {
    .ar .img-center {
      top: 80px; } }

@media screen and (max-width: 340px) {
  .ar .banner-element.story-banner .banner-content p {
    font-size: 4rem;
    line-height: 5rem; } }

.hu sup {
  top: -0.5em; }

.hu .where2buy_left h3,
.hu .where2buy_center h3,
.hu .where2buy_right h3 {
  letter-spacing: -0.07rem;
  font-size: 5rem; }

@media screen and (max-width: 63.9375em) {
  .hu .where2buy_left h3,
  .hu .where2buy_center h3,
  .hu .where2buy_right h3 {
    line-height: 5.5rem;
    min-height: 116px; } }

@media screen and (max-width: 45.25em) {
  .hu .where2buy_left h3,
  .hu .where2buy_center h3,
  .hu .where2buy_right h3 {
    line-height: 5.5rem;
    min-height: 101px; } }

.hu .banner-content {
  -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in;
  text-shadow: 0 0 10px #1e1846; }

.hu .header__menu {
  max-width: 68.75rem; }
  .hu .header__menu li:first-child a {
    margin-left: 0; }
  .hu .header__menu li:last-child a {
    margin-right: 0; }
  .hu .header__menu li a {
    margin: 0 1.25rem; }

.hu .product_teasers.shots-3 .product_image:nth-child(3) img {
  max-height: 37.5rem; }

.hu a#cookie_agree {
  padding: 0.3125rem 0.9375rem; }

.hu .cluster_wrapper .small, .hu .cluster_wrapper .wide {
  font-size: 3.4375rem;
  line-height: 4.0625rem; }
  .hu .cluster_wrapper .small .name, .hu .cluster_wrapper .wide .name {
    margin-top: 7px; }

.hu .cluster_wrapper .smooth {
  padding: 0 0.625rem; }

.hu .input-error small {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  @media screen and (min-width: 640px) {
    .hu .input-error small.right {
      width: 50%;
      position: absolute;
      top: 0; } }

.hu .input-error.haeder {
  width: auto; }

.hu .terms_accepted_text {
  width: 60%; }

.hu .admin .error {
  color: red; }

.hu .footer {
  padding-bottom: 0;
  max-width: 100%;
  background-color: #e44826; }
  .hu .footer .bg {
    max-width: 110.25rem;
    margin-left: auto;
    margin-right: auto; }

.hu ._footer_menu a {
  color: #fefefe; }

.hu ._footer_menu li.active a {
  border-bottom: 1px solid #fefefe; }

.hu ._footer_note_legal {
  background-color: #e44826;
  font-family: DINOT-medium, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff !important;
  padding: 15px 0; }

.hu ._footer_note {
  margin-top: 3rem; }
  .hu ._footer_note p, .hu ._footer_note a {
    color: #fefefe;
    font-size: 1.75rem;
    text-align: left; }
  .hu ._footer_note ._footer_left {
    float: left;
    width: 100%; }
    .hu ._footer_note ._footer_left p {
      text-align: left; }
    .hu ._footer_note ._footer_left a {
      text-transform: none;
      font-weight: bold; }
  .hu ._footer_note ._footer_down {
    width: 100%;
    float: left; }
  .hu ._footer_note ._footer_center {
    float: left;
    width: 100%; }
  .hu ._footer_note ._footer_note_legal {
    text-align: center;
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 10px; }

@media screen and (max-width: 63.9375em) {
  .hu ._footer_note_legal {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 0; }
  .hu ._footer_note ._footer_note_legal {
    font-size: 16px; } }

@media screen and (max-width: 45.25em) {
  .hu ._footer_note ._footer_note_legal {
    font-size: 16px; } }

@media screen and (min-width: 40em) {
  .hu ._footer_note ._footer_left {
    width: 30%; }
  .hu ._footer_note ._footer_center {
    width: 70%; }
  .hu .banner-element.story-banner .banner-content p,
  .hu .banner-element.story-banner .banner-content h1 {
    font-size: 6.1875rem;
    line-height: 7.3625rem; } }

.hu .no-border-bottom {
  border-bottom: 0; }

.hu .cluster_content.-blue .name, .hu .cluster_content.-orange .name {
  font-size: 1.25rem;
  left: -webkit-calc(50% + 5px);
  left: calc(50% + 5px); }

.hu .input-error:before {
  width: 3rem;
  height: 3rem; }

.hu #img-sound {
  z-index: 9999;
  display: block; }

.hu .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .hu .product_teasers .slick-prev:before, .hu .product_teasers .slick-prev:after {
    display: none !important; }

.hu .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .hu .product_teasers .slick-next:before, .hu .product_teasers .slick-next:after {
    display: none !important; }

.hu .search_box button {
  -moz-transform: translateY(-1.5rem); }

.hu .search_box input {
  padding-top: 0; }

.hu .where2buy__logo:last-child:not(:first-child) {
  float: left; }

.hu .popup .row.ta p:nth-child(1) {
  margin-bottom: 0 !important; }

@media screen and (max-width: 39.9375em) {
  .hu .submit-popup {
    height: 120px !important; }
  .hu .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .hu .icheckbox_square-orange.checked {
    background-size: cover; }
  .hu .popup .row input[type=submit] {
    top: 164px; }
  .hu .popup .mandatory {
    top: -130px; }
  .hu .input-error {
    margin: 0 0; }
  .hu .banner-element.story-banner .banner-content p {
    font-size: 21px;
    line-height: 23px; }
  .hu .cluster_wrapper .smooth {
    line-height: 29px; }
  .hu .banner-element.product-main .banner-content {
    width: 100%;
    left: 0; }
  .hu .popup label {
    padding-top: 10px; }
  .hu .share_buttons_section {
    z-index: 1; }
  .hu .cookies-page, .hu .privacy-page, .hu .terms-page {
    padding: 0 20px 15px 20px !important; } }

.ua .two {
  width: 50%; }

@media screen and (min-width: 40em) {
  .ua .product_single__image_left img {
    margin-top: 4.375rem;
    padding-right: 5px; } }

@media screen and (max-width: 39.9375em) {
  .ua .product_single__image_left img {
    max-width: 45%;
    margin-left: 15px;
    height: auto;
    max-height: 180px; } }

@media screen and (max-width: 39.9375em) {
  .ua .product_single__image_right img {
    max-width: 45%;
    height: auto;
    max-height: 180px; } }

.ua .header__menu {
  max-width: 76rem; }

.ua .products_list .button {
  padding: 0.6875rem 1.5rem; }

@media (max-width: 380px) {
  .ua .products_single .hole {
    height: 170px; } }

.ua .cluster_wrapper .smooth {
  line-height: 3.375rem;
  font-size: 2.75rem;
  padding: 0 0.625rem; }

.ua .cluster_wrapper .small, .ua .cluster_wrapper .wide {
  font-size: 2.75rem;
  line-height: 3.75rem; }
  .ua .cluster_wrapper .small .name, .ua .cluster_wrapper .wide .name {
    margin-top: 7px; }

@media screen and (min-width: 40em) {
  .ua .cluster_element .on_hover span a, .ua .cluster_element .on_hover span p, .ua .cluster_element .on_hover span .p {
    padding: 0.6875rem 0;
    width: 20rem; }
  .ua.haeder {
    width: auto; } }

@media screen and (max-width: 45.25em) {
  .ua .popup .form-wrapper {
    max-width: 82.0625rem;
    left: -20%; } }

@media screen and (max-width: 39.9375em) {
  .ua .popup .form-wrapper {
    max-width: 100%;
    left: 0; }
    .ua .popup .form-wrapper a {
      display: block;
      margin: 2rem; } }

@media screen and (min-width: 40em) {
  .ua .banner-element.story-banner .banner-content p {
    font-size: 6.1875rem;
    line-height: 7.0625rem; } }

@media screen and (max-width: 39.9375em) {
  .ua .banner-element.story-banner .banner-content p {
    font-size: 24px;
    line-height: 25px; } }

@media screen and (max-width: 39.9375em) {
  .ua .banner-text-center .banner-content .banner-second-line {
    font-size: 33px; } }

.ua .review__content {
  padding-top: 40px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }

.ua .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .ua .product_teasers .slick-prev:before, .ua .product_teasers .slick-prev:after {
    display: none !important; }

.ua .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .ua .product_teasers .slick-next:before, .ua .product_teasers .slick-next:after {
    display: none !important; }

.ua .search_box input {
  padding-top: 0; }

.ua .search_box button {
  -moz-transform: translateY(-1.5rem); }

.ua .input-error .error {
  -ms-transform: translateY(0); }

.ua .input-error:before {
  width: 3rem;
  height: 3rem; }

@media screen and (max-width: 39.9375em) {
  .ua p.contact-content {
    line-height: 30px; }
  .ua .banner-element.pro-tips-banner .banner-content p {
    line-height: 48px; }
  .ua .product_single__image_left img {
    padding-top: 30px; }
  .ua .text_vitality_h4_3 h4:after {
    margin-top: 5.125rem; }
  .ua .product_teasers.shots-1 .product_image img {
    padding-top: 16px; }
  .ua .product_teasers {
    height: 190px; }
  .ua .icheckbox_square-orange.checked {
    background-size: cover; }
  .ua .submit-popup {
    height: 80px !important; }
  .ua .popup .row input[type=submit] {
    top: 163px; }
  .ua .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .ua .popup .mandatory {
    top: -75px; } }

@media screen and (max-width: 380px) {
  .ua .popup .image-big .smooth.long {
    line-height: 5.5rem; } }

.mx .header__menu {
  max-width: 80rem; }

.mx .input-error.haeder {
  width: auto; }

.mx .cluster_wrapper .small, .mx .cluster_wrapper .wide {
  font-size: 3.4375rem;
  line-height: 4.0625rem; }
  .mx .cluster_wrapper .small .name, .mx .cluster_wrapper .wide .name {
    margin-top: 7px; }

.mx .cluster_wrapper .smooth {
  padding: 0 0.625rem; }
  @media screen and (min-width: 40em) {
    .mx .cluster_wrapper .smooth {
      font-size: 3.5rem; } }

.mx .product_range {
  border-bottom: 0; }

.mx .product_teasers .product_image.vitality {
  width: 50%; }

.mx .product_teasers.shots-3 .product_image.vitality {
  width: 50%; }

.mx .product_teasers .product_image:nth-child(1) {
  left: 9%; }

.mx .product_teasers .product_image:nth-child(2) {
  left: 37%; }

.mx .product_teasers .product_image:nth-child(3) {
  left: 65%; }

.mx .banner-element.story-banner .banner-content {
  width: 61%; }
  @media screen and (min-width: 40em) {
    .mx .banner-element.story-banner .banner-content p {
      font-size: 6.6rem;
      line-height: 7.5rem; } }

.mx #cookie_content .cookie-policy {
  margin: 0 1.5rem; }
  .mx #cookie_content .cookie-policy .button {
    padding: 0.3125rem 2.375rem; }

.mx .search_box button {
  -moz-transform: translateY(-1.5rem); }

@media screen and (max-width: 39.9375em) {
  .mx .banner-element.story-banner .banner-content p {
    font-size: 22px; }
  .mx .product_single__tip h4 {
    padding-right: 10px;
    padding-left: 10px; }
  .mx .where2buy__logo a {
    border: none; }
  .mx .where2buy__buttons .button:last-child {
    width: 95%; }
  .mx .faq__header {
    line-height: 27px; } }

@media screen and (min-width: 40em) {
  .mx .where2buy_left {
    width: 100%; }
  .mx .where2buy_left h3 {
    text-align: center; } }

.mx .where2buy__logo:last-child:not(:first-child) {
  float: left; }

.mx .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .mx .product_teasers .slick-prev:before, .mx .product_teasers .slick-prev:after {
    display: none !important; }

.mx .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .mx .product_teasers .slick-next:before, .mx .product_teasers .slick-next:after {
    display: none !important; }

.mx .product_image .vitality_caps_30 {
  max-height: 32rem !important; }

.cz .header__logo {
  background-image: url("../images/cz/pharmaton-logo.png");
  background-position: center; }

.cz .product_single__tip_image_left.-small img {
  width: 14.9375rem;
  display: block;
  margin: 0 auto; }

.cz .banner-element.pro-tips-banner {
  background-image: url(../images/cz/banners/pro-tips.jpg); }

.cz .banner-element.get-inspired-banner {
  background-image: url(../images/cz/banners/banner-get-inspired2.jpg); }

.cz .third {
  width: 50%; }

.cz .product_single__tip {
  margin-bottom: 5rem; }

.cz .product_range {
  border-bottom: 0; }

.cz .cluster_element.-wide.-full {
  width: 100%;
  position: relative; }
  .cz .cluster_element.-wide.-full:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25.4841997961%; }
  .cz .cluster_element.-wide.-full > .cluster_content {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem; }

.cz .banner-text-center .banner-content {
  top: 58%; }
  .cz .banner-text-center .banner-content .banner-second-line {
    text-shadow: 0 0 10px #1e1846; }

.cz .banner-text-center img {
  display: block; }

@media screen and (min-width: 40em) {
  .cz .cluster_content .smooth, .cz .cluster_content .small, .cz .cluster_content .wide {
    font-size: 3.4rem;
    line-height: 4.2rem; } }

@media screen and (max-width: 39.9375em) {
  .cz .cluster_content .smooth, .cz .cluster_content .small, .cz .cluster_content .wide {
    font-size: 22px;
    line-height: 30px; }
  .cz .cluster_content .smooth {
    width: 236px; } }

.cz .banner-element.story-banner .banner-content p {
  font-size: 6.25rem; }

.cz .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .cz .product_teasers .slick-prev:before, .cz .product_teasers .slick-prev:after {
    display: none !important; }

.cz .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .cz .product_teasers .slick-next:before, .cz .product_teasers .slick-next:after {
    display: none !important; }

.cz .search_box input {
  padding-top: 0; }

.cz .search_box button {
  -moz-transform: translateY(-1.5rem); }

.cz .input-error .error {
  -ms-transform: translateY(0); }

.cz .input-error:before {
  width: 3rem;
  height: 3rem; }

@media screen and (max-width: 39.9375em) {
  .cz {
    padding-top: 48px; }
    .cz .cluster_element.-wide.-full {
      width: 100%;
      position: relative; }
      .cz .cluster_element.-wide.-full:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 79.4135937699%; }
      .cz .cluster_element.-wide.-full > .cluster_content {
        position: absolute;
        top: 0.625rem;
        left: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem; }
    .cz .header__nav .header__logo {
      height: 37px;
      top: 5px; }
    .cz .banner-element.get-inspired-banner .banner-content {
      width: 55%; }
    .cz .banner-element.story-banner .banner-content p {
      font-size: 23px; }
    .cz .banner-text-center .banner-content .banner-second-line {
      font-size: 22px; }
    .cz .submit-popup {
      height: 120px !important; }
    .cz .reveal.popup {
      z-index: 200 !important;
      overflow-x: hidden !important; }
    .cz .icheckbox_square-orange.checked {
      background-size: cover; }
    .cz .faq__header {
      line-height: 27px; }
    .cz .faq__content {
      line-height: 19px; }
    .cz .intro_text p:first-child {
      line-height: 20px; }
    .cz .intro_text p:nth-child(2) {
      line-height: 20px; }
    .cz .cookies-page p, .cz .privacy-page p, .cz .terms-page p {
      line-height: 20px; } }

@media screen and (min-width: 45.25em) and (max-width: 76.1875em) {
  .cz .banner-text-center .banner-content .banner-second-line {
    font-size: 7.5625rem; }
  .cz .banner-element.story-banner .banner-content h1 {
    line-height: 7rem; } }

.cz .ingredients-link {
  color: #e44826;
  border-bottom: 1px solid #e44826;
  font-weight: bold; }
  .cz .ingredients-link:after {
    display: none; }

.cz ._footer_isi p {
  color: #e44826;
  margin-bottom: -2.5rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: center; }

@media screen and (max-width: 39.9375em) {
  .cz .banner-element.story-banner .banner-content h1 {
    font-size: 4rem; } }

@media screen and (min-width: 64em) {
  .cl .mostar-historia {
    font-size: 29px; } }

@media screen and (min-width: 40em) and (max-width: 45.25em) {
  .cl .mostar-historia {
    font-size: 20px; } }

.cl .product_teasers {
  height: 45rem; }
  .cl .product_teasers .slick-prev {
    z-index: 200 !important;
    border-top: none;
    border-left: none;
    background: url("../images/arrow_l.png") no-repeat;
    width: 6.25rem;
    height: 6.25rem;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    left: 20px !important; }
    .cl .product_teasers .slick-prev:before, .cl .product_teasers .slick-prev:after {
      display: none !important; }
  .cl .product_teasers .slick-next {
    z-index: 200 !important;
    border-top: none;
    border-right: none;
    background: url("../images/arrow_r.png") no-repeat;
    width: 6.25rem !important;
    height: 6.25rem !important;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    right: 20px !important; }
    .cl .product_teasers .slick-next:before, .cl .product_teasers .slick-next:after {
      display: none !important; }

.cl .search_box button {
  -moz-transform: translateY(-1.5rem); }

.cl .input-error .error {
  -ms-transform: translateY(0); }

.cl .text-article .article-left:last-child:not(:first-child) {
  float: left; }

.cl .product_teasers.shots-3 {
  margin-top: 0; }

.cl .input-error:before {
  width: 3rem;
  height: 3rem; }

@media screen and (max-width: 39.9375em) {
  .cl .submit-popup {
    height: 120px !important; }
  .cl .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .cl .icheckbox_square-orange.checked {
    background-size: cover; }
  .cl .popup .row input[type=submit] {
    top: 120px; }
  .cl .products_single img {
    height: auto;
    width: auto;
    max-height: 180px;
    max-width: 54%; } }

@media screen and (min-width: 40em) {
  .cl .third {
    width: 50%; }
  .cl .cluster_wrapper .small {
    font-size: 3.25rem; } }

.ie .product_single__desc .point {
  position: relative;
  padding-left: 6px;
  display: inline-block;
  line-height: 1.875rem; }
  .ie .product_single__desc .point:before {
    content: '*';
    position: absolute;
    left: -1px; }

@media screen and (min-width: 40em) {
  .ie .product_teasers.shots-3 {
    margin-top: 15.625rem; } }

.ie .product_teasers.shots-3 .product_image {
  width: 33%; }

.ie .text_img_plus_50 {
  padding-bottom: 25px; }

.ie .text_under_products {
  display: block;
  padding: 0.9375rem;
  font-size: 1.75rem;
  font-family: DINOT-Cond, sans-serif;
  text-align: center; }

.ie .product_single_text_small {
  font-size: .9rem;
  position: relative;
  top: 11px;
  display: block;
  padding-right: 6rem;
  line-height: 1.7em;
  font-family: Sans-Serif;
  font-style: italic; }

.ie .products .product_review {
  outline: 0; }

.ie .product_packhot_label {
  font-size: 1.5rem;
  padding: 0 4rem;
  font-family: DINOT-Cond, sans-serif;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .ie .product_packhot_label.moved {
      padding: 0;
      position: absolute;
      top: 346px;
      width: 39%; } }
  .ie .product_packhot_label.margin-top-10 {
    margin-top: -10px; }
  .ie .product_packhot_label.margin-top-20 {
    margin-top: -20px; }
  .ie .product_packhot_label.margin-top-70 {
    margin-top: -70px; }

.ie .input-error {
  top: 4px; }

.ie .input-error:before {
  width: 3rem;
  height: 3rem; }

.ie .search_box button {
  -moz-transform: translateY(-1.5rem); }

.ie .input-error .error {
  -ms-transform: translateY(0); }

.ie .faq__header_main {
  text-align: center;
  font-family: DINOT-Cond;
  font-size: 4.125rem;
  line-height: 4.4rem;
  color: #1e1946;
  padding-bottom: 2rem; }

.ie .cookie_wrapper {
  text-align: center; }

.ie .fifty_hint {
  margin: 0;
  text-align: left;
  color: #221671 !important; }

.ie .fifty_hint.fifty_hint_head {
  font-weight: 600;
  border-bottom: 1px solid black; }

.ie .faq-list {
  font-size: 16px;
  text-transform: none; }

@media screen and (min-width: 39.9375em) {
  .ie .pharmaton_vitality_products {
    margin-top: 140px; }
  .ie .popup.tell_story .terms_accepted_text {
    top: 6px; }
  .ie .popup .row input[type=submit] {
    top: 7.1875rem; } }

@media screen and (max-width: 39.9375em) {
  .ie .popup label {
    padding-top: 20px; }
  .ie .icheckbox_square-orange.checked {
    background-size: cover; }
  .ie .popup.tell_story .terms_accepted_text {
    padding-right: 15px; }
  .ie .submit-popup {
    height: 120px !important; }
  .ie .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .ie .text_no_wrap {
    white-space: nowrap; }
  .ie .product_single_text_small {
    top: -15px;
    padding-right: 0;
    line-height: 1.7em; }
  .ie .pack-right .product_other, .ie .pack-left .product_other {
    width: 50%;
    height: auto;
    top: auto;
    bottom: 33%; }
  .ie .pack-right .product_pharmaton_active_live, .ie .pack-left .product_pharmaton_active_live {
    width: 50%;
    height: auto;
    top: auto;
    bottom: 33%; }
  .ie .pack-right .product_pharmaton_kiddi, .ie .pack-left .product_pharmaton_kiddi {
    width: 50%;
    height: auto;
    top: auto;
    bottom: 16%; }
  .ie .pack-right .product_packhot_label.moved, .ie .pack-left .product_packhot_label.moved {
    top: auto;
    bottom: 24%; }
  .ie .products_single .hole-reset {
    height: 300px; }
  .ie .fifty_hint {
    margin-left: 20px;
    margin-right: 20px; }
  .ie .fifty_hint.fifty_hint_content {
    font-size: 12px; } }

@media screen and (max-width: 380px) {
  .ie .products_single .hole-reset {
    height: 200px; }
  .ie .pack-right .product_pharmaton_active_live, .ie .pack-left .product_pharmaton_active_live {
    bottom: 29%; }
  .ie .pack-right .product_pharmaton_kiddi, .ie .pack-left .product_pharmaton_kiddi {
    bottom: 27%; } }

.ie .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .ie .product_teasers .slick-prev:before, .ie .product_teasers .slick-prev:after {
    display: none !important; }

.ie .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .ie .product_teasers .slick-next:before, .ie .product_teasers .slick-next:after {
    display: none !important; }

.ie .product-ingridients td {
  color: #221671 !important; }

.ie .hint-vitality {
  color: #221671;
  font-size: 2.5rem; }

.ie .italic {
  font-style: italic; }

.ie .ingredients-vitality th {
  border-right: 1px solid #1e1846;
  border-left: 1px solid #1e1846; }

.ie .ingredients-active-life th {
  border-right: 1px solid #1e1846;
  border-left: 1px solid #1e1846; }

.ie #ingridients-popup th:nth-of-type(1), .ie #ingridients-popup td:nth-of-type(1), .ie .ingridients-popup th:nth-of-type(1), .ie .ingridients-popup td:nth-of-type(1) {
  width: 40%; }

.ie #ingridients-popup th:nth-of-type(2), .ie #ingridients-popup td:nth-of-type(2), .ie .ingridients-popup th:nth-of-type(2), .ie .ingridients-popup td:nth-of-type(2) {
  width: 15%; }

.ie #ingridients-popup th:nth-of-type(3), .ie #ingridients-popup td:nth-of-type(3), .ie .ingridients-popup th:nth-of-type(3), .ie .ingridients-popup td:nth-of-type(3) {
  width: 15%; }

.ie #ingridients-popup th:nth-of-type(4), .ie #ingridients-popup td:nth-of-type(4), .ie .ingridients-popup th:nth-of-type(4), .ie .ingridients-popup td:nth-of-type(4) {
  width: 15%; }

.ie #ingridients-popup th:nth-of-type(5), .ie #ingridients-popup td:nth-of-type(5), .ie .ingridients-popup th:nth-of-type(5), .ie .ingridients-popup td:nth-of-type(5) {
  width: 15%; }

.ie .header__nav .header_magnifier_mobile, .ie .search_box {
  display: none; }

.co-uk .faq-list {
  text-transform: none;
  line-height: 2.8125rem;
  font-size: 1.875rem;
  margin-top: 0; }

.co-uk .product_teasers {
  height: 59rem; }
  .co-uk .product_teasers.small {
    height: 38rem; }
  .co-uk .product_teasers.shots-2:nth-child(2) img {
    max-height: 37.5rem; }

.co-uk .product_single__desc span {
  font-size: 1rem;
  position: relative;
  top: 11px;
  display: block;
  padding-right: 6rem;
  line-height: 1.7em;
  text-indent: -4px;
  margin-left: 4px; }

.co-uk .product_packhot_label {
  font-size: 1.5rem;
  padding: 0 4rem;
  font-family: DINOT-Cond, sans-serif;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .co-uk .product_packhot_label.moved {
      padding: 0;
      position: absolute;
      top: 346px;
      width: 39%; } }
  .co-uk .product_packhot_label.margin-top-10 {
    margin-top: -10px; }
  .co-uk .product_packhot_label.margin-top-20 {
    margin-top: -20px; }
  .co-uk .product_packhot_label.margin-top-70 {
    margin-top: -70px; }

@media screen and (max-width: 39.9375em) {
  .co-uk .products_single .hole {
    height: 250px; } }

.co-uk .product_teasers.shots-2:nth-child(2) img.smaller {
  max-height: 30.5rem; }

.co-uk .review__stars {
  display: none; }

.co-uk .input-error {
  padding-left: 3.425rem; }

.co-uk .input-error:before {
  width: 3rem;
  height: 3rem; }

.co-uk .where2buy__logo:last-child:not(:first-child) {
  float: left; }

@media screen and (min-width: 40em) {
  .co-uk .banner-element.story-banner .banner-content p {
    font-size: 6rem;
    line-height: 7rem; } }

.co-uk .product_single__desc span {
  padding-right: 0;
  margin-left: 0; }

.co-uk .input-error {
  top: 4px; }

.co-uk .search_box button {
  -moz-transform: translateY(-1.5rem); }

.co-uk .input-error .error {
  -ms-transform: translateY(0); }

.co-uk .faq__header_main {
  text-align: center;
  font-family: DINOT-Cond;
  font-size: 4.125rem;
  line-height: 4rem;
  color: #1e1946;
  padding-bottom: 2rem;
  padding-top: 2rem; }

@media screen and (max-width: 39.9375em) {
  .co-uk .product_packhot_label.moved {
    line-height: 12px;
    text-align: center; }
  .co-uk .label_vitality {
    width: 37% !important; }
  .co-uk .product_teasers {
    height: 42rem; }
  .co-uk .product_packhot_active_live1 {
    margin-top: -60px !important; }
  .co-uk .product_packhot_active_live2 {
    margin-top: -15px !important; }
  .co-uk .product_teasers {
    margin-top: 2rem !important; }
  .co-uk .product_teasers.small {
    height: 25rem; }
  .co-uk .popup label {
    padding-top: 20px; }
  .co-uk .icheckbox_square-orange.checked {
    background-size: cover; }
  .co-uk .popup.tell_story .terms_accepted_text {
    padding-right: 15px; }
  .co-uk .pack-right img, .co-uk .pack-left img {
    width: 50%;
    height: auto;
    top: auto;
    bottom: 33%; }
  .co-uk .pack-right .product_packhot_label.moved, .co-uk .pack-left .product_packhot_label.moved {
    top: auto;
    bottom: 24%; }
  .co-uk .products_single .hole-reset {
    height: 300px; }
  .co-uk .pharmaton_50_plus_product {
    margin-top: 17.125rem; }
  .co-uk .text_no_wrap {
    white-space: nowrap; }
  .co-uk .submit-popup {
    height: 120px !important; }
  .co-uk .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .co-uk .faq-list {
    font-size: 16px; } }

@media screen and (max-width: 480px) {
  .co-uk .products_single .hole-reset {
    height: 200px; }
  .co-uk .pack-right .product_packhot_label.moved, .co-uk .pack-left .product_packhot_label.moved {
    bottom: 22%; }
  .co-uk .pharmaton_50_plus_product {
    margin-top: 5rem; } }

@media screen and (min-width: 660px) {
  .co-uk .popup.tell_story .terms_accepted_text {
    top: 7px; } }

.co-uk .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .co-uk .product_teasers .slick-prev:before, .co-uk .product_teasers .slick-prev:after {
    display: none !important; }

.co-uk .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .co-uk .product_teasers .slick-next:before, .co-uk .product_teasers .slick-next:after {
    display: none !important; }

.co-uk .cookie_wrapper {
  text-align: center; }

.co-uk .popup1 td:nth-of-type(2) {
  width: 54%;
  background: #fcede8; }

.co-uk .popup1 td:nth-of-type(1) {
  width: 25%;
  background: none; }

.co-uk .popup1 th:nth-of-type(1) {
  width: 25%; }

.co-uk .ingridients-popup .text {
  font-size: 1.875rem; }

.co-uk .note-title {
  font-weight: bold;
  text-decoration: underline; }

.co-uk .ul-intro {
  margin-bottom: 0; }

.co-uk .italic {
  font-style: italic; }

.co-uk .ingredients-vitality th {
  border-right: 1px solid #1e1846;
  border-left: 1px solid #1e1846; }

.co-uk .ingredients-active-life th {
  border-right: 1px solid #1e1846;
  border-left: 1px solid #1e1846; }

.co-uk .open-sans-font {
  font-family: "open-sans"; }

.ec .product_single__desc {
  font-size: 2rem; }

.ec .mobile-only.banner-content {
  display: none; }

@media screen and (max-width: 45.25em) {
  .ec .cluster_content .smooth, .ec .cluster_content .small, .ec .cluster_content .wide {
    font-size: 3.4rem;
    line-height: 4rem; } }

@media screen and (max-width: 39.9375em) {
  .ec .cluster_content .smooth, .ec .cluster_content .small, .ec .cluster_content .wide {
    font-size: 22px;
    line-height: 30px; }
  .ec .cluster_content .smooth {
    width: 236px; } }

@media screen and (max-width: 39.9375em) {
  .ec .where2buy__logo .details, .ec .where2buy__logo .external-link {
    height: 13.75rem; } }

.ec .where2buy_map {
  height: auto;
  top: 9.125rem;
  right: -2px; }

.ec .product_teasers.plus-50 {
  height: 42rem; }

.ec .product_teasers .slick-prev {
  z-index: 10 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .ec .product_teasers .slick-prev:before, .ec .product_teasers .slick-prev:after {
    display: none !important; }

.ec .product_teasers .slick-next {
  z-index: 10 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .ec .product_teasers .slick-next:before, .ec .product_teasers .slick-next:after {
    display: none !important; }

.ec .search_box button {
  -moz-transform: translateY(-1.5rem); }

.ec .input-error {
  padding-left: 4.425rem; }
  .ec .input-error .error {
    -ms-transform: translateY(0); }

.ec .input-error:before {
  width: 3rem;
  height: 3rem; }

@media screen and (max-width: 39.9375em) {
  .ec .submit-popup {
    height: 120px !important; }
  .ec .reveal.popup {
    z-index: 200 !important;
    overflow-x: hidden !important; }
  .ec .icheckbox_square-orange.checked {
    background-size: cover; }
  .ec .popup .row input[type=submit] {
    top: 140px; }
  .ec .popup .mandatory {
    top: -130px; }
  .ec .top-less-space img {
    top: 140px; }
  .ec .less-height {
    height: 225px; }
  .ec .less-height2 {
    height: 220px; }
  .ec .popup.tell_story .input-wrapper {
    margin-top: 7px; }
  .ec .popup.tell_story .terms_accepted_text {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px); }
    .ec .popup.tell_story .terms_accepted_text br {
      display: none; } }

.ec .cluster_wrapper.to_load .small .name {
  margin-top: 12px; }

.ec .intro_text h1.small {
  font-family: DINOT-Cond, sans-serif;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  border: 0;
  font-weight: normal; }
  .ec .intro_text h1.small:first-child {
    padding: 0 11.875rem; }

.ec .input-wrapper .captcha-wrapper .input-error:before {
  display: none; }

.br .header__nav {
  position: relative; }
  .br .header__nav .share_buttons_section {
    position: absolute;
    top: 0.3125rem;
    border: none;
    left: 40%; }

.br .header__menu {
  position: absolute;
  top: 8.4375rem;
  left: 16.25rem; }
  @media screen and (min-width: 40em) {
    .br .header__menu {
      max-width: 82rem; }
      .br .header__menu li a {
        padding: 0 2rem;
        display: inline-block;
        margin-left: 0;
        margin-right: 0; } }

.br #cookie_content .cookie-policy {
  margin: 0 3.125rem 1.875rem; }

.br #cookie_content p.cookie {
  padding-top: 1rem;
  margin-bottom: 0; }

.br .where2buy__logo a {
  cursor: pointer; }

@media screen and (min-width: 40em) {
  .br .where2buy__logo {
    height: 9rem; } }

@media screen and (max-width: 39.9375em) {
  .br .where2buy__logo {
    position: relative;
    height: 18rem; }
    .br .where2buy__logo a {
      height: 100%; }
    .br .where2buy__logo img {
      max-width: 77%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.br .where2buy__logo:last-child:not(:first-child) {
  float: left; }

.br .header .header__logo {
  position: absolute;
  height: 11rem;
  background-image: url("../images/br/phn-logo-2013-cmyk.png");
  margin-left: 0.625rem;
  top: 1rem; }

@media screen and (max-width: 39.9375em) {
  .br .header {
    height: 72px; }
    .br .header .header__logo {
      height: 61px; }
    .br .header .header__menu {
      top: 71px;
      left: 0;
      height: auto; } }

.br .contact-content {
  background-image: url("../images/br/Logo-SAC.png");
  background-size: 16rem;
  background-repeat: no-repeat;
  background-position: 100%  center;
  padding-right: 17rem; }
  @media screen and (max-width: 39.9375em) {
    .br .contact-content {
      background-size: 14rem;
      padding-right: 15rem; } }

.br .input-error {
  margin: 1rem 0; }
  .br .input-error.haeder {
    width: auto; }

.br .input-error:before {
  width: 3rem;
  height: 3rem; }

@media screen and (min-width: 40em) {
  .br .cluster_wrapper .wide {
    line-height: 4.25rem !important; } }

.br .product_teasers .slick-prev {
  z-index: 200 !important;
  border-top: none;
  border-left: none;
  background: url("../images/arrow_l.png") no-repeat;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  left: 20px !important; }
  .br .product_teasers .slick-prev:before, .br .product_teasers .slick-prev:after {
    display: none !important; }

.br .product_teasers .slick-next {
  z-index: 200 !important;
  border-top: none;
  border-right: none;
  background: url("../images/arrow_r.png") no-repeat;
  width: 6.25rem !important;
  height: 6.25rem !important;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  right: 20px !important; }
  .br .product_teasers .slick-next:before, .br .product_teasers .slick-next:after {
    display: none !important; }

.br .search_box button {
  -moz-transform: translateY(-1.5rem); }

.br .input-error .error {
  -ms-transform: translateY(0); }

.br .text_under_title {
  text-transform: lowercase !important;
  text-align: right !important;
  padding-right: 15px !important;
  padding-top: 5px !important;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 18px; }

.br .products-banner.vitality {
  padding-bottom: 2.75rem !important; }

.br .container_hasghtag.vitality {
  padding-top: 8rem;
  padding-left: 16%; }

.br .container_hasghtag.vitality .product_hasghtag {
  font-size: 3.40625rem;
  color: #ffffff; }

.br .products-banner.plus-50 {
  padding-bottom: 2.75rem !important; }

.br .container_hasghtag.plus50 {
  padding-top: 8rem;
  padding-left: 16%; }

.br .container_hasghtag.plus50 .product_hasghtag {
  font-size: 3.40625rem;
  color: #ffffff; }

.br .products-banner.kiddi {
  padding-bottom: 2.75rem !important; }

.br .container_hasghtag.kiddi {
  padding-top: 8rem;
  padding-left: 16%; }

.br .container_hasghtag.kiddi .product_hasghtag {
  font-size: 3.40625rem;
  color: #ffffff; }

@media screen and (min-width: 40em) {
  .br .cluster_wrapper .smooth {
    line-height: 4rem; }
  .br .cluster_wrapper .small {
    line-height: 4.4125rem; } }

@media screen and (max-width: 39.9375em) {
  .br .product_teasers.vitality {
    -webkit-transform: translateY(16%);
        -ms-transform: translateY(16%);
            transform: translateY(16%); }
  .br .where2buy__buttons .button {
    width: 100%; }
  .br .where2buy__buttons .button:first-child {
    margin-left: 0; }
  .br .cluster_wrapper .smooth {
    line-height: 30px; } }

@media screen and (max-width: 380px) {
  .br .product_teasers.vitality {
    margin-top: 0;
    height: 135px;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%); } }

.br .where2buy_right {
  width: 100%; }

.br .where2buy_right h3 {
  text-align: center; }

.br .where2buy__logo {
  width: 25%;
  height: 12rem; }

.br .where2buy_right:before {
  display: none; }

.br .banner-element.pro-tips-banner {
  padding-top: 22.375rem;
  padding-bottom: 22.375rem; }

.br .banner-text-center iframe {
  border: 1px solid transparent; }
  
ul.style1 li {
	list-style-type: none;
}

ul.style1 li:before {
	content: "-";
	margin-left: -10px;
	margin-right: 5px;
}

#cookies table {
	margin-bottom: 
}

#cookies table tr:not(:last-child) p {
	margin: 0;
}

#cookies table tr:last-child p {
	margin-top: 0;
}

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