/**
 * /* Scss Document
 *
 * @format
 */
video {
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

#smoke {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background-image: url(../img/smoke.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: -1;
  transition: all 1.5s ease-in;
}

.cursor {
  display: none;
}
.cursor .spray {
  background-image: url(../img/bifent-spray-cursor.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: 250px;
  position: absolute;
  left: -6px;
  right: 0;
  margin: auto;
  top: -250px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.cursor .icon {
  height: 140px;
  width: 100%;
  background-image: url(../img/bifent-cursor.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cursor img {
  display: block;
  margin: 0 auto 10px;
}
.cursor .cursor-text {
  font-size: 14px;
  font-weight: 700;
}

.div-hidden {
  transition: opacity 1.75s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.div-show {
  transition: opacity 1.5s ease 0s;
  opacity: 1;
  visibility: visible;
}

.block-container {
  position: relative;
  margin: 8px 0;
}

#all-in-web .div-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  visibility: hidden;
}

.div-overlay-left {
  animation-name: slide-left;
}

.div-overlay-right {
  animation-name: slide-right;
}

@keyframes slide-left {
  from {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  to {
    left: -30px;
    opacity: 0;
  }
}
@keyframes slide-right {
  from {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  to {
    left: 30px;
    opacity: 0;
  }
}
body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-position: center top !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.hide {
  display: none;
}

#cookies-message p {
  font-size: 16px;
  color: #fff;
}

#accept-cookies-checkbox {
  font-size: 14px;
  color: #000;
  background: #fff;
  transition: all 0.2s ease-in;
}

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

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

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

/* MOBILE NAV */
#mobile {
  overflow: hidden;
  width: 130px;
  position: absolute;
  right: 4%;
  height: 60px;
  top: 15px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  cursor: pointer;
  letter-spacing: 2px;
}

#menu_link {
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 5;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

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

#menu_link span {
  display: block;
  height: 2px;
  width: 24px;
  background-color: #fff;
  margin: 6px auto 4px;
  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: 50%;
  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: 50%;
  margin: auto;
}

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

/*ul{
	padding-left: 20px !important;
}*/
.btn {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  cursor: pointer;
  color: #fff;
  margin-top: 40px;
}

.section-title {
  font-size: 43px;
  font-weight: 400;
  color: #3c3c3b;
  letter-spacing: 1px;
  line-height: 1.2;
}

.section-desc {
  font-size: 28.8px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
}

.hide {
  display: none;
}

.strong {
  font-weight: bold;
}

.hyph {
  -webkit-hyphens: manual;
          hyphens: manual;
}

/** @format */
#top {
  width: 100%;
  height: 90px;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 99999;
}
#top .side-wrapper {
  width: 100%;
  max-width: 1920px;
}
#top .logo {
  position: absolute;
  left: 5.5%;
  background-image: url("/img/Bifent-logo.png");
  background-repeat: no-repeat;
  background-size: 170px;
  width: 170px;
  height: 80px;
  margin-top: 20px;
}

#menu {
  display: none;
  position: absolute;
  top: 90px;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 20px 5%;
  text-align: right;
}
#menu ul li {
  margin: 20px 0;
  transition: all 0.1s ease-in;
}
#menu ul li:hover {
  color: #b4b4b4;
}

#change-language {
  height: auto;
  margin-bottom: 20px;
  color: #b4b4b4;
}
#change-language .lang-menu {
  margin-left: 10px;
  display: inline-block;
  list-style: none;
}
#change-language .lang-menu li {
  display: inline-block;
  cursor: auto;
  margin: auto;
  color: #ffffff;
}
#change-language .lang-menu li a:hover {
  color: #b4b4b4;
}
#change-language .lang-menu li::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 15px;
  background-color: #ffffff;
  margin-left: -2px;
}
#change-language .lang-menu li:last-child::after {
  content: none;
}
#change-language .lang-menu .active {
  color: #b4b4b4;
}

hr {
  margin-top: auto !important;
  margin-bottom: 30px !important;
}

