@charset "UTF-8";
/**
 * /* Scss Document
 *
 * @format
 */
/* CSS Document */
/* EFFECTS */
/* EFFECTS END */
body {
  width: 100%;
  font-family: gitan-latin, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

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

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

.title {
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  color: #1d2563;
  line-height: 1.2;
}

h1 {
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
}

h2 {
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
}

h3 {
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
}

h4 {
  font-size: 20px;
  color: #e93842;
}

h5 {
  font-size: 16px;
}

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

/* button style */
/*.btn{
	display: inline-block;
	padding: 15px 20px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	box-shadow: 0px 2px 5px 0px rgba(165, 169, 182, 0.58);
	border-radius: 5px;
	line-height: 1.2;
	vertical-align: top;
	cursor: pointer;
	margin: 5px 0;
}*/
.cn-button.wp-default {
  background: #fff !important;
  color: #1d2563 !important;
}
.cn-button.wp-default:hover {
  background: #f1f1f1;
}

/* Menu - style */
#mobile {
  overflow: hidden;
  display: none;
  top: 0;
  right: 0;
}

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

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

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

#menu_link span.close_2 {
  display: none;
}

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

.nk-awb {
  height: 100%;
}

.social-module {
  display: block;
  position: fixed;
  right: 20px;
  bottom: -100px;
  width: 50px;
  height: 50px;
  background-image: url("../img/icon/facebook-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in;
  z-index: 10;
}

@keyframes tape_animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.movie {
  display: inline-block;
  text-align: left;
  padding-left: 70px;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
  min-height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 10px;
  font-weight: 600;
  box-sizing: border-box;
  width: 100%;
}
.movie:hover .icon:after, .movie:hover .icon:before {
  animation-name: tape_animation;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.movie .icon {
  width: 50px;
  height: 50px;
  background-image: url("../img/icon/camera-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.movie .icon:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../img/icon/tape-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 9px;
  left: 6px;
  margin: auto;
  transition: all 0.3s ease-in;
}
.movie .icon:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../img/icon/tape-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 9px;
  left: 20px;
  margin: auto;
  transition: all 0.3s ease-in;
}

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

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

#top.small {
  position: fixed;
  top: -38px;
  z-index: 999;
}
#top.small #top-logo-wrapper {
  height: 50px;
}

#top {
  width: 100%;
  color: #1d2563;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#top #top-belt-wrapper {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #1d2563;
  color: #1d2563;
  box-sizing: border-box;
}
#top #top-belt-wrapper .contact-wrapper {
  float: left;
  line-height: 38px;
}
#top #top-belt-wrapper .contact-wrapper a:hover {
  text-decoration: underline;
}
#top #top-belt-wrapper .lang-menu {
  float: right;
  height: 100%;
}
#top #top-belt-wrapper .lang-menu ul {
  height: 100%;
}
#top #top-belt-wrapper .lang-menu ul .current-menu-item a {
  text-decoration: underline;
}
#top #top-belt-wrapper .lang-menu ul li {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0;
  line-height: 38px;
  position: relative;
}
#top #top-belt-wrapper .lang-menu ul li a {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
#top #top-belt-wrapper .lang-menu ul li a:hover {
  text-decoration: underline;
}
#top #top-belt-wrapper .lang-menu ul li a:before {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  background-color: #1d2563;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  margin: auto auto 4px auto;
}
#top #top-belt-wrapper .lang-menu ul li:first-child a:before {
  display: none;
}
#top #top-belt-wrapper .lang-menu ul li:last-child a {
  padding-right: 3px;
}
#top #top-logo-wrapper {
  height: 205px;
  padding: 10px 0;
  box-sizing: border-box;
}
#top #top-logo-wrapper .side-wrapper {
  text-align: center;
  position: relative;
}
#top #top-logo-wrapper #top-logo-image {
  margin: 0 auto;
  text-indent: -999em;
  display: inline-block;
  z-index: 3;
  position: absolute;
  max-width: 448px;
  width: 60%;
  text-align: left;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top #top-logo-wrapper #top-logo-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}
#top #top-logo-wrapper #top-logo-image #logo-header {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#top #top-menu-wrapper {
  min-height: 54px;
  border-top: 1px solid #1d2563;
  border-bottom: 1px solid #1d2563;
}
#top #top-menu-wrapper .side-wrapper {
  width: 100%;
  max-width: 100%;
}
#top #top-menu-wrapper ul {
  vertical-align: middle;
  text-align: center;
}
#top #top-menu-wrapper ul li a.mPS2id-highlight:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1d2563;
}
#top #top-menu-wrapper ul li a.mPS2id-highlight:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1d2563;
}
#top #top-menu-wrapper ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 54px;
  position: relative;
}
#top #top-menu-wrapper ul li:hover ul {
  display: block;
}
#top #top-menu-wrapper ul li a {
  position: relative;
  display: inline-block;
  padding: 0 28px;
  height: 100%;
  text-transform: uppercase;
}
#top #top-menu-wrapper ul li a:hover:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1d2563;
}
#top #top-menu-wrapper ul li a:hover:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1d2563;
}
#top #top-menu-wrapper ul li ul {
  position: absolute;
  top: 54px;
  right: -100px;
  left: -100px;
  margin: 0 auto;
  z-index: 2;
  width: 240px;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-left: 1px solid #1d2563;
  border-right: 1px solid #1d2563;
  border-bottom: 1px solid #1d2563;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
#top #top-menu-wrapper ul li ul li {
  display: block;
  line-height: 1.2;
}
#top #top-menu-wrapper ul li ul li a {
  border-bottom: 1px solid #1d2563;
  padding: 18px 15px;
  box-sizing: border-box;
  width: 90%;
}
#top #top-menu-wrapper ul li ul li a:hover:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1d2563;
}
#top #top-menu-wrapper ul li ul li a:hover:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1d2563;
}
#top #top-menu-wrapper ul li ul li:last-child a {
  border-bottom: none;
}

/* CSS Document */
/* HEADER */
#header {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 570px;
  background: #f3f3f3;
  text-align: center;
  padding-top: 299px;
}
#header .side-wrapper {
  text-align: center;
  vertical-align: bottom;
}
#header .next-section-btn-wrapper:hover .next-section-btn:before {
  top: 7px;
}
#header .next-section-btn-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
  padding-top: 55px;
}
#header .next-section-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: auto auto 50px auto;
}
#header .next-section-btn:before {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url("../img/icon/next-section-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease-in;
}

/* HEADER END */
/**
 * /* CSS Document
 *
 * @format
 */
