/* Scss Document */
body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

.hide {
  display: none;
}

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

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

#accept-cookies-checkbox {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  background: #fff;
  color: #0099ce;
  transition: all 0.2s ease-in;
}
#accept-cookies-checkbox:hover {
  background: #163f8a;
  color: #fff;
}

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

.btn {
  display: block;
  background: #0099ce;
  border: 1px solid #0099ce;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 22.8px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn:hover {
  color: #0099ce;
  background: none;
}

.btn.more {
  display: inline-block;
  background: #0099ce;
  border: 1px solid #0099ce;
  height: 52px;
  width: 237px;
  line-height: 52px;
}
.btn.more:hover {
  color: #0099ce;
  background: #fff;
}

.btn.more.en {
  width: 260px;
}

.btn.buy {
  display: inline-block;
  border: 1px solid #004379;
  height: 52px;
  width: 79px;
  line-height: 52px;
  margin-left: 24px;
  background: #004379;
}
.btn.buy:hover {
  color: #004379;
  background: none;
}

h2 {
  font-family: "museo-sans-rounded", sans-serif;
}

p.dziekujemy {
  font-size: 20px;
  line-height: 35px;
  margin-top: 20px;
  color: green;
  font-family: "roboto", sans-serif;
}

p.dziekujemy.error {
  color: red;
}

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

.lanWrapper {
  position: relative;
  top: 75px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1600px;
  height: 40px;
}
.lanWrapper #lan {
  position: absolute;
  right: 35px;
  z-index: 10;
  text-transform: uppercase;
}
.lanWrapper #lan ul.lan-menu li {
  float: left;
  margin: 12px 5px;
  line-height: 15px;
  color: #163f8a;
  list-style: none;
}
.lanWrapper #lan ul.lan-menu li:hover {
  cursor: pointer;
}
.lanWrapper #lan ul.lan-menu li:first-child {
  border: 1px solid #163f8a;
  border-radius: 30px;
  padding: 6px;
  margin: 5px;
}
.lanWrapper #lan ul.lan-menu li a {
  font-size: 15px;
  color: inherit;
  font-weight: normal;
}

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

#menu_link {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 2%;
  top: 14px;
  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: #163f8a;
  margin: 4px auto 3px;
  transition: all 0.3s ease-in;
}

/* p style */
.heading {
  color: #0099ce;
  font-weight: 700;
  font-family: "museo-sans-rounded", sans-serif;
}

.desc {
  color: #706f6f;
  font-weight: 300;
  font-family: "roboto", sans-serif;
}

.contact.heading {
  font-size: 23px;
  line-height: 35px;
  margin-top: 50px;
}

.contact.desc {
  font-size: 19px;
  line-height: 28px;
}
.contact.desc a {
  color: #706f6f;
}

.title-desc {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  color: #706f6f;
  font-family: "museo-sans-rounded", sans-serif;
  text-transform: uppercase;
}

.capacity {
  font-size: 27px;
  line-height: 37.5px;
  font-weight: normal;
  color: #163f8a;
  font-family: "roboto", sans-serif;
}
.capacity span {
  font-size: 23px;
}

.products-desc {
  margin-top: 70px;
  font-weight: 300;
}

/* Header - menu */
#top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 72px;
  background: none;
  border-bottom: 1px solid #6087a7;
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 300;
  font-size: 19.44px;
  line-height: 72px;
  color: #163f8a;
  z-index: 1000;
}
#top #logo {
  top: 16px;
  width: 167px;
  height: 72px;
  position: absolute;
  left: 72px;
}
#top #logo a {
  display: inline-block;
  background: url(../img/allergoff-logo.png) no-repeat;
  width: 167px;
  height: 37px;
  text-indent: -999px;
}
#top #mobile {
  display: none;
}
#top #menu {
  text-align: right;
  display: block;
}
#top ul li {
  display: inline-block;
  margin: 0 40px;
  text-align: center;
}
#top ul li a {
  display: block;
  color: #163f8a;
  font-size: 19.44px;
}
#top ul li a:hover {
  font-weight: 700;
}

/* HEADER */
/* Header - home */
#header-wrapper.home {
  background: url(../img/header-bg.jpg) no-repeat;
  /*background-size: cover;*/
  background-attachment: fixed;
  background-position: -400px top;
  height: 755px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#header-wrapper.home .side-wrapper {
  overflow: visible;
  max-width: 1920px;
  height: 100%;
  width: 100%;
}
#header-wrapper.home .down {
  display: block;
  width: 71px;
  height: 60px;
  margin: 0 auto;
  z-index: 999;
  background: url(../img/down.jpg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#header-wrapper.home .owl-carousel {
  height: 100%;
}
#header-wrapper.home .owl-carousel .owl-prev,
#header-wrapper.home .owl-carousel .owl-next {
  position: absolute;
  top: 0;
  display: block;
  width: 60px;
  height: 71px;
  top: 300px;
  color: #fff;
  margin: 0;
  padding: 0;
}
#header-wrapper.home .owl-carousel .owl-prev {
  background: url(../img/prev.jpg) no-repeat;
  left: 0;
}
#header-wrapper.home .owl-carousel .owl-next {
  background: url(../img/next.jpg) no-repeat;
  right: 0;
}
#header-wrapper.home .owl-carousel .item {
  height: 755px;
  position: relative;
}
#header-wrapper.home .owl-carousel h2 {
  font-size: 51px;
  color: #0099ce;
  left: 180px;
  left: 20%;
  top: 240px;
  position: absolute;
  z-index: 3;
}
#header-wrapper.home .owl-carousel img {
  position: absolute;
  bottom: 0;
  width: 80%;
  display: block;
  height: auto;
  z-index: 1;
}
#header-wrapper.home .owl-carousel img.family-image {
  max-width: 1000px;
  right: 5%;
}
#header-wrapper.home .owl-carousel img.girl-image {
  max-width: 650px;
  right: 15%;
}
#header-wrapper.home .owl-carousel img.insect-image {
  max-width: 700px;
  right: 15%;
}