/** @format */
#header {
  width: 100%;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  padding-top: 90px;
}
#header #btn-bifent {
  padding: 25px 5% 25px 50px;
  background-image: url(../img/bifent-cursor.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 25px auto;
  cursor: pointer;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  left: -100px;
  bottom: 50px;
  z-index: 2;
}

.logo {
  text-indent: -999em;
  display: inline-block;
}
.logo #logo img {
  display: block;
  max-width: 80%;
}

#header-section-1 {
  width: 100%;
  height: 910px;
  position: relative;
}
#header-section-1 .side-wrapper {
  height: 100%;
  position: relative;
}
#header-section-1 .section-title {
  font-size: 65px;
  font-weight: 900;
  text-transform: uppercase;
  color: #3c3c3b;
  line-height: 1.2;
  margin-top: 80px;
}
#header-section-1 .section-desc {
  background-image: url(../img/all-in-web-logo-white.png);
  background-repeat: no-repeat;
  background-size: 116px auto;
  background-position: left 60px center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5% 40px 5% 250px;
  color: #fff;
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  box-sizing: border-box;
}
#header-section-1 .section-desc a:hover {
  text-decoration: underline;
}
#header-section-1 .video-wrapper {
  height: 298px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 530px;
  cursor: pointer;
  background-image: url(../img/poster-video.jpg);
  background-size: cover;
  background-color: black;
}
#header-section-1 .video-wrapper .poster {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header-section-1 .video-wrapper .poster:after {
  content: "";
  position: absolute;
  display: block;
  width: 110px;
  height: 110px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/Play.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in;
}
#header-section-1 .video-wrapper .poster:hover:after {
  transform: scale(0.95);
}
#header-section-1 .video-wrapper .poster::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in;
}
#header-section-1 .video-wrapper .poster:hover::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
#header-section-1 .video-wrapper .video {
  width: 100%;
  height: 100%;
}

#header-section-2 {
  background: #fff;
  padding: 100px 0;
  position: relative;
  color: #3c3c3b;
}
#header-section-2 .side-wrapper {
  position: static;
}
#header-section-2 .left {
  width: 50%;
}
#header-section-2 .left ul {
  width: 90%;
  margin: 0 auto;
  list-style: none;
}
#header-section-2 .left ul li {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 30px;
  background-image: url(../img/plus-list-icon-big.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: left center;
  padding-left: 100px;
  min-height: 52px;
  padding-top: 20px;
}
#header-section-2 .right {
  width: 50%;
  position: fixed;
  right: 0;
  top: 1150px;
}
#header-section-2 .right .image-wrapper {
  display: block;
  width: 90%;
  height: auto;
  max-width: 650px;
  margin: 0 auto 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#header-section-2 .right .image-wrapper .insect {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/insect.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  top: 0;
  left: 0;
}
#header-section-2 .right .image-wrapper img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

#properties {
  background-color: #e6e7e8;
  overflow: hidden;
}
#properties .side-wrapper {
  padding: 100px 0 50px;
  overflow: visible;
}
#properties .section-title {
  color: #3c3c3b;
}
#properties .section-desc {
  color: #58595b;
  font-weight: 500;
  margin: 60px 0;
  font-size: 25px;
}
#properties .section-desc p {
  position: relative;
  z-index: 2;
}
#properties .section-desc ul.benefits,
#properties .section-desc ul.props {
  margin: 80px 0 20px;
  font-size: 22.8px;
  list-style: none;
  padding-left: 0;
}
#properties .section-desc ul.benefits li,
#properties .section-desc ul.props li {
  margin-bottom: 35px;
  background-image: url(../img/plus-list-icon-small.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  padding-left: 60px;
  min-height: 24px;
}
#properties .section-desc ul.benefits .pests,
#properties .section-desc ul.props .pests {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding-left: 40px;
  padding-right: 20px;
}
#properties .section-desc .warning {
  font-weight: bold;
}
#properties .image-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 30%;
}
#properties .image-wrapper .spray-image {
  background-image: url(../img/bifent-spray.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  max-width: 380px;
  height: 500px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#properties .image-wrapper img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 380px;
  position: relative;
  z-index: 2;
}
#properties .right {
  width: 65%;
  padding-left: 35%;
}

