/* Scss Document */
/* CSS Document */
body {
  width: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
}

.hide {
  display: none;
}

#cookies-message p {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  color: #fff;
}

#email-error {
  font-family: "Open sans", sans-serif;
}

#accept-cookies-checkbox {
  font-family: "Open sans", sans-serif;
  font-size: 14px;
  color: #000;
  background: #fff;
  transition: all 0.2s ease-in;
}

.side-wrapper {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.content-wrapper {
  width: 90%;
  margin: 0 auto;
}

.btn {
  display: block;
  background: #f39200;
  border-radius: 10px;
  padding: 10px 0;
  max-width: 180px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  box-sizing: border-box;
  cursor: pointer;
}

sup {
  vertical-align: super !important;
  font-size: 0.63em !important;
}

label#email-error.error {
  color: red;
  font-size: 16px;
  line-height: 26px;
  margin-top: -20px;
  margin-bottom: 10px;
  display: block;
}

/* MOBILE NAV */
#mobile {
  overflow: hidden;
}

#menu_link {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2%;
  top: 5px;
  z-index: 5;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

#menu_link span:first-child {
  margin-top: 13px;
}

#menu_link span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #39301b;
  margin: 4px auto 3px;
  transition: all 0.3s ease-in;
}

/* CSS Document */
/* CSS Document */
/* Header - menu */
html,
body {
  height: 100%;
}

#up {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../img/up-ico.png) no-repeat;
  background-size: contain;
  position: fixed;
  right: 5%;
  bottom: 5%;
  cursor: pointer;
  z-index: 1000;
}

#top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  border-bottom: 4px solid #f39200;
  color: #58595B;
  z-index: 1000;
}
#top .content-wrapper {
  width: 100%;
}
#top .logo-border {
  border-bottom: 4px solid #f39200;
  border-left: 4px solid #f39200;
  border-right: 4px solid #f39200;
  height: 28px;
  border-radius: 0 0 10px 10px;
  width: 200px;
  position: relative;
  background: #fff;
  top: 70px;
  z-index: 1;
}
#top #logo {
  width: 208px;
  height: 70px;
  position: absolute;
}
#top #logo img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto auto 0 auto;
  display: block;
  max-width: 140px;
  z-index: 2;
}
#top #mobile {
  display: none;
}
#top #menu {
  text-align: right;
  display: block;
}
#top #menu ul {
  float: right;
}
#top #menu ul .current-menu-item a {
  color: #f39200;
}
#top #menu ul .lang {
  cursor: pointer;
}
#top #menu ul .lang a {
  color: #f39200;
  font-weight: 500;
}
#top #menu ul .lang a:hover {
  color: #58595B;
}
#top #menu ul .lang ul {
  display: none;
  width: 100%;
}
#top #menu ul .lang:hover ul {
  display: block;
}
#top #menu ul .active a {
  color: #f39200;
}
#top #menu ul li {
  display: block;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
#top #menu ul li a {
  color: #58595B;
  font-weight: 500;
}
#top #menu ul li a:hover {
  color: #f39200;
}
#top #menu ul li:hover ul {
  display: block;
}
#top #menu ul li ul {
  position: absolute;
  width: 300px;
  padding-right: 30px;
  left: 0;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  border-bottom: 4px solid #f39200;
  border-left: 4px solid #f39200;
  border-right: 4px solid #f39200;
  float: none;
}
#top #menu ul li ul li {
  cursor: pointer;
  margin: 20px 0;
  padding: 0 16px;
  line-height: 1.2;
  text-align: left;
}

/* CSS Document */
/* CSS Document */
/* HEADER - HOME*/
#header.home {
  background-repeat: no-repeat;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: 850px;
  /* Animacje */
  /* END Animacje */
}
#header.home .side-wrapper {
  height: 100%;
  overflow: hidden;
}
#header.home .content-wrapper {
  position: relative;
  height: 100%;
  float: left;
}
#header.home .header-text {
  margin-top: 25%;
  padding-right: 400px;
  box-sizing: border-box;
  line-height: 1.2;
}
#header.home h1 {
  font-size: 58.5px;
  font-weight: 500;
  color: #58595B;
  position: relative;
  z-index: 100;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 2px 1px 0px, rgb(255, 255, 255) 1px 2px 0px, rgb(255, 255, 255) 0px 2px 0px, rgb(255, 255, 255) 0px 2px 0px, rgb(255, 255, 255) -1px 2px 0px, rgb(255, 255, 255) -2px 2px 0px, rgb(255, 255, 255) -2px 1px 0px, rgb(255, 255, 255) -2px 0px 0px, rgb(255, 255, 255) -2px 0px 0px, rgb(255, 255, 255) -2px -1px 0px, rgb(255, 255, 255) -1px -2px 0px, rgb(255, 255, 255) -1px -2px 0px, rgb(255, 255, 255) 0px -3px 0px, rgb(255, 255, 255) 0px -2px 0px, rgb(255, 255, 255) 1px -2px 0px, rgb(255, 255, 255) 2px -1px 0px, rgb(255, 255, 255) 2px 0px 0px;
  line-height: 1.2;
}
#header.home p {
  font-size: 32.5px;
  font-weight: 500;
  margin-top: 30px;
  color: #58595B;
  position: relative;
  z-index: 100;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 1px 1px 0px, rgb(255, 255, 255) 0px 2px 0px, rgb(255, 255, 255) 0px 1px 0px, rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) -1px 0px 0px, rgb(255, 255, 255) -1px 0px 0px, rgb(255, 255, 255) -1px -1px 0px, rgb(255, 255, 255) 0px -1px 0px, rgb(255, 255, 255) 0px -1px 0px, rgb(255, 255, 255) 1px -1px 0px, rgb(255, 255, 255) 1px 0px 0px;
}
#header.home .header-packshot {
  display: block;
  width: 100%;
}
#header.home #curtain {
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 132px;
  height: 100%;
  width: 100%;
  background: rgb(59, 169, 53);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(59, 169, 53)), color-stop(100%, rgb(243, 146, 0)));
  background: linear-gradient(135deg, rgb(59, 169, 53) 0%, rgb(243, 146, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3ba935", endColorstr="#f39200", GradientType=1 );
  opacity: 0.7;
}
#header.home .header-bottom {
  background: #f3f3f3;
  height: 132px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /*		.mouse-scroll{
  	margin: 20px auto 0;
  }*/
}
@keyframes scroll-mouse-animation {
  0% {
    top: 8px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 8px;
  }
}
#header.home .mouse-scroll {
  display: block;
  height: 60px;
  width: 35px;
  border: 4px solid #b0b0b0;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
  margin: 20px auto 0;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
