/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*page styles */
@font-face {
  font-family: 'Bringshoot';
  src: url("/garnier/fonts/Bringshoot.eot");
  src: url("/garnier/fonts/Bringshoot.eot?#iefix") format("embedded-opentype"), url("/garnier/fonts/Bringshoot.svg#Bringshoot") format("svg"), url("/garnier/fonts/Bringshoot.ttf") format("truetype"), url("/garnier/fonts/Bringshoot.woff") format("woff"), url("/garnier/fonts/Bringshoot.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Lato', sans-serif;
  color: #4D4D4D; }

#os-gxr-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.os-gxr-wave-bg {
  position: absolute; }

#os-gxr-wave-1 {
  top: -530px;
  left: 50%;
  margin-left: 200px;
  z-index: -1;
  transform: rotate(0deg); }

#os-gxr-header {
  padding-top: 85px;
  text-align: center; }
  #os-gxr-header p {
    font-weight: 300;
    font-size: 50px;
    height: 40px;
    margin: 0 auto;
    line-height: 100%;
    color: #064E2D;
    width: 748px;
    height: 77px;
    line-height: 72px;
    display: block;
    background: #F2F2F2; }

#os-gxr-logo {
  margin-bottom: 55px;
  width: 300px; }

#os-gxr-slider-ext-nav {
  text-align: center;
  margin-top: 85px;
  position: relative;
  z-index: 20; }

.os-gxr-slider-pos {
  display: inline-block;
  text-decoration: none;
  width: 423px;
  background-repeat: no-repeat;
  background-position: top center;
  height: 644px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  border-radius: 25px;
  margin: 0 10px;
  overflow: hidden;
  background-size: 100%;
  cursor: pointer;
  transition: all 1s;
  margin-bottom: 100px;
  border: 0;
  margin: 0 12px;
  border: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
  background: #ffffff; }
  .os-gxr-slider-pos span {
    color: #064E2D;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    width: 100%;
    display: block;
    width: 100%;
    height: 106px;
    padding-top: 60px; }
  .os-gxr-slider-pos a {
    width: 168px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #FBC22D;
    display: inline-block; }

.os-gxr-slider-pos:hover {
  opacity: 0.9; }

#os-gx-slider-pos-skutecznosc a {
  background: #FA8924; }

#os-gx-slider-pos-zrownowazony-rozwoj a {
  background: #3CAF8A; }

#os-gx-slider-pos-naturalnosc.os-gxr-slider-pos.active {
  border: 2px solid #FBC22D; }
  #os-gx-slider-pos-naturalnosc.os-gxr-slider-pos.active a {
    border: 1px solid #FBC22D;
    color: #FBC22D;
    background: #ffffff; }

#os-gx-slider-pos-skutecznosc.os-gxr-slider-pos.active {
  border: 2px solid #FA8924; }
  #os-gx-slider-pos-skutecznosc.os-gxr-slider-pos.active a {
    border: 1px solid #FA8924;
    color: #FA8924;
    background: #ffffff; }

#os-gx-slider-pos-zrownowazony-rozwoj.os-gxr-slider-pos.active {
  border: 2px solid #3CAF8A; }
  #os-gx-slider-pos-zrownowazony-rozwoj.os-gxr-slider-pos.active a {
    border: 1px solid #3CAF8A;
    color: #3CAF8A;
    background: #ffffff; }

#os-proc-mniej-zlamanych-wlosow {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: 30px; }

#ingredients-ico {
  top: 36px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  z-index: 10; }

.gx-slider-pos-img {
  border-radius: 25px;
  overflow: hidden; }

#os-gxr-main-slider-wrapper {
  margin-top: -50px;
  width: 100%;
  min-height: 200px; }
  #os-gxr-main-slider-wrapper .bx-wrapper {
    margin: 0;
    box-shadow: none;
    border: none;
    background: transparent; }
  #os-gxr-main-slider-wrapper .bx-controls {
    position: absolute;
    top: 400px;
    width: 1280px;
    left: 50%;
    margin-left: -645px; }
  #os-gxr-main-slider-wrapper .bx-controls-direction {
    position: relative; }
  #os-gxr-main-slider-wrapper .bx-next {
    text-indent: 0;
    width: 25px;
    height: 40px;
    left: 50%;
    margin-left: 600px;
    top: -100px; }
    #os-gxr-main-slider-wrapper .bx-next svg {
      width: 25px;
      height: 40px; }
      #os-gxr-main-slider-wrapper .bx-next svg .cls-1 {
        fill: #0f2d4a; }
  #os-gxr-main-slider-wrapper .bx-prev {
    left: 50%;
    text-indent: 0;
    width: 25px;
    height: 40px;
    margin-left: -600px;
    top: -100px; }
    #os-gxr-main-slider-wrapper .bx-prev svg {
      width: 25px;
      height: 40px; }
      #os-gxr-main-slider-wrapper .bx-prev svg .cls-1 {
        fill: #0f2d4a; }

.os-gxr-main-slide {
  text-align: center;
  overflow: hidden;
  padding-top: 100px; }

.os-gxr-product-section {
  width: 1295px;
  height: 577px;
  margin: 0 auto 85px auto; }

.os-gxr-product-section-title {
  color: #9D9D9D;
  font-size: 30px;
  font-weight: 700;
  height: 80px;
  width: 100%; }

.os-gxr-product-section-img {
  width: 422px;
  height: 492px;
  float: left; }
  .os-gxr-product-section-img img {
    width: 100%; }

.os-gxr-product-slider-wrapper {
  width: calc(100% - 422px);
  float: left; }
  .os-gxr-product-slider-wrapper .bx-wrapper {
    width: 810px;
    height: 492px;
    margin: 0;
    margin-left: 50px;
    box-shadow: none;
    border: none;
    background: transparent; }
    .os-gxr-product-slider-wrapper .bx-wrapper .bx-controls {
      position: relative;
      margin-top: -200px; }
    .os-gxr-product-slider-wrapper .bx-wrapper .bx-next {
      text-indent: 0;
      width: 25px;
      height: 40px;
      left: 50%;
      margin-left: 370px; }
      .os-gxr-product-slider-wrapper .bx-wrapper .bx-next svg {
        width: 25px;
        height: 40px; }
        .os-gxr-product-slider-wrapper .bx-wrapper .bx-next svg .cls-1 {
          fill: #E8E8E8; }
    .os-gxr-product-slider-wrapper .bx-wrapper .bx-prev {
      left: 50%;
      text-indent: 0;
      width: 25px;
      height: 40px;
      margin-left: -395px; }
      .os-gxr-product-slider-wrapper .bx-wrapper .bx-prev svg {
        width: 25px;
        height: 40px; }
        .os-gxr-product-slider-wrapper .bx-wrapper .bx-prev svg .cls-1 {
          fill: #E8E8E8; }

.os-gxr-p-img {
  text-align: center;
  height: 335px;
  position: relative; }
  .os-gxr-p-img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.os-gxr-p-slide {
  width: 270px;
  text-align: center; }

.os-gxr-p-title {
  color: #4D4D4D;
  font-weight: 700;
  font-size: 18px;
  height: 75px; }

.os-gxr-p-subtitle {
  color: #4D4D4D;
  font-weight: 300;
  font-size: 16px;
  height: 48px; }

.os-gxr-p-buy-now {
  width: 168px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  background-color: #E6BB2A; }

.os-gxr-p-buy-now:hover {
  opacity: 0.8; }

#os-gxr-garnier-bio-section .os-gxr-p-buy-now {
  background-color: #A4D0A0; }

.os-gxr-hr {
  max-width: 1120px;
  margin: 0 auto 20px auto;
  border-color: #E6E6E6;
  box-shadow: none;
  display: block; }

#os-gxr-plyny-miceralne-section .os-gxr-p-buy-now {
  background-color: #F37FB3; }

#os-gxr-botanic-therapy-section .os-gxr-p-buy-now {
  background-color: #A8184B; }

#os-gxr-ekologia {
  border-top: 1px solid #E6E6E6;
  width: 100%;
  height: 24px;
  position: relative;
  margin-top: 200px; }

#os-gxr-ekologia-title {
  font-size: 24px;
  font-weight: 900;
  color: #262626;
  text-transform: uppercase;
  height: 24px;
  line-height: 100%;
  background: #ffffff;
  padding: 0 35px;
  margin-top: -15px;
  left: 50%;
  margin-left: -700px;
  width: 200px;
  text-align: center;
  position: absolute; }

/*Slide 1*/
#os-gxr-slide-1-main-box {
  background: #F8F8F8;
  width: 1292px;
  height: 400px;
  margin: 0 auto 0 auto; }

#os-gxr-slide-1-main-box-wrapper {
  width: 900px;
  margin: 0px auto 0 auto;
  padding-top: 50px; }
  #os-gxr-slide-1-main-box-wrapper img {
    float: left; }
  #os-gxr-slide-1-main-box-wrapper div {
    padding-top: 40px;
    text-align: left;
    margin-left: 65px;
    float: left; }

.os-gxr-slide-1-title {
  margin-top: 0;
  font-size: 45px;
  margin-bottom: 25px; }
  .os-gxr-slide-1-title span {
    color: #7C7B7B;
    text-transform: uppercase;
    font-weight: 700; }

.os-gxr-slide-1-subtitle {
  font-size: 24px;
  color: #064E2D;
  font-weight: 300;
  line-height: 170%; }
  .os-gxr-slide-1-subtitle strong {
    font-weight: 900; }

#os-gxr-slide-1-lead {
  color: #22372B;
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 100px; }
  #os-gxr-slide-1-lead span {
    font-size: 52px;
    color: #7C7B7B;
    font-weight: 300;
    font-family: 'Bringshoot'; }

.os-gxr-slide-1-product {
  position: relative;
  margin-bottom: 100px; }

.os-gxr-slide-1-product-wrapper {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  height: 440px; }

.os-gxr-slide-1-arrow .cls-1 {
  fill: #fac22d;
  opacity: 0.633; }

.os-gxr-slide-1-product-column {
  width: 540px;
  float: left;
  text-align: right; }
  .os-gxr-slide-1-product-column p {
    margin-top: 80px;
    color: #FBC22D;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px; }
    .os-gxr-slide-1-product-column p span {
      display: inline-block;
      transform: rotate(-5deg);
      font-weight: 300;
      margin-top: -25px;
      font-family: 'Bringshoot';
      font-size: 64px;
      margin-left: 10px; }

.os-gxr-slide-1-product-column > span {
  font-size: 24px;
  color: #404040;
  font-weight: 300; }

.os-gxr-slide-1-product-img {
  float: left;
  margin-left: 80px; }

.os-gxr-slide-1-arrow {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 103px;
  margin-left: -60px; }

#hair-foods-papaya-box .os-gxr-slide-1-product-column p {
  color: #FA531E; }
#hair-foods-papaya-box .cls-1 {
  fill: #fa531e;
  opacity: 0.633; }

.os-gxr-slide-1-product.right .os-gxr-slide-1-arrow {
  top: 110px;
  margin-left: -60px; }
.os-gxr-slide-1-product.right .os-gxr-slide-1-product-img {
  margin-left: 0; }
.os-gxr-slide-1-product.right .os-gxr-slide-1-product-column {
  text-align: left;
  margin-left: 70px; }

/*bg*/
.os-gxr-slide-naturalnosc-img-bg {
  position: absolute; }

#os-gxr-slide-banana-bg {
  top: -290px;
  left: 50%;
  margin-left: -1130px;
  z-index: -1; }

#os-gxr-slide-papaya-bg {
  top: -150px;
  left: 50%;
  margin-left: 290px;
  z-index: -1; }

#os-gxr-papaya-square-bg {
  height: 347px;
  background: #FAFAFA;
  width: 2000px;
  position: absolute;
  right: 50%;
  top: 48px;
  z-index: -1;
  margin-right: -250px; }

#hair-foods-macadamia-box .os-gxr-slide-1-product-column {
  margin-right: 100px; }
  #hair-foods-macadamia-box .os-gxr-slide-1-product-column p {
    color: #D66D1C; }
#hair-foods-macadamia-box .cls-1 {
  fill: #D66D1C;
  opacity: 0.633; }
#hair-foods-macadamia-box .os-gxr-slide-1-product-img {
  margin-left: 60px; }

#hair-foods-aloe-box .os-gxr-slide-1-product-column p {
  color: #3CAF8A; }
#hair-foods-aloe-box .cls-1 {
  fill: #3CAF8A;
  opacity: 0.633; }

#os-gxr-slide-macademia-bg {
  top: -150px;
  left: 0;
  z-index: -1; }

#os-gxr-macademia-square-bg {
  height: 347px;
  background: #FAFAFA;
  width: 600px;
  position: absolute;
  left: 50%;
  top: 48px;
  z-index: -1;
  margin-left: -260px; }

#os-gxr-super-owoce-dla-mocnych-wlosow {
  margin: 0 auto;
  display: block; }

#os-gxr-section-divide {
  max-width: 1295px;
  margin: 100px auto 20px auto;
  border-color: #E6E6E6;
  box-shadow: none;
  display: block; }

#os-gxr-disclaimer {
  color: #404040;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  margin-bottom: 100px; }

.os-gxr-fructis-fair-food-txt .cls-1 {
  fill: none; }
