/**
 * /* Scss Document
 *
 * @format
 */
body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

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

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

.section-title {
  font-size: 70px;
  font-weight: 700;
}

.section-desc,
.product-name {
  font-size: 22.7px;
  font-weight: 400;
  margin: 30px 0;
  line-height: 1.2;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.btn {
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 40px;
  margin: 25px 0;
  cursor: pointer;
}
.btn:hover {
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.24);
}

.btn.red {
  background: #bd0037;
  color: #fff;
}
.btn.red:hover {
  background: #bd0037; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bd0037 0%, #770022 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bd0037", endColorstr="#770022",GradientType=0 ); /* IE6-9 */
}

.btn.green {
  background: #00ff7e;
  color: #26214e;
}
.btn.green:hover {
  background: #00ff7e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00ff7e 0%, #15d373 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ff7e", endColorstr="#15d373",GradientType=0 ); /* IE6-9 */
}

.btn.purple {
  background: #3e329a;
  color: #fff;
}
.btn.purple:hover {
  background: #3e329a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3e329a 0%, #292166 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3e329a", endColorstr="#292166",GradientType=0 ); /* IE6-9 */
}

.btn.white {
  background: #ededed;
  color: #3e329a;
}
.btn.white:hover {
  background: #ededed; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ededed 0%, #c6c6c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#c6c6c6",GradientType=0 ); /* IE6-9 */
}

.btn-shop {
  background-image: url(../img/icon/shop-icon-white.png);
  background-repeat: no-repeat;
  background-size: 21px 18px;
  background-position: center;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 68px;
  height: 68px;
  margin: 25px 0;
  cursor: pointer;
}
.btn-shop:hover {
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.24);
}

.btn-shop.green {
  background-image: url(../img/icon/shop-icon.png);
  background-color: #00ff7e;
}

.btn-shop.white {
  background-image: url(../img/icon/shop-purple-icon.png);
  background-color: #ededed;
}

.btn-more {
  background-image: url(../img/icon/arrow-down-icon-white.png);
  background-repeat: no-repeat;
  background-size: 22px 14px;
  background-position: center;
  background-color: #3e329a;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 58px;
  height: 58px;
  margin: 25px 0;
  cursor: pointer;
}
.btn-more:hover {
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.24);
}

.btn-more.purple {
  background-color: #3e329a;
}

.btn-more.green {
  background-image: url(../img/icon/arrow-down-icon-purple.png);
  background-color: #00ff7e;
}

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;
  display: none;
}

#menu_link {
  display: block;
  width: 22px;
  height: 40px;
  position: fixed;
  right: 80px;
  top: 25px;
  z-index: 1003;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

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

#menu_link span:nth-child(1) {
  width: 12px;
}

#menu_link span:nth-child(2) {
  width: 16px;
}

#menu_link span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #26214e;
  margin: 4px 0 6px auto;
  transition: all 0.3s ease-in;
}

#menu_link span.close_1 {
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

#menu_link span.close_2 {
  display: none;
}

#menu_link span.close_3 {
  transform: rotate(-45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

#product-presentation-1.other-bg {
  padding-top: 100px;
  background-color: #ededed;
}
#product-presentation-1.other-bg .belt {
  background-color: #fff;
}

#product-presentation-1 {
  padding-top: 50px;
}
#product-presentation-1 .content {
  color: #26214e;
  line-height: 1.2;
  width: 100%;
  text-align: left;
  padding-bottom: 100px;
  left: 0;
  position: relative;
  z-index: 2;
}
#product-presentation-1 .content .section-title {
  font-size: 40px;
  margin-bottom: 60px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
#product-presentation-1 .content .btn {
  margin: 0 2% 0 0;
  position: relative;
  z-index: 2;
  vertical-align: bottom;
}
#product-presentation-1 .content .btn-shop {
  background-color: #3e329a;
  margin: 0;
  position: relative;
  z-index: 2;
  vertical-align: bottom;
}
#product-presentation-1 .image-wrapper {
  width: 70%;
  position: absolute;
  bottom: -130px;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
#product-presentation-1 .image-wrapper img {
  display: block;
  max-width: 1029px;
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}
#product-presentation-1 .belt {
  background: #ededed;
  height: 150px;
  width: 100%;
  padding-top: 160px;
}
#product-presentation-1 .safety-claims {
  max-width: 800px;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#product-presentation-1 .safety-claims--mobile {
  padding-bottom: 50px;
  display: none;
  font-size: 15px;
}

#section-protection-removal {
  overflow: hidden;
  background: #26214e;
}
#section-protection-removal .content {
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}
#section-protection-removal .left {
  width: 54%;
  left: 0;
  position: relative;
  z-index: 1;
}
#section-protection-removal .left .image-bg {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 130%;
  position: absolute;
  width: 125%;
  height: 100%;
  right: -15%;
  bottom: 0;
  max-width: 759px;
}
#section-protection-removal .trapez-bg {
  position: absolute;
  top: 0;
  right: -4%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #26214e;
  transform: skew(-15deg, 0deg);
  border-left: 3px solid #fff;
}
#section-protection-removal .right {
  width: 54%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}
#section-protection-removal .right .image-bg-wrapper {
  position: absolute;
  width: 115%;
  height: 100%;
  left: -6%;
  bottom: 0;
  max-width: 521px;
  transform: skew(15deg, 0deg) !important;
}
#section-protection-removal .right .image-bg {
  background-repeat: no-repeat;
  background-position: left 100% bottom -80px;
  background-size: auto 120%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0;
}
#section-protection-removal .right .content {
  text-align: right;
}

#header {
  margin-top: 175px;
  position: relative;
}
#header .header-curtain {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

/* HEADER */
#header.product {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  max-height: none;
}
#header.product:before {
  content: "";
  display: block;
  background-color: #0f017c;
  opacity: 0.75;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
#header.product .content {
  font-size: 70px;
  color: #fff;
  width: 43%;
  padding: 100px 0 80px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
#header.product .content:first-child {
  margin-left: 0;
  margin-right: 6%;
}
#header.product .content:first-child .section-title {
  margin-top: 50px;
}
#header.product .content:last-child {
  margin-left: 4%;
  margin-right: 0;
}
#header.product .content:last-child .section-title {
  font-size: 40px;
}
#header.product .content ul {
  list-style: none;
  max-width: 470px;
}
#header.product .content ul li {
  background-image: url(../img/icon/plus-3-icon.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left top;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 28px;
  margin-bottom: 20px;
}
#header.product .section-desc {
  font-size: 30px;
  font-weight: 400;
}
#header.product .section-desc div {
  font-size: 20px;
}

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

.side-wrapper {
  position: relative;
  height: 100%;
}

#menu-curtain {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 5, 30, 0.6);
  z-index: 1001;
  transition: all 0.3s ease-in;
}

#top.mobile {
  height: 100px;
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.3s ease-in;
}
#top.mobile #menu-curtain.visible {
  visibility: visible;
  opacity: 1;
}
#top.mobile #mobile {
  display: block;
  z-index: 1003;
  transition: all 0.3s ease-in;
}
#top.mobile #menu_link span.close_1,
#top.mobile #menu_link span.close_3 {
  background: #fff;
}
#top.mobile #menu {
  display: none;
  min-height: 100%;
}
#top.mobile #menu.open {
  display: block;
}
#top.mobile #menu.close {
  display: none;
}
#top.mobile #logo img {
  height: 75%;
}
#top.mobile #menu {
  width: 100%;
  background: #26214e;
  position: fixed;
  min-width: 1400px;
  padding-left: 0;
  z-index: 1002;
  right: -1400px;
  background-color: transparent;
  background-image: linear-gradient(280deg, #26214e 30%, rgba(255, 255, 255, 0) 30%);
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
#top.mobile #menu .menu-menu-glowne-container {
  height: 80%;
  top: 0;
  position: absolute;
  width: 100%;
}
#top.mobile #menu .menu-menu-opcje-container {
  height: 15%;
  bottom: 10%;
  position: absolute;
  width: 100%;
}
#top.mobile #menu .menu-menu-opcje-container ul {
  margin-top: 0;
}
#top.mobile #menu .menu-menu-jezykowe-container {
  height: 15%;
  bottom: 0;
  position: absolute;
  width: 100%;
}
#top.mobile #menu .menu-menu-jezykowe-container ul {
  margin-top: 0;
}
#top.mobile #menu ul {
  float: none;
  overflow: auto;
  height: 80%;
  margin-top: 100px;
  padding-top: 0;
  text-align: right;
  margin-right: 80px;
}
#top.mobile #menu ul .arrow {
  display: none;
}
#top.mobile #menu ul:hover .arrow {
  display: none;
}
#top.mobile #menu ul .sklep {
  background-image: url(../img/icon/shop-icon-white.png);
  background-size: 21px 18px;
  background-position: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: right;
  border: 2px solid #3e329a;
  padding: 0;
  margin-top: 40px;
  vertical-align: top;
}
#top.mobile #menu ul .sklep:hover {
  background-color: #3e329a;
}
#top.mobile #menu ul .facebook {
  background-image: url(../img/icon/facebook-icon-white.png);
  background-size: 14px 29px;
  background-position: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: right;
  border: 2px solid #3e329a;
  padding: 0;
  margin-top: 40px;
  vertical-align: top;
}
#top.mobile #menu ul .facebook:hover {
  background-color: #3e329a;
}
#top.mobile #menu ul .jezyk {
  background-image: url(../img/icon/flag-icon-white.png);
  background-size: 26px 19px;
  background-position: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border: 2px solid #3e329a;
  padding: 0;
  margin-top: 40px;
  vertical-align: top;
}
#top.mobile #menu ul .jezyk a {
  color: #26214e;
  line-height: 50px;
  font-weight: 700;
}
#top.mobile #menu ul .jezyk:hover {
  background-color: #3e329a;
}
#top.mobile #menu ul li.current_page_item a {
  color: #fff;
}
#top.mobile #menu ul li {
  display: block;
  float: none;
  text-align: right;
  margin-right: 0;
  padding: 18px 0;
}
#top.mobile #menu ul li a {
  color: #fff;
}
#top.mobile #menu ul li .sub-menu {
  display: block;
  position: relative;
  background: none;
  padding: 20px 0 10px;
  margin-top: 0;
}
#top.mobile #menu ul li .sub-menu li {
  font-size: 16px;
  margin-right: 0;
  padding: 5px 0;
}

#top {
  height: 175px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 1000;
  top: 0;
  transition: all 0.3s ease-in;
}
#top h1 {
  text-indent: -9999em;
}
#top #logo {
  display: block;
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  margin: auto;
}
#top #logo img {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 90%;
  max-height: 135px;
}
#top #menu.open {
  display: block;
  right: 0;
}
#top #menu.menu-top-open {
  display: block !important;
  height: auto !important;
}
#top #menu {
  display: block;
  position: absolute;
  height: auto;
  width: 100%;
  right: 0;
  padding-left: 200px;
  box-sizing: border-box;
  transition: all 0.4s ease-in;
}
#top #menu .trapez-menu-bg {
  display: none;
}
#top #menu ul {
  position: absolute;
  right: 0;
  padding-top: 50px;
  /*		.arrow{
  	width: 18px;
  	height: 10px;
  	position: absolute;
  	bottom: 0;
  	background: url(../img/icon/point-icon.png) no-repeat;
  	background-size: contain;
  	left: 0;
  	right: 0;
  	margin: auto;
  	z-index: 1;
  	display: none;
  }*/
}
#top #menu ul#menu-menu-glowne {
  margin-right: 80px;
}
#top #menu ul#menu-menu-jezykowe {
  padding-top: 0;
}
#top #menu ul .arrow {
  width: 8px;
  height: 8px;
  border: solid #26214e;
  border-width: 0 3px 3px 0;
  padding: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#top #menu ul .facebook {
  width: 9px;
  height: 18px;
  background: url(../img/icon/facebook-icon.png) no-repeat;
  background-position: center top 33px;
  background-size: contain;
  margin: 0 0 0 20px;
  transition: all 0.3s linear;
}
#top #menu ul .facebook:hover {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
}
#top #menu ul .facebook a {
  display: block;
  width: 100%;
  height: 100%;
}
#top #menu ul .sklep {
  width: 21px;
  height: 18px;
  background: url(../img/icon/shop-icon.png) no-repeat;
  background-position: center top 33px;
  background-size: contain;
  margin: 0 20px;
  transition: all 0.3s linear;
}
#top #menu ul .sklep:hover {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
}
#top #menu ul .sklep a {
  display: block;
  width: 100%;
  height: 100%;
}
#top #menu ul .jezyk {
  width: 26px;
  height: 19px;
  background: url(../img/icon/flag-icon.png) no-repeat;
  background-position: center top 33px;
  background-size: contain;
  margin: 0 10px;
  transition: all 0.3s linear;
}
#top #menu ul .jezyk:hover {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
}
#top #menu ul .jezyk:last-child {
  margin-right: 0;
}
#top #menu ul .jezyk a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 19px;
}
#top #menu ul li.current_page_item a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#top #menu ul li.current_page_item a {
  display: inline-block;
  color: #26214e;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