#header.home .mouse-scroll:hover {
  border-color: #808080;
}
#header.home .mouse-scroll:hover .scroll-animation {
  background: #808080;
}
#header.home .mouse-scroll .scroll-animation {
  height: 12px;
  width: 5px;
  background: #b0b0b0;
  border-radius: 35%;
  border: 1px solid #f3f3f3;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in;
  animation-name: scroll-mouse-animation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll-mouse-animation;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
}
#header.home .scroll-info {
  display: block;
  text-align: center;
  color: #b0b0b0;
  margin-top: 15px;
  cursor: pointer;
}
#header.home .scroll-info:hover {
  color: #808080;
}

/* HEADER - HOME END */
/* HEADER - USE*/
#header.use {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 426px;
  margin-top: 70px;
}
#header.use .side-wrapper {
  height: 100%;
}
#header.use .content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
#header.use h1 {
  display: block;
  font-size: 36.5px;
  font-weight: 500;
  text-align: center;
  padding: 17px 0;
  color: #fff;
  background: rgba(243, 146, 0, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 316px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

/* HEADER - USE END */
/* HEADER - SURVEY*/
#header.survey {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 426px;
  margin-top: 70px;
}
#header.survey .side-wrapper {
  height: 100%;
}
#header.survey .content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
#header.survey h1 {
  display: block;
  font-size: 36.5px;
  font-weight: 500;
  text-align: center;
  padding: 17px 0;
  color: #fff;
  background: rgba(243, 146, 0, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 316px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

/* HEADER - SURVEY END */
/* HEADER - CONTACT*/
#header.contact {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 426px;
  margin-top: 70px;
}
#header.contact .side-wrapper {
  height: 100%;
}
#header.contact .content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
#header.contact h1 {
  display: block;
  font-size: 36.5px;
  font-weight: 500;
  text-align: center;
  padding: 17px 0;
  color: #fff;
  background: rgba(243, 146, 0, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 316px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

/* HEADER - CONTACT END */
/* CSS Document */
/* CSS Document */
.position-relative {
  position: relative;
}

#packshot-wrapper-mobile {
  display: none;
  position: absolute;
  top: 200px;
  z-index: 100;
  width: 260px;
  right: 5%;
}

#packshot-wrapper {
  width: 329px;
  position: fixed;
  top: 180px;
  right: 20%;
  z-index: 100;
}

#claim.home {
  overflow: hidden;
  padding-top: 150px;
}
#claim.home .box-1 {
  height: 750px;
  overflow: hidden;
}
#claim.home .box-1 h2 {
  font-size: 41px;
  font-weight: 500;
  color: #58595B;
  margin-top: 30%;
}
#claim.home .box-2 {
  height: 650px;
  overflow: hidden;
}
#claim.home .box-2 .content-wrapper {
  box-sizing: border-box;
  margin-top: 100px;
}
#claim.home .box-2 ul {
  max-width: 600px;
  list-style: none;
}
#claim.home .box-2 ul li {
  margin: 25px 0;
  font-size: 20px;
  line-height: 1.4;
  color: #39301b;
  background-image: url(../img/punktor.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: left center;
  padding-left: 50px;
  min-height: 25px;
}
#claim.home .box-2 .attribute.leaf {
  background: url(../img/leaf-ico.jpg) no-repeat;
  background-size: 87px 147px;
  background-position: left center;
  min-height: 147px;
}
#claim.home .box-2 .attribute.bottle {
  background: url(../img/bottle-ico.jpg) no-repeat;
  background-size: 89px 150px;
  background-position: left center;
  min-height: 147px;
}
#claim.home .box-2 .attribute {
  padding-left: 150px;
  margin: 100px 0 0;
  max-width: 400px;
}
#claim.home .box-2 .attribute .title {
  color: #f39200;
  font-size: 28.8px;
  font-weight: 500;
  margin-bottom: 30px;
}
#claim.home .box-2 .attribute .desc {
  color: #58595B;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.box-image-info {
  padding: 150px 0;
  background-image: url(../img/background/box-info-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.box-image-info .side-wrapper {
  position: relative;
  min-height: 300px;
}
.box-image-info .title {
  margin: 0 auto;
  position: absolute;
  color: #fff;
  font-size: 36.5px;
  line-height: 1.2;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  max-width: 350px;
  text-shadow: 2px 2px 6px rgb(66, 68, 90);
}
.box-image-info .title.right {
  text-align: right;
  right: 10%;
}
.box-image-info .title.left {
  text-align: left;
  left: 10%;
}

#about.home {
  padding: 100px 0 100px;
  background: #f3f3f3;
}
#about.home .box {
  overflow: hidden;
}
#about.home .side-wrapper {
  overflow: hidden;
  width: 90%;
}
#about.home .content-wrapper {
  overflow: hidden;
}
#about.home .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
}
#about.home .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
}
#about.home .left {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
#about.home .left .tech-info {
  background-color: #f39200;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 300;
  border-radius: 10px;
  margin-top: 40px;
}
#about.home .left .tech-info .tech-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
#about.home .left .btn {
  margin-top: 30px;
}
#about.home .right {
  float: right;
  width: 50%;
}
#about.home .right video {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
#about.home .right .image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#about.home .right .image-wrapper img {
  width: 100%;
  height: auto;
}

#usage.home {
  padding: 100px 0 50px;
}
#usage.home .side-wrapper {
  overflow: hidden;
  width: 90%;
}
#usage.home .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
  max-width: 750px;
  margin: 0 auto 80px;
  line-height: 1.2;
}
#usage.home .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}
#usage.home .item-wrapper {
  text-align: center;
}
#usage.home .item-wrapper .item {
  display: inline-block;
  width: 180px;
  margin: 20px;
  max-width: 80%;
  font-size: 20px;
  font-weight: 500;
  color: #58595B;
  line-height: 1.2;
  vertical-align: top;
}
#usage.home .item-wrapper .item .image-wrapper {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto 40px;
  border: 6px solid #f39200;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#composition.home {
  background: #f3f3f3;
  padding: 100px 0;
  overflow: hidden;
}
#composition.home .content-wrapper {
  overflow: hidden;
}
#composition.home .right {
  width: 50%;
  left: 50%;
  margin-left: 0;
  position: relative;
}
#composition.home .right .image-wrapper {
  width: 100%;
}
#composition.home .right .image-wrapper img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}
#composition.home .left {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 45%;
  max-width: 600px;
}
#composition.home .left .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}
#composition.home .left .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
  margin-bottom: 30px;
}