.os-gxr-fructis-fair-food-txt .cls-2 {
  fill: #7c7b7b; }
.os-gxr-fructis-fair-food-txt .cls-3 {
  clip-path: url(#clip-path); }
.os-gxr-fructis-fair-food-txt .cls-4 {
  fill: #22372b; }

/*Slide 2*/
#os-gxr-slide-2-main-box {
  background: #FCE3D7;
  width: 1292px;
  height: 400px;
  margin: 0 auto 100px auto; }

#os-gxr-slide-2-main-box-wrapper {
  width: 1096px;
  margin: 0px 0 0 196px;
  padding-top: 0px; }

#os-gxr-slide-2-img {
  float: left; }

#os-gxr-slide-2-main-box-content {
  float: left;
  text-align: left;
  width: calc(100% - 275px); }
  #os-gxr-slide-2-main-box-content p {
    margin-left: 70px;
    display: block; }
  #os-gxr-slide-2-main-box-content p:first-child {
    color: #FA471D;
    font-size: 30px;
    font-weight: 900;
    margin-top: 75px;
    margin-bottom: 15px; }
  #os-gxr-slide-2-main-box-content p:nth-child(2) {
    color: #FA8A24;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px; }
  #os-gxr-slide-2-main-box-content p:nth-child(3) {
    color: #414141;
    font-size: 24px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 45px; }
  #os-gxr-slide-2-main-box-content div {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    height: 60px;
    line-height: 60px;
    background: #FFA14D;
    padding-left: 70px;
    text-transform: uppercase;
    width: calc(100% - 70px); }

.os-gxr-slide-2-product-box {
  width: 1292px;
  text-align: left;
  margin: 0 auto 100px auto;
  position: relative;
  height: 450px; }

.os-gxr-slide-2-product-title {
  margin-bottom: 30px; }

.os-gxr-slide-2-product-name {
  font-family: 'Bringshoot';
  opacity: 0.15;
  color: #FBC22D;
  font-size: 200px;
  transform: rotate(7deg);
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: 210px; }

.os-gxr-slide-2-product-disclaimer {
  color: #404040;
  font-size: 18px;
  font-weight: 300; }

.os-gxr-slide-2-product-img {
  float: left; }

.os-gxr-slide-2-product-bg {
  height: 350px;
  background: #FAFAFA;
  position: absolute;
  top: 52px;
  left: 50%;
  z-index: -1;
  width: 2000px;
  margin-left: -200px; }

.os-gxr-slide-2-product-content {
  float: left;
  margin-left: 100px;
  width: 640px;
  margin-top: 90px; }
  .os-gxr-slide-2-product-content .cls-1 {
    fill: none;
    stroke: #ffca00;
    stroke-miterlimit: 2.086;
    stroke-width: 2px; }

.os-gxr-slide-2-product-headline {
  color: #FBC22D;
  font-size: 24px;
  font-weight: 900; }

.os-gxr-slide-2-product-box.os-gxr-right .os-gxr-slide-2-product-img {
  float: right; }
.os-gxr-slide-2-product-box.os-gxr-right .os-gxr-slide-2-product-content {
  margin-left: 0;
  margin-right: 100px; }
.os-gxr-slide-2-product-box.os-gxr-right .os-gxr-slide-2-product-name {
  margin-left: -700px;
  top: -130px;
  transform: rotate(-7deg); }
.os-gxr-slide-2-product-box.os-gxr-right .os-gxr-slide-2-product-bg {
  margin-left: auto;
  left: auto;
  right: 50%;
  margin-right: -250px; }

#os-gxr-slide-2-product-papaya .os-gxr-slide-2-product-name {
  color: #FA531E; }
#os-gxr-slide-2-product-papaya .os-gxr-slide-2-product-headline {
  color: #FA531E; }
#os-gxr-slide-2-product-papaya .cls-1 {
  fill: none;
  stroke: #e8531d;
  stroke-miterlimit: 2.086;
  stroke-width: 2px; }
#os-gxr-slide-2-product-papaya .os-gxr-slide-2-product-img {
  margin-top: 25px; }

#os-gxr-slide-2-product-macadamia .os-gxr-slide-2-product-name {
  color: #D66E1D; }
#os-gxr-slide-2-product-macadamia .os-gxr-slide-2-product-headline {
  color: #D66E1D; }
#os-gxr-slide-2-product-macadamia .cls-1 {
  fill: none;
  stroke: #d66e1d;
  stroke-miterlimit: 2.086;
  stroke-width: 2px; }
#os-gxr-slide-2-product-macadamia .os-gxr-slide-2-product-img {
  margin-top: 29px; }

#os-gxr-slide-2-product-aloes .os-gxr-slide-2-product-name {
  color: #3CAF8A; }
#os-gxr-slide-2-product-aloes .os-gxr-slide-2-product-headline {
  color: #3CAF8A; }
#os-gxr-slide-2-product-aloes .cls-1 {
  fill: none;
  stroke: #39aa9b;
  stroke-miterlimit: 2.086;
  stroke-width: 2px; }
#os-gxr-slide-2-product-aloes .os-gxr-slide-2-product-img {
  margin-top: 29px; }

#os-gxr-slide-2-product-aloes-wave {
  position: absolute;
  left: 50%;
  margin-left: 450px;
  transform: rotate(-40deg);
  transform-origin: 0% 0%;
  z-index: -1;
  top: 200px; }

#os-gxr-slide-2-footer {
  color: #005036;
  font-weight: 900;
  font-size: 48px; }
  #os-gxr-slide-2-footer p {
    margin-bottom: 10px; }
    #os-gxr-slide-2-footer p span {
      font-size: 36px; }

#os-gxr-sprawdz-na-swoich-wlosach {
  width: 610px;
  height: 128px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
  font-size: 32px;
  line-height: 100px;
  color: #ffffff;
  margin-bottom: 100px; }
  #os-gxr-sprawdz-na-swoich-wlosach svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #os-gxr-sprawdz-na-swoich-wlosach .cls-1 {
    fill: #56b335; }

#os-gxr-przetesuj-za-darmo-banner {
  display: block;
  margin: 0px auto 150px auto;
  width: 1342px; }

#os-gxr-nowe-formuly-wrapper {
  height: 400px; }

#os-gxr-nowe-formuly-col {
  width: 1250px;
  margin: 0 auto; }

.os-gxr-ekologia-title {
  text-transform: uppercase;
  color: #262626;
  font-size: 44px;
  margin-bottom: 40px;
  font-weight: 900;
  display: block;
  float: left;
  width: 100%;
  margin-top: 100px; }

.os-gxr-eko-content {
  color: #262626;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 300; }

#os-gxr-nowe-formuly-box {
  width: 380px;
  padding-right: 150px;
  background-position: top right;
  background-repeat: no-repeat;
  margin-top: -24px;
  float: left; }

#os-gxr-nowe-formuly-box-right {
  width: 720px;
  padding-top: 100px;
  background-position: top right;
  background-repeat: no-repeat;
  margin-top: -24px;
  float: left; }

#os-gxr-nowe-formuly-img {
  float: left;
  margin-top: -24px; }

#os-gxr-zielone-opakowania-wrapper {
  z-index: 10;
  height: 696px;
  position: relative; }

#os-gxr-zielone-opakowania-col {
  width: 1250px;
  margin: 0 auto; }

#os-gxr-zielone-opakowania-img {
  float: left;
  margin-right: 140px; }

#os-gxr-zielone-opakowania-box {
  width: 636px;
  float: left; }

#os-gxr-map-wrapper {
  position: relative;
  text-align: center; }

#os-gxr-map {
  width: 900px;
  margin-left: 252px; }

#os-gxr-map-green-line {
  width: 800px;
  height: 20px;
  background: #77A800;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -625px; }

#os-gxr-map-grey-line {
  width: 800100%;
  height: 1px;
  background: #EFECEC;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: -1; }

#os-gxr-zielone-opakowania-green-line {
  width: 800px;
  height: 20px;
  background: #77A800;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -1425px; }

#os-gxr-zielone-opakowania-recycle-bg {
  position: absolute;
  top: 314px;
  left: 50%;
  margin-left: -955px; }

#os-gxr-zielona-fabryka-box {
  width: 410px;
  position: absolute;
  left: 50%;
  margin-left: -525px;
  z-index: 10; }
  #os-gxr-zielona-fabryka-box .os-gxr-eko-content {
    text-align: left; }

#os-gxr-zielona-fabryka-img-1 {
  position: absolute;
  left: 50%;
  margin-left: -861px; }

#os-gxr-zielona-fabryka-wrapper {
  position: relative;
  text-align: center;
  height: 1380px; }

#os-gxr-nasze-zielone-zobowiazania {
  text-align: left;
  width: 1200px;
  margin-left: -530px;
  position: absolute;
  top: 570px;
  left: 50%;
  z-index: 10; }

#os-gxr-nasze-zielone-zobowiazania-title {
  color: #262626;
  font-size: 24px;
  font-weight: 700; }

.os-gxr-nasze-zielone-zobowiazania-col {
  width: 50%;
  float: left;
  margin-top: 60px; }

.os-gxr-nasze-zielone-zobowiazania-pos {
  width: 520px;
  color: #101010;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 80px; }
  .os-gxr-nasze-zielone-zobowiazania-pos p {
    color: #155A09;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase; }

#os-gxr-zielona-fabryka-eco-leaf {
  position: absolute;
  left: 50%;
  margin-left: 461px;
  top: 650px; }

#os-gxr-rossmann-logo {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -600px; }

#os-gxr-video-thumb {
  width: 800px;
  height: 432px;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -30px; }
  #os-gxr-video-thumb #os-gxr-video-img {
    width: 100%; }

#os-gxr-video-thumb-wrapper {
  position: relative;
  width: 800px;
  height: 432px;
  border: 0 !important; }

#os-gxr-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: block;
  width: 60px;
  height: 60px; }
  #os-gxr-play-button svg {
    width: 100%; }
  #os-gxr-play-button .cls-1 {
    fill: #fff; }

#os-gxr-play-button:hover {
  opacity: 0.8; }

#os-gxr-video-rings {
  width: 1742px;
  height: 1742px;
  margin-top: -871px;
  margin-left: -871px; }
  #os-gxr-video-rings div {
    position: absolute;
    border-radius: 10000px;
    border: 1px solid #77A800;
    top: 50%;
    left: 50%;
    opacity: 0.2; }
  #os-gxr-video-rings div:nth-child(1) {
    width: 118px;
    height: 118px;
    margin-top: -59px;
    margin-left: -59px; }
  #os-gxr-video-rings div:nth-child(2) {
    width: 274px;
    height: 274px;
    margin-top: -137px;
    margin-left: -137px; }
  #os-gxr-video-rings div:nth-child(3) {
    width: 472px;
    height: 472px;
    margin-top: -236px;
    margin-left: -236px; }
  #os-gxr-video-rings div:nth-child(4) {
    width: 736px;
    height: 736px;
    margin-top: -368px;
    margin-left: -368px; }
  #os-gxr-video-rings div:nth-child(5) {
    width: 1142px;
    height: 1142px;
    margin-top: -571px;
    margin-left: -571px; }
  #os-gxr-video-rings div:nth-child(6) {
    width: 1742px;
    height: 1742px;
    margin-top: -871px;
    margin-left: -871px; }
  #os-gxr-video-rings div#os-gxr-ring-mask {
    border-radius: 0;
    border: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, white 100%);
    opacity: 1;
    width: 1800px;
    height: 1800px;
    margin-top: -900px;
    margin-left: -900px; }

#os-gxr-yt-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20; }

/*Slide 2*/
#os-gxr-slide-3-main-box {
  background: #F8F8F8;
  width: 1292px;
  height: 400px;
  margin: 0 auto 0 auto; }

#os-gxr-slide-3-main-box-wrapper {
  width: 960px;
  margin: 0px auto 0 auto;
  padding-top: 50px; }
  #os-gxr-slide-3-main-box-wrapper svg {
    float: left;
    margin-top: 22px; }
    #os-gxr-slide-3-main-box-wrapper svg .os-cls-1 {
      opacity: 0.999; }
    #os-gxr-slide-3-main-box-wrapper svg .os-cls-2 {
      fill: #3caf8a; }
  #os-gxr-slide-3-main-box-wrapper div {
    width: 550px;
    padding-top: 40px;
    text-align: left;
    margin-left: 75px;
    float: left; }

.os-gxr-slide-3-title {
  margin-top: 0;
  font-size: 45px;
  margin-bottom: 25px;
  color: #3CAF8A;
  font-weight: 900;
  font-size: 30px; }

.os-gxr-slide-3-subtitle {
  font-size: 24px;
  color: #064E2D;
  font-weight: 300;
  line-height: 170%; }
  .os-gxr-slide-3-subtitle strong {
    font-weight: 900; }

#os-gxr-slide-3-papaya-wrapper {
  margin-top: 130px;
  margin-bottom: 130px;
  height: 518px;
  position: relative;
  z-index: -2; }

#os-gxr-slide-3-papaya-product-img {
  margin-left: -850px;
  left: 50%;
  position: absolute;
  top: 0; }

#os-gxr-slide-3-papaya-bg {
  margin-left: -210px;
  left: 50%;
  position: absolute;
  top: -90px;
  z-index: -10; }

#os-gxr-papaya-list {
  margin-left: 30px;
  left: 50%;
  position: absolute;
  top: 30px;
  width: 580px; }