#top #menu ul li.current_page_item ul li a {
  font-weight: 500;
}
#top #menu ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  float: left;
  margin: 0 30px;
  padding-top: 33px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
#top #menu ul li:hover .arrow {
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  bottom: -10px;
}
#top #menu ul li a:hover {
  font-weight: 700;
}
#top #menu ul li a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
#top #menu ul li a {
  display: inline-block;
  color: #26214e;
  position: relative;
  cursor: pointer;
}
#top #menu ul li:hover .sub-menu {
  display: block;
}
#top #menu ul li .sub-menu {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  background: #fff;
  padding-top: 80px;
}
#top #menu ul li .sub-menu li {
  float: none;
  font-size: 27px;
}
#top #menu ul li .sub-menu li a:hover {
  color: #cbcbcb;
  font-weight: 500;
}
#top #menu ul li .sub-menu li.all-products {
  display: block;
  font-size: 18px;
}

/* CSS Document */
/* HEADER */
#header.home {
  width: 100%;
  position: relative;
  max-height: none;
  height: auto;
}
#header.home .mobile {
  display: none;
}
#header.home .nk-awb {
  height: 100%;
}
#header.home .owl-dots {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  bottom: 50px;
  position: absolute;
  left: 0;
  right: 0;
}
#header.home .owl-dots .owl-dot {
  width: 30%;
  box-sizing: border-box;
}
#header.home .owl-dots .owl-dot.active span:after {
  content: "";
  display: block;
  width: calc(100% + 3px);
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 30px;
  background-color: #26214e;
  left: 0;
  right: 0;
  z-index: 2;
}
#header.home .owl-dots .owl-dot:first-child span {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#header.home .owl-dots .owl-dot:first-child span:after {
  left: 0;
  right: auto;
}
#header.home .owl-dots .owl-dot:first-child span:before {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  left: 0;
}
#header.home .owl-dots .owl-dot:last-child span {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#header.home .owl-dots .owl-dot:last-child span:after {
  right: 0;
  left: auto;
}
#header.home .owl-dots .owl-dot:last-child span:before {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  right: 0;
}
#header.home .owl-dots .owl-dot span {
  width: 100%;
  height: 18px;
  margin: 5px 0px;
  border: none;
  border-radius: 0;
  position: relative;
  background-color: #fff;
}
#header.home .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  box-shadow: 0px 1px 5px 0px rgba(119, 128, 133, 0.59) inset;
  left: 0;
  right: 0;
  margin: auto;
}
#header.home .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#header.home .owl-nav .owl-prev,
#header.home .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  background-color: transparent;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center left;
  width: 50px;
  height: 35px;
  transition: background-position 0.3s ease-in-out;
}
@media (hover: hover) {
  #header.home .owl-nav .owl-prev:hover,
  #header.home .owl-nav .owl-next:hover {
    background-position: center left 10px;
  }
}
@media (hover: none) {
  #header.home .owl-nav .owl-prev:active, #header.home .owl-nav .owl-prev:focus,
  #header.home .owl-nav .owl-next:active,
  #header.home .owl-nav .owl-next:focus {
    background-position: center left 10px;
  }
}
#header.home .owl-nav .owl-prev {
  left: 0px;
  transform: rotate(180deg);
}
#header.home .owl-nav .owl-next {
  right: 0px;
}
#header.home .side-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header.home .content {
  font-size: 70px;
  color: #fff;
  width: 90%;
  margin: 10% auto 0;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#header.home .content .logo-image {
  display: none;
}

/* HEADER END */
/* Section */
#section-info-1.home {
  padding-top: 150px;
}
#section-info-1.home .section-title {
  color: #26214e;
  margin-top: 50px;
  width: 90%;
  margin-left: auto;
}
#section-info-1.home .side-wrapper {
  overflow: hidden;
}
#section-info-1.home .left {
  float: left;
  width: 50%;
}
#section-info-1.home .right {
  float: left;
  width: 50%;
}
#section-info-1.home .right img {
  max-width: 100%;
  height: auto;
}
#section-info-1.home .carousel-wrapper {
  padding-top: 50px;
}
#section-info-1.home .carousel-wrapper .owl-carousel {
  margin-top: -80px;
}
#section-info-1.home .carousel-wrapper .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 50px;
  color: #000;
  height: 730px;
}
#section-info-1.home .carousel-wrapper .carousel-info-wrapper {
  padding: 50px 0;
  background: #26214e;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .side-wrapper {
  overflow: visible;
  padding-bottom: 20px;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn {
  display: inline-block;
  margin: 0 auto;
  width: 14%;
  min-width: 140px;
  position: relative;
  height: 200px;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle.active {
  box-shadow: -2px 5px 10px 0px rgba(119, 128, 133, 0.26) inset;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle.active span {
  display: block;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle.active:hover {
  box-shadow: -2px 5px 10px 0px rgba(119, 128, 133, 0.26) inset;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle {
  display: inline-block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 118px 117px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 80px auto 0;
  cursor: pointer;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle:hover {
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.5);
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle:hover span {
  display: block;
}
#section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle span {
  display: none;
  position: absolute;
  bottom: 140px;
  text-align: center;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #3e329a;
}

#section-info-2.home {
  margin-top: 80px;
  background: url(../img/background/home-section-info-3-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
}
#section-info-2.home .side-wrapper {
  padding: 60px 0;
}
#section-info-2.home .content {
  color: #fff;
  max-width: 700px;
  line-height: 1.2;
  width: 60%;
}
#section-info-2.home .content .section-title {
  font-size: 50px;
}
#section-info-2.home .image-wrapper {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
#section-info-2.home .image-wrapper img {
  max-width: 503px;
  width: 100%;
  height: auto;
}

#section-article.home {
  padding-bottom: 100px;
}
#section-article.home .home-article-wrapper {
  padding-top: 50px;
  text-align: left;
}
#section-article.home .home-article-wrapper .article-content-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1350px;
}
#section-article.home .home-article-wrapper .image-wrapper {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section-article.home .home-article-wrapper .article-title {
  color: #26214e;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 700;
  margin: 80px 0;
}
#section-article.home .home-article-wrapper .article-content {
  color: #26214e;
  line-height: 1.2;
}
#section-article.home .home-article-wrapper .article-content a {
  color: #3e329a;
  text-decoration: underline;
}
#section-article.home .home-article-wrapper .article-content h1,
#section-article.home .home-article-wrapper .article-content h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
#section-article.home .home-article-wrapper .article-content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 500;
}
#section-article.home .home-article-wrapper .article-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
#section-article.home .home-article-wrapper .article-content h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
#section-article.home .home-article-wrapper .article-content h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
#section-article.home .home-article-wrapper .article-content h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
#section-article.home .home-article-wrapper .article-content blockquote {
  font-size: 30px;
  color: #cbcbcb;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
  width: 90%;
  margin: 60px auto 60px;
}
#section-article.home .home-article-wrapper .article-content ul,
#section-article.home .home-article-wrapper .article-content ol {
  padding-left: 20px;
  margin-bottom: 40px;
}
#section-article.home .home-article-wrapper .article-content ul li,
#section-article.home .home-article-wrapper .article-content ol li {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
}
#section-article.home .home-article-wrapper .article-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 60px auto;
}
#section-article.home .home-article-wrapper #read-more {
  text-decoration: underline;
  cursor: pointer;
}
#section-article.home .section-title {
  color: #26214e;
  text-align: left;
}
#section-article.home .side-wrapper {
  text-align: center;
}
#section-article.home .item-wrapper {
  text-align: center;
  overflow: hidden;
  padding: 100px 0;
}
#section-article.home .item-wrapper .item {
  height: auto;
  vertical-align: top;
}
#section-article.home .item-wrapper .item .article-title {
  height: auto;
}
#section-article.home .item-wrapper .item .article-desc {
  margin-top: 20px;
  height: auto;
}

#section-info-3.home {
  background: url(../img/background/home-section-info-4-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
}
#section-info-3.home .side-wrapper {
  padding: 60px 0;
}
#section-info-3.home .content {
  color: #fff;
  max-width: 800px;
  line-height: 1.2;
  width: 60%;
  margin-left: auto;
  text-align: right;
  position: relative;
  z-index: 2;
}
#section-info-3.home .content .section-title {
  font-size: 50px;
}
#section-info-3.home .image-wrapper {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 450px;
  z-index: 1;
}
#section-info-3.home .image-wrapper img {
  max-width: 616px;
  width: 100%;
  height: auto;
}

/* CSS Document */
/* HEADER */
#header.removal {
  width: 100%;
  height: 800px;
  position: relative;
}
#header.removal .nk-awb {
  height: 100%;
}
#header.removal .side-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header.removal .content {
  font-size: 70px;
  color: #26214e;
  width: 90%;
  margin: 10% 0 0 5%;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 5%;
  max-width: 800px;
}
#header.removal .btn-more {
  background-color: #3e329a;
}

/* HEADER END */
/* Section */
#section-info-1.removal {
  padding: 120px 0;
  background-color: #3e329a;
}
#section-info-1.removal .section-desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
#section-info-1.removal .side-wrapper {
  overflow: hidden;
}
#section-info-1.removal .left {
  float: left;
  width: 35%;
}
#section-info-1.removal .right {
  float: right;
  width: 60%;
  text-align: center;
}
#section-info-1.removal .right img {
  display: inline-block;
  width: 20%;
  height: auto;
  margin: 20px 2%;
  min-width: 180px;
}

#section-info-2.removal .section-title {
  color: #26214e;
  margin-top: 50px;
  width: 90%;
  margin-left: auto;
}
#section-info-2.removal .side-wrapper {
  overflow: hidden;
}
#section-info-2.removal .info {
  display: block;
  font-size: 20px;
  color: #26214e;
  font-weight: 600;
  padding: 30px 5%;
  width: 85%;
  border-top: 2px solid #bd0037;
  border-bottom: 2px solid #bd0037;
  margin: 100px auto;
  line-height: 1.2;
  box-sizing: border-box;
}
#section-info-2.removal .right {
  float: right;
  width: 50%;
}
#section-info-2.removal .right .content {
  margin-top: 100px;
  color: #26214e;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 550px;
}
#section-info-2.removal .right .content p {
  margin: 30px 0;
}
#section-info-2.removal .left {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#section-info-2.removal .left img {
  display: block;
  width: 100%;
  max-width: 599px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#section-info-2.removal .box-content {
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  padding-left: 140px;
  padding-right: 20px;
  min-height: 140px;
}

#section-info-3.removal {
  margin-top: 180px;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
  background-color: #ededed;
}
#section-info-3.removal .side-wrapper {
  padding: 60px 0;
}
#section-info-3.removal .content {
  color: #26214e;
  line-height: 1.2;
  width: 45%;
  margin-left: 5%;
  overflow: hidden;
  padding-bottom: 80px;
}
#section-info-3.removal .content .section-title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
#section-info-3.removal .content .btn {
  float: left;
  margin: 0 2% 0 0;
}
#section-info-3.removal .content .btn-shop {
  background-color: #3e329a;
  float: left;
  margin: 0;
}
#section-info-3.removal .image-wrapper {
  width: 50%;
  position: absolute;
  bottom: -45%;
  right: 0;
  overflow: hidden;
}
#section-info-3.removal .image-wrapper img {
  display: block;
  max-width: 534px;
  width: 100%;
  height: auto;
  margin: 0 auto 0 0;
}

#section-info-4.removal {
  padding-top: 60px;
}
#section-info-4.removal .section-title {
  font-size: 40px;
  text-align: center;
  color: #26214e;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.2;
}
#section-info-4.removal .side-wrapper {
  text-align: center;
}
#section-info-4.removal .item-wrapper {
  text-align: center;
  overflow: hidden;
  padding: 50px 0 100px;
}
#section-info-4.removal .item-wrapper .item {
  float: left;
  width: 30.333%;
  margin: 0 1.5%;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}
#section-info-4.removal .item-wrapper .item .image-wrapper {
  display: block;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: default;
}
#section-info-4.removal .item-wrapper .item .image-wrapper .play-icon {
  display: block;
  width: 106px;
  height: 106px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  background-image: url(../img/icon/play-icon.png);
  background-repeat: no-repeat;
  background-size: 35px 46px;
  background-position: left 58% center;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.24);
}
#section-info-4.removal .item-wrapper .item .image-wrapper:hover .curtain {
  opacity: 0;
}
#section-info-4.removal .item-wrapper .item .image-wrapper .curtain {
  width: 100%;
  height: 100%;
  background: rgba(140, 0, 41, 0.6);
  position: absolute;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#section-info-4.removal .item-wrapper .item .item-title {
  display: inline-block;
  background: url(../img/icon/plus-icon.png) no-repeat;
  background-position: left center;
  background-size: 36px;
  padding-left: 50px;
  min-height: 36px;
  padding-top: 4px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #26214e;
  margin: 30px 0;
}
#section-info-4.removal .item-wrapper .item .item-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #26214e;
  line-height: 1.4;
}
#section-info-4.removal .item-wrapper .item .item-desc a {
  color: #3e329a;
  text-decoration: underline;
}