#web-image-bg-wrapper {
  position: fixed;
  right: 0;
  width: 703px;
  height: 1118px;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 1s ease-in;
}
#web-image-bg-wrapper #web-image-bg-normal {
  width: 90%;
  height: 90%;
  background-image: url("../img/background/siatka.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#web-image-bg-wrapper #web-image-bg-pixel {
  width: 90%;
  height: 90%;
  background-image: url("../img/background/siatka-pixel.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 1s ease-in 1.5s;
}

#section-1.home {
  padding-bottom: 50px;
  margin-top: -100px;
  overflow: hidden;
}
#section-1.home .image-wrapper {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#section-1.home .image-wrapper img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 528px;
}
#section-1.home .content-wrapper {
  width: 50%;
  padding-left: 50%;
  padding-top: 200px;
}
#section-1.home .description {
  margin-top: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #1d2563;
  font-weight: 600;
  max-width: 440px;
}
#section-1.home .description strong {
  color: #3c3b3a;
  font-size: 20px;
}
#section-1.home .description p {
  margin-bottom: 30px;
}
#section-1.home .description ul {
  padding-left: 20px;
  max-width: 500px;
}
#section-1.home .description ul li {
  margin: 15px 0;
}
#section-1.home .description .information-wrapper {
  min-height: 150px;
  position: relative;
}
#section-1.home .description .information-wrapper .download-wrapper {
  padding-top: 30px;
}
#section-1.home .description .information-wrapper .download-wrapper .title {
  font-size: 30px;
}
#section-1.home .description .information-wrapper .download-wrapper .file-item-wrapper {
  padding: 30px 0;
  text-align: left;
  vertical-align: top;
}
#section-1.home .description .information-wrapper .download-wrapper .file-item-wrapper .item {
  display: inline-block;
  text-align: left;
  padding-left: 70px;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
  min-height: 50px;
  padding-top: 8px;
  margin-right: 10px;
}
#section-1.home .description .information-wrapper .download-wrapper .file-item-wrapper .item:hover .icon:after {
  top: 13px;
}
#section-1.home .description .information-wrapper .download-wrapper .file-item-wrapper .item .icon {
  width: 50px;
  height: 50px;
  background-image: url("../img/icon/download-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
#section-1.home .description .information-wrapper .download-wrapper .file-item-wrapper .item .icon:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon/download-arrow-down-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in;
}
#section-1.home .description .information-wrapper:before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #1d2563;
  position: absolute;
  top: 15px;
  left: -50px;
}
#section-1.home .description .information-wrapper:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 65px);
  background-color: #1d2563;
  position: absolute;
  top: 15px;
  left: -50px;
}

#section-2.home {
  padding-bottom: 50px;
}
#section-2.home .title {
  position: absolute;
  left: 0;
  bottom: 10px;
}
#section-2.home .content-wrapper {
  border: 1px solid #1d2563;
  background-color: #fff;
}
#section-2.home .content-wrapper .item-wrapper {
  padding: 50px 25px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  position: relative;
}
#section-2.home .content-wrapper .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #1d2563;
}
#section-2.home .content-wrapper .item .movie {
  margin: 50px 0 20px;
}
#section-2.home .content-wrapper .item #logo-animation {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}
#section-2.home .content-wrapper .item img {
  display: block;
  width: 80%;
  max-width: 170px;
  height: auto;
  margin: 0 auto;
}
#section-2.home .content-wrapper .item p {
  margin-bottom: 20px;
}
#section-2.home .content-wrapper .item strong {
  color: #3c3b3a;
}
#section-2.home .content-wrapper .item:nth-child(2) p:first-child {
  font-weight: 700;
}
#section-2.home .content-wrapper .item:last-child {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#section-3.home {
  padding: 50px 0;
}
#section-3.home .content-wrapper {
  border: 1px solid #1d2563;
  padding: 0 50px;
  background-image: url("../img/background/net-bg.png");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: auto;
}
#section-3.home .content-wrapper > .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -20px;
}
#section-3.home .content-wrapper .item-wrapper-1 {
  text-align: center;
  vertical-align: top;
  padding: 40px 0;
}
#section-3.home .content-wrapper .item-wrapper-1 .item {
  display: inline-block;
  width: 27%;
  min-width: 250px;
  height: 280px;
  margin: 1.5% 30px;
  background-color: #f3f3f3;
  vertical-align: top;
  color: #fff;
  position: relative;
}
#section-3.home .content-wrapper .item-wrapper-1 .item:hover .item-image-wrapper .btn-wrapper {
  opacity: 1;
}
#section-3.home .content-wrapper .item-wrapper-1 .item:hover .btn-wrapper.double-btn {
  opacity: 1;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .btn-wrapper.double-btn {
  display: block;
  background-color: rgba(29, 37, 99, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 700;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .btn-wrapper.double-btn .btn {
  display: block;
  font-family: brevia, sans-serif;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
  width: 200px;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .item-image-wrapper {
  width: 100%;
  height: 165px;
  position: relative;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .item-image-wrapper .btn-wrapper {
  display: flex;
  background-color: rgba(29, 37, 99, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .item-image-wrapper .btn-wrapper .btn {
  display: flex;
  font-family: brevia, sans-serif;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .image {
  height: 100%;
  background-color: #edf3f8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .normal {
  z-index: 1;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .pixel {
  z-index: 2;
  opacity: 0;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .item-desc {
  height: 115px;
  width: 100%;
  background-color: #1d2563;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 15px;
  box-sizing: border-box;
  display: table;
  vertical-align: middle;
}
#section-3.home .content-wrapper .item-wrapper-1 .item .item-desc p {
  display: table-cell;
  vertical-align: middle;
}
#section-3.home .content-wrapper .item-wrapper-2 {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0 100px;
  color: #1d2563;
}
#section-3.home .content-wrapper .item-wrapper-2 .title {
  margin-bottom: 10px;
}
#section-3.home .content-wrapper .item-wrapper-2 .item {
  display: inline-block;
  width: 47%;
  height: 100px;
  border: 1px solid #1d2563;
  box-sizing: border-box;
  position: relative;
  margin: 10px 1%;
}
#section-3.home .content-wrapper .item-wrapper-2 .item .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d2563;
  width: 100px;
  height: 100%;
  background-image: url("../img/icon/check-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58px 52px;
  z-index: 2;
}
#section-3.home .content-wrapper .item-wrapper-2 .item .item-desc {
  height: 100%;
  position: relative;
  padding-left: 130px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
}
#section-3.home .content-wrapper .item-wrapper-2 .item .item-desc p {
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translate(0, -50%);
  padding-right: 30px;
}

#section-4.home {
  padding: 50px 0;
  color: #1d2563;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
#section-4.home .content-wrapper {
  border: 1px solid #1d2563;
  padding: 0 50px;
}
#section-4.home .content-wrapper > .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -20px;
}
#section-4.home .carousel-wrapper {
  padding: 0 50px;
}
#section-4.home .owl-carousel {
  padding: 80px 0 40px;
}
#section-4.home .owl-carousel .owl-prev,
#section-4.home .owl-carousel .owl-next {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/icon/arrow-icon.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: none;
}
#section-4.home .owl-carousel .owl-prev {
  position: absolute;
  left: -55px;
  top: 280px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
#section-4.home .owl-carousel .owl-next {
  position: absolute;
  right: -55px;
  top: 280px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#section-4.home .item .item-content-wrapper {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 370px;
  padding-bottom: 20px;
}
#section-4.home .item .item-image-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section-4.home .item .item-image-desc {
  padding-top: 15px;
  text-align: center;
}

