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

#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,
.cookie-btn {
  display: block;
  background: #233a8f;
  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;
}

.cookie-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  opacity: 0.7;
  padding: 10px 0px;
  width: 100px;
  z-index: 100;
}
.cookie-btn:hover {
  opacity: 0.9;
}

.hide {
  display: none;
}

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: 0;
  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
 *
 * @format
 */
/**
 * /* CSS Document
 *
 * @format
 */
/* 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 #233a8f;
  color: #58595b;
  z-index: 1000;
}
#top .content-wrapper {
  width: 100%;
}
#top .logo-border {
  border-bottom: 4px solid #233a8f;
  border-left: 4px solid #233a8f;
  border-right: 4px solid #233a8f;
  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 .lang {
  cursor: pointer;
}
#top #menu ul .lang a {
  color: #233a8f;
  font-weight: 500;
}
#top #menu ul .lang a:hover {
  color: #58595b;
}
#top #menu ul .lang ul {
  display: none;
}
#top #menu ul .lang:hover ul {
  display: block;
}
#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: #233a8f;
}
#top #menu ul li:hover ul {
  display: block;
}
#top #menu ul li ul {
  position: absolute;
  width: 100%;
  padding-right: 30px;
  left: 0;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  border-bottom: 4px solid #233a8f;
  border-left: 4px solid #233a8f;
  border-right: 4px solid #233a8f;
}
#top #menu ul li ul li {
  cursor: pointer;
  line-height: 55px;
}
#top #menu ul .current_page_item a {
  color: #233a8f;
}
#top #menu ul .current_page_item .sub-menu a {
  color: #58595b;
}

/**
 * /* CSS Document
 *
 * @format
 */
/* 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;
}
#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(35, 58, 143);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(35, 58, 143)), color-stop(100%, rgb(69, 185, 189)));
  background: linear-gradient(135deg, rgb(35, 58, 143) 0%, rgb(69, 185, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#233a8f", endColorstr="#45b9bd", 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(35, 58, 143, 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;
  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(35, 58, 143, 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(35, 58, 143, 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
 *
 * @format
 */
.position-relative {
  position: relative;
}

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

#packshot-wrapper {
  width: 800px;
  position: fixed;
  top: 235px;
  right: 0;
  z-index: 100;
  width: 50%;
}
#packshot-wrapper img {
  width: 500px;
  margin-left: 10%;
}

#claim.home {
  overflow: hidden;
  padding-top: 80px;
}
#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: 570px;
  overflow: hidden;
}
#claim.home .box-2 .content-wrapper {
  box-sizing: border-box;
  margin-top: 100px;
}
#claim.home .box-2 ul {
  max-width: 50%;
  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: 20px;
  background-position: left top 0px;
  padding-left: 50px;
}
#claim.home .box-2 .permit_number {
  color: #39301b;
  margin-top: 80px;
  font-size: 18px;
  max-width: 500px;
  line-height: 1.4;
}
#claim.home .box-2 .attribute.leaf {
  background-repeat: no-repeat;
  background-size: 87px 147px;
  background-position: left center;
  min-height: 147px;
}
#claim.home .box-2 .attribute.bottle {
  background-repeat: 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: #233a8f;
  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;
}

#info.home {
  padding: 0;
}
#info.home .box {
  overflow: hidden;
  margin: 100px 0;
}
#info.home .side-wrapper {
  overflow: hidden;
  width: 90%;
}
#info.home .content-wrapper {
  overflow: hidden;
}
#info.home .title {
  color: #233a8f;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
}
#info.home .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
  font-weight: 300;
}
#info.home .desc span {
  color: #233a8f;
  font-weight: 700;
}
#info.home .left {
  width: 45%;
  float: left;
  margin: auto;
}
#info.home .right {
  float: right;
  width: 50%;
}
#info.home .right .image-wrapper img {
  display: block;
  max-width: 340px;
  height: auto;
  width: 70%;
  margin: 0 auto;
}
#info.home .tech-info {
  background-color: #233a8f;
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  border-radius: 10px;
  margin-top: 50px;
}
#info.home .tech-info .tech-title {
  font-size: 22.7px;
  font-weight: 700;
  line-height: 1.4;
}
#info.home .btn {
  margin-top: 30px;
}
#info.home video {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
#info.home .image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#info.home .image-wrapper img {
  width: 100%;
  height: auto;
}