#section-info-5.removal {
  background-image: url(../img/background/removal-section-info-5-bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #26214e;
  background-size: cover;
  margin-top: 150px;
  margin-bottom: 100px;
}
#section-info-5.removal .side-wrapper {
  padding: 60px 0;
}
#section-info-5.removal .content {
  color: #fff;
  max-width: 800px;
  line-height: 1.2;
  width: 60%;
  margin-left: auto;
  text-align: right;
}
#section-info-5.removal .content .section-title {
  font-size: 50px;
}
#section-info-5.removal .image-wrapper {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#section-info-5.removal .image-wrapper img {
  max-width: 616px;
  width: 100%;
  height: auto;
}

/* CSS Document */
/* HEADER */
#header.protection {
  width: 100%;
  height: 800px;
  position: relative;
}
#header.protection .nk-awb {
  height: 100%;
}
#header.protection .side-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header.protection .content {
  font-size: 70px;
  color: #fff;
  width: 90%;
  margin: 10% 0 0 5%;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 5%;
  max-width: 800px;
}
#header.protection .btn-more {
  background-color: #3e329a;
}

/* HEADER END */
/* Section */
#section-info-1.protection {
  padding: 120px 0;
  background-color: #3e329a;
}
#section-info-1.protection .section-desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
#section-info-1.protection .side-wrapper {
  overflow: hidden;
}
#section-info-1.protection .right {
  float: right;
  width: 40%;
}
#section-info-1.protection .left {
  float: left;
  width: 55%;
  text-align: center;
}
#section-info-1.protection .left .image-wrapper {
  display: block;
  float: left;
  width: 20%;
  height: auto;
  margin: 20px 2%;
  min-width: 153px;
  min-height: 230px;
}
#section-info-1.protection .left .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#section-info-1.protection .left .image-wrapper .content {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

#section-info-2.protection {
  padding-top: 150px;
}
#section-info-2.protection .section-desc {
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  margin-top: 50px;
  width: 90%;
  margin-left: auto;
}
#section-info-2.protection .section-desc p {
  margin: 30px 0;
}
#section-info-2.protection .side-wrapper {
  overflow: hidden;
}
#section-info-2.protection .left {
  float: left;
  width: 55%;
}
#section-info-2.protection .right {
  float: right;
  width: 40%;
  text-align: center;
}
#section-info-2.protection .right img {
  display: inline-block;
  width: 20%;
  height: auto;
  margin: 20px 2%;
  min-width: 180px;
}
#section-info-2.protection .info {
  margin: 120px auto 60px;
  font-size: 30px;
  line-height: 1.2;
  color: #26214e;
  text-align: center;
  width: 90%;
}
#section-info-2.protection .box-wrapper {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
#section-info-2.protection .box-wrapper .left, #section-info-2.protection .box-wrapper .right {
  width: 50%;
  text-align: center;
}
#section-info-2.protection .box-wrapper .left .box-content .content-wrapper, #section-info-2.protection .box-wrapper .right .box-content .content-wrapper {
  display: inline-block;
  background: url(../img/icon/plus-icon.png) no-repeat;
  background-position: left center;
  background-size: 36px;
  padding-left: 50px;
  min-height: 36px;
  padding-top: 4px;
  width: auto;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #26214e;
}
#section-info-2.protection .box-wrapper .left .box-content .image-wrapper img, #section-info-2.protection .box-wrapper .right .box-content .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  max-width: 373px;
}
#section-info-2.protection .info-wrapper {
  display: block;
  clear: both;
  font-size: 20px;
  color: #26214e;
  font-weight: 600;
  padding: 30px 5%;
  width: 85%;
  border-top: 2px solid #bd0037;
  border-bottom: 2px solid #bd0037;
  margin: 50px auto;
  line-height: 1.2;
  text-align: center;
  max-width: 900px;
  box-sizing: border-box;
}

#section-info-3.protection {
  margin-top: 180px;
  background-position: center;
  background-size: cover;
  margin-bottom: 150px;
  background-color: #ededed;
}
#section-info-3.protection .side-wrapper {
  padding: 80px 0;
}
#section-info-3.protection .content {
  color: #26214e;
  line-height: 1.2;
  width: 55%;
  margin-left: 5%;
  overflow: hidden;
  padding-bottom: 80px;
}
#section-info-3.protection .content .section-title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
#section-info-3.protection .content .btn {
  float: left;
  margin: 0 2% 0 0;
}
#section-info-3.protection .content .btn-shop {
  background-color: #3e329a;
  float: left;
  margin: 0;
}
#section-info-3.protection .image-wrapper {
  width: 40%;
  position: absolute;
  bottom: -30%;
  right: 0;
  overflow: hidden;
}
#section-info-3.protection .image-wrapper img {
  display: block;
  max-width: 440px;
  width: 100%;
  height: auto;
  margin: 0 auto 0 0;
}

/* CSS Document */
/* HEADER */
#header.lab {
  width: 100%;
  height: 800px;
  background-image: url(../img/background/lab-header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#header.lab .content {
  font-size: 70px;
  color: #26214e;
  width: 90%;
  margin: 10% 0 0 5%;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 5%;
  max-width: 800px;
}
#header.lab .btn-more {
  background-color: #3e329a;
}

/* HEADER END */
/* Section */
#section-info-1.lab .side-wrapper {
  overflow: hidden;
}
#section-info-1.lab .section-title-wrapper {
  padding: 20px 0;
  background-color: #3e329a;
}
#section-info-1.lab .section-title-wrapper .section-desc {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 400;
  width: 70%;
  text-align: left;
}
#section-info-1.lab .section-title-wrapper img {
  display: block;
  width: 30%;
  max-width: 175px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0 auto auto;
}
#section-info-1.lab .content {
  padding: 80px 0;
  overflow: hidden;
}
#section-info-1.lab .left {
  width: 55%;
  float: left;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #26214e;
}
#section-info-1.lab .left p {
  margin: 30px 0;
}
#section-info-1.lab .right {
  width: 40%;
  float: right;
}
#section-info-1.lab .right .item {
  text-align: right;
  padding-right: 50%;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: right center;
  min-height: 174px;
  padding-top: 100px;
  font-size: 15px;
  line-height: 25px;
  color: #26214e;
  font-weight: 500;
  text-transform: uppercase;
}

#section-info-2.lab .side-wrapper {
  overflow: hidden;
}
#section-info-2.lab .section-title-wrapper {
  padding: 20px 0;
  background-color: #3e329a;
}
#section-info-2.lab .section-title-wrapper .section-desc {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 400;
  width: 70%;
  text-align: left;
  margin-bottom: 0;
}
#section-info-2.lab .section-title-wrapper .section-desc:nth-child(2) {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
}
#section-info-2.lab blockquote {
  padding-top: 120px;
  color: #cbcbcb;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.2;
  font-style: italic;
}
#section-info-2.lab .content {
  padding: 80px 0;
  overflow: hidden;
}
#section-info-2.lab .left {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#section-info-2.lab .left img {
  display: block;
  width: 100%;
  max-width: 473px;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#section-info-2.lab .right {
  width: 50%;
  float: right;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #26214e;
}
#section-info-2.lab .right p {
  margin: 30px 0;
}

#section-info-3.lab .side-wrapper {
  overflow: hidden;
}
#section-info-3.lab .section-title-wrapper {
  padding: 20px 0;
  background-color: #3e329a;
}
#section-info-3.lab .section-title-wrapper .section-desc {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 400;
  width: 70%;
  text-align: left;
}
#section-info-3.lab .content {
  padding: 80px 0;
  overflow: hidden;
}
#section-info-3.lab .right {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
}
#section-info-3.lab .right img {
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#section-info-3.lab .left {
  width: 50%;
  float: left;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #26214e;
}
#section-info-3.lab .left p {
  margin: 30px 0;
}

/* CSS Document */
/* Section */
#section-product-info-1.product-expert {
  padding: 100px 0;
}
#section-product-info-1.product-expert .section-title {
  font-size: 40px;
  text-align: center;
  color: #26214e;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.2;
}
#section-product-info-1.product-expert .content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#section-product-info-1.product-expert .center {
  width: 550px;
  height: auto;
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
#section-product-info-1.product-expert .center video {
  width: 100%;
}
#section-product-info-1.product-expert .center img {
  width: 100%;
  height: auto;
}
#section-product-info-1.product-expert .left {
  width: 320px;
  margin-top: 150px;
  float: left;
  position: relative;
  z-index: 2;
}
#section-product-info-1.product-expert .left ul {
  list-style: none;
}
#section-product-info-1.product-expert .left ul li {
  text-align: right;
  padding-right: 25%;
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  padding-top: 105px;
  background-image: url(../img/icon/plus-2-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: right 30% top 0px;
  margin-bottom: 50px;
  position: relative;
}
#section-product-info-1.product-expert .left ul li .line {
  height: 2px;
  width: 100%;
  background: #26214e;
  position: absolute;
  top: 85px;
  right: 0;
}
#section-product-info-1.product-expert .right {
  width: 320px;
  margin-top: 150px;
  float: right;
  position: relative;
  z-index: 2;
}
#section-product-info-1.product-expert .right ul {
  list-style: none;
}
#section-product-info-1.product-expert .right ul li {
  text-align: left;
  padding-left: 25%;
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  padding-top: 105px;
  background-image: url(../img/icon/plus-2-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: left 30% top 0px;
  margin-bottom: 50px;
  position: relative;
}
#section-product-info-1.product-expert .right ul li .line {
  height: 2px;
  width: 100%;
  background: #26214e;
  position: absolute;
  top: 85px;
  right: 0;
}

.widget.product-expert {
  padding: 50px 0;
  text-align: center;
}
.widget.product-expert .section-title {
  font-size: 40px;
  color: #26214e;
  font-weight: 700;
  margin-bottom: 40px;
}

#section-film.product-expert .section-title {
  font-size: 40px;
  color: #26214e;
  font-weight: 700;
}
#section-film.product-expert .item-wrapper {
  text-align: center;
  overflow: hidden;
  padding: 100px 0;
}
#section-film.product-expert .item-wrapper .item {
  display: inline-block;
  width: 480px;
  margin: 0 30px;
  border-radius: 10px;
  max-width: 90%;
  vertical-align: top;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}
#section-film.product-expert .item-wrapper .item .image-wrapper {
  display: block;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: default;
}
#section-film.product-expert .item-wrapper .item .image-wrapper .play-icon {
  display: block;
  width: 106px;
  height: 106px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  background-image: url(../img/icon/play-icon.png);
  background-repeat: no-repeat;
  background-size: 35px 46px;
  background-position: left 58% center;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.24);
}
#section-film.product-expert .item-wrapper .item .image-wrapper:hover .curtain {
  opacity: 0;
}
#section-film.product-expert .item-wrapper .item .image-wrapper .curtain {
  width: 100%;
  height: 100%;
  background: rgba(140, 0, 41, 0.6);
  position: absolute;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#section-film.product-expert .item-wrapper .item .item-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #26214e;
  margin: 30px 0;
  text-align: center;
}

#section-product-info-3.product-expert {
  padding: 100px 0;
}
#section-product-info-3.product-expert .section-title {
  font-size: 40px;
  color: #26214e;
  font-weight: 700;
  margin-bottom: 40px;
}
#section-product-info-3.product-expert .item {
  padding: 50px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #26214e;
  position: relative;
}
#section-product-info-3.product-expert .item .item-title {
  background-image: url(../img/icon/plus-icon.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: left center;
  padding-left: 60px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  min-height: 36px;
  padding-top: 4px;
}
#section-product-info-3.product-expert .item .item-title p {
  margin: 0;
}
#section-product-info-3.product-expert .item p,
#section-product-info-3.product-expert .item h1,
#section-product-info-3.product-expert .item h2,
#section-product-info-3.product-expert .item h3,
#section-product-info-3.product-expert .item h4,
#section-product-info-3.product-expert .item h5,
#section-product-info-3.product-expert .item h6 {
  margin: 30px 0;
}
#section-product-info-3.product-expert .left {
  width: 40%;
}
#section-product-info-3.product-expert .right {
  width: 55%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
#section-product-info-3.product-expert .right .aprf-logo {
  max-width: 346px;
  position: absolute;
  margin-left: 0;
}
#section-product-info-3.product-expert .right .btn {
  position: absolute;
  right: 5%;
  top: 55%;
}
#section-product-info-3.product-expert .right .btn .line {
  width: 200%;
  height: 50px;
  border-right: 2px solid #26214e;
  border-top: 2px solid #26214e;
  position: absolute;
  top: -50px;
  right: 50%;
  z-index: -1;
}
#section-product-info-3.product-expert .right img {
  display: block;
  width: 100%;
  max-width: 794px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#section-product-info-4.product-expert {
  padding: 20px 0;
  background: #ededed;
  margin-bottom: 130px;
}
#section-product-info-4.product-expert .content {
  overflow: hidden;
  position: relative;
}
#section-product-info-4.product-expert .right {
  float: right;
  width: 55%;
  padding: 30px 0;
  color: #26214e;
}
#section-product-info-4.product-expert .right .section-title {
  text-align: right;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