#section-5.home {
  padding: 50px 0 0;
}
#section-5.home .content-wrapper {
  border: 1px solid #1d2563;
  padding: 0 50px;
}
#section-5.home .content-wrapper > .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -20px;
}
#section-5.home .tab-title {
  display: none;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  color: #e93842;
  background-color: #edf3f8;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 30px;
}
#section-5.home #tabs-wrapper {
  margin: 60px 0;
  border-left: 1px solid #1d2563;
  border-right: 1px solid #1d2563;
  border-bottom: 1px solid #1d2563;
  /* TAB-1 */
  /* TAB-2 */
}
#section-5.home #tabs-wrapper #tabs-links-wrapper {
  overflow: hidden;
}
#section-5.home #tabs-wrapper #tabs-links-wrapper .tab-link:first-child {
  float: left;
  border-top: 1px solid #1d2563;
  border-right: 1px solid #1d2563;
}
#section-5.home #tabs-wrapper #tabs-links-wrapper .tab-link:last-child {
  float: right;
  border-top: 1px solid #1d2563;
  border-left: 1px solid #1d2563;
}
#section-5.home #tabs-wrapper #tabs-links-wrapper .tab-link.active {
  background: #fff;
  color: #e93842;
  z-index: 2;
}
#section-5.home #tabs-wrapper #tabs-links-wrapper .tab-link:hover {
  color: #e93842;
}
#section-5.home #tabs-wrapper #tabs-links-wrapper .tab-link {
  width: 49%;
  height: 85px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #fbb4b8;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  background-color: #edf3f8;
}
#section-5.home #tabs-wrapper #tabs-links-wrapper .tab-link p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#section-5.home #tabs-wrapper .tab-content-wrapper {
  border-top: 1px solid #1d2563;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  padding: 50px;
  box-sizing: border-box;
  color: #1d2563;
  font-size: 14px;
  line-height: 24px;
}
#section-5.home #tabs-wrapper .tab-content-wrapper ul,
#section-5.home #tabs-wrapper .tab-content-wrapper ol {
  padding-left: 20px;
  font-weight: 700;
  max-width: 350px;
}
#section-5.home #tabs-wrapper .tab-content-wrapper ul li,
#section-5.home #tabs-wrapper .tab-content-wrapper ol li {
  margin-bottom: 20px;
}
#section-5.home #tabs-wrapper .tab-content-wrapper .desc {
  margin-top: 50px;
  max-width: 950px;
}
#section-5.home #tabs-wrapper #tab-1.mobile {
  display: block;
}
#section-5.home #tabs-wrapper #tab-1.active {
  display: block;
}
#section-5.home #tabs-wrapper #tab-1 {
  display: none;
  padding-bottom: 0;
}
#section-5.home #tabs-wrapper #tab-1 .movie {
  margin: 40px 0 40px;
}
#section-5.home #tabs-wrapper #tab-1 .box {
  display: flex;
  justify-content: space-between;
}
#section-5.home #tabs-wrapper #tab-1 .box ul {
  width: 45%;
  max-width: 450px;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper {
  margin-top: 60px;
  position: relative;
  /* SIDE BAR */
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper:before {
  content: "";
  display: block;
  width: calc(100% + 102px);
  height: 1px;
  background-color: #1d2563;
  top: 0;
  position: absolute;
  left: -51px;
  z-index: 2;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item-title {
  display: none;
  cursor: pointer;
  padding: 15px;
  background-color: #edf3f8;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item-wrapper {
  display: block;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item {
  display: none;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item.active {
  display: block;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper {
  padding-left: 400px;
  box-sizing: border-box;
  padding-top: 150px;
  max-width: 1100px;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc {
  margin-top: 35px;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper p {
  padding-bottom: 30px;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-title {
  font-family: brevia, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-concentration-item {
  margin: 35px 0 20px;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-concentration-item img {
  display: inline-block;
  width: 168px;
  height: auto;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-concentration-item p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .desc-chart-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .desc-chart-wrapper .desc-chart-wrapper-content {
  font-family: brevia, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .desc-chart-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar {
  position: absolute;
  left: -51px;
  top: 1px;
  z-index: 1;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul {
  list-style: none;
  padding-left: 0;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li.active {
  background: #fff;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li {
  display: table;
  vertical-align: middle;
  font-family: brevia, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  border-top: 1px solid #1d2563;
  border-right: 1px solid #1d2563;
  border-left: 1px solid #1d2563;
  border-bottom: 1px solid #1d2563;
  width: 350px;
  height: 140px;
  margin: -1px 0 0;
  box-sizing: border-box;
  background-color: #edf3f8;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li:hover {
  background-color: #fff;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li span {
  display: table-cell;
  vertical-align: middle;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li em,
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li i {
  display: block;
  text-transform: lowercase;
  font-style: italic;
}
#section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li.active {
  border-right: 1px solid #fff;
}
#section-5.home #tabs-wrapper #tab-2.mobile {
  display: block;
}
#section-5.home #tabs-wrapper #tab-2.active {
  display: block;
}
#section-5.home #tabs-wrapper #tab-2 {
  display: none;
}
#section-5.home #tabs-wrapper #tab-2 .box-wrapper {
  display: flex;
  justify-content: space-between;
}
#section-5.home #tabs-wrapper #tab-2 .box {
  width: 45%;
  vertical-align: top;
}
#section-5.home #tabs-wrapper #tab-2 .box img {
  display: block;
  max-width: 168px;
  width: 80%;
  height: auto;
  margin: 10px 0 20px;
}

#section-image-wrapper {
  position: relative;
  height: 489px;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}
#section-image-wrapper .image-content {
  background-image: url("../img/game-over.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 488px;
  max-width: 30%;
  height: 48px;
  position: absolute;
  bottom: 25%;
  left: 2%;
  z-index: 2;
}
#section-image-wrapper .image-content:before {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background-color: #1d2563;
  position: absolute;
  top: -20px;
  left: 0;
}
#section-image-wrapper .image-wrapper {
  width: 90%;
  max-width: 1540px;
  height: 120%;
  background-image: url("../img/karaczan-siatka.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
#section-image-wrapper .image-wrapper .all-in-web-image {
  background-image: url("../img/all-in-web-image.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* CSS Document */
#section-1.faq {
  padding: 399px 0 50px;
  color: #1d2563;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
#section-1.faq .content-wrapper {
  border: 1px solid #1d2563;
  padding: 0 100px;
  background-image: url("../img/background/faq-bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
#section-1.faq .content-wrapper > .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -20px;
}
#section-1.faq .item-wrapper {
  padding: 50px 0;
}
#section-1.faq .item-wrapper .item:hover .faq-title {
  background-color: #1d2563;
  color: #fff;
}
#section-1.faq .item-wrapper .item:hover .faq-title:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
#section-1.faq .item-wrapper .item.active .faq-title {
  background-color: #1d2563;
  color: #fff;
}
#section-1.faq .item-wrapper .item.active .faq-title:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  top: 18px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
#section-1.faq .item-wrapper .item {
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
  border: 1px solid #1d2563;
}
#section-1.faq .item-wrapper .item .faq-title {
  padding: 15px 65px;
  font-weight: 700;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  background-color: #fff;
  line-height: 1.4;
}
#section-1.faq .item-wrapper .item .faq-title:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: -8px;
  background-image: url("../img/icon/faq-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#section-1.faq .item-wrapper .item .faq-title:after {
  content: "";
  border: solid #1d2563;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 20px;
}
#section-1.faq .item-wrapper .item .faq-content {
  display: none;
  padding: 30px 65px;
  line-height: 24px;
  font-weight: 400;
  box-sizing: border-box;
  background-color: #fff;
}

/* CSS Document */
#section-1.news {
  padding: 399px 0 50px;
  color: #1d2563;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
#section-1.news .content-wrapper {
  border: 1px solid #1d2563;
  padding: 0 100px;
  background-image: url("../img/background/faq-bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
#section-1.news .content-wrapper > .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -20px;
}
#section-1.news .item-wrapper {
  padding: 50px 0;
}
#section-1.news .item-wrapper .item {
  width: 28%;
  display: inline-block;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
  border: 1px solid #1d2563;
  vertical-align: top;
}
#section-1.news .item-wrapper .item .item-image {
  display: block;
  width: 100%;
  height: auto;
}
#section-1.news .item-wrapper .item .item-image img {
  display: block;
  width: 100%;
  height: auto;
}
#section-1.news .item-wrapper .item .item-content {
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
#section-1.news .item-wrapper .item .item-date {
  margin-bottom: 10px;
  font-weight: 100;
}
#section-1.news .item-wrapper .item .item-title {
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
#section-1.news .item-wrapper .item .item-desc {
  font-weight: 400;
  line-height: 24px;
}
#section-1.news .item-wrapper .item .item-desc p {
  margin-bottom: 20px;
}
#section-1.news .item-wrapper .item .item-desc p a {
  text-decoration: underline;
  cursor: pointer;
}
#section-1.news .item-wrapper .item .item-desc p a:hover {
  color: #e93842;
}