#about.home {
  padding: 0;
}
#about.home .box {
  overflow: hidden;
}
#about.home .side-wrapper {
  overflow: hidden;
  width: 90%;
}
#about.home .content-wrapper {
  overflow: hidden;
}
#about.home .title {
  color: #233a8f;
  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: #233a8f;
  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 {
  background: #f3f3f3;
  padding: 50px 0;
  margin-top: 100px;
}
#usage.home .side-wrapper {
  overflow: hidden;
  width: 90%;
}
#usage.home .title {
  color: #233a8f;
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}
#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: 200px;
  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 #233a8f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#composition.home {
  background: #fff;
  padding: 100px 0;
}
#composition.home .side-wrapper {
  overflow: hidden;
  width: 90%;
}
#composition.home .content-wrapper {
  overflow: hidden;
}
#composition.home .title {
  color: #233a8f;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
}
#composition.home .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
  font-weight: 300;
}
#composition.home .box {
  overflow: hidden;
}
#composition.home .box .side-wrapper {
  height: 100%;
  padding-bottom: 500px;
}
#composition.home .components {
  position: relative;
  z-index: 2;
}
#composition.home .phial-wrapper {
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  max-width: 900px;
  height: 607px;
  background-size: 500px 381px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#composition.home .phial-wrapper .components {
  color: #58595b;
  position: absolute;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1.5px;
}
#composition.home .phial-wrapper .components sup {
  vertical-align: bottom !important;
}
#composition.home .phial-wrapper .components .element {
  font-size: 32.5px;
  color: #233a8f;
  margin-bottom: 10px;
  font-weight: 400;
}
#composition.home .phial-wrapper .components.left {
  width: 250px;
  margin-left: 0;
  left: 0;
  top: 330px;
  text-align: center;
}
#composition.home .phial-wrapper .components.left:after {
  content: "";
  display: block;
  width: 70%;
  left: 240px;
  height: 1px;
  background: #58595b;
  position: absolute;
  top: 25px;
}
#composition.home .phial-wrapper .components.right {
  width: 250px;
  margin-right: 0;
  right: 0;
  text-align: center;
  top: 330px;
}
#composition.home .phial-wrapper .components.right:after {
  content: "";
  display: block;
  width: 70%;
  right: 240px;
  height: 1px;
  background: #58595b;
  position: absolute;
  top: 25px;
}
#composition.home .phial-wrapper .components.bottom {
  width: 250px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  bottom: 0px;
}
#composition.home .phial-wrapper .components.bottom:after {
  content: "";
  display: block;
  width: 1px;
  right: 0;
  left: 0;
  margin: auto;
  height: 100px;
  background: #58595b;
  position: absolute;
  top: -105px;
}

#absorption.home {
  padding-bottom: 50px;
}
#absorption.home .side-wrapper {
  text-align: center;
}
#absorption.home .title {
  color: #233a8f;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 20px;
}
#absorption.home .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
  font-weight: 300;
}
#absorption.home .image-wrapper img {
  width: 100%;
  height: auto;
}