#section-product-info-4.product-expert .right .section-desc {
  text-align: right;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
#section-product-info-4.product-expert .left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
#section-product-info-4.product-expert .left img {
  display: block;
  max-width: 232px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* CSS Document */
/* Section */
#section-product-info-1.product-instrument {
  padding: 100px 0;
}
#section-product-info-1.product-instrument .section-title {
  font-size: 40px;
  text-align: center;
  color: #26214e;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.2;
}
#section-product-info-1.product-instrument .content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
#section-product-info-1.product-instrument .center {
  width: 500px;
  height: auto;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
#section-product-info-1.product-instrument .center video {
  width: 100%;
}
#section-product-info-1.product-instrument .center img {
  width: 100%;
  height: auto;
}
#section-product-info-1.product-instrument .left {
  width: 320px;
  float: left;
  position: relative;
  z-index: 2;
}
#section-product-info-1.product-instrument .left ul {
  list-style: none;
}
#section-product-info-1.product-instrument .left ul li {
  text-align: right;
  padding-right: 25%;
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  padding-top: 105px;
  background-image: url(../img/icon/plus-2-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: right 30% top 0px;
  margin-bottom: 50px;
  position: relative;
}
#section-product-info-1.product-instrument .left ul li .line {
  height: 2px;
  width: 100%;
  background: #26214e;
  position: absolute;
  top: 85px;
  right: 0;
}
#section-product-info-1.product-instrument .right {
  width: 320px;
  float: right;
  position: relative;
  z-index: 2;
}
#section-product-info-1.product-instrument .right .line {
  border-top: 2px dashed #26214e;
  margin: 30px 0;
}
#section-product-info-1.product-instrument .right ul {
  list-style: none;
}
#section-product-info-1.product-instrument .right ul li {
  text-align: center;
  margin: 30px 0;
  font-size: 20px;
  font-weight: 600;
  color: #26214e;
}
#section-product-info-1.product-instrument .right ul li img {
  display: block;
  margin: 0 auto 15px;
}
#section-product-info-1.product-instrument .right ul:first-child {
  background-image: url(../img/icon/a-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: center top 10px;
  padding-top: 50px;
  width: 100%;
  border-top: 2px solid #26214e;
}
#section-product-info-1.product-instrument .right ul:last-child {
  background-image: url(../img/icon/b-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: center bottom 10px;
  width: 100%;
  border-bottom: 2px solid #26214e;
  padding-bottom: 50px;
}

.widget.product-instrument {
  padding: 50px 0 100px;
  text-align: center;
}
.widget.product-instrument .section-title {
  font-size: 40px;
  color: #26214e;
  font-weight: 700;
  margin-bottom: 40px;
}

/* CSS Document */
/* Section */
#section-product-info-1.product-repelent {
  padding: 100px 0;
}
#section-product-info-1.product-repelent .section-title {
  font-size: 40px;
  text-align: center;
  color: #26214e;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.2;
}
#section-product-info-1.product-repelent .content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#section-product-info-1.product-repelent .center {
  width: 600px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
}
#section-product-info-1.product-repelent .center video {
  width: 100%;
}
#section-product-info-1.product-repelent .center img {
  width: 100%;
  height: auto;
  max-width: 570px;
}
#section-product-info-1.product-repelent .left {
  width: 320px;
  margin-top: 150px;
  float: left;
  position: relative;
  z-index: 2;
}
#section-product-info-1.product-repelent .left ul {
  list-style: none;
}
#section-product-info-1.product-repelent .left ul li {
  text-align: right;
  padding-right: 25%;
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  padding-top: 105px;
  background-image: url(../img/icon/plus-2-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: right 30% top 0px;
  margin-bottom: 50px;
  position: relative;
}
#section-product-info-1.product-repelent .left ul li .line {
  height: 2px;
  width: 100%;
  background: #26214e;
  position: absolute;
  top: 85px;
  right: 0;
}
#section-product-info-1.product-repelent .right {
  width: 320px;
  margin-top: 150px;
  float: right;
  position: relative;
  z-index: 2;
}
#section-product-info-1.product-repelent .right ul {
  list-style: none;
}
#section-product-info-1.product-repelent .right ul li {
  text-align: left;
  padding-left: 25%;
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  padding-top: 105px;
  background-image: url(../img/icon/plus-2-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: left 30% top 0px;
  margin-bottom: 50px;
  position: relative;
}
#section-product-info-1.product-repelent .right ul li .line {
  height: 2px;
  width: 100%;
  background: #26214e;
  position: absolute;
  top: 85px;
  right: 0;
}

.widget.product-repelent {
  padding: 50px 0 100px;
  text-align: center;
}
.widget.product-repelent .section-title {
  font-size: 40px;
  color: #26214e;
  font-weight: 700;
  margin-bottom: 40px;
}

/* CSS Document */
/* Section */
#section-product-info-1.product-repelent-spray {
  padding: 100px 0;
}
#section-product-info-1.product-repelent-spray .section-title {
  font-size: 40px;
  text-align: center;
  color: #26214e;
  font-weight: 700;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.2;
}
#section-product-info-1.product-repelent-spray .content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#section-product-info-1.product-repelent-spray .center {
  width: 600px;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
}
#section-product-info-1.product-repelent-spray .center video {
  width: 100%;
}
#section-product-info-1.product-repelent-spray .center img {
  width: 100%;
  height: auto;
  max-width: 520px;
}
#section-product-info-1.product-repelent-spray .left {
  width: 320px;
  margin-top: 150px;
  float: left;
  position: relative;
  z-index: 2;
}
#section-product-info-1.product-repelent-spray .left ul {
  list-style: none;
}
#section-product-info-1.product-repelent-spray .left ul li {
  text-align: right;
  padding-right: 25%;
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  padding-top: 105px;
  background-image: url(../img/icon/plus-2-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: right 30% top 0px;
  margin-bottom: 50px;
  position: relative;
}
#section-product-info-1.product-repelent-spray .left ul li .line {
  height: 2px;
  width: 100%;
  background: #26214e;
  position: absolute;
  top: 85px;
  right: 0;
}
#section-product-info-1.product-repelent-spray .right {
  width: 320px;
  margin-top: 150px;
  float: right;
  position: relative;
  z-index: 2;
}
#section-product-info-1.product-repelent-spray .right ul {
  list-style: none;
}
#section-product-info-1.product-repelent-spray .right ul li {
  text-align: left;
  padding-left: 25%;
  font-size: 20px;
  line-height: 1.5;
  color: #26214e;
  padding-top: 105px;
  background-image: url(../img/icon/plus-2-icon.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: left 30% top 0px;
  margin-bottom: 50px;
  position: relative;
}
#section-product-info-1.product-repelent-spray .right ul li .line {
  height: 2px;
  width: 100%;
  background: #26214e;
  position: absolute;
  top: 85px;
  right: 0;
}

.widget.product-repelent-spray {
  padding: 50px 0 100px;
  text-align: center;
}
.widget.product-repelent-spray .section-title {
  font-size: 40px;
  color: #26214e;
  font-weight: 700;
  margin-bottom: 40px;
}

/* CSS Document */
/* HEADER */
#header.products-all {
  width: 100%;
  height: 800px;
  position: relative;
  background-color: #3e329a;
}
#header.products-all .section-title {
  text-shadow: 0px -5px 10px rgba(23, 21, 42, 0.15);
}
#header.products-all .nk-awb {
  height: 100%;
}
#header.products-all .side-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header.products-all .content {
  font-size: 70px;
  color: #fff;
  width: 90%;
  margin: 10% auto 0;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#header.no-video {
  height: auto;
}
#header.no-video .side-wrapper {
  position: unset;
}
#header.no-video .side-wrapper .content {
  position: unset;
  padding: 150px 0 80px;
  color: #fff;
}

/* HEADER END */
/* Section */
#section-products-1 {
  padding-bottom: 100px;
}
#section-products-1 .mCSB_dragger_bar {
  background-color: #26214e;
}
#section-products-1 .section-title {
  color: #26214e;
  text-align: left;
  font-size: 30px;
  margin: 100px 0 0;
}
#section-products-1 .side-wrapper {
  text-align: center;
}
#section-products-1 .item-wrapper {
  text-align: center;
  padding: 100px 0;
}
#section-products-1 .item-wrapper .item {
  background-color: #fff;
  display: inline-block;
  width: 480px;
  border-radius: 10px;
  padding: 20px;
  height: 745px;
  margin: 10px;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}
#section-products-1 .item-wrapper .item:hover {
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.5);
}
#section-products-1 .item-wrapper .item .image-wrapper {
  display: block;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-bottom: 40px;
}
#section-products-1 .item-wrapper .item .product-name {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #26214e;
  margin-bottom: 15px;
  height: 110px;
  overflow: auto;
}
#section-products-1 .item-wrapper .item .button-wrapper {
  position: relative;
  margin-top: 30px;
}
#section-products-1 .item-wrapper .item .btn {
  position: absolute;
  left: 0;
  margin: 0 0 5px;
  vertical-align: bottom;
}
#section-products-1 .item-wrapper .item .btn-shop {
  display: inline-block;
  position: absolute;
  right: 0;
  margin: 0;
  vertical-align: bottom;
}

#section-products-2 {
  padding-bottom: 100px;
  background-color: #ededed;
  overflow: hidden;
}
#section-products-2 .mCSB_dragger_bar {
  background-color: #26214e;
}
#section-products-2 .section-title {
  font-size: 40px;
  color: #26214e;
  text-align: left;
  margin-top: 80px;
  font-weight: 400;
}
#section-products-2 .side-wrapper {
  text-align: center;
}
#section-products-2 .item-wrapper {
  text-align: center;
  padding: 80px 0;
}
#section-products-2 .item-wrapper .item {
  background-color: #fff;
  display: inline-block;
  width: 480px;
  border-radius: 10px;
  padding: 20px;
  height: 560px;
  margin: 10px;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}
#section-products-2 .item-wrapper .item:hover {
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.5);
}
#section-products-2 .item-wrapper .item .image-wrapper {
  display: block;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-bottom: 30px;
}
#section-products-2 .item-wrapper .item .product-name {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #26214e;
  margin-bottom: 0;
  height: 76px;
  overflow: auto;
}
#section-products-2 .item-wrapper .item .button-wrapper {
  position: relative;
  margin-top: 30px;
}
#section-products-2 .item-wrapper .item .btn {
  position: absolute;
  left: 0;
  margin: 0 0 5px;
  vertical-align: bottom;
}
#section-products-2 .item-wrapper .item .btn-shop {
  display: inline-block;
  position: absolute;
  margin: 0;
  right: 0;
  vertical-align: bottom;
}

/* CSS Document */
/* HEADER */
#header.error-site {
  width: 100%;
  height: 445px;
  background: #3e329a;
  position: relative;
  margin-bottom: 200px;
}
#header.error-site .content {
  color: #fff;
  width: 90%;
  margin: 5% auto 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#header.error-site .section-title {
  font-size: 156px;
  margin-top: 30px;
}
#header.error-site .section-desc {
  font-size: 20px;
  font-weight: 400;
}
#header.error-site .image-wrapper {
  background-image: url(../img/background/404-header-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  width: 50%;
  height: 100%;
  max-width: 994px;
  min-width: 650px;
  position: absolute;
  top: -100px;
  right: 0;
  padding-bottom: 300px;
  opacity: 1;
}

/* HEADER END */
/* CSS Document */
/* HEADER */
#header.article-all {
  width: 100%;
  height: 590px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #5da25d;
}
#header.article-all .content {
  font-size: 70px;
  color: #26214e;
  width: 90%;
  margin: 10% auto 0 5%;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 800px;
}

/* HEADER END */
/* Section */
#section-article {
  padding: 100px 0;
}
#section-article .mCSB_dragger_bar {
  background-color: #26214e;
}
#section-article .section-title {
  color: #26214e;
  text-align: left;
}
#section-article .side-wrapper {
  text-align: center;
}
#section-article .item-wrapper {
  text-align: center;
  padding: 100px 0;
}
#section-article .item-wrapper .item {
  background-color: #fff;
  display: inline-block;
  width: 480px;
  border-radius: 10px;
  padding: 20px;
  height: 560px;
  margin: 10px;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}