/* CSS Document */
#section-1.calculator {
  padding: 399px 0 50px;
  color: #1d2563;
  font-size: 17px;
  line-height: 28px;
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#section-1.calculator .content-wrapper {
  border: 1px solid #1d2563;
  padding: 0 100px;
}
#section-1.calculator .content-wrapper > .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -20px;
}
#section-1.calculator #calculator-item-wrapper {
  margin-top: 30px;
  min-height: 600px;
  position: relative;
  /* Ekran główny */
  /* Ekran wyboru ph */
  /* Ekran wyboru szkodnka */
  /* Ekran wyboru obliczeń */
  /* Ekran wyboru infestacji */
  /* Ekran obliczania infestacji oraz obliczania potrzebnego preparatu */
  /* Ekran wyniku - infestacja */
  /* Ekran kontaktowy */
}
#section-1.calculator #calculator-item-wrapper .back {
  font-size: 16px;
  color: #1d2563;
  text-transform: uppercase;
  font-family: brevia, sans-serif;
  font-weight: 700;
  padding-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#section-1.calculator #calculator-item-wrapper .back:before {
  content: "";
  border: solid #1d2563;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 8px;
  left: 0;
}
#section-1.calculator #calculator-item-wrapper .information.warning {
  color: #e93842;
}
#section-1.calculator #calculator-item-wrapper .information {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}
#section-1.calculator #calculator-item-wrapper .btn-wrapper {
  margin: 20px 0;
  text-align: center;
}
#section-1.calculator #calculator-item-wrapper .btn.red {
  background-color: #e93842;
  color: #fff;
  border: none;
}
#section-1.calculator #calculator-item-wrapper .btn.red:hover {
  box-shadow: 5px 9px 25.65px 1.35px rgba(29, 37, 99, 0.2);
  background-color: rgba(233, 56, 66, 0.9);
}
#section-1.calculator #calculator-item-wrapper .btn {
  display: inline-block;
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #1d2563;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  margin: 20px 15px;
  cursor: pointer;
  min-width: 200px;
  color: #1d2563;
  text-transform: uppercase;
}
#section-1.calculator #calculator-item-wrapper .btn:hover {
  box-shadow: 5px 9px 25.65px 1.35px rgba(29, 37, 99, 0.2);
}
#section-1.calculator #calculator-item-wrapper .btn.choice {
  max-width: 200px;
}
#section-1.calculator #calculator-item-wrapper input {
  display: block;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 50px 20px 20px;
  margin: 25px auto 5px;
  font-size: 16px;
  font-weight: 300;
  color: #1d2563;
  border: 1px solid #1d2563;
  max-width: 300px;
  letter-spacing: 1.5px;
}
#section-1.calculator #calculator-item-wrapper input[type=number] {
  padding-right: 10px;
}
#section-1.calculator #calculator-item-wrapper label {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
#section-1.calculator #calculator-item-wrapper .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 50px auto 50px;
}
#section-1.calculator #calculator-item-wrapper .select-wrapper select {
  font-family: "Arial";
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 15px;
  outline: 0;
  border: 1px solid #1d2563;
  border-radius: 0px;
  background: #ffffff;
  color: #7b7b7b;
  appearance: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#section-1.calculator #calculator-item-wrapper .select-wrapper select::-ms-expand {
  display: none;
}
#section-1.calculator #calculator-item-wrapper .select-wrapper select:hover,
#section-1.calculator #calculator-item-wrapper .select-wrapper select:focus {
  color: #1d2563;
  background: #ffffff;
}
#section-1.calculator #calculator-item-wrapper .select-wrapper select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#section-1.calculator #calculator-item-wrapper .select_arrow {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 0px;
  height: 0px;
  border: solid #1d2563;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#section-1.calculator #calculator-item-wrapper .select-wrapper select:hover ~ .select_arrow,
#section-1.calculator #calculator-item-wrapper .select-wrapper select:focus ~ .select_arrow {
  border-color: #1d2563;
}
#section-1.calculator #calculator-item-wrapper .select-wrapper select:disabled ~ .select_arrow {
  border-top-color: #1d2563;
}
#section-1.calculator #calculator-item-wrapper .item {
  box-sizing: border-box;
  padding-top: 50px;
}
#section-1.calculator #calculator-item-wrapper .item .item-content-wrapper {
  box-sizing: border-box;
  text-align: center;
}
#section-1.calculator #calculator-item-wrapper .item .item-content-wrapper .title {
  text-align: center;
  font-size: 30px;
}
#section-1.calculator #calculator-item-wrapper #begin {
  padding: 200px 0 200px;
}
#section-1.calculator #calculator-item-wrapper #select-range {
  padding: 200px 0 200px;
  display: none;
}
#section-1.calculator #calculator-item-wrapper #select-insect {
  padding: 200px 0 200px;
  display: none;
}
#section-1.calculator #calculator-item-wrapper #select-choice-claculation {
  padding: 200px 0 200px;
  display: none;
}
#section-1.calculator #calculator-item-wrapper #select-choice-claculation .concentration {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#section-1.calculator #calculator-item-wrapper #select-choice-claculation .infestation-concentration-value {
  font-weight: bold;
  font-size: 28px;
}
#section-1.calculator #calculator-item-wrapper #select-infestation {
  padding: 200px 0 200px;
  display: none;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation,
#section-1.calculator #calculator-item-wrapper #concentration-calculation,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation {
  display: none;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper,
#section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation .item-content-wrapper {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 auto;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper .concentration,
#section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper .concentration,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation .item-content-wrapper .concentration {
  margin-bottom: 30px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper .concentration span,
#section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper .concentration span,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation .item-content-wrapper .concentration span {
  font-size: 35px;
  font-family: gitan-latin, sans-serif;
  font-weight: 600;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper .title,
#section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper .title,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation .item-content-wrapper .title {
  margin-bottom: 50px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper .price-wrapper,
#section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper .price-wrapper,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation .item-content-wrapper .price-wrapper {
  margin-top: 60px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper .price-wrapper span,
#section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper .price-wrapper span,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation .item-content-wrapper .price-wrapper span {
  display: block;
  font-weight: 600;
  margin-bottom: 35px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper .price-wrapper span span,
#section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper .price-wrapper span span,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation .item-content-wrapper .price-wrapper span span {
  font-size: 14px;
  display: block;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper .price-wrapper .select-wrapper,