/* header - contact */
#header-wrapper.contact {
  height: 170px;
  width: 100%;
}
#header-wrapper.contact h2 {
  position: absolute;
  top: 120px;
  font-size: 46px;
  color: #004379;
  left: 72px;
}

/* header - allergoff spray */
#header-wrapper.allergoff-spray {
  background: url(../img/allergoff-spray-bg.png) no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center center;
  min-height: 1146px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#header-wrapper.allergoff-spray img {
  display: none;
}
#header-wrapper.allergoff-spray h2 {
  position: absolute;
  top: 120px;
  font-size: 46px;
  color: #004379;
  left: 72px;
}
#header-wrapper.allergoff-spray #header-content {
  /*position:absolute;*/
  padding-top: 350px;
  width: 40%;
  margin-left: 5%;
  padding-bottom: 50px;
}
#header-wrapper.allergoff-spray #header-content ul {
  margin-top: 30px;
  margin-bottom: 56px;
  list-style-image: url(../img/list-image.png);
  margin-left: 26px;
}

#header-wrapper.allergoff-spray.en {
  background: url(../img/allergoff-spray-bg-en.png) no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center center;
}

/* header - allergoff plyn */
#header-wrapper.allergoff-plyn {
  background: url(../img/allergoff-plyn-bg.png) no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center center;
  min-height: 1146px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#header-wrapper.allergoff-plyn h2 {
  position: absolute;
  top: 120px;
  font-size: 46px;
  color: #004379;
  left: 72px;
}
#header-wrapper.allergoff-plyn img {
  display: none;
}
#header-wrapper.allergoff-plyn #header-content {
  /*position:absolute;*/
  padding-top: 510px;
  width: 40%;
  margin-left: 5%;
  padding-bottom: 50px;
}
#header-wrapper.allergoff-plyn #header-content ul {
  margin-top: 30px;
  margin-bottom: 56px;
  list-style-image: url(../img/list-image.png);
  margin-left: 26px;
}

#header-wrapper.allergoff-plyn.en {
  background: url(../img/allergoff-plyn-bg-en.png) no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center center;
}

/* HEADER END */
/* Allergoff spray and liquid */
/* Recommmended  */
#recommended {
  min-height: 382px;
  background: #def2f9;
  overflow: hidden;
}

#recommended-left {
  float: left;
  width: 40%;
  margin: 0 5%;
}
#recommended-left p.heading {
  font-size: 31px;
  text-align: center;
  margin-top: 165px;
}

#recommended-right {
  float: left;
  width: 40%;
  margin: 0 5%;
}
#recommended-right ul {
  list-style-image: url(../img/list-image.png);
  margin-top: 90px;
  margin-bottom: 90px;
}
#recommended-right ul li {
  font-size: 22px;
  line-height: 33px;
  color: #706f6f;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  margin: 20px 0;
}

/* Neutral */
#neutral-info {
  min-height: 297px;
  background: #f4f6f7;
  overflow: hidden;
  padding-bottom: 50px;
}

#neutral-left {
  float: left;
  width: 48%;
  margin: 0 1%;
}
#neutral-left p.heading {
  font-size: 31px;
  text-align: center;
  margin-top: 145px;
}

#neutral-right {
  float: left;
  width: 48%;
  margin: 0 1%;
}
#neutral-right ul {
  float: left;
  margin-top: 68px;
}
#neutral-right ul li {
  float: left;
  width: 160px;
  list-style: none;
  padding-bottom: 30px;
}
#neutral-right ul li img {
  width: 100%;
}
#neutral-right ul li p {
  text-align: center;
  color: #24408a;
  line-height: 20px;
  font-weight: 400;
}

/* Use */
#use-info {
  min-height: 708px;
  background: #fff;
  overflow: hidden;
}
#use-info #use-wrapper {
  position: relative;
}
#use-info p.heading {
  margin-top: 70px;
  font-size: 31px;
  line-height: 37px;
  text-align: center;
}
#use-info #use-image-gl {
  width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 55px auto 0 auto;
  z-index: 1;
}
#use-info .use-box.first {
  margin-top: 130px;
}
#use-info .use-box.two {
  width: 55%;
  margin: 0 auto;
}
#use-info .use-box {
  background: url(../img/use-box-bg.jpg);
  width: 80%;
  height: 123px;
  position: relative;
  margin: 0 auto;
}
#use-info .use-box img {
  position: absolute;
  top: 0;
}
#use-info .use-box img.left {
  left: 0;
}
#use-info .use-box img.right {
  right: 0;
}
#use-info .use-box .use-desc {
  font-size: 19px;
  line-height: 30px;
  color: #0099ce;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "roboto", sans-serif;
  position: absolute;
  top: 31px;
}
#use-info .use-box .use-desc.left {
  left: 130px;
}
#use-info .use-box .use-desc.right {
  right: 130px;
}

/* Action */
#action-info {
  min-height: 900px;
  background: #f4f4f4;
  overflow: hidden;
}
#action-info p.heading {
  margin-top: 70px;
  font-size: 31px;
  line-height: 37px;
  text-align: center;
}