#technology.home {
  padding: 70px 0;
}
#technology.home .side-wrapper {
  overflow: hidden;
  max-width: 850px;
  text-align: center;
}
#technology.home .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
  line-height: 1.2;
}
#technology.home .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
}
#technology.home video {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#technology.home .image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#technology.home .image-wrapper img {
  width: 100%;
  height: auto;
}
#technology.home .logo {
  width: 60%;
  height: auto;
  margin: 0 auto 50px;
  display: block;
  max-width: 200px;
}
#technology.home .left {
  width: 50%;
  float: left;
}
#technology.home .right {
  width: 50%;
  float: right;
}
#technology.home .right video {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#technology.home .right .image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#technology.home .right .image-wrapper img {
  width: 100%;
  height: auto;
}
#technology.home .item-wrapper {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
  font-weight: 300;
  margin-top: 50px;
}
#technology.home .item-wrapper .item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
#technology.home .item-wrapper .item img {
  display: block;
  width: 90%;
  max-width: 450px;
  height: auto;
  margin: 0 auto 30px;
  border-radius: 15px;
}
#technology.home .item-wrapper .item span {
  font-size: 22.7px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
#technology.home .item-wrapper .item p {
  max-width: 90%;
  margin: 0 auto;
}
#technology.home .item-wrapper .item span.color {
  color: #f39200;
}

#use.home {
  background: #f3f3f3;
  padding: 100px 0 20px;
  margin-top: 50px;
}
#use.home .side-wrapper {
  overflow: hidden;
  text-align: center;
}
#use.home .content-wrapper {
  overflow: hidden;
}
#use.home .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-top: 20px;
  max-width: 850px;
  margin: 0 auto 40px;
}
#use.home .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
  max-width: 850px;
  margin: 0 auto 30px;
}
#use.home .item-wrapper {
  text-align: center;
}
#use.home .item-wrapper .item {
  display: inline-block;
  width: 200px;
  margin: 20px;
  max-width: 80%;
  font-size: 20px;
  font-weight: 500;
  color: #58595B;
  line-height: 1.2;
  vertical-align: top;
}
#use.home .item-wrapper .item .image-wrapper {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto 40px;
  background: rgb(59, 169, 53);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(59, 169, 53)), color-stop(100%, rgb(9, 145, 107)));
  background: linear-gradient(135deg, rgb(59, 169, 53) 0%, rgb(9, 145, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3ba935", endColorstr="#09916b", GradientType=1 );
}
#use.home .item-wrapper .item .image-wrapper .icon {
  width: 100%;
  height: 100%;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
}
#use.home .btn {
  margin: 50px auto;
}

#properties {
  overflow: hidden;
}
#properties .left {
  float: left;
  width: 50%;
  position: relative;
}
#properties .left .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 130px;
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
#properties .left ul {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  list-style: none;
  margin-top: 50px;
}
#properties .left ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  min-height: 100px;
}
#properties .left ul li p {
  position: absolute;
  bottom: 10px;
  width: 80%;
}
#properties .left ul li img {
  position: absolute;
  z-index: 1;
}
#properties .left ul li .border {
  height: 4px;
  background: #ccc;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#properties .left ul .item-1 {
  position: relative;
}
#properties .left ul .item-1 img {
  right: -229px;
  bottom: -199px;
}
#properties .left ul .item-2 {
  position: relative;
}
#properties .left ul .item-2 img {
  right: -229px;
  bottom: -75px;
}
#properties .left ul .item-3 {
  position: relative;
}
#properties .left ul .item-3 img {
  right: -228px;
  bottom: 0px;
}
#properties .left ul .item-4 {
  position: relative;
}
#properties .left ul .item-4 img {
  right: -231px;
  bottom: -1px;
}
#properties .right {
  float: right;
  background: #f3f3f3;
  width: 50%;
  box-shadow: 0px 0px 250px 0px rgba(115, 115, 115, 0.19) inset;
  height: 846px;
}
#properties .right img {
  position: relative;
  z-index: 2;
  max-width: 530px;
}

#benefits.home {
  padding: 100px 0;
  overflow: hidden;
}
#benefits.home .content-wrapper {
  overflow: hidden;
}
#benefits.home .right {
  width: 50%;
  position: relative;
  left: 50%;
  margin-left: 0;
}
#benefits.home .right .image-wrapper {
  width: 100%;
}
#benefits.home .right .image-wrapper img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}
#benefits.home .left {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 45%;
  max-width: 600px;
}
#benefits.home .left .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}
#benefits.home .left .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
  margin-bottom: 30px;
}

/* CSS Document */
/* CSS Document */
#use.use {
  position: relative;
}
#use.use .use-bg-image-container {
  width: 100%;
  height: 100%;
  background-image: url(../img/roslinka.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#use.use .side-wrapper {
  overflow: hidden;
}
#use.use .left {
  width: 45%;
  float: left;
}
#use.use .left .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
}
#use.use .left .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
}
#use.use .right {
  float: right;
  width: 50%;
}
#use.use .right .image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#use.use .right .image-wrapper img {
  width: 100%;
  height: auto;
}
#use.use .right img {
  display: block;
  margin: auto;
}
#use.use .right video {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
#use.use .box {
  padding: 150px 0 250px;
  position: relative;
  z-index: 2;
}
#use.use .box.grey {
  background: #f3f3f3;
  clear: both;
  padding: 60px 0;
  height: 350px;
}
#use.use .box.grey .side-wrapper, #use.use .box.grey .content-wrapper {
  height: 100%;
}
#use.use .box.grey .left {
  height: 100%;
  position: relative;
}
#use.use .box.grey .left .use-desc-content {
  font-size: 32.4px;
  color: #58595B;
  font-weight: 700;
  position: absolute;
  right: 5%;
  width: 90%;
}
#use.use .box.grey .left .use-desc-content .line {
  height: 1px;
  background: #58595B;
  position: absolute;
  left: 15%;
  top: 30px;
  width: 40%;
}
#use.use .box.grey .left .use-desc-content p {
  width: 150px;
  margin-left: auto;
  margin-right: 0;
}
#use.use .box.grey .left .use-desc-content.one {
  top: 50px;
}
#use.use .box.grey .left .use-desc-content.two {
  bottom: 35px;
}
#use.use .box.grey .left .image-wrapper {
  position: relative;
  height: 100%;
  width: 90%;
  max-width: 192px;
}
#use.use .box.grey .left .image-wrapper .bottle {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#use.use .box.grey .left .image-wrapper .apimil-in-bottle {
  max-width: 142px;
  position: absolute;
  bottom: 50px;
  left: 22px;
}
#use.use .box.grey .right {
  border-left: 1px solid #f39200;
  box-sizing: border-box;
}
#use.use .box.grey .right .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
  padding: 100px 10%;
}