#section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper .price-wrapper .select-wrapper,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation .item-content-wrapper .price-wrapper .select-wrapper {
  margin-top: 20px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result {
  display: none;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .title,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .title,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .title {
  margin-bottom: 30px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .result-wrapper,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .result-wrapper,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .result-wrapper {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 auto;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .result-wrapper .concentration,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .result-wrapper .concentration,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .result-wrapper .concentration {
  margin-bottom: 30px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .result-wrapper .concentration span,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .result-wrapper .concentration span,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .result-wrapper .concentration span {
  font-size: 35px;
  font-family: gitan-latin, sans-serif;
  font-weight: 600;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .result-wrapper .desc,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .result-wrapper .desc,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .result-wrapper .desc {
  font-family: gitan-latin, sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .result-wrapper .result-information,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .result-wrapper .result-information,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .result-wrapper .result-information {
  max-width: 450px;
  margin: 0 auto;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .result-wrapper .result-information p,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .result-wrapper .result-information p,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .result-wrapper .result-information p {
  margin-bottom: 30px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .result-wrapper .result-information span,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .result-wrapper .result-information span,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .result-wrapper .result-information span {
  font-weight: bold;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .price-option-information,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .price-option-information,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .price-option-information {
  margin-top: 50px;
  margin-bottom: 30px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .price-option-information .back,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .price-option-information .back,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .price-option-information .back {
  display: inline-block;
  position: relative;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .price-option-information .back:before,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .price-option-information .back:before,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .price-option-information .back:before {
  top: 5px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .more-information-wrapper,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .more-information-wrapper,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .more-information-wrapper {
  padding: 60px 0 40px;
  display: none;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .more-information-wrapper .more-title.active:after,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .more-information-wrapper .more-title.active:after,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .more-information-wrapper .more-title.active:after {
  top: 7px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .more-information-wrapper .more-title,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .more-information-wrapper .more-title,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .more-information-wrapper .more-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .more-information-wrapper .more-title:after,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .more-information-wrapper .more-title:after,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .more-information-wrapper .more-title:after {
  content: "";
  border: solid #1d2563;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 3px;
  right: 0;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .more-information-wrapper .more-content-wrapper,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .more-information-wrapper .more-content-wrapper,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .more-information-wrapper .more-content-wrapper {
  padding: 30px 0 0;
  display: none;
  text-align: center;
  font-size: 22px;
}
#section-1.calculator #calculator-item-wrapper #infestation-calculation-result .more-information-wrapper .more-content-wrapper .more-item,
#section-1.calculator #calculator-item-wrapper #concentration-calculation-result .more-information-wrapper .more-content-wrapper .more-item,
#section-1.calculator #calculator-item-wrapper #sprayer-calculation-result .more-information-wrapper .more-content-wrapper .more-item {
  display: inline-block;
  width: 45%;
}
#section-1.calculator #calculator-item-wrapper #contact-information {
  padding: 100px 0 100px;
  display: none;
}
#section-1.calculator #calculator-item-wrapper #contact-information .item-content-wrapper {
  text-align: center;
}
#section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper {
  margin: 70px 0 30px;
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding-left: 240px;
  box-sizing: border-box;
  position: relative;
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
  min-height: 220px;
  font-size: 15px;
  text-align: left;
}
#section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper .contact-item-content-wrapper {
  padding-top: 20px;
  display: block;
}
#section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper .contact-item-content-wrapper a {
  cursor: pointer;
}
#section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper .contact-item-content-wrapper a:hover {
  text-decoration: underline;
}
#section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper .name {
  font-size: 22px;
}
#section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper .position {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
#section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper .contact-item-image-wrapper {
  width: 220px;
  height: 220px;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * /* CSS Document
 *
 * @format
 */
#section-1.contact {
  padding: 399px 0 50px;
  color: #1d2563;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
#section-1.contact .content-wrapper {
  border: 1px solid #1d2563;
  padding: 0 100px;
  background-repeat: no-repeat;
  background-position: right top;
}
#section-1.contact .content-wrapper > .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -20px;
}
#section-1.contact .company-desc-wrapper {
  padding-left: 240px;
  box-sizing: border-box;
  position: relative;
  margin: 50px 0;
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 35px;
  max-width: 600px;
}
#section-1.contact .company-desc-wrapper .logo {
  display: block;
  width: 150px;
  height: 53px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#section-1.contact .company-desc-wrapper address {
  margin-bottom: 40px;
  font-style: normal;
}
#section-1.contact .company-desc-wrapper a {
  cursor: pointer;
}
#section-1.contact .company-desc-wrapper a:hover {
  text-decoration: underline;
}
#section-1.contact .team-wrapper,
#section-1.contact .distributor-wrapper {
  padding-top: 50px;
}
#section-1.contact .team-wrapper .title,
#section-1.contact .distributor-wrapper .title {
  font-size: 30px;
}
#section-1.contact .team-wrapper .item-wrapper,
#section-1.contact .distributor-wrapper .item-wrapper {
  text-align: left;
  vertical-align: top;
  padding: 30px 0 100px;
}
#section-1.contact .team-wrapper .item-wrapper .item,
#section-1.contact .distributor-wrapper .item-wrapper .item {
  display: inline-block;
  width: 45%;
  margin-right: 3%;
  padding-left: 240px;
  box-sizing: border-box;
  position: relative;
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
  min-height: 220px;
  font-size: 15px;
}
#section-1.contact .team-wrapper .item-wrapper .item .item-content-wrapper,
#section-1.contact .distributor-wrapper .item-wrapper .item .item-content-wrapper {
  padding-top: 20px;
}
#section-1.contact .team-wrapper .item-wrapper .item .item-content-wrapper a,
#section-1.contact .distributor-wrapper .item-wrapper .item .item-content-wrapper a {
  cursor: pointer;
}
#section-1.contact .team-wrapper .item-wrapper .item .item-content-wrapper a:hover,
#section-1.contact .distributor-wrapper .item-wrapper .item .item-content-wrapper a:hover {
  text-decoration: underline;
}
#section-1.contact .team-wrapper .item-wrapper .item address,
#section-1.contact .distributor-wrapper .item-wrapper .item address {
  font-style: normal;
  padding: 15px 0;
}
#section-1.contact .team-wrapper .item-wrapper .item .name,
#section-1.contact .distributor-wrapper .item-wrapper .item .name {
  font-size: 22px;
}
#section-1.contact .team-wrapper .item-wrapper .item .position,
#section-1.contact .distributor-wrapper .item-wrapper .item .position {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
#section-1.contact .team-wrapper .item-wrapper .item .item-image-wrapper,
#section-1.contact .distributor-wrapper .item-wrapper .item .item-image-wrapper {
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
#section-1.contact .distributor-wrapper {
  padding-top: 0;
}
#section-1.contact .distributor-wrapper .item-wrapper .item {
  padding-left: 0;
  padding-top: 120px;
  vertical-align: top;
}
#section-1.contact .distributor-wrapper .item-wrapper .item .item-content-wrapper {
  max-width: 400px;
}
#section-1.contact .distributor-wrapper .item-wrapper .item .item-content-wrapper .name {
  font-weight: 600;
}
#section-1.contact .distributor-wrapper .item-wrapper .item .item-image-wrapper {
  width: 230px;
  height: 120px;
  background-size: contain;
}