#recommended-application-sites {
  padding: 100px 0;
}
#recommended-application-sites .item-wrapper {
  padding: 50px 0;
  text-align: center;
}
#recommended-application-sites .item-wrapper .item {
  display: inline-block;
  width: 18%;
  height: 600px;
  margin: 0 0.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  vertical-align: bottom;
}
#recommended-application-sites .item-wrapper .item:hover .curtain {
  height: 100%;
}
#recommended-application-sites .item-wrapper .item:hover .curtain p {
  display: table-cell;
}
#recommended-application-sites .item-wrapper .item .curtain {
  display: table;
  position: absolute;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  transition: all 0.3s ease-in;
}
#recommended-application-sites .item-wrapper .item .curtain p {
  vertical-align: middle;
  color: #fff;
  letter-spacing: 2px;
  font-size: 32.5px;
  font-weight: 300;
  display: none;
}

#efficacy {
  background-image: url(../img/efficacy-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  /*	.content.white{
  	color: #fff;

  	.section-title{
  		color: #fff;
  	}
  }*/
}
#efficacy .side-wrapper {
  padding: 100px 0 50px;
}
#efficacy .curtain {
  background-color: rgba(194, 193, 198, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in;
}
#efficacy .content {
  position: relative;
  z-index: 3;
}
#efficacy .section-title {
  margin-bottom: 60px;
}
#efficacy .section-desc {
  font-size: 25px;
  font-weight: 400;
  max-width: 1000px;
}
#efficacy #hand {
  display: block;
  width: 60%;
  height: auto;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin-left: 5%;
}
#efficacy #chart {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  position: relative;
  z-index: 2;
  opacity: 0;
  margin-top: 50px;
  transition: all 0.3s ease-in;
}
#efficacy #chart img {
  display: block;
  width: 100%;
  height: auto;
}

#spreading-effect {
  padding: 100px 0 0;
  background-image: url(../img/spreading-effect-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#spreading-effect .side-wrapper {
  padding-bottom: 300px;
}
#spreading-effect .section-title {
  color: #fff;
  margin-bottom: 100px;
}
#spreading-effect .more-container {
  display: none;
  margin: 0 0 40px;
  max-width: 480px;
}
#spreading-effect .more-container p {
  text-transform: uppercase;
  font-size: 18px;
}
#spreading-effect .more-container p span {
  display: block;
  text-transform: lowercase;
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
}
#spreading-effect .more-container img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 60px 0 20px;
}
#spreading-effect .left {
  width: 55%;
  position: relative;
  z-index: 2;
}
#spreading-effect .section-desc {
  font-weight: 400;
  font-size: 25px;
}
#spreading-effect .section-desc p:first-child {
  margin-bottom: 35px;
}
#spreading-effect .image-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
#spreading-effect .image-container .atomizer-image {
  position: absolute;
  width: 45%;
  max-width: 720px;
  height: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#spreading-effect .image-container .atomizer-image .spray-image-big {
  background-image: url(../img/bifent-spray-big.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  max-width: 720px;
  height: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: -7%;
}
#spreading-effect .image-container .atomizer-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
#spreading-effect .image-container ul {
  display: block;
  list-style: none;
  border-top: 1px solid #fff;
  position: absolute;
  z-index: 2;
  bottom: 150px;
  width: 70%;
}
#spreading-effect .image-container ul .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0;
  top: -6px;
}
#spreading-effect .image-container ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 25px;
  padding-top: 50px;
  position: relative;
}
#spreading-effect .image-container ul li .line {
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #fff;
  top: 0;
  left: 0;
}