#section-article .item-wrapper .item:hover {
  box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.5);
}
#section-article .item-wrapper .item .image-wrapper {
  display: block;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 35px;
}
#section-article .item-wrapper .item .article-title {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #26214e;
  overflow: auto;
  height: 64px;
}
#section-article .item-wrapper .item .article-desc {
  font-size: 20px;
  font-weight: 400;
  color: #26214e;
  line-height: 1.4;
  height: 84px;
  overflow: auto;
}
#section-article .item-wrapper .item .read-more {
  display: inline-block;
  font-size: 20px;
  color: #26214e;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 15px;
  text-decoration: underline;
  cursor: pointer;
}
#section-article .item-wrapper .item .read-more:after {
  content: " >>";
}

#pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0;
}
#pagination ul {
  margin: 0 auto;
  display: inline-block;
}
#pagination ul li {
  float: left;
  background: #ededed;
  width: 64px;
  height: 64px;
  list-style: none;
  text-align: center;
  line-height: 64px;
  margin-right: 6px;
  color: #3e329a;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 10px;
}
#pagination ul li:hover {
  color: #ededed;
  background: #3e329a;
}
#pagination ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#pagination ul li .current {
  color: #ededed;
  background: #3e329a;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 10px;
}

/* CSS Document */
/* HEADER */
#header.article-single {
  width: 100%;
  height: 590px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #5da25d;
}
#header.article-single .content {
  font-size: 70px;
  color: #26214e;
  width: 90%;
  margin: 10% auto 0 5%;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 800px;
}

/* HEADER END */
/* Section */
#article-content.article-single {
  padding: 80px 0;
}
#article-content.article-single .article-content-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#article-content.article-single .article-content-wrapper .article-date {
  font-size: 16px;
  color: #26214e;
  line-height: 1.2;
  font-weight: 400;
}
#article-content.article-single .article-content-wrapper .article-date .date {
  font-weight: 600;
}
#article-content.article-single .article-content-wrapper .article-title {
  color: #26214e;
  line-height: 1.4;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 50px;
}
#article-content.article-single .article-content-wrapper .article-content {
  color: #26214e;
  line-height: 1.2;
}
#article-content.article-single .article-content-wrapper .article-content a {
  color: #3e329a;
  text-decoration: underline;
}
#article-content.article-single .article-content-wrapper .article-content h1, #article-content.article-single .article-content-wrapper .article-content h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}
#article-content.article-single .article-content-wrapper .article-content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 500;
}
#article-content.article-single .article-content-wrapper .article-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
#article-content.article-single .article-content-wrapper .article-content h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
#article-content.article-single .article-content-wrapper .article-content h5 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
#article-content.article-single .article-content-wrapper .article-content h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
#article-content.article-single .article-content-wrapper .article-content blockquote {
  font-size: 30px;
  color: #cbcbcb;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
  width: 90%;
  margin: 60px auto 60px;
}
#article-content.article-single .article-content-wrapper .article-content ul, #article-content.article-single .article-content-wrapper .article-content ol {
  padding-left: 20px;
  margin-bottom: 40px;
}
#article-content.article-single .article-content-wrapper .article-content ul li, #article-content.article-single .article-content-wrapper .article-content ol li {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
}
#article-content.article-single .article-content-wrapper .article-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 60px auto;
}

#section-article.article-all {
  padding: 100px 0;
}
#section-article.article-all .section-title.article-single {
  color: #26214e;
  text-align: left;
  font-size: 40px;
  font-weight: 400;
}

/*#section-article.article-single{
	padding: 100px 0;

	.mCSB_dragger_bar{ 
		background-color: #26214e;
	}

	.section-title{
		color: #26214e;
		text-align: left;
		font-size: 40px;
		font-weight: 400;
	}

	.side-wrapper{
		text-align: center;
	}

	.item-wrapper{
		text-align: center;
		padding: 50px 0 100px;

	}

}*/
/* CSS Document */
/* CONTACT */
#header.contact {
  width: 100%;
  min-height: 700px;
  background-image: url(../img/background/contact-header-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
#header.contact .content {
  color: #fff;
  width: 90%;
  margin: 10% auto 0;
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 100px;
}
#header.contact .content .section-title {
  font-size: 70px;
  font-weight: 700;
}
#header.contact .content .contact-wrapper {
  display: inline-block;
  width: 65%;
  max-width: 800px;
  vertical-align: top;
}
#header.contact .content .contact-wrapper div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
#header.contact .content .contact-wrapper div div {
  flex-direction: column;
  gap: 0;
}
#header.contact .content .contact-wrapper-2 {
  display: inline-block;
  width: 33%;
  max-width: 400px;
  vertical-align: top;
}
#header.contact .content .contact-info {
  margin-top: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
#header.contact .content .contact-info .logo {
  display: block;
  width: 167px;
  height: auto;
  margin-bottom: 50px;
}
#header.contact .content .contact-info .logo img {
  display: block;
  width: 167px;
  height: auto;
}
#header.contact .content .contact-info a:hover {
  text-decoration: underline;
}
#header.contact .content .contact-info address {
  font-style: normal;
  margin-bottom: 35px;
}
#header.contact .content .contact-info .mail,
#header.contact .content .contact-info .website {
  text-decoration: underline;
}
#header.contact .content .contact-info .left,
#header.contact .content .contact-info .right {
  float: left;
  width: 50%;
}
#header.contact .content .contact-info .right {
  width: 40%;
}
#header.contact .content .contact-info .right div {
  font-weight: 700;
}
#header.contact .content .contact-info .right a {
  display: inline-block;
  margin-bottom: 40px;
}

/* HEADER END */
/* Section */
#section-info-1.contact {
  background: #fff;
  padding: 80px 0;
}
#section-info-1.contact .side-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1350px;
}
#section-info-1.contact .section-title {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 500;
  color: #26214e;
  line-height: 1.2;
}
#section-info-1.contact .section-desc {
  margin-top: 10px;
  margin-bottom: 55px;
  font-size: 16px;
  font-weight: 600;
  color: #26214e;
  line-height: 1.2;
}
#section-info-1.contact .left {
  float: left;
  width: 50%;
  padding-bottom: 220px;
}
#section-info-1.contact #demo-agents {
  margin-top: 280px;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 50%;
}
#section-info-1.contact #demo-agents .land {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #26214e;
}
#section-info-1.contact #demo-agents .agent-wrapper {
  float: left;
  width: 50%;
}
#section-info-1.contact #demo-agents .agent-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26214e;
}
#section-info-1.contact #demo-agents .agent-phone {
  font-size: 20px;
  font-weight: 400;
  color: #26214e;
}
#section-info-1.contact #demo-agents .agent-phone a:hover {
  text-decoration: underline;
}
#section-info-1.contact .right {
  float: right;
  width: 50%;
}
#section-info-1.contact .right #map-wrapper {
  max-width: 550px;
  margin: 0 auto;
}

#section-info-2.contact {
  padding: 130px 0;
  background: #fff;
  color: #26214e;
}
#section-info-2.contact .item-wrapper {
  text-align: center;
}
#section-info-2.contact .item {
  display: inline-block;
  width: 360px;
  max-width: 90%;
  margin: 0 30px;
  vertical-align: top;
}
#section-info-2.contact .item .image-item {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin: 0 auto 50px;
}
#section-info-2.contact .item .position {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
#section-info-2.contact .item .name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}
#section-info-2.contact .item .phone {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
}
#section-info-2.contact .item .phone a:hover {
  text-decoration: underline;
}

/* CSS Document */
/* Footer */
#footer {
  background: #08051e;
  padding: 36px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
#footer .side-wrapper {
  width: 90%;
}
#footer .content {
  padding-right: 230px;
}
#footer .copyright {
  color: #fff;
  line-height: 1.2;
}
#footer .copyright p {
  display: inline-block;
}
#footer .copyright a:hover {
  text-decoration: underline;
}
#footer .patent-info {
  color: #bdbada;
  line-height: 1.2;
  margin-top: 10px;
}
#footer .logo-footer {
  position: absolute;
  top: 0;
  right: 0;
}
#footer .logo-footer img {
  display: block;
  width: 187px;
  height: auto;
  transition: all 0.3s linear;
}
#footer .logo-footer img:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}

/** @format */
.cookies {
  display: block;
  color: #363e4c;
  padding-top: 280px;
  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 h3 {
  padding-bottom: 70px;
  font-size: 23px;
}
.cookies .side-wrapper .content-wrapper ul {
  padding-left: 30px;
  margin: 30px 0;
  box-sizing: border-box;
}
.cookies .side-wrapper .content-wrapper ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  list-style: disc;
  margin-bottom: 10px;
}
.cookies .side-wrapper .content-wrapper ul a {
  color: #2621bf;
}
.cookies .side-wrapper .content-wrapper ul a:hover {
  text-decoration: underline;
}
.cookies .side-wrapper .content-wrapper .closer-list {
  margin-top: auto;
}
.cookies .side-wrapper .content-wrapper p {
  padding-top: 30px;
}
.cookies .side-wrapper .content-wrapper p a {
  color: #2621bf;
}
.cookies .side-wrapper .content-wrapper p a:hover {
  text-decoration: underline;
}
.cookies .side-wrapper .btn-wrapper {
  text-align: center;
  margin: 60px;
}