.os-gxr-papaya-list-pos {
  width: 100%;
  float: left;
  clear: both;
  height: 68px;
  margin-bottom: 20px; }
  .os-gxr-papaya-list-pos div {
    font-size: 50px;
    font-weight: 700;
    width: 127px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    color: #ffffff;
    background: #F77A22;
    float: left;
    margin-right: 50px; }
  .os-gxr-papaya-list-pos p {
    text-align: left;
    color: #5D5D5D;
    font-size: 18px;
    font-weight: 900;
    display: block;
    float: left;
    margin: 25px 0 0 0; }
    .os-gxr-papaya-list-pos p sup {
      color: #F77A22; }
  .os-gxr-papaya-list-pos p:last-child {
    margin-top: 10px; }

#os-gxr-recycle-large-bg {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: 300px; }

#os-gxr-papaya-disclaimer {
  width: 1300px;
  margin: 140px auto 100px auto;
  height: 247px; }

.os-gxr-papaya-disclaimer-box {
  text-align: center;
  border-radius: 44px;
  border: 2px solid #F77A22;
  float: left;
  margin-right: 17px;
  width: 414px;
  height: 247px; }

.os-gxr-papaya-disclaimer-star {
  background: #ffffff;
  font-size: 150px;
  font-weight: 700;
  padding: 0 40px;
  display: inline-block;
  margin-top: -45px;
  color: #F77A22;
  height: 90px;
  line-height: 100%; }

.os-gxr-papaya-disclaimer-content {
  font-size: 18px;
  color: #606060; }
  .os-gxr-papaya-disclaimer-content span {
    color: #F77A22; }

.os-gxr-papaya-disclaimer-box:last-child {
  margin-right: 0; }
  .os-gxr-papaya-disclaimer-box:last-child .os-gxr-papaya-disclaimer-content {
    margin-top: -10px; }

.os-gxr-fructis-fair-food-txt svg {
  float: left; }

.os-gxr-menu-label {
  display: inline-block;
  margin-left: 10px;
  height: 60px;
  line-height: 65gxr-logopx; }

#os-gxr-wave-1 {
  top: -370px;
  margin-left: 0px; }

#os-gxr-green-1 {
  top: 160px;
  left: 0;
  margin-left: -540px;
  z-index: -1;
  transform: rotate(0deg);
  position: absolute; }

#os-gxr-bio-large-bg-3 {
  position: absolute;
  left: 0;
  top: -137%;
  z-index: -1;
  margin-left: -254px; }

#os-gxr-nowe-formuly-wrapper {
  position: relative; }

#os-gxr-ekologia-1 {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  margin-left: 0px;
  left: 50%;
  top: 170px;
  z-index: -1;
  margin-left: -636px; }

#os-gxr-map-green-line-2 {
  width: 318px;
  height: 12px;
  background: #77A800;
  position: absolute;
  left: 50%;
  margin-left: -625px; }

#os-gxr-map-green-line-3 {
  width: 318px;
  height: 12px;
  background: #77A800;
  position: absolute;
  left: 50%;
  margin-left: -625px; }

.os-gxr-zielone-opakowania-green-line-3 {
  width: 271px;
  height: 12px;
  background: #77A800;
  position: relative;
  left: 0;
  margin-left: 0;
  margin-bottom: 48px;
  margin-top: 48px; }

#os-gxr-nowe-formuly-wrapper {
  height: 463px; }
  #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-box-right {
    line-height: 30px; }
    #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-box-right ul {
      margin-top: 20px;
      margin-bottom: 30px; }
      #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-box-right ul li {
        color: #101010;
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 0;
        font-weight: 700; }

#os-gxr-nowe-formuly-box-right {
  width: 670px; }
  #os-gxr-nowe-formuly-box-right ul {
    list-style-type: none;
    padding: 0; }
    #os-gxr-nowe-formuly-box-right ul li {
      text-indent: -5px; }
    #os-gxr-nowe-formuly-box-right ul li:before {
      content: "-";
      text-indent: -5px; }

#os-gxr-map {
  width: 1250px;
  margin-left: 0; }

#os-gxr-zielone-opakowania-wrapper {
  height: 1163px; }

#os-gxr-nowe-formuly-wrapper-2 {
  height: 488px; }
  #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 {
    width: 1250px;
    margin: 0 auto; }
    #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 #os-gxr-nowe-formuly-box-2 {
      width: 100%;
      max-width: 840px;
      color: #262626;
      font-size: 18px;
      margin-bottom: 15px;
      margin-top: 0;
      font-weight: 300; }
      #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 #os-gxr-nowe-formuly-box-2 ul {
        padding-left: 15px; }
        #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 #os-gxr-nowe-formuly-box-2 ul li {
          margin-bottom: 35px;
          line-height: 30px;
          padding-left: 15px; }

#os-gxr-zielone-opakowania-col {
  width: 1315px;
  margin: 0 auto;
  position: relative;
  left: 33px; }

#os-gxr-zielone-opakowania-box {
  width: 800px; }
  #os-gxr-zielone-opakowania-box .procent-box {
    width: 100%;
    max-width: 870px;
    /* padding-bottom: 54px; */ }
    #os-gxr-zielone-opakowania-box .procent-box > div {
      width: 100%;
      max-width: 394px;
      display: inline-block; }
      #os-gxr-zielone-opakowania-box .procent-box > div span {
        color: #77A81E;
        font-size: 32px;
        font-weight: 900; }
      #os-gxr-zielone-opakowania-box .procent-box > div p {
        color: #101010;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px; }
    #os-gxr-zielone-opakowania-box .procent-box > div:last-child {
      float: right; }
  #os-gxr-zielone-opakowania-box .os-gxr-ekologia-title-2 {
    text-transform: uppercase;
    color: #101010;
    font-size: 32px;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 900;
    display: block;
    float: left;
    width: 100%; }

.product_box_slider {
  position: relative;
  vertical-align: top;
  left: 57px; }
  .product_box_slider .product_img {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 228px;
    text-align: left;
    vertical-align: top;
    right: 57px; }
    .product_box_slider .product_img .product_img {
      position: absolute;
      top: -150px;
      left: -250px;
      width: auto;
      /* max-width: 100%; */ }
    .product_box_slider .product_img .title {
      color: #064E2D;
      font-size: 28px;
      font-weight: 100;
      line-height: 34px;
      display: inline-block;
      width: 100%; }
    .product_box_slider .product_img .line {
      background: #A1CC8A;
      width: 46px;
      height: 3px;
      margin: 30px 0;
      float: left; }
    .product_box_slider .product_img .description {
      color: #064E2D;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      display: inline-block;
      width: 100%; }
    .product_box_slider .product_img .arrow {
      position: relative;
      top: 42px;
      left: -30px; }
  .product_box_slider .product_text {
    display: inline-block;
    width: 100%;
    max-width: 680px;
    position: relative; }
    .product_box_slider .product_text .info_box {
      display: inline-block;
      width: 100%;
      max-width: 680px;
      position: relative;
      text-align: left;
      float: left;
      margin-bottom: 30px; }
      .product_box_slider .product_text .info_box .procent {
        display: inline-block;
        width: 100%;
        max-width: 185px;
        position: relative;
        text-align: left;
        float: left; }
        .product_box_slider .product_text .info_box .procent .top {
          font-family: 'Kavoon', cursive;
          color: #064E2D;
          font-size: 20px;
          font-weight: 300;
          line-height: 34px; }
        .product_box_slider .product_text .info_box .procent .procent_text {
          font-family: 'Kavoon', cursive;
          color: #064E2D;
          font-size: 80px;
          font-weight: 300;
          line-height: 80px;
          position: relative;
          margin-top: -5px; }
          .product_box_slider .product_text .info_box .procent .procent_text span {
            color: #A1CC8A;
            font-size: 40px;
            line-height: 38px;
            position: absolute; }
        .product_box_slider .product_text .info_box .procent .bottom {
          font-family: 'Kavoon', cursive;
          color: #064E2D;
          font-size: 20px;
          font-weight: 300;
          line-height: 34px; }
      .product_box_slider .product_text .info_box .line {
        background: #095E46;
        width: 3px;
        height: 86px;
        margin: 18px 45px 0;
        float: left; }
      .product_box_slider .product_text .info_box .text {
        display: inline-block;
        width: 100%;
        max-width: 380px;
        position: relative;
        text-align: left;
        float: left;
        color: #064E2D;
        font-size: 24px;
        line-height: 34px;
        margin-top: 8px; }

.product_box_slider.right {
  position: relative;
  vertical-align: top;
  left: -80px; }
  .product_box_slider.right .product_img {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 228px;
    text-align: right;
    vertical-align: top;
    right: 0px;
    top: 26px; }
    .product_box_slider.right .product_img .product_img {
      position: absolute;
      top: -130px;
      left: 250px;
      width: auto;
      max-width: 100%; }
    .product_box_slider.right .product_img .title {
      display: inline-block;
      width: 100%; }
    .product_box_slider.right .product_img .line {
      background: #A1CC8A;
      width: 46px;
      height: 3px;
      margin: 30px 0;
      float: right; }
    .product_box_slider.right .product_img .description {
      display: inline-block;
      width: 100%; }
    .product_box_slider.right .product_img .arrow {
      position: relative;
      top: 42px;
      left: 30px;
      float: right; }
  .product_box_slider.right .product_text {
    display: inline-block;
    width: 100%;
    max-width: 680px;
    position: relative; }
    .product_box_slider.right .product_text .info_box {
      display: inline-block;
      width: 100%;
      max-width: 680px;
      position: relative;
      text-align: left;
      float: left;
      margin-bottom: 30px; }
      .product_box_slider.right .product_text .info_box .procent {
        display: inline-block;
        width: 100%;
        max-width: 185px;
        position: relative;
        text-align: left;
        float: left; }
        .product_box_slider.right .product_text .info_box .procent .top {
          font-family: 'Kavoon', cursive;
          color: #064E2D;
          font-size: 20px;
          font-weight: 300;
          line-height: 34px; }
        .product_box_slider.right .product_text .info_box .procent .procent_text {
          position: relative;
          margin-top: -5px; }
          .product_box_slider.right .product_text .info_box .procent .procent_text span {
            position: absolute; }
      .product_box_slider.right .product_text .info_box .procent.mobile {
        display: none; }
      .product_box_slider.right .product_text .info_box .line {
        background: #095E46;
        width: 3px;
        height: 86px;
        margin: 18px 45px 0;
        float: left; }
      .product_box_slider.right .product_text .info_box .line.mobile {
        display: none; }
      .product_box_slider.right .product_text .info_box .text {
        display: inline-block;
        width: 100%;
        max-width: 380px;
        position: relative;
        text-align: right;
        float: left;
        margin-top: 8px; }

#produkt_2_1_title {
  margin: 40px auto 80px;
  display: inline-block;
  position: relative;
  left: 305px; }

.box_info_box_2 {
  margin-top: 20px; }

.bottom_text {
  color: #064E2D;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
  display: inline-block;
  max-width: 1219px;
  margin: 50px auto 0;
  width: 100%;
  position: relative;
  left: -33px;
  text-align: left; }

#os-gxr-slide-naturalnosc .part {
  height: 337px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 104px;
  position: relative; }
  #os-gxr-slide-naturalnosc .part .text {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: left;
    left: -223px;
    top: 87px;
    margin: 0 auto; }
    #os-gxr-slide-naturalnosc .part .text span {
      font-family: 'Cormorant Garamond', serif;
      line-height: 24px;
      color: #095E46;
      font-size: 40px;
      font-weight: 700; }
    #os-gxr-slide-naturalnosc .part .text p {
      line-height: 30px;
      color: #606060;
      font-size: 18px;
      font-weight: 400; }
  #os-gxr-slide-naturalnosc .part img {
    position: relative;
    margin: 0 auto; }
#os-gxr-slide-naturalnosc .part_1 {
  background-image: url(../img/argan_bg.png); }
  #os-gxr-slide-naturalnosc .part_1 img {
    left: 543px;
    top: -200px; }
#os-gxr-slide-naturalnosc .part_2 {
  background-image: url(../img/blawatek_bg.png); }
  #os-gxr-slide-naturalnosc .part_2 img {
    left: 533px;
    top: -200px; }
#os-gxr-slide-naturalnosc .part_3 {
  background-image: url(../img/konjac_bg.png); }
  #os-gxr-slide-naturalnosc .part_3 img {
    left: 553px;
    top: -220px; }
#os-gxr-slide-naturalnosc .part_4 {
  background-image: url(../img/lawenda_bg.png); }
  #os-gxr-slide-naturalnosc .part_4 img {
    left: 563px;
    top: -200px; }
#os-gxr-slide-naturalnosc .part_5 {
  background-image: url(../img/trawa_cytrynowa_bg.png); }
  #os-gxr-slide-naturalnosc .part_5 img {
    left: 543px;
    top: -220px; }
#os-gxr-slide-naturalnosc .part_6 {
  background-image: url(../img/tymianek_bg.png); }
  #os-gxr-slide-naturalnosc .part_6 img {
    left: 528px;
    top: -194px; }
#os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box {
  margin-bottom: 120px;
  background: #F8F8F8;
  width: 1292px;
  height: 400px;
  margin: 0 auto 0 auto; }
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box {
    margin-top: 55px;
    margin-left: 630px;
    display: inline-block;
    text-align: left; }
    #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box .os-gxr-slide-1-subtitle {
      font-family: 'Cormorant Garamond', serif;
      line-height: 42px;
      color: #095E46;
      font-size: 42px;
      font-weight: 700;
      margin: 0 0 30px; }
    #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box span {
      line-height: 38px;
      color: #095E46;
      font-size: 24px;
      font-weight: 100; }
#os-gxr-slide-naturalnosc #os-gxr-slide-1-hr {
  width: 100%;
  max-width: 1292px;
  height: 1px;
  background: #DBDBDB;
  margin: 129px auto 140px; }

