@charset "UTF-8";
/* Scss Document */
body {
  width: 100%;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  background-color: #fff !important;
}

.hide {
  display: none;
}

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

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

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

.cookie-notice-container {
  width: auto !important;
  max-width: 1400px;
  margin: 0 auto;
}

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

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

.btn {
  display: inline-block;
  background: #00aeef;
  color: #fff;
  padding: 15px 25px;
  margin-top: 50px;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn:hover {
  background: #19c1ff;
}

.btn.grey {
  background-color: #c7c8c8;
}
.btn.grey:hover {
  background-color: #d4d5d5;
}

.btn.download {
  padding-left: 35px;
  background-image: url(../img/icon/download-icon-white.png);
  background-repeat: no-repeat;
  background-size: 16px 21px;
  background-position: left 15px center;
}

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

#header.home sup {
  vertical-align: top !important;
  font-size: 0.55em !important;
  font-weight: 400;
}

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

/* MOBILE NAV */
#mobile.active {
  background: #2c7f4e;
}

#mobile {
  overflow: hidden;
  position: absolute;
  left: 0;
  cursor: pointer;
  height: 100%;
  width: 150px;
}
#mobile:hover {
  background: #2c7f4e;
}
#mobile .mobile-menu-button-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 22px;
}
#mobile div {
  display: inline;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 700;
}

#menu_link span.close_1 {
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  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: 100%;
  margin: auto;
}

#menu_link {
  width: 18px;
  height: 21px;
  display: inline-block;
  z-index: 5;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: absolute;
  right: 0;
}

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

a {
  color: inherit;
}

#breadcrumb {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}
#breadcrumb span {
  margin: 0 2px;
}
#breadcrumb span a:hover {
  opacity: 0.7;
}
#breadcrumb span:first-child {
  text-indent: -999px;
}
#breadcrumb span:first-child a {
  background: url(../img/icon/top-home-link-icon.png) no-repeat;
  background-size: 28px 27px;
  background-position: left center;
  display: block;
  width: 28px;
  height: 27px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  transition: all 0.3s ease-in;
}
#breadcrumb span:first-child a:hover {
  opacity: 0.7;
}
#breadcrumb ul {
  list-style: none;
}
#breadcrumb ul li {
  float: left;
}
#breadcrumb ul li a {
  cursor: pointer;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb ul li:last-child .separator:last-child {
  display: none;
}
#breadcrumb ul li:first-child {
  text-indent: -999px;
}
#breadcrumb ul li:first-child a {
  background: url(../img/icon/top-home-link-icon.png) no-repeat;
  background-size: 28px 27px;
  background-position: left center;
  display: block;
  width: 28px;
  height: 27px;
  cursor: pointer;
}

/* Modal expert */
#expert-modal.window-hide {
  bottom: -500px;
}

#expert-modal.close {
  bottom: -500px;
}

#expert-modal {
  width: 300px;
  border-radius: 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  overflow: hidden;
  z-index: 102;
  transition: all 0.8s ease-in;
  box-shadow: 0px 2px 24px 0px rgba(64, 64, 64, 0.45);
}
#expert-modal .title-box {
  width: 100%;
  height: 147px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#expert-modal .title-box p {
  color: #fff;
  font-size: 25.6px;
  font-weight: 900;
  margin: 20px 0 0 15px;
  line-height: 1.2;
  text-shadow: 0px 2px 24px rgba(64, 64, 64, 0.45);
}
#expert-modal .content-box {
  display: none;
}
#expert-modal .content-box .mail {
  background: url(../img/expert-modal/mail-icon.png) no-repeat;
  background-size: 29px 22px;
  background-position: left center;
}
#expert-modal .content-box .phone {
  background: url(../img/expert-modal/phone-icon.png) no-repeat;
  background-size: 23px 23px;
  background-position: left center;
}
#expert-modal .content-box a {
  display: block;
  height: 60px;
  line-height: 60px;
  margin: 0 20px;
  padding-left: 40px;
  font-size: 16px;
}
#expert-modal .content-box a:hover {
  color: #00aeef;
}
#expert-modal .content-box .line {
  height: 1px;
  width: 100%;
  background: #d7d7d7;
}
#expert-modal .more,
#expert-modal .fold {
  height: 35px;
  background: #00aeef;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 1;
  cursor: pointer;
  padding: 0 20px;
  font-weight: 700;
  border: 1px solid #fff;
}
#expert-modal #close {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/expert-modal/close-icon.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
#expert-modal #max-min {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 27px;
  top: 10px;
  background: url(../img/expert-modal/max-min-icon.png) no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  cursor: pointer;
}
#expert-modal #max-min.min {
  background-position: left 11px;
}
#expert-modal .more {
  display: block;
}
#expert-modal .fold {
  display: none;
}

/* Modal new-article */
#new-article-modal.window-hide {
  bottom: -500px;
}

#new-article-modal.close {
  bottom: -500px;
}

#new-article-modal {
  width: 90%;
  max-width: 335px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  transition: all 0.8s ease-in;
}
#new-article-modal #modal-icon.new-article {
  animation: shake-animation-delay 10.72s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes shake-animation-delay {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  2.57143% {
    transform: translate(0, 0);
  }
  3.35714% {
    transform: translate(5px, 0);
  }
  4.14286% {
    transform: translate(0, 0);
  }
  5.92857% {
    transform: translate(5px, 0);
  }
  6.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#new-article-modal #modal-icon {
  width: 90px;
  height: 90px;
  background-color: #009ee2;
  background-image: url(../img/new-article-modal/alert-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#new-article-modal #modal-icon:hover {
  width: 95px;
  height: 95px;
}
#new-article-modal #modal-icon #alert {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: -10px;
  opacity: 1;
}
#new-article-modal #modal-icon #alert.close {
  opacity: 0;
  transition: all 0.3s ease-in;
}
#new-article-modal #modal-content {
  display: none;
  width: 88%;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-top: -38px;
  z-index: 1;
  box-shadow: 0px 2px 24px 0px rgba(64, 64, 64, 0.45);
  box-sizing: border-box;
}
#new-article-modal #modal-content .modal-title {
  margin-right: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 16px;
  font-weight: 900;
  color: #363636;
  line-height: 1.2;
}
#new-article-modal #modal-content .article-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #363636;
  padding-top: 15px;
}
#new-article-modal #modal-content .article-title:hover {
  color: #009ee2;
}

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

.ipns-bg {
  width: 100%;
  height: 100%;
  background: url(../img/background/badania-3dipns-bg.png) no-repeat;
  background-position: right bottom;
  mix-blend-mode: hard-light;
  background-size: auto 100%;
}
.ipns-bg .side-wrapper {
  height: 100%;
}

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

#top.dark {
  background: rgba(0, 0, 0, 0.35);
}
#top.dark:hover {
  background: rgba(0, 0, 0, 0.5);
}

#top {
  height: 80px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease-in;
}
#top .side-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
}
#top #menu {
  display: none;
  position: absolute;
  top: 80px;
  background: #066e30;
  background: rgba(6, 110, 48, 0.95);
  z-index: 1;
  padding: 100px 0 30px;
  width: 100%;
  max-height: 460px;
}
#top #menu #menu-container {
  width: 50%;
}
#top #menu #menu-expert {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(237, 237, 237, 0.95);
}
#top #menu #menu-expert .menu-expert-content {
  height: 100%;
  overflow: hidden;
}
#top #menu #menu-expert .menu-expert-content .box-up-wrapper {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 330px;
  padding-bottom: 50px;
  background: #fff;
}
#top #menu #menu-expert .menu-expert-content .box-up-wrapper .title {
  color: #0f7137;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
#top #menu #menu-expert .menu-expert-content .box-up-wrapper .desc {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
}
#top #menu #menu-expert .menu-expert-content .box-up-wrapper .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  padding: 0;
  text-align: center;
  line-height: 56px;
  z-index: 1;
  height: 56px;
  box-shadow: none;
}
#top #menu #menu-expert .menu-expert-content .article-wrapper {
  overflow: hidden;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 330px;
}
#top #menu #menu-expert .menu-expert-content .article-wrapper .article-wrapper-title {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#top #menu #menu-expert .menu-expert-content .article-wrapper .item {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
#top #menu #menu-expert .menu-expert-content .article-wrapper .item:hover .article-title {
  color: #00aeef;
}
#top #menu #menu-expert .menu-expert-content .article-wrapper .item .image-wrapper {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}
#top #menu #menu-expert .menu-expert-content .article-wrapper .item .article-title {
  padding-left: 20px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 1.2;
  display: table;
  height: 90px;
  transition: all 0.3s ease-in;
}
#top #menu #menu-expert .menu-expert-content .article-wrapper .item .article-title p {
  vertical-align: middle;
  display: table-cell;
}
#top #menu #menu-expert .expert-container {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/background/expert-menu-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: center top;
}
#top #menu #menu-expert .expert-container .expert-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 90%;
  height: 350px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  left: 20px;
}
#top #menu #top-home-link {
  display: block;
  cursor: pointer;
  background-image: url(../img/icon/top-home-link-icon.png);
  background-repeat: no-repeat;
  background-size: 28px 27px;
  width: 28px;
  height: 27px;
  position: absolute;
  top: 50px;
  left: 40px;
  transition: all 0.3s ease-in;
  z-index: 2;
}
#top #menu #top-home-link:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.7;
}
#top #menu .menu {
  max-width: 1400px;
}
#top #menu ul {
  color: #fff;
  letter-spacing: 0.2px;
  padding-left: 120px;
  padding-right: 2%;
}
#top #menu ul .li-wrapper {
  height: 180px;
  float: left;
  width: 30.333%;
  margin: 0px 3% 40px 0;
}
#top #menu ul li .line-repeat {
  height: 80%;
  top: 10px;
  bottom: 10px;
}
#top #menu ul li {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
#top #menu ul li .line-repeat {
  height: 100%;
  width: 1px;
  background: #7bd9f4;
  position: absolute;
}
#top #menu ul li a {
  background: url(../img/menu-line.png) no-repeat;
  background-position: left top 10px;
  padding-left: 15px;
  display: inline-block;
  padding-bottom: 2px;
  transition: all 0.3s ease-in;
}
#top #menu ul li a:hover {
  color: #7bd9f4;
}
#top #menu ul li ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}
#top #menu ul li ul li {
  float: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin-top: 12px;
  width: auto;
  margin-right: 0;
  height: auto;
  margin-bottom: 0;
}
#top #menu ul li ul li a {
  background-position: left center;
  transition: all 0.3s ease-in;
}
#top #menu ul li ul li a:hover {
  color: #7bd9f4;
}
#top #menu ul li ul li:last-child {
  margin-bottom: 0;
}
#top #menu ul li ul li:last-child .line-repeat {
  height: 50%;
  top: auto;
  bottom: -1px;
  background: #066e30;
}
#top #logo {
  width: 250px;
  height: 96px;
  background: #fff;
  position: absolute;
  right: 10%;
  top: 0px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 5;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.5);
}
#top #logo h1 {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  overflow: hidden;
}
#top #logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 175px auto;
  background-position: center bottom 23px;
  cursor: pointer;
}
#top #search {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 170px;
  margin: auto 0;
  width: 50px;
  height: 50px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
#top #search:hover #search-ico {
  background-color: #fff;
  background-image: url(../img/icon/search-icon-hover.png);
}
#top #search:hover input {
  background-color: rgba(255, 255, 255, 0.55);
}
#top #search #search-ico {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  border-radius: 10px;
  background-image: url(../img/icon/search-icon.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in;
}
#top #search input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 90%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  border-radius: 10px;
  font-size: 18px;
  padding: 0 5% 0 65px;
  color: #333;
  font-weight: 500;
}
#top #search input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7f7f7f;
  opacity: 1; /* Firefox */
}
#top #search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7f7f7f;
  opacity: 1; /* Firefox */
}
#top #search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7f7f7f;
}
#top #search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7f7f7f;
}
#top #lang-menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  background-image: url(../img/icon/arrow-down-lang-menu-icon.png);
  background-repeat: no-repeat;
  background-size: 23px 13px;
  background-position: center 50px;
}
#top #lang-menu .section-name {
  height: 100%;
}
#top #lang-menu {
  z-index: 4;
}
#top #lang-menu:hover {
  background-color: #00aeef;
  background-image: url(../img/icon/arrow-up-lang-menu-icon.png);
}
#top #lang-menu ul {
  list-style: none;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
}
#top #lang-menu ul:hover li ul {
  display: block;
}
#top #lang-menu ul li ul {
  display: none;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 80px;
  height: auto;
  line-height: 80px;
}
#top #lang-menu ul li ul li {
  margin-top: 0;
  background: #00aeef;
}
#top #lang-menu ul li ul li a {
  line-height: 80px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#top #lang-menu ul li ul li:nth-child(odd) {
  background: #0092e7;
}
#top #lang-menu ul li:hover ul {
  display: block;
}

/* Stylowanie ramki wynikow wyszukiwania */
.searchwp-live-search-results-showing {
  max-height: 228px !important;
  overflow-y: auto !important;
}

.searchwp-live-search-results {
  top: 70px !important;
  position: fixed !important;
  box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.23) !important;
}
.searchwp-live-search-results a {
  padding: 1px 0;
}

.searchwp-live-search-result:hover a {
  color: #00aeef;
}

.header-bottom {
  width: 100%;
  position: absolute;
  z-index: 2;
  margin-top: -200px;
  /*		.mouse-scroll{
  		margin: 20px auto 0;
  	}*/
}