/* CSS Document */
/* Responsive */
@media all and (max-width: 1750px) {
  /* TOP oraz MENU */
  #top #menu ul li {
    margin: 0 20px;
  }
  #top #menu ul li .sub-menu {
    padding-top: 60px;
  }
  #top #menu ul li .sub-menu li {
    font-size: 23px;
  }
}
@media all and (max-width: 1700px) {
  /* SECTION PRODUCTS */
  #section-products-1 .item-wrapper .item {
    height: 570px;
    min-width: 350px;
    width: 30%;
  }
  #section-products-1 .item-wrapper .item .image-wrapper {
    height: 320px;
  }
  #section-products-1 .item-wrapper .item .product-name {
    font-size: 22px;
    height: 80px;
  }
  #section-products-1 .item-wrapper .item .btn {
    font-size: 18px;
    padding: 20px;
    margin-bottom: 0;
  }
  #section-products-1 .item-wrapper .item .btn-shop {
    width: 58px;
    height: 58px;
  }
  #section-products-2 .item-wrapper .item {
    height: 570px;
    min-width: 350px;
    width: 30%;
  }
  #section-products-2 .item-wrapper .item .image-wrapper {
    height: 320px;
  }
  #section-products-2 .item-wrapper .item .product-name {
    font-size: 22px;
    height: 80px;
  }
  #section-products-2 .item-wrapper .item .btn {
    font-size: 18px;
    padding: 20px;
    margin-bottom: 0;
  }
  #section-products-2 .item-wrapper .item .btn-shop {
    width: 58px;
    height: 58px;
  }
  /* ARTICLE ALL */
  #section-article .item-wrapper .item {
    min-width: 350px;
    height: 520px;
    width: 30%;
  }
  #section-article .item-wrapper .item .article-title {
    height: 92px;
  }
  #section-article .item-wrapper .item .image-wrapper {
    height: 200px;
  }
}
@media all and (max-width: 1500px) {
  /* TOP oraz MENU */
  #top #menu ul li {
    margin: 0 15px;
  }
  #header {
    max-height: 500px;
  }
  #header.contact {
    max-height: 1000px;
  }
  /* HEADER */
  #header.product .content:last-child .section-title {
    font-size: 40px;
  }
  #header.product {
    padding: 50px 0;
  }
  #header.product .content ul li {
    font-size: 18px;
  }
  #header.product .content:first-child .section-title {
    font-size: 52px;
    margin-top: 0;
  }
  /* HOME */
  #section-info-1.home .section-title {
    font-size: 50px;
    margin-bottom: 50px;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn {
    width: 12%;
    min-width: 110px;
  }
  #section-info-1.home .carousel-wrapper .item {
    height: 500px;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle {
    width: 100px;
    height: 100px;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle span {
    font-size: 18px;
  }
  /* PROTECTION */
  #section-info-1.protection .left .image-wrapper {
    width: 20%;
    min-width: 130px;
  }
  /* REMOVAL */
  #section-info-4.removal .item-wrapper .item {
    padding: 0;
  }
  #section-info-4.removal .item-wrapper .item .image-wrapper {
    height: 220px;
  }
  /* EXPERT */
  #section-product-info-1.product-expert .left ul li,
  #section-product-info-1.product-expert .right ul li {
    font-size: 18px;
    padding-top: 90px;
  }
  #section-product-info-1.product-expert .left ul li .line,
  #section-product-info-1.product-expert .right ul li .line {
    top: 68px;
  }
  #section-product-info-1.product-expert .center {
    max-width: 400px;
  }
  /* REPELENT */
  #section-product-info-1.product-repelent .left ul li,
  #section-product-info-1.product-repelent .right ul li {
    font-size: 18px;
    padding-top: 90px;
  }
  #section-product-info-1.product-repelent .left ul li .line,
  #section-product-info-1.product-repelent .right ul li .line {
    top: 68px;
  }
  #section-product-info-1.product-repelent .center {
    max-width: 400px;
  }
  /* INSTRUMENT */
  #section-product-info-1.product-instrument .left ul li {
    font-size: 18px;
    padding-top: 90px;
  }
  #section-product-info-1.product-instrument .left ul li .line {
    top: 68px;
  }
  /* REPELENT SPRAY */
  #section-product-info-1.product-repelent-spray .left ul li,
  #section-product-info-1.product-repelent-spray .right ul li {
    font-size: 18px;
    padding-top: 90px;
  }
  #section-product-info-1.product-repelent-spray .left ul li .line,
  #section-product-info-1.product-repelent-spray .right ul li .line {
    top: 68px;
  }
  #section-product-info-1.product-repelent-spray .center {
    max-width: 400px;
  }
  /* ARTICLE SINGLE */
  #header.article-single {
    height: 400px;
  }
  /* CONTACT */
  #section-info-2.contact .item {
    width: 320px;
    margin: 20px;
  }
  #section-info-2.contact .item .image-item {
    width: 200px;
    height: 200px;
  }
  #section-info-2.contact .item .position {
    font-size: 22.7px;
  }
  #section-info-2.contact .item .name,
  #section-info-2.contact .item .phone {
    font-size: 18px;
  }
}
@media all and (max-width: 1400px) {
  /* TOP oraz MENU */
  #top #menu ul li {
    font-size: 18px;
    margin: 0 12px;
  }
  #top #menu ul li .sub-menu li {
    font-size: 20px;
  }
  /* HEADER */
  #header.home .owl-dots {
    bottom: 20px;
  }
  #header.product {
    padding: 0;
  }
  #header.product .content {
    padding: 50px 0 30px;
  }
  #header.product .content .section-desc {
    font-size: 22.7px;
  }
  #header.product .content .section-desc div {
    font-size: 18px;
  }
  #header.product .content:first-child .section-title {
    font-size: 46px;
  }
  #header.product .content:last-child .section-title {
    font-size: 32.5px;
  }
}
@media all and (max-width: 1250px) {
  /* TOP oraz MENU */
  #header {
    margin-top: 100px;
    max-height: 400px;
  }
  #header.no-video .side-wrapper .content {
    padding-top: 100px;
  }
  #top #menu ul li .sub-menu li.all-products {
    display: none;
  }
  #top.mobile #menu {
    flex-direction: column;
  }
  #top.mobile #menu .menu-menu-glowne-container {
    height: calc(100% - 220px);
    position: relative;
  }
  #top.mobile #menu .menu-menu-glowne-container #menu-menu-glowne {
    margin-top: 90px;
    height: calc(80% - 50px);
  }
  #top.mobile #menu .menu-menu-opcje-container,
  #top.mobile #menu .menu-menu-jezykowe-container {
    height: 74px;
    position: relative;
    margin: 0 0 20px auto;
    background: #26214e;
    width: 320px;
    bottom: auto;
  }
  #top.mobile #menu .menu-menu-opcje-container ul,
  #top.mobile #menu .menu-menu-jezykowe-container ul {
    margin-top: 0;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px !important;
    padding-left: 0;
    margin-right: 70px;
  }
  #top.mobile #menu .menu-menu-opcje-container ul li,
  #top.mobile #menu .menu-menu-jezykowe-container ul li {
    margin-top: 0;
  }
  #top.mobile #menu .menu-menu-opcje-container ul li.facebook, #top.mobile #menu .menu-menu-opcje-container ul li.sklep,
  #top.mobile #menu .menu-menu-jezykowe-container ul li.facebook,
  #top.mobile #menu .menu-menu-jezykowe-container ul li.sklep {
    margin-left: 10px;
  }
  #top.mobile #menu ul li .sub-menu #mCSB_9 #mCSB_9_container {
    margin-right: 0;
  }
  #top.mobile #menu ul li .sub-menu #mCSB_9 #mCSB_9_scrollbar_vertical {
    display: none !important;
  }
  .section-title {
    font-size: 52px;
  }
  #header.contact {
    max-height: 1000px;
    background-size: auto 1000px;
  }
  #header.lab {
    background-attachment: inherit;
  }
  /* Section film */
  #section-film.product-expert .item-wrapper .item .image-wrapper {
    height: 200px;
  }
  #section-film.product-expert .item-wrapper .item {
    width: 300px;
  }
  /* Sekcja ochrona i usuwanie */
  #section-protection-removal .left .image-bg,
  #section-protection-removal .right .image-bg {
    opacity: 0.5;
  }
  /* HOME */
  #section-info-2.home {
    margin-bottom: 0;
  }
  /* PROTECTION */
  #section-info-1.protection .right {
    width: 45%;
  }
  #section-info-1.protection .left {
    width: 50%;
  }
  #section-info-1.protection .left .image-wrapper {
    min-width: 153px;
  }
  /* REMOVAL */
  #section-info-1.removal .right {
    width: 45%;
  }
  #section-info-1.removal .left {
    width: 50%;
  }
  #section-info-1.removal .left .section-desc {
    margin-top: 100px;
  }
  #section-info-2.removal {
    padding: 50px 0;
  }
  #section-info-3.removal {
    margin-top: 50px;
  }
  #section-info-3.removal .btn-wrapper {
    padding-bottom: 30px;
    overflow: hidden;
  }
  #section-info-3.removal .btn-wrapper .btn,
  #section-info-3.removal .btn-wrapper .btn-shop {
    margin: 10px 5px 10px 0;
  }
  #section-info-3.removal .content {
    padding-bottom: 0;
  }
  #section-info-3.removal .image-wrapper {
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: visible;
  }
  /* EXPERT */
  #section-product-info-3.product-expert .left {
    width: 45%;
  }
  #section-product-info-3.product-expert .right {
    text-align: center;
    width: 50%;
  }
  #section-product-info-3.product-expert .right .aprf-logo {
    position: static;
    margin: 0 auto;
  }
  #section-product-info-3.product-expert .right .btn {
    position: relative;
    right: 0;
  }
  #section-product-info-3.product-expert .right .btn .line {
    border-top: none;
    width: 1px;
  }
  /* KONTAKT */
  #section-info-1.contact .section-title {
    margin-top: 0;
    font-size: 36.6px;
  }
  #header.contact .content .contact-wrapper {
    width: 100%;
  }
  #header.contact .content .contact-wrapper .left {
    padding-bottom: 50px;
  }
  #header.contact .content .contact-wrapper-2 {
    width: 100%;
  }
  .cookies {
    padding-top: 165px;
  }
}
@media all and (max-width: 1100px) {
  /* EXPERT */
  #section-product-info-1.product-expert .left,
  #section-product-info-1.product-expert .right {
    width: 100%;
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  #section-product-info-1.product-expert .left ul li,
  #section-product-info-1.product-expert .right ul li {
    width: 23%;
    margin: 0 0.5% 20px;
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-position: center top;
  }
  #section-product-info-1.product-expert .left ul li .line,
  #section-product-info-1.product-expert .right ul li .line {
    display: none;
  }
  #section-product-info-1.product-expert .left {
    margin-top: 50px;
  }
  #section-product-info-1.product-expert .left ul li {
    width: 30%;
  }
  #section-product-info-1.product-expert .center {
    width: 100%;
    max-width: 400px;
    height: auto;
    position: static;
    margin-top: 50px;
  }
  /* REPELENT */
  #section-product-info-1.product-repelent .left,
  #section-product-info-1.product-repelent .right {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    text-align: center;
  }
  #section-product-info-1.product-repelent .left ul li,
  #section-product-info-1.product-repelent .right ul li {
    width: 30%;
    margin: 0 1% 20px;
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-position: center top;
  }
  #section-product-info-1.product-repelent .left ul li .line,
  #section-product-info-1.product-repelent .right ul li .line {
    display: none;
  }
  #section-product-info-1.product-repelent .center {
    width: 100%;
    max-width: 400px;
    height: auto;
    position: static;
    margin-top: 50px;
  }
  /* REPELENT SPRAY */
  #section-product-info-1.product-repelent-spray .left,
  #section-product-info-1.product-repelent-spray .right {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    text-align: center;
  }
  #section-product-info-1.product-repelent-spray .left ul li,
  #section-product-info-1.product-repelent-spray .right ul li {
    width: 30%;
    margin: 0 1% 20px;
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-position: center top;
  }
  #section-product-info-1.product-repelent-spray .left ul li .line,
  #section-product-info-1.product-repelent-spray .right ul li .line {
    display: none;
  }
  #section-product-info-1.product-repelent-spray .center {
    width: 100%;
    max-width: 400px;
    height: auto;
    position: static;
    margin-top: 50px;
  }
  /* INSTRUMENT */
  #section-product-info-1.product-instrument .content {
    padding-bottom: 30px;
  }
  #section-product-info-1.product-instrument .left {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    text-align: center;
  }
  #section-product-info-1.product-instrument .left ul li {
    width: 30%;
    margin: 0 1% 20px;
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-position: center top;
  }
  #section-product-info-1.product-instrument .left ul li .line {
    display: none;
  }
  #section-product-info-1.product-instrument .center-right-wrapper {
    position: relative;
    margin-top: 100px;
  }
  #section-product-info-1.product-instrument .center {
    width: 420px;
    position: relative;
    margin-left: 10%;
    top: 0px;
  }
  #section-product-info-1.product-instrument .right {
    float: none;
    position: absolute;
    top: 34px;
    left: 50%;
  }
  #section-product-info-1.product-instrument .right ul:nth-child(1) {
    background-size: 35px;
  }
  #section-product-info-1.product-instrument .right ul:nth-child(1) li:nth-child(1) img {
    width: 45px;
    height: auto;
  }
  #section-product-info-1.product-instrument .right ul:nth-child(1) li:nth-child(2) img {
    width: 55px;
    height: auto;
  }
  #section-product-info-1.product-instrument .right ul:last-child {
    background-size: 35px;
  }
  #section-product-info-1.product-instrument .right ul:last-child li:nth-child(1) img {
    width: 75px;
    height: auto;
  }
  #section-product-info-1.product-instrument .right ul:last-child li:nth-child(2) img {
    width: 108px;
    height: auto;
  }
  #section-product-info-1.product-instrument .right ul .line {
    margin: 15px 0;
  }
  #section-product-info-1.product-instrument .right ul li {
    margin: 15px 0;
    font-size: 16px;
  }
  /* ERROR SITE */
  #header.error-site {
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
  }
  #header.error-site .section-title {
    font-size: 120px;
  }
  #header.error-site .image-wrapper {
    min-width: 300px;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
    top: 0;
  }
}
@media all and (max-width: 1000px) {
  /* HEADER */
  #header.home .owl-dots .owl-dot span {
    height: 10px;
  }
  #header.product .content {
    display: block;
    width: 100%;
    margin: 0;
  }
  #header.product .content:first-child {
    margin: 0;
  }
  #header.product .content:last-child {
    margin: 0;
  }
  /* TOP */
  #menu_link {
    right: 50px;
  }
  #top #menu ul#menu-menu-glowne,
  #top.mobile #menu ul {
    margin-right: 50px;
  }
  #top.mobile #menu .menu-menu-opcje-container ul,
  #top.mobile #menu .menu-menu-jezykowe-container ul {
    margin-right: 40px;
  }
  /* Product presentation */
  #product-presentation-1 .image-wrapper {
    position: static;
    bottom: 0;
    width: 100%;
    margin: 0 auto 30px;
  }
  #product-presentation-1 .belt {
    display: none;
  }
  #product-presentation-1 .safety-claims {
    display: none;
  }
  #product-presentation-1 .safety-claims--mobile {
    display: flex;
  }
  #product-presentation-1.lab {
    padding-bottom: 50px;
  }
  #product-presentation-1.lab .safety-claims--mobile {
    padding-top: 0;
  }
  /* Sekcja ochrona i usuwanie */
  #section-protection-removal .content {
    width: 90%;
    margin: 0 auto;
  }
  #section-protection-removal .left {
    width: 100%;
  }
  #section-protection-removal .left .image-bg {
    width: 100%;
    opacity: 0.7;
    background-position: right -150px bottom;
  }
  #section-protection-removal .trapez-bg,
  #section-protection-removal .right .image-bg-wrapper {
    transform: skew(0deg, 0deg) !important;
    border-left: 0;
    opacity: 1;
  }
  #section-protection-removal .side-wrapper {
    width: 100%;
  }
  #section-protection-removal .trapez-bg {
    right: 0;
  }
  #section-protection-removal .right {
    position: relative;
    width: 100%;
  }
  #section-protection-removal .right .image-bg {
    background-position: left 150% bottom 0;
  }
  #section-protection-removal .right .image-bg-wrapper {
    left: 0;
  }
  /* HOME */
  #section-info-1.home {
    padding-top: 50px;
  }
  #section-info-1.home .section-title {
    font-size: 36.5px;
  }
  #section-info-1.home .right {
    float: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0 auto auto;
  }
  #section-info-1.home .right img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* PROTECTION */
  #section-info-3.protection {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #section-info-3.protection .content {
    width: 100%;
    margin-left: 0;
  }
  #section-info-3.protection .image-wrapper {
    position: static;
    bottom: 0;
    width: 100%;
    margin: 0 auto 30px;
    max-width: 400px;
  }
  #section-info-3.protection .image-wrapper img {
    margin: 0 auto;
  }
  #section-info-3.protection .belt {
    display: none;
  }
  /* REMOVAL */
  #section-info-1.removal .right img {
    width: 40%;
    display: inline-block;
    height: auto;
    min-width: 40%;
  }
  #section-info-1.removal .left .section-desc {
    margin-top: 20px;
  }
  #section-info-2.removal {
    padding-top: 0;
    padding-bottom: 0;
  }
  #section-info-2.removal .info {
    margin: 30px auto;
    width: 100%;
  }
  #section-info-2.removal .box-content {
    padding-top: 140px;
    padding-left: 20px;
    background-position: center top;
    margin-bottom: 50px;
  }
  #section-info-3.removal .content {
    width: 100%;
  }
  #section-info-3.removal .image-wrapper {
    position: static;
    width: 90%;
  }
  #section-info-4.removal .item-wrapper {
    padding-top: 0;
  }
  #section-info-4.removal .item-wrapper .item {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 30px auto 50px;
  }
  #section-info-4.removal .info {
    width: 100%;
    max-width: 600px;
  }
  /* LAB */
  #section-info-1.lab .left {
    float: none;
    width: 100%;
    max-width: 650px;
  }
  #section-info-1.lab .right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 100px;
  }
  #section-info-1.lab .right .item {
    display: inline-block;
    width: 300px;
    padding-right: 0;
    padding-top: 280px;
    background-size: 80% auto;
    background-position: center top;
    text-align: center;
    min-height: auto;
    margin-bottom: 50px;
  }
  /* PRODUCTS */
  #section-products-1 .item-wrapper .item {
    box-shadow: 9px 10px 25.11px 1.89px rgba(19, 15, 44, 0.5);
  }
  /* EXPERT */
  #section-product-info-3.product-expert .item .left {
    width: 100%;
    max-width: 650px;
  }
  #section-product-info-3.product-expert .item .right {
    width: 100%;
    position: static;
  }
  #section-product-info-3.product-expert .item .right img {
    margin-top: 50px;
    position: static;
  }
  #section-product-info-3.product-expert {
    padding-bottom: 30px;
  }
  /* KONTAKT */
  #section-info-1.contact .left {
    float: none;
    padding-bottom: 0;
    width: 100%;
    max-width: 600px;
  }
  #section-info-1.contact .right {
    float: none;
    padding-bottom: 0;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  #section-info-1.contact #demo-agents {
    position: static;
    margin-top: 0px;
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  #header.home .owl-dots {
    bottom: 5px;
  }
  #section-info-3.home {
    margin-top: 0;
  }
  #section-info-3.home .side-wrapper {
    padding-top: 0;
  }
  #section-info-3.home .image-wrapper {
    position: static;
    width: 80%;
    margin-right: auto;
    margin-left: -100px;
    min-width: 350px;
  }
  #section-info-3.home .content {
    width: 100%;
    text-align: left;
  }
  /* ARTICLE - SINGLE */
  #article-content.article-single .article-content-wrapper .article-title {
    font-size: 46.2px;
  }
  /* Article - HOME */
  #section-article.home .home-article-wrapper .image-wrapper {
    height: 400px;
  }
  #section-article.home .home-article-wrapper .article-title {
    font-size: 46.2px;
  }
}
@media all and (max-width: 750px) {
  /* PROTECTION */
  #section-info-1.protection {
    padding: 50px 0;
  }
  #section-info-1.protection .right {
    width: 100%;
    float: none;
  }
  #section-info-1.protection .left {
    width: 100%;
    float: none;
  }
  #section-info-1.protection .left .image-wrapper {
    min-width: 20%;
  }
  #section-info-2.protection {
    padding: 50px 0;
  }
  #section-info-2.protection .section-desc {
    margin-left: 0;
    width: 100%;
  }
  #section-info-2.protection .info {
    margin-top: 60px;
    font-size: 22.7px;
  }
  #section-info-2.protection .box-wrapper .left {
    float: left;
  }
  #section-info-2.protection .box-wrapper .right {
    float: left;
  }
  #section-info-2.protection .left {
    float: none;
    width: 100%;
  }
  #section-info-2.protection .right {
    width: 100%;
  }
  /* REMOVAL */
  #section-info-1.removal {
    padding: 50px 0;
  }
  #section-info-1.removal .right {
    width: 100%;
    float: none;
  }
  #section-info-1.removal .right img {
    width: 20%;
    min-width: 20%;
  }
  #section-info-1.removal .left {
    width: 100%;
    float: none;
  }
  #section-info-2.removal .left {
    position: static;
    width: 100%;
  }
  #section-info-2.removal .left img {
    position: static;
  }
  #section-info-2.removal .right {
    float: none;
    width: 100%;
  }
  #section-info-2.removal .info {
    font-size: 25px;
  }
  #section-info-5.removal {
    margin-bottom: 0;
  }
  #section-info-5.removal .content {
    width: 100%;
  }
  /* LAB */
  #section-info-1.lab .section-title-wrapper .section-desc {
    width: 100%;
  }
  #section-info-1.lab .section-title-wrapper img {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #section-info-2.lab .section-title-wrapper .section-desc {
    width: 100%;
  }
  #section-info-2.lab .left {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  #section-info-2.lab .left img {
    position: static;
    margin: 0 auto;
  }
  #section-info-2.lab .right {
    float: none;
    width: 100%;
    max-width: 650px;
  }
  #section-info-3.lab .section-title-wrapper .section-desc {
    width: 100%;
  }
  #section-info-3.lab .left {
    float: none;
    width: 100%;
    max-width: 650px;
  }
  #section-info-3.lab .right {
    position: static;
    width: 100%;
  }
  #section-info-3.lab .right img {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
  /* EXPERT*/
  #header.product-expert .image-wrapper {
    background-position: right 38% top;
  }
  #header.product-expert .image-wrapper .image-expert,
  #header.product-expert .image-wrapper .image-freeze {
    background-position: right 38% top;
  }
  #header.product-expert .content {
    margin-top: 50px;
  }
  #header.product-expert .section-title {
    font-size: 36.5px;
  }
  #header.product-expert .logo-wrapper {
    width: 150px;
  }
  #header.product-expert .logo-wrapper img {
    margin-right: 0;
    width: 100%;
  }
  #section-product-info-4.product-expert {
    margin-bottom: 0;
  }
  #section-product-info-4.product-expert .right {
    float: none;
    width: 100%;
  }
  #section-product-info-4.product-expert .right .section-title,
  #section-product-info-4.product-expert .right .section-desc {
    text-align: left;
  }
  #section-product-info-4.product-expert .left {
    position: static;
    width: 100%;
    padding-bottom: 30px;
  }
  #section-product-info-4.product-expert .left img {
    position: static;
  }
  /* REPELENT */
  #header.product-repelent .content {
    margin-top: 50px;
  }
  #header.product-repelent .section-title {
    font-size: 36.5px;
  }
  #header.product-repelent .logo-wrapper {
    width: 150px;
  }
  #header.product-repelent .logo-wrapper img {
    margin-right: 0;
    width: 100%;
  }
  /* INSTRUMENT */
  #header.product-instrument .content {
    margin-top: 50px;
  }
  #header.product-instrument .section-title {
    font-size: 36.5px;
  }
  #header.product-instrument .logo-wrapper {
    width: 150px;
  }
  #header.product-instrument .logo-wrapper img {
    margin-right: 0;
    width: 100%;
  }
  /* REPELENT */
  #header.product-repelent-spray .content {
    margin-top: 50px;
  }
  #header.product-repelent-spray .section-title {
    font-size: 36.5px;
  }
  #header.product-repelent-spray .logo-wrapper {
    width: 150px;
  }
  #header.product-repelent-spray .logo-wrapper img {
    margin-right: 0;
    width: 100%;
  }
  #section-product-info-1.product-instrument .center {
    left: -100px;
  }
  #section-product-info-1.product-instrument .right {
    right: 0;
    left: auto;
  }
}
@media all and (max-width: 600px) {
  /* HOME */
  #header.home .desktop {
    display: none;
  }
  #header.home .mobile {
    display: block;
  }
  #header.home .owl-dots {
    bottom: 0;
  }
  #header.home .owl-dots .owl-dot span {
    height: 5px;
  }
  #header {
    margin-top: 100px;
    max-height: 400px;
  }
  #header.no-video .side-wrapper .content {
    padding-top: 20px;
  }
  .section-title {
    font-size: 46.1px;
  }
  .btn {
    font-size: 18px;
  }
  #header {
    margin-top: 0;
  }
  #header .header-curtain {
    display: block;
  }
  #top.mobile {
    bottom: 0;
    top: auto;
    height: 60px !important;
  }
  #top.mobile #menu {
    top: 0;
    background-color: #26214e;
    min-width: 100%;
    flex-direction: column;
  }
  #top.mobile #menu.open {
    display: flex;
  }
  #top.mobile #menu ul .sklep a,
  #top.mobile #menu ul .facebook a,
  #top.mobile #menu ul .jezyk a {
    background: none;
  }
  #top.mobile #menu ul .sklep a:hover,
  #top.mobile #menu ul .facebook a:hover,
  #top.mobile #menu ul .jezyk a:hover {
    background: none;
  }
  #top.mobile #menu ul .jezyk a {
    padding: 0;
  }
  #top.mobile #menu ul {
    margin-top: 20px;
    height: 80%;
    margin-right: auto;
    text-align: left;
    position: relative;
  }
  #top.mobile #menu ul li {
    text-align: center;
    padding: 0;
    margin-left: 0;
  }
  #top.mobile #menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
  }
  #top.mobile #menu ul li a:hover {
    background: #3e329a;
  }
  #top.mobile #menu ul li ul li {
    padding: 0;
  }
  #top.mobile #menu ul li ul li a {
    padding: 3px 0;
  }
  #top.mobile #menu ul li .sub-menu {
    padding: 10px 0;
  }
  #top.mobile #menu .menu-menu-glowne-container {
    height: calc(100% - 270px);
    margin: 0;
  }
  #top.mobile #menu .menu-menu-glowne-container #menu-menu-glowne {
    margin-right: 0;
  }
  #top.mobile #menu .menu-menu-glowne-container #menu-menu-glowne #mCSB_1_container {
    margin-right: 0;
  }
  #top.mobile #menu .menu-menu-opcje-container {
    order: 2;
    margin: 0 auto;
  }
  #top.mobile #menu .menu-menu-opcje-container ul {
    overflow: hidden;
    margin: 0;
  }
  #top.mobile #menu .menu-menu-opcje-container ul li,
  #top.mobile #menu .menu-menu-opcje-container ul li.sklep,
  #top.mobile #menu .menu-menu-opcje-container ul li.facebook {
    margin: 0 5px;
  }
  #top.mobile #menu .menu-menu-jezykowe-container {
    order: 3;
    max-width: unset;
    margin: 0;
    align-self: center;
  }
  #top.mobile #menu .menu-menu-jezykowe-container ul {
    overflow: hidden;
    margin: 0;
  }
  #top.mobile #menu .menu-menu-jezykowe-container ul li {
    margin: 0 5px;
  }
  #menu_link {
    bottom: 10px;
    top: auto;
    right: 20px;
  }
  /* Section film */
  #section-film.product-expert .item-wrapper .item {
    margin: 0;
  }
  /* Sekcja ochrona i usuwanie */
  #section-protection-removal .content {
    font-size: 32.5px;
    padding: 50px 0;
  }
  #section-protection-removal .left .image-bg {
    background-position: right 70% bottom;
    right: 0;
  }
  #section-protection-removal .right .image-bg {
    background-position: left -100px top 0;
    background-size: 90%;
  }
  /* PRODUCT PRESENTATION */
  /*#product-presentation-1 .content .section-title{
  	font-size: 32.5px;
  }*/
  /* ARTICLE */
  #section-article .side-wrapper {
    width: 100%;
  }
  #section-article .section-title {
    margin-left: 5%;
  }
  #section-article .item-wrapper {
    padding: 30px 0 20px !important;
  }
  #section-article .item-wrapper .item {
    width: 100%;
    max-width: 480px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    min-width: 100%;
  }
  #section-article .item-wrapper .item .content {
    width: 90%;
    margin: 0 auto;
  }
  #section-article .item-wrapper .item .article-title,
  #section-article .item-wrapper .item .article-desc {
    height: auto;
    overflow: hidden;
  }
  #section-article .item-wrapper .item:hover {
    box-shadow: none;
  }
  /* ARTICLE - SINGLE */
  #article-content.article-single .article-content-wrapper .article-title {
    font-size: 36.5px;
  }
  #section-article.home .home-article-wrapper .article-title {
    font-size: 36.5px;
  }
  /* HEADER */
  #header.lab {
    min-height: 450px;
    height: auto;
    padding-bottom: 50px;
  }
  #header.lab .side-wrapper {
    position: relative;
    overflow: hidden;
  }
  #header.lab .content {
    margin-top: 80px;
    text-align: center;
    color: #26214e;
    position: relative;
  }
  #header.lab .content .section-title {
    font-size: 41px;
    margin: 20px 0 40px;
  }
  #header.protection,
  #header.removal,
  #header.products-all {
    min-height: 450px;
    height: auto;
    padding-bottom: 50px;
  }
  #header.protection .side-wrapper,
  #header.removal .side-wrapper,
  #header.products-all .side-wrapper {
    position: relative;
    overflow: hidden;
  }
  #header.protection .nk-awb,
  #header.removal .nk-awb,
  #header.products-all .nk-awb {
    position: static;
  }
  #header.protection .content,
  #header.removal .content,
  #header.products-all .content {
    margin-top: 80px;
    text-align: center;
    color: #26214e;
    position: relative;
  }
  #header.protection .content .section-title,
  #header.removal .content .section-title,
  #header.products-all .content .section-title {
    font-size: 41px;
    margin: 20px 0 40px;
  }
  #header.protection .content img,
  #header.removal .content img,
  #header.products-all .content img {
    margin-bottom: 30px;
  }
  /* HOME */
  #header.home .content .logo-image {
    display: block;
    margin: 0 auto 30px;
  }
  #section-info-1.home {
    padding-top: 50px;
  }
  #section-info-1.home .section-title {
    margin-top: 0;
  }
  #section-info-1.home .left {
    float: none;
    width: 100%;
  }
  #section-info-1.home .right {
    position: static;
    width: 100%;
  }
  #section-info-1.home .right img {
    position: static;
    margin: 30px auto;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn {
    width: 45%;
    height: auto;
    vertical-align: top;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle.active {
    box-shadow: none;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle.active:hover {
    box-shadow: none;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle {
    width: 100%;
    margin-top: 0;
    padding-top: 120px;
    box-shadow: none;
    background-position: center top;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle:hover {
    box-shadow: none;
  }
  #section-info-1.home .carousel-wrapper .carousel-btn-wrapper .carousel-btn .circle span {
    width: 100%;
    display: block;
    max-width: 250px;
    position: static;
  }
  #section-info-1.home .carousel-wrapper .owl-carousel {
    display: none;
  }
  #section-info-1.home .carousel-wrapper .carousel-info-wrapper {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
  }
  #section-info-2.home {
    margin-top: 0;
  }
  #section-info-2.home .side-wrapper {
    padding-top: 0;
  }
  #section-info-2.home .image-wrapper {
    position: static;
    width: 80%;
    margin-left: auto;
  }
  #section-info-2.home .content {
    width: 100%;
  }
  #section-info-2.home .content .section-title {
    font-size: 36.5px;
  }
  #section-info-3.home {
    margin-bottom: 0;
  }
  #section-info-3.home .content .section-title {
    font-size: 36.5px;
  }
  /* PROTECTION */
  #section-info-1.protection .left .image-wrapper {
    min-width: 40%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  #section-info-2.protection .box-wrapper .left {
    float: none;
    margin: 0 auto;
  }
  #section-info-2.protection .box-wrapper .right {
    float: none;
    margin: 50px auto 0;
  }
  /* REMOVAL */
  #section-info-1.removal .right img {
    width: 40%;
    min-width: 40%;
  }
  #section-info-3.removal .content .section-title {
    font-size: 36.6px;
  }
  #section-info-4.removal .section-title {
    font-size: 36.6px;
  }
  #section-info-5.removal .content .section-title {
    font-size: 36.6px;
  }
  /* PRODUCTS */
  #section-products-1 .item-wrapper,
  #section-products-2 .item-wrapper {
    padding-bottom: 0;
  }
  #section-products-1 .item-wrapper .item,
  #section-products-2 .item-wrapper .item {
    width: 100%;
    margin: 10px auto;
    height: auto;
    max-width: 350px;
    min-width: 100%;
  }
  #section-products-1 .item-wrapper .item .image-wrapper,
  #section-products-2 .item-wrapper .item .image-wrapper {
    height: 250px;
  }
  #section-products-1 .item-wrapper .item .product-name,
  #section-products-2 .item-wrapper .item .product-name {
    display: block;
    height: auto;
    font-size: 20px;
  }
  #section-products-1 .item-wrapper .item .button-wrapper .btn,
  #section-products-2 .item-wrapper .item .button-wrapper .btn {
    position: relative;
    font-size: 16px;
  }
  #section-products-1 .item-wrapper .item .button-wrapper .btn-shop,
  #section-products-2 .item-wrapper .item .button-wrapper .btn-shop {
    display: block;
    position: relative;
    font-size: 16px;
    margin-top: 10px;
  }
  /* LAB */
  #section-info-1.lab .section-title-wrapper .section-desc,
  #section-info-2.lab .section-title-wrapper .section-desc,
  #section-info-3.lab .section-title-wrapper .section-desc {
    font-size: 32.5px;
    width: 100%;
  }
  /* INSTRUMENT */
  #section-product-info-1.product-instrument .center {
    left: -80px;
  }
  #section-product-info-1.product-instrument .right {
    right: 0;
    left: auto;
    width: 200px;
  }
  /* KONTAKT */
  #header.contact .content {
    margin-top: 0;
    position: static;
  }
  #header.contact .content .section-title {
    padding-top: 50px;
    font-size: 46.1px;
  }
  #header.contact .content .contact-info {
    margin-top: 50px;
  }
  #header.contact .content .contact-info .logo {
    margin-bottom: 30px;
  }
  #header.contact .content .contact-info .left,
  #header.contact .content .contact-info .right {
    float: none;
    width: 100%;
    padding-bottom: 30px;
  }
  #section-info-1.contact #demo-agents .agent-wrapper {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  #section-info-2.contact .item {
    margin: 20px 0;
  }
  /* FOOTER */
  #footer {
    padding-bottom: 100px;
  }
  #footer .logo-footer {
    position: static;
    margin-bottom: 30px;
  }
  #footer .content {
    width: 100%;
    padding-right: 0;
  }
  .cookies {
    padding-top: 115px;
  }
  .cookies .side-wrapper .content-wrapper h3 {
    font-size: 19px;
  }
  .cookies .side-wrapper .content-wrapper ul li {
    font-size: 16px;
  }
  .cookies .side-wrapper .content-wrapper a,
  .cookies .side-wrapper .content-wrapper p {
    font-size: 16px;
  }
}
@media all and (max-width: 400px) {
  /* HOME */
  #header.home .desktop {
    display: none;
  }
  #header.home .mobile {
    display: block;
  }
  /* WIDGET */
  .widget .section-title {
    font-size: 32.5px !important;
  }
  /* Section-film */
  #section-film.product-expert .section-title {
    font-size: 32.5px !important;
  }
  /* REMOVAL */
  #section-info-4.removal .section-title {
    font-size: 32.5px;
  }
  #section-info-4.removal .item-wrapper .item .item-desc {
    text-align: left;
  }
  #section-info-3.removal .content .section-title {
    font-size: 32.5px;
  }
  /* ARTICLE */
  #section-article .item-wrapper .item .image-wrapper {
    height: 200px;
  }
  /* Article HOME */
  #section-article.home .home-article-wrapper .article-title {
    font-size: 28.8px;
  }
  #section-article.home .home-article-wrapper .image-wrapper {
    height: 300px;
  }
  #section-article.home .home-article-wrapper .article-content p {
    font-size: 16px;
  }
  #section-article.home .home-article-wrapper .article-content h1,
  #section-article.home .home-article-wrapper .article-content h2,
  #section-article.home .home-article-wrapper .article-content h3,
  #section-article.home .home-article-wrapper .article-content h4,
  #section-article.home .home-article-wrapper .article-content h5,
  #section-article.home .home-article-wrapper .article-content h6 {
    font-size: 25px;
  }
  /* PRODUCT PESENTATION */
  #product-presentation-1 .content {
    padding-bottom: 50px;
  }
  #product-presentation-1 .content .section-title {
    font-size: 32.5px;
  }
  #product-presentation-1 .content .btn {
    display: block;
    margin: 15px 0;
  }
  /* PROTECTION */
  #section-info-3.protection .side-wrapper {
    padding-bottom: 0;
  }
  #section-info-3.protection .content {
    padding-bottom: 50px;
    margin-left: 0;
  }
  #section-info-3.protection .content .section-title {
    font-size: 32.5px;
  }
  #section-info-3.protection .content .btn {
    float: none;
    display: block;
    margin: 15px 0;
  }
  /* LAB */
  #section-info-2.lab blockquote {
    font-size: 22.7px;
  }
  #section-info-1.lab .section-title-wrapper .section-desc,
  #section-info-2.lab .section-title-wrapper .section-desc,
  #section-info-3.lab .section-title-wrapper .section-desc {
    font-size: 28px;
  }
  #section-info-1.lab .section-title-wrapper .section-desc:nth-child(2),
  #section-info-2.lab .section-title-wrapper .section-desc:nth-child(2),
  #section-info-3.lab .section-title-wrapper .section-desc:nth-child(2) {
    margin-top: 20px;
    font-size: 25px;
  }
  /* EXPERT */
  #section-product-info-1.product-expert .section-title,
  #section-product-info-3.product-expert .section-title,
  #section-product-info-4.product-expert .right .section-title {
    font-size: 32.5px;
  }
  /* REPELENT */
  #section-product-info-1.product-repelent .section-title {
    font-size: 32.5px;
  }
  /* REPELENT SPRAY */
  #section-product-info-1.product-repelent-spray .section-title {
    font-size: 32.5px;
  }
  /* INSTRUMENT */
  #section-product-info-1.product-instrument .section-title {
    font-size: 32.5px;
  }
  #section-product-info-1.product-instrument .center {
    left: -120px;
  }
  #section-product-info-1.product-instrument .right {
    width: 150px;
  }
  /* ERROR SITE */
  #header.error-site .section-title {
    font-size: 90px;
  }
  #header.error-site .image-wrapper {
    opacity: 0.3;
  }
  #header.error-site .btn {
    font-size: 16px;
  }
}
.btn.header-banner,
.btn-more.header-banner {
  vertical-align: top;
}