@media (max-width: 1350px) {
  #os-gxr-slide-naturalnosc .part {
    height: 337px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 104px;
    position: relative; }
    #os-gxr-slide-naturalnosc .part .text {
      position: relative;
      width: 100%;
      max-width: 600px;
      text-align: left;
      left: -223px;
      top: 87px;
      margin: 0 auto; }
      #os-gxr-slide-naturalnosc .part .text span {
        font-family: 'Cormorant Garamond', serif;
        line-height: 24px;
        color: #095E46;
        font-size: 40px;
        font-weight: 700; }
      #os-gxr-slide-naturalnosc .part .text p {
        line-height: 30px;
        color: #606060;
        font-size: 18px;
        font-weight: 400; }
    #os-gxr-slide-naturalnosc .part img {
      display: none; }
  #os-gxr-slide-naturalnosc .part_1 {
    background-image: url(../img/argan_bg.png); }
  #os-gxr-slide-naturalnosc .part_2 {
    background-image: url(../img/blawatek_bg.png); }
  #os-gxr-slide-naturalnosc .part_3 {
    background-image: url(../img/konjac_bg.png); }
  #os-gxr-slide-naturalnosc .part_4 {
    background-image: url(../img/lawenda_bg.png); }
  #os-gxr-slide-naturalnosc .part_5 {
    background-image: url(../img/trawa_cytrynowa_bg.png); }
  #os-gxr-slide-naturalnosc .part_6 {
    background-image: url(../img/tymianek_bg.png); }
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-hr {
    width: 100%;
    max-width: 1292px;
    height: 1px;
    background: #DBDBDB;
    margin: 129px auto 140px; } }
@media (max-width: 1320px) {
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box #os-gxr-slide-6-main-box-wrapper img {
    position: relative !important;
    margin: 40px auto 0 !important;
    top: 0 !important;
    left: inherit !important;
    display: inline-block; }

  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box #os-gxr-slide-6-main-box-wrapper div p {
    padding-top: 20px !important;
    margin-left: 0 !important; } }
@media (max-width: 1215px) {
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box {
    margin-bottom: 80px;
    background-image: url(../img/MaskGroup123.png);
    position: relative;
    background-image: none !important; }
    #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box {
      margin-top: 55px;
      display: inline-block;
      text-align: left;
      width: calc(100% - 120px);
      margin-left: 60px;
      margin-right: 60px;
      padding-bottom: 40px; }
      #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box .os-gxr-slide-1-subtitle {
        font-family: 'Cormorant Garamond', serif;
        line-height: 42px;
        color: #095E46;
        font-size: 42px;
        font-weight: 700;
        margin: 0 0 30px; }
        #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box .os-gxr-slide-1-subtitle br {
          display: none; }
      #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box span {
        line-height: 38px;
        color: #095E46;
        font-size: 24px;
        font-weight: 100; }
        #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box span br {
          display: none; } }
@media (max-width: 1060px) {
  #os-gxr-slide-naturalnosc .part {
    height: 337px;
    background-position: top left -390px;
    background-repeat: no-repeat;
    margin-bottom: 104px;
    position: relative; }
    #os-gxr-slide-naturalnosc .part .text {
      position: relative;
      width: calc(100% - 60px);
      max-width: 600px;
      text-align: left;
      left: 0;
      top: 87px;
      margin: 0 30px 0; }
      #os-gxr-slide-naturalnosc .part .text span {
        font-family: 'Cormorant Garamond', serif;
        line-height: 24px;
        color: #095E46;
        font-size: 40px;
        font-weight: 700; }
      #os-gxr-slide-naturalnosc .part .text p {
        line-height: 30px;
        color: #606060;
        font-size: 18px;
        font-weight: 400; }
    #os-gxr-slide-naturalnosc .part img {
      display: none; }
  #os-gxr-slide-naturalnosc .part_1 {
    background-image: url(../img/argan_bg.png); }
  #os-gxr-slide-naturalnosc .part_2 {
    background-image: url(../img/blawatek_bg.png); }
  #os-gxr-slide-naturalnosc .part_3 {
    background-image: url(../img/konjac_bg.png); }
  #os-gxr-slide-naturalnosc .part_4 {
    background-image: url(../img/lawenda_bg.png); }
  #os-gxr-slide-naturalnosc .part_5 {
    background-image: url(../img/trawa_cytrynowa_bg.png); }
  #os-gxr-slide-naturalnosc .part_6 {
    background-image: url(../img/tymianek_bg.png); }
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-hr {
    width: 100%;
    max-width: 1292px;
    height: 1px;
    background: #DBDBDB;
    margin: 129px auto 140px; } }
@media (max-width: 991px) {
  #os-gxr-slide-naturalnosc .part {
    margin-bottom: 84px; }
    #os-gxr-slide-naturalnosc .part .text span {
      font-family: 'Cormorant Garamond', serif;
      line-height: 24px;
      color: #095E46;
      font-size: 35px;
      font-weight: 700; }
    #os-gxr-slide-naturalnosc .part .text p {
      line-height: 30px;
      color: #606060;
      font-size: 18px;
      font-weight: 400; }
    #os-gxr-slide-naturalnosc .part img {
      display: none; }
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box {
    margin-bottom: 120px;
    position: relative; }
    #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box {
      margin-top: 55px;
      margin-left: 60px;
      display: inline-block;
      text-align: left; }
      #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box .os-gxr-slide-1-subtitle {
        font-family: 'Cormorant Garamond', serif;
        line-height: 42px;
        color: #095E46;
        font-size: 42px;
        font-weight: 700;
        margin: 0 0 30px; }
      #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box span {
        line-height: 38px;
        color: #095E46;
        font-size: 24px;
        font-weight: 100; } }
@media (max-width: 767px) {
  #os-gxr-slide-naturalnosc .part {
    margin-bottom: 64px; }
    #os-gxr-slide-naturalnosc .part .text span {
      font-family: 'Cormorant Garamond', serif;
      line-height: 24px;
      color: #095E46;
      font-size: 32px;
      font-weight: 700; }
    #os-gxr-slide-naturalnosc .part .text p {
      line-height: 20px;
      color: #606060;
      font-size: 17px;
      font-weight: 400; }
    #os-gxr-slide-naturalnosc .part img {
      display: none; }

  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box .os-gxr-slide-1-subtitle {
    line-height: 35px;
    font-size: 35px; }

  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box span {
    line-height: 30px;
    font-size: 20px; }

  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box {
    margin-bottom: 55px; }

  #os-gxr-slide-naturalnosc2 #os-gxr-slide-2-main-box #os-gxr-slide-2-main-box-wrapper #os-gxr-slide-5-main-box-content {
    height: 400px; } }
@media (max-width: 600px) {
  #os-gxr-slide-naturalnosc .part {
    margin-bottom: 44px; }
    #os-gxr-slide-naturalnosc .part .text span {
      font-family: 'Cormorant Garamond', serif;
      line-height: 24px;
      color: #095E46;
      font-size: 30px;
      font-weight: 700; }
    #os-gxr-slide-naturalnosc .part .text p {
      line-height: 20px;
      color: #606060;
      font-size: 15px;
      font-weight: 400; }
    #os-gxr-slide-naturalnosc .part img {
      display: none; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_text,
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_text {
    left: 0 !important; }

  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box .os-gxr-slide-1-subtitle {
    line-height: 30px;
    font-size: 30px; }

  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box .text_box span {
    line-height: 26px;
    font-size: 18px; }

  #os-gxr-slide-naturalnosc2 #os-gxr-slide-2-main-box #os-gxr-slide-2-main-box-wrapper #os-gxr-slide-5-main-box-content {
    background-position: top left -170px; }

  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box #os-gxr-slide-6-main-box-wrapper img {
    width: 30% !important;
    margin-top: 100px; }

  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box #os-gxr-slide-6-main-box-wrapper div p {
    line-height: 35px !important;
    font-size: 35px !important; } }
@media (max-width: 550px) {
  #os-gxr-slide-naturalnosc .part .text span {
    font-family: 'Cormorant Garamond', serif;
    line-height: 24px;
    color: #095E46;
    font-size: 24px;
    font-weight: 700; }
  #os-gxr-slide-naturalnosc .part .text p {
    line-height: 20px;
    color: #606060;
    font-size: 14px;
    font-weight: 400; }
  #os-gxr-slide-naturalnosc .part img {
    display: none; }

  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box #os-gxr-slide-6-main-box-wrapper div p {
    line-height: 30px !important;
    font-size: 30px !important; } }
#os-gxr-slide-naturalnosc2 #os-gxr-slide-2-main-box #os-gxr-slide-2-main-box-wrapper {
  position: relative;
  height: 100%;
  margin-left: 0;
  width: 100%; }
  #os-gxr-slide-naturalnosc2 #os-gxr-slide-2-main-box #os-gxr-slide-2-main-box-wrapper #os-gxr-slide-5-main-box-content {
    background-image: url(../img/slide_bg_2.png);
    position: relative;
    height: 100%; }
#os-gxr-slide-naturalnosc2 #produkt_2_1 {
  height: 1210px;
  background-image: url(../img/produkt_2_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative; }