/* CSS Document */
#section-1.error {
  padding: 399px 0 50px;
  color: #1d2563;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
#section-1.error .content-wrapper {
  border: 1px solid #1d2563;
  padding: 0 100px;
  background-image: url("../img/background/faq-bg.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}
#section-1.error .content-wrapper > .title {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -30px;
  margin-left: -20px;
}
#section-1.error .error-wrapper {
  padding-left: 240px;
  box-sizing: border-box;
  position: relative;
  margin: 50px auto;
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  max-width: 600px;
  text-align: center;
  padding: 80px 0 100px;
}
#section-1.error .error-wrapper .error-title {
  font-size: 105px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
#section-1.error .error-wrapper a {
  color: #e93842;
  cursor: pointer;
}
#section-1.error .error-wrapper a:hover {
  text-decoration: underline;
}

/** @format */
.cookie-wrapper {
  margin-top: 330px;
  margin-bottom: 50px;
  color: #1d2563;
}
.cookie-wrapper .side-wrapper {
  height: 100%;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 1.4;
}
.cookie-wrapper .side-wrapper p {
  padding-bottom: 30px;
}
.cookie-wrapper .side-wrapper p a,
.cookie-wrapper .side-wrapper p strong {
  color: #1d2563;
}
.cookie-wrapper .side-wrapper p a:hover {
  text-decoration: underline;
}
.cookie-wrapper .side-wrapper ul {
  padding-left: 20px;
  padding-bottom: 10px;
}
.cookie-wrapper .side-wrapper ul li {
  padding-top: 10px;
  list-style: none;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
}
.cookie-wrapper .side-wrapper ul li:before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #1d2563;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 18px;
}
.cookie-wrapper .side-wrapper ul li ul li:before {
  height: 4px;
  width: 4px;
  background-color: #edf3f8;
  border: 2px solid #1d2563;
}
.cookie-wrapper .side-wrapper ul a {
  color: #1d2563;
}
.cookie-wrapper .side-wrapper ul a:hover {
  text-decoration: underline;
}
.cookie-wrapper .btn-cookies {
  margin: 30px auto;
  margin-bottom: 60px;
  display: block;
  font-family: brevia, sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 15px 20px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background-color: #e93842;
}

/**
 * /* CSS Document
 *
 * @format
 */
/* FOOTER */
#footer-content-wrapper {
  background-color: #1d2563;
  color: #fff;
  position: relative;
  padding: 100px 0;
}
#footer-content-wrapper .item-wrapper {
  text-align: left;
}
#footer-content-wrapper .item:nth-child(1) {
  width: 25%;
}
#footer-content-wrapper .item:nth-child(2) {
  width: 18%;
}
#footer-content-wrapper .item:nth-child(3) {
  width: 18%;
}
#footer-content-wrapper .item:nth-child(4) {
  width: 28%;
  text-align: right;
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  line-height: 20px;
}
#footer-content-wrapper .item:nth-child(4) p {
  padding-right: 60%;
}
#footer-content-wrapper .item:nth-child(4) .image-wrapper {
  position: absolute;
  width: 55%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer-content-wrapper .item {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
#footer-content-wrapper .item address {
  font-style: normal;
}
#footer-content-wrapper .item a:hover {
  text-decoration: underline;
}
#footer-content-wrapper .item .footer-logo {
  display: block;
  width: 229px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#footer-content-wrapper:before {
  content: "";
  display: block;
  width: 171px;
  height: 265px;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/background/footer-left-bg.png");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: contain;
}
#footer-content-wrapper:after {
  content: "";
  display: block;
  width: 257px;
  height: 231px;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/background/footer-right-bg.png");
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: contain;
}

#footer-belt {
  min-height: 42px;
  background-color: #fff;
  color: #1d2563;
  font-size: 14px;
  font-weight: 600;
}
#footer-belt #copyright {
  float: left;
  text-transform: uppercase;
  line-height: 42px;
}
#footer-belt #footer-belt-menu {
  float: right;
}
#footer-belt #footer-belt-menu ul {
  display: inline-block;
}
#footer-belt #footer-belt-menu ul li {
  display: inline-block;
  list-style: none;
}
#footer-belt #footer-belt-menu ul li a {
  line-height: 42px;
  padding: 0 8px;
  position: relative;
}
#footer-belt #footer-belt-menu ul li a:hover {
  text-decoration: underline;
}
#footer-belt #footer-belt-menu ul li a:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #1d2563;
  position: absolute;
  left: -2px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
#footer-belt #footer-belt-menu ul li:first-child a:before {
  display: none;
}

/* FOOTER END */
/**
 * /* CSS Document
 *
 * @format
 */