#all-in-web {
  padding: 100px 0 0;
  color: #3c3c3b;
}
#all-in-web .side-wrapper {
  padding-bottom: 100px;
}
#all-in-web #all-in-web-logo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#all-in-web .more-container {
  display: none;
  margin: 20px 0;
}
#all-in-web .more-container .red {
  color: #d43638;
  margin-top: 50px;
}
#all-in-web .more-container .item {
  display: inline-block;
  width: 45%;
  margin-right: 10px;
  vertical-align: top;
}
#all-in-web .more-container .item img {
  width: 100%;
  max-width: 378px;
  height: auto;
}
#all-in-web .more-container .item P {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  margin-top: 10px;
}
#all-in-web .section-title {
  margin-bottom: 100px;
}
#all-in-web .section-desc {
  font-weight: 400;
  font-size: 25px;
}
#all-in-web .section-desc p:first-child {
  margin-bottom: 15px;
}
#all-in-web .section-desc p {
  margin-bottom: 35px;
}
#all-in-web .section-desc ul {
  margin: 0;
  padding-left: 10px;
}
#all-in-web .section-desc ul.dashed {
  list-style-type: none;
}
#all-in-web .section-desc ul.dashed > li {
  text-indent: -5px;
}
#all-in-web .section-desc ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}
#all-in-web .left {
  width: 45%;
  position: relative;
  z-index: 2;
}
#all-in-web .right {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: none;
}
#all-in-web .right .btn-use {
  width: 120px;
  height: 120px;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
}
#all-in-web .right #btn {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: none;
  border: none;
}
#all-in-web .right video {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

#insects {
  padding: 100px 0 150px;
  background-image: url(../img/insects-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #3c3c3b;
  overflow: hidden;
}
#insects .section-title {
  color: #3c3c3b;
}
#insects .image-wrapper {
  position: relative;
}
#insects .house-image {
  max-width: 100%;
  width: 987px;
  height: 960px;
  background-image: url(../img/house.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 100px;
}
#insects ul {
  list-style: none;
}
#insects ul #ants {
  top: 300px;
}
#insects ul #flies {
  top: 380px;
  right: 0;
  width: 40%;
}
#insects ul #stored-products-pests {
  top: 580px;
  width: 34%;
}
#insects ul #wasps {
  top: 570px;
  width: 50%;
  right: 0;
}
#insects ul #bugs {
  top: 790px;
  width: 43%;
}
#insects ul #cockroaches {
  top: 855px;
  width: 53%;
  right: 0;
}
#insects ul li.left {
  padding-right: 143px;
}
#insects ul li.left .circle {
  right: 0;
}
#insects ul li.left .line .border {
  right: -136px;
}
#insects ul li.left .line .content {
  left: 0;
  text-align: left;
}
#insects ul li.right {
  padding-left: 143px;
}
#insects ul li.right .circle {
  left: 0;
}
#insects ul li.right .line .border {
  left: -136px;
}
#insects ul li.right .line .content {
  right: 0;
  text-align: right;
}
#insects ul li {
  min-height: 150px;
  width: 50%;
  box-sizing: border-box;
  position: absolute;
}
#insects ul li:hover .circle {
  background-size: 110% auto;
}
#insects ul li .circle {
  width: 150px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: all 0.1s ease-in;
}
#insects ul li .line {
  border-bottom: 1px solid #3c3c3b;
  padding-top: 74px;
  position: relative;
}
#insects ul li .line .border {
  width: 135px;
  height: 135px;
  border: 1px solid #3c3c3b;
  border-radius: 50%;
  position: absolute;
  top: 7px;
}
#insects ul li .line .content {
  position: absolute;
  bottom: 10px;
  max-width: 300px;
  line-height: 1.2;
  font-size: 28.8px;
  font-weight: 400;
  color: #58595b;
}
#insects ul li .line .content span {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  color: #58595b;
  font-style: italic;
}