/* Animacje */
@keyframes scroll-mouse-animation {
  0% {
    top: 8px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 8px;
  }
}
/* END Animacje */
.mouse-scroll {
  display: block;
  height: 60px;
  width: 35px;
  border: 4px solid #b0b0b0;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
  margin: 20px auto 20px;
  transition: all 0.3s ease-in;
  cursor: pointer;
  opacity: 0.7;
}
.mouse-scroll:hover {
  border-color: #808080;
  opacity: 0.9;
}
.mouse-scroll:hover .scroll-animation {
  background: #808080;
}
.mouse-scroll .scroll-animation {
  height: 12px;
  width: 5px;
  background: #b0b0b0;
  border-radius: 35%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in;
  animation-name: scroll-mouse-animation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll-mouse-animation;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
}

.scroll-info {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
}

/* CSS Document */
/* HEADER - HOME*/
/* HEADER - END */
#section-box-info {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
#section-box-info .content {
  margin: 10%;
  width: 80%;
  max-width: 560px;
  position: relative;
  z-index: 2;
}
#section-box-info .box-title {
  font-size: 36.5px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2px 6px rgba(64, 64, 64, 0.75);
}
#section-box-info .box-desc {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
}
#section-box-info a {
  display: inline-block;
  background: #00aeef;
  color: #fff;
  padding: 15px 25px;
  margin-top: 50px;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#section-box-info a:hover {
  background: #19C1FF;
}
#section-box-info .left {
  float: left;
  width: 49%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
}
#section-box-info .left img {
  display: block;
  width: 100%;
  height: auto;
}
#section-box-info .right {
  float: right;
  width: 49%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
  position: relative;
  margin-bottom: 75px;
}
#section-box-info .right img {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  bottom: -75px;
  right: 0;
  z-index: 1;
  max-width: 70%;
}

#section-expert-info {
  height: 500px;
  background: url(../img/background/expert-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 230px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
#section-expert-info .side-wrapper {
  height: 100%;
}
#section-expert-info .section-title {
  color: #fff;
  font-weight: 900;
  font-size: 41px;
  text-shadow: 1px 2px 6px rgba(64, 64, 64, 0.45);
}
#section-expert-info .content {
  margin-top: 50px;
  background: rgba(0, 166, 81, 0.9);
  padding: 50px 45% 80px 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
#section-expert-info .content .btn {
  position: absolute;
  bottom: -25px;
  left: 50px;
  font-size: 18px;
  font-weight: 700;
}
#section-expert-info .expert-image {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 541px;
  height: 750px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#section-expert-info img {
  position: absolute;
  bottom: -35px;
  right: 0;
}

#section-safe-info {
  background-color: #fff;
  background-position: center bottom;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
#section-safe-info .section-title {
  color: #504d4c;
  font-size: 41px;
  font-weight: 900;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.2;
}
#section-safe-info .side-wrapper {
  overflow: hidden;
}
#section-safe-info .content {
  padding: 0;
}
#section-safe-info .left {
  float: left;
  width: 50%;
}
#section-safe-info .left img {
  width: 100%;
  height: auto;
}
#section-safe-info .right {
  float: left;
  margin-left: 5%;
  width: 45%;
}
#section-safe-info a {
  display: inline-block;
  background: #26a663;
  color: #fff;
  padding: 18px 45px;
  margin-top: 50px;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#section-safe-info a:hover {
  background: #29B36B;
}
#section-safe-info .box-title {
  font-size: 25px;
  font-weight: 900;
  color: #00763c;
  margin-top: 50px;
}
#section-safe-info .box-desc {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  margin: 40px 0;
  max-width: 600px;
  line-height: 1.2;
}

/* CSS Document */
#header.home {
  position: relative;
  height: 850px;
}
#header.home:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
}
#header.home .nk-awb {
  height: 100%;
}
#header.home .nk-awb .nk-awb-wrap {
  height: 100%;
}
#header.home .owl-carousel .owl-item img {
  height: auto;
}
#header.home .owl-carousel .owl-item .img-mobile {
  display: none;
}
#header.home .owl-carousel .owl-item .item .slider-logo {
  display: block;
  width: auto;
  height: auto;
  margin-top: 20px;
}
#header.home .side-wrapper {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#header.home .side-wrapper .section-title {
  font-size: 74px;
  color: #fff;
  font-weight: 900;
  text-shadow: 0px 2px 6px rgba(64, 64, 64, 0.5);
  line-height: 1.2;
}
#header.home .side-wrapper .section-desc {
  color: #fff;
  font-size: 36.5px;
  font-weight: 900;
  margin-top: 15px;
  line-height: 1.1;
  width: 50%;
}
#header.home .side-wrapper img {
  display: block;
  margin: 25px 0;
}
#header.home .side-wrapper a {
  display: inline-block;
  background: #00aeef;
  color: #fff;
  padding: 15px 25px;
  margin-top: 50px;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#header.home .side-wrapper a:hover {
  background: #19c1ff;
}
#header.home .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
#header.home .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
}
#header.home .owl-nav {
  margin: 0;
}
#header.home .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 87px;
  background: url(../img/icon/arrow-slider-left.png) no-repeat;
  background-size: 54px 87px;
  background-position: right center;
}
#header.home .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 87px;
  background: url(../img/icon/arrow-slider-right.png) no-repeat;
  background-size: 54px 87px;
  background-position: left center;
}
#header.home {
  /* HEADER MODAL */
}
#header.home #header-modal {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 600px;
  line-height: 1.2;
  z-index: 3;
  display: none;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.5);
}
#header.home #header-modal .header-modal-wrapper {
  box-sizing: border-box;
  border-radius: 15px;
  padding: 35px 30px 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in;
}
#header.home #header-modal #close-header-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#header.home #header-modal #close-header-modal:before, #header.home #header-modal #close-header-modal:after {
  position: absolute;
  content: " ";
  height: 18px;
  width: 1px;
  background-color: #333;
}
#header.home #header-modal #close-header-modal:before {
  transform: rotate(45deg);
  right: 9px;
}
#header.home #header-modal #close-header-modal:after {
  transform: rotate(-45deg);
  right: 9px;
}
#header.home #header-modal:hover .header-modal-wrapper {
  background: #fff;
}
#header.home #header-modal .title {
  color: #504d4c;
  font-weight: 900;
  font-size: 28.8px;
  margin-bottom: 20px;
}
#header.home #header-modal .desc {
  font-size: 18px;
  line-height: 1.4;
}
#header.home #header-modal .btn {
  margin-top: 30px;
  height: auto;
  height: 35px;
  padding: 0 20px;
  line-height: 35px;
  font-size: 14px;
}

#movie.home {
  padding: 100px 0;
  background: #fff url(../img/background/top-3dipns-bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
#movie.home .side-wrapper {
  overflow: hidden;
}
#movie.home .side-wrapper:last-child {
  margin-top: 50px;
  background-color: #f2f1f1;
  padding: 100px;
  box-sizing: border-box;
}
#movie.home .side-wrapper:last-child .section-desc {
  line-height: 1.4;
}
#movie.home .side-wrapper:last-child span {
  color: #00aeef;
  font-weight: 700;
}
#movie.home .side-wrapper:last-child .left {
  margin-top: 0;
}
#movie.home .side-wrapper:last-child ul {
  box-sizing: border-box;
  width: 80%;
  list-style-image: url(../img/icon/list-diagrams-menu-image.png);
  padding-left: 15px;
}
#movie.home .side-wrapper:last-child ul li {
  margin: 30px 0;
}
#movie.home .btn {
  margin-top: 0;
  min-width: 100px;
  text-align: center;
}
#movie.home .btn.fold {
  display: none;
  padding: 12px 25px;
}
#movie.home .btn.more {
  padding: 12px 25px;
}
#movie.home .right {
  float: right;
  width: 50%;
}
#movie.home .left {
  float: left;
  width: 50%;
  margin-top: 20px;
}
#movie.home .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 80px;
  line-height: 1.2;
  text-align: center;
}
#movie.home .section-title--background {
  text-align: left;
  padding-left: 220px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#movie.home .section-title--background .image-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 187px;
}
#movie.home .section-desc {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 400;
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: left;
}
#movie.home .section-desc p {
  margin-bottom: 30px;
}
#movie.home .note {
  padding: 50px 160px 50px 30px;
  background-color: #fff;
  margin: 50px auto;
  max-width: 920px;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  color: #3d3c3c;
  position: relative;
}
#movie.home .note .image-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 121px;
  max-height: 137px;
}
#movie.home .logo-wrapper {
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
}
#movie.home .logo-wrapper a {
  display: inherit;
}
#movie.home .logo-wrapper p {
  display: flex;
}
#movie.home .logo-wrapper img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
  height: auto;
  -o-object-position: center center;
     object-position: center center;
}
#movie.home .poster {
  width: 100%;
}
#movie.home .poster:hover .play-icon {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#movie.home .poster .video-desc {
  color: #fff;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: -64px;
  right: 0;
  margin: auto;
  width: 200px;
  text-align: center;
}
#movie.home .poster .play-icon {
  position: absolute;
  display: block;
  width: 74px;
  height: 74px;
  background: url(../img/icon/play-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease-in;
}
#movie.home .video {
  width: 100%;
  max-width: 460px;
  height: 250px;
  margin: 0 auto 50px;
  position: relative;
  background: url(../img/poster.jpg) no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 8px 0px rgba(52, 52, 52, 0.5);
}

#section-use {
  padding: 100px 0;
  background: #f2f1f1;
}
#section-use .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
}
#section-use .section-desc {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
}
#section-use .icon-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
}
#section-use .icon-wrapper .item {
  width: 20%;
  margin: 0 2.5%;
  float: left;
}
#section-use .icon-wrapper .item img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 200px;
  height: auto;
}
#section-use .icon-wrapper .item p {
  font-size: 18px;
  color: #18939a;
  text-align: center;
  font-weight: 900;
}

#section-advantages.home {
  padding: 100px 0;
  overflow: hidden;
  background: url(../img/background/advantages-section-home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
#section-advantages.home .ipns-bg {
  width: 100%;
  height: 100%;
  background: url(../img/background/3dipns-bg.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  mix-blend-mode: hard-light;
  position: absolute;
  bottom: 0;
}
#section-advantages.home .section-title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(64, 64, 64, 0.75);
  line-height: 1.2;
  font-size: 36.5px;
  font-weight: 900;
  text-align: center;
}
#section-advantages.home .advantages-wrapper {
  margin-top: 50px;
}
#section-advantages.home .advantages-wrapper img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#section-advantages.home .advantages-wrapper ul {
  list-style: none;
  max-width: 1050px;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#section-advantages.home .advantages-wrapper ul li {
  display: block;
  color: #fff;
  font-size: 22.7px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 3px dashed #fff;
  padding-bottom: 15px;
  width: 35%;
  max-width: 350px;
  position: relative;
  min-height: 50px;
}
#section-advantages.home .advantages-wrapper ul li p {
  position: absolute;
  bottom: 10px;
  left: 0;
}
#section-advantages.home .advantages-wrapper ul li:nth-child(even) {
  text-align: right;
  margin-left: auto;
}
#section-advantages.home .advantages-wrapper ul li:nth-child(even) p {
  right: 0;
}
#section-advantages.home .advantages-wrapper ul li:nth-child(even) .line {
  left: -102px;
  transform: rotate(135deg);
}
#section-advantages.home .advantages-wrapper ul .line {
  position: absolute;
  border-bottom: 3px dashed #fff;
  width: 120px;
  bottom: -45px;
  right: -102px;
  transform: rotate(45deg);
}
#section-advantages.home .section-desc {
  color: #fff;
  text-align: center;
  font-size: 22.8px;
  font-weight: 900;
  margin: 20px auto 50px;
  max-width: 674px;
  line-height: 1.2;
}
#section-advantages.home .btn-wrapper {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
#section-advantages.home .btn {
  display: block;
  margin: 0 auto;
  width: 180px;
  padding: 15px 0;
  text-align: center;
}

#section-vermin-info.home {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
#section-vermin-info.home .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.2;
}
#section-vermin-info.home .section-desc {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
}
#section-vermin-info.home .side-wrapper {
  overflow: hidden;
}
#section-vermin-info.home .content {
  padding: 100px 0 50px;
  text-align: center;
  color: #504d4c;
}
#section-vermin-info.home .content .owl-carousel {
  padding-bottom: 50px;
}
#section-vermin-info.home .content .owl-carousel img {
  display: block;
  width: 100%;
  height: auto;
}
#section-vermin-info.home .content .info {
  margin-top: 20px;
}
#section-vermin-info.home .content .info p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
#section-vermin-info.home .content .info P:nth-child(n+2) {
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
}
#section-vermin-info.home .content .btn {
  background: #26a663;
  margin-top: 30px;
  min-width: 160px;
}
#section-vermin-info.home .content .btn:hover {
  background: #29b36b;
}
#section-vermin-info.home .owl-dots {
  margin-top: 50px;
}

#video-bg.home {
  height: 600px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
#video-bg.home .nk-awb {
  height: 100%;
}
#video-bg.home .nk-awb .nk-awb-wrap {
  height: 100%;
}
#video-bg.home .side-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#video-bg.home .content {
  width: 80%;
  max-width: 700px;
  position: absolute;
  right: 0;
  top: 100px;
}
#video-bg.home .content .section-title {
  color: #fff;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.2;
  padding-left: 165px;
}
#video-bg.home .content .section-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: left;
}
#video-bg.home img {
  display: block;
  margin: 0 0 0 auto;
  position: absolute;
  left: 0;
  top: -15px;
}

/* CSS Document */
#header.product {
  height: 497px;
  background-image: url(../img/background/background-side-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
}