#action-left {
  float: left;
  width: 48%;
  margin-left: 2%;
}
#action-left .action-box-1 {
  margin-top: 165px;
  background: url(../img/action-box-1-image.png) no-repeat;
  background-position: right;
  width: 83%;
  padding-right: 17%;
  min-height: 89px;
}
#action-left .action-box-2 {
  background: url(../img/action-box-2-image.png) no-repeat;
  background-position: right;
  width: 83%;
  padding-right: 17%;
  min-height: 89px;
}
#action-left .action.heading {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #575756;
  font-family: "museo-sans-rounded", sans-serif;
  text-align: right;
  margin-bottom: 36px;
  text-transform: uppercase;
}
#action-left .action.desc {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  color: #575756;
  font-family: "roboto", sans-serif;
  text-align: right;
  letter-spacing: 0.75px;
}

#action-right {
  float: left;
  width: 40%;
}
#action-right img {
  width: 90%;
  max-width: 530px;
  margin-left: 10%;
  margin-top: 40px;
}

/* security */
#security {
  min-height: 371px;
  background: #fff;
  overflow: hidden;
}

#security-left {
  float: left;
  width: 45%;
  margin: 0 0 0 5%;
}
#security-left p.heading {
  font-size: 31px;
  text-align: center;
  margin-top: 170px;
}
#security-left img {
  float: left;
  margin-top: 100px;
  width: 30%;
  max-width: 189px;
  margin-left: 15%;
}

#security-right {
  float: left;
  width: 46%;
  padding: 0 1% 0 3%;
}
#security-right ul {
  list-style-image: url(../img/list-image.png);
  margin-top: 120px;
  margin-bottom: 90px;
}
#security-right ul li {
  font-size: 22px;
  line-height: 33px;
  color: #706f6f;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  margin: 15px 0;
}

/* video */
#video {
  overflow: hidden;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.video-wrapper p {
  margin: 90px auto;
}
.video-wrapper iframe {
  width: 1200px;
  height: 676px;
  /*width:1000px;
  height:564px;*/
}

.video-run {
  background: url(../img/video-run.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  width: 100%;
  height: 630px;
  cursor: pointer;
}

/*.video-run img{
	text-align: center;
	margin: 0 auto;
	max-width:100%;
	height:auto;
}*/
/* advantages */
#advantages {
  min-height: 421px;
  overflow: hidden;
  background: url(../img/advantages-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

#advantages-wrapper {
  overflow: hidden;
}

#advantages-left {
  float: left;
  width: 45%;
  padding: 0 0 0 5%;
  /*background:#e0f2f7;*/
  min-height: 421px;
}
#advantages-left .advantages-content {
  float: left;
  width: 48%;
  margin-left: 2%;
}
#advantages-left p.heading {
  font-size: 31px;
  line-height: 37.5px;
  text-align: center;
  margin-top: 100px;
}
#advantages-left p.desc {
  margin-top: 90px;
  font-size: 18px;
  line-height: 32px;
  color: #706f6f;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.5px;
}
#advantages-left p.desc span {
  color: #0099ce;
}
#advantages-left img {
  float: left;
  margin-top: 100px;
  width: 40%;
  max-width: 270px;
  margin-left: 5%;
  margin-right: 5%;
}

#advantages-right {
  float: left;
  width: 46%;
  padding: 0 1% 0 3%;
  /*background:#f3f3f3;*/
  min-height: 421px;
}
#advantages-right .advantages-content {
  float: left;
  width: 50%;
}
#advantages-right p.heading {
  font-size: 31px;
  line-height: 37.5px;
  text-align: center;
  margin-top: 100px;
}
#advantages-right img {
  float: left;
  margin-top: 100px;
  width: 40%;
  max-width: 256px;
  margin-left: 5%;
  margin-right: 5%;
}
#advantages-right ul {
  list-style-image: url(../img/list-image.png);
  margin-top: 45px;
  margin-bottom: 90px;
}
#advantages-right ul li {
  font-size: 18px;
  line-height: 32px;
  color: #706f6f;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.5px;
}

/* awwards */
#awards {
  min-height: 404px;
  background: #fff;
  overflow: hidden;
}
#awards .btn.buy {
  max-width: 239px;
  margin-top: 150px;
  width: 18%;
  margin-right: 2%;
  margin-left: 0;
  margin-bottom: 50px;
}

p.awards.heading {
  float: left;
  display: block;
  font-size: 31px;
  text-align: center;
  margin-top: 170px;
  width: 18%;
  margin-left: 2%;
}

.awards-img-container {
  width: 20%;
  float: left;
  margin-top: 110px;
}
.awards-img-container .img-desc {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  text-align: center;
  color: #0099ce;
}
.awards-img-container img {
  width: 100%;
  max-width: 149px;
  display: block;
  margin: 0 auto;
}

/* package */
#package {
  min-height: 489px;
  background: #f3f3f3;
  overflow: hidden;
  /*	min-height:800px;
  	background:#f3f3f3 url(../img/package-bg.png) no-repeat;
  	background-size: contain;
  	background-attachment: fixed;
      background-position: center center;
  */
}
#package p.heading {
  font-size: 31px;
  text-align: left;
  margin-top: 170px;
}
#package p.desc {
  margin-top: 35px;
  font-size: 18px;
  line-height: 25px;
  color: #706f6f;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.2px;
}
#package p.desc span {
  color: #0099ce;
}