#contact {
  padding: 100px 0 50px;
  background-image: url(../img/spreading-effect-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  overflow: hidden;
}
#contact .section-title {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 70px;
}
#contact .contact-wrapper {
  position: relative;
}
#contact .contact-wrapper .contact-information {
  width: 45%;
}
#contact .contact-wrapper .contact-information p:first-child {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
#contact .contact-wrapper .contact-information a {
  cursor: pointer;
}
#contact .contact-wrapper .contact-information a:hover {
  text-decoration: underline;
}
#contact .contact-wrapper .contact-information p,
#contact .contact-wrapper .contact-information address {
  font-size: 25px;
  line-height: 1.2;
}
#contact .contact-wrapper .contact-information address {
  font-style: normal;
  margin-bottom: 35px;
}
#contact .contact-wrapper .contact-information .phone {
  margin-bottom: 35px;
}
#contact .contact-wrapper .contact-information .website {
  margin-bottom: 100px;
}
#contact .contact-wrapper .contact-information .pest-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
#contact .contact-wrapper .contact-information .pest-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
#contact .contact-wrapper #map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 400px;
}
#contact .contact-wrapper #map iframe {
  width: 100%;
  height: 100%;
}
#contact .team {
  margin-top: 120px;
}
#contact .team p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
#contact .team .item {
  vertical-align: top;
  margin-bottom: 50px;
  display: inline-block;
  width: 47%;
  margin-right: 2.8%;
  padding-left: 240px;
  box-sizing: border-box;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-style: normal;
  min-height: 220px;
  font-size: 21px;
}
#contact .team .item .item-content-wrapper {
  padding-top: 14px;
  line-height: 1.6;
}
#contact .team .item .item-content-wrapper .name {
  font-size: 25px;
}
#contact .team .item .item-content-wrapper .position {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}
#contact .team .item .item-content-wrapper a:hover {
  text-decoration: underline;
}
#contact .team .person-photo {
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
#contact .copyright {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 22px;
  font-size: 25px;
  letter-spacing: 2px;
  overflow: hidden;
  text-align: right;
  line-height: 1.6;
}
#contact .copyright p {
  float: left;
  padding-right: 10px;
}
#contact .copyright .privacy {
  float: right;
}
#contact .copyright .privacy div {
  display: inline-block;
  cursor: context-menu;
}
#contact .copyright .privacy .privacy-policy {
  display: inline-block;
  cursor: pointer;
}
#contact .copyright .privacy .privacy-policy:hover {
  text-decoration: underline;
}

.error #header-section-1 .section-desc {
  background-image: none;
  padding: 5% 30px;
  text-align: center;
}
.error #header-section-2 .right {
  position: relative;
  top: 0;
  width: unset;
}
.error #header-section-2 .right .image-wrapper {
  left: unset;
}

/**
 * /* CSS Document
 *
 * @format
 */