#section-product-info.product {
  background: #fff url(../img/background/3dipns-2-bg.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
  padding-top: 100px;
  overflow: hidden;
}
#section-product-info.product .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  width: 70%;
  text-align: left;
  max-width: 1000px;
}
#section-product-info.product .section-desc {
  text-align: left;
  overflow: hidden;
}
#section-product-info.product .section-desc .box-title {
  font-size: 25px;
  font-weight: 900;
  color: #00aeef;
  margin-top: 50px;
}
#section-product-info.product .section-desc {
  /*	.box-desc.logo{
  	width: 60%;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  }*/
}
#section-product-info.product .section-desc .box-desc {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  margin: 40px 0;
  max-width: 700px;
  line-height: 1.2;
}
#section-product-info.product .section-desc .box-desc p,
#section-product-info.product .section-desc .box-desc h1,
#section-product-info.product .section-desc .box-desc h2,
#section-product-info.product .section-desc .box-desc h3,
#section-product-info.product .section-desc .box-desc h4,
#section-product-info.product .section-desc .box-desc h5,
#section-product-info.product .section-desc .box-desc h6 {
  margin: 30px 0;
}
#section-product-info.product .section-desc .box-desc.logo p:nth-child(1) {
  display: inline-block;
  width: auto;
}
#section-product-info.product .section-desc .box-desc.logo p:nth-child(2) {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
#section-product-info.product .section-desc .box-desc img {
  height: 130px;
  width: auto;
  padding-right: 20px;
}
#section-product-info.product .section-desc .box-desc.blue {
  color: #00c6ff;
  font-weight: 700;
}
#section-product-info.product .section-desc .btn {
  display: block;
  margin: 50px 0 0;
  max-width: 150px;
  text-align: center;
  background-position: left 15px center;
}
#section-product-info.product .section-desc .btn.download.grey {
  padding-left: 35px;
  background-image: url(../img/icon/download-icon-white.png);
  background-repeat: no-repeat;
  background-size: 16px 21px;
  background-position: left 15px center;
}
#section-product-info.product .section-desc .content {
  overflow: hidden;
}
#section-product-info.product .section-desc .content .left {
  width: 45%;
  float: left;
}
#section-product-info.product .section-desc .content .right {
  width: 45%;
  float: right;
}
#section-product-info.product .section-desc .content .right .box-desc {
  margin-top: 100px;
}
#section-product-info.product .section-desc .content .right .box-desc.logo {
  margin-top: 30px;
}
#section-product-info.product .section-desc .content .right .poster {
  width: 100%;
}
#section-product-info.product .section-desc .content .right .poster:hover .play-icon {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#section-product-info.product .section-desc .content .right .poster .video-desc {
  color: #fff;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: -74px;
  right: 0;
  margin: auto;
  width: 220px;
  text-align: center;
}
#section-product-info.product .section-desc .content .right .poster .play-icon {
  position: absolute;
  display: block;
  width: 74px;
  height: 74px;
  background: url(../img/icon/play-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease-in;
}
#section-product-info.product .section-desc .content .right .video {
  width: 100%;
  max-width: 550px;
  height: 300px;
  margin: 100px auto 50px 0;
  position: relative;
  background: url(../img/poster-product.jpg) no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 8px 0px rgba(52, 52, 52, 0.5);
}
#section-product-info.product .wizual {
  display: block;
  max-width: 550px;
  height: auto;
  margin: 50px auto;
}

#section-safe-info.product {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
#section-safe-info.product .section-title {
  color: #504d4c;
  font-size: 41px;
  font-weight: 900;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.2;
}
#section-safe-info.product .side-wrapper {
  overflow: hidden;
}
#section-safe-info.product .content {
  padding: 0;
}
#section-safe-info.product .left {
  float: left;
  width: 50%;
}
#section-safe-info.product .left img {
  width: 100%;
  height: auto;
}
#section-safe-info.product .right {
  float: left;
  margin-left: 5%;
  width: 45%;
}
#section-safe-info.product a {
  display: inline-block;
  background: #00aeef;
  color: #fff;
  padding: 18px 45px;
  margin-top: 50px;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#section-safe-info.product a:hover {
  background: #19c1ff;
}
#section-safe-info.product .box-title {
  font-size: 25px;
  font-weight: 900;
  color: #00aeef;
  margin-top: 50px;
}
#section-safe-info.product .box-desc {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  margin: 40px 0;
  max-width: 600px;
  line-height: 1.2;
}

#section-advantages.product {
  padding: 100px 0;
  overflow: hidden;
  background: url(../img/background/advantages-section-home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
#section-advantages.product .ipns-bg {
  width: 100%;
  height: 100%;
  background: url(../img/background/3dipns-bg.png) no-repeat;
  background-position: center bottom;
  background-size: 100%;
  mix-blend-mode: hard-light;
  position: absolute;
  bottom: 0;
}
#section-advantages.product .section-title {
  color: #fff;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 90px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 2px 6px rgba(64, 64, 64, 0.5);
}
#section-advantages.product .section-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  overflow: hidden;
}
#section-advantages.product .section-desc .left,
#section-advantages.product .section-desc .right {
  width: 45%;
  margin-right: 5%;
  float: left;
}
#section-advantages.product .section-desc .left ul,
#section-advantages.product .section-desc .right ul {
  list-style: none;
}
#section-advantages.product .section-desc .left ul li h1,
#section-advantages.product .section-desc .left ul li h2,
#section-advantages.product .section-desc .left ul li h3,
#section-advantages.product .section-desc .left ul li h4,
#section-advantages.product .section-desc .left ul li h5,
#section-advantages.product .section-desc .left ul li h6,
#section-advantages.product .section-desc .right ul li h1,
#section-advantages.product .section-desc .right ul li h2,
#section-advantages.product .section-desc .right ul li h3,
#section-advantages.product .section-desc .right ul li h4,
#section-advantages.product .section-desc .right ul li h5,
#section-advantages.product .section-desc .right ul li h6 {
  font-size: 25.6px;
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
}
#section-advantages.product .section-desc .left ul li,
#section-advantages.product .section-desc .right ul li {
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: 71px 71px;
  background-position: left top;
  padding-left: 100px;
  min-height: 71px;
}
#section-advantages.product .section-desc .left ul li:nth-child(1) {
  background-image: url(../img/icon/advantages-icon-white-1-left.png);
}
#section-advantages.product .section-desc .left ul li:nth-child(2) {
  background-image: url(../img/icon/advantages-icon-white-2-left.png);
}
#section-advantages.product .section-desc .left ul li:nth-child(3) {
  background-image: url(../img/icon/advantages-icon-white-3-left.png);
}
#section-advantages.product .section-desc .right ul li:nth-child(1) {
  background-image: url(../img/icon/advantages-icon-white-1-right.png);
}
#section-advantages.product .section-desc .right ul li:nth-child(2) {
  background-image: url(../img/icon/advantages-icon-white-2-right.png);
}
#section-advantages.product .section-desc .right ul li:nth-child(3) {
  background-image: url(../img/icon/advantages-icon-white-3-right.png);
}

#section-warning.product {
  background: #00aeef;
  overflow: hidden;
}
#section-warning.product .section-content {
  color: #fff;
  font-size: 25.6px;
  font-weight: 700;
  line-height: 1.2;
  margin: 60px auto;
  padding-left: 120px;
  max-width: 880px;
  background: url(../img/icon/warning-icon.png) no-repeat;
  background-size: 60px 60px;
  background-position: left 5px center;
}

#section-more-info.product {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #fff;
}
#section-more-info.product .section-title {
  color: #504d4c;
  font-size: 36.6px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
}
#section-more-info.product .content {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  line-height: 1.2;
  overflow: hidden;
  max-width: 1150px;
  margin: 0 auto;
}
#section-more-info.product .content .item {
  background-color: #ebebeb;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in;
  margin-bottom: 50px;
}
#section-more-info.product .content .item .item-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 350px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}
#section-more-info.product .content .item .title-desc {
  color: #363636;
}
#section-more-info.product .content .item .title-desc h1,
#section-more-info.product .content .item .title-desc h2,
#section-more-info.product .content .item .title-desc h3,
#section-more-info.product .content .item .title-desc h4,
#section-more-info.product .content .item .title-desc h5,
#section-more-info.product .content .item .title-desc h6 {
  font-size: 28.8px;
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
}
#section-more-info.product .content .item .title-desc p {
  font-weight: 600;
}
#section-more-info.product .content .item .item-content-wrapper {
  padding: 50px 420px 100px 50px;
  position: relative;
  font-size: 16px;
}
#section-more-info.product .content .item .item-content-wrapper ul {
  list-style: none;
  margin: 20px 0;
}
#section-more-info.product .content .item .item-content-wrapper p {
  margin: 20px 0;
}
#section-more-info.product .content .item .more-content-wrapper {
  padding-top: 10px;
  display: none;
}
#section-more-info.product .content .item .fold {
  display: none;
}
#section-more-info.product .content .item .fold,
#section-more-info.product .content .item .more {
  font-size: 18px;
  color: #00aeef;
  font-weight: 900;
  position: absolute;
  bottom: 50px;
  cursor: pointer;
}
#section-more-info.product .content .item .fold:hover,
#section-more-info.product .content .item .more:hover {
  text-decoration: underline;
}
#section-more-info.product .content .accordions-head {
  transition: all 0.3s ease-in;
}
#section-more-info.product .content .accordions-head:hover {
  background: #f3f3f3;
}
#section-more-info.product .content #accordions-131 .accordions-head-title,
#section-more-info.product .content #accordions-198 .accordions-head-title {
  padding-left: 50px;
  font-weight: 700;
  display: block;
}
#section-more-info.product .content #accordions-131 .accordions-head,
#section-more-info.product .content #accordions-198 .accordions-head {
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 25px 30px;
}
#section-more-info.product .content #accordions-131 .accordion-content,
#section-more-info.product .content #accordions-131 .accordion-content {
  padding: 25px 0px;
  width: 100%;
  margin: 0 auto;
  border: none;
  overflow: hidden;
  position: relative;
}
#section-more-info.product .content #accordions-131 .accordion-content p,
#section-more-info.product .content #accordions-131 .accordion-content h1,
#section-more-info.product .content #accordions-131 .accordion-content h2,
#section-more-info.product .content #accordions-131 .accordion-content h3,
#section-more-info.product .content #accordions-131 .accordion-content h4,
#section-more-info.product .content #accordions-131 .accordion-content h5,
#section-more-info.product .content #accordions-131 .accordion-content h6,
#section-more-info.product .content #accordions-131 .accordion-content p,
#section-more-info.product .content #accordions-131 .accordion-content h1,
#section-more-info.product .content #accordions-131 .accordion-content h2,
#section-more-info.product .content #accordions-131 .accordion-content h3,
#section-more-info.product .content #accordions-131 .accordion-content h4,
#section-more-info.product .content #accordions-131 .accordion-content h5,
#section-more-info.product .content #accordions-131 .accordion-content h6 {
  padding-left: 30px;
  width: 55%;
  margin: 0 2.5%;
}
#section-more-info.product .content #accordions-131 .accordion-content ul,
#section-more-info.product .content #accordions-131 .accordion-content ul {
  list-style-image: url(../img/icon/list-diagrams-menu-image.png);
  padding-left: 30px;
  width: 55%;
  margin: 0 2.5%;
}
#section-more-info.product .content #accordions-131 .accordion-content ul li,
#section-more-info.product .content #accordions-131 .accordion-content ul li {
  margin: 0 0 15px;
}
#section-more-info.product .content #accordions-131 .accordion-content img,
#section-more-info.product .content #accordions-131 .accordion-content img {
  display: block;
  position: absolute;
  width: 35%;
  margin: auto 0 auto auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  max-width: 300px;
}
#section-more-info.product .content #accordions-131 .accordion-content p,
#section-more-info.product .content #accordions-131 .accordion-content h1,
#section-more-info.product .content #accordions-131 .accordion-content h2,
#section-more-info.product .content #accordions-131 .accordion-content h3,
#section-more-info.product .content #accordions-131 .accordion-content h4,
#section-more-info.product .content #accordions-131 .accordion-content h5,
#section-more-info.product .content #accordions-131 .accordion-content h6 {
  padding-left: 30px;
  width: auto;
  margin: 0 2.5%;
}

#section-safe-info.product {
  background-color: transparent;
}

#section-download {
  background: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
#section-download .side-wrapper {
  overflow: hidden;
}
#section-download .section-title {
  margin: 0 0 50px;
  color: #363636;
  font-weight: 900;
  font-size: 36.5px;
}
#section-download .section-desc {
  font-size: 18px;
  line-height: 1.2;
}
#section-download .content {
  margin-top: 50px;
}
#section-download a {
  display: block;
  background-image: url(../img/icon/files-pdf-icon-blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 41px 46px;
  min-height: 46px;
  padding-left: 60px;
  padding-top: 25px;
  cursor: pointer;
  color: #00aeef;
  font-size: 18px;
}
#section-download a:hover {
  text-decoration: underline;
}

/* CSS Document */
#header.sor {
  height: 497px;
  background-image: url(../img/background/background-side-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
}

#section-sor-info.sor {
  background: #fff;
  background-size: 100%;
  background-position: left bottom;
  padding: 100px 0;
  overflow: hidden;
}
#section-sor-info.sor .center {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
#section-sor-info.sor .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 40px;
}
#section-sor-info.sor .section-desc {
  text-align: left;
  overflow: hidden;
}
#section-sor-info.sor .section-desc .box-title {
  font-size: 18px;
  font-weight: 900;
  color: #00aeef;
}
#section-sor-info.sor .section-desc .box-desc {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  margin: 0;
  line-height: 1.2;
}
#section-sor-info.sor .section-desc .box-desc p, #section-sor-info.sor .section-desc .box-desc h1, #section-sor-info.sor .section-desc .box-desc h2, #section-sor-info.sor .section-desc .box-desc h3, #section-sor-info.sor .section-desc .box-desc h4, #section-sor-info.sor .section-desc .box-desc h5, #section-sor-info.sor .section-desc .box-desc h6 {
  margin: 30px 0;
}
#section-sor-info.sor .section-desc .box-desc.blue {
  color: #009ee2;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-top: 80px;
}

#section-sor-info-2.sor {
  background: #f4f4f4 url(../img/background/3dipns-2-bg.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