#use-desc.use {
  padding: 100px 0 0px;
  position: relative;
  background: #fff;
}
#use-desc.use #use-desc-curtain {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 4;
  position: absolute;
  display: none;
}
#use-desc.use .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
}
#use-desc.use .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
}
#use-desc.use img {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
  max-width: 280px;
}
#use-desc.use .item-wrapper {
  padding: 100px 0px;
}
#use-desc.use .item-content-wrapper {
  box-sizing: border-box;
  padding: 50px 50px 50px 0;
}
#use-desc.use .item-advice {
  background: #f39200;
  box-sizing: border-box;
  max-width: 800px;
  margin: 50px auto 20px;
  border-radius: 10px;
  padding: 50px;
}
#use-desc.use .item-advice .title, #use-desc.use .item-advice .desc {
  color: #fff;
}
#use-desc.use .item-advice .title {
  margin: 0 0 20px;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
}
#use-desc.use .item-advice .desc {
  font-size: 18px;
  font-weight: 500;
}
#use-desc.use .item.active:after {
  top: 57px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#use-desc.use .item {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 20px auto;
  background: #D9D9D9;
  box-sizing: border-box;
  border-radius: 10px;
  padding-left: 200px;
  overflow: hidden;
  cursor: pointer;
}
#use-desc.use .item:after {
  content: "";
  border: solid #363e4c;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 47px;
  right: 26px;
  transition: all 0.3s ease-in;
}
#use-desc.use .item .icon-wrapper {
  width: 150px;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgb(59, 169, 53);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(59, 169, 53)), color-stop(100%, rgb(9, 145, 107)));
  background: linear-gradient(135deg, rgb(59, 169, 53) 0%, rgb(9, 145, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3ba935", endColorstr="#09916b", GradientType=1 );
}
#use-desc.use .item .icon-wrapper .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  max-height: 60%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#use-desc.use .item .item-title {
  font-size: 22.7px;
  text-transform: uppercase;
  font-weight: 700;
  color: #58595B;
}
#use-desc.use .item .desc {
  border-top: 1px solid #58595B;
  margin-top: 30px;
}
#use-desc.use .item .recommended {
  color: #f39200;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 20px 0;
}
#use-desc.use .item .recommended strong {
  display: block;
  color: #58595B;
}
#use-desc.use .item ol, #use-desc.use .item ul {
  padding-left: 20px;
}
#use-desc.use .item ol li, #use-desc.use .item ul li {
  margin: 20px 0;
}
#use-desc.use .board {
  width: 100%;
  height: 100px;
  background: #BFBFBF;
  border-bottom: 23px solid #f39200;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

/* CSS Document */
/* CSS Document */
#section-1.survey {
  padding: 100px 0;
}
#section-1.survey .content-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
#section-1.survey .title {
  color: #f39200;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
}
#section-1.survey .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595B;
  font-weight: 300;
}

#section-2.survey {
  background: #f3f3f3;
  padding: 0;
}
#section-2.survey .box .box-bg {
  padding: 70px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#section-2.survey .box .box-bg:after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
#section-2.survey .box .box-bg .box-title {
  position: relative;
  z-index: 2;
  max-width: 50%;
  padding: 50px;
  box-sizing: border-box;
  font-size: 32.4px;
  line-height: 1.2;
  font-weight: 700;
  color: #58595B;
}
#section-2.survey .box .box-bg .box-title span {
  font-size: 20px;
  font-weight: 500;
}
#section-2.survey .box .item-wrapper {
  box-sizing: border-box;
  overflow: hidden;
}
#section-2.survey .box .item-wrapper .item .item-title {
  color: #f39200;
  font-size: 36.5px;
  text-align: center;
  font-weight: 600;
}
#section-2.survey .box .item-wrapper .item {
  padding: 50px;
  background: #fff;
  margin: 20px auto;
  box-sizing: border-box;
}
#section-2.survey .box .item-wrapper .item .title {
  color: #58595B;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
#section-2.survey .box .item-wrapper .item .title span {
  color: #f39200;
  display: block;
  margin-bottom: 10px;
}
#section-2.survey .box .item-wrapper .item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}

/* CSS Document */
/* CSS Document */
#contact-info.contact .box-info {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  min-height: 200px;
}
#contact-info.contact .box-info .title {
  color: #f39200;
  font-size: 28.8px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
  margin-top: 20px;
  max-width: 620px;
}
#contact-info.contact .line-yellow {
  height: 1px;
  width: 100%;
  background: #f39200;
  position: absolute;
  margin-top: -100px;
  z-index: 1;
}
#contact-info.contact .contact-content {
  padding-bottom: 130px;
  overflow: hidden;
}
#contact-info.contact .contact-content .box.address {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #58595B;
  margin-top: 40px;
  line-height: 30px;
}
#contact-info.contact .contact-content .box.address address {
  font-style: normal;
  margin-top: 30px;
}
#contact-info.contact .contact-content .box.address address p:first-child {
  margin-bottom: 20px;
}
#contact-info.contact .contact-content .box.address a {
  color: #58595B;
}
#contact-info.contact .contact-content .box.address a:hover {
  color: #f39200;
}
#contact-info.contact .contact-content .box.contact-info {
  float: left;
  margin-top: 95px;
  margin-left: 10%;
}
#contact-info.contact .contact-content .box.contact-info .title {
  color: #f39200;
  font-size: 28.8px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 100px;
}
#contact-info.contact .contact-content .box.contact-info .contact-info-container {
  background: #f3f3f3;
  border: 1px solid #f39200;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  padding: 40px 30px;
  color: #8d8b89;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}
#contact-info.contact .contact-content .box.contact-info .contact-info-container a {
  color: #8d8b89;
}
#contact-info.contact .contact-content .box.contact-info .contact-info-container a:hover {
  color: #f39200;
}
#contact-info.contact .contact-content .box.contact-info .contact-info-container .icon-container {
  background: #f39200;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 172px;
  height: 50px;
  top: -50px;
  left: -1px;
  position: absolute;
  overflow: hidden;
}
#contact-info.contact .contact-content .box.contact-info .contact-info-container .icon-container .phone-icon {
  float: left;
  width: 50%;
  height: 100%;
  background: url(../img/phone-icon.png) no-repeat;
  background-size: 28px;
  background-position: center;
}
#contact-info.contact .contact-content .box.contact-info .contact-info-container .icon-container .mail-icon {
  float: left;
  width: 50%;
  height: 28px;
  margin-top: 11px;
  background: url(../img/mail-icon.png) no-repeat;
  background-size: 38px 26px;
  background-position: center;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