#package-left {
  width: 30%;
  margin-left: 2%;
  float: left;
}
#package-left .btn.buy {
  margin-top: 55px;
  margin-left: 0;
}

#package-right {
  width: 54%;
  margin-left: 12%;
  float: left;
  /*		.width-style{
  		max-width: 230px;
  		margin-right:5%;
  		width: 35%;
  	}

  	img{
  		margin-top:50px;
  		display:block;
  		width: 60%;
  		max-width:476px;
  		float: left;
  	}*/
}
#package-right img {
  display: block;
  width: 90%;
  max-width: 795px;
  float: left;
  margin: 100px auto 50px auto;
}

/* package liquid */
#package.liquid {
  background: #fff;
  border-bottom: 1px solid #668eaf;
  min-height: 489px;
}

/* try */
#try {
  min-height: 736px;
  background: #fff;
  overflow: hidden;
}
#try p.heading {
  font-size: 46px;
  font-weight: 700;
  font-family: "museo-sans-rounded", sans-serif;
  color: #163f8a;
  margin-top: 45px;
  margin-left: 5%;
}
#try p.try.heading {
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  color: #84898d;
  font-family: "museo-sans-rounded", sans-serif;
  letter-spacing: 0.3px;
  margin-left: 0;
}
#try p.try.heading span {
  font-size: 21px;
  line-height: 37.5px;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  color: #163f8a;
}
#try p.try.desc {
  font-size: 16.5px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #163f8a;
  font-family: "roboto", sans-serif;
  margin-top: 30px;
}

#try-wrapper {
  margin-top: 100px;
}

#try-left {
  width: 30%;
  margin-left: 15%;
  margin-right: 5%;
  float: left;
}

#try-right {
  width: 30%;
  margin-left: 5%;
  margin-right: 15%;
  float: left;
}
#try-right img.image-height {
  max-height: 300px;
}

#try-wrapper-liquid {
  width: 40%;
  margin: 100px auto 0 auto;
  overflow: hidden;
}
#try-wrapper-liquid #try-left {
  width: 50%;
  margin: 0 auto;
  float: none;
}

/* products - HOME*/
#products {
  margin-top: -180px;
  margin-bottom: 130px;
  position: relative;
  z-index: 2;
}
#products .side-wrapper {
  overflow: hidden;
}
#products .side-wrapper .products-name {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 39px;
  font-family: "museo-sans-rounded", sans-serif;
  color: #163f8a;
  letter-spacing: 0.3px;
}
#products .side-wrapper .products-desc {
  font-size: 23px;
  font-family: "Roboto", sans-serif;
  color: #163f8a;
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 29px;
  margin-bottom: 38px;
}
#products .side-wrapper #products-left {
  width: 30%;
  float: left;
  margin-left: 12.5%;
  margin-right: 10%;
}
#products .side-wrapper #products-left img {
  width: 100%;
  max-width: 465px;
  min-width: 400px;
}
#products .side-wrapper #products-right {
  width: 30%;
  float: left;
  margin-top: 240px;
  margin-right: 12.5%;
}
#products .side-wrapper #products-right img {
  width: 100%;
  max-width: 456px;
}

/* application liquid*/
#application {
  min-height: 292px;
  background: #def2f9;
  overflow: hidden;
}
#application #application-wrapper {
  margin-top: 68px;
  overflow: hidden;
}
#application p.heading {
  font-size: 31px;
  color: #0090bf;
}
#application ul {
  list-style-image: url(../img/list-image.png);
  margin-top: 45px;
  margin-bottom: 90px;
  margin-left: 24px;
}
#application ul li {
  font-size: 18px;
  line-height: 32px;
  color: #706f6f;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.5px;
}

#application-left {
  width: 40%;
  margin-left: 5%;
  margin-right: 1%;
  float: left;
}

#application-right {
  text-align: center;
  width: 48%;
  margin-right: 5%;
  margin-left: 1%;
  float: left;
}
#application-right .image-box {
  width: 50%;
  float: left;
  margin-top: 50px;
}
#application-right .image-box .image-desc {
  color: #0090bf;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.5px;
}
#application-right .image-box .image-item {
  width: 30%;
  margin-right: 3.333%;
  float: left;
}
#application-right .image-box .image-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 109px;
}

/* efficiency  liquid */
#efficiency {
  min-height: 321px;
  overflow: hidden;
  background: url(../img/efficiency-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

#efficiency-wrapper {
  overflow: hidden;
  margin-bottom: 50px;
}

p.heading {
  font-size: 31px;
  color: #0090bf;
}

ul {
  list-style-image: url(../img/list-image.png);
  margin-top: 45px;
  margin-bottom: 90px;
  margin-left: 24px;
}
ul li {
  font-size: 18px;
  line-height: 32px;
  color: #706f6f;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.5px;
}
ul li span {
  color: #0090bf;
}

#efficiency-left {
  width: 43%;
  margin-left: 5%;
  margin-right: 2%;
  float: left;
  margin-top: 60px;
}
#efficiency-left .efficiency-left-wrapper {
  width: 66%;
  float: left;
  margin-left: 4%;
}
#efficiency-left img {
  float: left;
  width: 30%;
  max-width: 197px;
}
#efficiency-left ul {
  width: 94%;
  margin-left: 6%;
  margin-top: 26px;
}

#efficiency-right {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
  margin-top: 60px;
}
#efficiency-right p.heading {
  color: #fff;
  text-align: center;
}
#efficiency-right img {
  float: left;
  margin-top: 40px;
  margin-left: 12%;
}
#efficiency-right .efficiency-desc {
  float: left;
  margin-top: 80px;
  margin-left: 5%;
  font-size: 18.75px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-family: "roboto", sans-serif;
  font-weight: 400;
}