#section-sor-info-2.sor .center {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
#section-sor-info-2.sor .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 40px;
}
#section-sor-info-2.sor .section-desc {
  text-align: left;
  overflow: hidden;
}
#section-sor-info-2.sor .section-desc .box-title {
  font-size: 18px;
  font-weight: 900;
  color: #00aeef;
}
#section-sor-info-2.sor .section-desc .box-desc {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  margin: 0;
  line-height: 1.2;
}
#section-sor-info-2.sor .section-desc .box-desc p, #section-sor-info-2.sor .section-desc .box-desc h1, #section-sor-info-2.sor .section-desc .box-desc h2, #section-sor-info-2.sor .section-desc .box-desc h3, #section-sor-info-2.sor .section-desc .box-desc h4, #section-sor-info-2.sor .section-desc .box-desc h5, #section-sor-info-2.sor .section-desc .box-desc h6 {
  margin: 30px 0;
}
#section-sor-info-2.sor .section-desc .box-desc p strong, #section-sor-info-2.sor .section-desc .box-desc h1 strong, #section-sor-info-2.sor .section-desc .box-desc h2 strong, #section-sor-info-2.sor .section-desc .box-desc h3 strong, #section-sor-info-2.sor .section-desc .box-desc h4 strong, #section-sor-info-2.sor .section-desc .box-desc h5 strong, #section-sor-info-2.sor .section-desc .box-desc h6 strong {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
#section-sor-info-2.sor .section-desc .box-desc.blue {
  color: #009ee2;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-top: 80px;
}

#section-sor-graphics.sor {
  background: url(../img/3dipns/lisc.png) no-repeat;
  background-position: center bottom;
  padding-top: 100px;
  overflow: hidden;
  min-height: 800px;
  position: relative;
}
#section-sor-graphics.sor .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  position: relative;
  z-index: 2;
}
#section-sor-graphics.sor .box-desc {
  width: 90%;
  color: #fff;
  font-size: 32.5px;
  font-weight: 700;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
  text-shadow: 0px 2px 6px rgba(64, 64, 64, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 50px auto;
  z-index: 1;
}
#section-sor-graphics.sor .sor-graphics {
  display: block;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  max-width: 850px;
  height: auto;
}
#section-sor-graphics.sor {
  /*	.lisc{
  		width: 100%;
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: 0;
  		right: 0;
  		margin: auto auto 0 auto;
  		z-index: -1;
  		min-width: 1000px;
  	}*/
}

#section-examples.sor {
  padding: 100px 0;
}
#section-examples.sor .center {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#section-examples.sor .center .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 40px;
}
#section-examples.sor .center .item {
  overflow: hidden;
  margin: 70px 0;
}
#section-examples.sor .center img {
  float: left;
  width: 50%;
}
#section-examples.sor .center .box-desc {
  color: #008d36;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  padding-left: 5%;
  display: table;
  height: 250px;
  /*float: left;
  width: 45%;
  color: #008d36;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  margin-left: 5%;
  margin-top: 40px;*/
}
#section-examples.sor .center .box-desc p {
  width: 80%;
  margin: 0 auto;
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

#section-warning.product .section-content {
  color: #fff;
  font-size: 25.6px;
  font-weight: 700;
  line-height: 1.2;
  margin: 60px auto;
  padding-left: 120px;
  max-width: 880px;
  background: url(../img/icon/warning-icon.png) no-repeat;
  background-size: 60px 60px;
  background-position: left 5px center;
}

#section-sor-info-3.sor {
  background: #00aeef;
  background-size: 100%;
  background-position: left bottom;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
#section-sor-info-3.sor .center {
  margin: 0 auto;
  color: #fff;
  font-size: 25.6px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 120px;
  max-width: 880px;
  background: url(../img/icon/warning-icon.png) no-repeat;
  background-size: 60px 60px;
  background-position: left 5px center;
}
#section-sor-info-3.sor .section-title {
  color: #fff;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}
#section-sor-info-3.sor .section-desc {
  text-align: left;
  overflow: hidden;
}
#section-sor-info-3.sor .section-desc .box-title {
  font-size: 20px;
  font-weight: 900;
  color: #00aeef;
  margin-top: 50px;
}
#section-sor-info-3.sor .section-desc .box-desc {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 40px 0;
  line-height: 1.2;
}
#section-sor-info-3.sor .section-desc .box-desc p, #section-sor-info-3.sor .section-desc .box-desc h1, #section-sor-info-3.sor .section-desc .box-desc h2, #section-sor-info-3.sor .section-desc .box-desc h3, #section-sor-info-3.sor .section-desc .box-desc h4, #section-sor-info-3.sor .section-desc .box-desc h5, #section-sor-info-3.sor .section-desc .box-desc h6 {
  margin: 30px 0;
}
#section-sor-info-3.sor .section-desc .box-desc.blue {
  color: #009ee2;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-top: 80px;
}

/* CSS Document */
#header.lab {
  height: 497px;
  background-image: url(../img/background/badania-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
}

#section-lab-info.lab {
  background: #fff;
  padding: 100px 0 50px;
  overflow: hidden;
}
#section-lab-info.lab .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}
#section-lab-info.lab .section-desc {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.2;
}
#section-lab-info.lab .section-desc p, #section-lab-info.lab .section-desc h1, #section-lab-info.lab .section-desc h2, #section-lab-info.lab .section-desc h3, #section-lab-info.lab .section-desc h4, #section-lab-info.lab .section-desc h5, #section-lab-info.lab .section-desc h6 {
  margin-bottom: 20px;
}

#section-tiles.lab {
  padding: 80px 0;
  background: #f7f7f7;
}
#section-tiles.lab #filter-wrapper {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  width: 100%;
}
#section-tiles.lab #filter-wrapper .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}
#section-tiles.lab #filter-wrapper .section-desc {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.2;
}
#section-tiles.lab #filter-wrapper .filter-content {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
  font-size: 18px;
  color: #8a8989;
}
#section-tiles.lab #filter-wrapper .desc {
  display: inline-block;
  box-sizing: padding-box;
  margin-right: 30px;
}
#section-tiles.lab #filter-wrapper ul {
  display: inline-block;
  list-style: none;
  margin-right: 1%;
  width: 50%;
  font-size: 16px;
  max-width: 250px;
}
#section-tiles.lab #filter-wrapper ul li {
  display: block;
  border: 1px solid #000;
  padding: 8px 0 8px 60px;
  box-sizing: border-box;
  background-image: url(../img/icon/arrow-down-black.png);
  background-repeat: no-repeat;
  background-size: 23px 13px;
  background-position: left 20px center;
  position: relative;
  cursor: pointer;
}
#section-tiles.lab #filter-wrapper ul li p {
  display: inline !important;
}
#section-tiles.lab #filter-wrapper ul li ul {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  top: 33px;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
}
#section-tiles.lab #filter-wrapper ul li ul li {
  border: none;
  line-height: normal;
  padding: 12px 10%;
  background-image: none;
}
#section-tiles.lab #filter-wrapper ul li ul li:hover {
  background: #ccc;
  color: #fff;
}
#section-tiles.lab #tiles-content-wrapper {
  position: relative;
  background: #f4f4f4 url(../img/background/top-3dipns-bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 50px 0 150px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.15s linear;
}
#section-tiles.lab .side-wrapper {
  transition: all 0.15s linear;
}
#section-tiles.lab .clear {
  text-align: left;
  cursor: pointer;
  margin-top: 20px;
  display: none;
}
#section-tiles.lab .tiles.animate {
  transition: all 0.3s linear;
}
#section-tiles.lab .tiles {
  color: #fff;
  display: block;
  float: left;
  width: 24%;
  height: 300px;
  margin: 10px 0.5%;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
}
#section-tiles.lab .tiles:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#section-tiles.lab .tiles .title-up {
  position: absolute;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 230px;
  top: 20px;
  left: 20px;
  text-transform: lowercase;
}
#section-tiles.lab .tiles .title-down {
  position: absolute;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 230px;
  bottom: 20px;
  left: 20px;
}
#section-tiles.lab .tiles .title-down span {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}
#section-tiles.lab .tiles:nth-child(12n+1) {
  background-color: #008a6e;
}
#section-tiles.lab .tiles:nth-child(12n+2) {
  background-color: #549e39;
}
#section-tiles.lab .tiles:nth-child(12n+3) {
  background-color: #8ab833;
}
#section-tiles.lab .tiles:nth-child(12n+4) {
  background-color: #c0cf3a;
}
#section-tiles.lab .tiles:nth-child(12n+5) {
  background-color: #f2c12e;
}
#section-tiles.lab .tiles:nth-child(12n+6) {
  background-color: #f29f05;
}
#section-tiles.lab .tiles:nth-child(12n+7) {
  background-color: #f25c05;
}
#section-tiles.lab .tiles:nth-child(12n+8) {
  background-color: #d92525;
}
#section-tiles.lab .tiles:nth-child(12n+9) {
  background-color: #0072bc;
}
#section-tiles.lab .tiles:nth-child(12n+10) {
  background-color: #1b1464;
}
#section-tiles.lab .tiles:nth-child(12n+11) {
  background-color: #630460;
}
#section-tiles.lab .tiles:nth-child(12n+12) {
  background-color: #9e0039;
}
#section-tiles.lab .tiles.drzewa {
  background-image: url(../img/icon/drzewa.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#section-tiles.lab .tiles.warzywa {
  background-image: url(../img/icon/warzywa.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#section-tiles.lab .tiles.rosliny {
  background-image: url(../img/icon/rosliny.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#section-tiles.lab .tiles.zboza {
  background-image: url(../img/icon/zboza.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#footer.lab {
  background: #fff;
}

/* CSS Document */
#header.lab-single {
  height: 497px;
  background-image: url(../img/background/badania-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
}

#section-lab-info.lab-single {
  background: #fff;
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
}
#section-lab-info.lab-single .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  line-height: 1.2;
}
#section-lab-info.lab-single .section-desc {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.2;
}

#diagrams.lab-single {
  background: #f4f4f4;
  padding: 0 0 50px;
}
#diagrams.lab-single .diagrams-menu {
  color: #363636;
  font-size: 18px;
  font-weight: 700;
}
#diagrams.lab-single .diagrams-menu strong {
  font-weight: 900;
}
#diagrams.lab-single .diagrams-menu ul {
  margin-top: 40px;
  font-weight: 400;
  margin-left: 20px;
  list-style-image: url(../img/icon/list-diagrams-menu-image.png);
}
#diagrams.lab-single .diagrams-menu ul li {
  margin-bottom: 10px;
  line-height: 1.2;
}
#diagrams.lab-single .content h1, #diagrams.lab-single .content h2, #diagrams.lab-single .content h3, #diagrams.lab-single .content h4, #diagrams.lab-single .content h5, #diagrams.lab-single .content h6 {
  color: #504d4c;
  font-size: 24px;
  font-weight: 900;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  padding: 50px 0;
  display: block;
  width: 100%;
  line-height: 1.2;
}
#diagrams.lab-single .content img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1002px;
  margin: 20px auto 30px;
}
#diagrams.lab-single .btn {
  display: block;
  margin: 100px auto 0;
  max-width: 120px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 16px 21px;
  background-position: left 15px center;
}
#diagrams.lab-single .btn.download {
  background-image: url(../img/icon/download-icon-white.png);
  padding-left: 35px;
}

#section-tiles.lab.single #filter-wrapper {
  background: #fff;
}

@keyframes hand {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* CSS Document */
#header.ipns {
  height: 497px;
  background-image: url(../img/background/background-side-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
}

#section-lab-info.ipns {
  background: #fff;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
#section-lab-info.ipns .ipns-bg {
  background: url(../img/background/3dipns-2-bg.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
  position: absolute;
  width: 100%;
  height: 100%;
}
#section-lab-info.ipns .logo-ipns {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  max-width: 296px;
  height: auto;
}
#section-lab-info.ipns .ipns-graphics-wrapper {
  background: rgba(152, 152, 152, 0.35);
  position: relative;
  width: 100%;
}
#section-lab-info.ipns .ipns-graphics-wrapper .ipns-graphics {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
#section-lab-info.ipns .ipns-graphics-wrapper .ipns-graphics {
  width: 60%;
  max-width: 1300px;
}
#section-lab-info.ipns .ipns-graphics-wrapper .hand-icon-wrapper {
  width: 170px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: left 20px center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 16% auto auto;
  padding: 10px 10px 10px 80px;
  line-height: 60px;
  font-weight: 900;
  color: #504d4c;
  border-radius: 15px;
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.63);
}
#section-lab-info.ipns .ipns-graphics-wrapper .hand-icon-wrapper .hand-icon {
  height: 60px;
  width: 36px;
  background-image: url(../img/icon/hand.png);
  background-repeat: no-repeat;
  background-size: auto 60px;
  position: absolute;
  left: 20px;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease-in;
  animation: hand 1.75s linear 2s infinite;
}
#section-lab-info.ipns .desc {
  position: absolute;
  top: 100px;
  color: #504d4c;
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  left: 0;
  right: 0;
  z-index: 2;
}
#section-lab-info.ipns .touch-left {
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
#section-lab-info.ipns .touch-right {
  width: 150px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