#os-gxr-slide-naturalnosc2 #produkt_2_2 {
  height: 810px;
  background-image: url(../img/Group_930a.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative;
  top: -28px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_2 #produkt_2_2_title {
    margin: 40px auto 10px;
    display: inline-block;
    position: relative;
    left: -174px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .product_img {
    top: -65px;
    left: -100px;
    max-width: 569px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .title {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    position: relative;
    left: -160px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .arrow {
    top: -42px;
    left: 110px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_text {
    left: -240px;
    text-align: left; }
    #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_text .info_text {
      font-size: 28px;
      line-height: 34px;
      font-weight: 100;
      color: #064E2D;
      position: relative;
      text-align: left;
      margin-bottom: 20px;
      display: inline-block; }
  #os-gxr-slide-naturalnosc2 #produkt_2_2 .bottom_text {
    margin-top: 0; }
#os-gxr-slide-naturalnosc2 #produkt_2_3 {
  height: 726px;
  background-image: url(../img/Group_932.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative; }
  #os-gxr-slide-naturalnosc2 #produkt_2_3 #produkt_2_3_title {
    margin: 50px auto 10px;
    display: inline-block;
    position: relative;
    left: 350px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .product_img {
    top: -230px;
    left: -430px;
    max-width: 735px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .title {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    position: relative;
    left: -170px;
    top: -135px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .arrow {
    top: -225px;
    left: 50px;
    transform: rotateZ(-30deg); }
  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_text {
    left: 60px;
    text-align: left; }
    #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_text .info_text {
      font-size: 28px;
      line-height: 34px;
      font-weight: 100;
      color: #064E2D;
      position: relative;
      text-align: left;
      margin-bottom: 20px;
      display: inline-block; }
  #os-gxr-slide-naturalnosc2 #produkt_2_3 .bottom_text {
    text-align: center;
    margin-left: 230px;
    margin-top: 20px; }
#os-gxr-slide-naturalnosc2 #produkt_2_4 {
  height: 726px;
  background-image: url(../img/Group_932a.png);
  background-position: left -750px top -138px;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative; }
  #os-gxr-slide-naturalnosc2 #produkt_2_4 #produkt_2_4_title {
    margin: 50px auto 10px;
    display: inline-block;
    position: relative;
    left: -274px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .product_img {
    top: -150px;
    left: 800px;
    max-width: 238px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .title {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    position: relative;
    left: 480px;
    top: -135px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .arrow {
    top: -290px;
    left: 750px;
    transform: rotateZ(-30deg); }
  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .description {
    color: #064E2D;
    font-weight: 100;
    font-size: 28px;
    line-height: 34px;
    width: 486px;
    position: relative;
    left: -290px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_text {
    left: 0px;
    text-align: left; }
    #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_text .info_text {
      font-size: 28px;
      line-height: 34px;
      font-weight: 100;
      color: #064E2D;
      position: relative;
      text-align: left;
      margin-bottom: 20px;
      display: inline-block; }
    #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_text .info_box.last {
      position: relative;
      top: -173px;
      left: -580px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_4 .bottom_text {
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    text-align: left;
    top: -150px;
    left: -141px; }
#os-gxr-slide-naturalnosc2 #produkt_2_5 {
  height: 729px;
  background-image: url(../img/Group_935.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative; }
  #os-gxr-slide-naturalnosc2 #produkt_2_5 #produkt_2_5_title {
    margin: 50px auto 70px;
    display: inline-block;
    position: relative;
    left: 390px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .product_img {
    top: -180px;
    left: -170px;
    max-width: 238px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .title {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    position: relative;
    left: 0px;
    top: -200px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .arrow {
    top: -220px;
    left: 0px;
    transform: rotateZ(0deg);
    transform: rotatey(180deg); }
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .description {
    color: #064E2D;
    font-weight: 100;
    font-size: 28px;
    line-height: 34px;
    width: 486px;
    position: relative;
    left: -290px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_text {
    left: 85px;
    text-align: left; }
    #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_text .info_text {
      font-size: 28px;
      line-height: 34px;
      font-weight: 100;
      color: #064E2D;
      position: relative;
      text-align: left;
      margin-bottom: 20px;
      display: inline-block; }
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .bottom_text {
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    text-align: left;
    top: 0px;
    left: 800px; }
#os-gxr-slide-naturalnosc2 #produkt_2_6 {
  height: 920px;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: relative; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 #bg_img_1 {
    position: absolute;
    top: 0;
    left: -340px;
    z-index: -1; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 #bg_img_2 {
    position: absolute;
    top: -70px;
    left: 253px;
    z-index: -1; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 #bg_img_3 {
    position: absolute;
    bottom: 0;
    left: 1000px;
    z-index: -1; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 #produkt_2_6_title {
    margin: 40px auto 10px;
    display: inline-block;
    position: relative;
    left: -174px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_img .product_img {
    top: -265px;
    left: 500px;
    max-width: 846px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_img .title {
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    position: relative;
    left: -160px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_img .arrow {
    top: -42px;
    left: 110px; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_text {
    left: -460px;
    text-align: left; }
    #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_text .info_text {
      font-size: 28px;
      line-height: 34px;
      font-weight: 100;
      color: #064E2D;
      position: relative;
      text-align: left;
      margin-bottom: 50px;
      display: inline-block; }
  #os-gxr-slide-naturalnosc2 #produkt_2_6 .bottom_text {
    margin-top: 0; }
#os-gxr-slide-naturalnosc2 #botoom_line {
  height: 1px;
  background: #707070;
  width: 1283px;
  margin: 80px auto 80px;
  display: inline-block;
  opacity: 0.26; }

@media (max-width: 1800px) {
  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_text .info_box.last {
    top: 0;
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .description {
    left: -90px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 {
    height: auto; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .bottom_text {
    top: 0; } }
@media (max-width: 1500px) {
  #os-gxr-slide-naturalnosc2 #produkt_2_3 #produkt_2_3_title {
    margin: 40px auto 10px;
    display: inline-block;
    position: relative;
    left: -174px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_text {
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img {
    right: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .product_img {
    top: 0;
    left: -230px;
    max-width: 535px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .title {
    left: 0;
    top: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .arrow {
    display: none; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 #produkt_2_4_title {
    margin: 40px auto 10px;
    display: inline-block;
    position: relative;
    left: -174px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .bottom_text {
    left: 0; } }
@media (max-width: 1350px) {
  .product_box_slider {
    position: relative;
    vertical-align: top;
    left: 57px;
    width: 100%;
    float: left; }
    .product_box_slider .product_img {
      position: relative;
      display: inline-block;
      width: 100%;
      max-width: 228px;
      text-align: left;
      vertical-align: top;
      right: -57px; }
      .product_box_slider .product_img .product_img {
        position: absolute;
        top: -150px;
        left: -200px;
        width: auto;
        max-width: 80%; }
      .product_box_slider .product_img .title {
        color: #064E2D;
        font-size: 28px;
        font-weight: 100;
        line-height: 34px;
        display: inline-block;
        width: 100%; }
      .product_box_slider .product_img .line {
        background: #A1CC8A;
        width: 46px;
        height: 3px;
        margin: 30px 0;
        float: left; }
      .product_box_slider .product_img .description {
        color: #064E2D;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        display: inline-block;
        width: 100%; }
      .product_box_slider .product_img .arrow {
        position: relative;
        top: 42px;
        left: -30px; }
    .product_box_slider .product_text {
      display: inline-block;
      width: 100%;
      max-width: 680px;
      position: relative;
      float: left; }
      .product_box_slider .product_text .info_box {
        display: inline-block;
        width: 100%;
        max-width: 680px;
        position: relative;
        text-align: left;
        float: left;
        margin-bottom: 30px; }
        .product_box_slider .product_text .info_box .procent {
          display: inline-block;
          width: 100%;
          max-width: 185px;
          position: relative;
          text-align: left;
          float: left; }
          .product_box_slider .product_text .info_box .procent .top {
            font-family: 'Kavoon', cursive;
            color: #064E2D;
            font-size: 20px;
            font-weight: 300;
            line-height: 34px; }
          .product_box_slider .product_text .info_box .procent .procent_text {
            font-family: 'Kavoon', cursive;
            color: #064E2D;
            font-size: 80px;
            font-weight: 300;
            line-height: 80px;
            position: relative;
            margin-top: -5px; }
            .product_box_slider .product_text .info_box .procent .procent_text span {
              color: #A1CC8A;
              font-size: 40px;
              line-height: 38px;
              position: absolute; }
          .product_box_slider .product_text .info_box .procent .bottom {
            font-family: 'Kavoon', cursive;
            color: #064E2D;
            font-size: 20px;
            font-weight: 300;
            line-height: 34px; }
        .product_box_slider .product_text .info_box .line {
          background: #095E46;
          width: 3px;
          height: 86px;
          margin: 18px 45px 0;
          float: left; }
        .product_box_slider .product_text .info_box .text {
          display: inline-block;
          width: 100%;
          max-width: 380px;
          position: relative;
          text-align: left;
          float: left;
          color: #064E2D;
          font-size: 24px;
          line-height: 34px;
          margin-top: 8px; }

  .product_box_slider.right {
    position: relative;
    vertical-align: top;
    left: 0px; }
    .product_box_slider.right .product_img {
      position: relative;
      display: inline-block;
      width: 100%;
      max-width: 228px;
      text-align: right;
      vertical-align: top;
      right: 0px;
      top: 26px;
      float: left; }
      .product_box_slider.right .product_img .product_img {
        position: absolute;
        top: -70px;
        left: 250px;
        width: auto;
        max-width: 100%; }
      .product_box_slider.right .product_img .title {
        display: inline-block;
        width: 100%; }
      .product_box_slider.right .product_img .line {
        background: #A1CC8A;
        width: 46px;
        height: 3px;
        margin: 30px 0;
        float: right; }
      .product_box_slider.right .product_img .description {
        display: inline-block;
        width: 100%; }
      .product_box_slider.right .product_img .arrow {
        position: relative;
        top: 42px;
        left: 30px;
        float: right; }
    .product_box_slider.right .product_text {
      display: inline-block;
      width: 100%;
      max-width: 600px;
      position: relative; }
      .product_box_slider.right .product_text .info_box {
        display: inline-block;
        width: 100%;
        max-width: 580px;
        position: relative;
        text-align: left;
        float: left;
        margin-bottom: 30px; }
        .product_box_slider.right .product_text .info_box .procent {
          display: inline-block;
          width: 100%;
          max-width: 185px;
          position: relative;
          text-align: left;
          float: left; }
          .product_box_slider.right .product_text .info_box .procent .procent_text {
            position: relative;
            margin-top: -5px; }
        .product_box_slider.right .product_text .info_box .line {
          background: #095E46;
          width: 3px;
          height: 86px;
          margin: 18px 45px 0;
          float: left; }
        .product_box_slider.right .product_text .info_box .text {
          display: inline-block;
          width: 100%;
          max-width: 240px;
          position: relative;
          text-align: right;
          float: left;
          margin-top: 8px; }

  #produkt_2_1_title {
    margin-left: 0;
    left: 50px;
    float: left; }

  .bottom_text {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: calc(100% - 40px) !important;
    left: 0 !important; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .product_img {
    top: -230px;
    left: -430px;
    max-width: 435px; }

  #produkt_2_2_title,
  #produkt_2_3_title,
  #produkt_2_4_title,
  #produkt_2_5_title,
  #produkt_2_6_title {
    margin-left: 0 !important;
    left: 50px !important;
    float: left; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .product_img {
    top: -150px;
    left: -200px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .title {
    left: -170px;
    top: -135px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 {
    background-position: left -900px top -138px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .product_img {
    max-width: 158px;
    top: 30px;
    left: -120px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .title {
    left: -200px;
    text-align: left; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .description {
    left: -200px;
    top: -120px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .arrow {
    display: none; }

  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_text {
    left: 0px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_img .product_img {
    top: -65px;
    left: -300px;
    max-width: 446px; } }
@media (max-width: 1200px) {
  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .product_img {
    left: -200px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .product_img {
    top: -100px;
    left: -120px;
    max-width: 335px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .title {
    left: -100px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .arrow {
    top: -200px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .product_img {
    top: -120px;
    left: -70px;
    max-width: 178px; } }
@media (max-width: 1070px) {
  #os-gxr-slide-naturalnosc2 #produkt_2_1 {
    height: auto;
    background-size: cover; }

  #produkt_2_1_title {
    margin-bottom: 20px; }

  .product_box_slider {
    position: relative;
    vertical-align: top;
    left: 50px;
    width: calc(100% - 100px);
    float: left; }
    .product_box_slider .product_img {
      position: relative;
      display: inline-block;
      width: 100%;
      max-width: 100%;
      text-align: left;
      vertical-align: top;
      right: 0px;
      text-align: center; }
      .product_box_slider .product_img .product_img {
        position: relative;
        top: 0px;
        left: -0px;
        width: auto;
        max-width: 80%;
        max-height: 400px;
        margin: 0 auto;
        display: inline-block; }
      .product_box_slider .product_img .title {
        color: #064E2D;
        font-size: 28px;
        font-weight: 100;
        line-height: 34px;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px; }
        .product_box_slider .product_img .title br {
          display: none; }
      .product_box_slider .product_img .line {
        display: none; }
      .product_box_slider .product_img .description {
        color: #064E2D;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px; }
        .product_box_slider .product_img .description br {
          display: none; }
      .product_box_slider .product_img .arrow {
        display: none; }
    .product_box_slider .product_text {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      position: relative;
      float: left; }
      .product_box_slider .product_text .info_box {
        display: inline-block;
        width: 100%;
        max-width: 680px;
        position: relative;
        text-align: left;
        float: left;
        margin-bottom: 30px; }
        .product_box_slider .product_text .info_box .procent {
          display: inline-block;
          width: 100%;
          max-width: 185px;
          position: relative;
          text-align: left;
          float: left; }
          .product_box_slider .product_text .info_box .procent .top {
            font-family: 'Kavoon', cursive;
            color: #064E2D;
            font-size: 20px;
            font-weight: 300;
            line-height: 34px; }
          .product_box_slider .product_text .info_box .procent .procent_text {
            font-family: 'Kavoon', cursive;
            color: #064E2D;
            font-size: 80px;
            font-weight: 300;
            line-height: 80px;
            position: relative;
            margin-top: -5px; }
            .product_box_slider .product_text .info_box .procent .procent_text span {
              color: #A1CC8A;
              font-size: 40px;
              line-height: 38px;
              position: absolute; }
          .product_box_slider .product_text .info_box .procent .bottom {
            font-family: 'Kavoon', cursive;
            color: #064E2D;
            font-size: 20px;
            font-weight: 300;
            line-height: 34px; }
        .product_box_slider .product_text .info_box .line {
          background: #095E46;
          width: 3px;
          height: 86px;
          margin: 18px 45px 0;
          float: left; }
        .product_box_slider .product_text .info_box .text {
          display: inline-block;
          width: 100%;
          max-width: 380px;
          position: relative;
          text-align: left;
          float: left;
          color: #064E2D;
          font-size: 24px;
          line-height: 34px;
          margin-top: 8px; }

  .product_box_slider.right {
    position: relative;
    vertical-align: top;
    left: 50px; }
    .product_box_slider.right .product_img {
      position: relative;
      display: inline-block;
      width: 100%;
      max-width: 228px;
      text-align: right;
      vertical-align: top;
      right: 0px;
      top: 26px;
      float: left; }
      .product_box_slider.right .product_img .product_img {
        position: absolute;
        top: -70px;
        left: 250px;
        width: auto;
        max-width: 100%; }
      .product_box_slider.right .product_img .title {
        display: inline-block;
        width: 100%; }
      .product_box_slider.right .product_img .line {
        background: #A1CC8A;
        width: 46px;
        height: 3px;
        margin: 30px 0;
        float: right; }
      .product_box_slider.right .product_img .description {
        display: inline-block;
        width: 100%; }
      .product_box_slider.right .product_img .arrow {
        position: relative;
        top: 42px;
        left: 30px;
        float: right; }
    .product_box_slider.right .product_text {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      position: relative; }
      .product_box_slider.right .product_text .info_box {
        display: inline-block;
        width: 100%;
        max-width: 580px;
        position: relative;
        text-align: left;
        float: left;
        margin-bottom: 30px; }
        .product_box_slider.right .product_text .info_box .line {
          background: #095E46;
          width: 3px;
          height: 86px;
          margin: 18px 45px 0;
          float: left; }
        .product_box_slider.right .product_text .info_box .text {
          display: inline-block;
          width: 100%;
          max-width: 240px;
          position: relative;
          text-align: right;
          float: left;
          margin-top: 8px; }

  #produkt_2_1_title {
    margin-left: 0;
    left: 50px;
    float: left; }

  #os-gxr-slide-naturalnosc2 #produkt_2_1 .bottom_text {
    margin-left: 50px;
    width: calc(100% - 70px);
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_text .info_text {
    float: left;
    width: 100%; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .product_img {
    margin-top: -155px;
    top: 0;
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .title {
    text-align: center;
    left: 0;
    top: -100px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .bottom_text {
    left: 50px;
    width: calc(100% - 70px);
    top: -100px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 #produkt_2_2_title,
  #os-gxr-slide-naturalnosc2 #produkt_2_3 #produkt_2_3_title,
  #os-gxr-slide-naturalnosc2 #produkt_2_4 #produkt_2_4_title,
  #os-gxr-slide-naturalnosc2 #produkt_2_5 #produkt_2_5_title,
  #os-gxr-slide-naturalnosc2 #produkt_2_6 #produkt_2_6_title {
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 {
    height: auto; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .product_img {
    left: 0;
    top: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .title {
    left: 0;
    top: 0;
    text-align: center; }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .bottom_text {
    margin-left: 50px;
    width: calc(100% - 70px);
    left: 0;
    text-align: left; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 {
    height: auto; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .product_img {
    left: 0;
    top: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .title {
    left: 0;
    top: 0;
    text-align: center; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .bottom_text {
    margin-left: 50px;
    width: calc(100% - 70px);
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .description {
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_5 {
    height: auto; }

  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .product_img {
    left: 0;
    top: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .title {
    left: 0;
    top: 0;
    text-align: center; }

  #os-gxr-slide-naturalnosc2 #produkt_2_5 .bottom_text {
    margin-left: 50px;
    width: calc(100% - 70px);
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_6 {
    height: auto; }

  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_img .product_img {
    left: 0;
    top: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_text {
    left: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_img .title {
    left: 0;
    top: 0;
    text-align: center; }

  #os-gxr-slide-naturalnosc2 #produkt_2_6 .bottom_text {
    margin-left: 50px;
    width: calc(100% - 70px);
    left: 0; }

  .product_box_slider.right .product_text .info_box {
    max-width: 100%; }

  .product_box_slider.right .product_text .info_box .desctop {
    display: none; }

  .product_box_slider.right .product_text .info_box .procent.mobile {
    display: inline-block; }

  .product_box_slider.right .product_text .info_box .line.mobile {
    display: inline-block; }

  .product_box_slider.right .product_text .info_box .line,
  .product_box_slider.right .product_text .info_box .procent,
  .product_box_slider.right .product_text .info_box .text {
    float: right; }

  .product_box_slider.right .product_text .info_box .procent {
    text-align: right !important; }

  .product_box_slider.right .product_text .info_box .text {
    max-width: 380px; }
    .product_box_slider.right .product_text .info_box .text br {
      display: none; }

  .product_box_slider.right .product_img {
    width: 100%;
    max-width: 100%;
    text-align: center; }
    .product_box_slider.right .product_img .product_img {
      position: relative;
      top: 0px;
      left: -0px;
      width: auto;
      max-width: 80%;
      max-height: 400px;
      margin: 0 auto;
      display: inline-block;
      float: none; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .description {
    top: 0; } }
@media (max-width: 991px) {
  .product_box_slider .product_img .title {
    font-size: 26px; }

  .product_box_slider .product_img .description {
    font-size: 22px; }

  .product_box_slider .product_text .info_box .procent .top,
  .product_box_slider .product_text .info_box .procent .bottom {
    font-size: 18px; }

  .product_box_slider .product_text .info_box .procent .procent_text {
    font-size: 70px;
    line-height: 70px; }

  .product_box_slider .product_text .info_box .text {
    margin-top: 25px;
    font-size: 22px;
    line-height: 27px; }
    .product_box_slider .product_text .info_box .text br {
      display: none; }

  .product_box_slider.right {
    position: relative !important;
    vertical-align: top !important;
    left: 50px !important;
    width: calc(100% - 100px);
    float: left; }

  .product_box_slider.right .product_text .info_box .text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 25px;
    width: auto;
    max-width: 380px;
    text-align: right; }
    .product_box_slider.right .product_text .info_box .text br {
      display: none; }

  .product_box_slider.right .product_text .info_box .desctop {
    display: none; }

  .product_box_slider.right .product_text .info_box .mobile {
    display: inline-block; }

  .product_box_slider.right .product_img .product_img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    float: none; }

  .product_box_slider.right .product_img {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    vertical-align: top;
    right: 0px;
    text-align: center; } }
@media (max-width: 767px) {
  .product_box_slider .product_img .title {
    font-size: 24px; }

  .product_box_slider .product_img .description {
    font-size: 20px; }

  .product_box_slider .product_text .info_box .procent .top,
  .product_box_slider .product_text .info_box .procent .bottom {
    font-size: 17px; }

  .product_box_slider .product_text .info_box .line,
  .product_box_slider.right .product_text .info_box .line {
    display: none !important; }

  .product_box_slider .product_text .info_box .procent .procent_text {
    font-size: 60px;
    line-height: 60px; }

  .product_box_slider .product_text .info_box .text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 25px;
    width: auto;
    max-width: calc(100% - 185px); }

  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_text,
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_text {
    left: 0 !important; }

  .product_box_slider.right .product_text .info_box .text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 25px;
    width: auto;
    max-width: calc(100% - 185px); }

  #os-gxr-slide-naturalnosc2 #os-gxr-slide-2-main-box #os-gxr-slide-2-main-box-wrapper {
    height: 400px; } }
@media (max-width: 600px) {
  .product_box_slider .product_img .title {
    font-size: 24px; }

  .product_box_slider .product_img .description {
    font-size: 20px; }

  .product_box_slider .product_text .info_box .procent .top,
  .product_box_slider .product_text .info_box .procent .bottom {
    font-size: 17px;
    text-align: center; }

  .product_box_slider .product_text .info_box .procent .procent_text {
    font-size: 60px;
    line-height: 60px; }

  .product_box_slider .product_text .info_box {
    text-align: center; }

  .product_box_slider .product_text .info_box .procent {
    float: none;
    margin: 0 auto;
    text-align: center; }

  .product_box_slider .product_text .info_box .text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    max-width: 100%;
    text-align: center; }

  .product_box_slider.right .product_text .info_box {
    text-align: center; }

  .product_box_slider.right .product_text .info_box .procent {
    float: none;
    margin: 0 auto;
    text-align: center; }

  .product_box_slider.right .product_text .info_box .text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    max-width: 100%;
    text-align: center; }

  #os-gxr-slide-naturalnosc2 .bottom_text {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: calc(100% - 40px) !important;
    left: 0 !important;
    top: 0 !important; }

  .product_box_slider.right .product_text .info_box .procent {
    text-align: center !important; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .product_img {
    margin-top: -100px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .bottom_text {
    margin-top: -50px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_1 .product_box_slider .product_img .product_img,
  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .product_img,
  #os-gxr-slide-naturalnosc2 #produkt_2_3 .product_box_slider .product_img .product_img,
  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .product_img,
  #os-gxr-slide-naturalnosc2 #produkt_2_5 .product_box_slider .product_img .product_img,
  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_img .product_img {
    max-width: 100%; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .product_img {
    margin-top: 0px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .product_box_slider .product_img .title {
    top: 0px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_2 .bottom_text {
    margin-top: 0; }

  #os-gxr-slide-naturalnosc2 #produkt_2_4 .product_box_slider .product_img .description {
    width: 100%;
    font-size: 22px;
    line-height: 26px; }

  #os-gxr-slide-naturalnosc2 #produkt_2_6 .product_box_slider .product_text .info_text {
    font-size: 22px;
    line-height: 26px; } }
#os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box {
  margin-bottom: 110px; }
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box #os-gxr-slide-6-main-box-wrapper {
    background-image: url(../img/slide_bg_3.png);
    position: relative;
    height: 100%; }
    #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box #os-gxr-slide-6-main-box-wrapper img {
      position: absolute;
      top: 101px;
      left: 164px; }
    #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-main-box #os-gxr-slide-6-main-box-wrapper div p {
      padding-top: 137px;
      font-family: 'Cormorant Garamond', serif;
      line-height: 42px;
      color: #095E46;
      font-size: 42px;
      font-weight: 700;
      display: inline-block;
      margin-left: 180px; }
#os-gxr-slide-naturalnosc3 #os-gxr-slide-3-lead {
  line-height: 42px;
  color: #095E46;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1;
  width: calc(100% - 60px);
  margin: 0 30px 79px; }
#os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 {
  width: 100%;
  max-width: 990px;
  display: inline-block; }
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box {
    display: inline-block;
    width: 307px;
    height: 307px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: top;
    margin-bottom: 21px;
    margin-left: 11.5px;
    margin-right: 11.5px; }
    #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box p {
      padding-top: 133px;
      text-align: center;
      font-family: 'Cormorant Garamond', serif;
      font-family: 'Kavoon', cursive;
      line-height: 24px;
      color: #095E46;
      font-size: 30px;
      font-weight: 700;
      width: calc(100% - 36px);
      margin: 0 18px; }
    #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box div {
      padding-top: 13px;
      text-align: center;
      line-height: 24px;
      color: #606060;
      font-size: 16px;
      font-weight: 300;
      width: calc(100% - 44px);
      margin: 0 22px; }
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box-1 {
    background-image: url(../img/1.png); }
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box-2 {
    background-image: url(../img/2.png); }
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box-3 {
    background-image: url(../img/3.png); }
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box-4 {
    background-image: url(../img/4.png); }
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box-5 {
    background-image: url(../img/5.png); }
    #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box-5 p {
      padding-top: 116px;
      line-height: 30px; }
  #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box-6 {
    background-image: url(../img/6.png); }
    #os-gxr-slide-naturalnosc3 #os-gxr-slide-3-box-6 .box-6 p {
      line-height: 30px; }
#os-gxr-slide-naturalnosc3 #os-gxr-slide-3-hr {
  width: 100%;
  max-width: 1292px;
  height: 1px;
  background: #DBDBDB;
  margin: 129px auto 140px; }
#os-gxr-slide-naturalnosc3 #os-gxr-recycle-large-bg-1 {
  position: absolute;
  left: -26%;
  top: 21%;
  z-index: -1;
  margin-left: 0px; }
#os-gxr-slide-naturalnosc3 #os-gxr-recycle-large-bg-2 {
  position: absolute;
  right: -16%;
  top: 39%;
  z-index: -1;
  margin-left: 0px; }

#bio {
  position: relative; }
  #bio #os-gxr-bio-large-bg-1 {
    position: absolute;
    left: 72%;
    top: -116%;
    z-index: -1;
    margin-left: 0px; }
  #bio #os-gxr-bio-large-bg-2 {
    position: absolute;
    right: 73%;
    top: 183%;
    z-index: -1;
    margin-left: 0px; }

#os-gx-slider-pos-naturalnosc.os-gxr-slider-pos.active {
  border-color: #FBC22D; }

#os-gx-slider-pos-naturalnosc.os-gxr-slider-pos.active a {
  border: 1px solid #FBC22D;
  color: #FBC22D; }

.os-gxr-slider-pos a {
  background: #FBC22D; }

#os-gx-slider-pos-skutecznosc.os-gxr-slider-pos.active {
  border-color: #FA8924; }

#os-gx-slider-pos-skutecznosc.os-gxr-slider-pos.active a {
  border: 1px solid #FA8924;
  color: #FA8924; }

#os-gx-slider-pos-skutecznosc a {
  background: #FA8924; }

#os-gx-slider-pos-zrownowazony-rozwoj.os-gxr-slider-pos.active {
  border-color: #3CAF8A; }

#os-gx-slider-pos-zrownowazony-rozwoj.os-gxr-slider-pos.active a {
  border: 1px solid #3CAF8A;
  color: #3CAF8A; }

#os-gx-slider-pos-zrownowazony-rozwoj a {
  background: #3CAF8A; }

/*
	
	*
	*
	*
	*
	*
	*
	*
	*
	*
	*
	*
	
*/
#os-gxr-przetesuj-za-darmo-banner {
  width: 100%;
  max-width: 1342px; }
  #os-gxr-przetesuj-za-darmo-banner img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto; }

@media (max-width: 1198px) {
  #os-gxr-przetesuj-za-darmo-banner {
    margin-bottom: 40px; }
    #os-gxr-przetesuj-za-darmo-banner img {
      width: calc(100% - 60px); } }
.product-slider-box {
  width: 100%;
  height: auto;
  display: inline-block; }

#os-gxr-fructis-hair-food-banana-section, #os-gxr-botanic-therapy-section, #os-gxr-garnier-bio-section, #os-gxr-plyny-miceralne-section {
  width: 100%;
  max-width: 1295px; }

@media (max-width: 1325px) {
  #os-gxr-fructis-hair-food-banana-section, #os-gxr-botanic-therapy-section, #os-gxr-garnier-bio-section, #os-gxr-plyny-miceralne-section {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; }
    #os-gxr-fructis-hair-food-banana-section .os-gxr-product-slider-wrapper, #os-gxr-botanic-therapy-section .os-gxr-product-slider-wrapper, #os-gxr-garnier-bio-section .os-gxr-product-slider-wrapper, #os-gxr-plyny-miceralne-section .os-gxr-product-slider-wrapper {
      width: calc(100% - 522px);
      margin: 0 auto; }
      #os-gxr-fructis-hair-food-banana-section .os-gxr-product-slider-wrapper .bx-wrapper, #os-gxr-botanic-therapy-section .os-gxr-product-slider-wrapper .bx-wrapper, #os-gxr-garnier-bio-section .os-gxr-product-slider-wrapper .bx-wrapper, #os-gxr-plyny-miceralne-section .os-gxr-product-slider-wrapper .bx-wrapper {
        width: 100%; }
        #os-gxr-fructis-hair-food-banana-section .os-gxr-product-slider-wrapper .bx-wrapper .bx-prev, #os-gxr-botanic-therapy-section .os-gxr-product-slider-wrapper .bx-wrapper .bx-prev, #os-gxr-garnier-bio-section .os-gxr-product-slider-wrapper .bx-wrapper .bx-prev, #os-gxr-plyny-miceralne-section .os-gxr-product-slider-wrapper .bx-wrapper .bx-prev {
          left: 0%;
          margin-left: -15px; }
        #os-gxr-fructis-hair-food-banana-section .os-gxr-product-slider-wrapper .bx-wrapper .bx-next, #os-gxr-botanic-therapy-section .os-gxr-product-slider-wrapper .bx-wrapper .bx-next, #os-gxr-garnier-bio-section .os-gxr-product-slider-wrapper .bx-wrapper .bx-next, #os-gxr-plyny-miceralne-section .os-gxr-product-slider-wrapper .bx-wrapper .bx-next {
          left: 100%;
          margin-left: 15px; } }
@media (max-width: 942px) {
  #os-gxr-fructis-hair-food-banana-section, #os-gxr-botanic-therapy-section, #os-gxr-garnier-bio-section, #os-gxr-plyny-miceralne-section {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
    height: 527px; }
    #os-gxr-fructis-hair-food-banana-section .os-gxr-product-section-title, #os-gxr-botanic-therapy-section .os-gxr-product-section-title, #os-gxr-garnier-bio-section .os-gxr-product-section-title, #os-gxr-plyny-miceralne-section .os-gxr-product-section-title {
      height: auto;
      text-align: center; }
      #os-gxr-fructis-hair-food-banana-section .os-gxr-product-section-title img, #os-gxr-botanic-therapy-section .os-gxr-product-section-title img, #os-gxr-garnier-bio-section .os-gxr-product-section-title img, #os-gxr-plyny-miceralne-section .os-gxr-product-section-title img {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 auto; }
    #os-gxr-fructis-hair-food-banana-section .os-gxr-product-section-img, #os-gxr-botanic-therapy-section .os-gxr-product-section-img, #os-gxr-garnier-bio-section .os-gxr-product-section-img, #os-gxr-plyny-miceralne-section .os-gxr-product-section-img {
      display: none; }
    #os-gxr-fructis-hair-food-banana-section .os-gxr-product-slider-wrapper, #os-gxr-botanic-therapy-section .os-gxr-product-slider-wrapper, #os-gxr-garnier-bio-section .os-gxr-product-slider-wrapper, #os-gxr-plyny-miceralne-section .os-gxr-product-slider-wrapper {
      width: calc(100% - 100px);
      margin: 0 auto; } }
@media (max-width: 1345px) {
  #os-gxr-ekologia {
    margin-top: 50px; }
    #os-gxr-ekologia #os-gxr-ekologia-title {
      left: 0;
      margin-left: 0; }

  #os-gxr-nowe-formuly-wrapper {
    display: inline-block;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
    #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-col {
      width: 100%;
      max-width: 1250px;
      display: inline-block;
      text-align: left; }
      #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-col #os-gxr-nowe-formuly-box-right {
        margin-top: 0; } }
@media (max-width: 1280px) {
  #os-gxr-nowe-formuly-wrapper {
    display: inline-block;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
    #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-col {
      width: calc(100% - 60px);
      max-width: 1250px;
      display: inline-block;
      text-align: left; }
      #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-col #os-gxr-nowe-formuly-box {
        width: 100%;
        padding: 0; }
        #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-col #os-gxr-nowe-formuly-box .os-gxr-ekologia-title {
          margin-top: 30px; }
          #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-col #os-gxr-nowe-formuly-box .os-gxr-ekologia-title br {
            display: none !important; }
      #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-col #os-gxr-nowe-formuly-box-right {
        width: 100%;
        padding: 0; }

  .os-gxr-ekologia-title {
    margin-top: 50px; } }