#contact-info.contact .contact-content .box.buy {
  float: left;
  margin-top: 40px;
  margin-left: 10%;
  position: relative;
}
#contact-info.contact .apimil-wizual {
  width: 280px;
  height: auto;
  position: absolute;
  top: -150px;
  right: -30px;
  z-index: 100;
}
#contact-info.contact .map {
  border-bottom: 4px solid #f39200;
}
#contact-info.contact .map iframe {
  width: 100%;
  height: 500px;
}

/* CSS Document */
/* Section */
.cookies-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 200px;
  padding-bottom: 70px;
  line-height: 1.5;
  position: relative;
}
.cookies-wrapper .side-wrapper {
  width: 78%;
  max-width: 1000px;
}
.cookies-wrapper .side-wrapper strong,
.cookies-wrapper .side-wrapper h3,
.cookies-wrapper .side-wrapper a {
  color: #f39200;
}
.cookies-wrapper .side-wrapper h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.cookies-wrapper .side-wrapper p {
  padding-top: 30px;
}
.cookies-wrapper .side-wrapper ul {
  padding-left: 25px;
  padding-bottom: 10px;
}
.cookies-wrapper .side-wrapper a:hover {
  text-decoration: underline;
}
.cookies-wrapper .back-container {
  margin-top: 50px;
}
.cookies-wrapper .back-container a {
  margin: 0 auto;
  color: white;
}
.cookies-wrapper .back-container a:hover {
  text-decoration: none;
}

.btn-cookies {
  width: 45px;
  height: 45px;
  position: fixed;
  z-index: 99999;
  left: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 14px;
  background-image: url(../../img/settings-icon.png);
  background-color: rgba(0, 0, 0, 0.85);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  padding: 0px;
}

.error-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 120px;
  padding-bottom: 70px;
  line-height: 1.5;
  position: relative;
}
.error-wrapper .side-wrapper {
  width: 78%;
  max-width: 1000px;
  text-align: center;
}
.error-wrapper .side-wrapper strong,
.error-wrapper .side-wrapper h2,
.error-wrapper .side-wrapper a {
  color: #f39200;
}
.error-wrapper .side-wrapper h2 {
  padding-top: 110px;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
}
.error-wrapper .side-wrapper p {
  padding-bottom: 20px;
}
.error-wrapper .side-wrapper a:hover {
  text-decoration: underline;
}

/* CSS Document */
/* CSS Document */
/* Footer */
#footer {
  overflow: hidden;
  clear: both;
  padding: 60px 0 50px;
  min-height: 280px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  border-bottom: 4px solid #f39200;
  background-size: cover;
}
#footer .box {
  float: left;
  width: 33.333%;
}
#footer .box .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 46px;
}
#footer .box .name {
  font-size: 18px;
  font-weight: 500;
}
#footer .box p,
#footer .box a,
#footer .box address {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
#footer .box address {
  margin: 30px 0 45px;
}
#footer .box a {
  transition: all 0.3s ease-in;
}
#footer .box a:hover {
  color: #f39200;
}
#footer .box .current_page_item a {
  color: #f39200;
}
#footer .box.more p {
  font-size: 18px;
  line-height: 32px;
}
#footer .box.menu a {
  display: block;
  font-size: 18px;
  line-height: 32px;
  cursor: pointer;
}
#footer .copyright {
  clear: both;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 70px;
  line-height: 1.2;
}
#footer .copyright a {
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#footer .copyright a:hover {
  color: #f39200;
}