/* Stages liquid */
#stages {
  min-height: 693px;
  background: #f0f0f0;
  overflow: hidden;
}
#stages p.heading {
  margin-top: 50px;
  margin-left: 5%;
}
#stages p.heading-desc {
  margin-left: 5%;
  margin-top: 20px;
  font-size: 18.75px;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  line-height: 25px;
  color: #706f6f;
  letter-spacing: 0.2px;
}
#stages #stages-wrapper {
  margin-top: 57px;
}

.stages-header {
  font-size: 18.75px;
  line-height: 28px;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  color: #706f6f;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 65px;
}

.stages-desc {
  font-size: 18.75px;
  line-height: 25px;
  color: #706f6f;
  letter-spacing: 0.1px;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  padding-left: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.stages-desc.image-1 {
  background: url(../img/stages-images-1.png) no-repeat;
}

.stages-desc.image-2 {
  background: url(../img/stages-images-2.png) no-repeat;
}

.stages-desc.image-3 {
  background: url(../img/stages-images-3.png) no-repeat;
}

.stages-desc.image-4 {
  background: url(../img/stages-images-4.png) no-repeat;
  background-position-y: center;
}

.stages-desc.no-image {
  padding-left: 0;
}

#stages-left {
  width: 43%;
  margin-left: 5%;
  margin-right: 2%;
  float: left;
}

#stages-right {
  width: 43%;
  margin-left: 2%;
  margin-right: 5%;
  float: left;
}

/* Allergoff spray and liquid END */
/* CONTACT - contact */
#contact .side-wrapper {
  margin-top: 50px;
  overflow: hidden;
}

#contact-left {
  float: left;
  width: 45%;
  margin-left: 5%;
}

#contact-right {
  float: left;
  width: 45%;
  margin-right: 5%;
}
#contact-right input,
#contact-right textarea {
  width: 96%;
  background: #e6e6e6;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 18.5px;
  line-height: 28px;
  font-weight: 300;
  color: #575756;
}
#contact-right input {
  height: 65px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 2%;
}
#contact-right textarea {
  height: 272px;
  padding: 2%;
  font-family: "roboto", sans-serif;
}
#contact-right button {
  width: 30%;
  border: 1px solid #0099ce;
  height: 58px;
  line-height: 58px;
  padding: 0;
  margin-left: 70%;
  margin-top: 20px;
  cursor: pointer;
}
#contact-right button:hover {
  color: #0099ce;
  background: none;
}

.contact-left-left {
  float: left;
  width: 50%;
}

.contact-left-right {
  float: left;
  width: 50%;
}

.contact.heading.dark-blue {
  font-size: 31px;
  line-height: 37.5px;
  color: #004379;
}

#info-pharmacy {
  clear: both;
  margin-top: 64px;
  overflow: hidden;
}
#info-pharmacy .contact.desc {
  font-size: 23px;
  line-height: 35.5px;
}

/* Reviews */
#reviews {
  background: #0099ce;
  padding-top: 100px;
  padding-bottom: 34px;
}
#reviews .owl-carousel {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  font-family: "roboto", sans-serif;
}
#reviews .owl-carousel .owl-prev,
#reviews .owl-carousel .owl-next {
  display: block;
  width: 29px;
  height: 40px;
  position: absolute;
  top: 200px;
  cursor: pointer;
}
#reviews .owl-carousel .owl-prev {
  background: url(../img/reviews-prev.png) no-repeat;
  left: 0;
}
#reviews .owl-carousel .owl-next {
  background: url(../img/reviews-next.png) no-repeat;
  right: 0;
}
#reviews .owl-carousel .item img.opinie-image {
  width: 145px;
  height: 143px;
  display: block;
  margin: 0 auto;
}
#reviews .owl-carousel .item .reviews-text {
  font-size: 18px;
  color: #fff;
  font-family: "roboto", sans-serif;
  line-height: 22px;
  margin: 45px auto 50px auto;
  text-align: center;
  width: 80%;
}
#reviews .owl-carousel .item .reviews-author {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
}

/* END Reviews */
/* Footer */
#footer {
  border-top: 1px solid #5582a6;
  clear: both;
  padding-bottom: 20px;
  font-family: "roboto", sans-serif;
}
#footer .side-wrapper {
  margin-top: 37px;
  width: 90%;
}
#footer ul li {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 28px;
  list-style-image: none;
  color: #163f8a;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer #footer-column-1 {
  width: 10%;
  margin-right: 2%;
  /*margin-right: 30px;*/
}
#footer #footer-column-1 img {
  width: 100%;
  max-width: 136px;
}
#footer #footer-column-2 {
  width: 25%;
  margin-right: 8%;
  /*margin-right:90px;*/
}
#footer #footer-column-2 p {
  font-size: 19px;
  line-height: 28px;
}
#footer #footer-column-3 {
  width: 25%;
  /*margin-right: 300px;*/
}
#footer #footer-column-4 {
  width: 25%;
  display: flex;
  flex-direction: column;
}
#footer #footer-column-4 p {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}
#footer #footer-column-4 a.facebook {
  display: block;
  text-align: right;
  margin-bottom: 75px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