@media (max-width: 1175px) {
  #os-gxr-map-wrapper #os-gxr-map {
    width: 100%;
    max-width: 900px;
    margin-left: 0; } }
@media (max-width: 1140px) {
  #os-gxr-zielone-opakowania-wrapper {
    min-height: auto;
    height: auto;
    display: inline-block; }
    #os-gxr-zielone-opakowania-wrapper #os-gxr-zielone-opakowania-col {
      width: 100%; }
      #os-gxr-zielone-opakowania-wrapper #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-img {
        margin-right: 80px; }
      #os-gxr-zielone-opakowania-wrapper #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-box {
        width: calc(100% - 302px - 80px - 50px); } }
@media (max-width: 991px) {
  #os-gxr-zielone-opakowania-wrapper #os-gxr-zielone-opakowania-col {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; }
    #os-gxr-zielone-opakowania-wrapper #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-img {
      display: none; }
    #os-gxr-zielone-opakowania-wrapper #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-box {
      width: 100%; } }
@media (max-width: 1566px) {
  #os-gxr-zielona-fabryka-wrapper .os-gxr-ekologia-title {
    text-align: left; }
  #os-gxr-zielona-fabryka-wrapper #os-gxr-zielona-fabryka-box {
    width: calc(100% - 50px - 15%);
    max-width: 100%;
    height: auto;
    position: relative;
    left: 0%;
    top: 0px;
    margin-left: 15%;
    margin-right: 50px;
    margin-bottom: 50px; }
  #os-gxr-zielona-fabryka-wrapper #os-gxr-video-thumb {
    width: calc(100% - 60px);
    height: auto;
    position: relative;
    left: 0%;
    top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px; }
    #os-gxr-zielona-fabryka-wrapper #os-gxr-video-thumb #os-gxr-video-thumb-wrapper {
      margin: 0 auto;
      /*
      				height: auto;
      				width: 100%;
      */ }
  #os-gxr-zielona-fabryka-wrapper #os-gxr-nasze-zielone-zobowiazania {
    position: relative;
    left: 0%;
    top: 30px;
    margin-left: 0;
    margin: 0 auto; } }