#use.home {
  background: #f3f3f3;
  padding: 100px 0;
  margin-top: 50px;
}
#use.home .side-wrapper {
  overflow: hidden;
  text-align: center;
}
#use.home .content-wrapper {
  overflow: hidden;
}
#use.home .title {
  color: #233a8f;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 20px;
}
#use.home .desc {
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
  font-weight: 300;
  margin-bottom: 30px;
}
#use.home .item-wrapper {
  text-align: center;
}
#use.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;
}
#use.home .item-wrapper .item .image-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 40px;
  background: rgb(35, 58, 143);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(35, 58, 143)), color-stop(100%, rgb(69, 185, 189)));
  background: linear-gradient(135deg, rgb(35, 58, 143) 0%, rgb(69, 185, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#233a8f", endColorstr="#45b9bd", 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: #233a8f;
  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: 50px 0 150px;
  overflow: hidden;
}
#benefits.home .content-wrapper {
  overflow: hidden;
}
#benefits.home .right {
  width: 50%;
  float: right;
  margin-left: 0;
}
#benefits.home .image-wrapper {
  width: 100%;
  margin-top: 50px;
}
#benefits.home .image-wrapper img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}
#benefits.home .left {
  width: 45%;
  margin: auto;
}
#benefits.home .left img {
  margin-top: 80px;
}
#benefits.home .title {
  color: #233a8f;
  font-size: 36.5px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 100px;
  line-height: 1.2;
}
#benefits.home .desc,
#benefits.home p {
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
  font-weight: 300;
  margin-bottom: 30px;
}
#benefits.home .under-left {
  width: 80%;
  margin: auto;
  text-align: center;
}
#benefits.home .under-left h3 {
  font-size: 20px;
  color: #233a8f;
  padding-top: 20px;
  padding-bottom: 30px;
}
#benefits.home .under-left span {
  font-weight: bold;
  color: #233a8f;
}
#benefits.home .under-left ul {
  text-align: left;
  display: table;
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 30px;
}
#benefits.home .healthy-crop-products {
  text-align: center;
  padding-bottom: 50px;
}
#benefits.home .healthy-crop-products .product-content-wrapper {
  vertical-align: top;
  display: inline-block;
  width: 21%;
  margin: 0 1.5%;
  background-color: #f3f3f3;
  border-radius: 10px;
  height: 410px;
  min-width: 265px;
  margin-top: 150px;
  box-shadow: 0px 8px 24px 0px #aeaeae;
}
#benefits.home .healthy-crop-products .product-content-wrapper .product {
  width: 85%;
  margin: auto;
  text-align: left;
}
#benefits.home .healthy-crop-products .product-content-wrapper .product .img-wrapper {
  text-align: center;
  margin-top: -90px;
  height: 350px;
  position: relative;
}
#benefits.home .healthy-crop-products .product-content-wrapper .product img {
  width: auto;
  height: 350px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#benefits.home .healthy-crop-products .product-content-wrapper .product .product-name {
  color: #233a8f;
  padding-bottom: 8px;
  font-size: 18px;
}
#benefits.home .healthy-crop-products .product-content-wrapper .product .text-holder {
  height: 44px;
  overflow: hidden;
  margin-bottom: 20px;
}
#benefits.home .healthy-crop-products .product-content-wrapper .product .text-holder p {
  font-size: 16px;
  line-height: 1.4;
  color: #58595b;
  font-weight: 300;
}
#benefits.home .healthy-crop-products .product-content-wrapper .product .btn-holder {
  margin-bottom: 20px;
  text-align: center;
}
#benefits.home .healthy-crop-products .product-content-wrapper .product .btn-holder a {
  padding: 12px 28px;
  font-size: 14px;
  color: #ffffff;
  background-color: #233a8f;
  border-radius: 7px;
  display: inline-block;
}

#article-modal {
  width: 400px;
  max-width: calc(100% - 40px);
  box-shadow: 0px 6px 30.4px 1.6px rgba(3, 4, 2, 0.15);
  position: fixed;
  right: -450px;
  bottom: 10%;
  z-index: 999;
  color: #fff;
  line-height: 1.4;
  transition: all 0.3s ease-in;
}
#article-modal .close {
  background-color: #233a8f;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#article-modal .close:before,