#footer #footer-column-1,
#footer #footer-column-2,
#footer #footer-column-3,
#footer #footer-column-4 {
  float: left;
  color: #163f8a;
}
#footer #footer-column-1 a,
#footer #footer-column-2 a,
#footer #footer-column-3 a,
#footer #footer-column-4 a {
  color: #163f8a;
}
#footer #footer-column-4 a.btn.contact-form {
  width: 100%;
  cursor: pointer;
  color: #fff;
  margin-top: 19px;
  margin-bottom: 20px;
}
#footer #footer-column-4 a.btn.contact-form:hover {
  color: #0099ce;
  background: none;
  border: 1px solid #0099ce;
  height: 52px;
  line-height: 52px;
}
#footer #copyright {
  clear: both;
  text-align: right;
  color: #163f8a;
  font-size: 16px;
  font-weight: 300;
  margin-top: 75px;
}
#footer #copyright a {
  color: #163f8a;
}

#header-wrapper.cookies {
  background: none;
  height: auto;
}
#header-wrapper.cookies .lanWrapper {
  top: 0;
}

.cookies {
  font-family: "roboto", sans-serif;
  display: block;
  color: #5f605f;
  padding-top: 75px;
  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;
}
.cookies .side-wrapper .content-wrapper h2 {
  font-size: 36px;
  padding-bottom: 50px;
}
.cookies .side-wrapper .content-wrapper h3 {
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 24px;
}
.cookies .side-wrapper .content-wrapper p {
  margin-bottom: 30px;
}
.cookies .side-wrapper .content-wrapper ul {
  padding-left: 20px;
  margin: 35px 0;
  box-sizing: border-box;
}
.cookies .side-wrapper .content-wrapper ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  list-style: disc;
  margin-bottom: 10px;
  color: #5f605f;
}
.cookies .side-wrapper a {
  color: #0090bf;
}
.cookies .side-wrapper a:hover {
  text-decoration: underline;
}
.cookies .side-wrapper strong {
  color: #0090bf;
}
.cookies .side-wrapper .btn-wrapper {
  text-align: center;
  margin: 60px;
}
.cookies .side-wrapper .btn-wrapper a {
  color: #ffffff;
  font-weight: 400;
}
.cookies .side-wrapper .btn-wrapper a:hover {
  color: #0090bf;
  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-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  background-color: #0090bf;
  padding: 0px;
}