@media (max-width: 1450px) {
  #os-gxr-zielona-fabryka-wrapper #os-gxr-zielona-fabryka-img-1 {
    display: none; }
  #os-gxr-zielona-fabryka-wrapper #os-gxr-zielona-fabryka-box {
    width: calc(100% - 60px);
    max-width: 100%;
    height: auto;
    position: relative;
    left: 0%;
    top: 0px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px; }
  #os-gxr-zielona-fabryka-wrapper #os-gxr-nasze-zielone-zobowiazania {
    width: calc(100% - 60px);
    max-width: 100%;
    height: auto;
    margin-left: 30px;
    margin-right: 30px; } }
@media (max-width: 1150px) {
  #os-gxr-zielona-fabryka-wrapper #os-gxr-nasze-zielone-zobowiazania #os-gxr-nasze-zielone-zobowiazania-title {
    margin-bottom: 30px; }
  #os-gxr-zielona-fabryka-wrapper #os-gxr-nasze-zielone-zobowiazania .os-gxr-nasze-zielone-zobowiazania-col {
    width: 100%;
    margin-top: 0; }
    #os-gxr-zielona-fabryka-wrapper #os-gxr-nasze-zielone-zobowiazania .os-gxr-nasze-zielone-zobowiazania-col .os-gxr-nasze-zielone-zobowiazania-pos {
      width: 100%;
      margin-bottom: 60px; } }
@media (max-width: 859px) {
  #os-gxr-zielona-fabryka-wrapper #os-gxr-video-thumb #os-gxr-video-thumb-wrapper {
    margin: 0 auto;
    height: auto;
    width: 100%; }
    #os-gxr-zielona-fabryka-wrapper #os-gxr-video-thumb #os-gxr-video-thumb-wrapper #os-gxr-video-rings {
      margin-top: -1760px; }
  #os-gxr-zielona-fabryka-wrapper #os-gxr-nasze-zielone-zobowiazania .os-gxr-nasze-zielone-zobowiazania-col .os-gxr-nasze-zielone-zobowiazania-pos {
    margin-bottom: 30px; } }
@media (max-width: 1200px) {
  .os-gxr-slider-pos {
    margin-bottom: 12px; }

  .os-gxr-ekologia-title {
    font-size: 40px; } }
@media (max-width: 991px) {
  .os-gxr-ekologia-title {
    font-size: 36px;
    margin-top: 40px; }

  .os-gxr-eko-content, .os-gxr-nasze-zielone-zobowiazania-pos {
    font-size: 17px; } }
@media (max-width: 767px) {
  .os-gxr-ekologia-title {
    font-size: 32px;
    margin-bottom: 30px; }

  .os-gxr-eko-content, .os-gxr-nasze-zielone-zobowiazania-pos {
    font-size: 16px; } }
@media (max-width: 500px) {
  .os-gxr-ekologia-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px; }

  .os-gxr-eko-content, .os-gxr-nasze-zielone-zobowiazania-pos {
    font-size: 14px; } }
@media (max-width: 991px) {
  #os-gxr-header #os-gxr-rossmann-logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -90px; }
  #os-gxr-header #os-gxr-logo {
    width: 113px;
    margin-bottom: 19px; }
  #os-gxr-header p {
    width: 100%;
    line-height: 140%;
    color: #064E2D;
    font-size: 20px;
    background-color: transparent;
    font-weight: 700;
    height: auto;
    margin-bottom: 28px; }

  #os-gxr-slider-ext-nav {
    margin-top: 0; }

  .os-gxr-slider-pos {
    width: 100%;
    max-width: 341px;
    height: 142px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: 0 !important;
    margin-bottom: 12px; }
    .os-gxr-slider-pos .os-gx-slider-pos-img {
      display: none; }
    .os-gxr-slider-pos span {
      padding-top: 22px;
      padding-bottom: 21px;
      height: auto;
      font-size: 20px;
      font-weight: 400;
      color: white;
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.36); }
      .os-gxr-slider-pos span br {
        display: none; }
    .os-gxr-slider-pos a {
      border-radius: 10px; }

  .os-gxr-slider-pos.active a {
    border: 0 !important; }

  #os-gx-slider-pos-naturalnosc {
    background-image: url(../img/nav_bg_1.png);
    /*
    		background-image: none;
    		background-color: #075639;
    */ }
    #os-gx-slider-pos-naturalnosc a {
      width: 168px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      background: transparent;
      display: inline-block;
      border: 2px solid white;
      color: #FBC22D;
      background: white; }

  #os-gx-slider-pos-skutecznosc {
    background-image: url(../img/nav_bg_2.png);
    /*
    		background-image: none;
    		background-color: #075639;
    */ }
    #os-gx-slider-pos-skutecznosc a {
      width: 168px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      background: transparent;
      display: inline-block;
      border: 2px solid white;
      color: #FA8924;
      background: white; }

  #os-gx-slider-pos-zrownowazony-rozwoj {
    background-image: url(../img/nav_bg_3.png);
    /*
    		background-image: none;
    		background-color: #075639;
    */ }
    #os-gx-slider-pos-zrownowazony-rozwoj a {
      width: 168px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      background: transparent;
      display: inline-block;
      border: 2px solid white;
      color: #3CAF8A;
      background: white; }

  #os-gx-slider-pos-naturalnosc.os-gxr-slider-pos.active a, #os-gx-slider-pos-skutecznosc.os-gxr-slider-pos.active a, #os-gx-slider-pos-zrownowazony-rozwoj.os-gxr-slider-pos.active a {
    color: white;
    background-color: transparent;
    border: 2px solid white !important; }

  .os-gxr-slider-pos span {
    text-shadow: 2px 2px #075639; }

  #os-proc-mniej-zlamanych-wlosow {
    display: none; } }
@media (max-width: 1320px) {
  #os-gxr-main-slider-wrapper .bx-controls {
    width: 100%;
    left: 0%;
    margin-left: 0px; }

  #os-gxr-main-slider-wrapper .bx-prev {
    margin-left: 20px;
    left: 0; }

  #os-gxr-main-slider-wrapper .bx-next {
    left: inherit;
    right: 0;
    margin-right: 20px; }

  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box {
    width: 100%;
    max-width: 1292px;
    height: auto;
    display: inline-block; }
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: inline-block; }
  #os-gxr-slide-naturalnosc .os-gxr-slide-1-product .os-gxr-slide-1-product-wrapper {
    width: 100%;
    max-width: 1300px;
    height: auto;
    min-height: 440px; }
    #os-gxr-slide-naturalnosc .os-gxr-slide-1-product .os-gxr-slide-1-product-wrapper .os-gxr-slide-1-product-column {
      float: none;
      margin: 0 auto;
      text-align: left;
      width: 100%;
      max-width: 600px;
      position: relative;
      left: 50px; }
    #os-gxr-slide-naturalnosc .os-gxr-slide-1-product .os-gxr-slide-1-product-wrapper .os-gxr-slide-1-arrow {
      position: relative;
      top: 0; }
    #os-gxr-slide-naturalnosc .os-gxr-slide-1-product .os-gxr-slide-1-product-wrapper .os-gxr-slide-1-product-img {
      float: none;
      margin: 0 auto; }

  #os-gxr-slide-naturalnosc2 .os-gxr-slide-2-product-box {
    width: 100%;
    max-width: 1292px;
    height: auto;
    display: inline-block; }
    #os-gxr-slide-naturalnosc2 .os-gxr-slide-2-product-box .os-gxr-slide-2-product-img {
      float: none;
      margin: 0 auto; }
    #os-gxr-slide-naturalnosc2 .os-gxr-slide-2-product-box .os-gxr-slide-2-product-content {
      float: none;
      margin: 0 auto;
      text-align: left;
      width: 100%;
      max-width: 600px;
      position: relative;
      left: 50px; }

  .os-gxr-slide-2-product-box.os-gxr-right .os-gxr-slide-2-product-name {
    margin-left: -500px; }

  .os-gxr-slide-2-product-name {
    margin-left: 10px; }

  #os-gxr-slide-3-main-box {
    width: 100%;
    max-width: 1292px;
    height: auto;
    display: inline-block; }
    #os-gxr-slide-3-main-box #os-gxr-slide-3-main-box-wrapper {
      width: 100%;
      max-width: 960px;
      height: auto;
      display: inline-block; }

  #os-gxr-slide-3-papaya-wrapper {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px; }
    #os-gxr-slide-3-papaya-wrapper #os-gxr-slide-3-papaya-product-img {
      float: none;
      position: relative;
      margin-left: 0;
      margin: 0 auto;
      left: inherit;
      margin-top: 30px;
      margin-bottom: 30px; }
    #os-gxr-slide-3-papaya-wrapper #os-gxr-papaya-list {
      position: relative;
      left: inherit;
      margin-left: 0;
      margin: 0 auto;
      top: 0; }

  #os-gxr-papaya-disclaimer {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 50px auto;
    display: inline-block; }
    #os-gxr-papaya-disclaimer .os-gxr-papaya-disclaimer-box {
      display: inline-block;
      float: none;
      margin-bottom: 50px;
      height: 190px; }

  .os-gxr-papaya-disclaimer-star {
    font-size: 82px;
    margin-top: -23px; } }