html :where(img) {
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.owl-carousel .owl-item img {
  max-width: 100%;
}

#cn-notice-text {
  display: block;
  margin-bottom: 20px;
}

#cn-accept-cookie,
.cn-button.wp-default {
  padding: 10px 15px;
  box-sizing: border-box;
  background: #fff;
  color: #26214e;
  border-radius: 0;
  margin: 0 5px !important;
}

.cookie-notice-container {
  max-width: 1280px;
  margin: 0 auto;
}

#cn-notice-text {
  margin-bottom: 10px;
  display: block;
}

.kml_widget-header,
.kml_widget-footer {
  background-color: #1a1546 !important;
}

#top .zah1 {
  text-indent: -9999em;
}

.cookie-notice-container {
  box-sizing: border-box;
}

#article-content.article-single .article-content-wrapper .article-content iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 1750px) {
  #top #logo img {
    height: 70%;
  }
}
@media (max-width: 900px) {
  #article-content.article-single .article-content-wrapper .article-content iframe {
    height: 400px;
  }
}
@media (max-width: 750px) {
  #article-content.article-single .article-content-wrapper .article-content iframe {
    height: 350px;
  }
}
@media (max-width: 600px) {
  #article-content.article-single .article-content-wrapper .article-content iframe {
    height: 300px;
  }
  #top.mobile #menu ul .jezyk {
    position: relative;
    display: inline-block;
    left: 0;
    margin: 20px 5px;
  }
  #top.mobile #menu ul {
    text-align: center;
  }
  #moove_gdpr_save_popup_settings_button {
    bottom: 70px !important;
  }
}
@media (max-width: 500px) {
  .btn.header-banner,
  .btn-more.header-banner {
    display: block;
    margin: 15px 0;
    max-width: 100px;
    text-align: center;
    font-size: 14px;
  }
  #header.product-expert .logo-wrapper {
    z-index: 1;
  }
  #article-content.article-single .article-content-wrapper .article-content iframe {
    height: 250px;
  }
}
@media (max-width: 400px) {
  #article-content.article-single .article-content-wrapper .article-content iframe {
    height: 200px;
  }
  #header.contact .content .contact-info .left,
  #header.contact .content .contact-info .right {
    font-size: 16px;
  }
}
/* Added space between ICB and policy in footer */
#footer .copyright p {
  padding-left: 5px;
}

/* Change the color of the link in the cookie banner */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover {
  color: #bd0037;
}

.cookieconsent-optout-marketing {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 50px;
  padding: 150px 30px;
  text-align: center;
  box-sizing: border-box;
}

.cookieconsent-optout-marketing a {
  color: #bd0037;
}

#header.home .owl-nav {
  height: 0px;
}

@media screen and (max-width: 600px) {
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 70px !important;
  }
}/*# sourceMappingURL=style.css.map */