/* Responsive */
@media all and (max-width: 1500px) {
  #header-wrapper.home .owl-carousel img.family-image {
    max-width: 900px;
    right: 5%;
  }
  #header-wrapper.home .owl-carousel img.girl-image {
    max-width: 550px;
    right: 5%;
  }
  #header-wrapper.home .owl-carousel img.insect-image {
    max-width: 600px;
    right: 5%;
  }
  #header-wrapper.home .owl-carousel h2 {
    left: 15%;
  }
  #products .side-wrapper #products-right {
    float: right;
    margin-top: 200px;
  }
}
@media all and (max-width: 1400px) {
  #action-right.pl {
    margin-top: 80px;
  }
}
@media all and (max-width: 1350px) {
  #use-info .use-box {
    width: 85%;
  }
  #use-info .use-box.two {
    width: 65%;
  }
  #products .side-wrapper .products-name {
    font-size: 35px;
  }
  #products .side-wrapper .products-desc {
    margin-top: 30px;
  }
}
@media all and (max-width: 1200px) {
  #products .side-wrapper #products-left img {
    min-width: 350px;
  }
  #products .side-wrapper #products-right {
    margin-top: 55px;
  }
  #products {
    margin-top: 0px;
  }
  #header-wrapper.home .owl-carousel .item,
  #header-wrapper.home {
    height: 700px;
  }
  #header-wrapper.cookies {
    height: auto;
  }
  #header-wrapper.home .owl-carousel img.family-image {
    max-width: 850px;
    right: 3%;
    width: 85%;
  }
  #header-wrapper.home .owl-carousel img.girl-image {
    max-width: 500px;
    right: 3%;
  }
  #header-wrapper.home .owl-carousel img.insect-image {
    max-width: 550px;
    right: 3%;
  }
  #header-wrapper.home .owl-carousel h2 {
    left: 10%;
  }
  .video-wrapper iframe {
    width: 1000px;
    height: 564px;
  }
  .video-run {
    height: 564px;
  }
  #try-wrapper-liquid {
    width: 60%;
  }
  #action-right {
    margin-top: 80px;
  }
  #action-right.pl {
    margin-top: 130px;
  }
  #use-info .use-box {
    width: 95%;
  }
  #use-info .use-box.two {
    width: 75%;
  }
  #footer-column-1 {
    width: 20% !important;
  }
  #footer-column-2 {
    float: none !important;
    overflow: hidden;
    width: 72% !important;
  }
  #footer-column-3,
  #footer-column-4 {
    width: 45% !important;
    margin-left: 2.5%;
    margin-right: 2.5% !important;
    margin-top: 80px;
  }
  #footer #copyright {
    text-align: center;
    margin-top: 0;
  }
  #header-wrapper.allergoff-spray #header-content {
    width: 55%;
  }
}
@media all and (max-width: 1000px) {
  .lanWrapper #lan {
    right: 3%;
  }
  .video-wrapper iframe {
    width: 800px;
    height: 451px;
  }
  .video-run {
    height: 451px;
  }
  #recommended-left,
  #recommended-right,
  #neutral-left,
  #neutral-right,
  #action-left,
  #action-right,
  #security-left,
  #security-right,
  #advantages-left,
  #advantages-right,
  #package-left,
  #package-right,
  #try-left,
  #try-right,
  #application-left,
  #application-right,
  #efficiency-left,
  #efficiency-right,
  #stages-left,
  #stages-right {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #neutral-right ul li {
    width: 25%;
  }
  #neutral-right ul {
    float: none;
    margin-bottom: 50px;
    overflow: hidden;
  }
  #stages-right {
    margin: 50px auto;
  }
  #application-right {
    margin-bottom: 50px;
    overflow: hidden;
  }
  #application-right .image-box {
    margin-top: 0;
  }
  p.awards.heading {
    float: none;
    text-align: center;
    width: 100%;
  }
  #awards .btn.buy {
    display: block;
    clear: both;
    margin: 30px auto;
    min-width: 200px;
  }
  .awards-img-container {
    margin: 50px 0 50px 10%;
  }
  #try-left,
  #try-right {
    width: 70%;
  }
  #try-right {
    margin-top: 50px;
  }
  #security-left img {
    float: none;
  }
  #advantages {
    background: none;
  }
  #efficiency {
    background: none;
  }
  #efficiency-wrapper {
    margin-bottom: 0;
  }
  #efficiency-left {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 60px 0;
  }
  #efficiency-left img {
    margin-left: 5%;
    margin-bottom: 40px;
  }
  #efficiency-left .efficiency-left-wrapper {
    margin-left: 10%;
  }
  #efficiency-right {
    width: 100%;
    background: #57b6d5;
    overflow: hidden;
    padding: 60px 0;
  }
  #advantages-left {
    background: #e0f2f7;
    width: 95%;
    overflow: hidden;
  }
  #advantages-right {
    background: #f3f3f3;
    width: 95%;
    overflow: hidden;
  }
  #action-right img {
    display: block;
    margin: 100px auto;
  }
  #advantages-right .advantages-content {
    width: 42%;
    margin-left: 4%;
  }
  #use-info .use-box .use-desc.right {
    right: 100px;
  }
  #use-info .use-box .use-desc {
    display: block;
    width: 20%;
    top: 32px;
  }
  #header-wrapper.home h2 {
    left: 5%;
  }
  #top {
    position: fixed;
    background: #fff;
  }
  #top #mobile {
    display: block;
  }
  #top #menu {
    text-align: center;
    background: #fff;
    position: absolute;
    top: 73px;
    width: 100%;
    display: none;
    z-index: 2;
  }
  #top #menu ul li {
    display: block;
    margin: 0 40px;
    text-align: center;
    padding: 10px 0;
  }
  #top #menu ul li a {
    display: block;
    color: #163f8a;
    font-size: 19.44px;
  }
  #top #menu ul li a:hover {
    font-weight: 700;
  }
  #top #lan {
    right: 2%;
  }
  .cookies .side-wrapper .content-wrapper .cookie-policy-wrapper h3 {
    font-size: 21px;
  }
  .cookies .side-wrapper .content-wrapper .cookie-policy-wrapper,
  .cookies .side-wrapper .content-wrapper .cookie-policy-wrapper ul li {
    font-size: 18px;
  }
}
@media all and (max-width: 900px) {
  .video-wrapper iframe {
    width: 600px;
    height: 338px;
  }
  .video-run {
    height: 422px;
  }
  #header-wrapper.allergoff-plyn,
  #header-wrapper.allergoff-spray,
  #header-wrapper.allergoff-spray.en,
  #header-wrapper.allergoff-plyn.en {
    background: #fff;
    background-image: none;
  }
  #header-wrapper.allergoff-plyn #header-content,
  #header-wrapper.allergoff-spray #header-content {
    width: 90%;
    padding-top: 50px;
  }
  #header-wrapper.allergoff-plyn h2,
  #header-wrapper.allergoff-spray h2 {
    position: static;
    padding-top: 130px;
    margin-left: 5%;
  }
  #header-wrapper.allergoff-plyn img {
    display: block;
    width: 80%;
    max-width: 596px;
    margin: 80px auto 50px auto;
  }
  #header-wrapper.allergoff-spray img {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 80px auto 50px auto;
  }
  #products .side-wrapper #products-left,
  #products .side-wrapper #products-right {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
  }
  #use-info .use-box {
    background: none;
  }
  #use-info .use-box .use-desc {
    width: auto;
  }
  .use-box img {
    display: none;
  }
  #use-info .use-box.two {
    width: 95%;
  }
  #use-info .use-box .use-desc.left {
    left: 50px;
  }
  #use-info .use-box .use-desc.right {
    right: 50px;
  }
}
@media all and (max-width: 850px) {
  #top #logo {
    left: 10%;
  }
  #header-wrapper.home .owl-carousel h2 {
    top: 72px;
  }
  #header-wrapper.home .owl-carousel img.family-image {
    width: 90%;
  }
  #products .side-wrapper #products-left img {
    min-width: 300px;
    margin-top: 50px;
  }
}
@media all and (max-width: 760px) {
  #products .side-wrapper #products-left,
  #products .side-wrapper #products-right {
    float: none;
    width: 90%;
    margin-top: 50px;
  }
  #products {
    margin-top: 0;
  }
  #products .side-wrapper #products-left img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    min-width: 0;
    width: 70%;
  }
  #products .side-wrapper #products-right .btn.more {
    display: block;
    margin: 0 auto;
  }
  #contact-left,
  #contact-right {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 650px) {
  .video-wrapper {
    padding: 80px 0;
  }
  .video-wrapper iframe {
    width: 550px;
    height: 309px;
  }
  .video-run {
    height: 338px;
  }
  #header-wrapper.home {
    position: static;
    background-attachment: scroll;
    background-position: top;
    background-size: cover;
    height: 550px;
  }
  #header-wrapper.home .owl-carousel .item {
    height: 550px;
  }
  #products {
    padding-top: 50px;
  }
  #products .side-wrapper #products-left,
  #products .side-wrapper #products-right {
    width: 90%;
    float: none;
    margin-left: 5%;
    margin-right: 5%;
  }
  #header-wrapper.home h2 {
    position: static;
    font-size: 36px;
    width: 100%;
  }
  #application-right .image-box {
    float: none;
    width: 100%;
  }
  #use-info .use-box .use-desc {
    width: 20%;
  }
  #cookies-message p {
    font-size: 12px;
    line-height: 14px;
  }
  #header-wrapper.home .owl-carousel img.girl-image,
  #header-wrapper.home .owl-carousel img.insect-image {
    max-width: 400px;
  }
}
@media all and (max-width: 600px) {
  #footer #footer-column-1 {
    width: 80% !important;
    margin-bottom: 50px;
  }
  #footer #footer-column-1,
  #footer #footer-column-2 {
    float: none;
    width: 90%;
    margin-left: 5%;
  }
  #footer #footer-column-3 {
    margin-top: 40px;
  }
  #footer ul li {
    margin-left: 20px;
  }
  #header-wrapper.home .owl-carousel .owl-next,
  #header-wrapper.home .owl-carousel .owl-prev {
    display: none;
  }
  #header-wrapper.home .owl-carousel h2 {
    font-size: 41px;
  }
  #header-wrapper.home .owl-carousel img.family-image {
    width: 100%;
  }
  #footer #footer-column-3,
  #footer #footer-column-4 {
    float: none;
    width: 90% !important;
    margin-left: 5%;
  }
  #efficiency-left img {
    width: 90%;
  }
  #try-wrapper-liquid {
    width: 90%;
  }
  #recommended-right {
    width: 80%;
  }
  #action-left .action-box-1,
  #action-left .action-box-2 {
    background: none;
    padding-right: 5%;
    width: 95%;
  }
  #security-right {
    width: 80%;
  }
  #advantages-right img,
  #advantages-left img {
    display: none;
  }
  #advantages-left .advantages-content,
  #advantages-right .advantages-content {
    float: none;
    width: 80%;
    margin-left: 10%;
  }
  .awards-img-container {
    float: none;
    margin: 50px auto;
    min-width: 149px;
  }
  .awards-img-container img {
    min-width: 149px;
  }
  #use-info .use-box .use-desc {
    position: static;
    text-align: center;
    width: 90%;
    margin: 10px 5%;
  }
  #use-info #use-image-gl {
    position: static;
    width: 30%;
    margin-left: 35%;
  }
  #neutral-right ul li {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
}
@media all and (max-width: 550px) {
  .video-wrapper iframe {
    width: 320px;
    height: 180px;
  }
  .video-run {
    height: 180px;
  }
  .contact-left-right,
  .contact-left-left {
    float: none;
    width: 90%;
    margin-left: 5%;
  }
  .stages-desc {
    padding-left: 50%;
  }
  #try-wrapper-liquid {
    width: 90%;
  }
  #try-wrapper-liquid #try-left {
    width: 80%;
  }
  #header-wrapper.home {
    height: 480px;
  }
  #header-wrapper.home .owl-carousel .item {
    height: 480px;
  }
  #header-wrapper.cookies {
    height: auto;
  }
  #products .side-wrapper .products-name {
    font-size: 28px;
  }
  #products .side-wrapper .products-desc {
    font-size: 20px;
  }
  #reviews .owl-carousel .owl-prev,
  #reviews .owl-carousel .owl-next {
    display: none;
  }
  #recommended-left p.heading,
  #neutral-left p.heading {
    margin-top: 70px;
  }
  #recommended-right ul {
    margin-left: 5%;
  }
  #recommended-right ul li {
    padding-left: 20px;
  }
  #action-left .action-box-1 {
    margin-top: 80px;
  }
  #security-left p.heading {
    margin-top: 70px;
  }
  #security-left img {
    width: 100%;
    margin-top: 50px;
  }
  #security-right ul {
    margin-top: 50px;
  }
  #security-right ul {
    margin-left: 5%;
  }
  #security-right ul li {
    padding-left: 20px;
  }
  #advantages-right p.heading,
  #advantages-left p.heading {
    margin-top: 70px;
  }
  #advantages-right ul {
    margin-left: 5%;
  }
  #advantages-right ul li {
    padding-left: 20px;
  }
  .video-wrapper {
    padding: 0;
  }
  p.awards.heading {
    margin-top: 70px;
  }
  .cookies .side-wrapper .content-wrapper .cookie-policy-wrapper h3 {
    font-size: 18px;
  }
  .cookies .side-wrapper .content-wrapper .cookie-policy-wrapper,
  .cookies .side-wrapper .content-wrapper .cookie-policy-wrapper p,
  .cookies .side-wrapper .content-wrapper .cookie-policy-wrapper ul li {
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 16px;
  }
  .cookies .side-wrapper .content-wrapper .cookie-policy-wrapper ul {
    margin: 15px 0;
  }
  .cookies .side-wrapper .content-wrapper .btn-wrapper a {
    width: 155px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1025px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1025px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1025px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1025px) {
  #header-wrapper.allergoff-plyn,
  #header-wrapper.allergoff-spray,
  #header-wrapper.home,
  #header-wrapper.allergoff-plyn.en,
  #header-wrapper.allergoff-spray.en {
    background-attachment: inherit;
  }
}/*# sourceMappingURL=style.css.map */