#section-lab-info.ipns .magnify {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 2;
}
#section-lab-info.ipns .lisc-bg {
  background: url(../img/3dipns/lisc-bg.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 100%;
  height: 405px;
  position: relative;
  z-index: 0;
}
#section-lab-info.ipns .lisc {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
#section-lab-info.ipns .ipns-graphics-mobile {
  display: none;
}
#section-lab-info.ipns {
  /*	.magnify > .magnify-lens{

  	}*/
}
#section-lab-info.ipns .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  line-height: 1.2;
  width: 70%;
  text-align: left;
  max-width: 1000px;
}
#section-lab-info.ipns .section-desc {
  text-align: left;
  overflow: hidden;
}
#section-lab-info.ipns .section-desc .box-title {
  font-size: 25px;
  font-weight: 900;
  color: #00aeef;
  margin-top: 50px;
}
#section-lab-info.ipns .section-desc .box-desc {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
  margin: 40px 0;
  line-height: 1.2;
  max-width: 700px;
}
#section-lab-info.ipns .section-desc .box-desc p, #section-lab-info.ipns .section-desc .box-desc h1, #section-lab-info.ipns .section-desc .box-desc h2, #section-lab-info.ipns .section-desc .box-desc h3, #section-lab-info.ipns .section-desc .box-desc h4, #section-lab-info.ipns .section-desc .box-desc h5, #section-lab-info.ipns .section-desc .box-desc h6 {
  margin: 30px 0;
}
#section-lab-info.ipns .section-desc .btn {
  display: block;
  margin: 50px 0 0;
  max-width: 120px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 16px 21px;
  background-position: left 15px center;
}
#section-lab-info.ipns .section-desc .link {
  display: inline-block;
  color: #00aeef;
  background: url(../img/icon/pdf-icon.png) no-repeat;
  background-size: 29px 33px;
  padding-left: 45px;
  padding-top: 16px;
  background-position: left center;
  min-height: 33px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
#section-lab-info.ipns .section-desc .link:hover {
  text-decoration: underline;
}
#section-lab-info.ipns .section-desc .btn.download {
  background-image: url(../img/icon/download-icon-white.png);
  padding-left: 35px;
}
#section-lab-info.ipns .section-desc .left {
  width: 55%;
  float: left;
  margin-bottom: 100px;
  margin-right: 5%;
}
#section-lab-info.ipns .section-desc .right {
  width: 40%;
  float: right;
}
#section-lab-info.ipns .section-desc .right .poster {
  width: 100%;
}
#section-lab-info.ipns .section-desc .right .poster:hover .play-icon {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#section-lab-info.ipns .section-desc .right .poster .video-desc {
  color: #fff;
  position: absolute;
  top: 80px;
  bottom: 0;
  left: -74px;
  right: 0;
  margin: auto;
  width: 220px;
  text-align: center;
}
#section-lab-info.ipns .section-desc .right .poster .play-icon {
  position: absolute;
  display: block;
  width: 74px;
  height: 74px;
  background: url(../img/icon/play-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease-in;
}
#section-lab-info.ipns .section-desc .right .video {
  width: 100%;
  max-width: 460px;
  height: 250px;
  margin: 100px auto 50px;
  position: relative;
  background: url(../img/poster.jpg) no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 8px 0px rgba(52, 52, 52, 0.5);
}

#quotation.ipns {
  padding: 150px 0;
  background: url(../img/background/3d-ipns-quote-bg-top-left.png) no-repeat;
  background-position: left top;
  position: relative;
}
#quotation.ipns .ipns-bg-bottom-right {
  background: url(../img/background/3d-ipns-quote-bg-bottom-right.png) no-repeat;
  background-position: right bottom;
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#quotation.ipns .content {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #504d4c;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
#quotation.ipns #signature {
  font-size: 18px;
  font-weight: 700;
  margin-top: 60px;
}

#section-vermin-info.ipns {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
#section-vermin-info.ipns .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.2;
}
#section-vermin-info.ipns .side-wrapper {
  overflow: hidden;
}
#section-vermin-info.ipns .content {
  padding: 100px 0 50px;
  text-align: center;
  color: #504d4c;
}
#section-vermin-info.ipns .content .owl-carousel {
  padding-bottom: 50px;
}
#section-vermin-info.ipns .content .owl-carousel img {
  display: block;
  width: 100%;
  height: auto;
}
#section-vermin-info.ipns .content .info {
  margin-top: 20px;
}
#section-vermin-info.ipns .content .info p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
#section-vermin-info.ipns .content .info P:nth-child(n+2) {
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
}
#section-vermin-info.ipns .content .btn {
  background: #00aeef;
  margin-top: 30px;
  min-width: 160px;
}
#section-vermin-info.ipns .content .btn:hover {
  background: #19C1FF;
}
#section-vermin-info.ipns .owl-dots {
  margin-top: 50px;
}

#section-science.ipns {
  background: url(../img/background/science-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
#section-science.ipns .science-ipns-graphics {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56%;
  z-index: 1;
  max-width: 1059px;
}
#section-science.ipns .side-wrapper {
  position: relative;
  z-index: 2;
}
#section-science.ipns .content {
  max-width: 800px;
  width: 50%;
}
#section-science.ipns .content img {
  position: absolute;
  top: 100px;
  right: 0;
  width: 45%;
  margin: 0 auto;
  max-width: 600px;
  height: auto;
}
#section-science.ipns .content .section-title {
  font-size: 36.5px;
  text-shadow: 0px 2px 6px rgba(64, 64, 64, 0.5);
  margin-bottom: 70px;
  font-weight: 900;
}
#section-science.ipns .content .section-desc p, #section-science.ipns .content .section-desc h1, #section-science.ipns .content .section-desc h2, #section-science.ipns .content .section-desc h3, #section-science.ipns .content .section-desc h4, #section-science.ipns .content .section-desc h5, #section-science.ipns .content .section-desc h6 {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}
#section-science.ipns .content .section-desc p.hide {
  display: none;
}
#section-science.ipns .content .section-desc .btn.fold {
  display: none;
  padding: 12px 25px;
}
#section-science.ipns .content .section-desc .btn.more {
  padding: 12px 25px;
}

#section-safe-info.ipns {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
  background-color: transparent;
}
#section-safe-info.ipns .section-title {
  color: #504d4c;
}
#section-safe-info.ipns .side-wrapper {
  overflow: hidden;
}
#section-safe-info.ipns a {
  background: #00aeef;
}
#section-safe-info.ipns a:hover {
  background: #19C1FF;
}
#section-safe-info.ipns .box-title {
  color: #00aeef;
}

#video-bg.ipns {
  height: 600px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
#video-bg.ipns .nk-awb {
  height: 100%;
}
#video-bg.ipns .nk-awb .nk-awb-wrap {
  height: 100%;
}
#video-bg.ipns .side-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#video-bg.ipns .content {
  width: 80%;
  max-width: 700px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#video-bg.ipns .content .section-title {
  color: #fff;
  font-size: 36.5px;
  font-weight: 900;
  text-align: left;
  line-height: 1.2;
  margin: 0 0 20px;
}
#video-bg.ipns .content .section-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: left;
}
#video-bg.ipns img {
  display: block;
}

/* CSS Document */
#header.expert-advice {
  height: 497px;
  background-image: url(../img/background/expert-site-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
}

#section-expert-advice.expert-advice {
  background: #fff url(../img/background/top-3dipns-bg.png) no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  min-height: 600px;
  background-size: cover;
  background-position: center top;
}
#section-expert-advice.expert-advice .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 40px;
}
#section-expert-advice.expert-advice .section-desc {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 400;
  max-width: 800px;
  line-height: 1.2;
  margin-bottom: 80px;
}
#section-expert-advice.expert-advice .section-desc p {
  margin: 20px 0;
}
#section-expert-advice.expert-advice .item-wrapper .item {
  float: left;
  width: 30.333%;
  margin: 20px 1.5%;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
  transition: all 0.15s ease-in;
}
#section-expert-advice.expert-advice .item-wrapper .item:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#section-expert-advice.expert-advice .item-wrapper .item .image {
  height: 260px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
#section-expert-advice.expert-advice .item-wrapper .item .title {
  width: 90%;
  padding: 25px 5%;
  font-size: 20px;
  color: #333231;
  line-height: 1.2;
  font-weight: 900;
  position: relative;
  z-index: 2;
  height: 100px;
  overflow: hidden;
}

/* CSS Document */
#header.expert-advice-single {
  height: 497px;
  background-image: url(../img/background/expert-site-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
}

#section-expert-advice.expert-advice-single {
  background: #fff url(../img/background/top-3dipns-bg.png) no-repeat;
  padding-top: 100px;
  overflow: hidden;
  min-height: 600px;
  background-size: cover;
  background-position: center top;
}
#section-expert-advice.expert-advice-single .side-wrapper {
  overflow: hidden;
  position: relative;
}
#section-expert-advice.expert-advice-single .left {
  width: 60%;
  max-width: 850px;
  margin-top: 80px;
}
#section-expert-advice.expert-advice-single .section-title {
  color: #504d4c;
  font-size: 36.5px;
  font-weight: 900;
  text-align: left;
  line-height: 1.2;
  max-width: 850px;
}
#section-expert-advice.expert-advice-single .article-wrapper {
  padding-bottom: 50px;
}
#section-expert-advice.expert-advice-single .article-wrapper h1, #section-expert-advice.expert-advice-single .article-wrapper h2, #section-expert-advice.expert-advice-single .article-wrapper h3, #section-expert-advice.expert-advice-single .article-wrapper h4, #section-expert-advice.expert-advice-single .article-wrapper h5, #section-expert-advice.expert-advice-single .article-wrapper h6 {
  font-size: 30px;
  color: #00aeef;
  font-weight: 900;
}
#section-expert-advice.expert-advice-single .article-wrapper p {
  font-size: 18px;
  color: #363636;
  margin: 20px 0;
  line-height: 1.2;
  margin: 20px 0;
}
#section-expert-advice.expert-advice-single .article-wrapper ul {
  margin: 50px 0 50px 40px;
}
#section-expert-advice.expert-advice-single .article-wrapper ul li {
  margin: 0 0 50px 0;
  line-height: 1.2;
}
#section-expert-advice.expert-advice-single .article-wrapper .wp-caption {
  max-width: 600px;
  width: 90% !important;
  margin: 0 auto;
}
#section-expert-advice.expert-advice-single .article-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 50px auto 60px;
  max-width: 600px;
}
#section-expert-advice.expert-advice-single .article-wrapper .wp-caption-text {
  margin: -40px auto 0;
  font-size: 14px;
  max-width: 600px;
  width: 100%;
}
#section-expert-advice.expert-advice-single .article-wrapper .btn {
  display: block;
  max-width: 180px;
  margin: 50px auto 25px;
  text-align: center;
  padding: 18px 0;
}
#section-expert-advice.expert-advice-single .right {
  position: absolute;
  width: 30%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 20px;
  padding-bottom: 20px;
  right: 0;
  top: 80px;
  background: rgba(238, 238, 238, 0.35);
  /*width: 30%;
  margin-left: 10%;
  right: 0;
  top: 80px;*/
}
#section-expert-advice.expert-advice-single .right .section-title {
  font-size: 28px;
  padding: 20px 0;
}
#section-expert-advice.expert-advice-single .right .item-wrapper .item {
  display: block;
  width: 100%;
  margin: 20px 0;
  position: relative;
  min-height: 200px;
  background-color: #eeeeee;
  cursor: pointer;
  transition: all 0.15s ease-in;
}
#section-expert-advice.expert-advice-single .right .item-wrapper .item:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#section-expert-advice.expert-advice-single .right .item-wrapper .item .image {
  height: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
#section-expert-advice.expert-advice-single .right .item-wrapper .item .title {
  width: 90%;
  padding: 30px 5%;
  font-size: 18px;
  color: #333231;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 2;
  text-align: left;
}

/* CSS Document */
#header.error {
  height: 200px;
  background: url(../img/background/badania-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center top;
}

#section-error-info.error {
  background: #fff;
  padding: 100px 0 100px;
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
}
#section-error-info.error .content-wrapper {
  background: #f9f9f9;
  width: 90%;
  max-width: 600px;
  padding: 30px 10px;
}
#section-error-info.error .section-title {
  color: #504d4c;
  font-size: 83px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: 10px;
}
#section-error-info.error .section-desc {
  color: #3d3c3c;
  font-size: 22.8px;
  font-weight: 400;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.2;
  text-align: center;
}
#section-error-info.error .section-desc a {
  color: #00aeef;
  font-weight: 700;
}
#section-error-info.error .section-desc a:hover {
  text-decoration: underline;
}
#section-error-info.error .section-desc p, #section-error-info.error .section-desc h1, #section-error-info.error .section-desc h2, #section-error-info.error .section-desc h3, #section-error-info.error .section-desc h4, #section-error-info.error .section-desc h5, #section-error-info.error .section-desc h6 {
  margin-bottom: 20px;
}

/* CSS Document */
#header.contact {
  height: 497px;
  background-image: url(../img/background/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
  position: relative;
}

#section-contact-info {
  background: #fff;
  position: relative;
}
#section-contact-info .side-wrapper {
  overflow: hidden;
  position: static;
}
#section-contact-info .left {
  width: 45%;
  margin-right: 5%;
}
#section-contact-info .left .section-title {
  margin: 80px 0 50px;
  color: #363636;
  font-weight: 900;
  font-size: 36.5px;
}
#section-contact-info .left img {
  max-width: 90%;
}
#section-contact-info .left .content {
  margin: 50px 0 60px;
  color: #363636;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}