/* Responsive */
@media all and (max-width: 1600px) {
  #header {
    height: 500px;
  }
  #section-1.home .image-wrapper img {
    margin-left: 0;
  }
  #section-image-wrapper {
    height: 410px;
  }
  #section-1.home .content-wrapper {
    padding-top: 150px;
  }
  #section-1.home {
    margin-top: -50px;
  }
  /* CALCULATOR PAGE */
  #section-1.calculator #calculator-item-wrapper {
    min-height: 480px;
  }
  #section-1.calculator #calculator-item-wrapper #begin,
  #section-1.calculator #calculator-item-wrapper #select-range,
  #section-1.calculator #calculator-item-wrapper #select-insect,
  #section-1.calculator #calculator-item-wrapper #select-range,
  #section-1.calculator #calculator-item-wrapper #select-infestation {
    padding: 120px 0 120px;
  }
}
@media all and (max-width: 1400px) {
  #header {
    height: 400px;
  }
  /* CONTACT PAGE */
  #section-1.contact .company-desc-wrapper .logo {
    position: relative;
    margin-bottom: 30px;
  }
  #section-1.contact .company-desc-wrapper {
    padding-left: 0;
  }
  #section-1.contact .team-wrapper .item-wrapper .item .item-image-wrapper {
    position: relative;
  }
  #section-1.contact .team-wrapper .item-wrapper .item {
    padding-left: 0;
    width: 30%;
  }
  /* ERROR */
  #section-1.error .error-wrapper {
    padding-left: 0;
  }
}
@media all and (max-width: 1250px) {
  /* TOP */
  #mobile {
    display: block;
    position: absolute;
  }
  #menu {
    display: none;
    position: absolute;
    bottom: auto;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    right: 0;
    width: 100%;
    overflow: auto;
    z-index: 5;
    border-left: 1px solid #1d2563;
    height: 400px;
  }
  #top #top-logo-wrapper {
    height: 50px;
  }
  #top #top-menu-wrapper ul li {
    display: block;
  }
  #top #top-menu-wrapper ul li ul {
    border: none;
    background: none;
    position: static;
    margin-bottom: 30px;
  }
  #top #top-menu-wrapper ul li ul li {
    border: none;
    background: none;
    font-size: 14px;
  }
  #top #top-menu-wrapper ul li ul li a {
    border: none;
  }
  #top #top-menu-wrapper ul li:hover ul {
    display: none;
  }
  #top #top-menu-wrapper {
    min-height: 0px;
    height: 0px;
    border-bottom: none;
  }
  /* HEADER */
  #header {
    padding-top: 88px;
  }
  /* SECTION-1 HOME */
  #section-1.home .content-wrapper {
    width: 45%;
    padding-left: 55%;
  }
  #section-1.home .image-wrapper {
    top: auto;
    bottom: 100px;
  }
  /* SECTION-2 HOME */
  #section-2.home .content-wrapper .item {
    width: 32%;
  }
  #section-2.home .content-wrapper .item:last-child {
    display: none;
  }
  /* SECTION-3 HOME */
  #section-3.home .content-wrapper {
    padding: 0 20px;
  }
  #section-3.home .content-wrapper .item-wrapper-1 .item {
    width: 26%;
    margin: 1.5% 2%;
    min-width: 150px;
    height: 250px;
  }
  #section-3.home .content-wrapper .item-wrapper-1 .item .item-image-wrapper {
    height: 135px;
  }
  #section-3.home .content-wrapper .item-wrapper-1 .item .item-desc {
    line-height: 20px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper {
    margin-top: 30px;
  }
  #section-5.home .content-wrapper {
    padding: 0 20px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-title {
    font-size: 25px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper {
    padding-top: 50px;
    padding-left: 260px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li {
    min-height: 100px;
    font-size: 14px;
    line-height: 22px;
    width: 250px;
  }
  /* CONTACT PAGE */
  #section-1.contact {
    padding-top: 150px;
  }
  #section-1.contact .content-wrapper {
    background-size: 60%;
  }
  #section-1.contact .team-wrapper .item-wrapper .item,
  #section-1.contact .distributor-wrapper .item-wrapper .item {
    width: 48%;
    min-width: 280px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* CALCULATOR PAGE */
  #section-1.calculator {
    padding-top: 150px;
  }
  /* FAQ PAGE */
  #section-1.faq {
    padding-top: 150px;
  }
  #section-1.faq .content-wrapper {
    background-size: 80%;
  }
  /* NEWS PAGE */
  #section-1.news {
    padding-top: 150px;
  }
  #section-1.news .content-wrapper {
    background-size: 80%;
  }
  /* FOOTER */
  #footer-content-wrapper .item:nth-child(1) {
    display: block;
    margin-bottom: 30px;
  }
  #footer-content-wrapper .item:nth-child(2),
  #footer-content-wrapper .item:nth-child(3) {
    width: 28%;
  }
  #footer-content-wrapper:after {
    background-position: right -80px bottom 0;
  }
  #footer-content-wrapper .item:nth-child(4) {
    width: 32%;
  }
  #section-image-wrapper {
    height: 380px;
  }
  #section-image-wrapper .image-wrapper {
    height: 110%;
  }
  /* ERROR */
  #section-1.error {
    padding-top: 150px;
  }
  #section-1.error .content-wrapper {
    background-size: 60%;
  }
  /* COOKIES */
  .cookie-wrapper {
    margin-top: 120px;
  }
}
@media all and (max-width: 1100px) {
  #section-1.news .item-wrapper .item {
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media all and (max-width: 1000px) {
  .title {
    font-size: 36px;
  }
  /* SECTION-1 HOME */
  #section-1.home .image-wrapper {
    width: 40%;
    bottom: 0;
    left: auto;
    right: 0;
  }
  #section-1.home .image-wrapper img {
    width: 100%;
    margin: 0 auto;
  }
  #section-1.home .content-wrapper {
    padding-top: 50px;
    padding-left: 0;
    width: 65%;
    overflow: hidden;
  }
  #section-1.home .description .information-wrapper:before,
  #section-1.home .description .information-wrapper:after {
    display: none;
  }
  #section-1.home {
    padding-top: 50px;
    padding-bottom: 70px;
    overflow: visible;
    margin-top: 0px;
  }
  /* SECTION-2 HOME */
  #section-2.home .content-wrapper .item:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
  #section-2.home .content-wrapper .item {
    width: 49%;
  }
  /* SECTION-3 HOME */
  #section-3.home .content-wrapper .item-wrapper-1 .item {
    width: 45%;
    margin: 1.5% 2%;
    min-width: 150px;
    height: 290px;
  }
  #section-3.home .content-wrapper .item-wrapper-1 .item .item-image-wrapper {
    height: 175px;
  }
  #section-3.home .content-wrapper .item-wrapper-2 .item {
    height: 150px;
  }
  /* SECTION-4 HOME */
  #section-4.home .item .item-image-wrapper {
    height: 350px;
  }
  #section-4.home .owl-carousel .owl-prev,
  #section-4.home .owl-carousel .owl-next {
    top: 235px;
  }
  #section-4.home .content-wrapper {
    padding: 0 10px;
  }
  #section-4.home .owl-carousel .owl-next {
    right: -48px;
  }
  #section-4.home .owl-carousel .owl-prev {
    left: -48px;
  }
  /* SECTION-5 HOME */
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper {
    padding-left: 180px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar ul li {
    width: 190px;
  }
  #section-image-wrapper {
    height: 280px;
  }
  #section-image-wrapper .image-wrapper {
    height: 110%;
    width: 95%;
  }
  #section-image-wrapper .image-content {
    left: 0;
    bottom: 40px;
  }
  /* CALCULATOR PAGE */
  #section-1.calculator .content-wrapper {
    padding: 0 50px;
  }
  /* NEWS PAGE */
  #section-1.news .content-wrapper {
    background-size: 100%;
    padding: 0 50px;
  }
  /* FAQ PAGE */
  #section-1.faq .content-wrapper {
    background-size: 100%;
    padding: 0 50px;
  }
  /* CONTACT PAGE */
  #section-1.contact .content-wrapper {
    padding: 0 50px;
  }
  /* ERROR PAGE */
  #section-1.error .content-wrapper {
    padding: 0 50px;
  }
}
@media all and (max-width: 850px) {
  /* FOOTER */
  #footer-content-wrapper {
    padding-bottom: 50px;
  }
  #footer-content-wrapper:before {
    background-position: left -80px bottom 0;
  }
  #footer-content-wrapper:after {
    background-position: right -150px bottom 0;
  }
  #footer-content-wrapper .item:nth-child(2),
  #footer-content-wrapper .item:nth-child(3) {
    min-width: 250px;
    margin: 10px 0;
  }
  #footer-content-wrapper .item:nth-child(4) {
    display: block;
    width: 100%;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    font-size: 10px;
    line-height: 1.4;
    max-width: 300px;
  }
  #footer-content-wrapper .item:nth-child(4) p {
    padding-right: 200px;
    text-align: left;
  }
  #footer-content-wrapper .item:nth-child(4) .image-wrapper {
    width: 180px;
    background-size: 70%;
  }
}
@media all and (max-width: 750px) {
  .title {
    font-size: 28px;
  }
  /* SECTION-1 HOME */
  #section-1.home .image-wrapper {
    width: 100%;
    position: relative;
  }
  #section-1.home .image-wrapper img {
    max-width: 400px;
    margin: 0 auto;
  }
  #section-1.home .content-wrapper {
    padding-top: 50px;
    padding-left: 0;
    width: 100%;
  }
  #section-1.home .description .information-wrapper:before,
  #section-1.home .description .information-wrapper:after {
    display: none;
  }
  /* SECTION-3 HOME */
  #section-3.home .content-wrapper .item-wrapper-2 .item {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
  #section-3.home .content-wrapper .item-wrapper-2 .item .item-desc p {
    padding: 30px 15px 30px 0;
    position: static;
    transform: translate(0, 0);
  }
  /* SECTION-4 HOME */
  #section-4.home .carousel-wrapper {
    padding: 0;
  }
  #section-4.home .item .item-image-wrapper {
    height: 400px;
  }
  /* SECTION-5 HOME */
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item {
    display: block;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item.active .item-wrapper {
    display: block;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper:before {
    display: none;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item-title {
    display: block;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item-wrapper {
    display: none;
  }
  #section-5.home #tabs-wrapper #tab-1.mobile {
    padding-bottom: 50px;
  }
  #section-5.home #tabs-wrapper #tab-2.mobile {
    padding-top: 50px;
  }
  #section-5.home #tabs-wrapper {
    border: none;
    border-top: none;
    margin-top: 0;
  }
  #section-5.home #tabs-wrapper .tab-content-wrapper {
    border-bottom: 1px solid #1d2563;
    border-top: none;
    padding: 20px 10px;
  }
  #section-5.home #tabs-wrapper .tab-content-wrapper:last-child {
    border: none;
  }
  #section-5.home #tabs-wrapper #tab-1 .box {
    display: block;
  }
  #section-5.home #tabs-wrapper #tab-1 .box ul {
    width: 100%;
    box-sizing: border-box;
  }
  #section-5.home .tab-title {
    display: block;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper #tab-side-bar {
    display: none;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper {
    padding-top: 30px;
    padding-left: 0;
  }
  #tabs-links-wrapper {
    display: none;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-title {
    text-align: center;
    font-size: 22.7px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-concentration-item {
    margin-top: 20px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-concentration-item img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 15px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc-concentration-item p {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    max-width: 300px;
    margin: 0 auto;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .item .desc-wrapper .item-desc {
    margin-top: 15px;
  }
  #section-5.home #tabs-wrapper #tab-1 .tab-item-wrapper .desc-chart-wrapper .desc-chart-wrapper-content {
    font-size: 16px;
  }
  #section-5.home #tabs-wrapper #tab-2 .box:nth-child(2) {
    text-align: center;
  }
  #section-5.home #tabs-wrapper #tab-2 .box:nth-child(2) img {
    margin: 10px auto 50px;
  }
  /* FOOTER */
  #footer-belt #copyright {
    float: none;
  }
  #footer-belt #footer-belt-menu {
    float: none;
  }
  #footer-belt #footer-belt-menu ul li:first-child a {
    padding: 0 8px 0 0;
  }
  /* CONTACT PAGE */
  #section-1.contact .company-desc-wrapper {
    font-size: 17px;
    line-height: 24px;
  }
  #section-1.contact .content-wrapper {
    padding: 0 30px;
  }
  /* CALCULATOR PAGE */
  #section-1.calculator .content-wrapper {
    padding: 0 30px;
  }
  #section-1.calculator #calculator-item-wrapper .item .item-content-wrapper .title {
    font-size: 25px;
  }
  #section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper {
    padding-top: 240px;
    padding-left: 0;
    text-align: center;
  }
  #section-1.calculator #calculator-item-wrapper #contact-information .contact-item-wrapper .contact-item-image-wrapper {
    right: 0;
    margin: auto;
  }
  /* NEWS PAGE */
  #section-1.news .content-wrapper {
    background-size: 100%;
    padding: 0 30px;
  }
  /* FAQ PAGE */
  #section-1.faq .content-wrapper {
    background-size: 100%;
    padding: 0 30px;
  }
  /* Image wrapper section HOME */
  #section-image-wrapper {
    height: 250px;
  }
  #section-image-wrapper .image-wrapper {
    height: 110%;
  }
  #section-image-wrapper .image-content {
    bottom: 20px;
  }
  /* ERROR PAGE */
  #section-1.error .error-wrapper {
    font-size: 17px;
    line-height: 24px;
  }
  #section-1.error .content-wrapper {
    padding: 0 30px;
  }
}
@media all and (max-width: 650px) {
  /* SECTION-2 HOME */
  #section-2.home .content-wrapper .item {
    width: 100%;
  }
  /* SECTION-3 HOME */
  #section-3.home .content-wrapper .item-wrapper-1 .item {
    width: 45%;
    margin: 1.5% 2%;
    min-width: 150px;
    height: 240px;
  }
  #section-3.home .content-wrapper .item-wrapper-1 .item .item-image-wrapper {
    height: 125px;
  }
  /* Image wrapper section HOME */
  #section-image-wrapper {
    height: 200px;
  }
  #section-image-wrapper .image-wrapper {
    height: 120%;
  }
}
@media all and (max-width: 600px) {
  /* SECTION-2 HOME */
  #section-2.home .content-wrapper .item {
    width: 100%;
  }
  /* SECTION-3 HOME */
  #section-3.home .content-wrapper .item-wrapper-1 .item {
    width: 90%;
    margin: 10px 4%;
    min-width: 150px;
    height: 240px;
    max-width: 300px;
  }
  #section-3.home .content-wrapper .item-wrapper-1 .item .item-image-wrapper {
    height: 125px;
  }
  /* SECTION-5 HOME */
  #section-5.home #tabs-wrapper #tab-2 .box-wrapper {
    display: block;
  }
  #section-5.home #tabs-wrapper #tab-2 .box {
    width: 100%;
    display: block;
  }
  #section-5.home #tabs-wrapper #tab-2 .box:first-child {
    margin-bottom: 40px;
  }
  /* Image wrapper section HOME */
  #section-image-wrapper {
    height: 250px;
  }
  #section-image-wrapper .image-wrapper {
    height: 100%;
    background-size: 130%;
  }
  #section-image-wrapper .image-wrapper .all-in-web-image {
    background-size: 130%;
  }
  #section-image-wrapper .image-content {
    width: 50%;
    max-width: 250px;
    bottom: auto;
    top: 30px;
    right: 50px;
    left: auto;
  }
  #section-image-wrapper .image-content:before {
    display: none;
  }
  /* CALCULATOR PAGE */
  #section-1.calculator #calculator-item-wrapper #infestation-calculation .item-content-wrapper,
  #section-1.calculator #calculator-item-wrapper #concentration-calculation .item-content-wrapper {
    font-size: 18px;
  }
  /* NEWS PAGE */
  #section-1.news .item-wrapper .item {
    width: 100%;
    max-width: 300px;
    float: none;
    display: block;
    margin: 0 auto 30px auto;
    position: static !important;
  }
}
@media all and (max-width: 400px) {
  #section-2.home .content-wrapper .item-wrapper {
    padding: 30px 10px;
  }
  #section-3.home {
    padding: 30px 0;
  }
  #section-3.home .content-wrapper .item-wrapper-2 {
    padding: 30px 0;
  }
  #section-3.home .content-wrapper .item-wrapper-2 .item .item-icon {
    width: 50px;
    background-size: 50%;
  }
  #section-3.home .content-wrapper .item-wrapper-2 .item .item-desc {
    padding-left: 70px;
  }
  #section-5.home .content-wrapper {
    padding: 0 10px;
  }
  /* FAQ */
  #section-1.faq .item-wrapper .item .faq-title {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #section-1.faq .item-wrapper .item .faq-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Image wrapper section HOME */
  #section-image-wrapper {
    height: 200px;
  }
  /*  CONTACT PAGE*/
  #section-1.contact .team-wrapper .item-wrapper .item,
  #section-1.contact .distributor-wrapper .item-wrapper .item {
    min-width: 0;
    width: 100%;
  }
  #top #top-belt-wrapper .contact-wrapper {
    display: 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;
}/*# sourceMappingURL=style.css.map */