@media (max-width: 991px) {
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper img {
    margin: 0 auto;
    float: none;
    display: block; }
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div {
    width: 100%; }

  #os-gxr-slide-3-main-box #os-gxr-slide-3-main-box-wrapper svg {
    float: none; }

  #os-gxr-slide-3-papaya-wrapper {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px; }
    #os-gxr-slide-3-papaya-wrapper #os-gxr-slide-3-papaya-product-img {
      float: none;
      position: relative;
      margin-left: 0;
      margin: 0 auto;
      left: inherit;
      margin-top: 30px;
      margin-bottom: 30px; }
    #os-gxr-slide-3-papaya-wrapper #os-gxr-papaya-list {
      position: relative;
      left: inherit;
      margin-left: 0;
      margin: 0 auto;
      top: 0;
      /*
      			width: 100%;
      			max-width: 800px;
      */ }
      #os-gxr-slide-3-papaya-wrapper #os-gxr-papaya-list .os-gxr-papaya-list-pos div {
        font-size: 40px;
        height: 58px;
        line-height: 58px; }

  #os-gxr-papaya-disclaimer {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 50px auto;
    display: inline-block; }
    #os-gxr-papaya-disclaimer .os-gxr-papaya-disclaimer-box {
      display: inline-block;
      float: none;
      margin-bottom: 50px;
      height: 190px; }

  .os-gxr-papaya-disclaimer-star {
    font-size: 82px;
    margin-top: -23px; } }
@media (max-width: 767px) {
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper img {
    margin: 0 auto;
    float: none;
    display: block;
    width: 30%; }
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div {
    width: calc(100% - 90px);
    margin-left: 45px;
    margin-right: 45px; }
    #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div .os-gxr-slide-1-title {
      text-align: center; }
      #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div .os-gxr-slide-1-title svg {
        width: 70%;
        float: none;
        display: inline-block;
        margin: 0 auto; }
    #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div .os-gxr-slide-1-subtitle {
      margin-top: 0;
      display: inline-block;
      width: 100%;
      font-size: 20px; }
      #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div .os-gxr-slide-1-subtitle br {
        display: none; }

  #os-gxr-slide-naturalnosc2 .os-gxr-slide-2-product-box .os-gxr-slide-2-product-img {
    float: none;
    margin: 0 auto; }
  #os-gxr-slide-naturalnosc2 .os-gxr-slide-2-product-box .os-gxr-slide-2-product-content {
    float: none;
    margin: 0 auto;
    text-align: left;
    width: calc(100% - 60px);
    max-width: 600px;
    position: relative;
    left: 0px;
    margin-left: 30px;
    margin-right: 30px; }

  .os-gxr-slide-2-product-box {
    margin-bottom: 20px; }

  #os-gxr-slide-2-footer {
    font-size: 30px; }

  #os-gxr-sprawdz-na-swoich-wlosach {
    background-color: #56b335;
    font-size: 18px;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
    line-height: 50px; }
    #os-gxr-sprawdz-na-swoich-wlosach svg {
      display: none; }

  #os-gxr-papaya-disclaimer {
    margin: 0; }

  #os-gxr-papaya-disclaimer .os-gxr-papaya-disclaimer-box:first-child {
    margin-top: 40px; } }
@media (max-width: 700px) {
  #os-gxr-slide-naturalnosc .os-gxr-slide-1-product .os-gxr-slide-1-product-wrapper .os-gxr-slide-1-product-column {
    left: 0px; } }
@media (max-width: 630px) {
  #os-gxr-slide-naturalnosc .os-gxr-slide-1-product .os-gxr-slide-1-product-wrapper .os-gxr-slide-1-product-column {
    left: 0px;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; }

  #os-gxr-slide-2-footer {
    font-size: 26px; }

  #os-gxr-sprawdz-na-swoich-wlosach {
    font-size: 16px; }
    #os-gxr-sprawdz-na-swoich-wlosach svg {
      display: none; }

  #os-gxr-slide-3-papaya-wrapper #os-gxr-papaya-list {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; } }
@media (max-width: 550px) {
  #os-gxr-slide-3-papaya-wrapper #os-gxr-papaya-list .os-gxr-papaya-list-pos div {
    float: none;
    margin: 0 auto; }

  .os-gxr-papaya-list-pos {
    height: auto; }

  .os-gxr-papaya-list-pos p {
    margin: 0;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px; }

  .os-gxr-papaya-disclaimer-box {
    width: calc(100% - 60px);
    margin-left: 30px !important;
    margin-right: 30px !important; } }
@media (max-width: 500px) {
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper img {
    margin: 0 auto;
    float: none;
    display: block;
    width: 30%; }
  #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div {
    width: calc(100% - 90px);
    margin-left: 45px;
    margin-right: 45px; }
    #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div .os-gxr-slide-1-title svg {
      width: 70%; }
    #os-gxr-slide-naturalnosc #os-gxr-slide-1-main-box-wrapper div .os-gxr-slide-1-subtitle {
      margin-top: 0;
      display: inline-block;
      width: 100%;
      font-size: 18px; } }
@media (max-width: 1320px) {
  .os-gxr-slider-pos {
    margin-bottom: 30px; } }
@media (max-width: 1200px) {
  #os-gxr-slide-1-lead {
    		/*
    font-size: 38px;
    		text-align: center;
    		margin-top: 120px;
    		margin-bottom: 100px;
    */ }

  .os-gxr-slide-1-product-column p {
    font-size: 40px; }

  .os-gxr-slide-1-product-column p span {
    font-size: 64px; }

  .os-gxr-slide-1-product-column > span {
    font-size: 24px; }

  #os-gxr-slide-2-main-box-wrapper {
    margin-left: 100px;
    width: calc(100% - 100px); }

  #os-gxr-slide-2-main-box {
    max-width: 1292px;
    width: 100%; } }
@media (max-width: 1100px) {
  #os-gxr-slide-2-img {
    display: none; }

  #os-gxr-slide-2-main-box-wrapper {
    margin-left: 0px; }

  #os-gxr-slide-2-main-box-content {
    width: 100%; } }
@media (max-width: 991px) {
  #os-gxr-slide-1-lead {
    font-size: 34px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 80px; }

  .os-gxr-slide-1-product-column p {
    font-size: 30px;
    margin-top: 30px; }

  .os-gxr-slide-1-product-column p span {
    font-size: 54px; }

  .os-gxr-slide-1-product-column > span {
    font-size: 22px; }

  .os-gxr-slide-2-product-content .os-gxr-slide-2-product-headline {
    font-size: 22px; }
  .os-gxr-slide-2-product-content .os-gxr-slide-2-product-disclaimer {
    font-size: 17px; }

  .os-gxr-slide-3-title {
    font-size: 28px; }

  .os-gxr-slide-3-subtitle {
    font-size: 22px; } }
@media (max-width: 767px) {
  .os-gxr-slide-1-product {
    margin-bottom: 70px; }

  #os-gxr-slide-1-lead {
    font-size: 30px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 60px; }
    #os-gxr-slide-1-lead img {
      width: 80%; }

  .os-gxr-slide-1-product-column p {
    font-size: 26px;
    margin-top: 20px; }

  .os-gxr-slide-1-product-column p span {
    font-size: 44px; }

  .os-gxr-slide-1-product-column > span {
    font-size: 20px; }

  #os-gxr-slide-3-main-box-wrapper {
    padding-top: 0; }

  #os-gxr-slide-3-main-box-wrapper div {
    padding-top: 0;
    max-width: 550px;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; }

  .os-gxr-slide-2-product-content .os-gxr-slide-2-product-headline {
    font-size: 20px; }
  .os-gxr-slide-2-product-content .os-gxr-slide-2-product-disclaimer {
    font-size: 16px; }

  #os-gxr-slide-2-main-box {
    height: auto;
    min-height: 400px;
    display: inline-block; }

  #os-gxr-slide-2-main-box-content p:first-child {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 15px; }

  #os-gxr-slide-2-main-box-content p:nth-child(2) {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px; }

  #os-gxr-slide-2-main-box-content p:nth-child(3) {
    font-size: 20px; }

  #os-gxr-slide-2-main-box-content div {
    height: auto;
    line-height: 120%;
    padding-top: 10px;
    padding-bottom: 10px; }

  #os-gxr-slide-3-main-box-wrapper svg {
    width: 30%; }

  .os-gxr-slide-3-title {
    font-size: 26px; }

  .os-gxr-slide-3-subtitle {
    font-size: 20px;
    line-height: 150%; } }
@media (max-width: 620px) {
  #os-gxr-slide-2-main-box-wrapper {
    width: 100%; }

  #os-gxr-slide-2-main-box-content {
    width: 90%; }

  .os-gxr-slide-3-title {
    font-size: 26px; }

  .os-gxr-slide-3-subtitle {
    font-size: 18px;
    line-height: 130%; } }
@media (max-width: 500px) {
  .os-gxr-slide-1-product {
    margin-bottom: 50px; }

  #os-gxr-slide-1-lead {
    font-size: 26px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px; }

  .os-gxr-slide-1-product-column p {
    font-size: 22px;
    margin-top: 0; }

  .os-gxr-slide-1-product-column p span {
    font-size: 30px; }

  .os-gxr-slide-1-product-column > span {
    font-size: 18px; }

  .os-gxr-slide-2-product-content .os-gxr-slide-2-product-headline {
    font-size: 18px; }
  .os-gxr-slide-2-product-content .os-gxr-slide-2-product-disclaimer {
    font-size: 15px; }

  .os-gxr-slide-3-title {
    font-size: 24px; }

  .os-gxr-slide-3-subtitle {
    font-size: 16px; } }
@media (max-width: 1250px) {
  #os-gxr-rossmann-logo {
    top: 30px;
    margin-left: -90px; } }
@media (max-width: 1320px) {
  #os-gxr-zielone-opakowania-wrapper {
    height: auto; }

  #os-gxr-zielone-opakowania-img {
    display: none; }

  #os-gxr-zielone-opakowania-col {
    width: calc(100% - 60px);
    max-width: 1250px;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    text-align: left;
    left: 0; }
    #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-box {
      width: 100%;
      max-width: 100%; }
      #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-box .procent-box {
        width: 100%; }
        #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-box .procent-box > div {
          width: 100%;
          max-width: 100%; }
          #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-box .procent-box > div p br {
            display: none; }

  .os-gxr-zielone-opakowania-green-line-3 {
    display: inline-block; } }
@media (max-width: 1140px) {
  #os-gxr-zielone-opakowania-wrapper #os-gxr-zielone-opakowania-col #os-gxr-zielone-opakowania-box {
    width: 100%; } }
@media (max-width: 991px) {
  #os-gxr-zielone-opakowania-box .procent-box > div p,
  #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 #os-gxr-nowe-formuly-box-2,
  #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-box-right ul li {
    font-size: 17px; }

  #os-gxr-zielone-opakowania-box .os-gxr-ekologia-title-2, #os-gxr-zielone-opakowania-box .procent-box > div span {
    font-size: 30px; } }
@media (max-width: 767px) {
  #os-gxr-zielone-opakowania-box .procent-box > div p,
  #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 #os-gxr-nowe-formuly-box-2,
  #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-box-right ul li {
    font-size: 16px; }

  #os-gxr-zielone-opakowania-box .os-gxr-ekologia-title-2, #os-gxr-zielone-opakowania-box .procent-box > div span {
    font-size: 28px; }

  .os-gxr-zielone-opakowania-green-line-3 {
    margin-top: 30px;
    margin-bottom: 30px; } }
@media (max-width: 620px) {
  #os-gxr-zielone-opakowania-box .procent-box > div p,
  #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 #os-gxr-nowe-formuly-box-2,
  #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-box-right ul li {
    font-size: 15px; }

  #os-gxr-zielone-opakowania-box .os-gxr-ekologia-title-2, #os-gxr-zielone-opakowania-box .procent-box > div span {
    font-size: 26px; }

  .os-gxr-zielone-opakowania-green-line-3 {
    margin-top: 20px;
    margin-bottom: 20px; } }
@media (max-width: 500px) {
  #os-gxr-zielone-opakowania-box .procent-box > div p,
  #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 #os-gxr-nowe-formuly-box-2,
  #os-gxr-nowe-formuly-wrapper #os-gxr-nowe-formuly-box-right ul li {
    font-size: 14px; }

  #os-gxr-zielone-opakowania-box .os-gxr-ekologia-title-2, #os-gxr-zielone-opakowania-box .procent-box > div span {
    font-size: 22px; } }
@media (max-width: 1320px) {
  #os-gxr-nowe-formuly-wrapper-2 {
    height: auto;
    text-align: center; }
    #os-gxr-nowe-formuly-wrapper-2 #os-gxr-nowe-formuly-col-2 {
      width: calc(100% - 60px);
      max-width: 1250px;
      display: inline-block;
      text-align: left;
      margin: 0 auto; } }

/*# sourceMappingURL=2v2.css.map */