/* CSS Document */
/* Responsive */
@media all and (max-width: 1600px) {
  #header.home .header-text {
    left: 5%;
    position: relative;
  }
  #packshot-wrapper {
    right: 10%;
  }
  #packshot-wrapper #header-packshot {
    width: 100%;
  }
}
@media all and (max-width: 1400px) {
  #header.home {
    height: 650px;
  }
  #header.home h1 {
    font-size: 46.2px;
  }
  #header.home p {
    font-size: 28.8px;
  }
  #header.home .header-text {
    margin-top: 230px;
    padding-right: 300px;
  }
  #packshot-wrapper {
    width: 260px;
    right: 15%;
    top: 130px;
  }
  #packshot-wrapper .bee-1 {
    right: 40px;
  }
  #packshot-wrapper .bee-2 {
    right: 10px;
    top: 80px;
  }
  #packshot-wrapper .header-packshot {
    display: block;
    width: 100%;
  }
  #claim.home {
    padding-top: 130px;
  }
  #claim.home .box-2 {
    height: 530px;
  }
  #claim.home .box-2 .attribute {
    margin-top: 60px;
  }
  #claim.home .box-2 .content-wrapper {
    margin-top: 40px;
  }
}
@media all and (max-width: 1300px) {
  #packshot-wrapper {
    right: 13%;
  }
  #claim.home .box-2 .attribute .title,
  #about.home .left .title,
  #use.home .title,
  #properties .left .title,
  #benefits.home .left .title,
  #use.use .left .title,
  #use-desc.use .title,
  #section-1.survey .title,
  #about.home .title,
  #usage.home .title,
  #composition.home .left .title,
  #technology.home .title,
  .box-image-info .title {
    font-size: 25.6px;
    margin: 20px auto 30px;
    line-height: 1.4;
  }
  #claim.home .box-2 .attribute .desc,
  #about.home .left .desc,
  #use.home .desc,
  #properties .left ul li p,
  #benefits.home .left .desc,
  #use.use .left .desc,
  #use-desc.use .desc,
  #section-1.survey .desc,
  #use.use .box.grey .right .desc,
  #claim.home .box-2 ul li,
  #about.home .desc,
  #composition.home .left .desc,
  #technology.home .desc {
    font-size: 16px;
    line-height: 1.4;
  }
  #properties .left,
  #properties .right {
    height: 700px;
    min-height: 700px;
  }
  #properties .left .title,
  #properties .right .title {
    margin-top: 50px;
  }
  #properties .left {
    padding-top: 100px;
  }
  #properties .left ul {
    margin-top: 0;
  }
  #properties .left ul li p {
    margin-bottom: 20px;
  }
  #properties .right {
    position: relative;
  }
  #properties .right img {
    max-width: 450px;
    width: 90%;
    position: absolute;
    top: 100px;
    left: 0;
    right: 100px;
    bottom: 0;
    margin: auto;
    display: block;
  }
  #contact-info.contact .contact-content .box.contact-info {
    margin-left: 4%;
  }
  #contact-info.contact .contact-content .box.contact-info .contact-info-container {
    font-size: 23px;
  }
}
@media all and (max-width: 1200px) {
  #contact-info.contact .contact-content .box.address {
    display: none;
    overflow: hidden;
  }
  #contact-info.contact .contact-content .box.address .contact-info {
    float: left;
    margin-top: 60px;
  }
  #contact-info.contact .contact-content .box.address address {
    float: left;
    margin-left: 10%;
  }
  #contact-info.contact .contact-content .box.address {
    float: none;
  }
  #contact-info.contact .contact-content .box.contact-info .contact-info-container {
    max-width: 500px;
    width: 60%;
    margin-right: 10%;
    font-size: 20px;
    padding: 50px;
  }
  #contact-info.contact .contact-content .box.contact-info {
    float: none;
    margin-left: 0;
    margin-top: 120px;
  }
  #contact-info.contact .line-yellow {
    margin: 0;
  }
}
@media all and (max-width: 1100px) {
  #header.home {
    background-attachment: inherit;
  }
  #header.home .header-text {
    width: 100%;
  }
  #packshot-wrapper {
    display: none;
  }
  #packshot-wrapper-mobile {
    display: block;
    top: 110px;
  }
  #about.home {
    padding: 50px 0;
  }
  .box-image-info.home {
    padding: 50px 0;
  }
  #use.home .right {
    margin-top: 0;
  }
  #use-desc.use .item {
    max-width: 600px;
  }
  #use-desc.use .item-wrapper {
    padding: 50px 0;
  }
  #use-desc.use .item-content-wrapper {
    padding: 30px 30px 30px 0;
  }
  #use-desc.use .item .item-title {
    font-size: 18px;
  }
  #claim.home .box-1 {
    height: auto;
    overflow: visible;
  }
  #claim.home .box-1 h2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
  }
  #claim.home {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #claim.home .box-2 {
    height: auto;
  }
  #claim.home .box-2 .attribute {
    float: left;
    padding: 0 0 0 15%;
    width: 35%;
    margin: 0;
    max-width: 100%;
  }
  #claim.home .box-2 .content-wrapper {
    margin-top: 0;
    width: 100%;
  }
  #header.use,
  #header.survey,
  #header.contact {
    margin-top: 50px;
    height: 226px;
    background-size: cover;
  }
  #top {
    position: fixed;
    top: 0;
    height: 50px;
  }
  #top .logo-border {
    display: none;
  }
  #top #logo {
    width: auto;
    height: 50px;
  }
  #top #logo img {
    top: 0;
    margin: auto;
  }
  #top #menu {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    overflow: scroll;
    position: fixed;
    top: 54px;
    right: 0;
    width: 20%;
    min-width: 320px;
    height: 90%;
  }
  #top #menu ul {
    margin-right: 20px;
    margin-top: 50px;
    width: auto;
    float: none;
    padding-left: 20px;
  }
  #top #menu ul li {
    float: none;
    line-height: 55px;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
  }
  #top #menu ul li ul {
    display: block;
    position: static;
    border: none;
    padding: 0;
    margin: 0px 0 20px;
    background: none;
    width: 100%;
  }
  #top #menu ul li ul li {
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    border: 0;
    text-align: right;
  }
  #top #menu ul li.lang {
    float: none;
    line-height: 55px;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
  }
  #top #menu ul li.lang ul {
    display: block;
    position: static;
    border: none;
    padding: 0;
    margin: 0px 0 20px;
    background: none;
  }
  #top #menu ul li.lang ul li {
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    border: 0;
  }
  #top #mobile {
    display: block;
  }
  #packshot-wrapper {
    width: 250px;
  }
  #use-desc.use .item:after {
    top: 26px;
  }
  #use-desc.use .item.active:after {
    top: 34px;
  }
  /* Badania */
  #section-1.survey .right img {
    width: 70%;
  }
  /* kontakt */
  #contact-info.contact .box-info {
    padding: 50px 0;
    min-height: auto;
  }
  #contact-info.contact .box-info .title {
    font-size: 22.7px;
    margin-bottom: 0;
  }
  #contact-info.contact .apimil-wizual {
    width: 30%;
    max-width: 200px;
    top: auto;
    bottom: 20px;
    right: 10%;
  }
  #contact-info.contact .contact-content .box.contact-info .contact-info-container {
    max-width: 500px;
    width: 60%;
    margin-right: 10%;
    font-size: 20px;
    padding: 50px;
  }
  #contact-info.contact .contact-content .box.contact-info {
    float: none;
    margin-left: 0;
    margin-top: 120px;
  }
  #contact-info.contact .line-yellow {
    margin: 0;
  }
}
@media all and (max-width: 1000px) {
  #claim.home .box-2 .attribute .title,
  #about.home .left .title,
  #use.home .title,
  #properties .left .title,
  #benefits.home .left .title,
  #use.use .left .title,
  #use-desc.use .title,
  #section-1.survey .title,
  #about.home .title,
  #usage.home .title,
  #composition.home .title,
  #technology.home .title,
  .box-image-info .title {
    font-size: 22.7px;
    margin: 20px auto 30px;
    line-height: 1.4;
  }
  #claim.home .box-2 .attribute .desc,
  #about.home .left .desc,
  #use.home .desc,
  #properties .left ul li p,
  #benefits.home .left .desc,
  #use.use .left .desc,
  #use-desc.use .desc,
  #section-1.survey .desc,
  #use.use .box.grey .right .desc,
  #claim.home .box-2 ul li,
  #about.home .desc,
  #composition.home .desc,
  #technology.home .desc {
    font-size: 14px;
    line-height: 1.4;
  }
  #section-1.survey {
    padding: 50px 0;
  }
  #claim.home .box-1 h2 {
    width: 60%;
  }
  #claim.home .box-2 .attribute.bottle,
  #claim.home .box-2 .attribute.leaf {
    background-size: 18%;
  }
  /* Use */
  #use.use .box.grey {
    padding: 30px 0;
  }
  #use.use .box.grey .left .use-desc-content.two {
    bottom: 55px;
  }
  #use.use .box.grey .right {
    margin-top: 50px;
  }
  #use.use .box.grey .left .use-desc-content p,
  #use.use .box.grey .right .use-desc-content p {
    font-size: 22.7px;
    width: 100px;
  }
  #use.use .box.grey .left .use-desc-content .line {
    width: 30%;
    left: 25%;
  }
  #use-desc.use .use-desc-content img {
    max-width: 220px;
  }
  #use-desc.use .use-desc-content .left,
  #use-desc.use .use-desc-content .right {
    position: static;
    margin-bottom: 40px;
  }
  #use-desc.use .use-desc-content .plus-circle.left p,
  #use-desc.use .use-desc-content .plus-circle.right p {
    position: static;
    text-align: left;
    padding-left: 40px;
    font-size: 16px;
  }
  #use-desc.use .use-desc-content .line-wrapper {
    position: absolute;
    top: 70px;
    width: 90%;
    margin-left: 5%;
  }
  #use-desc.use .use-desc-content .line-1,
  #use-desc.use .use-desc-content .line-2 {
    height: auto;
    background: none;
    width: 300px;
    position: static;
    margin-left: 0;
  }
  #use-desc.use .use-desc-content .plus-circle {
    background-size: 22px;
    background-position: left 5px;
  }
  #composition.home {
    padding-top: 50px;
  }
  #composition.home .phial-wrapper .components.right:after,
  #composition.home .phial-wrapper .components.left:after {
    width: 50%;
    top: 50px;
  }
  #composition.home .phial-wrapper .components.right:after {
    right: 200px;
  }
  #composition.home .phial-wrapper .components.left:after {
    left: 200px;
  }
  #composition.home .phial-wrapper .components.left,
  #composition.home .phial-wrapper .components.right {
    top: 260px;
  }
  #composition.home .phial-wrapper .components .element {
    font-size: 25px;
  }
  #composition.home .phial-wrapper {
    background-size: 300px;
    height: 528px;
  }
  #composition.home .box .side-wrapper {
    padding-bottom: 550px;
  }
  #composition.home .phial-wrapper .components {
    font-size: 14px;
  }
  /* Badania */
  #properties .right img {
    top: 0;
  }
  #use.use .box,
  #section-1.survey .box.one {
    padding: 50px 0 140px;
  }
  /* Footer */
  #footer {
    background-attachment: inherit;
  }
}
@media all and (max-width: 900px) {
  #header.home {
    height: 570px;
  }
  #header.home .header-text {
    margin-top: 200px;
    padding-right: 200px;
  }
  #header.home .header-bottom {
    height: 100px;
  }
  #header.home #curtain {
    bottom: 100px;
  }
  #header.home .mouse-scroll {
    width: 30px;
    height: 50px;
    margin-top: 10px;
  }
  #packshot-wrapper-mobile {
    width: 200px;
    top: 150px;
  }
  #packshot-wrapper-mobile .bee-1 {
    width: 90px;
  }
  #packshot-wrapper-mobile .bee-2 {
    top: 60px;
    width: 90px;
  }
  #packshot-wrapper-mobile .bee-3 {
    width: 57px;
  }
  #header.home h1 {
    font-size: 41.6px;
  }
  #claim.home .box-1 h2 {
    font-size: 28.8px;
  }
  #packshot-wrapper {
    right: 5%;
  }
  /* use */
  #use-desc.use .use-desc-content img {
    margin-left: 50%;
    width: 30%;
    min-width: 200px;
  }
  /*	#composition.home .box-2 .attribute{
  	max-width: 250px;
  }*/
  #composition.home .phial-wrapper {
    position: static;
    background-position: right bottom;
    background-size: 40%;
    height: auto;
    min-height: 460px;
    padding-top: 50px;
  }
  #composition.home .box .side-wrapper {
    padding-bottom: 30px;
  }
  #composition.home .phial-wrapper .components:first-child {
    margin-top: 50px;
  }
  #composition.home .phial-wrapper .components.right:after,
  #composition.home .phial-wrapper .components.left:after {
    display: none;
  }
  #composition.home .phial-wrapper .components .element {
    font-size: 22.8px;
  }
  #composition.home .phial-wrapper .components.left,
  #composition.home .phial-wrapper .components.right,
  #composition.home .phial-wrapper .components.bottom {
    position: static;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
    width: 50%;
    padding: 10px 0;
    float: none;
  }
  #use.home {
    margin-top: 0;
  }
}
@media all and (max-width: 760px) {
  #header.home h1 {
    font-size: 36.5px;
  }
  #header.home p {
    font-size: 20px;
  }
  #header.survey h1,
  #header.use h1,
  #header.contact h1 {
    max-width: 200px;
    font-size: 22.7px;
  }
  #header.home .header-text {
    padding-right: 200px;
    width: auto;
  }
  #about.home,
  #use.home,
  #properties.home,
  #benefits.home,
  #composition.home {
    padding: 50px 0;
  }
  #packshot-wrapper .header-packshot,
  #packshot-wrapper .bee-1,
  #packshot-wrapper .bee-2,
  #packshot-wrapper .bee-3 {
    display: none;
  }
  #properties .left,
  #properties .right {
    height: auto;
    min-height: auto;
  }
  #properties .left ul,
  #properties .right ul {
    max-width: 100%;
  }
  #properties .left img,
  #properties .right img {
    position: static;
  }
  #claim.home .box-1 {
    height: auto;
  }
  #claim.home .box-1 h2 {
    width: 90%;
    margin: 100px auto;
  }
  #claim.home .box-2 {
    height: auto;
  }
  #claim.home .box-2 .attribute {
    max-width: 100%;
    float: none;
    padding-left: 120px;
    width: auto;
    margin-bottom: 50px;
  }
  #claim.home .box-2 .attribute.bottle,
  #claim.home .box-2 .attribute.leaf {
    background-size: 80px;
  }
  #usage.home {
    margin-top: 0;
  }
  #use.home {
    padding: 0;
    text-align: center;
  }
  #use.home .left .image-wrapper {
    max-width: 350px;
  }
  #about.home .right,
  #about.home .left,
  #use.home .right,
  #use.home .left,
  #properties .right,
  #properties .left,
  #benefits.home .left,
  #benefits.home .right,
  #composition.home .left,
  #composition.home .right {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
  }
  #use.home .left {
    padding-top: 50px;
  }
  #about.home {
    padding: 0;
  }
  #properties .left ul {
    margin-top: 0;
  }
  #properties .left ul li {
    font-size: 16px;
    line-height: 1.4;
    min-height: auto;
  }
  #properties .left ul li p {
    position: static;
    margin-bottom: 30px;
    max-width: 400px;
  }
  #properties .left ul li .border {
    display: none;
  }
  #properties .left ul .item-1 img,
  #properties .left ul .item-2 img,
  #properties .left ul .item-3 img,
  #properties .left ul .item-4 img {
    display: none;
  }
  #properties .right {
    display: none;
  }
  #properties.home {
    padding-bottom: 0;
  }
  /* Compositon */
  #composition.home .right .image-wrapper img {
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 450px;
  }
  #composition.home .right {
    left: 0;
  }
  #composition.home .left {
    width: 100%;
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
    position: static;
    transform: translateY(0);
  }
  /* Beneftis */
  #benefits.home .right .image-wrapper img {
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 450px;
  }
  #benefits.home .right {
    left: 0;
  }
  #benefits.home .left {
    width: 100%;
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
    position: static;
    transform: translateY(0);
  }
  /* Use */
  #use.use .box.grey {
    height: auto;
  }
  #use.use .box.grey .left .image-wrapper .bottle {
    position: relative;
  }
  #use.use .box.grey .left .use-desc-content p,
  #use.use .box.grey .right .use-desc-content p {
    width: auto;
    margin-left: 60%;
  }
  #use.use .box.grey .left .image-wrapper .apimil-in-bottle {
    bottom: 31px;
  }
  #use.use .box.grey .left {
    max-width: 500px;
    margin: 0 auto;
  }
  #use.use .box.grey .right .desc {
    padding: 30px 0;
    text-align: center;
  }
  #use.use .right {
    position: relative;
  }
  #use.use .box.grey .left,
  #use.use .box.grey .right {
    float: none;
    width: 100%;
    border: none;
  }
  #use.use .left,
  #use.use .right {
    float: none;
    width: 100%;
  }
  #use.use .box,
  #section-1.survey .box.one {
    padding-bottom: 0;
  }
  #use.use .use-bg-image-container {
    position: static;
    width: 100%;
    height: 180px;
  }
  /* Badania */
  #section-2.survey .box .item-wrapper {
    padding: 30px 10px;
  }
  #section-2.survey .box .item-wrapper .item .title {
    font-size: 20px;
  }
  #section-2.survey .box .box-bg {
    padding-bottom: 0;
  }
  #section-2.survey .box .box-bg .box-title {
    max-width: 100%;
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 200px;
    font-size: 22.7px;
  }
  #section-2.survey .box .box-bg:after {
    display: none;
  }
  /* Footer */
  #footer {
    background-repeat: repeat;
  }
  #footer .box {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .box .title {
    margin-top: 30px;
  }
  #footer .copyright {
    text-align: center;
  }
  .apimil-wizual {
    display: none;
  }
  #contact-info.contact .contact-content .box.contact-info .contact-info-container {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  #composition.home .phial-wrapper .components {
    position: static;
  }
  .box-image-info .side-wrapper {
    min-height: 150px;
  }
  .box-image-info .title {
    position: relative;
  }
  .box-image-info .title.left {
    left: 0;
    margin-left: 0;
  }
  .box-image-info .title.right {
    right: 0;
    margin-right: 0;
  }
  #technology.home .item-wrapper .item {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  #header.home {
    height: 100%;
    min-height: 700px;
  }
  #header.home .side-wrapper {
    width: 100%;
  }
  #header.home .content-wrapper {
    width: 100%;
    float: none;
  }
  #header.home .header-text {
    width: 100%;
    padding: 100px 5% 10px;
    margin: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
  }
  #header.home .header-bottom {
    height: 130px;
  }
  #header.home #curtain {
    bottom: 130px;
    display: block;
  }
  #header.home .mouse-scroll {
    margin-top: 90px;
    display: none;
  }
  #header.home .scroll-info {
    display: none;
  }
  #header.home h1 {
    font-size: 28.8px;
  }
  #header.home p {
    font-size: 20px;
  }
  #packshot-wrapper-mobile {
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 100;
    max-width: 200px;
    width: 55%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media all and (max-width: 500px) {
  /*	#use.home .left video, #use.use .right video, #section-1.survey .right video{
  	display: none;
  }	*/
  #claim.home {
    padding: 50px 0;
  }
  #claim.home .box-2 .attribute.bottle,
  #claim.home .box-2 .attribute.leaf {
    background-size: 60px;
    background-position: left top;
  }
  #claim.home .box-2 .attribute {
    padding-left: 100px;
  }
  #claim.home .box-2 .attribute .title {
    margin-bottom: 20px;
  }
  #composition.home .phial-wrapper {
    background-position: center top 50px;
    background-size: auto 300px;
    padding-top: 280px;
    min-height: auto;
  }
  #composition.home .phial-wrapper .components {
    text-align: center !important;
    width: 100% !important;
  }
  #use.use .box.grey .left .use-desc-content.one {
    top: 30px;
  }
  #use.use .box.grey .left .use-desc-content.two {
    bottom: 30px;
  }
  #use.use .box.grey .left .use-desc-content .line {
    top: 18px;
  }
  #use.use .box.grey .left .use-desc-content p,
  #use.use .box.grey .right .use-desc-content p {
    font-size: 18px;
  }
  #use.use .box.grey .left .image-wrapper {
    max-width: 150px;
  }
  #use.use .box.grey .left .image-wrapper img {
    width: 150px;
  }
  #use.use .box.grey .left .image-wrapper .apimil-in-bottle {
    width: 114px;
    left: 17px;
    bottom: 25px;
  }
  #use-desc.use .use-desc-content img {
    min-width: 180px;
    margin-right: 5%;
    margin-left: auto;
  }
  #use-desc.use .use-desc-content .line-wrapper {
    top: 50px;
  }
  #use-desc.use .use-desc-content .left,
  #use-desc.use .use-desc-content .right {
    margin-bottom: 25px;
  }
  #use-desc.use .use-desc-content .plus-circle.left p,
  #use-desc.use .use-desc-content .plus-circle.right p {
    width: 120px;
  }
  #use-desc.use .item {
    padding-left: 0;
  }
  #use-desc.use .item.active:after {
    top: 88px;
  }
  #use-desc.use .item:after {
    top: 78px;
  }
  #use-desc.use .item-content-wrapper {
    padding: 30px;
  }
  #use-desc.use .item .icon-wrapper {
    position: relative;
    height: 55px;
    width: 100%;
  }
  #section-2.survey .box .item-wrapper .item {
    padding: 20px;
  }
}
@media all and (max-width: 400px) {
  #use-desc.use .use-desc-content .line-wrapper {
    top: -30px;
  }
  #use-desc.use .use-desc-content .plus-circle.left p,
  #use-desc.use .use-desc-content .plus-circle.right p {
    font-size: 14px;
  }
  #use-desc.use .use-desc-content img {
    min-width: 130px;
  }
  /* kontakt */
  #contact-info.contact .box-info .title {
    font-size: 18px;
  }
  #contact-info.contact .contact-content .box.contact-info .contact-info-container {
    font-size: 16px;
    padding: 40px 20px;
  }
}/*# sourceMappingURL=style.css.map */