#article-modal .close:after {
  position: absolute;
  left: 17px;
  content: " ";
  height: 22px;
  width: 1px;
  top: 6px;
  background-color: #fff;
}
#article-modal .close:before {
  transform: rotate(45deg);
}
#article-modal .close:after {
  transform: rotate(-45deg);
}
#article-modal a {
  color: inherit;
  font-size: 18px;
}
#article-modal .img-wrapper {
  width: 100%;
  background-color: #ffffff;
}
#article-modal .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#article-modal .img-wrapper img.healthy-crop {
  display: block;
  width: 75%;
  height: auto;
  margin: auto;
  padding: 20px 0;
}
#article-modal .modal-content-wrapper {
  border-radius: 10px;
  overflow: hidden;
  background-color: #233a8f;
}
#article-modal .content {
  padding: 20px;
  box-sizing: border-box;
}
#article-modal .title {
  font-size: 22.7px;
  font-weight: 700;
}
#article-modal .desc {
  margin: 25px 0 0;
  max-height: 92px;
  overflow: hidden;
}
#article-modal a {
  display: block;
  border-top: 1px solid #fff;
  margin-top: 25px;
  padding-top: 25px;
}

/**
 * /* CSS Document
 *
 * @format
 */
/**
 * /* CSS Document
 *
 * @format
 */
#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: #233a8f;
  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 #233a8f;
  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: #233a8f;
  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: #233a8f;
  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(35, 58, 143);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(35, 58, 143)), color-stop(100%, rgb(69, 185, 189)));
  background: linear-gradient(135deg, rgb(35, 58, 143) 0%, rgb(69, 185, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#233a8f", endColorstr="#45b9bd", 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,
#use-desc.use .item .recommended-conc {
  color: #233a8f;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 20px 0;
}
#use-desc.use .item .recommended strong,
#use-desc.use .item .recommended-conc strong {
  display: block;
  color: #58595b;
}
#use-desc.use .item .recommended-conc {
  margin-bottom: 0;
}
#use-desc.use .board {
  width: 100%;
  height: 100px;
  background: #bfbfbf;
  border-bottom: 23px solid #233a8f;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

/* CSS Document */
/**
 * /* CSS Document
 *
 * @format
 */
#section-1.survey {
  padding: 100px 0;
}
#section-1.survey .content-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0;
}
#section-1.survey .title {
  color: #233a8f;
  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 {
  background-color: #fff;
  padding: 0 50px;
  box-sizing: border-box;
}
#section-2.survey .box .item-wrapper .item {
  padding: 50px 0;
}
#section-2.survey .box .item-wrapper .item .title {
  color: #58595b;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 50px;
}
#section-2.survey .box .item-wrapper .item .title span {
  color: #233a8f;
}
#section-2.survey .box .item-wrapper .item img {
  display: block;
  height: auto;
  max-height: 420px;
  width: auto;
  margin: auto;
}

/**
 * /* CSS Document
 *
 * @format
 */