/* Responsive */
@media (min-resolution: 192dpi) {
  #header {
    background-attachment: inherit;
    background-size: auto;
  }
  #efficacy {
    background-attachment: inherit;
    background-color: #e6e7e8;
  }
}
@media all and (max-width: 1600px) {
  #header-section-2 .right {
    top: 1020px;
  }
  #logo {
    margin-top: 50px;
  }
  .section-title {
    font-size: 32.5px;
    margin-bottom: 40px !important;
  }
  .section-desc {
    font-size: 18px !important;
  }
  #properties .section-desc ul li {
    font-size: 18px;
  }
  #header-section-1 {
    height: 650px;
  }
  #header-section-1 .section-title {
    font-size: 46.2px;
    margin-top: 50px;
  }
  #header-section-1 .section-desc {
    font-size: 22.8px;
  }
  #header-section-2 .left ul li {
    font-size: 20px;
  }
  #header-section-2 .right .image-wrapper {
    max-width: 500px;
  }
  #recommended-application-sites .item-wrapper .item {
    height: 450px;
  }
  #contact .contact-wrapper .contact-information p,
  #contact .contact-wrapper .contact-information address,
  #contact .copyright {
    font-size: 20px;
  }
}
@media all and (max-width: 1450px) {
  #header #btn-bifent {
    bottom: -30px;
    left: -120px;
  }
  #recommended-application-sites .item-wrapper .item {
    height: 500px;
  }
  #recommended-application-sites .item-wrapper .item .curtain p {
    font-size: 25px;
  }
}
@media all and (max-width: 1300px) {
  #header-section-1 .video-wrapper {
    height: 253px;
    width: 450px;
  }
  #contact .team .item {
    padding-left: 0;
  }
  #contact .team .person-photo {
    position: relative;
  }
}
@media all and (max-width: 1200px) {
  #smoke {
    background-size: 400% auto;
  }
  #header-section-2 .right {
    position: absolute;
    top: auto;
    bottom: 50px;
  }
  #logo {
    margin-top: 30px;
  }
  #header-section-2 .right .image-wrapper {
    max-width: 500px;
  }
  #header-section-1 {
    height: auto;
  }
  #header-section-1 .section-title {
    font-size: 41px;
    margin-bottom: 70px;
    font-weight: 900;
  }
  #header-section-1 .section-desc {
    width: 90%;
    position: relative;
  }
  #header-section-2 .left ul li {
    margin-left: 0;
    font-size: 20px;
  }
  .section-title {
    font-size: 36.5px;
  }
  .section-desc {
    font-size: 20px !important;
  }
  #properties .section-desc ul.benefits {
    font-size: 20px;
    float: right;
    width: 65%;
  }
  #properties .image-wrapper {
    position: relative;
    z-index: 1;
    float: left;
  }
  #properties .image-wrapper .spray-image {
    height: 300px;
  }
  #properties .right {
    width: 100%;
    padding-left: 0;
    max-width: 800px;
  }
  #recommended-application-sites .item-wrapper .item {
    height: 400px;
  }
  #recommended-application-sites .item-wrapper .item .curtain p {
    font-size: 20px;
    font-weight: 400;
  }
  #all-in-web .side-wrapper {
    padding-bottom: 30px;
  }
  #all-in-web #all-in-web-logo {
    max-width: 150px;
  }
  #all-in-web .left {
    padding-right: 200px;
  }
  #all-in-web .right {
    display: none;
    position: relative;
    max-width: 500px;
    min-width: 300px;
    width: 80%;
    margin-left: auto;
    margin-top: -80px;
  }
  #all-in-web .right video {
    max-height: 300px;
  }
  #all-in-web .left {
    max-width: 900px;
    width: 100%;
    padding-right: 250px;
    box-sizing: border-box;
  }
  #insects .side-wrapper {
    width: 100%;
  }
  #insects .section-title {
    margin-left: 5%;
  }
  #insects .item-wrapper {
    background-image: url(../img/house.png);
    background-repeat: no-repeat;
    background-size: 1000px auto;
    background-position: center;
    min-height: 1000px;
  }
  #insects .house-image {
    display: none;
    background-size: 1000px auto;
    background-position: center top;
  }
  #insects ul {
    text-align: center;
    padding: 150px 0 50px;
  }
  #insects ul li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    width: 90% !important;
    max-width: 400px;
    top: auto !important;
    left: 0;
    right: 0;
    margin: 10px auto;
    position: relative;
    vertical-align: top;
    padding: 15px 143px 15px 15px !important;
  }
  #insects ul li .circle {
    right: 10px !important;
    left: auto !important;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 110px;
    margin: auto;
    border: 2px solid #ccc;
  }
  #insects ul li .border {
    display: none;
  }
  #insects ul li .line {
    border-bottom: none;
    padding-top: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 64%;
  }
  #insects ul li .line .content {
    display: table-cell;
    position: relative;
    bottom: auto;
    top: auto;
    right: auto !important;
    left: 0;
    text-align: left !important;
    vertical-align: middle;
  }
  #insects ul li.right .line .content,
  #insects ul li.left .line .content {
    font-size: 20px;
  }
  #insects ul li.right .line .content span,
  #insects ul li.left .line .content span {
    font-size: 16px;
  }
  .cursor {
    display: none !important;
  }
  #all-in-web .right {
    display: none;
  }
  #contact .contact-wrapper .contact-information p,
  #contact .contact-wrapper .contact-information address {
    font-size: 18px;
  }
  #contact .team .item {
    width: 48%;
    min-width: 280px;
    margin-right: 0;
  }
  #contact .copyright {
    font-size: 18px;
    margin-top: 100px;
  }
  .error #header-section-1 .section-desc {
    width: 100%;
  }
  .error #header-section-2 .side-wrapper {
    position: static;
  }
  .error #header-section-2 .right {
    position: relative !important;
    margin: 0 auto;
    min-width: 300px;
  }
  .error #header-section-2 .right .image-wrapper {
    position: relative;
    margin: 0 auto;
  }
}
@media all and (max-width: 1000px) {
  #header-section-1 {
    height: auto;
  }
  #properties .section-desc ul.benefits ul li {
    font-size: 18px;
  }
  #recommended-application-sites .item-wrapper .item {
    height: 280px;
    width: 30%;
    margin: 10px 0;
    min-width: 280px;
  }
  #recommended-application-sites .item-wrapper .item .curtain {
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #recommended-application-sites .item-wrapper .item .curtain p {
    display: table-cell;
    font-size: 22.8px;
    font-weight: 400;
  }
  #spreading-effect .side-wrapper {
    padding-bottom: 100px;
  }
  #spreading-effect .left {
    width: 100%;
    max-width: 750px;
  }
  #spreading-effect .image-container {
    position: relative;
  }
  #spreading-effect .image-container .atomizer-image {
    position: relative;
    margin: 0 auto;
    min-width: 280px;
    max-width: 500px;
    width: 80%;
  }
  #spreading-effect .image-container .atomizer-image .spray-image-big {
    height: 200px;
  }
  #spreading-effect .image-container ul {
    position: relative;
    bottom: 0;
    width: 50%;
    margin-top: -150px;
  }
  #spreading-effect .image-container ul li {
    display: block;
  }
  #contact .contact-wrapper .contact-information {
    width: 100%;
  }
  #contact .contact-wrapper #map {
    position: relative;
    width: 100%;
    margin-top: 100px;
  }
}
@media all and (max-width: 930px) {
  #header-section-1 .video-wrapper {
    height: 223px;
    width: 396px;
  }
}
@media all and (max-width: 880px) {
  #contact .copyright .privacy {
    float: left;
  }
}
@media all and (max-width: 810px) {
  #contact .team .item {
    display: block;
  }
}
@media all and (max-width: 780px) {
  #header-section-1 .section-desc {
    position: relative;
    margin-top: 50px;
    width: 100%;
    font-size: 22.8px;
  }
  #header-section-1 .video-wrapper {
    position: relative;
    top: 0;
  }
  #header-section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #properties .section-desc ul.props .pests {
    display: block;
  }
}
@media all and (max-width: 750px) {
  #header .image-wrapper {
    text-align: center;
  }
  #header #btn-bifent {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 140px;
    bottom: -100px;
  }
  #header-section-1 .section-title {
    font-size: 41px;
  }
  #header-section-2 .right {
    position: relative !important;
    margin: 0 auto;
    min-width: 300px;
  }
  #header-section-2 .right .image-wrapper {
    position: relative;
    margin: 0 auto;
  }
  #header-section-2 .left {
    width: 100%;
    padding-top: 100px;
  }
  #header-section-2 .left ul li {
    margin: 10px 0;
  }
  #properties .image-wrapper {
    float: none;
    margin: 0 auto;
    min-width: 200px;
    bottom: 0;
  }
  #properties .image-wrapper .spray-image {
    height: 150px;
  }
  #properties .section-desc ul.benefits {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  #efficacy {
    overflow: hidden;
  }
  #efficacy #hand {
    min-width: 450px;
    margin-left: 0;
  }
  #spreading-effect .image-container ul li:first-child {
    padding-top: 140px;
  }
  #spreading-effect .image-container ul li:first-child .line {
    height: 140px;
  }
  #all-in-web .left {
    padding-right: 0;
  }
  #all-in-web #all-in-web-logo {
    position: relative;
    margin-bottom: 50px;
  }
  #all-in-web .section-title {
    margin-bottom: 50px;
  }
  #contact .copyright {
    text-align: left;
    line-height: 1.2;
  }
  #contact .copyright p {
    display: block;
    float: none;
  }
  #contact .copyright .privacy-policy {
    display: block;
    float: none;
    text-align: left;
    margin-top: 10px;
  }
}
@media all and (max-width: 650px) {
  #header-section-1 .section-desc {
    padding-left: 150px;
    background-size: 80px auto;
    background-position: left 35px center;
  }
}
@media all and (max-width: 500px) {
  #header-section-1 .section-desc {
    padding-left: 20px;
    padding-right: 20px;
    background-size: 80px auto;
    background-position: left 20px top 25px;
    padding-top: 120px;
  }
}
@media all and (max-width: 460px) {
  #header-section-1 .section-desc {
    position: relative;
    margin-top: 50px;
    width: 100%;
    font-size: 22.8px;
  }
  #header-section-1 .video-wrapper {
    position: relative;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #header-section-1 .video {
    background-color: transparent;
  }
}
@media all and (max-width: 400px) {
  #top {
    height: 60px;
  }
  #menu {
    top: 60px;
  }
  #top .logo {
    background-size: 120px;
    margin-top: 14px;
    height: 45px;
    width: 120px;
  }
  #top,
  #menu {
    background: rgba(0, 0, 0, 0.8);
  }
  #menu,
  #mobile,
  #lang-menu ul li {
    font-size: 16px;
  }
  #mobile {
    width: 115px;
    top: 0;
  }
  #change-language .lang-menu li::after {
    height: 12px;
  }
  #header {
    padding-top: 60px;
  }
  .section-title {
    font-size: 32.5px;
  }
  .section-desc {
    font-size: 18px !important;
  }
  #all-in-web .right {
    width: 100%;
  }
  #all-in-web .more-container .item {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #insects ul {
    padding: 50px 0 0;
  }
  #insects ul li.right .circle,
  #insects ul li.left .circle {
    width: 90px;
    height: 90px;
  }
  #insects ul li.right .line,
  #insects ul li.left .line {
    width: 50%;
  }
  #insects ul li.right .line .content,
  #insects ul li.left .line .content {
    font-size: 16px;
  }
  #insects ul li.right .line .content span,
  #insects ul li.left .line .content span {
    font-size: 14px;
  }
  #contact .contact-wrapper #map {
    height: 250px;
  }
  #contact .contact-wrapper .contact-information p,
  #contact .contact-wrapper .contact-information address {
    font-size: 16px;
  }
  #contact .copyright {
    font-size: 14px;
    margin-top: 100px;
  }
  #contact .team .item {
    font-size: 18px;
  }
}
/** @format */
.cookies-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 120px;
  padding-bottom: 70px;
  line-height: 1.5;
  position: relative;
}
.cookies-wrapper .side-wrapper {
  width: 78%;
  max-width: 1000px;
}
.cookies-wrapper .side-wrapper h3 {
  padding-top: 110px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.cookies-wrapper .side-wrapper ul {
  padding-left: 25px;
  padding-bottom: 10px;
}
.cookies-wrapper .side-wrapper a:hover {
  text-decoration: underline;
}
.cookies-wrapper .back-container {
  text-align: center;
}
.cookies-wrapper .back-container a:hover {
  text-decoration: none;
}

.btn-cookies {
  width: 45px;
  height: 45px;
  position: fixed;
  z-index: 99999;
  left: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 14px;
  background-image: url(../../img/settings-icon.png);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  padding: 0px;
}/*# sourceMappingURL=style.css.map */