#section-contact-info .left .content a {
  display: block;
  margin: 25px 0;
  padding-left: 50px;
  min-height: 29px;
  max-width: 200px;
}
#section-contact-info .left .content a:hover {
  text-decoration: underline;
  color: #00763c;
}
#section-contact-info .left .content .mail {
  background: url(../img/icon/mail-icon.png) no-repeat;
  background-size: 29px 23px;
  background-position: left center;
}
#section-contact-info .left .content .phone {
  background: url(../img/icon/phone-icon.png) no-repeat;
  background-size: 23px 23px;
  background-position: left center;
}
#section-contact-info .left .content .webside {
  background: url(../img/icon/webside-icon.png) no-repeat;
  background-size: 28px 28px;
  background-position: left center;
}
#section-contact-info .left .content .company-data {
  font-size: 16px;
  line-height: 1.4;
}
#section-contact-info .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#section-contact-info .right iframe.clicked {
  pointer-events: auto;
}
#section-contact-info .right iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#section-adviser-info {
  background: #0b8861;
  padding: 50px 0;
}
#section-adviser-info .section-title {
  font-size: 28.8px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.2;
  text-shadow: 0px 2px 6px rgba(64, 64, 64, 0.5);
}
#section-adviser-info .item-wrapper {
  margin-top: 60px;
  color: #fff;
  overflow: hidden;
}
#section-adviser-info .item-wrapper .item {
  float: left;
  width: 40%;
  margin-right: 10%;
}
#section-adviser-info .item-wrapper .item .image {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  max-width: 230px;
  height: 229px;
  float: left;
  width: 40%;
}
#section-adviser-info .item-wrapper .item .adviser-content {
  float: left;
  width: 55%;
  margin-left: 5%;
  margin-top: 30px;
}
#section-adviser-info .item-wrapper .item .name {
  font-size: 22.7px;
  font-weight: 900;
  margin-bottom: 10px;
}
#section-adviser-info .item-wrapper .item .position {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  line-height: 1.2;
}
#section-adviser-info .item-wrapper .item .phone {
  background: url(../img/icon/phone-white-icon.png) no-repeat;
  background-size: 17px 17px;
  background-position: left center;
  min-height: 17px;
}
#section-adviser-info .item-wrapper .item .mail {
  background: url(../img/icon/mail-white-icon.png) no-repeat;
  background-size: 21px 17px;
  background-position: left center;
  min-height: 17px;
}
#section-adviser-info .item-wrapper .item .phone,
#section-adviser-info .item-wrapper .item .mail {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 35px;
}
#section-adviser-info .item-wrapper .item .phone:hover,
#section-adviser-info .item-wrapper .item .mail:hover {
  text-decoration: underline;
}

#section-distributors-info .section-title {
  margin: 80px 0 50px;
  color: #363636;
  font-weight: 900;
  font-size: 36.5px;
}
#section-distributors-info .section-desc {
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 400;
  max-width: 800px;
  line-height: 1.2;
  margin-bottom: 80px;
}
#section-distributors-info .section-wrapper {
  overflow: hidden;
}
#section-distributors-info .section-wrapper .section-wrapper-title {
  color: #00b2ff;
  font-weight: 900;
  font-size: 25px;
  border-bottom: 1px solid #00b2ff;
  padding-bottom: 15px;
}
#section-distributors-info .section-wrapper .contact-wrapper {
  padding: 60px 0;
  overflow: hidden;
}
#section-distributors-info .section-wrapper .wizual-wrapper {
  width: 300px;
  float: left;
}
#section-distributors-info .section-wrapper .wizual-wrapper img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#section-distributors-info .section-wrapper .wizual-wrapper .desc {
  font-size: 18px;
  color: #363636;
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
}
#section-distributors-info .section-wrapper .contact-item-wrapper {
  padding-left: 50px;
  overflow: hidden;
}
#section-distributors-info .section-wrapper .contact-item-wrapper .item {
  float: left;
  width: 30.333%;
  margin: 0 1.5% 50px;
  font-weight: 700;
}
#section-distributors-info .section-wrapper .contact-item-wrapper .item .seria {
  margin-top: 20px;
}
#section-distributors-info .section-wrapper .contact-item-wrapper .item .seria strong {
  font-size: 20px;
  margin-bottom: 10px;
}
#section-distributors-info .section-wrapper .contact-item-wrapper .item .name {
  font-size: 22.8px;
  margin-bottom: 10px;
}
#section-distributors-info .section-wrapper .contact-item-wrapper .item p,
#section-distributors-info .section-wrapper .contact-item-wrapper .item address {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 15px;
  line-height: 1.2;
}
#section-distributors-info .section-wrapper .contact-item-wrapper .item a {
  display: block;
  font-size: 16px;
  color: #13a96a;
  cursor: pointer;
  line-height: 1.2;
}
#section-distributors-info .section-wrapper .contact-item-wrapper .item a:hover {
  text-decoration: underline;
}

/* CSS Document */
/* Footer */
#footer {
  background-color: #fff;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#footer .footer-bg-container {
  height: 100%;
  background: url(../img/background/3dipns-bg.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}
#footer #menu-footer {
  overflow: hidden;
  margin: 100px 0;
  padding-left: 80px;
}
#footer #menu-footer #footer-home-link {
  display: block;
  cursor: pointer;
  background: url(../img/icon/footer-home-link-icon.png) no-repeat;
  background-size: 28px 27px;
  width: 28px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
}
#footer #menu-footer #footer-home-link:hover {
  opacity: 0.7;
}
#footer #menu-footer ul {
  list-style: none;
  letter-spacing: 0.2px;
}
#footer #menu-footer ul li {
  float: left;
  width: 19%;
  margin: 0 1% 0 0;
  color: #8b8c8c;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
}
#footer #menu-footer ul li a {
  cursor: default;
}
#footer #menu-footer ul li ul {
  margin-top: 30px;
}
#footer #menu-footer ul li ul li {
  float: none;
  width: 100%;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 0;
  max-width: 100%;
}
#footer #menu-footer ul li ul li a {
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#footer #menu-footer ul li ul li a:hover {
  color: #000;
}
#footer .copyright {
  margin-bottom: 50px;
  font-size: 16px;
  color: #8b8c8c;
  text-align: center;
  line-height: 1.4;
}
#footer .copyright a:hover {
  color: #000;
  text-decoration: underline;
}
#footer .copyright p {
  display: inline;
}

/* CSS Document */
/* Responsive */
@media all and (max-width: 1920px) {
  #header.lab,
  #header.lab-single,
  #header.ipns,
  #header.sor,
  #header.product,
  #header.expert-advice,
  #header.expert-advice-single,
  #header.contact {
    background-position: left top;
    background-size: auto;
  }
  #section-expert-advice.expert-advice-single {
    background-size: contain;
  }
}
@media all and (max-width: 1920px) {
  /* 3dipns */
  /*	#section-science.ipns {
  	padding-bottom: 400px;

  }*/
  #section-science.ipns .science-ipns-graphics {
    width: 90%;
  }
  #section-science.ipns .content img {
    top: 30%;
  }
}
@media all and (max-width: 1600px) {
  #header.home {
    height: 750px;
  }
  #top #menu #menu-container {
    width: 55%;
  }
  #top #menu #menu-expert {
    width: 45%;
  }
  #top #menu #top-home-link {
    top: 30px;
  }
  #top #menu {
    padding-top: 100px;
  }
  #top #menu ul {
    padding-left: 40px;
  }
  #top #menu #menu-expert .menu-expert-content .box-up-wrapper {
    position: relative;
    padding: 15px 230px 80px 30px;
    min-height: 150px;
  }
  #top #menu #menu-expert .menu-expert-content .box-up-wrapper .btn {
    right: auto;
    width: auto;
    font-size: 14px;
    bottom: 20px;
    padding: 10px 15px;
    height: auto;
    line-height: normal;
  }
  #top #menu #menu-expert .menu-expert-content .box-up-wrapper .desc {
    font-size: 14px;
    line-height: normal;
  }
  #top #menu #menu-expert .menu-expert-content .expert-container {
    width: 200px;
  }
  #top #menu #menu-expert .menu-expert-content .expert-container .expert-image {
    bottom: -11px;
    height: 230px;
    left: 12px;
  }
  #top #menu #menu-expert .menu-expert-content .article-wrapper {
    margin-top: 30px;
    padding-right: 30px;
  }
  #top #menu #menu-expert .menu-expert-content .article-wrapper .article-wrapper-title {
    margin-bottom: 30px;
  }
  #top #menu #menu-expert .menu-expert-content .article-wrapper .item {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #top #menu #menu-expert .menu-expert-content .article-wrapper .item .article-title {
    font-size: 14px;
    height: 70px;
  }
  #top #menu #menu-expert .menu-expert-content .article-wrapper .item .image-wrapper {
    width: 70px;
    height: 70px;
  }
  #top #menu #menu-expert .menu-expert-content .title {
    margin-top: 20px;
  }
  #top #menu #menu-expert .menu-expert-content .desc {
    font-size: 14px;
    line-height: normal;
  }
  #top #menu {
    max-height: 380px;
  }
  #top #menu ul li {
    font-size: 16px;
  }
  #top #menu ul li ul li {
    font-size: 14px;
    margin-top: 10px;
  }
  #section-advantages.home .advantages-wrapper img {
    max-width: 320px;
  }
  #section-advantages.home .advantages-wrapper ul {
    max-width: 850px;
  }
  #section-advantages.home .advantages-wrapper ul li {
    min-height: 30px;
    width: 32%;
  }
  #section-advantages.home .advantages-wrapper ul li p {
    font-size: 18px;
  }
  /* 3dipns */
  #section-lab-info.ipns .desc {
    top: 50px;
  }
}
@media all and (max-width: 1400px) {
  #header.home {
    height: 650px;
  }
  #header.home #header-modal {
    max-width: 550px;
  }
  #header.home #header-modal .title {
    font-size: 22.8px;
  }
  #header.home #header-modal .desc {
    font-size: 16px;
  }
  #header.lab,
  #header.lab-single,
  #header.ipns,
  #header.sor,
  #header.product,
  #header.expert-advice,
  #header.expert-advice-single,
  #header.contact {
    background-position: left top;
    height: 350px;
  }
  #top #logo {
    width: 220px;
    height: 90px;
  }
  #top #logo a {
    background-size: 158px auto;
    background-position: center bottom 21px;
  }
  /* expert section */
  #section-expert-info {
    height: 480px;
    min-height: 0 !important;
    padding-top: 100px;
  }
  #section-expert-info .expert-image {
    width: 400px;
    height: 555px;
    bottom: -26px;
  }
  #section-expert-info .content {
    font-size: 20px;
  }
  /* Products */
  #section-tiles.lab #tiles-content-wrapper {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 1366px) {
  /* Home slider */
  #header.home .side-wrapper .section-title {
    font-size: 58px;
  }
}
@media all and (max-width: 1200px) {
  #top #menu {
    padding-top: 80px;
  }
  #top #menu #menu-expert {
    display: none;
  }
  #top #menu #menu-container {
    width: 100%;
  }
  #header.lab,
  #header.lab-single,
  #header.ipns,
  #header.sor,
  #header.product,
  #header.expert-advice,
  #header.expert-advice-single,
  #header.contact {
    height: 430px;
  }
  /* header-home */
  #header.home .side-wrapper .section-desc {
    width: auto;
    padding-right: 20px;
  }
  #header.home.mobile {
    height: 100%;
    margin-top: 0;
  }
  #header.home.mobile .side-wrapper {
    top: 200px;
  }
  #header.home.mobile .side-wrapper .section-title {
    font-size: 66px;
  }
  #header.home.mobile .side-wrapper .section-desc {
    font-size: 36.8px;
    padding: 0;
  }
  #header.home.mobile .owl-carousel {
    height: 100%;
  }
  #header.home.mobile .owl-carousel .owl-stage-outer {
    height: 100%;
  }
  #header.home.mobile .owl-carousel .owl-stage {
    height: 100%;
  }
  #header.home.mobile .owl-carousel .owl-item {
    height: 100%;
  }
  #header.home.mobile .owl-carousel .owl-item .item {
    height: 100%;
    min-height: 500px;
  }
  #header.home #header-modal {
    display: none !important;
  }
  #header.home .owl-carousel .owl-item .item {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
  }
  #header.home .owl-carousel .owl-item .item img {
    display: none;
  }
  #header.home .owl-carousel .owl-item .item .slider-logo {
    max-width: 80px;
  }
  #header.home .owl-carousel .owl-item .item .img-mobile {
    display: block;
    height: 100%;
    width: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* Home slider */
  #header.home .side-wrapper {
    top: 150px;
  }
  /*	#header.home.mobile{
  	margin-top: 80px;
  }	*/
  /* home */
  #movie.home .right,
  #movie.home .left,
  #movie.home .side-wrapper:last-child ul {
    float: none;
    width: 100%;
  }
  #movie.home .side-wrapper:last-child {
    padding: 50px 5%;
  }
  #movie.home .right {
    margin-top: 80px;
  }
  #movie.home .video {
    max-width: 500px;
    height: 280px;
  }
  #movie.home .logo-wrapper {
    max-width: 650px;
    margin-top: 50px;
  }
  /* 3dipns */
  #section-science.ipns .content {
    width: 100%;
  }
  #section-science.ipns .content img {
    top: 0;
    position: static;
    width: 100%;
    margin: 20px 0;
  }
  #section-lab-info.ipns .ipns-graphics-wrapper .ipns-graphics {
    width: 90%;
  }
  #section-lab-info.ipns .lisc {
    width: 150%;
    margin-left: -25%;
  }
  /* MENU */
  #mobile.active #menu_link span {
    background: #fff;
  }
  #mobile {
    width: 70px;
  }
  #mobile #menu_link {
    left: 0;
  }
  #mobile #menu_link span {
    background: #646464;
  }
  #mobile:hover #menu_link span {
    background: #fff;
  }
  #mobile .menu-text {
    display: none;
  }
  #mobile .mobile-menu-button-wrapper {
    width: 25px;
  }
  #top {
    background: rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.23);
  }
  #top #menu {
    position: fixed;
    width: 320px;
    height: 70%;
    top: 80px;
    left: 0;
    overflow: scroll;
    max-height: none;
    padding-bottom: 70px;
  }
  #top #menu #top-home-link {
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    position: static;
  }
  #top #menu ul {
    padding-left: 20px;
  }
  #top #menu ul .li-wrapper {
    float: none;
    width: 100%;
    height: auto;
  }
  #top #menu ul li {
    margin: 30px auto 40px;
    cursor: pointer;
  }
  #top #menu ul li:hover a {
    color: #7bd9f4;
  }
  #top #menu ul li .line-repeat {
    display: none;
  }
  #top #menu ul li ul {
    display: none;
  }
  #top #menu ul li ul li:first-child {
    margin-top: 0;
  }
  #top #menu ul li ul li:last-child .line-repeat {
    display: block !important;
  }
  #top #menu ul li ul li {
    margin: 15px auto;
  }
  #top #menu ul li ul li a {
    color: #fff !important;
  }
  #top #menu ul li ul li a:hover {
    color: #7bd9f4 !important;
  }
  #top #lang-menu {
    background-image: url(../img/icon/arrow-down-lang-menu-icon-grey.png);
  }
  #top #lang-menu ul li:first-child {
    color: #646464;
  }
  #top #lang-menu ul li:first-child:hover {
    color: #fff;
  }
  #top #lang-menu ul li:first-child li {
    color: #fff;
  }
  #top #logo {
    top: 0;
    background-color: transparent;
    box-shadow: none;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
  }
  #top #search {
    left: 10px;
    margin-top: 90px;
    z-index: 3;
    max-width: 280px;
  }
  #top #search input {
    max-width: 220px;
    padding-right: 10px;
  }
  #top #search #search-ico {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #top #search #search-ico:hover {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../img/icon/search-icon.png);
  }
  #top #search input {
    background: rgb(255, 255, 255) !important;
  }
  .searchwp-live-search-results {
    top: 145px !important;
  }
  /* END MENU */
  /* SOR */
  #section-sor-graphics.sor {
    background-size: 200%;
  }
  #section-sor-graphics.sor .sor-graphics {
    width: 80%;
    bottom: 130px;
  }
  /* expert section */
  #section-expert-info {
    height: 480px;
  }
  #section-expert-info .expert-image {
    width: 400px;
    height: 555px;
    bottom: -26px;
  }
  #section-expert-info .content {
    font-size: 20px;
  }
  /* Footer */
  #footer {
    padding-top: 50px;
  }
  #menu-footer {
    display: none;
  }
  /* contact */
  #section-distributors-info .section-wrapper .contact-item-wrapper .item {
    width: 48%;
    margin: 0 1% 50px;
  }
  #section-adviser-info .item-wrapper .item {
    margin-right: 0;
    margin-left: 10%;
  }
  #section-adviser-info .item-wrapper .item .mail,
  #section-adviser-info .item-wrapper .item .phone {
    font-size: 16px;
  }
  #section-adviser-info .item-wrapper .item .image {
    max-width: 180px;
    height: 180px;
  }
  #section-adviser-info .item-wrapper .item .image,
  #section-adviser-info .item-wrapper .item .adviser-content {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}