#contact-info.contact .content-wrapper {
  padding: 100px 0 0;
}
#contact-info.contact .content-wrapper p.page-description {
  font-size: 20px;
  font-weight: 700;
  color: #233a8f;
  margin-bottom: 50px;
  width: 90%;
}
#contact-info.contact .box-info {
  position: relative;
  z-index: 2;
  min-height: 200px;
  max-width: 530px;
}
#contact-info.contact .box-info a {
  color: #233a8f;
  cursor: pointer;
}
#contact-info.contact .box-info a:hover {
  text-decoration: underline;
}
#contact-info.contact .box-info .title {
  color: #233a8f;
  font-size: 28.8px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 20px;
  max-width: 620px;
}
#contact-info.contact .box-info .desc {
  font-size: 18px;
  font-weight: 500;
  color: #58595b;
  margin-top: 40px;
  line-height: 30px;
}
#contact-info.contact .item-wrapper {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 1.2;
}
#contact-info.contact .item-wrapper .item {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  color: #58595b;
  margin-right: 8%;
  margin-bottom: 50px;
}
#contact-info.contact .item-wrapper .item address {
  font-style: normal;
}
#contact-info.contact .item-wrapper .item a {
  color: #233a8f;
}
#contact-info.contact .item-wrapper .item a:hover {
  text-decoration: underline;
}
#contact-info.contact .item-wrapper .item .item-title {
  font-size: 20px;
  font-weight: 700;
  color: #233a8f;
}
#contact-info.contact .item-wrapper .item .item-name {
  font-weight: 700;
}
#contact-info.contact .item-wrapper .item .item-position {
  font-size: 16px;
}
#contact-info.contact .line-yellow {
  height: 1px;
  width: 100%;
  background: #233a8f;
  position: absolute;
  z-index: 1;
}
#contact-info.contact .contact-content {
  padding-bottom: 130px;
  overflow: hidden;
}
#contact-info.contact .contact-content .title {
  color: #233a8f;
  font-size: 28.8px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 620px;
}
#contact-info.contact .contact-content .box.address {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #58595b;
  margin-top: 40px;
  line-height: 30px;
  width: 30%;
}
#contact-info.contact .contact-content .box.address address {
  font-style: normal;
  margin-top: 30px;
}
#contact-info.contact .contact-content .box.address a {
  color: #58595b;
}
#contact-info.contact .contact-content .box.address a:hover {
  color: #233a8f;
}
#contact-info.contact .contact-content .box.contact-info {
  float: left;
  margin-top: 115px;
  margin-left: 10%;
  width: 60%;
  max-width: 500px;
}
#contact-info.contact .contact-content .box.contact-info .title {
  color: #233a8f;
  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 #233a8f;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  padding: 50px;
  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: #233a8f;
}
#contact-info.contact .contact-content .box.contact-info .contact-info-container .icon-container {
  background: #233a8f;
  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-repeat: 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-repeat: 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: 420px;
  height: auto;
  position: absolute;
  right: 0;
  z-index: 100;
  bottom: 40px;
  display: none;
}
#contact-info.contact .map {
  border-bottom: 4px solid #233a8f;
}
#contact-info.contact .map iframe {
  width: 100%;
  height: 500px;
}

/* CSS Document */
/* Section */
/** @format */
.cookies {
  display: block;
  color: #58595b;
  padding-top: 190px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 65px;
}
.cookies .side-wrapper {
  position: relative;
  height: 100%;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.cookies .side-wrapper .content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.5;
}
.cookies .side-wrapper .content-wrapper .cookie-policy-wrapper strong {
  color: #233a8f;
}
.cookies .side-wrapper .content-wrapper .cookie-policy-wrapper ul {
  padding-left: 30px;
  margin: 30px 0;
  box-sizing: border-box;
}
.cookies .side-wrapper .content-wrapper .cookie-policy-wrapper ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  list-style: disc;
  margin-bottom: 10px;
}
.cookies .side-wrapper .content-wrapper .cookie-policy-wrapper a {
  color: #233a8f;
}
.cookies .side-wrapper .content-wrapper .cookie-policy-wrapper a:hover {
  text-decoration: underline;
}
.cookies .side-wrapper .content-wrapper .cookie-policy-wrapper .closer-list {
  margin-top: auto;
}
.cookies .side-wrapper .content-wrapper .cookie-policy-wrapper p {
  padding-top: 80px;
}
.cookies .side-wrapper .btn-wrapper {
  text-align: center;
  margin: 60px;
}
.cookies .side-wrapper .btn-wrapper .back-cookie {
  margin: auto;
}

.error-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 120px 0;
  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: #233a8f;
}
.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
 *
 * @format
 */
/**
 * /* CSS Document
 *
 * @format
 */
/* 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 #233a8f;
  background-size: cover;
}
#footer .box {
  float: left;
  width: 33.333%;
}
#footer .box .title {
  font-size: 22.7px;
  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: #233a8f;
}
#footer .box .current_page_item a {
  color: #233a8f;
}
#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: #233a8f;
}

/* Responsive */
@media all and (max-width: 1600px) {
  #header.home .header-text {
    left: 5%;
    position: relative;
  }
}
@media all and (max-width: 1400px) {
  #packshot-wrapper {
    right: 0;
    top: 90px;
  }
  #packshot-wrapper .header-packshot {
    width: 450px;
  }
  #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;
  }
  #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) {
  #claim.home .box-2 .attribute .title,
  #about.home .left .title,
  #use.home .title,
  #properties .left .title,
  #benefits.home .title,
  #use.use .left .title,
  #use-desc.use .title,
  #section-1.survey .title,
  #about.home .title,
  #usage.home .title,
  #composition.home .title,
  #absorption.home .title {
    font-size: 25.6px;
    margin: 20px 0 30px;
    line-height: 1.4;
  }
  #claim.home .box-2 .attribute .desc,
  #about.home .left .desc,
  #info.home .left .desc,
  #use.home .desc,
  #absorption.home .desc,
  #properties .left ul li p,
  #benefits.home p,
  #benefits.home .desc,
  #benefits.home .under-left span,
  #benefits.home .under-left ul,
  #benefits.home .healthy-crop-products .product-content-wrapper .product .text-holder p,
  #use.use .left .desc,
  #use-desc.use .desc,
  #section-1.survey .desc,
  #use.use .box.grey .right .desc,
  #claim.home .box-2 ul li,
  #claim.home .box-2 .permit_number,
  #about.home .desc,
  #info.home .desc,
  #composition.home .desc {
    font-size: 16px;
    line-height: 1.4;
  }
  #claim.home .box-2 .permit_number {
    margin: 50px 0;
  }
  #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;
  }
  #benefits.home .left .image-wrapper {
    margin-top: 0;
  }
}
@media all and (max-width: 1100px) {
  #header.home {
    background-attachment: inherit;
  }
  #header.home .header-packshot {
    width: 360px;
  }
  #header.home .mouse-scroll,
  #header.home .scroll-info {
    display: none;
  }
  #header.home .header-text {
    width: 100%;
  }
  #packshot-wrapper {
    display: none;
  }
  #packshot-wrapper-mobile {
    display: block;
    top: 185px;
    width: 100%;
    max-width: 500px;
    right: 0;
  }
  #info.home .box {
    margin-top: 0;
    margin-bottom: 50px;
  }
  #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;
  }
  #about.home {
    padding: 0;
  }
  #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;
  }
  #claim.home .box-2 {
    height: auto;
  }
  #claim.home .box-2 ul {
    max-width: 100%;
  }
  #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: auto;
    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,
  #top #menu ul li.lang {
    float: none;
    line-height: 55px;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
  }
  #top #menu ul li ul,
  #top #menu ul li.lang ul {
    display: block;
    position: static;
    border: none;
    padding: 0;
    margin: 0px 0 20px;
    background: none;
  }
  #top #menu ul li ul li,
  #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 .page-description {
    padding-top: 50px;
  }
  #contact-info.contact .box-info {
    padding: 50px 0;
    padding-top: 0;
    min-height: auto;
  }
  #contact-info.contact .box-info .title {
    font-size: 22.7px;
    margin-bottom: 0;
  }
  #contact-info.contact .contact-content .title {
    font-size: 22.7px;
  }
  #contact-info.contact .apimil-wizual {
    width: 35%;
    max-width: 330px;
    top: auto;
    bottom: 20px;
    right: 0;
    display: none;
  }
  #contact-info.contact .content-wrapper {
    padding: 30px 0;
  }
  #contact-info.contact .item-wrapper {
    padding-top: 30px;
  }
  #contact-info.contact .contact-content .box.address {
    overflow: hidden;
  }
  /*		.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 {
    font-size: 20px;
  }
  #contact-info.contact .line-yellow {
    margin: 0;
  }
  .error-wrapper {
    padding: 30px 0 70px;
  }
}
@media all and (max-width: 1000px) {
  #claim.home .box-2 .attribute .title,
  #about.home .left .title,
  #use.home .title,
  #properties .left .title,
  #benefits.home .title,
  #use.use .left .title,
  #use-desc.use .title,
  #section-1.survey .title,
  #about.home .title,
  #usage.home .title,
  #composition.home .title,
  #absorption.home .title {
    font-size: 22.7px;
    margin: 20px 0 30px;
    line-height: 1.4;
  }
  #claim.home .box-2 .attribute .desc,
  #info.home .left .desc,
  #about.home .left .desc,
  #use.home .desc,
  #absorption.home .desc,
  #properties .left ul li p,
  #benefits.home p,
  #benefits.home .desc,
  #benefits.home .under-left span,
  #benefits.home .under-left ul,
  #benefits.home .healthy-crop-products .product-content-wrapper .product .text-holder p,
  #use.use .left .desc,
  #use-desc.use .desc,
  #section-1.survey .desc,
  #use.use .box.grey .right .desc,
  #claim.home .box-2 ul li,
  #claim.home .box-2 .permit_number,
  #info.home .desc,
  #about.home .desc,
  #composition.home .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  #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: 50px 0;
  }
  #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;
  }
  #header.home .header-packshot {
    width: 300px;
  }
  #packshot-wrapper-mobile {
    width: 380px;
    top: 190px;
  }
  #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: 65%;
    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;
  }
  #composition.home {
    margin-top: 20px;
    padding: 30px 0;
  }
  #about.home,
  #use.home,
  #properties.home,
  #benefits.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;
  }
  #info.home .right,
  #info.home .left,
  #about.home .right,
  #about.home .left,
  #use.home .right,
  #use.home .left,
  #properties .right,
  #properties .left,
  #benefits.home .left,
  #benefits.home .right {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
  }
  #info.home .right {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #benefits.home .left img {
    width: 80%;
    margin: auto;
    margin-top: 80px;
  }
  #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;
  }
  #benefits.home {
    padding-top: 0;
  }
  #benefits.home .right .image-wrapper img {
    margin: 0 auto;
    width: 90%;
    display: block;
    max-width: 450px;
  }
  #benefits.home .left {
    width: 100%;
    padding: 0;
  }
  #benefits.home .right {
    padding: 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;
  }
  #section-2.survey .box .item-wrapper .item {
    padding: 30px 0;
  }
  #section-2.survey .box .item-wrapper .item .title {
    margin-bottom: 20px;
  }
  #section-2.survey .box .item-wrapper .item img {
    max-height: unset;
    width: 100%;
    height: auto;
  }
  /* 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;
  }
  /* Contact */
  #contact-info.contact .contact-content .box.address {
    float: none;
    width: 100%;
  }
  #contact-info.contact .contact-content .box.contact-info {
    float: none;
    margin-left: 0;
    width: 100%;
    max-width: 500px;
  }
}
@media all and (max-width: 700px) {
  #header.home .header-text {
    margin-top: 150px;
    padding-right: 0;
  }
  #composition.home .phial-wrapper .components {
    position: static;
  }
  .apimil-wizual {
    display: none;
  }
  #contact-info.contact .contact-content .box.contact-info .contact-info-container {
    width: 100%;
  }
  #contact-info.contact .item-wrapper .item {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
  #contact-info.contact .item-wrapper .item:last-child {
    margin-bottom: 0;
  }
  #contact-info.contact .apimil-wizual {
    display: none;
  }
  #contact-info.contact .contact-content {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  #header.home {
    height: 100%;
    min-height: 500px;
  }
  #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 .header-packshot {
    margin: auto;
  }
  #header.home h1 {
    font-size: 28.8px;
  }
  #header.home p {
    font-size: 20px;
  }
  #packshot-wrapper-mobile {
    position: absolute;
    top: auto;
    bottom: auto;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #packshot-wrapper-mobile img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 500px) {
  /*	#use.home .left video, #use.use .right video, #section-1.survey .right video{
  	display: none;
  }	*/
  #claim.home {
    padding: 70px 0 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%;
  }
}
@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;
  }
}
.img-responsive {
  height: auto;
}

/* poprawa wyswietlania napisów w kalekach produktów w sekcji zdrowe rosliny */
#benefits.home .healthy-crop-products .product-content-wrapper .product .text-holder p {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  #header.home .header-packshot {
    max-width: 80%;
    width: auto;
  }
  #header.home p {
    margin-top: 14px;
  }
}
.cookies .side-wrapper .content-wrapper .cookie-policy-wrapper p {
  padding-top: 50px;
}/*# sourceMappingURL=style.css.map */