@media all and (max-width: 1100px) {
  /* Home */
  #section-advantages.home {
    background-attachment: inherit;
  }
  /* Products */
  #section-product-info.product .section-desc .content {
    width: 100%;
  }
  #section-product-info.product .wizual {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0;
    max-width: 600px;
  }
  #section-advantages.product {
    background-attachment: inherit;
  }
  /* Home and Garden */
  #section-box-info .left,
  #section-box-info .right {
    float: left;
    width: 100%;
    margin: 10px auto;
  }
  #section-box-info .right {
    margin-bottom: 80px;
  }
  #section-box-info .left {
    height: auto;
  }
  /* Save faun */
  #section-safe-info .left,
  #section-safe-info .right {
    float: none;
    width: 100%;
    margin: 0;
  }
  #section-safe-info .left img,
  #section-safe-info .right img {
    display: block;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
  }
  #section-safe-info .left .box-title,
  #section-safe-info .left .box-desc,
  #section-safe-info .right .box-title,
  #section-safe-info .right .box-desc {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  #section-safe-info .left a,
  #section-safe-info .right a {
    display: block;
    max-width: 200px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
  }
  /* lab */
  #section-tiles.lab .tiles {
    width: 48%;
    margin: 10px 1%;
  }
  /* expert-advice */
  #section-expert-advice.expert-advice .item-wrapper .item {
    width: 48%;
    margin: 20px 1%;
  }
}
@media all and (max-width: 1000px) {
  /* Home */
  #section-advantages.home .advantages-wrapper ul {
    width: 100%;
  }
  #section-advantages.home .advantages-wrapper img {
    max-width: 280px;
  }
  #video-bg.home img {
    position: relative;
    top: 0;
    margin-left: 0;
    padding-bottom: 30px;
  }
  #video-bg.home .content {
    left: 0;
    right: auto;
    position: relative;
    padding-bottom: 100px;
  }
  #video-bg.home .content .section-title {
    padding-left: 0;
    margin-bottom: 30px;
  }
  /* Product */
  #section-product-info.product .section-desc .content .left,
  #section-product-info.product .section-desc .content .right {
    float: none;
    width: 90%;
  }
  #section-product-info.product .section-desc .content .right .box-desc {
    margin-top: 50px;
  }
  #section-product-info.product .section-desc .content .right .box-desc.logo p:nth-child(2) {
    width: 80%;
  }
  #section-more-info.product .content .item .item-image {
    width: 200px;
  }
  #section-more-info.product .content .item .item-content-wrapper {
    padding-right: 250px;
  }
  /* 3dipns */
  #section-lab-info.ipns .section-title {
    width: 100%;
  }
  #section-lab-info.ipns .section-desc .btn {
    margin: 25px auto;
  }
  #section-lab-info.ipns .section-desc .box-desc {
    max-width: 800px;
  }
  #section-lab-info.ipns .section-desc .right .video {
    max-width: 500px;
  }
  #section-lab-info.ipns .section-desc .left,
  #section-lab-info.ipns .section-desc .right {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #section-lab-info.ipns .logo-ipns {
    position: static;
    width: 80%;
  }
  /* expert-advice - single */
  #section-expert-advice.expert-advice-single .left {
    width: 100%;
    margin-top: 80px;
  }
  #section-expert-advice.expert-advice-single .right {
    position: static;
    width: 95%;
    margin-left: 0;
    margin-bottom: 50px;
  }
  #section-expert-advice.expert-advice-single .right .item-wrapper {
    overflow: hidden;
  }
  #section-expert-advice.expert-advice-single .right .item-wrapper .item {
    float: left;
    width: 30.333%;
    margin: 20px 1.5%;
  }
  /* Contact */
  #section-distributors-info .section-wrapper .wizual-wrapper {
    float: none;
    margin-bottom: 50px;
  }
  #section-distributors-info .section-wrapper .contact-item-wrapper {
    padding-left: 0;
  }
}
@media all and (max-width: 900px) {
  /* HOME */
  /*	#header.home.mobile .owl-carousel .owl-item .item{
  	height: 600px;
  }*/
  #header.home .owl-carousel .owl-item .item {
    height: 700px;
  }
  #movie.home .section-title,
  #section-advantages.home .box-down .content .section-title,
  #section-advantages.home .section-title,
  #section-use .section-title,
  #section-download .section-title {
    font-size: 32.5px;
  }
  #header.home .side-wrapper .section-title {
    font-size: 52px;
  }
  #header.home .side-wrapper .section-desc {
    font-size: 32.5px;
  }
  /* 3dipns */
  #section-lab-info.ipns .section-title,
  #section-vermin-info.ipns .section-title,
  #section-science.ipns .content .section-title {
    font-size: 32.5px;
  }
  /* Sor */
  #section-sor-info.sor .section-title,
  #section-sor-info.sor .section-title,
  #section-sor-info-2.sor .section-title,
  #section-sor-info-3.sor .section-title,
  #section-sor-graphics.sor .section-title,
  #video-bg.home .content .section-title,
  #video-bg.ipns .content .section-title {
    font-size: 32.5px;
  }
  #section-sor-graphics.sor .box-desc {
    font-size: 28px;
  }
  #section-sor-info.sor .section-desc .box-desc.blue,
  #section-sor-info-2.sor .section-desc .box-desc.blue,
  #section-examples.sor .center .section-title {
    font-size: 25px;
  }
  #section-examples.sor .center .box-desc {
    margin-top: 0;
  }
  /* Lab */
  #section-lab-info.lab .section-title {
    font-size: 32.5px;
    width: 100%;
  }
  /* lab-single */
  #section-lab-info.lab-single .section-title {
    font-size: 32.5px;
  }
  /* expert-advice */
  #section-expert-advice.expert-advice .section-title {
    font-size: 32.5px;
  }
  /* expert-advice - single */
  #section-expert-advice.expert-advice-single .section-title {
    font-size: 32.5px;
  }
  /* Products */
  #section-product-info.product .section-title,
  #section-advantages.product .section-title.blue,
  #section-expert-info .section-title {
    font-size: 32.5px;
    width: 100%;
  }
  #section-advantages.product .section-desc .left ul li,
  #section-advantages.product .section-desc .right ul li {
    background-position: center top;
    padding-left: 0;
    padding-top: 100px;
    text-align: center;
    max-width: 600px;
    margin: 40px auto 0;
  }
  /*#section-product-info.product .section-desc .box-desc img{
  	margin: 20px auto;
  	display: block;
  }*/
  #section-product-info.product .section-desc .content .right .video {
    max-width: 460px;
    height: 250px;
  }
  #section-advantages.product .section-title.blue {
    text-align: center;
  }
  #section-advantages.product .section-desc .left,
  #section-advantages.product .section-desc .right {
    float: none;
    width: 100%;
    margin: 0;
  }
  #section-warning.product .section-content {
    font-size: 25px;
  }
  #accordions-131 .accordions-head-title,
  #accordions-198 .accordions-head-title {
    font-size: 25px;
  }
  #section-more-info.product .content #accordions-131 .accordion-content img {
    position: static;
    margin: 50px auto 0;
  }
  #section-more-info.product .content #accordions-131 .accordion-content ul {
    width: auto;
  }
  /* expert section */
  #section-expert-info {
    height: auto;
    padding-bottom: 100px;
    overflow: hidden;
  }
  #section-expert-info .expert-image {
    right: -10%;
    bottom: -126px;
  }
  /* Safe faun */
  #section-safe-info .section-title {
    font-size: 32.5px;
  }
  /* vermin */
  #section-vermin-info.home .section-title {
    font-size: 32.5px;
  }
  /* Contact */
  #section-contact-info .left {
    float: none;
    width: 100%;
  }
  #section-contact-info .right {
    position: static;
    width: 100%;
    height: 300px;
  }
  /* contact */
  #section-contact-info .left .section-title,
  #section-distributors-info .section-title,
  #section-adviser-info .section-title {
    font-size: 32.5px;
  }
}
@media all and (max-width: 800px) {
  /* Product */
  #section-more-info.product .content .item .item-image {
    width: 100%;
    height: 250px;
    position: static;
  }
  #section-more-info.product .content .item .item-content-wrapper {
    padding: 50px 50px 100px;
  }
  /* SOR */
  #section-sor-graphics.sor {
    min-height: 700px;
    padding-top: 50px;
  }
  /* expert section */
  #section-expert-info img {
    right: -15%;
  }
  /* Contact */
  #section-adviser-info .item-wrapper .item {
    float: none;
    width: 100%;
    margin: 30px auto;
    max-width: 300px;
    text-align: center;
  }
  #section-adviser-info .item-wrapper .item .image {
    margin: 0 auto;
    background-position: center;
  }
  #section-adviser-info .item-wrapper .item .mail,
  #section-adviser-info .item-wrapper .item .phone {
    display: inline-block;
  }
  /* expert modal */
  #expert-modal #close {
    width: 20px;
    height: 20px;
    right: 12px;
  }
  #expert-modal #max-min {
    display: none;
  }
}
@media all and (max-width: 750px) {
  #section-product-info.product .section-desc .content .right .box-desc.logo p:nth-child(2) {
    width: 60%;
  }
  /* Home */
  #section-use .icon-wrapper .item p {
    font-size: 16px;
  }
  #section-advantages.home .advantages-wrapper ul {
    top: 65px;
    width: 100%;
  }
  #section-advantages.home .advantages-wrapper ul li p {
    font-size: 16px;
  }
  #section-advantages.home .advantages-wrapper img {
    max-width: 250px;
  }
  #video-bg.home {
    height: 700px;
  }
  /* 3dipns */
  #video-bg.ipns {
    height: 400px;
  }
  #section-lab-info.ipns .ipns-graphics-wrapper .ipns-graphics {
    display: none;
  }
  #section-lab-info.ipns .magnify {
    display: none;
  }
  #section-lab-info.ipns .lisc {
    display: none;
  }
  #section-lab-info.ipns .ipns-graphics-wrapper .hand-icon-wrapper {
    display: none !important;
  }
  #section-lab-info.ipns .ipns-graphics-mobile {
    display: block;
    width: 100%;
  }
  #section-lab-info.ipns .desc {
    display: none;
  }
  #quotation.ipns {
    padding: 100px 0;
  }
  #quotation.ipns .content {
    font-size: 20px;
  }
  /* SOR */
  #section-examples.sor .center img {
    float: none;
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 0 auto 50px;
  }
  #section-examples.sor .center .box-desc {
    margin-left: 0;
  }
  #section-examples.sor .center .box-desc {
    display: block;
    height: auto;
  }
  /* expert section */
  #section-expert-info .content {
    padding: 50px;
  }
  #section-expert-info .expert-image {
    top: -40px;
    bottom: auto;
    right: -2%;
    margin-top: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    background-position: right 3px top 15px;
    background-size: 110%;
  }
  /* Save faun */
  #section-safe-info.ipns .section-title {
    font-size: 32.5px;
  }
  /* Home and garden */
  #section-box-info .box-title {
    font-size: 32.5px;
  }
  #section-box-info .box-desc {
    font-size: 20px;
  }
  #section-box-info .right img {
    max-width: 90%;
  }
  /* expert-advice - single */
  #section-expert-advice.expert-advice-single .right .item-wrapper .item {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  /* contact */
  #section-download .left,
  #section-download .right {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  /* home */
  /*	#section-advantages.home .box-up ul li{
  	font-size: 18px;
  }*/
  #header.home {
    margin-top: 80px;
  }
  #header.home.mobile .side-wrapper {
    text-align: center;
  }
  #header.home .side-wrapper {
    top: 70px;
  }
  #top #logo {
    width: 150px;
  }
  #top #logo a {
    background-size: contain;
  }
  #section-advantages.home .advantages-wrapper ul {
    top: 38px;
  }
  #section-advantages.home .advantages-wrapper ul li {
    width: 28%;
  }
  #section-advantages.home .advantages-wrapper img {
    width: 230px;
  }
  #movie.home .video {
    max-width: 350px;
    height: 200px;
  }
  #movie.home .section-title--background {
    padding-left: 0;
    padding-top: 220px;
    text-align: center;
    margin-bottom: 50px;
  }
  #movie.home .section-title--background .image-wrapper {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 188px;
    width: 150px;
    max-width: 90%;
  }
  #movie.home .note {
    padding-right: 30px;
    padding-top: 200px;
    text-align: center;
  }
  #movie.home .note .image-wrapper {
    top: 30px;
    left: 0;
    right: 0;
    bottom: auto;
    height: 167px;
    max-width: 90%;
  }
  #section-use .icon-wrapper .item {
    width: 40%;
    margin: 0 5% 40px;
  }
  /* header */
  #header.home .owl-carousel .owl-item .item {
    height: 600px;
  }
  #header.lab,
  #header.lab-single,
  #header.ipns,
  #header.sor,
  #header.product,
  #header.expert-advice,
  #header.expert-advice-single,
  #header.contact {
    height: 330px;
    background-position: -150px top;
  }
  /* 3dipns */
  #section-science.ipns {
    padding-bottom: 150px;
  }
  /* SOR */
  #section-sor-graphics.sor {
    background-size: 300%;
    min-height: 600px;
  }
  #section-sor-graphics.sor .sor-graphics {
    width: 90%;
    bottom: 130px;
  }
  #section-examples.sor .center .box-desc {
    font-size: 18px;
  }
  /* Lab */
  #section-tiles.lab #filter-wrapper .desc {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  /* Products */
  #section-warning.product .section-content {
    padding-left: 0;
    text-align: center;
    background-position: center top 20px;
    margin: 0;
    padding: 100px 0 60px;
  }
  #section-more-info.product .content #accordions-131 .accordions-head,
  #section-more-info.product .content #accordions-198 .accordions-head {
    padding: 30px 0;
  }
  #accordions-131 .accordions-head-title,
  #accordions-198 .accordions-head-title {
    font-size: 18px;
  }
  /* expert-advice */
  #section-expert-advice.expert-advice .item-wrapper .item {
    width: 100%;
    margin: 20px 0;
  }
  #section-expert-advice.expert-advice .item-wrapper .item .image {
    height: 150px;
  }
  #section-expert-advice.expert-advice .item-wrapper .item .title {
    height: auto;
  }
  /* Contact */
  #section-distributors-info .section-wrapper .wizual-wrapper {
    float: none;
    margin: 0 auto 50px;
  }
  #section-distributors-info .section-wrapper .contact-item-wrapper .item {
    width: 100%;
    margin: 0 0 50px;
  }
}
@media all and (max-width: 550px) {
  #top #search {
    opacity: 0;
  }
  /* HOME */
  #header.home {
    margin-top: 30px;
  }
  #movie.home,
  #section-use.home,
  #section-advantages.home,
  #section-advantages.home {
    padding: 50px 0;
  }
  #movie.home .right {
    margin-top: 30px;
  }
  #movie.home .section-title,
  #section-advantages.home .box-down .content .section-title,
  #section-use .section-title,
  #section-advantages.home .section-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #movie.home .section-desc,
  #section-use .section-desc,
  #section-advantages.home .section-desc {
    font-size: 16px;
  }
  #header.home .side-wrapper {
    top: 80px;
  }
  #header.home .side-wrapper a {
    margin-top: 30px;
  }
  #header.home .side-wrapper .section-title {
    font-size: 41px;
  }
  #header.home .side-wrapper .section-desc {
    font-size: 22.8px;
  }
  #section-vermin-info.home {
    padding: 50px 0;
  }
  #section-vermin-info.home .section-desc {
    font-size: 16px;
  }
  #section-vermin-info.home .content {
    padding: 0;
  }
  #section-advantages.home .section-desc {
    font-size: 18px;
  }
  #section-download .section-title {
    font-size: 25px;
  }
  #video-bg.home .content,
  #video-bg.ipns .content {
    width: 100%;
  }
  #video-bg.home .content .section-title,
  #video-bg.ipns .content .section-title {
    font-size: 25px;
  }
  #video-bg.home .content .section-desc,
  #video-bg.ipns .content .section-desc {
    font-size: 16px;
  }
  /* 3dipns */
  #section-lab-info.ipns {
    padding-top: 50px;
  }
  #section-vermin-info.ipns,
  #section-science.ipns {
    padding: 50px 0;
  }
  #section-lab-info.ipns .section-title,
  #section-vermin-info.ipns .section-title,
  #section-science.ipns .content .section-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #section-lab-info.ipns .section-desc,
  #section-science.ipns .section-desc,
  #section-lab-info.ipns .section-desc .box-desc {
    font-size: 16px;
  }
  /* Sor */
  #section-examples.sor .center .item {
    margin: 50px 0;
  }
  #section-sor-info.sor,
  #section-sor-info-2.sor,
  #section-sor-info-3.sor,
  #section-sor-graphics.sor,
  #section-examples.sor {
    padding: 50px 0;
  }
  #section-sor-info.sor .section-title,
  #section-sor-info-2.sor .section-title,
  #section-sor-info-3.sor .section-title,
  #section-sor-graphics.sor .section-title,
  #section-examples.sor .center .section-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #section-sor-info.sor .section-desc,
  #section-sor-info-2.sor .section-desc,
  #section-sor-info.sor .section-desc .box-desc,
  #section-sor-info-2.sor .section-desc .box-desc {
    font-size: 16px;
  }
  #section-sor-info-2.sor .section-desc .box-desc p strong,
  #section-sor-info-2.sor .section-desc .box-desc h1 strong,
  #section-sor-info-2.sor .section-desc .box-desc h2 strong,
  #section-sor-info-2.sor .section-desc .box-desc h3 strong,
  #section-sor-info-2.sor .section-desc .box-desc h4 strong,
  #section-sor-info-2.sor .section-desc .box-desc h5 strong,
  #section-sor-info-2.sor .section-desc .box-desc h6 strong {
    font-size: 20px;
  }
  #section-sor-info-3.sor .center {
    background-position: center top;
    padding-left: 0;
    padding-top: 50px;
  }
  #section-sor-info-3.sor .section-desc .box-desc {
    font-size: 18px;
  }
  #section-sor-graphics.sor .box-desc {
    font-size: 18px;
  }
  #section-sor-graphics.sor {
    min-height: 500px;
  }
  /* lab */
  #section-lab-info.lab,
  #section-tiles.lab {
    padding: 50px 0;
  }
  #section-lab-info.lab .section-title,
  #section-tiles.lab #filter-wrapper .section-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #section-lab-info.lab .section-desc,
  #section-tiles.lab #filter-wrapper .section-desc {
    font-size: 16px;
  }
  #section-tiles.lab .tiles {
    width: 98%;
    margin: 10px 1%;
  }
  #section-tiles.lab #filter-wrapper ul {
    width: 100%;
    max-width: 300px;
  }
  #section-tiles.lab .tiles {
    height: 220px;
    background-size: 160px;
  }
  #section-tiles.lab #filter-wrapper {
    padding-top: 0;
  }
  /* lab-single */
  #section-lab-info.lab-single .section-title {
    font-size: 28px;
  }
  #diagrams.lab-single .content h1,
  #diagrams.lab-single .content h2,
  #diagrams.lab-single .content h3,
  #diagrams.lab-single .content h4,
  #diagrams.lab-single .content h5,
  #diagrams.lab-single .content h6 {
    font-size: 18px;
    line-height: 1.2;
  }
  /* expert-advice */
  #section-expert-advice.expert-advice {
    padding: 50px 0;
  }
  #section-expert-advice.expert-advice .section-title,
  #section-expert-advice.expert-advice-single .right .section-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #section-expert-advice.expert-advice .section-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #section-expert-advice.expert-advice .item-wrapper .item .title {
    font-size: 18px;
  }
  /* expert-advice - single */
  #section-expert-advice.expert-advice-single {
    padding: 50px 0;
  }
  #section-expert-advice.expert-advice-single .left {
    margin-top: 0;
  }
  #section-expert-advice.expert-advice-single .section-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #section-expert-advice.expert-advice-single .article-wrapper p {
    font-size: 16px;
  }
  #section-expert-advice.expert-advice-single .right .section-title {
    margin-bottom: 0;
  }
  /* Products */
  #section-product-info.product,
  #section-advantages.product,
  #section-expert-info,
  #section-more-info.product {
    padding: 50px 0;
  }
  #section-product-info.product .section-desc .box-desc,
  #section-product-info.product .section-desc .box-desc,
  #section-download .section-desc {
    font-size: 16px;
  }
  #section-product-info.product .section-title,
  #section-advantages.product .section-title,
  #section-expert-info .section-title,
  #section-more-info.product .section-title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  #section-advantages.product .section-desc .left ul li,
  #section-advantages.product .section-desc .right ul li {
    font-size: 16px;
  }
  #section-warning.product .section-content {
    font-size: 18px;
  }
  #section-more-info.product .content .item .item-content-wrapper {
    padding: 50px 20px 100px;
  }
  #section-more-info.product .content .item .item-image {
    height: 150px;
  }
  #accordions-131 {
    padding: 20px 0 !important;
  }
  /* expert section */
  #section-expert-info .content {
    padding: 200px 30px 50px;
    font-size: 16px;
  }
  #section-expert-info .expert-image {
    top: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  /* Save faun */
  #section-safe-info.ipns .section-title {
    font-size: 28px;
  }
  /* Home and garden */
  #section-box-info .box-title {
    font-size: 25px;
  }
  /* vermin */
  #section-vermin-info.home .section-title {
    font-size: 25px;
  }
  /* contact */
  #section-contact-info .left .section-title,
  #section-distributors-info .section-title {
    font-size: 25px;
  }
  #section-adviser-info .section-title {
    font-size: 22.7px;
  }
  /*	#section-advantages.home .box-down ul li{
  	font-size: 20px;
  }*/
  /* Footer */
  #footer .copyright {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  #section-advantages.home .advantages-wrapper ul {
    top: 20px;
  }
  #section-advantages.home .advantages-wrapper ul li:nth-child(even) .line {
    left: -63px;
  }
  #section-advantages.home .advantages-wrapper ul .line {
    width: 75px;
    bottom: -29px;
    right: -63px;
  }
  #section-advantages.home .advantages-wrapper ul li {
    width: 28%;
    min-height: 15px;
  }
  #section-advantages.home .advantages-wrapper ul li p {
    font-size: 12px;
  }
  #section-advantages.home .advantages-wrapper img {
    width: 180px;
  }
  #section-product-info.product .section-desc .content .right .box-desc.logo p:nth-child(1) {
    display: block;
    text-align: center;
  }
  #section-product-info.product .section-desc .content .right .box-desc.logo p:nth-child(2) {
    width: 100%;
  }
}
@media all and (max-width: 400px) {
  #section-lab-info.ipns .section-desc .right .video,
  #section-product-info.product .section-desc .content .right .video {
    height: 180px;
  }
  #movie.home .video {
    max-width: 300px;
    height: 180px;
    margin-bottom: 0;
  }
  #section-advantages.home .advantages-wrapper ul {
    top: 20px;
  }
  #section-advantages.home .advantages-wrapper ul li:nth-child(even) .line {
    left: -63px;
  }
  #section-advantages.home .advantages-wrapper ul .line {
    width: 75px;
    bottom: -29px;
    right: -63px;
  }
  #section-advantages.home .advantages-wrapper ul li {
    width: 28%;
    min-height: 15px;
  }
  #section-advantages.home .advantages-wrapper ul li p {
    font-size: 10px;
  }
  #section-advantages.home .advantages-wrapper img {
    width: 150px;
  }
  #expert-modal {
    right: 10px;
    bottom: 10px;
  }
}
/* CSS Document */
html :where(img) {
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.cn-button.wp-default {
  background: #fff !important;
  color: #00aeef !important;
}

#cookie-notice .cn-button {
  background: #fff !important;
  color: #00aeef !important;
  padding: 5px 15px 7px;
}

#section-expert-advice.expert-advice-single .article-wrapper a {
  color: #00aeef;
}

#section-expert-advice.expert-advice-single .article-wrapper a:hover {
  text-decoration: underline;
}

#section-expert-advice.expert-advice-single .article-wrapper .btn {
  color: #fff;
}

#section-expert-advice.expert-advice-single .article-wrapper .btn:hover {
  text-decoration: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
  height: auto;
}

/* stylowanie listy punktowanej w artykułach */
.article-wrapper ol {
  padding-left: 40px;
  margin: 20px 0;
}

.article-wrapper ol li {
  margin: 10px 0;
}

/* Wyłączenie img w posterze w artykule */
#section-expert-advice.expert-advice-single .article-wrapper img.mejs-poster-img {
  display: none;
}

/* Poprawa wysokości kontenera ze zdjęciem w polecanych artykułach */
#section-expert-advice.expert-advice-single .right .item-wrapper .item .image {
  height: 280px;
}

#section-expert-advice.expert-advice-single .article-wrapper ul {
  font-size: 18px;
  color: #363636;
  margin: 20px 0;
  line-height: 1.2;
  padding-left: 30px;
}

#section-expert-advice.expert-advice-single .article-wrapper ul li {
  margin: 0;
}