@charset "UTF-8";
/* Scss Document */
/* Style ogolne */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../font/lato-latin-300-italic.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../font/lato-latin-300-italic.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../font/lato-latin-italic.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../font/lato-latin-italic.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../font/lato-latin-700-italic.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../font/lato-latin-700-italic.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../font/lato-latin-300.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../font/lato-latin-300.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../font/lato-latin-regular.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../font/lato-latin-regular.woff2") format("woff2");
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../font/lato-latin-700.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../font/lato-latin-700.woff2") format("woff2");
}
body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  min-width: 320px;
}
body.no-scroll {
  overflow: hidden;
}
body.block-scroll {
  position: fixed;
  overflow-y: scroll;
}
body.news-open::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(27, 27, 27, 0.8);
  z-index: 999;
  animation: fadein 0.3s ease-in forwards;
}
body.news-closing::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(27, 27, 27, 0.8);
  z-index: 999;
  animation: fadeout 0.3s ease-in forwards;
}

.hide {
  display: none;
}

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

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

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

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

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

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

.section-line {
  height: 9px;
}

.section-line.analytics {
  background: #778085;
}

.section-line.health_care {
  background: #74cff4;
}

.section-line.animal_health {
  background: #284e9e;
}

.section-line.crop {
  background: #94c335;
}

.section-line.pest {
  background: #f9943f;
}

.lp-screen-graphic {
  top: 65% !important;
  max-width: 280px !important;
  display: none !important;
}

.lp-screen-text {
  font-size: 18px !important;
  top: 70% !important;
}

.lp-screen {
  background-size: 64px !important;
}

.btn {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  min-width: 150px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

button {
  border: none;
  background: none;
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
  outline: none;
  height: auto;
  font-family: inherit;
}

.arrow-wrapper {
  position: relative;
  z-index: 3;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
  height: 22px;
  padding: 20px 0;
}
.arrow-wrapper .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  border-top: 2px solid #778085;
  border-right: 2px solid #778085;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
}
.arrow-wrapper .arrow:hover {
  cursor: pointer;
}
.arrow-wrapper .arrow.arrow-up {
  transform: rotate(-45deg);
  bottom: -8px;
}
.arrow-wrapper .arrow.arrow-down {
  transform: rotate(135deg);
}
.arrow-wrapper.hide-arrows {
  visibility: hidden !important;
  opacity: 0 !important;
}

.overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: inherit;
}
.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 9px solid #cccccc;
  border-top: 9px solid #f5f5f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.75s linear infinite;
  z-index: 2;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* END Style ogolne */
/* CSS Document */
/* Scss Document */
@keyframes slide-in-nav-item {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.slide-in-nav-item-delay-1 {
  animation: slide-in-nav-item 0.4s linear 1 0.2s both;
}

.slide-in-nav-item-delay-2 {
  animation: slide-in-nav-item 0.4s linear 1 0.4s both;
}

.slide-in-nav-item-delay-3 {
  animation: slide-in-nav-item 0.4s linear 1 0.6s both;
}

.slide-in-nav-item-delay-4 {
  animation: slide-in-nav-item 0.4s linear 1 0.8s both;
}

.slide-in-nav-item-delay-5 {
  animation: slide-in-nav-item 0.4s linear 1 1s both;
}

.slide-in-nav-item-delay-6 {
  animation: slide-in-nav-item 0.4s linear 1 1.2s both;
}

.slide-in-nav-item-delay-7 {
  animation: slide-in-nav-item 0.4s linear 1 1.4s both;
}

.slide-in-nav-item-delay-8 {
  animation: slide-in-nav-item 0.4s linear 1 1.6s both;
}

.slide-in-nav-item-delay-9 {
  animation: slide-in-nav-item 0.4s linear 1 1.8s both;
}

.slide-in-nav-item-delay-10 {
  animation: slide-in-nav-item 0.4s linear 1 2s both;
}

#lang-information {
  box-sizing: border-box;
  background-color: #000;
  position: sticky;
  z-index: 1005;
  color: #fff;
  overflow: hidden;
  display: none;
  top: 0;
}
#lang-information .content-wrapper {
  position: relative;
  padding: 27px 0;
  width: 90%;
  max-width: none;
  position: relative;
  text-align: right;
}
#lang-information .content-wrapper .content {
  display: inline-block;
  padding-right: 100px;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
}
#lang-information .content-wrapper a {
  color: inherit;
  text-decoration: underline;
}
#lang-information .content-wrapper .flag {
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  margin-left: 15px;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#lang-information .content-wrapper .flag img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#lang-information #lang-button-close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 25px;
  opacity: 0.7;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease-in;
}
#lang-information #lang-button-close:hover {
  opacity: 1;
}
#lang-information #lang-button-close:before,
#lang-information #lang-button-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #fff;
}
#lang-information #lang-button-close:before {
  transform: rotate(45deg);
}
#lang-information #lang-button-close:after {
  transform: rotate(-45deg);
}

.searchwp-live-search-results {
  z-index: 99999999 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  width: 80% !important;
  max-width: 800px !important;
  max-height: 800px !important;
}
.searchwp-live-search-results .searchwp-live-search-result {
  border-bottom: 1px solid #fff !important;
}
.searchwp-live-search-results .searchwp-live-search-result:last-child {
  border-bottom: none !important;
}
.searchwp-live-search-results img {
  height: auto;
  width: 30%;
  float: left;
  margin: 20px 2% 20px 0;
}
.searchwp-live-search-results a {
  color: #778085;
  white-space: normal !important;
  line-height: 18px;
}
.searchwp-live-search-results a span {
  margin-top: 50px;
  float: left;
  width: 68%;
}
.searchwp-live-search-results a span .title {
  float: none;
  font-size: 16px;
  font-weight: 700;
}

#mobile {
  overflow: hidden;
  display: none;
  width: 50px;
  height: 50px;
  align-self: center;
}

#menu_link {
  display: flex;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
#menu_link:hover span {
  background-color: #000;
}

#menu_link span {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #5c5c5c;
  transition: all 0.2s ease-in-out;
}

#menu_link span.close_1 { /* IE 9 */ /* Chrome, Safari, Opera */
  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 { /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 50%;
  margin: auto;
}

#top-wrapper.no-animate:after,
#top-wrapper.no-animate #top,
#top-wrapper.no-animate #logo-icb {
  transition: none;
}
#top-wrapper.no-animate::after {
  display: none;
}

#top-wrapper.no-background {
  background: transparent;
}
#top-wrapper.no-background #top {
  margin-top: 30px;
}
#top-wrapper.no-background #logo-icb {
  filter: brightness(0) invert(1);
}
#top-wrapper.no-background #logo-icb.no-filter {
  filter: none;
}
#top-wrapper.no-background #menu_link span {
  background-color: #fff;
}
#top-wrapper.no-background ul li a {
  color: #fff;
}
#top-wrapper.no-background ul li a:hover {
  text-decoration: underline;
}
#top-wrapper.no-background .search-wrapper #searchform label {
  color: #fff;
}
#top-wrapper.no-background .search-wrapper #searchform .input-wrapper {
  filter: brightness(0) invert(1);
}
#top-wrapper.no-background .search-wrapper #searchform input {
  border-color: #fff;
  color: #fff;
}
#top-wrapper.no-background .lang ul:hover {
  background-color: transparent;
}
#top-wrapper.no-background .lang ul li a {
  padding: 8px 20px;
}
#top-wrapper.no-background .lang ul li:hover ul {
  background-color: transparent;
}

#top-wrapper.no-margin #top {
  margin-top: 0;
}

#top-wrapper {
  position: fixed;
  z-index: 1002;
  width: 100%;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
#top-wrapper.bg-white {
  background-color: #fff;
  filter: none;
  height: auto;
}
#top-wrapper.bg-white #logo-icb,
#top-wrapper.bg-white .search-wrapper #searchform .input-wrapper {
  filter: none;
}
#top-wrapper.bg-white .search-wrapper #searchform input {
  border-color: #778085;
  color: #778085;
}
#top-wrapper.bg-white .search-wrapper #searchform label {
  color: #778085;
}
#top-wrapper.bg-white #menu_link span {
  background-color: #778085;
}
#top-wrapper.bg-white ul li a {
  color: #778085;
}
#top-wrapper.bg-white .lang {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-self: center;
  justify-content: center;
  font-size: 12px;
}
#top-wrapper.bg-white .lang ul {
  list-style: none;
}
#top-wrapper.bg-white .lang ul:hover {
  background-color: #f0f0f0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#top-wrapper.bg-white .lang ul li {
  position: relative;
}
#top-wrapper.bg-white .lang ul li:hover ul {
  display: block;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f0f0f0;
  z-index: 10;
}
#top-wrapper.bg-white .lang ul li:hover ul li:hover a {
  text-decoration: underline !important;
}
#top-wrapper.bg-white .lang ul li a {
  display: flex;
  flex-direction: row;
  width: 46px;
  justify-content: space-between;
  color: inherit;
  padding: 15px 20px;
}
#top-wrapper.bg-white .lang ul li a:hover {
  text-decoration: none !important;
}
#top-wrapper.bg-white .lang ul li a img {
  display: block;
}
#top-wrapper.bg-white .lang ul li ul {
  position: absolute;
  display: none;
}

#top {
  height: 60px;
  padding: 13px 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

#logo-icb {
  width: 132px;
  height: 100%;
  text-indent: -999em;
  transition: all 0.3s ease-in-out;
}
#logo-icb h1 {
  width: 100%;
  height: 100%;
}
#logo-icb h1 a {
  display: block;
  width: inherit;
  height: inherit;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

#menu {
  overflow: hidden;
  display: block;
  width: auto;
  flex-grow: 1;
}
#menu .current-menu-item > a {
  text-decoration: underline;
}
#menu .current-menu-ancestor > a {
  text-decoration: underline;
}
#menu .current-menu-ancestor .current-menu-parent > a {
  color: #000 !important;
}
#menu ul {
  display: flex;
  justify-content: flex-end;
}
#menu ul li {
  padding: 0 15px 0 30px;
  min-height: 61px;
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
}
#menu ul li.active {
  text-decoration: underline;
  color: #778085;
}
#menu ul li a {
  display: block;
  line-height: 60px;
  height: 100%;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#menu ul li .sub-menu-nav {
  display: none;
  position: relative;
  margin-bottom: 30px;
}
#menu ul li .sub-menu-nav span {
  display: block;
  position: absolute;
  left: 0;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  padding: 0 0 10px 15px;
  cursor: pointer;
}
#menu ul li .sub-menu-nav span:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 5px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #778085;
  border-right: 2px solid #778085;
  transform: rotate(-135deg);
}
#menu ul li .sub-menu-nav .sub-menu-title {
  margin: auto;
  text-align: center;
  color: #cdcdcd;
  font-weight: 700;
  font-style: italic;
}
#menu ul .standard-submenu .sub-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  max-height: 0;
  margin-top: 13px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
#menu ul .standard-submenu .sub-menu-container:hover {
  cursor: auto;
}
#menu ul .standard-submenu .sub-menu-container.open {
  max-height: 180px;
  z-index: 1;
  box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.1);
}
#menu ul .standard-submenu .sub-menu-container .sub-menu {
  padding: 0 5%;
  text-transform: lowercase;
  background: #fff;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-top: 1px solid #adb3b6;
}
#menu ul .standard-submenu .sub-menu-container .sub-menu li {
  letter-spacing: 0.25px;
  padding: 0;
}
#menu ul .standard-submenu .sub-menu-container .sub-menu li a {
  padding: 0 20px;
}
#menu ul .standard-submenu .sub-menu-container .sub-menu li:hover a {
  color: #000;
  text-decoration: underline;
}
#menu ul .company-products .sub-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  max-height: 0;
  margin-top: 13px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
#menu ul .company-products .sub-menu-container.open {
  max-height: 650px;
  box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.1);
}
#menu ul .company-products .sub-menu-container .sub-menu {
  max-height: 650px;
  height: calc(100vh - 200px);
  background: #fff;
  border-bottom: 1px solid #adb3b6;
}
#menu ul .company-products .sub-menu-container .sub-menu li {
  position: relative;
  flex: 1;
  padding: 0 !important;
  border-right: 1px solid #adb3b6;
  text-transform: none;
  letter-spacing: 0.25px;
  height: unset;
}
#menu ul .company-products .sub-menu-container .sub-menu li:last-child {
  border-right: 0;
}
#menu ul .company-products .sub-menu-container .sub-menu li a {
  display: block;
  position: relative;
  height: 60px;
  width: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  transition: all 0.3s ease-in-out;
}
#menu ul .company-products .sub-menu-container .sub-menu li a:hover::before {
  content: attr(title);
  position: absolute;
  width: 170px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: inherit;
  text-decoration: underline !important;
}
#menu ul .company-products .sub-menu-container .sub-menu li a:hover::after {
  content: ">";
  position: absolute;
  width: 170px;
  top: 0;
  left: 50%;
  transform: translateX(-6%) !important;
  z-index: 2;
}
#menu ul .company-products .sub-menu-container .sub-menu li .background {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100% - 60px);
  padding: 0 10%;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container {
  overflow-y: auto;
  z-index: 3;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container::-webkit-scrollbar {
  width: 4px;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container::-webkit-scrollbar-track {
  border-radius: 5px rgb(34, 35, 36);
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  max-height: unset;
  background-color: transparent;
  gap: 10px;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li {
  min-height: unset;
  border: 0;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li:hover a {
  text-decoration: underline;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a {
  height: auto;
  width: auto;
  padding: 5px 10px;
  text-align: left;
  color: #778085;
  background-color: transparent;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a::after {
  display: none;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a span {
  display: block;
  line-height: 14px;
  margin-top: 4px;
  font-size: 13px;
  color: #b6b4b4;
  transition: all 0.3s ease-in-out;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .arrow-wrapper .arrow-up {
  bottom: -5px;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .arrow-wrapper .arrow-down {
  top: -5px;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .arrow-wrapper .arrow::before {
  content: "";
  position: absolute;
  padding: 22px;
  right: -20px;
  bottom: -9px;
  transform: rotate(-135deg);
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .btn-wrapper {
  display: none;
  text-align: center;
  padding: 20px 0;
}
#menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .btn-wrapper .btn {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover {
  cursor: auto;
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover a {
  color: #fff;
  text-decoration: underline;
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover a::before {
  content: attr(title);
  position: absolute;
  width: 170px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: inherit;
  text-decoration: none;
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover a::after {
  content: ">";
  position: absolute;
  width: 170px;
  top: 0;
  left: 50%;
  transform: translateX(-10%);
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover .background {
  height: 100%;
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover .sub-menu-content-wrapper .arrow-wrapper .arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover .sub-menu-content-wrapper .nested-sub-menu-container::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a {
  color: #fff;
  text-decoration: none;
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a span {
  color: rgba(255, 255, 255, 0.6);
}
#menu ul .company-products .sub-menu-container .sub-menu li:hover .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a:hover {
  text-decoration: underline;
}
#menu ul .company-products .sub-menu-container .sub-menu li.health-care .background {
  background-color: #74cff4;
}
#menu ul .company-products .sub-menu-container .sub-menu li.health-care a {
  background-color: #74cff4;
}
#menu ul .company-products .sub-menu-container .sub-menu li.animal-health .background {
  background-color: #284e9e;
}
#menu ul .company-products .sub-menu-container .sub-menu li.animal-health a {
  background-color: #284e9e;
}
#menu ul .company-products .sub-menu-container .sub-menu li.crop-solutions .background {
  background-color: #94c335;
}
#menu ul .company-products .sub-menu-container .sub-menu li.crop-solutions a {
  background-color: #94c335;
}
#menu ul .company-products .sub-menu-container .sub-menu li.pest-innovations .background {
  background-color: #f9943f;
}
#menu ul .company-products .sub-menu-container .sub-menu li.pest-innovations a {
  background-color: #f9943f;
}

.search-wrapper {
  width: 325px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-self: center;
  justify-content: right;
}
.search-wrapper #searchform {
  height: 100%;
}
.search-wrapper #searchform label {
  font-size: 12px;
  color: #778085;
}
.search-wrapper #searchform input::-moz-placeholder {
  color: transparent;
  font-size: 12px;
  font-family: "lato", sans-serif;
}
.search-wrapper #searchform input::placeholder {
  color: transparent;
  font-size: 12px;
  font-family: "lato", sans-serif;
}
.search-wrapper #searchform .input-wrapper {
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  height: 30px;
  margin-left: 20px;
  color: #778085;
  font-size: 12px;
  background-color: transparent;
  position: relative;
}
.search-wrapper #searchform .input-wrapper:after {
  content: "";
  display: block;
  width: 13px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: rgba(0, 0, 0, 0) url(../img/rozne/lupe.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.search-wrapper #searchform .input-wrapper input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 5px 23px 5px 10px;
  border: 1px solid #778085;
  border-radius: 20px;
  font-size: 12px;
  color: #778085;
}

.lang {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-self: center;
  justify-content: center;
  font-size: 12px;
}
.lang ul {
  list-style: none;
}
.lang ul:hover {
  background-color: #f0f0f0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.lang ul li {
  position: relative;
}
.lang ul li:hover ul {
  display: block;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f0f0f0;
}
.lang ul li:hover ul li:hover a {
  text-decoration: underline !important;
}
.lang ul li a {
  display: flex;
  flex-direction: row;
  width: 46px;
  justify-content: space-between;
  color: inherit;
  padding: 15px 20px;
}
.lang ul li a:hover {
  text-decoration: none !important;
}
.lang ul li a img {
  display: block;
}
.lang ul li ul {
  position: absolute;
  display: none;
}

/* CSS Document */
#black-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}

#header.header-top-zero {
  top: 0;
  margin-bottom: 61px;
}

/* HEADER HOME */
#header.home {
  height: 90vh;
  min-height: 650px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#header.home .slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
}
#header.home .owl-dots {
  opacity: 0.5;
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in;
}
#header.home .owl-nav {
  opacity: 0.5;
  transition: all 0.3s ease-in;
}
#header.home:hover .owl-dots {
  opacity: 1;
}
#header.home:hover .owl-nav {
  opacity: 1;
}
#header.home .side-wrapper {
  position: relative;
}
#header.home #video-home-wrapper {
  transition: all 0.4s ease-in;
}
#header.home #video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#header.home #video-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
#header.home #video-home {
  width: 100%;
  margin-top: -50px;
}

#home-header-slider {
  height: 100%;
}
#home-header-slider .owl-carousel {
  transition: all 0.4s ease-in;
  height: 100%;
}
#home-header-slider .owl-stage-outer,
#home-header-slider .owl-stage,
#home-header-slider .owl-item {
  height: 100%;
}
#home-header-slider .owl-prev,
#home-header-slider .owl-next {
  position: absolute;
  top: 373px;
  width: 38px;
  height: 48px;
}
#home-header-slider .owl-next {
  background: url(../img/rozne/right-arrow-white.png) no-repeat;
  right: 3%;
}
#home-header-slider .owl-prev {
  background: url(../img/rozne/left-arrow-white.png) no-repeat;
  left: 3%;
}
#home-header-slider .item {
  height: 100%;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-self: center;
  justify-content: right;
}
#home-header-slider .item img {
  width: auto;
}
#home-header-slider .item .side-wrapper {
  align-self: center;
  height: auto;
  width: 90%;
}
#home-header-slider .item .desc-wrapper {
  display: block;
  box-sizing: border-box;
  max-width: 1200px;
  width: calc(90% - 400px);
  align-self: center;
  padding: 100px 0 100px;
}
#home-header-slider .item .desc-wrapper .desc {
  width: 100%;
  color: #fff;
}
#home-header-slider .item .desc-wrapper .desc .desc-text-wrapper {
  margin-bottom: 50px;
  text-shadow: 0px 0px 3px rgb(66, 68, 90);
}
#home-header-slider .item .desc-wrapper .desc .department-name {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#home-header-slider .item .desc-wrapper .desc .primary-text {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}
#home-header-slider .item .desc-wrapper .desc .secondary-text {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
#home-header-slider .item .desc-wrapper .desc .btn {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
#home-header-slider .item .desc-wrapper .desc .btn:hover {
  background-color: #fff;
  color: #778085;
}
#home-header-slider .item .desc-wrapper .desc #video-run {
  cursor: pointer;
}
#home-header-slider .item .desc-wrapper .desc .btn.more {
  border: 2px solid #fff;
}

/* END HEADER HOME */
#header {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6012780112) 0%, rgba(0, 0, 0, 0) 80%);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s ease-in;
  z-index: 1;
}
#header .side-wrapper {
  height: 500px;
  overflow: hidden;
  width: 90%;
  transition: all 0.2s ease-in;
}
#header .side-wrapper .content-wrapper {
  overflow: hidden;
  height: 100%;
}
#header .side-wrapper .header-text {
  font-size: 72px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  position: absolute;
  bottom: 0;
}
#header #video-home-wrapper {
  background: #fff;
  height: 100%;
  overflow: hidden;
}
#header #video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#header #video-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
#header #video-home {
  width: 100%;
  margin-top: -100px;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#header #video-run {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
  transition: all 0.4s ease-in;
}
#header #video-run:hover {
  transform: scale(1.1);
}

#breadcrumb {
  padding: 15px 0;
}
#breadcrumb .breadcrumb-container ol li a {
  font-weight: normal;
}
#breadcrumb .breadcrumb-container ol li a:hover {
  text-decoration: underline;
}
#breadcrumb .breadcrumb-container ol li:first-child a {
  padding-left: 0;
}

/* Error Page */
#header.error:after {
  display: none;
}

/* CSS Document */
.home .side-wrapper {
  width: 90%;
}

#section-1.home {
  padding: 100px 0;
  color: #778085;
}
#section-1.home .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 70px;
}
#section-1.home .box .content-wrapper {
  text-align: center;
}
#section-1.home .box .text-wrapper {
  width: 50%;
  align-self: center;
}
#section-1.home .box .image-wrapper {
  width: 50%;
}
#section-1.home .box .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-1.home .box:nth-child(1) img {
  margin-left: auto;
}
#section-1.home .box:nth-child(2) .image-wrapper {
  order: -1;
}
#section-1.home .box:nth-child(2) img {
  margin-right: auto;
}
#section-1.home .box:nth-child(3) {
  padding-top: 50px;
}
#section-1.home .box:nth-child(3) .header {
  padding: 50px 0;
}
#section-1.home .header {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
#section-1.home .header.small {
  font-size: 32px;
}
#section-1.home .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
#section-1.home .item-wrapper {
  padding: 50px 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
  font-size: 20px;
  font-weight: 400;
}
#section-1.home .item-wrapper .number {
  margin: 10px 0;
  font-size: 90px;
  font-weight: 900;
}
#section-1.home .item-wrapper .item {
  text-align: center;
  min-width: 280px;
}
#section-1.home .btn-wrapper {
  text-align: center;
}
#section-1.home .btn {
  border: 2px solid #778085;
  background-color: #778085;
  color: #fff;
}
#section-1.home .btn:hover {
  background-color: transparent;
  color: #778085;
}

#section-2.home {
  background-color: #f0f0f0;
  padding: 100px 0;
  color: #778085;
}
#section-2.home .header {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
}
#section-2.home .item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
  color: #fff;
  text-align: center;
}
#section-2.home .item-wrapper a {
  color: inherit;
}
#section-2.home .item-wrapper ul {
  list-style: none;
}
#section-2.home .item-wrapper .item {
  height: 626px;
  position: relative;
  box-sizing: border-box;
  padding: 50px 20px 40px;
  max-height: 80vh;
  min-height: 550px;
  width: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
#section-2.home .item-wrapper .item:after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 26.42%, rgba(0, 0, 0, 0) 70.15%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section-2.home .item-wrapper .item .courtain {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in;
}
#section-2.home .item-wrapper .item.health-care .courtain {
  background-color: #74cff4;
}
#section-2.home .item-wrapper .item.health-care .btn:hover {
  color: #74cff4;
}
#section-2.home .item-wrapper .item.crop-solutions .courtain {
  background-color: #94c335;
}
#section-2.home .item-wrapper .item.crop-solutions .btn:hover {
  color: #94c335;
}
#section-2.home .item-wrapper .item.animal-health .courtain {
  background-color: #284e9e;
}
#section-2.home .item-wrapper .item.animal-health .btn:hover {
  color: #284e9e;
}
#section-2.home .item-wrapper .item.pest-innovations .courtain {
  background-color: #f9943f;
}
#section-2.home .item-wrapper .item.pest-innovations .btn:hover {
  color: #f9943f;
}
#section-2.home .item-wrapper .item:hover .arrow-wrapper {
  visibility: visible;
  opacity: 1;
}
#section-2.home .item-wrapper .item:hover .menu_wrapper {
  visibility: visible;
  opacity: 1;
}
#section-2.home .item-wrapper .item:hover .courtain {
  height: 100%;
}
#section-2.home .item-wrapper .item:hover .btn-wrapper {
  visibility: visible;
  opacity: 1;
}
#section-2.home .item-wrapper .item_content {
  position: relative;
  z-index: 3;
}
#section-2.home .item-wrapper .department_name {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
}
#section-2.home .item-wrapper .department_desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
#section-2.home .item-wrapper .menu_wrapper {
  height: auto;
  overflow: auto;
  position: relative;
  z-index: 3;
  width: 100%;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}
#section-2.home .item-wrapper .menu_wrapper li {
  margin: 16px 0;
}
#section-2.home .item-wrapper .menu_wrapper li a:hover {
  text-decoration: underline;
}
#section-2.home .item-wrapper .menu_wrapper::-webkit-scrollbar {
  width: 4px;
}
#section-2.home .item-wrapper .menu_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
#section-2.home .item-wrapper .menu_wrapper::-webkit-scrollbar-track {
  border-radius: 5px;
}
#section-2.home .item-wrapper .arrow-wrapper {
  position: relative;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  height: 15px;
}
#section-2.home .item-wrapper .arrow-wrapper .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
}
#section-2.home .item-wrapper .arrow-wrapper .arrow:hover {
  cursor: pointer;
}
#section-2.home .item-wrapper .arrow-wrapper .arrow.arrow-up {
  transform: rotate(-45deg);
  bottom: -12px;
}
#section-2.home .item-wrapper .arrow-wrapper .arrow.arrow-down {
  transform: rotate(135deg);
  top: -12px;
}
#section-2.home .item-wrapper .arrow-wrapper.hide-arrows {
  visibility: hidden !important;
  opacity: 0 !important;
}
#section-2.home .item-wrapper .btn-wrapper {
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
#section-2.home .item-wrapper .btn {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
#section-2.home .item-wrapper .btn.more {
  border: 2px solid #fff;
}
#section-2.home .item-wrapper .btn:hover {
  background-color: #fff;
  color: #778085;
}

#section-3.home {
  padding: 100px 0;
  color: #778085;
}
#section-3.home .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
}
#section-3.home .box .content-wrapper {
  text-align: center;
}
#section-3.home .box .text-wrapper {
  width: 50%;
  align-self: center;
}
#section-3.home .box .image-wrapper {
  width: 50%;
}
#section-3.home .box .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-3.home .header {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
#section-3.home .header.small {
  font-size: 32px;
}
#section-3.home .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
#section-3.home .desc span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
}
#section-3.home .btn-wrapper {
  text-align: left;
  margin-top: 50px;
}
#section-3.home .btn {
  border: 2px solid #778085;
  background-color: #778085;
  color: #fff;
  line-height: 1;
  padding: 15px 20px;
  height: auto;
}
#section-3.home .btn:hover {
  background-color: transparent;
  color: #778085;
}

#news.home {
  background-color: #f0f0f0;
  padding: 100px 0;
}
#news.home .header {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #778085;
  text-align: center;
}
#news.home .news-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}
#news.home .news-wrapper .item-wrapper {
  height: auto;
  border: none;
  background-color: #fff;
}
#news.home .news-wrapper .item {
  margin: 0;
}
#news.home .news-wrapper .item img {
  border: none;
}
#news.home .news-wrapper .item .article-content {
  max-height: 200px;
  overflow: auto;
}
#news.home .news-wrapper .item .article-content::-webkit-scrollbar {
  width: 4px;
}
#news.home .news-wrapper .item .article-content::-webkit-scrollbar-thumb {
  background-color: #778085;
  border-radius: 10px;
}
#news.home .news-wrapper .item .article-content::-webkit-scrollbar-track {
  border-radius: 5px;
}
#news.home .btn-wrapper {
  text-align: center;
  margin-top: 100px;
}
#news.home .btn {
  border: 2px solid #778085;
  background-color: #778085;
  color: #fff;
}
#news.home .btn:hover {
  background-color: transparent;
  color: #778085;
}

#brand.home {
  padding: 100px 0 0;
}
#brand.home .header {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #778085;
  text-align: center;
}
#brand.home .brands-module {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
#brand.home .brands-logo-wrapper {
  width: 100%;
}
#brand.home .filter-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.3s ease-in;
}
#brand.home .filter-wrapper .btn {
  border: 2px solid #9aa3a8;
  color: #9aa3a8;
  text-transform: capitalize;
  line-height: 1;
  font-size: 16px;
  min-width: auto;
  min-width: 80px;
}
#brand.home .filter-wrapper .btn.health-care:hover, #brand.home .filter-wrapper .btn.health-care.active {
  background-color: #74cff4;
  border-color: #74cff4;
  color: #fff;
}
#brand.home .filter-wrapper .btn.animal-health:hover, #brand.home .filter-wrapper .btn.animal-health.active {
  background-color: #284e9e;
  border-color: #284e9e;
  color: #fff;
}
#brand.home .filter-wrapper .btn.crop-solutions:hover, #brand.home .filter-wrapper .btn.crop-solutions.active {
  background-color: #94c335;
  border-color: #94c335;
  color: #fff;
}
#brand.home .filter-wrapper .btn.pest-innovations:hover, #brand.home .filter-wrapper .btn.pest-innovations.active {
  background-color: #f9943f;
  border-color: #f9943f;
  color: #fff;
}
#brand.home .filter-wrapper .btn.all {
  text-transform: lowercase;
}
#brand.home .filter-wrapper .btn.all:hover, #brand.home .filter-wrapper .btn.all.active {
  color: #fff;
  background-color: #778085;
  border-color: #778085;
}
#brand.home .brands-informations-wrapper {
  width: 45%;
  transition: all 0.2s ease-in;
}
#brand.home .brands-informations-wrapper.all {
  background-color: #f5f5f5;
  color: #778085;
  min-height: 480px;
}
#brand.home .brands-informations-wrapper.all .btn:hover {
  color: #f5f5f5;
}
#brand.home .brands-informations-wrapper.health-care {
  background-color: #74cff4;
  color: #fff;
}
#brand.home .brands-informations-wrapper.health-care::after {
  border-top-color: #74cff4;
}
#brand.home .brands-informations-wrapper.health-care .btn:hover {
  color: #74cff4;
}
#brand.home .brands-informations-wrapper.animal-health {
  background-color: #284e9e;
  color: #fff;
}
#brand.home .brands-informations-wrapper.animal-health::after {
  border-top-color: #284e9e;
}
#brand.home .brands-informations-wrapper.animal-health .btn:hover {
  color: #284e9e;
}
#brand.home .brands-informations-wrapper.crop-solutions {
  background-color: #94c335;
  color: #fff;
}
#brand.home .brands-informations-wrapper.crop-solutions::after {
  border-top-color: #94c335;
}
#brand.home .brands-informations-wrapper.crop-solutions .btn:hover {
  color: #94c335;
}
#brand.home .brands-informations-wrapper.pest-innovations {
  background-color: #f9943f;
  color: #fff;
}
#brand.home .brands-informations-wrapper.pest-innovations::after {
  border-top-color: #f9943f;
}
#brand.home .brands-informations-wrapper.pest-innovations .btn:hover {
  color: #f9943f;
}
#brand.home .logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  overflow: auto;
  padding: 10px;
}
#brand.home .logo-wrapper::-webkit-scrollbar {
  width: 4px;
}
#brand.home .logo-wrapper::-webkit-scrollbar-thumb {
  background-color: #778085;
  border-radius: 10px;
}
#brand.home .logo-wrapper::-webkit-scrollbar-track {
  border-radius: 5px;
}
#brand.home .logo-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  width: 180px;
  height: 130px;
  border-radius: 20px;
  border: 1px solid #cbdbdd;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: box-shadow 0.3s ease-in-out;
}
#brand.home .logo-wrapper a.active {
  opacity: 1;
  filter: none;
}
#brand.home .logo-wrapper a:hover, #brand.home .logo-wrapper a.focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  filter: none;
}
#brand.home .logo-wrapper a.active {
  opacity: 1;
  filter: none;
  order: -1;
}
#brand.home .logo-wrapper a.active-important {
  opacity: 1;
  filter: none;
  order: -11;
}
#brand.home .logo-wrapper a span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#brand.home .brands-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1003;
  display: none;
}
#brand.home .brands-informations-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1004;
  box-sizing: border-box;
  padding: 40px 50px;
  width: 40%;
  color: #fff;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(101%);
  transition: all 0.3s ease-in-out;
}
#brand.home .brands-informations-wrapper #close-brands-informations-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#brand.home .brands-informations-wrapper #close-brands-informations-wrapper:hover {
  opacity: 1;
}
#brand.home .brands-informations-wrapper #close-brands-informations-wrapper:before,
#brand.home .brands-informations-wrapper #close-brands-informations-wrapper:after {
  position: absolute;
  left: 18px;
  top: 6px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #fff;
}
#brand.home .brands-informations-wrapper #close-brands-informations-wrapper:before {
  transform: rotate(45deg);
}
#brand.home .brands-informations-wrapper #close-brands-informations-wrapper:after {
  transform: rotate(-45deg);
}
#brand.home .brands-informations-wrapper.active {
  transform: translateX(0px);
}
#brand.home .brands-informations-wrapper .product-content-wrapper::-webkit-scrollbar {
  width: 4px !important;
}
#brand.home .brands-informations-wrapper .product-content-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6) !important;
}
#brand.home .brands-informations-wrapper .product-content-wrapper,
#brand.home .brands-informations-wrapper .brand-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px 0;
  overflow-y: auto;
  height: 100%;
}
#brand.home .brands-informations-wrapper .product-content-wrapper .department-name,
#brand.home .brands-informations-wrapper .brand-content-wrapper .department-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
#brand.home .brands-informations-wrapper .product-content-wrapper .product-name,
#brand.home .brands-informations-wrapper .product-content-wrapper .title,
#brand.home .brands-informations-wrapper .brand-content-wrapper .product-name,
#brand.home .brands-informations-wrapper .brand-content-wrapper .title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}
#brand.home .brands-informations-wrapper .product-content-wrapper .title,
#brand.home .brands-informations-wrapper .brand-content-wrapper .title {
  line-height: 42px;
  margin-bottom: 30px;
}
#brand.home .brands-informations-wrapper .product-content-wrapper .product-desc,
#brand.home .brands-informations-wrapper .product-content-wrapper .desc,
#brand.home .brands-informations-wrapper .brand-content-wrapper .product-desc,
#brand.home .brands-informations-wrapper .brand-content-wrapper .desc {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
#brand.home .brands-informations-wrapper .product-content-wrapper .product-content,
#brand.home .brands-informations-wrapper .brand-content-wrapper .product-content {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
#brand.home .brands-informations-wrapper .product-content-wrapper .product-image,
#brand.home .brands-informations-wrapper .brand-content-wrapper .product-image {
  width: 40%;
  height: 100%;
  display: flex;
  min-height: 300px;
}
#brand.home .brands-informations-wrapper .product-content-wrapper .product-image img,
#brand.home .brands-informations-wrapper .brand-content-wrapper .product-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#brand.home .brands-informations-wrapper .btn {
  border: 2px solid #fff;
  min-width: 80px;
  text-transform: lowercase;
  margin-bottom: 30px;
}
#brand.home .brands-informations-wrapper .btn:hover {
  background-color: #fff;
}
#brand.home .brands-informations-wrapper a {
  color: inherit;
}
#brand.home .brands-informations-wrapper .product-menu ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  list-style: none;
  align-items: center;
  text-align: center;
}
#brand.home .brands-informations-wrapper .product-menu ul li:hover {
  text-decoration: underline;
}
#brand.home .brands-informations-wrapper .brand-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  position: static;
}
#brand.home .brands-informations-wrapper .brand-nav .next {
  padding-right: 20px;
  background-image: url(../img/rozne/right-arrow-white.svg);
  background-size: 7px 12px;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: right;
}
#brand.home .brands-informations-wrapper .brand-nav .next:hover {
  text-decoration: underline;
}
#brand.home .brands-informations-wrapper .brand-nav .prev {
  padding-left: 20px;
  background-image: url(../img/rozne/left-arrow-white.svg);
  background-size: 7px 12px;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#brand.home .brands-informations-wrapper .brand-nav .prev:hover {
  text-decoration: underline;
}
#brand.home .overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#brand.home .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 9px solid #cccccc;
  border-top: 9px solid #f5f5f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.75s linear infinite;
  z-index: 2;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* CSS Document */
#section-1.people {
  padding: 100px 0 50px;
  color: #778085;
}
#section-1.people .text-wrapper {
  text-align: center;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
#section-1.people .header {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}
#section-1.people .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

#person-1 {
  border-top: 1px solid #9aa3a8;
}
#person-1 .side-wrapper {
  overflow: hidden;
  padding-top: 38px;
}
#person-1 .box {
  float: left;
  width: 33.333%;
  padding-bottom: 50px;
}
#person-1 .box .box-wrapper {
  max-width: 293px;
  width: 90%;
}
#person-1 .box .desc {
  color: #fff;
}
#person-1 .box .desc-content {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
#person-1 .box .image-wrapper {
  max-width: 293px;
  width: 100%;
  height: 288px;
  margin-top: -38px;
  display: block;
}
#person-1 .box .image-wrapper img {
  width: 100%;
  height: auto;
}
#person-1 .box .position {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 16px;
}
#person-1 .box .name {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.25px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
}
#person-1 .box.green {
  background: #94c335;
}
#person-1 .box.green .desc {
  color: #fff;
}
#person-1 .box.green .box-wrapper {
  margin: 0 auto;
}
#person-1 .box.blue {
  background: #74cff4;
}
#person-1 .box.blue .box-wrapper {
  margin: 0 10% 0 auto;
}
#person-1 .box.orange {
  background: #f9943f;
}
#person-1 .box.orange .box-wrapper {
  margin: 0 auto 0 10%;
}

#person-2 {
  margin-top: 38px;
  border-top: 1px solid #9aa3a8;
}
#person-2 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}
#person-2 .item {
  width: 280px;
  max-width: 100%;
  box-sizing: border-box;
  color: #778085;
  border: 1px solid #778085;
}
#person-2 .item .person-wrapper {
  position: relative;
}
#person-2 .item .person-wrapper .image-wrapper {
  display: block;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-top: -1px;
  background-size: cover;
  aspect-ratio: 1/1;
}
#person-2 .item .person-wrapper .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#person-2 .item .person-wrapper .desc {
  padding: 30px 10% 30px 10%;
  z-index: 2;
  position: relative;
}
#person-2 .item .person-wrapper .line {
  height: 9px;
  background: #778085;
  position: static;
}
#person-2 .item .person-wrapper .position {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#person-2 .item .person-wrapper .name {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  font-style: italic;
}
#person-2 .item .person-wrapper .desc-content {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-top: 36px;
  max-height: 50px;
  overflow: hidden;
  display: none;
}
#person-2 .item .person-wrapper a.btn.more,
#person-2 .item .person-wrapper a.btn.fold {
  font-size: 12.5px;
  color: #778085;
  font-style: italic;
  font-weight: 400;
  display: none;
  height: 32px;
  line-height: 32px;
  border-top: 1px solid #a7adb0;
  margin-top: 25px;
  cursor: pointer;
}
#person-2 .item .person-wrapper a.btn.more {
  background: url(../img/rozne/arrow-down.png) no-repeat;
  background-position: left center;
  padding-left: 20px;
  background-size: 12px 10px;
}
#person-2 .item .person-wrapper a.btn.fold {
  display: none;
  background: url(../img/rozne/arrow-up.png) no-repeat;
  background-position: left center;
  padding-left: 20px;
  background-size: 12px 10px;
}

/* New style to page-ludzie-new */
#person {
  padding-top: 50px;
}
#person .item-wrapper:first-child {
  margin-bottom: 50px;
}
#person .item-wrapper:first-child .item {
  display: flex;
  width: 33.333%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  align-items: flex-end;
}
#person .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#person .item {
  display: flex;
  width: 25%;
  aspect-ratio: 3/4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  align-items: flex-end;
}
#person .item-desc-wrapper {
  width: 100%;
  color: #fff;
  font-weight: 700;
  padding: 50px 10% 25px;
  box-sizing: border-box;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#person .name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
#person .position {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.4;
  min-height: 40px;
}

/* CSS Document */
.side-wrapper.section {
  overflow: hidden;
  margin-top: -6px;
  max-width: 2500px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

#section-menu {
  transition: all 0.3s ease-in-out;
  padding-top: 87px;
  max-width: 2500px;
  margin: 0 auto;
}

#section-menu.more-margin {
  margin-top: 100px;
}

#section-menu {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#section-menu .content-wrapper {
  width: 100%;
  max-width: 1500px;
}
#section-menu .line-wrapper {
  position: relative;
  z-index: -1;
}
#section-menu .line {
  height: 1px;
  background: #9aa3a8;
  width: 100%;
  position: absolute;
  top: 43px;
}
#section-menu ul li {
  width: 17.5%;
  float: left;
  list-style: none;
  height: 43px;
  display: block;
  text-align: center;
  background: #fff;
  transition: all 0.2s ease-in;
}
#section-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #80878c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease-in;
  padding-bottom: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-menu ul li.active {
  width: 30%;
}
#section-menu ul li.active a {
  color: #fff;
}
#section-menu ul .animal-health {
  background-size: 0px !important;
  border-bottom: 7px solid #284e9e;
  background-repeat: no-repeat;
}
#section-menu ul .animal-health:hover {
  background: #284e9e;
  background-size: 0px;
}
#section-menu ul .animal-health:hover a {
  color: #fff;
}
#section-menu ul .health-care {
  background-size: 0px !important;
  border-bottom: 7px solid #74cff4;
  background-repeat: no-repeat;
}
#section-menu ul .health-care:hover {
  background: #74cff4;
  background-size: 0px;
}
#section-menu ul .health-care:hover a {
  color: #fff;
}
#section-menu ul .crop {
  background-size: 0px !important;
  border-bottom: 7px solid #94c335;
  background-repeat: no-repeat;
}
#section-menu ul .crop:hover {
  background: #94c335;
  background-size: 0px;
}
#section-menu ul .crop:hover a {
  color: #fff;
}
#section-menu ul .pest {
  background-size: 0px !important;
  border-bottom: 7px solid #f9943f;
  background-repeat: no-repeat;
}
#section-menu ul .pest:hover {
  background: #f9943f;
  background-size: 0px;
}
#section-menu ul .pest:hover a {
  color: #fff;
}
#section-menu ul .analytics {
  background-size: 0px !important;
  border-bottom: 7px solid #d2e2eb;
  background-repeat: no-repeat;
}
#section-menu ul .analytics:hover {
  background: #d2e2eb;
  background-size: 0px;
}

#section-sidebar {
  float: left;
  width: 30%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#section-sidebar .content-wrapper {
  width: 66.666666%;
  margin-right: 0;
}
#section-sidebar .menu-sidebar-wrapper {
  overflow: hidden;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar.download ul li {
  border: none;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar.download ul li a {
  background: url("../img/rozne/pdf-ico-grey.png") no-repeat;
  background-size: 30px auto;
  background-position: left top;
  min-height: 30px;
  padding-top: 6px;
  padding-left: 40px;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar .menu-title {
  line-height: 24px;
  color: #778085;
  font-size: 12.5px;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 10%;
  margin-right: 5%;
  letter-spacing: 0.25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #adb3b6;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul {
  border: none;
  width: 85%;
  margin-left: 10%;
  margin-right: 5%;
  list-style: none;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #adb3b6;
  cursor: pointer;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li a,
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .multi-product-solution {
  background: url(../img/rozne/right-arrow-grey.png) no-repeat;
  background-position: right center;
  background-size: 10px 12px;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #778085;
  display: block;
  line-height: 16px;
  min-height: 18px;
  letter-spacing: 0.25px;
  padding: 6px 20px 5px 0;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li a:hover,
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .multi-product-solution:hover {
  color: #000;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li a.active,
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .multi-product-solution.active {
  color: #000 !important;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .multi-product-solution {
  background-position: right 10px;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li:hover a, #section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li:hover p {
  color: #000;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu {
  display: none;
  margin: 5px 0 0 10%;
  width: 90%;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li {
  border-bottom: none;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li a,
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li p {
  font-size: 12px;
  color: #778085;
  background: none;
}
#section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li:hover a, #section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li:hover p {
  color: #000;
}
#section-sidebar .contact-sidebar-wrapper {
  overflow: hidden;
  padding-bottom: 100px;
  height: 100%;
}
#section-sidebar .contact-sidebar-wrapper .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.25px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item {
  width: 85%;
  margin: 50px 5% 0 10%;
}
#section-sidebar .contact-sidebar-wrapper .contact-item:hover .image-wrapper img {
  width: 106%;
  margin-left: -3%;
}
#section-sidebar .contact-sidebar-wrapper .contact-item:hover .image-wrapper div {
  transform: scale(1.05);
  margin-top: 3px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .image-wrapper {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-height: 140px;
  display: block;
  height: 140px;
  width: 140px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .image-wrapper div {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.2s ease-in;
  background-size: cover;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .image-wrapper img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc {
  font-size: 14px;
  color: #fff;
  margin-top: 28px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc .position {
  font-weight: 900;
  font-style: italic;
  line-height: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc .science-title {
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: none;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc .name {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 8px;
  padding-top: 6px;
  margin-bottom: 20px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc .phone {
  font-weight: 700;
  margin-top: 10px;
  background: url(../img/rozne/phone-ico.png) no-repeat;
  background-position: left;
  background-size: 17px 17px;
  line-height: 17px;
  padding-left: 30px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc .phone a {
  color: #fff;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc .phone.mobile {
  background: url(../img/rozne/phone-mobile-ico.png) no-repeat;
  background-position: left;
  background-size: 17px 17px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc .mail {
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  background: url(../img/rozne/mail-ico.png) no-repeat;
  background-position: left;
  background-size: 18px 13px;
  padding-left: 30px;
  line-height: 13px;
}
#section-sidebar .contact-sidebar-wrapper .contact-item .contact-desc .mail a {
  color: #fff;
}

#section-content {
  background: #f7f8f8;
  float: right;
  width: 70%;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  box-sizing: border-box;
}
#section-content .menu-sidebar-wrapper {
  display: none;
  overflow: hidden;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar.download ul li {
  border: none;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar.download ul li a {
  background: url("../img/rozne/pdf-ico-grey.png") no-repeat;
  background-size: 30px auto;
  background-position: left top;
  min-height: 30px;
  padding-top: 6px;
  padding-left: 40px;
  max-width: 400px;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar .menu-title {
  line-height: 24px;
  color: #778085;
  font-size: 12.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #adb3b6;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul {
  border: none;
  width: 100%;
  list-style: none;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #adb3b6;
  padding-top: 8px;
  padding-bottom: 5px;
  cursor: pointer;
  /*			&:hover .sub-menu{
  		display: block;
  	}*/
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li:hover a,
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li:hover p {
  color: #000;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li a,
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li .multi-product-solution {
  background: url(../img/rozne/right-arrow-grey.png) no-repeat;
  background-position: right 0;
  background-size: 10px 12px;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #778085;
  display: block;
  line-height: 16px;
  min-height: 18px;
  padding-right: 20px;
  letter-spacing: 0.25px;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li p {
  height: 0;
  margin: 0 !important;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li .multi-product-solution {
  margin: 0 !important;
  height: auto;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu {
  display: none;
  margin-right: 0;
  width: 90%;
  margin-left: auto;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li {
  border-bottom: none;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li a,
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li p {
  font-size: 12px;
  color: #778085;
}
#section-content .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li:hover a, #section-content .menu-sidebar-wrapper .section-menu-sidebar ul li .sub-menu li:hover p {
  color: #000;
}
#section-content .content-text-wrapper {
  width: 90%;
  margin: 0 auto;
}
#section-content .text-wrapper {
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 900px;
}
#section-content .text-wrapper a {
  color: #53595d;
  font-weight: 700;
  transition: all 0.2s ease-in;
}
#section-content .text-wrapper a:hover {
  color: #778085;
}
#section-content .text-wrapper .pdf-download {
  display: inline-block;
  background: url(../img/rozne/pdf-ico-grey.png) no-repeat;
  background-size: 59px 59px;
  background-position: left center;
  padding: 30px 0 30px 79px;
}
#section-content .text-wrapper img {
  max-width: 100%;
  height: auto;
}
#section-content .text-wrapper .link {
  /*	padding-bottom: 22px;
  display: block;
  max-width: 300px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: url(../img/rozne/link-ico.png)no-repeat;
  background-position: center 80%;
  background-color: $color-gray;
  background-size: 26px;*/
  padding-bottom: 18px;
  display: block;
  color: #778085;
  text-align: center;
  font-size: 16px;
  background: url(../img/rozne/link-ico.png) no-repeat;
  background-position: center 85%;
  background-color: none;
  background-size: 20px;
  transition: all 0.2s ease-in;
}
#section-content .text-wrapper .link:hover {
  background: url(../img/rozne/link-ico.png) no-repeat;
  background-position: center 85%;
  background-size: 20px;
  background-color: #778085;
  color: #fff;
}
#section-content .text-wrapper .link img {
  margin-bottom: 40px;
  margin: 0 auto 35px;
  display: block;
  padding-top: 35px;
}
#section-content .desc {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  margin: 28px 0;
}
#section-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 19px;
  margin: 15px 0;
  font-style: normal;
}
#section-content .owl-carousel {
  padding: 20px 0;
}
#section-content .owl-carousel .owl-stage {
  margin: 0 auto;
  padding: 20px 0;
}
#section-content .owl-carousel .item {
  height: 150px;
  cursor: pointer;
}
#section-content .owl-carousel .item:hover .image-wrapper .active {
  display: block;
}
#section-content .owl-carousel .image-wrapper {
  display: block;
  height: 100%;
  position: relative;
}
#section-content .owl-carousel .image-wrapper .active {
  display: none;
  z-index: 2;
}
#section-content .owl-carousel .image-wrapper img {
  display: block;
  width: 70%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
#section-content #department-logo {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  row-gap: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 900px;
  padding: 20px 0;
}
#section-content #department-logo .owl-stage {
  margin: 0 auto;
  padding: 20px 0;
}
#section-content #department-logo .item {
  width: 180px;
}
#section-content #department-logo .item:hover img {
  filter: none;
  opacity: 1;
}
#section-content #department-logo .item img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.3;
}
#section-content #section-content-header {
  margin-right: 0;
  margin-left: auto;
  width: 70%;
}
#section-content #section-content-header {
  height: 473px;
  width: 100%;
  overflow: hidden;
}
#section-content #section-content-header h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 30px auto 0;
  width: 90%;
}
#section-content #section-content-header h1 span {
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
}

/*Animal Health */
#section-content.animal-health #section-content-header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#section-content.animal-health.products #section-content-header {
  background: none;
}

#section-sidebar.animal-health .contact-sidebar-wrapper {
  background: #284e9e;
}

#section-menu ul .animal-health.active {
  background: #284e9e;
  border-bottom: 7px solid #a9c2f7;
}

#section-sidebar.animal-health .menu-sidebar-wrapper {
  background: url(../img/background/animal-sidebar-bg.png) repeat-x;
  background-position: left top;
}

#section-content.animal-health .text-wrapper {
  color: #284e9e;
}

.menu-sidebar-wrapper.animal-health {
  background: #fff url(../img/background/animal-sidebar-bg.png) repeat-x;
  background-position: left top;
}

/* END Health Care */
/* Health Care */
#section-content.health-care #section-content-header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#section-content.health-care.products #section-content-header {
  background: none;
}

#section-sidebar.health-care .contact-sidebar-wrapper {
  background: #74cff4;
}

#section-menu ul .health-care.active {
  background: #74cff4;
  border-bottom: 7px solid #a6e0f8;
}

#section-sidebar.health-care .menu-sidebar-wrapper {
  background: url(../img/background/health-sidebar-bg.png) repeat-x;
  background-position: left top;
}

#section-content.health-care .text-wrapper {
  color: #74cff4;
}

.menu-sidebar-wrapper.health-care {
  background: #fff url(../img/background/health-sidebar-bg.png) repeat-x;
  background-position: left top;
}

/* END Health Care */
/* Pest */
#section-content.pest #section-content-header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#section-sidebar.pest .contact-sidebar-wrapper {
  background: #f9943f;
}

#section-menu ul .pest.active {
  background: #f9943f;
  border-bottom: 7px solid #fbbb84;
}

#section-sidebar.pest .menu-sidebar-wrapper {
  background: url(../img/background/pest-sidebar-bg.png) repeat-x;
  background-position: left top;
}

#section-content.pest .text-wrapper {
  color: #f9943f;
}

.menu-sidebar-wrapper.pest {
  background: #fff url(../img/background/pest-sidebar-bg.png) repeat-x;
  background-position: left top;
}

/* END Pest */
/* Crop */
#section-content.crop #section-content-header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#section-sidebar.crop .contact-sidebar-wrapper {
  background: #94c335;
}

#section-menu ul .crop.active {
  background: #94c335;
  border-bottom: 7px solid #b7d778;
}

#section-sidebar.crop .menu-sidebar-wrapper {
  background: url(../img/background/crop-sidebar-bg.png) repeat-x;
  background-position: left top;
}

#section-content.crop .text-wrapper {
  color: #94c335;
}

.menu-sidebar-wrapper.crop {
  background: #fff url(../img/background/crop-sidebar-bg.png) repeat-x;
  background-position: left top;
}

/* END Crop */
/* Analytics */
#header-analytics {
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-size: cover;
}
#header-analytics h1 {
  font-size: 42px;
  line-height: 45px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 30px auto 0;
  width: 90%;
}

#section-sidebar.analytics .contact-sidebar-wrapper {
  background: #d8dadc;
}

#section-menu ul .analytics.active {
  background: #778085;
  border-bottom: 7px solid #adafb0;
}

#section-sidebar.analytics .contact-sidebar-wrapper .title {
  color: #778085;
}

#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .position,
#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .name,
#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .phone,
#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .mail a {
  color: #778085;
}
#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .position {
  border-bottom: 1px solid #778085;
}
#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .phone {
  background: url(../img/rozne/phone-ico-gray.png) no-repeat;
  background-position: left;
  background-size: 17px 17px;
}
#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .phone a {
  color: #778085;
}
#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .phone.mobile {
  background: url(../img/rozne/phone-mobile-ico-gray.png) no-repeat;
  background-position: left;
  background-size: 17px 17px;
}
#section-sidebar.analytics .contact-sidebar-wrapper .contact-item .contact-desc .mail {
  background: url(../img/rozne/mail-ico-gray.png) no-repeat;
  background-position: left;
  background-size: 18px 13px;
}

#section-content.analytics .text-wrapper {
  margin-bottom: 10px;
}

#section-content.analytics .text-wrapper .btn {
  display: inline-block;
  margin: 30px 0;
  border: 2px solid #778085;
  color: #fff;
  background-color: #778085;
  font-weight: 900;
  font-style: normal;
}
#section-content.analytics .text-wrapper .btn:hover {
  background-color: transparent;
  color: #778085;
}

/* END Analytics */
/* Strona produktowa */
#section-content.products .text-wrapper h2 {
  margin-bottom: 28px;
}
#section-content.products .text-wrapper h3 {
  font-size: 14px;
  color: #000;
  line-height: 19px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
}
#section-content.products .text-wrapper p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-top: 15px;
}
#section-content.products .text-wrapper ul {
  margin-left: 20px;
}
#section-content.products .text-wrapper ul li {
  margin-top: 5px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
}
#section-content.products .text-wrapper a {
  color: #53595d;
  font-weight: 700;
  transition: all 0.2s ease-in;
}
#section-content.products .text-wrapper a:hover {
  color: #778085;
}
#section-content.products .text-wrapper .link {
  padding-bottom: 18px;
  display: block;
  color: #778085;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background: url(../img/rozne/link-ico.png) no-repeat;
  background-position: center 85%;
  background-color: none;
  background-size: 20px;
  transition: all 0.2s ease-in;
}
#section-content.products .text-wrapper .link:hover {
  background: url(../img/rozne/link-ico.png) no-repeat;
  background-position: center 85%;
  background-size: 20px;
  background-color: #778085;
  color: #fff;
}
#section-content.products .text-wrapper .link img {
  margin-bottom: 40px;
  margin: 0 auto 35px;
  display: block;
  padding-top: 35px;
}
#section-content.products .text-wrapper #filter-select-wrapper {
  padding: 30px 30px;
  background-color: #dddfe0;
}
#section-content.products .text-wrapper #filter-select-wrapper strong {
  color: #778085;
  font-style: normal;
  font-size: 16px;
}
#section-content.products .text-wrapper #filter-select {
  color: #778085;
  width: 300px;
  position: relative;
  background-color: #fff;
}
#section-content.products .text-wrapper #filter-select.open .arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 19px;
}
#section-content.products .text-wrapper #filter-select .arrow {
  display: block;
  border: solid #778085;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 15px;
}
#section-content.products .text-wrapper #filter-select ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  width: 100%;
  font-size: 16px;
}
#section-content.products .text-wrapper #filter-select ul li {
  display: block;
  margin-top: 0;
  border: 3px solid #778085;
  padding: 10px 40px 10px 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: rgba(119, 128, 133, 0.5843137255);
}
#section-content.products .text-wrapper #filter-select ul li p {
  display: inline !important;
}
#section-content.products .text-wrapper #filter-select ul li ul {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  top: 42px;
  box-shadow: 0px 2px 6px 0px rgba(64, 64, 64, 0.45);
  max-height: 285px;
  overflow: scroll;
}
#section-content.products .text-wrapper #filter-select ul li ul li {
  border: none;
  line-height: normal;
  padding: 0;
  background-image: none;
}
#section-content.products .text-wrapper #filter-select ul li ul li a {
  display: block;
  padding: 12px 20px;
}
#section-content.products .text-wrapper #filter-select ul li ul li:hover {
  background: #ccc;
  color: #fff;
}

#section-content.products #section-content-header {
  height: auto;
  min-height: 473px;
  padding: 0 5%;
  box-sizing: border-box;
}
#section-content.products #section-content-header .product-name-wrapper {
  border-bottom: 1px solid #778085;
  margin: 50px 0 15px;
  width: 97%;
  padding-bottom: 20px;
}
#section-content.products #section-content-header h1 {
  text-transform: none;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  font-size: 42px;
  margin: 0;
}
#section-content.products #section-content-header h1 a {
  font-size: 21px;
  color: #778085;
  display: block;
}
#section-content.products #section-content-header .left {
  width: 45%;
  float: left;
  margin: 0;
  /*		.video{
  	width: 100%;
  	margin-bottom: 50px;
  	iframe{
  		width: 100%;
  		height: 200px;
  	}
  }*/
}
#section-content.products #section-content-header .left .desc {
  border-bottom: 1px solid #778085;
  margin-top: 10px;
  padding-bottom: 25px;
}
#section-content.products #section-content-header .left ul {
  margin-bottom: 50px;
}
#section-content.products #section-content-header .left ul li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #778085;
  list-style: disc;
  margin-left: 20px;
  margin-top: 15px;
}
#section-content.products #section-content-header .right {
  width: 52%;
  float: right;
}
#section-content.products #section-content-header .right img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#section-content.animal-health.products #section-content-header {
  background: #fff;
}

#section-content.health-care.products #section-content-header {
  background: #fff;
}

#section-content.pest.products #section-content-header {
  background: #fff;
}

#section-content.crop.products #section-content-header {
  background: #fff;
}

/* END Strona produktowa */
/* MAPA - INTERAKTYWNA */
#map-poland {
  width: 100%;
  max-width: 540px;
  margin: 50px auto 0;
}

#section-content #demo-agents {
  display: none;
}
#section-content #demo-agents .land {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#section-content #demo-agents .agent-name,
#section-content #demo-agents .agent-phone {
  margin: 0;
  font-size: 16px;
}
#section-content #demo-agents .agent-phone {
  margin-bottom: 15px;
}
#section-content #demo-agents img {
  display: block;
  max-width: 80%;
  width: 150px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}

/* CSS Document */
.line-wrapper {
  position: relative;
  z-index: -1;
}

.line {
  height: 1px;
  background: #9aa3a8;
  width: 100%;
  position: absolute;
}

#about-content {
  padding-top: 1px;
}
#about-content .box {
  overflow: hidden;
}
#about-content .box img {
  width: auto;
  display: block;
}
#about-content .box .line {
  height: 1px;
  background: #9aa3a8;
  width: 100%;
  margin: 20px 0;
  position: static;
}
#about-content .box .box-content-wrapper {
  width: 90%;
  max-width: 410px;
  margin: 0 auto;
}
#about-content .box .box-content-wrapper .desc {
  color: #778085;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin: 70px 0;
}
#about-content .box .box-content-wrapper .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  margin-top: 50px;
  line-height: 36px;
}
#about-content .box .box-content-wrapper .content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
}
#about-content .box .left {
  width: 50%;
  float: left;
  overflow: hidden;
}
#about-content .box .right {
  width: 50%;
  float: left;
  overflow: hidden;
}
#about-content .box.one.introduction {
  background-color: #fff;
  display: block;
}
#about-content .box.one {
  background: #f0f0f1;
}
#about-content .box.two {
  background: #f5f6f6;
}
#about-content .box.two .right {
  float: right;
}
#about-content .box.three {
  background: #fff;
  position: relative;
}
#about-content .box.three .right {
  float: right;
}
#about-content .box.three .line {
  height: 1px;
  background: #9aa3a8;
  width: 85%;
  margin: 20px 15% 20px 0;
}
#about-content .box.three .logo {
  width: 161px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 32px;
}
#about-content .box.three .logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* CSS Document */
#info-wrapper-csr {
  overflow: hidden;
  padding: 100px 0;
}
#info-wrapper-csr .info.right {
  color: #778085;
  font-size: 21px;
  line-height: 28px;
  text-align: left;
  width: 50%;
  max-width: 740px;
  font-weight: 700;
  font-style: italic;
  float: left;
}
#info-wrapper-csr .info.right h1, #info-wrapper-csr .info.right h2, #info-wrapper-csr .info.right h3, #info-wrapper-csr .info.right h4, #info-wrapper-csr .info.right h5, #info-wrapper-csr .info.right h6, #info-wrapper-csr .info.right p {
  margin: 20px 0;
}
#info-wrapper-csr .info.left {
  color: #778085;
  font-size: 41px;
  line-height: 1.1;
  text-align: left;
  width: 45%;
  max-width: 740px;
  font-weight: 700;
  font-style: italic;
  float: left;
  margin-left: 2.5%;
  margin-top: 90px;
  margin-right: 2.5%;
}
#info-wrapper-csr .info.left .desc {
  font-size: 41px;
}

#csr-content {
  padding-top: 1px;
}
#csr-content .box {
  overflow: hidden;
  background: #f0f0f1;
}
#csr-content .box img {
  width: auto;
  display: block;
}
#csr-content .box .line {
  height: 1px;
  background: #9aa3a8;
  width: 100%;
  margin: 20px 0;
  position: static;
}
#csr-content .box .box-content-wrapper {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
}
#csr-content .box .box-content-wrapper .desc {
  color: #778085;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin: 70px 0;
}
#csr-content .box .box-content-wrapper .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  margin-top: 50px;
  line-height: 36px;
  margin: 70px 0;
}
#csr-content .box .box-content-wrapper .content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 50px 0 10px;
}
#csr-content .box .left {
  width: 50%;
  float: left;
  overflow: hidden;
}
#csr-content .box .right {
  width: 50%;
  float: right;
}
#csr-content .box.one {
  background: #fff;
}
#csr-content .box.two .right {
  float: right;
}
#csr-content .box.three {
  background: #f5f6f6;
  position: relative;
}
#csr-content .box.three .line {
  height: 1px;
  background: #9aa3a8;
  width: 85%;
  margin: 20px 15% 20px 0;
}
#csr-content .box.three .logo {
  width: 161px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 32px;
}
#csr-content .box.three .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#csr-content .box.four {
  background: #ffffff;
}

#more-info {
  overflow: hidden;
}
#more-info .side-wrapper {
  background: #8b9397;
  min-height: 352px;
  overflow: hidden;
}
#more-info .side-wrapper .desc {
  max-width: 875px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin-top: 60px;
}
#more-info .side-wrapper .btn-more-info {
  display: block;
  margin: 60px auto;
  max-width: 300px;
  width: 80%;
  min-height: 20px;
  border: 4px solid #fff;
  color: #fff;
  background: url(../img/rozne/btn-right-arrow.png) no-repeat;
  background-position: 95% center;
  padding-right: 5%;
  padding-left: 3%;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* CSS Document */
#info-wrapper {
  min-height: 483px;
  overflow: hidden;
}
#info-wrapper .info h2 {
  color: #778085;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  width: 90%;
  font-weight: 700;
  font-style: italic;
  margin: 60px auto 90px auto;
}
#info-wrapper .info-box {
  width: 33.333%;
  float: left;
  margin: 0px auto 50px auto;
}
#info-wrapper .info-box img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}
#info-wrapper .info-box .desc {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  margin-top: 40px;
  max-width: 285px;
}

#lab-content {
  padding-top: 1px;
}
#lab-content .box {
  overflow: hidden;
  background: #f0f0f1;
}
#lab-content .box img {
  width: auto;
  display: block;
}
#lab-content .box .line {
  height: 1px;
  background: #9aa3a8;
  width: 100%;
  margin: 20px 0;
  position: static;
}
#lab-content .box .box-content-wrapper {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
}
#lab-content .box .box-content-wrapper .desc {
  color: #778085;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin: 70px 0;
}
#lab-content .box .box-content-wrapper .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  margin-top: 50px;
  line-height: 36px;
  margin: 70px 0;
}
#lab-content .box .box-content-wrapper .content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
}
#lab-content .box .left {
  width: 50%;
  float: left;
  overflow: hidden;
}
#lab-content .box .right {
  width: 50%;
  float: left;
}
#lab-content .box.one {
  background: #fff;
}
#lab-content .box.two .right {
  float: right;
}
#lab-content .box.three {
  background: #f5f6f6;
  position: relative;
}
#lab-content .box.three .line {
  height: 1px;
  background: #9aa3a8;
  width: 85%;
  margin: 20px 15% 20px 0;
}
#lab-content .box.three .logo {
  width: 161px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 32px;
}
#lab-content .box.three .logo img {
  display: block;
  width: 100%;
  height: auto;
}

#partners-logo-section h1,
#partners-logo-section h2,
#partners-logo-section h3,
#partners-logo-section h4,
#partners-logo-section h5,
#partners-logo-section h6 {
  color: #778085;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  width: 90%;
  font-weight: 700;
  font-style: italic;
  margin: 60px auto 30px auto;
}
#partners-logo-section .line {
  left: 0;
  right: 0;
}
#partners-logo-section .owl-carousel {
  padding: 50px 0;
}
#partners-logo-section .owl-carousel .item {
  height: 180px;
  cursor: pointer;
}
#partners-logo-section .owl-carousel .item .image-wrapper {
  display: block;
  height: 100%;
  position: relative;
}
#partners-logo-section .owl-carousel .item .image-wrapper img {
  display: block;
  width: 60%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

#more-info {
  overflow: hidden;
}
#more-info .side-wrapper {
  background: #8b9397;
  min-height: 352px;
  overflow: hidden;
}
#more-info .side-wrapper .desc {
  max-width: 875px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin-top: 60px;
}
#more-info .side-wrapper .btn-wrapper {
  text-align: center;
}
#more-info .side-wrapper .btn {
  display: inline-block;
  margin: 60px auto;
  border: 2px solid #fff;
  color: #fff;
}
#more-info .side-wrapper .btn:hover {
  background-color: #fff;
  color: #778085;
}

/* CSS Document */
.side-wrapper.section.career {
  margin-top: 1px;
  background: #8b9397;
}
.side-wrapper.section.career .content-wrapper.content {
  width: 85%;
  max-width: 1200px;
  margin: 0 15% 0 0;
}
.side-wrapper.section.career .header-career {
  background: #fff;
  overflow: hidden;
}
.side-wrapper.section.career .header-career .content-wrapper.content {
  width: 80%;
  max-width: 1200px;
  margin: 0 15% 0 auto;
}

#section-sidebar.career .menu-sidebar-wrapper {
  background: url(../img/background/career-sidebar-bg.png) repeat-x;
  background-position: left top;
}

.menu-sidebar-wrapper.career {
  background: #fff url(../img/background/career-sidebar-bg.png) repeat-x;
  background-position: left top;
}

#section-sidebar.career .contact-sidebar-wrapper {
  background: #8b9397;
}
#section-sidebar.career .contact-sidebar-wrapper .contact-item {
  margin-top: 0;
}
#section-sidebar.career .contact-sidebar-wrapper .contact-item .contact-desc {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
#section-sidebar.career .contact-sidebar-wrapper .contact-item .contact-desc .desc {
  font-size: 14px;
  line-height: 24px;
}
#section-sidebar.career .contact-sidebar-wrapper .contact-item .contact-desc .mail {
  margin-top: 25px;
}

#section-content.career .header-career .text-wrapper {
  margin-top: 0;
}
#section-content.career .header-career .text-wrapper .title {
  font-size: 42px;
  color: #778085;
  border-bottom: 1px solid #778085;
  padding-top: 30px;
  padding-bottom: 25px;
}
#section-content.career .header-career .text-wrapper .content {
  margin: 30px 0;
}
#section-content.career .header-career .text-wrapper .content p {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0;
}
#section-content.career .header-career .text-wrapper .desc {
  border-top: 1px solid #778085;
  padding: 30px 0;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
#section-content.career .box {
  overflow: hidden;
}
#section-content.career .box .text-wrapper {
  margin-left: 12%;
  margin-top: 14px;
}
#section-content.career .box .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.career .box .desc {
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 5px;
}
#section-content.career .box .left {
  float: left;
  overflow: hidden;
  width: 50%;
}
#section-content.career .box .right {
  width: 50%;
  float: right;
  overflow: hidden;
}

/* WORK */
#work-position-choose-menu a {
  width: 50%;
  float: left;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px;
  height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 6px solid #7a7e81;
  margin-top: -46px;
  color: #7a7e81;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#work-position-choose-menu a:hover {
  background: #7a7e81;
  color: #fff;
}
#work-position-choose-menu #position-lider.active,
#work-position-choose-menu #position-production.active {
  background: #7a7e81;
  color: #fff;
  border-bottom: 6px solid #d8d8da;
}

#section-content.work .work-offer-position.lider {
  display: block;
  transition: all 0.2s ease-in;
}
#section-content.work .work-offer-position.production {
  display: none;
  transition: all 0.2s ease-in;
}
#section-content.work .header-career {
  padding-bottom: 40px;
}
#section-content.work .header-career .text-wrapper {
  margin-top: 0;
}
#section-content.work .header-career .text-wrapper .title {
  font-size: 42px;
  color: #778085;
  border-bottom: 1px solid #778085;
  padding-top: 30px;
  padding-bottom: 25px;
}
#section-content.work .header-career .text-wrapper .content {
  margin: 30px 0;
}
#section-content.work .header-career .text-wrapper .content p {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0;
}
#section-content.work .header-career .text-wrapper .desc {
  border-top: 1px solid #778085;
  padding: 30px 0;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
#section-content.work .header-career .text-wrapper a {
  color: #778085;
  cursor: pointer;
}
#section-content.work .box:last-child {
  border-bottom: none;
}
#section-content.work .box:first-child {
  border-bottom: 1px solid #adb3b6;
}
#section-content.work .box.active .left .position:after {
  top: 6px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
#section-content.work .box.null {
  border-bottom: none;
  width: 100%;
}
#section-content.work .box.null .left {
  width: 100%;
  cursor: default;
  padding: 32px 0;
}
#section-content.work .box.null .left:hover .position {
  opacity: 1;
}
#section-content.work .box.null .left .position {
  text-align: center;
}
#section-content.work .box.null .left .position:after {
  display: none;
}
#section-content.work .box {
  overflow: hidden;
  width: 90%;
  border-bottom: 1px solid #adb3b6;
}
#section-content.work .box .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.work .box .desc {
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 5px;
}
#section-content.work .box .left {
  width: 90%;
  cursor: pointer;
  padding: 32px 10% 32px 0;
}
#section-content.work .box .left:hover .position {
  opacity: 0.7;
}
#section-content.work .box .left .position {
  font-size: 22px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  transition: all 0.2s ease-in;
}
#section-content.work .box .left .position:after {
  content: "";
  border: solid #7a7e81;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -10%;
}
#section-content.work .box .right {
  width: 90%;
  overflow: hidden;
  padding: 0 5% 20px;
  display: none;
  margin-top: -20px;
}
#section-content.work .box .right h1,
#section-content.work .box .right h2,
#section-content.work .box .right h3,
#section-content.work .box .right h4,
#section-content.work .box .right h5,
#section-content.work .box .right h6 {
  font-style: 16px;
  margin: 20px 0;
}
#section-content.work .box .right ul {
  margin-left: 20px;
}
#section-content.work .box .right ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 19px;
  max-width: 880px;
  font-style: normal;
}

/* END WORK */
/* recruitment */
#section-content.recruitment {
  background: #fff;
}
#section-content.recruitment .btn-wrapper {
  text-align: center;
}
#section-content.recruitment .btn {
  display: inline-block;
  box-sizing: border-box;
  max-width: 90%;
  margin: 60px auto;
  border: 2px solid #778085;
  color: #fff;
  background-color: #778085;
  height: auto;
  line-height: 1.2;
  padding: 20px;
}
#section-content.recruitment .btn:hover {
  background-color: #fff;
  color: #778085;
}
#section-content.recruitment .content-wrapper.recruitment {
  width: 100%;
}
#section-content.recruitment .content-wrapper {
  width: 90%;
  margin: 0 auto;
}
#section-content.recruitment .content-wrapper h2.title {
  padding: 25px 0 35px 0;
  border-top: 1px solid #b1b3b2;
  font-size: 30px;
  color: #778085;
}
#section-content.recruitment .header-career .text-wrapper {
  margin-top: 0;
}
#section-content.recruitment .header-career .text-wrapper .title {
  font-size: 42px;
  color: #778085;
  border-bottom: 1px solid #778085;
  padding-top: 30px;
  padding-bottom: 25px;
}
#section-content.recruitment .header-career .text-wrapper .content {
  margin: 30px 0;
}
#section-content.recruitment .header-career .text-wrapper .content p {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0;
}
#section-content.recruitment .header-career .text-wrapper .desc {
  border-top: 1px solid #778085;
  padding: 30px 0;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
#section-content.recruitment .box:last-child {
  border-bottom: none;
}
#section-content.recruitment .box {
  overflow: hidden;
  width: 100%;
  padding: 32px 0;
  background: #f0f0f0;
  margin-bottom: 10px;
}
#section-content.recruitment .box .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.recruitment .box .desc {
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 5px;
}
#section-content.recruitment .box .left {
  width: 25%;
  float: left;
  overflow: hidden;
}
#section-content.recruitment .box .left img {
  display: block;
  margin: 0 auto;
}
#section-content.recruitment .box .right {
  width: 65%;
  float: left;
  overflow: hidden;
  padding: 0 5%;
}
#section-content.recruitment .box .right .position {
  font-size: 28px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #adb3b6;
  margin-top: 0;
  line-height: 32px;
}

/* END recruitment */
/* CSS Document */
.side-wrapper.section.career.auction {
  margin-top: 1px;
  padding-top: 1px;
}
.side-wrapper.section.career.auction .content-wrapper.content {
  width: 85%;
  max-width: 1200px;
  margin: 0 15% 0 0;
}
.side-wrapper.section.career.auction .header-career {
  background: #fff;
  overflow: hidden;
}
.side-wrapper.section.career.auction .header-career .content-wrapper.content {
  width: 80%;
  max-width: 1200px;
  margin: 0 15% 0 auto;
}

#section-sidebar.career.auction .menu-sidebar-wrapper {
  background: url(../img/background/career-sidebar-bg.png) repeat-x;
  background-position: left top;
}

.menu-sidebar-wrapper.career.auction {
  background: #fff url(../img/background/career-sidebar-bg.png) repeat-x;
  background-position: left top;
}

#section-sidebar.career.auction .contact-sidebar-wrapper {
  background: #8b9397;
}
#section-sidebar.career.auction .contact-sidebar-wrapper .contact-item {
  margin-top: 0;
}
#section-sidebar.career.auction .contact-sidebar-wrapper .contact-item .contact-desc {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
#section-sidebar.career.auction .contact-sidebar-wrapper .contact-item .contact-desc .desc {
  font-size: 14px;
  line-height: 24px;
}
#section-sidebar.career.auction .contact-sidebar-wrapper .contact-item .contact-desc .mail {
  margin-top: 25px;
}

#section-content.career.auction .header-career.auction .text-wrapper {
  margin-top: 0;
}
#section-content.career.auction .header-career.auction .text-wrapper .title {
  font-size: 42px;
  color: #778085;
  border-bottom: 1px solid #778085;
  padding-top: 30px;
  padding-bottom: 25px;
}
#section-content.career.auction .header-career.auction .text-wrapper .content {
  margin: 30px 0;
}
#section-content.career.auction .header-career.auction .text-wrapper .content p {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0;
}
#section-content.career.auction .header-career.auction .text-wrapper .desc {
  border-top: 1px solid #778085;
  padding: 30px 0;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
#section-content.career.auction .box {
  overflow: hidden;
}
#section-content.career.auction .box .text-wrapper {
  margin-left: 12%;
}
#section-content.career.auction .box .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.career.auction .box .desc {
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 5px;
}
#section-content.career.auction .box .left {
  float: left;
  overflow: hidden;
  width: 50%;
}
#section-content.career.auction .box .right {
  width: 50%;
  float: right;
  overflow: hidden;
}

/* WORK */
#work-position-choose-menu.auction a {
  width: 50%;
  float: left;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px;
  height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 6px solid #7a7e81;
  margin-top: -46px;
  color: #7a7e81;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#work-position-choose-menu.auction a:hover {
  background: #7a7e81;
  color: #fff;
}
#work-position-choose-menu.auction #position-lider.active,
#work-position-choose-menu.auction #position-production.active {
  background: #7a7e81;
  color: #fff;
  border-bottom: 6px solid #d8d8da;
}

#section-content.work.auction .work-offer-position.lider {
  display: block;
  transition: all 0.2s ease-in;
}
#section-content.work.auction .work-offer-position.production {
  display: none;
  transition: all 0.2s ease-in;
}
#section-content.work.auction .header-career.auction {
  padding-bottom: 40px;
}
#section-content.work.auction .header-career.auction .text-wrapper {
  margin-top: 0;
}
#section-content.work.auction .header-career.auction .text-wrapper .title {
  font-size: 42px;
  color: #778085;
  border-bottom: 1px solid #778085;
  padding-top: 30px;
  padding-bottom: 25px;
}
#section-content.work.auction .header-career.auction .text-wrapper .content {
  margin: 30px 0;
}
#section-content.work.auction .header-career.auction .text-wrapper .content h2,
#section-content.work.auction .header-career.auction .text-wrapper .content h3,
#section-content.work.auction .header-career.auction .text-wrapper .content h4,
#section-content.work.auction .header-career.auction .text-wrapper .content h5,
#section-content.work.auction .header-career.auction .text-wrapper .content h6 {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  margin: 40px 0 10px;
}
#section-content.work.auction .header-career.auction .text-wrapper .content p {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  color: #778085;
  font-weight: 400;
}
#section-content.work.auction .header-career.auction .text-wrapper .desc {
  border-top: 1px solid #778085;
  padding: 30px 0;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
#section-content.work.auction .header-career.auction .text-wrapper a {
  color: #778085;
  cursor: pointer;
}
#section-content.work.auction .auction-section-title {
  background: #fff;
  margin-top: 120px;
}
#section-content.work.auction .auction-section-title h2,
#section-content.work.auction .auction-section-title h3,
#section-content.work.auction .auction-section-title h4,
#section-content.work.auction .auction-section-title h5,
#section-content.work.auction .auction-section-title h6 {
  font-size: 30px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 30px;
}
#section-content.work.auction .box:last-child {
  border-bottom: none;
}
#section-content.work.auction .box:first-child {
  border-bottom: 1px solid #adb3b6;
}
#section-content.work.auction .box {
  overflow: hidden;
  width: 90%;
  padding: 32px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.work.auction .box .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.work.auction .box .desc {
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 5px;
}
#section-content.work.auction .box .left {
  width: 90%;
}
#section-content.work.auction .box .left .position {
  font-size: 22px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  line-height: 1.2;
}
#section-content.work.auction .box .right {
  width: 90%;
  overflow: hidden;
  padding: 0 5% 0 0;
  border-top: 1px solid #8b9397;
}
#section-content.work.auction .box .right h1,
#section-content.work.auction .box .right h2,
#section-content.work.auction .box .right h3,
#section-content.work.auction .box .right h4,
#section-content.work.auction .box .right h5,
#section-content.work.auction .box .right h6 {
  font-style: 16px;
  margin: 20px 0;
}
#section-content.work.auction .box .right ul {
  margin-left: 20px;
}
#section-content.work.auction .box .right ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 19px;
  max-width: 880px;
  font-style: normal;
}
#section-content.work.auction .box .right h3 {
  margin-top: 40px;
  font-size: 18px;
}
#section-content.work.auction .box .right h4 {
  margin-top: 40px;
  font-size: 14px;
  background: #dedede;
  padding: 20px 0 20px 20px;
  line-height: 1.4;
}
#section-content.work.auction .box .right p {
  margin-bottom: 0;
}
#section-content.work.auction .box .right ul {
  list-style: none;
}
#section-content.work.auction .box .right ol li ol {
  list-style: lower-latin;
}
#section-content.work.auction .box .right ul,
#section-content.work.auction .box .right ol {
  font-size: 14px;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#section-content.work.auction .box .right ul li,
#section-content.work.auction .box .right ol li {
  margin: 10px 0;
  line-height: 1.4;
}

/* END WORK */
/* recruitment */
#section-content.recruitment {
  background: #fff;
}
#section-content.recruitment .btn {
  display: inline-block;
  box-sizing: border-box;
  max-width: 90%;
  margin: 60px auto;
  border: 2px solid #778085;
  color: #fff;
  background-color: #778085;
  height: auto;
  line-height: 1.2;
  padding: 20px;
}
#section-content.recruitment .btn:hover {
  background-color: #fff;
  color: #778085;
}
#section-content.recruitment .content-wrapper.recruitment {
  width: 100%;
}
#section-content.recruitment .content-wrapper {
  width: 90%;
  margin: 0 auto;
}
#section-content.recruitment .content-wrapper h2.title {
  padding: 25px 0 35px 0;
  border-top: 1px solid #b1b3b2;
  font-size: 30px;
  color: #778085;
}
#section-content.recruitment .header-career.auction .text-wrapper {
  margin-top: 0;
}
#section-content.recruitment .header-career.auction .text-wrapper .title {
  font-size: 42px;
  color: #778085;
  border-bottom: 1px solid #778085;
  padding-top: 30px;
  padding-bottom: 25px;
}
#section-content.recruitment .header-career.auction .text-wrapper .content {
  margin: 30px 0;
}
#section-content.recruitment .header-career.auction .text-wrapper .content p {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0;
}
#section-content.recruitment .header-career.auction .text-wrapper .desc {
  border-top: 1px solid #778085;
  padding: 30px 0;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
#section-content.recruitment .box:last-child {
  border-bottom: none;
}
#section-content.recruitment .box {
  overflow: hidden;
  width: 100%;
  padding: 32px 0;
  background: #f0f0f0;
  margin-bottom: 10px;
}
#section-content.recruitment .box .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.recruitment .box .desc {
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 5px;
}
#section-content.recruitment .box .left {
  width: 25%;
  float: left;
  overflow: hidden;
}
#section-content.recruitment .box .left img {
  display: block;
  margin: 0 auto;
}
#section-content.recruitment .box .right {
  width: 65%;
  float: left;
  overflow: hidden;
  padding: 0 5%;
}
#section-content.recruitment .box .right .position {
  font-size: 28px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #adb3b6;
  margin-top: 0;
  line-height: 32px;
}

/* END recruitment */
/* CSS Document */
.side-wrapper.section.career.documents-site {
  margin-top: 1px;
}
.side-wrapper.section.career.documents-site #section-content {
  background: #fff;
}
.side-wrapper.section.career.documents-site .content-wrapper.content {
  width: 85%;
  max-width: 1200px;
  margin: 0 15% 0 0;
}
.side-wrapper.section.career.documents-site .header-career {
  background: #fff;
  overflow: hidden;
}
.side-wrapper.section.career.documents-site .header-career .content-wrapper.content {
  width: 80%;
  max-width: 1200px;
  margin: 0 15% 0 auto;
}
.side-wrapper.section.career.documents-site .header-career .content-wrapper.content a {
  color: #778085;
  text-decoration: underline;
}
.side-wrapper.section.career.documents-site .header-career .content-wrapper.content ul,
.side-wrapper.section.career.documents-site .header-career .content-wrapper.content ol {
  padding-left: 40px;
  margin: 30px 0;
  line-height: 19px;
}
.side-wrapper.section.career.documents-site .header-career .content-wrapper.content ul li,
.side-wrapper.section.career.documents-site .header-career .content-wrapper.content ol li {
  font-size: 14px;
  margin: 10px 0;
}

/* END Documents site menu */
/* CSS Document */
.side-wrapper.section.career.delivery .content-wrapper.content {
  width: 85%;
  max-width: 1200px;
  margin: 0 15% 0 0;
}
.side-wrapper.section.career.delivery .header-career {
  background: #fff;
  overflow: hidden;
}
.side-wrapper.section.career.delivery .header-career .content-wrapper.content {
  width: 80%;
  max-width: 1200px;
  margin: 0 15% 0 auto;
}

#section-sidebar.career.delivery .menu-sidebar-wrapper {
  background: url(../img/background/career-sidebar-bg.png) repeat-x;
  background-position: left top;
}

.menu-sidebar-wrapper.career.delivery {
  background: #fff url(../img/background/career-sidebar-bg.png) repeat-x;
  background-position: left top;
}

#section-sidebar.delivery .contact-sidebar-wrapper {
  background: #8b9397;
}

#section-content.career.delivery .header-career.delivery .text-wrapper {
  margin-top: 0;
}
#section-content.career.delivery .header-career.delivery .text-wrapper .title {
  font-size: 42px;
  color: #778085;
  border-bottom: 1px solid #778085;
  padding-top: 30px;
  padding-bottom: 25px;
}
#section-content.career.delivery .header-career.delivery .text-wrapper .content {
  margin: 30px 0;
}
#section-content.career.delivery .header-career.delivery .text-wrapper .content p {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0;
}
#section-content.career.delivery .header-career.delivery .text-wrapper .desc {
  border-top: 1px solid #778085;
  padding: 30px 0;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
#section-content.career.delivery .box {
  overflow: hidden;
}
#section-content.career.delivery .box .text-wrapper {
  margin-left: 12%;
}
#section-content.career.delivery .box .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.career.delivery .box .desc {
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 5px;
}
#section-content.career.delivery .box .left {
  float: left;
  overflow: hidden;
  width: 50%;
}
#section-content.career.delivery .box .right {
  width: 50%;
  float: right;
  overflow: hidden;
}

/* Delivery menu */
#work-position-choose-menu.delivery a {
  width: 50%;
  float: left;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  padding-top: 10px;
  height: 36px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 6px solid #7a7e81;
  margin-top: -46px;
  color: #7a7e81;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#work-position-choose-menu.delivery a:hover {
  background: #7a7e81;
  color: #fff;
}
#work-position-choose-menu.delivery #position-lider.active,
#work-position-choose-menu.delivery #position-production.active {
  background: #7a7e81;
  color: #fff;
  border-bottom: 6px solid #d8d8da;
}

#section-content.delivery .work-offer-position.lider {
  display: block;
  transition: all 0.2s ease-in;
}
#section-content.delivery .work-offer-position.production {
  display: none;
  transition: all 0.2s ease-in;
}
#section-content.delivery .header-career.delivery {
  padding-bottom: 40px;
}
#section-content.delivery .header-career.delivery .text-wrapper {
  margin-top: 0;
}
#section-content.delivery .header-career.delivery .text-wrapper .title {
  font-size: 42px;
  color: #778085;
  border-bottom: 1px solid #778085;
  padding-top: 30px;
  padding-bottom: 25px;
}
#section-content.delivery .header-career.delivery .text-wrapper .content {
  margin: 30px 0;
}
#section-content.delivery .header-career.delivery .text-wrapper .content h2,
#section-content.delivery .header-career.delivery .text-wrapper .content h3,
#section-content.delivery .header-career.delivery .text-wrapper .content h4,
#section-content.delivery .header-career.delivery .text-wrapper .content h5,
#section-content.delivery .header-career.delivery .text-wrapper .content h6 {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  margin: 40px 0 10px;
}
#section-content.delivery .header-career.delivery .text-wrapper .content p {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  color: #778085;
  font-weight: 400;
}
#section-content.delivery .header-career.delivery .text-wrapper .desc {
  border-top: 1px solid #778085;
  padding: 30px 0;
  margin: 0;
  border-bottom: none;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
#section-content.delivery .header-career.delivery .text-wrapper a {
  color: #778085;
  cursor: pointer;
}
#section-content.delivery .delivery-section-title {
  background: #fff;
  margin-top: 60px;
}
#section-content.delivery .delivery-section-title h2,
#section-content.delivery .delivery-section-title h3,
#section-content.delivery .delivery-section-title h4,
#section-content.delivery .delivery-section-title h5,
#section-content.delivery .delivery-section-title h6 {
  font-size: 30px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 30px;
}
#section-content.delivery .delivery-section-title h4 {
  margin-top: 20px;
  font-size: 25px;
}
#section-content.delivery .box:last-child {
  border-bottom: none;
}
#section-content.delivery .box:first-child {
  border-bottom: 1px solid #adb3b6;
}
#section-content.delivery .box {
  overflow: hidden;
  width: 90%;
  padding: 32px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.delivery .box .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #adb3b6;
}
#section-content.delivery .box .desc {
  margin-right: 5%;
  margin-top: 15px;
  margin-bottom: 5px;
}
#section-content.delivery .box .left {
  width: 90%;
}
#section-content.delivery .box .left .position {
  font-size: 22px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  line-height: 1.2;
}
#section-content.delivery .box .right {
  width: 90%;
  overflow: hidden;
  padding: 0 5% 0 0;
}
#section-content.delivery .box .right .btn {
  display: inline-block;
  margin: 35px 0 0;
  min-width: 100px;
  border: 2px solid #778085;
  color: #778085;
}
#section-content.delivery .box .right .btn:hover {
  background-color: #778085;
  color: #fff;
}
#section-content.delivery .box .right h1,
#section-content.delivery .box .right h2,
#section-content.delivery .box .right h3,
#section-content.delivery .box .right h4,
#section-content.delivery .box .right h5,
#section-content.delivery .box .right h6 {
  font-style: 16px;
  margin: 20px 0;
}
#section-content.delivery .box .right ul {
  margin-left: 20px;
}
#section-content.delivery .box .right ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 19px;
  max-width: 880px;
  font-style: normal;
}
#section-content.delivery .box .right h3 {
  margin-top: 40px;
  font-size: 18px;
}
#section-content.delivery .box .right h4 {
  margin-top: 40px;
  font-size: 14px;
  background: #dedede;
  padding: 20px 0 20px 20px;
  line-height: 1.4;
}
#section-content.delivery .box .right p {
  margin-bottom: 0;
  margin-top: 0;
}
#section-content.delivery .box .right ul {
  list-style: none;
}
#section-content.delivery .box .right ol li ol {
  list-style: lower-latin;
}
#section-content.delivery .box .right ul,
#section-content.delivery .box .right ol {
  font-size: 14px;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#section-content.delivery .box .right ul li,
#section-content.delivery .box .right ol li {
  margin: 10px 0;
  line-height: 1.4;
}

/* END Delivery menu */
/* CSS Document */
.side-wrapper.section.career.media .content-wrapper.content {
  width: 85%;
  max-width: 1200px;
  margin: 0 15% 0 0;
}
.side-wrapper.section.career.media .header-career {
  background: #fff;
  overflow: hidden;
}
.side-wrapper.section.career.media .header-career .content-wrapper.content {
  width: 80%;
  max-width: 1200px;
  margin: 0 15% 0 auto;
}

#section-sidebar.media .contact-sidebar-wrapper {
  background: #8b9397;
}

#section-content.media {
  background: #dddfe0;
  padding-bottom: 0;
}
#section-content.media .header-career.media {
  padding-bottom: 40px;
}
#section-content.media .header-career.media .media-section-title {
  background: #fff;
  margin-top: 60px;
}
#section-content.media .header-career.media .media-section-title h2,
#section-content.media .header-career.media .media-section-title h3,
#section-content.media .header-career.media .media-section-title h4,
#section-content.media .header-career.media .media-section-title h5,
#section-content.media .header-career.media .media-section-title h6 {
  font-size: 30px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 30px;
}
#section-content.media .content-box {
  overflow: hidden;
  background: #f0f1f2;
  padding: 30px 0 50px;
  margin-bottom: 6px;
}
#section-content.media .content-box:last-child {
  margin-bottom: 0;
}
#section-content.media .content-box .about-section {
  margin-bottom: 35px;
}
#section-content.media .content-box .about-section .box-title {
  font-size: 25px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  line-height: 1.2;
}
#section-content.media .content-box .about-section .box-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 19px;
  margin: 15px 0;
  max-width: 600px;
  font-style: normal;
}
#section-content.media .content-box .box-white.company .item {
  margin-bottom: 30px;
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 30px;
  margin-left: 5%;
}
#section-content.media .content-box .box-white.company .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#section-content.media .content-box .box-white.company .company-title {
  font-size: 18px;
  font-style: italic;
  color: #778085;
  font-weight: 700;
  line-height: 1.2;
}
#section-content.media .content-box .box-white.company .download {
  display: inline-block;
  min-height: 16px;
  font-size: 14px;
  color: #778085;
  font-weight: 400;
  margin-top: 15px;
  padding-left: 25px;
  padding-top: 5px;
  background: url(../img/rozne/download-icon.png) no-repeat;
  background-size: 16px 16px;
  background-position: left center;
  cursor: pointer;
}
#section-content.media .content-box .box-white.company .download:hover {
  text-decoration: underline;
}
#section-content.media .content-box .box-white.products .department-title {
  font-size: 22.8px;
  font-style: italic;
  font-weight: 700;
}
#section-content.media .content-box .box-white.products .item {
  width: 230px;
  height: 155px;
  background: #f9f9f9;
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
  overflow: hidden;
}
#section-content.media .content-box .box-white.products .item:hover .logo-wrapper img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#section-content.media .content-box .box-white.products .item .logo-wrapper {
  width: 100%;
  height: 110px;
  border: 1px solid #aab1b7;
  position: relative;
  box-sizing: border-box;
}
#section-content.media .content-box .box-white.products .item .logo-wrapper img {
  display: block;
  max-height: 50px;
  width: auto;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.15s ease-in;
}
#section-content.media .content-box .box-white.products .item .logo-wrapper .product-name {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  padding-top: 40px;
  position: absolute;
  width: 100%;
}
#section-content.media .content-box .box-white.products .item .download {
  width: 100%;
  height: 45px;
  display: block;
  background: #aab1b7;
  position: relative;
}
#section-content.media .content-box .box-white.products .item .download a {
  display: block;
  width: 100%;
  height: 100%;
  background: #aab1b7;
  color: #fff;
  padding-left: 42px;
  background: #aab1b7 url(../img/rozne/download-icon-white.png) no-repeat;
  background-size: 16px 16px;
  background-position: left 15px center;
  line-height: 45px;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
}
#section-content.media .content-box .box-white.products .item .download a span {
  font-size: 14px;
  position: absolute;
  right: 10px;
}
#section-content.media .content-box .box-white.products .item .download a:hover {
  background-color: #b6bdc4;
  text-decoration: underline;
}
#section-content.media .content-box .box-white.people .item {
  width: 230px;
  background: #f9f9f9;
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
  overflow: hidden;
}
#section-content.media .content-box .box-white.people .item .image-wrapper {
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section-content.media .content-box .box-white.people .item .desc-wrapper {
  width: 100%;
  height: 100px;
  border: 1px solid #aab1b7;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
#section-content.media .content-box .box-white.people .item .desc-wrapper .name {
  font-size: 18px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  position: absolute;
  bottom: 11px;
  width: 90%;
}
#section-content.media .content-box .box-white.people .item .desc-wrapper .position {
  font-size: 14px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  position: absolute;
  top: 11px;
  width: 90%;
}
#section-content.media .content-box .box-white.people .item .download {
  width: 100%;
  height: 45px;
  display: block;
  background: #aab1b7;
  position: relative;
}
#section-content.media .content-box .box-white.people .item .download a {
  display: block;
  width: 100%;
  height: 100%;
  background: #aab1b7;
  color: #fff;
  padding-left: 42px;
  background: #aab1b7 url(../img/rozne/download-icon-white.png) no-repeat;
  background-size: 16px 16px;
  background-position: left 15px center;
  line-height: 45px;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
}
#section-content.media .content-box .box-white.people .item .download a span {
  font-size: 14px;
  position: absolute;
  right: 10px;
}
#section-content.media .content-box .box-white.people .item .download a:hover {
  background-color: #b6bdc4;
  text-decoration: underline;
}
#section-content.media .content-box .box-white {
  background: #fff;
  padding: 35px 0 46px;
  margin-top: 3px;
  position: relative;
  max-width: 880px;
}
#section-content.media .content-box .box-white:hover .line {
  width: 10px;
}
#section-content.media .content-box .box-white .line {
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in;
}
#section-content.media .content-box .box-white.health-care .line {
  background: #74cff4;
}
#section-content.media .content-box .box-white.health-care .department-title,
#section-content.media .content-box .box-white.health-care .logo-wrapper .product-name {
  color: #74cff4;
}
#section-content.media .content-box .box-white.animal-health .line {
  background: #284e9e;
}
#section-content.media .content-box .box-white.animal-health .department-title,
#section-content.media .content-box .box-white.animal-health .logo-wrapper .product-name {
  color: #284e9e;
}
#section-content.media .content-box .box-white.crop-solutions .line {
  background: #94c335;
}
#section-content.media .content-box .box-white.crop-solutions .department-title,
#section-content.media .content-box .box-white.crop-solutions .logo-wrapper .product-name {
  color: #94c335;
}
#section-content.media .content-box .box-white.pest-innovations .line {
  background: #f9943f;
}
#section-content.media .content-box .box-white.pest-innovations .department-title,
#section-content.media .content-box .box-white.pest-innovations .logo-wrapper .product-name {
  color: #f9943f;
}
#section-content.media .content-box .box-white.people .line,
#section-content.media .content-box .box-white.company .line {
  background: #9aa3a8;
}

#section-content.media .header-career.media .text-wrapper {
  margin-top: 0;
}
#section-content.media .header-career.media .text-wrapper .content {
  margin: 30px 0;
}
#section-content.media .header-career.media .text-wrapper .content p {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0;
}

/* CSS Document */
#imagelightbox {
  position: fixed;
  z-index: 9999;
  touch-action: none;
}

#quality-content {
  padding-top: 100px;
}
#quality-content .box {
  overflow: hidden;
  background: #f0f0f2;
}
#quality-content .box img {
  width: auto;
  display: block;
}
#quality-content .box .line {
  height: 1px;
  background: #9aa3a8;
  width: 100%;
  margin: 20px 0;
  position: static;
}
#quality-content .box .box-content-wrapper {
  width: 90%;
  max-width: 510px;
  margin: 50px auto 0 auto;
}
#quality-content .box .box-content-wrapper .desc {
  color: #778085;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin: 70px 0;
}
#quality-content .box .box-content-wrapper .title {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #778085;
  margin: 50px 0 40px 0;
}
#quality-content .box .box-content-wrapper .content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
}
#quality-content .box .box-content-wrapper .content ul {
  margin: 15px 0 10px 20px;
}
#quality-content .box .box-content-wrapper .content ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 7px 0;
}
#quality-content .box .left {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
#quality-content .box .left .desc {
  position: absolute;
  top: 150px;
  bottom: 0;
  width: 85%;
  margin: 0 auto;
  right: 0;
  left: 0;
  max-width: 400px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  font-style: italic;
}
#quality-content .box .right {
  width: 50%;
  float: right;
}
#quality-content .box .btn {
  display: inline-block;
  margin: 20px 0 0;
  border: 4px solid #778085;
  color: #778085;
}
#quality-content .box .btn:hover {
  background-color: #778085;
  color: #fff;
}

#certifications-desc {
  margin-top: 55px;
  margin-bottom: 60px;
}
#certifications-desc .certifications-title {
  font-size: 30px;
  color: #778085;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}
#certifications-desc .certifications-desc {
  font-size: 21px;
  line-height: 28px;
  color: #778085;
  font-style: italic;
  font-weight: 700;
  max-width: 480px;
  width: 100%;
  padding-top: 30px;
}

#certifications {
  margin-top: 140px;
  min-height: 650px;
  overflow: hidden;
}
#certifications .side-wrapper {
  overflow: hidden;
  background: #f0f1f2;
  height: 100%;
}
#certifications .content-wrapper {
  margin-top: -1px;
  top: -75px;
  max-width: 1000px;
}
#certifications .item {
  width: 31%;
  overflow: hidden;
  display: inline-block;
  margin-left: 2%;
  margin-right: 0%;
  margin-bottom: 14px;
  vertical-align: top;
  color: #778085;
}
#certifications .item .certifications-wrapper .image-wrapper {
  border-top: 1px solid #a7adb0;
  border-left: 1px solid #a7adb0;
  border-right: 1px solid #a7adb0;
  border-bottom: 1px solid #a7adb0;
  height: 100%;
  display: block;
}
#certifications .item .certifications-wrapper .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
#certifications .item .certifications-wrapper .desc {
  border-bottom: 1px solid #a7adb0;
  border-left: 1px solid #a7adb0;
  border-right: 1px solid #a7adb0;
  padding: 0 10% 10px 10%;
  z-index: 2;
  position: relative;
  background: #fff;
}
#certifications .item .certifications-wrapper .line {
  height: 9px;
  background: #778085;
}
#certifications .item .certifications-wrapper .name {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  padding-top: 20px;
}
#certifications .item .certifications-wrapper .desc-content {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-top: 36px;
  max-height: 50px;
  overflow: hidden;
}
#certifications .item .certifications-wrapper a.btn.more,
#certifications .item .certifications-wrapper a.btn.fold {
  font-size: 12.5px;
  color: #778085;
  font-style: italic;
  font-weight: 400;
  display: block;
  height: 32px;
  line-height: 32px;
  border-top: 1px solid #a7adb0;
  margin-top: 25px;
  cursor: pointer;
  border-radius: 0;
  text-align: left;
  text-transform: lowercase;
}
#certifications .item .certifications-wrapper a.btn.more {
  background: url(../img/rozne/arrow-down.png) no-repeat;
  background-position: left center;
  padding-left: 20px;
  background-size: 12px 10px;
}
#certifications .item .certifications-wrapper a.btn.fold {
  display: none;
  background: url(../img/rozne/arrow-up.png) no-repeat;
  background-position: left center;
  padding-left: 20px;
  background-size: 12px 10px;
}

#quality-more-info {
  overflow: hidden;
}
#quality-more-info .side-wrapper {
  background: #74cff4;
  min-height: 352px;
  overflow: hidden;
}
#quality-more-info .side-wrapper .desc {
  max-width: 875px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Scss Document */
/* NEWS */
#news {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}
#news.news .side-wrapper {
  height: 330px;
  margin-top: -68px;
}
#news.news .section-title {
  line-height: 68px;
  text-align: center;
  font-size: 30px;
  color: #778085;
  font-style: italic;
  position: relative;
  z-index: 2;
  padding-top: 15px;
}
#news .content-wrapper {
  margin-top: -242px;
  z-index: 2;
  max-width: 1500px;
}
#news .item:nth-child(n+13).animation {
  transition: all 0.15s ease-in;
}
#news .item {
  width: 28%;
  display: inline-block;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}
#news .item .item-wrapper {
  background: #f9f9f9;
  width: 100%;
  height: 100%;
  transition: all 0.15s ease-in;
}
#news .item .item-wrapper:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  box-shadow: 0px 10px 71px 0px rgba(0, 0, 0, 0.3);
}
#news .item .article-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
}
#news .item img {
  width: 100%;
  height: auto;
}
#news .item .article-title {
  width: 90%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #575b5d;
  margin: 0 auto;
}
#news .item .article-date {
  width: 90%;
  font-size: 12px;
  margin: 5px auto 0;
}
#news .item .article-content {
  width: 90%;
  margin: 22px auto 0px;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #575b5d;
}
#news .item .article-content ul {
  padding-left: 20px;
}
#news .item .article-content a {
  color: #000;
  word-wrap: break-word;
}
#news .item .article-content a:hover {
  text-decoration: underline;
}
#news .item .article-more-link-wrapper {
  padding: 0;
  background: #9ea5aa;
  overflow: hidden;
  cursor: pointer;
}
#news .item .article-more-link-wrapper:hover {
  background: #aab1b7;
}
#news .item .more-in-social {
  height: 18px;
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  line-height: 18px;
  padding: 22px 0 22px 30px;
  color: #fff;
}
#news .item .more-in-social.facebook {
  background: url(../img/rozne/facebook-icon.jpg) no-repeat;
  background-position: 20px center;
  text-indent: 20px;
}
#news .item .more-in-social.instagram {
  background: url(../img/rozne/instagram-icon.jpg) no-repeat;
  background-position: 20px center;
  text-indent: 20px;
}
#news .btn-wrapper {
  text-align: center;
}
#news #news-more-btn {
  background: #9ea5aa;
  color: #fff;
  margin: 50px auto 0;
  cursor: pointer;
}
#news #news-more-btn:hover {
  background: #aab1b7;
}
#news #loading-indicator.spinner-wrapper {
  position: relative;
  display: none;
}
#news #loading-indicator.spinner-wrapper .spinner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 9px solid #cccccc;
  border-top: 9px solid #f5f5f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.75s linear infinite;
}

/* END NEWS */
#news.news #pagination {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
}
#news.news #pagination ul {
  margin: 0 auto;
  display: inline-block;
}
#news.news #pagination ul li {
  float: left;
  background: #9ea5aa;
  width: 28px;
  height: 28px;
  list-style: none;
  text-align: center;
  line-height: 28px;
  margin-right: 3px;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
}
#news.news #pagination ul li:hover {
  color: #fff;
  background: #53595d;
}
#news.news #pagination ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#news.news #pagination ul li .current {
  color: #fff;
  background: #53595d;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

/* NEWS MODULE */
#news-module {
  position: absolute;
  width: 350px;
  right: 0;
  z-index: 10;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  padding: 160px 0 50px;
  color: #fff;
  /* Close news module - mobile */
  /* Close news - item */
}
#news-module .item-outer-wrapper {
  position: relative;
  height: 100%;
}
#news-module:hover .item {
  background-color: rgba(0, 0, 0, 0.8);
}
#news-module .title-belt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
#news-module .btn-wrapper {
  text-align: center;
  padding: 10px 0 30px;
}
#news-module .btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 30px;
  min-width: auto;
  font-size: 10px;
}
#news-module .btn:hover {
  background-color: #fff;
  color: #000;
}
#news-module .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
#news-module .item-wrapper {
  overflow: auto;
  position: relative;
  height: 100%;
  padding-right: 10px;
  margin-top: 10px;
}
#news-module .item-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: #778085;
}
#news-module .item-wrapper::-webkit-scrollbar {
  width: 4px;
}
#news-module .item-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
}
#news-module .item-wrapper::-webkit-scrollbar-track {
  border-radius: 5px;
}
#news-module .item {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin: 10px 0;
  transition: all 0.3s ease-in;
  position: relative;
}
#news-module .item:first-child {
  margin-top: 0;
}
#news-module .item:last-child {
  margin-bottom: 0;
}
#news-module .article-date {
  font-size: 12px;
  margin-bottom: 5px;
  padding-right: 20px;
}
#news-module .article-title {
  font-size: 16px;
}
#news-module .read-more {
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  cursor: pointer;
}
#news-module .read-more:hover {
  text-decoration: underline;
}
#news-module .more-content {
  display: none;
}
#news-module .article-content {
  font-size: 16px;
  margin: 15px 0;
  font-weight: 400;
  line-height: 1.4;
}
#news-module .article-more-link-wrapper {
  margin-bottom: 25px;
}
#news-module .article-more-link-wrapper a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 10px 20px;
  min-width: auto;
}
#news-module .article-more-link-wrapper a:hover {
  background-color: #fff;
  color: #000;
}
#news-module img {
  width: 100%;
  height: auto;
}
#news-module #close-news {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#news-module #close-news:hover {
  opacity: 1;
}
#news-module #close-news:before,
#news-module #close-news:after {
  position: absolute;
  left: 20px;
  top: 10px;
  content: " ";
  height: 20px;
  width: 1px;
  background-color: #fff;
}
#news-module #close-news:before {
  transform: rotate(45deg);
}
#news-module #close-news:after {
  transform: rotate(-45deg);
}
#news-module .close-news-item {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}
#news-module .close-news-item:before,
#news-module .close-news-item:after {
  position: absolute;
  left: 9px;
  top: 2px;
  content: " ";
  height: 15px;
  width: 1px;
  background-color: #fff;
}
#news-module .close-news-item:before {
  transform: rotate(45deg);
}
#news-module .close-news-item:after {
  transform: rotate(-45deg);
}

/* CSS Document */
/* ERROR */
#error.error {
  padding: 180px 0 80px;
  background-color: #778085;
}
#error.error .content-wrapper {
  width: 90%;
  max-width: 500px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#error.error .content-wrapper .section-title {
  font-size: 28.8px;
  font-weight: 700;
  line-height: 1.2;
}
#error.error .content-wrapper .section-title span {
  display: block;
  font-size: 93.6px;
}
#error.error .content-wrapper .section-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  margin: 20px auto 0;
  background: #fff;
}
#error.error .content-wrapper .section-desc {
  margin: 30px 0;
}
#error.error .content-wrapper .section-desc a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* END SECTION ERROR */
/* CSS Document */
/* CONTACT */
#contact {
  min-height: 485px;
  border-top: 1px solid #9aa3a8;
  position: relative;
}
#contact .side-wrapper {
  position: relative;
  padding: 50px 0;
  width: 90%;
}
#contact .contact-data-wrapper .addres-wrapper {
  background-color: #fafafa;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper {
  color: #778085;
  font-weight: 700;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper h3 {
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .company-name {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box_wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box {
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  box-sizing: border-box;
  padding: 20px;
  min-height: 155px;
  min-width: 235px;
  flex: 3;
  background-color: #fff;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box .title {
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box address {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-style: normal;
  line-height: 24px;
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box address:nth-child(2) {
  padding-right: 10%;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box address div span {
  color: #778085;
  font-weight: 600;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box .phone,
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box .mail {
  margin-top: 22px;
  font-size: 15px;
  font-weight: 900;
  color: #778085;
  padding-left: 42px;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box .phone {
  background: url(../img/rozne/phone-ico-gray-contact.png) no-repeat;
  background-size: 21px;
  line-height: 21px;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box .phone a {
  color: #778085;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box .mail {
  background: url(../img/rozne/mail-ico-gray-contact.png) no-repeat;
  background-size: 22px 15px;
  line-height: 16px;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box .mail a {
  color: #778085;
}
#contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box:last-child {
  flex: 4;
  min-width: 370px;
}
#contact .contact-forms-wrapper .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 70px;
  justify-content: space-between;
  max-width: inherit;
  width: 100%;
  padding-bottom: 60px;
}
#contact .contact-forms-wrapper .contact_item {
  color: #778085;
  min-width: 320px;
  width: 100%;
}
#contact .contact-forms-wrapper .contact_item .item-content {
  margin-bottom: 20px;
}
#contact .contact-forms-wrapper .contact_item .item-content h3 {
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}
#contact .contact-forms-wrapper .contact_item .item-content p {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
#contact .contact-forms-wrapper .is--select {
  display: flex;
  flex-direction: column;
}
#contact .contact-forms-wrapper .is--select .select-container {
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  margin: auto;
  background-color: #fafafa;
  border: 1px solid #e4e4e4;
  flex: 1;
  align-content: start;
}
#contact .contact-forms-wrapper .is--select .select-container .select-box {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100px;
  overflow: auto;
}
#contact .contact-forms-wrapper .is--select .select-container .select-box::-webkit-scrollbar {
  width: 3px !important;
}
#contact .contact-forms-wrapper .is--select .select-container .select-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #778085 !important;
}
#contact .contact-forms-wrapper .is--select .select-container .select-item {
  margin: 5px 0;
  padding: 12px 10px;
  text-transform: capitalize;
  font-weight: 600;
}
#contact .contact-forms-wrapper .is--select .select-container .select-item:hover {
  cursor: pointer;
  background-color: #f3f3f3;
}
#contact .contact-forms-wrapper .is--select .select-container .active {
  text-decoration: underline;
}
#contact .contact-forms-wrapper .is--form form {
  position: relative;
  /* Create a custom checkbox */
  /* When the checkbox is checked, add background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#contact .contact-forms-wrapper .is--form form p {
  color: #000;
  margin-top: 25px;
  position: relative;
}
#contact .contact-forms-wrapper .is--form form p label span {
  margin-top: 2px;
}
#contact .contact-forms-wrapper .is--form form input:not([type=checkbox]):not([type=submit]),
#contact .contact-forms-wrapper .is--form form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  background-color: #fafafa;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
#contact .contact-forms-wrapper .is--form form input:not([type=checkbox]):not([type=submit]) {
  height: 40px;
  padding: 0 10px;
}
#contact .contact-forms-wrapper .is--form form textarea {
  resize: none;
  padding: 10px;
}
#contact .contact-forms-wrapper .is--form form input[type=submit] {
  width: 100%;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  border-radius: 10px;
  border: 0;
  background-color: #778085;
  color: #fff;
  text-transform: none;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-not-valid-tip {
  font-size: 14px;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item {
  margin: 0;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-acceptance.wpcf7-not-valid .checkmark {
  top: 7px;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-acceptance.wpcf7-not-valid + .wpcf7-not-valid-tip {
  padding-left: 35px;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 22px;
  text-wrap: wrap;
  box-sizing: border-box;
  min-height: 27px;
  margin-top: 0;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item-label span {
  display: block;
  padding-top: 7px;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #000;
}
#contact .contact-forms-wrapper .is--form form .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  cursor: pointer;
  margin-top: 0;
  border-radius: 5px;
}
#contact .contact-forms-wrapper .is--form form .checkmark:hover {
  background-color: #ccc;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item input:checked ~ .checkmark {
  background-color: #778085;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item:after {
  content: "";
  position: absolute;
  display: none;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item input:checked ~ .checkmark:after {
  display: block;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-list-item .checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -35px;
}
#contact .contact-forms-wrapper .is--form form .wpcf7-response-output {
  margin: 15px 0;
  padding: 15px 20px;
  border-radius: 10px;
  position: absolute;
  background-color: #ffb900;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  font-weight: bold;
}
#contact .contact-forms-wrapper .is--form form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.map {
  height: 600px;
}
.map p {
  height: 100%;
  border-top: 1px solid #778085;
}
.map p iframe {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map p iframe.clicked {
  pointer-events: auto;
}

/* END CONTACT */
/* SECTION CONTACT*/
#section-contact .line-wrapper {
  position: relative;
  z-index: 1;
}
#section-contact .close-window {
  position: absolute;
  top: 40px;
  right: 4%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#section-contact .close-window::before, #section-contact .close-window::after {
  position: absolute;
  left: 18px;
  top: 6px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #fff;
}
#section-contact .close-window::before {
  transform: rotate(45deg);
}
#section-contact .close-window::after {
  transform: rotate(-45deg);
}
#section-contact .department-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1003;
  box-sizing: border-box;
  padding: 120px 5% 50px;
  transform: translateY(101%);
  transition: all 0.4s ease-in-out;
  background: #a0a6a9;
}
#section-contact .department-wrapper.open {
  transform: translateY(0px);
}
#section-contact .department-wrapper .department {
  overflow: auto;
  height: 100%;
  overflow-x: hidden;
}
#section-contact .department-wrapper .department::-webkit-scrollbar {
  width: 4px;
}
#section-contact .department-wrapper .department::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
#section-contact .line {
  height: 1px;
  background: #9aa3a8;
  width: 100%;
  position: absolute;
  top: 60px;
}
#section-contact h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  width: 95%;
  margin: 0 auto 40px;
  text-align: center;
}
#section-contact .health-care {
  background: #74cff4;
}
#section-contact .animal-health {
  background: #284e9e;
}
#section-contact .crop-solutions {
  background: #94c335;
}
#section-contact .pest-innovations {
  background: #f9943f;
}
#section-contact .lab {
  background: #a0a6a9;
}
#section-contact .lab-rnd {
  background: #92999d;
  overflow: hidden;
  padding-bottom: 30px;
}
#section-contact .lab-rnd .content-item-wrapper {
  position: relative;
  overflow: hidden;
}
#section-contact .lab-rnd .content-item-wrapper .image {
  width: 72.5%;
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5%;
  margin: auto;
}
#section-contact .lab-rnd h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  width: 95%;
  margin: 0 auto 40px;
}
#section-contact .lab-rnd .content-wrapper.first {
  margin-top: 50px;
}
#section-contact .lab-rnd .content-wrapper {
  background-color: #a0a6a9;
  position: relative;
  margin: 20px auto;
  padding: 40px 0 0;
}
#section-contact .lab-rnd .content-wrapper:hover:before {
  width: 10px;
}
#section-contact .lab-rnd .content-wrapper:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e4e6e7;
  transition: all 0.2s ease-in;
}
#section-contact .lab-rnd .content-wrapper .contact-item.float-none {
  float: none;
  margin-top: 100px;
  margin-bottom: 40px;
}
#section-contact .marketing,
#section-contact .factory {
  background: #e4e6e7;
}
#section-contact .marketing .close-window::before, #section-contact .marketing .close-window::after,
#section-contact .factory .close-window::before,
#section-contact .factory .close-window::after {
  background-color: #778085;
}
#section-contact .marketing .department::-webkit-scrollbar-thumb,
#section-contact .factory .department::-webkit-scrollbar-thumb {
  background-color: #778085;
}
#section-contact .marketing .content-wrapper,
#section-contact .factory .content-wrapper {
  padding: 20px 0 50px;
}
#section-contact .marketing .content-wrapper .contact-item.gray p,
#section-contact .marketing .content-wrapper .contact-item.gray a,
#section-contact .factory .content-wrapper .contact-item.gray p,
#section-contact .factory .content-wrapper .contact-item.gray a {
  color: #778085 !important;
}
#section-contact .marketing .content-wrapper .contact-item.gray .position,
#section-contact .factory .content-wrapper .contact-item.gray .position {
  border-bottom: 1px solid #778085 !important;
}
#section-contact .marketing .content-wrapper .owl-carousel,
#section-contact .factory .content-wrapper .owl-carousel {
  max-width: 250px;
  margin: 0 auto;
}
#section-contact .marketing .content-wrapper .owl-next,
#section-contact .factory .content-wrapper .owl-next {
  background: url("../img/rozne/right-arrow-grey-small.png");
  right: -18px;
}
#section-contact .marketing .content-wrapper .owl-prev,
#section-contact .factory .content-wrapper .owl-prev {
  background: url("../img/rozne/left-arrow-grey-small.png");
  left: -18px;
}
#section-contact .marketing .content-wrapper .owl-next,
#section-contact .marketing .content-wrapper .owl-prev,
#section-contact .factory .content-wrapper .owl-next,
#section-contact .factory .content-wrapper .owl-prev {
  position: absolute;
  top: 115px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: none;
}
#section-contact .marketing .content-wrapper .marketing-contact-item,
#section-contact .factory .content-wrapper .marketing-contact-item {
  margin-bottom: 50px;
}
#section-contact .marketing .content-wrapper .department,
#section-contact .factory .content-wrapper .department {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  background: transparent;
  height: auto;
}
#section-contact .marketing .content-wrapper .health-care,
#section-contact .factory .content-wrapper .health-care {
  color: #74cff4;
}
#section-contact .marketing .content-wrapper .animal-health,
#section-contact .factory .content-wrapper .animal-health {
  color: #284e9e;
}
#section-contact .marketing .content-wrapper .crop-solutions,
#section-contact .factory .content-wrapper .crop-solutions {
  color: #94c335;
}
#section-contact .marketing .content-wrapper .pest-innovations,
#section-contact .factory .content-wrapper .pest-innovations {
  color: #f9943f;
}
#section-contact .content-wrapper {
  overflow: hidden;
  margin: 60px auto;
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
#section-contact .section-name h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
#section-contact .section-name.gray h3 {
  color: #778085;
}
#section-contact .contact-item {
  height: auto;
  width: 200px;
  margin: 0 2.5%;
}
#section-contact .contact-item:hover .image-wrapper img {
  width: 106%;
  margin-left: -3%;
}
#section-contact .contact-item:hover .image-wrapper div {
  transform: scale(1.05);
  margin-top: 3px;
}
#section-contact .contact-item .image-wrapper {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
#section-contact .contact-item .image-wrapper div {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.2s ease-in;
  background-size: cover;
}
#section-contact .contact-item .image-wrapper img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in;
}
#section-contact .contact-item .contact-desc {
  font-size: 14px;
  color: #fff;
  max-width: 200px;
  margin: 28px auto 0 auto;
}
#section-contact .contact-item .contact-desc .position {
  font-weight: 900;
  font-style: italic;
  line-height: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
#section-contact .contact-item .contact-desc .science-title {
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: none;
}
#section-contact .contact-item .contact-desc .name {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.2;
}
#section-contact .contact-item .contact-desc .phone {
  font-weight: 700;
  margin-top: 10px;
  background: url(../img/rozne/phone-ico.png) no-repeat;
  background-position: left;
  background-size: 17px 17px;
  line-height: 17px;
  padding-left: 30px;
  color: #fff;
}
#section-contact .contact-item .contact-desc .phone a {
  color: #fff;
}
#section-contact .contact-item .contact-desc .phone a:hover {
  cursor: pointer;
}
#section-contact .contact-item .contact-desc .phone.mobile {
  background: url(../img/rozne/phone-mobile-ico.png) no-repeat;
  background-position: left;
  background-size: 17px 17px;
}
#section-contact .contact-item .contact-desc .mail {
  font-size: 12px;
  font-weight: 900;
  margin-top: 10px;
  background: url(../img/rozne/mail-ico.png) no-repeat;
  background-position: left;
  background-size: 18px 13px;
  padding-left: 30px;
  line-height: 13px;
}
#section-contact .contact-item .contact-desc .mail a {
  color: #fff;
}
#section-contact .contact-item .contact-desc .mail a:hover {
  cursor: pointer;
}
#section-contact .content-wrapper.gray .contact-item .contact-desc {
  color: #778085;
}
#section-contact .content-wrapper.gray .contact-item .contact-desc .position {
  border-bottom: 1px solid #778085;
}
#section-contact .content-wrapper.gray .contact-item .contact-desc .phone {
  background: url(../img/rozne/phone-ico-gray.png) no-repeat;
  background-position: left;
  background-size: 17px 17px;
  color: #778085;
}
#section-contact .content-wrapper.gray .contact-item .contact-desc .phone a {
  color: #778085;
}
#section-contact .content-wrapper.gray .contact-item .contact-desc .phone.mobile {
  background: url(../img/rozne/phone-mobile-ico-gray.png) no-repeat;
  background-position: left;
  background-size: 17px 17px;
}
#section-contact .content-wrapper.gray .contact-item .contact-desc .mail {
  background: url(../img/rozne/mail-ico-gray.png) no-repeat;
  background-position: left;
  background-size: 18px 13px;
  width: calc(100% - 30px);
  display: block;
}
#section-contact .content-wrapper.gray .contact-item .contact-desc .mail a {
  color: #778085;
}

/* END SECTION CONTACT */
#section-contact .contact-forms-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1003;
  display: none;
  align-items: center;
  justify-content: center;
}
#section-contact .contact-forms-wrapper.overlay::before {
  content: "";
  background: transparent;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper {
  background-color: #fff;
  border-radius: 15px;
  display: none;
  width: 1000px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  position: relative;
  box-sizing: border-box;
  padding: 80px 60px;
  margin: 50px;
  overflow: hidden;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .close-window {
  top: 20px !important;
  right: 20px !important;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .close-window::before, #section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .close-window::after {
  background-color: #778085 !important;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box {
  display: flex;
  gap: 10%;
  height: 100%;
  padding-left: 18px;
  max-height: 400px;
  overflow: hidden;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box::-webkit-scrollbar {
  width: 14px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: content-box;
  border-radius: 10px;
  background-color: #778085 !important;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info {
  text-align: center;
  max-height: 400px;
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info h3 {
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.25px;
  padding-bottom: 10px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info p.desc {
  font-size: 14px;
  padding-top: 10px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info .image-wrapper {
  border-radius: 50%;
  height: 200px;
  display: block;
  overflow: hidden;
  margin: 60px auto 24px;
  aspect-ratio: 1/1;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info .image-wrapper div {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.2s ease-in;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info .name {
  font-size: 22px;
  letter-spacing: 0.25px;
  font-weight: 600;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info:hover .image-wrapper img {
  width: 106%;
  margin-left: -3%;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info:hover .image-wrapper div {
  transform: scale(1.05);
  margin-top: 3px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form {
  flex-grow: 7;
  position: relative;
  overflow: auto;
  padding-right: 5px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form::-webkit-scrollbar {
  width: 14px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: content-box;
  border-radius: 10px;
  background-color: #778085 !important;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div {
  height: 100%;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form[data-status=invalid] .wpcf7-spinner {
  display: none;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form p {
  position: relative;
  padding-bottom: 20px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form p:last-of-type, #section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form p:nth-last-of-type(2) {
  padding-bottom: 0px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form input:not([type=checkbox]) {
  height: 50px;
  width: 100%;
  border: 0;
  background-color: #eef0f1;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form input:not([type=checkbox]):focus {
  border: 1px solid black;
  padding: 0 19px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form textarea {
  width: 100%;
  resize: none;
  border: 0;
  background-color: #eef0f1;
  padding: 20px;
  box-sizing: border-box;
  font-family: arial;
  font-size: 16px;
  max-height: 190px;
  border-radius: 0;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form textarea:focus {
  border: 1px solid black;
  padding: 19px 19px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form input[type=submit] {
  width: 100%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .wpcf7-spinner {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
  display: none;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .wpcf7-spinner.active {
  display: block;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .wpcf7-response-output {
  margin: 0;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 20px;
  font-size: 15px;
  margin-top: 10px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .wpcf7-not-valid-tip {
  padding: 7px 20px;
  font-size: 13px;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .wpcf7-list-item {
  margin: 0;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .checkboxForm:first-child {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .checkboxForm:first-child input {
  margin: 0 4px 1px 0;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .checkboxForm:first-child input:hover {
  cursor: pointer;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .checkboxForm:first-child .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 1.2;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .checkboxForm:first-child .wpcf7-list-item-label::after {
  content: "*";
  color: red;
  font-size: 17px;
  margin-top: -2px;
  position: absolute;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form .form-error-wrapper {
  text-align: center;
  margin: auto;
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form .form-error-wrapper p {
  line-height: 1.2;
  display: inline;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form .form-error-wrapper a {
  color: #778085;
  text-decoration: underline;
  display: inline-block;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box.form-error {
  padding: 0;
}
#section-contact .contact-forms-wrapper .contact-form-contetnt-wrapper .contact-form-box.form-error .contact-form {
  padding-right: 0px;
}

/* Scss Document */
#footer {
  clear: both;
  padding: 100px 0 30px;
}
#footer .side-wrapper {
  background-color: #fff;
  width: 90%;
}
#footer .footer-logo-wrapper {
  margin-bottom: 30px;
  max-width: 114px;
  margin: 30px auto;
}
#footer .footer-logo-wrapper img {
  width: 114px;
  height: 40px;
}
#footer .left {
  width: 72%;
  float: left;
}
#footer .left .box {
  width: 75%;
  margin: 10px 0;
}
#footer .left .box #menu-menu-footer > li:first-child {
  margin-left: 0;
}
#footer .left .box ul .main-position > :first-child {
  height: 42px;
  padding: 10px 0;
}
#footer .left .box ul li {
  list-style: none;
  padding-bottom: 5px;
  float: left;
  width: 30%;
  margin: 0 1.5%;
  height: auto;
}
#footer .left .box ul li a {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #778085;
  color: #778085;
  display: block;
  background: url(../img/rozne/right-arrow-white.png) no-repeat;
  background-position: right 16px;
  background-size: 10px 13px;
  padding: 5px 0;
  box-sizing: border-box;
}
#footer .left .box ul li ul {
  margin-top: 5px;
}
#footer .left .box ul li ul li {
  list-style: none;
  height: auto;
  cursor: pointer;
  float: none;
  width: 100%;
  line-height: 1.2;
}
#footer .left .box ul li ul li.current-menu-item a {
  color: #000 !important;
}
#footer .left .box ul li ul li a {
  background: url(../img/rozne/right-arrow-grey.png) no-repeat;
  background-position: right center;
  background-size: 10px 13px;
  line-height: 1.4;
  font-size: 12.5px;
  font-weight: 400;
  color: #778085;
  display: block;
  border: none;
  font-style: normal;
  padding-right: 20px;
  box-sizing: border-box;
}
#footer .left .box ul li ul li a:hover {
  color: #000;
}
#footer .right {
  width: 25%;
  float: right;
}
#footer .right .box {
  margin: 10px 0;
}
#footer .right .box ul li:first-child {
  border-bottom: 1px solid #778085;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.3px;
  background: url(../img/rozne/right-arrow-white.png) no-repeat;
  background-position: right 16px;
  background-size: 10px 13px;
  line-height: unset;
  height: 21px;
  padding: 10px 0;
}
#footer .right .box ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 900;
  color: #778085;
  display: block;
  line-height: 24px;
  padding-top: 16px;
  /*	background: url(../img/rozne/right-arrow-white.png)no-repeat;
  		background-position: right 16px;
  		background-size: 10px 13px;*/
}
#footer .right .box ul li a {
  color: #778085;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#footer .right .box ul li.adress-phone {
  cursor: pointer;
}
#footer .right .box ul li.adress-mail {
  padding-top: 5px;
}
#footer .right .box ul li.adress-poi {
  cursor: default;
  padding-bottom: 15px;
}
#footer .right .box ul li.social-media {
  background-position: right bottom;
  height: 26px;
  width: 26px;
  cursor: pointer;
  padding-top: 0;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.15s ease-in;
}
#footer .right .box ul li.social-media a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
#footer .right .box ul li.social-media:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
}
#footer .right .box ul li.social-media.--is-fb {
  background: url(../img/rozne/fb-ico-circle.svg) no-repeat;
}
#footer .right .box ul li.social-media.--is-linkedin {
  background: url(../img/rozne/linkedin-ico-circle.svg) no-repeat;
}
#footer .copy-wrapper {
  clear: both;
  padding-top: 20px;
  overflow: hidden;
}
#footer .copy-wrapper .copy {
  text-align: center;
  color: #778085;
  font-size: 12.5px;
  font-weight: 400;
  margin-top: 16px;
}
#footer .copy-wrapper .copy p {
  display: inline-block;
}
#footer .copy-wrapper .copy a {
  color: #778085;
  text-decoration: underline;
}

#job-offer-modal .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1005;
  border-radius: inherit;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#job-offer-modal .modal-wrapper {
  width: 90%;
  height: 90vh;
  max-width: 588px;
  max-height: 551px;
  overflow: hidden;
  background-color: #ebebeb;
  display: block;
  position: fixed;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  z-index: 1005;
  border-radius: 25px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  transform: translateX(140%);
}
#job-offer-modal .modal-close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
}
#job-offer-modal .modal-close::before, #job-offer-modal .modal-close::after {
  content: "";
  width: 18px;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
#job-offer-modal .modal-close::after {
  transform: rotate(-45deg);
}
#job-offer-modal .modal-side-wrapper {
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  margin: 50px auto;
  padding: 0 5px;
  overflow: auto;
}
#job-offer-modal .modal-side-wrapper::-webkit-scrollbar {
  width: 8px;
}
#job-offer-modal .modal-side-wrapper::-webkit-scrollbar-track {
  background: transparent; /* kolor tła (tor) */
}
#job-offer-modal .modal-side-wrapper::-webkit-scrollbar-thumb {
  background-color: #888; /* kolor samego "klocka" */
  border-radius: 6px;
}
#job-offer-modal .modal-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #000;
}
#job-offer-modal .modal-content-wrapper .title {
  font-size: 42px;
  font-weight: bold;
}
#job-offer-modal .modal-content-wrapper .desc {
  font-size: 20px;
  line-height: 1.2;
}
#job-offer-modal .modal-content-wrapper .link {
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #000;
  color: inherit;
  padding: 11px 15px;
}
#job-offer-modal.active .modal-background {
  visibility: visible;
  opacity: 1;
}
#job-offer-modal.active .modal-wrapper {
  transform: translateX(0%);
}

/* CSS Document */
@media all and (max-width: 1600px) {
  #brand.home .logo-wrapper a {
    width: 160px;
    height: 116px;
  }
}
@media all and (max-width: 1500px) {
  /* Slider strona glowna */
  #home-header-slider .item .desc-wrapper {
    top: 120px;
  }
  #home-header-slidere .owl-prev {
    left: 0;
  }
  #home-header-slider .owl-next {
    right: 0;
  }
  #home-header-slider .item .desc-wrapper .desc .primary-text {
    font-size: 80px;
  }
  #home-header-slider .item .desc-wrapper .desc .secondary-text {
    font-size: 36px;
  }
  #welcome .left {
    width: 60%;
  }
  #welcome .right {
    width: 40%;
  }
  #brand.home .logo-wrapper {
    margin-top: 30px;
  }
}
@media all and (max-width: 1400px) {
  /* strona dzialow , strony produktowe */
  #section-sidebar .content-wrapper {
    width: 80%;
  }
  .side-wrapper.section.career .content-wrapper.content {
    margin: 0;
    width: 100%;
  }
  #section-menu ul li {
    width: 18.12%;
  }
  #section-menu ul li.active {
    width: 27.5%;
  }
}
@media all and (max-width: 1367px) {
  #section-content {
    width: 72%;
  }
  #section-sidebar {
    width: 28%;
  }
  /* strona dzialow , strony produktowe */
  #section-sidebar .content-wrapper {
    width: 90%;
  }
}
@media all and (max-width: 1300px) {
  #section-content {
    width: 72.5%;
  }
  #section-sidebar {
    width: 27.5%;
  }
  /* Contact */
  #section-contact .lab-rnd .content-item-wrapper .image {
    width: 65%;
    height: 440px;
  }
  /* Footer */
  #footer .left .box {
    width: 100%;
  }
}
@media all and (max-width: 1280px) {
  #section-content.media .content-box .box-white .content-wrapper {
    width: 95%;
    margin-right: 0;
  }
  #section-content.media .content-box .box-white.products .item,
  #section-content.media .content-box .box-white.people .item {
    width: 210px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .search-wrapper {
    width: 195px;
  }
  .search-wrapper #searchform {
    height: 100%;
  }
  .search-wrapper #searchform label {
    display: none;
  }
  .search-wrapper #searchform input::-moz-placeholder {
    color: inherit;
  }
  .search-wrapper #searchform input::placeholder {
    color: inherit;
  }
  .search-wrapper #searchform .input-wrapper {
    margin-left: 0;
  }
  .search-wrapper .logo-mobile {
    padding: 0 30px;
  }
}
@media all and (max-width: 1200px) {
  #top #mobile {
    display: block;
  }
  #top #menu {
    position: absolute;
    width: 100%;
    height: 1px;
    max-height: 0;
    margin-left: -5%;
    margin-top: 60px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    overflow: unset;
  }
  #top #menu.open {
    z-index: 1;
  }
  #top #menu .menu-menu-glowne-container {
    width: 100%;
    margin: 10px auto 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-top: 1px solid #adb3b6;
  }
  #top #menu .menu-menu-glowne-container.visible {
    visibility: visible;
    opacity: 1;
    height: 61px;
  }
  #top #menu .menu-menu-glowne-container .menu {
    padding: 0 5%;
  }
  #top #menu .menu-menu-glowne-container ul li {
    padding: 0 20px;
  }
  #top #menu .menu-menu-glowne-container ul li:last-child {
    padding-right: 15px;
  }
  #top #menu .menu-menu-glowne-container ul li a {
    height: auto;
    color: #778085;
  }
  #top #menu .menu-menu-glowne-container ul li .sub-menu-container.open {
    height: unset;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu {
    position: relative;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu a {
    text-align: center;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container {
    position: absolute;
    left: -30px;
    right: unset;
    border: 0 !important;
    margin-top: 1px;
    background-color: #fff;
    height: auto;
    z-index: 2;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container::-webkit-scrollbar {
    width: 4px;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #778085;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container.enable-overflow {
    overflow-y: auto;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container.open {
    max-height: calc(100vh - 200px);
    z-index: 3;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container .sub-menu {
    flex-direction: column;
    padding: 10px 0;
    border-top: 1px solid #adb3b6;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container .sub-menu li {
    padding: 0;
    min-height: unset;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container .sub-menu li a {
    line-height: unset;
    height: auto;
    padding: 10px 50px;
    text-align: left;
    width: auto;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container {
    margin-top: 1px;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu {
    max-height: 499px;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li a {
    color: #fff;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li {
    border: 0;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a {
    color: #778085;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li:hover .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a {
    color: #fff;
  }
  .search-wrapper {
    flex-grow: 1;
  }
  /* HOME */
  #home-header-slider .item .desc-wrapper {
    width: 90%;
  }
  /* NEWS MODULE */
  #news-module {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 20px 0 0;
    z-index: 1003;
    transform: translateY(100%);
    max-height: calc(100vh - 20px);
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(2px -4px 6px rgba(0, 0, 0, 0.1));
  }
  #news-module.show {
    transform: translateY(0);
  }
  #news-module .item-outer-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  #news-module .item-outer-wrapper.open {
    height: 100vh;
  }
  #news-module .title-belt {
    color: #000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding-right: 0;
  }
  #news-module .filter-belt {
    display: none;
  }
  #news-module #close-news {
    display: block;
  }
  #news-module #close-news:before, #news-module #close-news:after {
    background-color: #000;
  }
  #news-module .item-wrapper {
    width: 400px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 250px);
    margin-top: 20px;
    padding-left: 10px;
    height: auto;
  }
  #news-module .btn-wrapper {
    padding-top: 0;
  }
  #news-module .btn {
    border-color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }
  #news-module .item {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #news-module .item:first-child {
    display: block;
    margin-bottom: 20px;
  }
  #news-module .close-news-item {
    display: none !important;
  }
  #moove_gdpr_save_popup_settings_button {
    opacity: 1;
  }
  #moove_gdpr_save_popup_settings_button.hide {
    opacity: 0;
  }
  /* END NEWS MODULE  */
  #home-header-slider .item .desc-wrapper .desc .primary-text {
    font-size: 90px;
  }
  #section-2.home .item-wrapper {
    flex-wrap: wrap;
  }
  #section-2.home .item-wrapper .item {
    width: calc(50% - 10px);
  }
  #brand.home .filter-wrapper .btn {
    padding: 15px 10px;
  }
  #brand.home .filter-wrapper {
    gap: 8px;
  }
  #brand.home .logo-wrapper {
    gap: 10px;
  }
  #brand.home .brands-module {
    display: block;
    padding-top: 0;
  }
  #brand.home .filter-wrapper {
    justify-content: center;
    position: sticky;
    top: 80px;
    z-index: 1;
    background-color: #fff;
    padding: 40px 0;
  }
  #brand.home .filter-wrapper.more-space {
    top: 140px;
  }
  #brand.home .logo-wrapper {
    justify-content: center;
    max-height: none;
    margin-top: 0;
  }
  #brand.home .brands-informations-wrapper.all {
    display: none !important;
  }
  #brand.home .brands-informations-wrapper {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -100vh;
    z-index: 1004;
    display: flex;
    top: unset;
    transform: none;
    transition: all 0.3s ease-in-out;
  }
  #brand.home .brands-informations-wrapper.active {
    display: flex;
    transform: translateY(-100vh);
  }
  #brand.home .brands-informations-wrapper #close-brands-informations-wrapper {
    display: block;
  }
  #brand.home .brands-informations-wrapper .product-content-wrapper {
    overflow: auto;
  }
  #brand.home .brands-informations-wrapper .product-content-wrapper .product-image {
    height: 100%;
  }
  #brand.home .brands-informations-wrapper .product-content-wrapper .product-image img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #brand.home .brands-informations-wrapper .product-menu ul {
    row-gap: 10px;
  }
  #brand.home .brands-logo-wrapper {
    max-width: 100%;
    width: auto;
  }
  #brand.home .logo-wrapper a {
    position: relative;
    width: 150px;
    height: 108px;
  }
  #brand.home .overlay::before {
    border-radius: 20px;
  }
  #brand.home .brands-informations-wrapper.overlay::before {
    border-radius: 0px !important;
  }
}
@media all and (max-width: 1100px) {
  /* header */
  #header.quality .side-wrapper,
  #header.people .side-wrapper,
  #header.about .side-wrapper,
  #header.lab .side-wrapper,
  #header.csr .side-wrapper,
  #header.news .side-wrapper,
  #header.contact .side-wrapper,
  #header.career .side-wrapper,
  #header.auction .side-wrapper,
  #header.delivery .side-wrapper,
  #header.documents-site .side-wrapper,
  #header.media .side-wrapper {
    height: 400px;
  }
  #header.quality .side-wrapper .item,
  #header.people .side-wrapper .item,
  #header.about .side-wrapper .item,
  #header.lab .side-wrapper .item,
  #header.csr .side-wrapper .item,
  #header.news .side-wrapper .item,
  #header.contact .side-wrapper .item,
  #header.career .side-wrapper .item,
  #header.auction .side-wrapper .item,
  #header.delivery .side-wrapper .item,
  #header.documents-site .side-wrapper .item,
  #header.media .side-wrapper .item {
    height: 400px;
  }
  #header.quality .side-wrapper h2,
  #header.people .side-wrapper h2,
  #header.about .side-wrapper h2,
  #header.lab .side-wrapper h2,
  #header.csr .side-wrapper h2,
  #header.news .side-wrapper h2,
  #header.contact .side-wrapper h2,
  #header.career .side-wrapper h2,
  #header.auction .side-wrapper h2,
  #header.delivery .side-wrapper h2,
  #header.documents-site .side-wrapper h2,
  #header.media .side-wrapper h2 {
    font-size: 51px;
  }
  #section-sidebar .content-wrapper {
    width: 100%;
  }
  #person-1 .box.blue .box-wrapper,
  #person-1 .box.orange .box-wrapper {
    margin: 0 5%;
  }
  #header.home #video-home-wrapper,
  #home-header-slider .item .desc-wrapper .desc #video-run {
    display: none !important;
  }
  #home-header-slider .owl-carousel {
    display: block !important;
  }
  /* Contact */
  #section-contact .lab-rnd .content-item-wrapper .image {
    background-size: contain;
  }
  #contact .contact-data-wrapper .addres-wrapper .data-box:last-child {
    flex-basis: 100%;
  }
}
@media all and (max-width: 1000px) {
  #section-content.work .box .left .position {
    font-size: 18px;
    line-height: 22px;
  }
  #top #menu ul li {
    padding: 0 15px;
  }
  #menu ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper {
    padding: 0 5%;
  }
  #person .item {
    width: 33.333%;
  }
  #quality-content {
    padding-top: 0;
  }
  #quality-content .box .left,
  #quality-content .box .right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #certifications .item {
    float: none;
    margin: 10px auto;
    width: 80%;
    max-width: 400px;
    left: 0;
    right: 0;
    display: block;
  }
  #quality-content .box .box-content-wrapper {
    max-width: 90%;
  }
  #quality-content .box img {
    width: 100%;
    height: auto;
  }
  #quality-content .box .right {
    padding-bottom: 50px;
  }
  #header.about #video-run {
    display: none !important;
  }
  #info-wrapper-csr .info.left,
  #info-wrapper-csr .info.right {
    float: none;
    width: 100%;
  }
  #info-wrapper-csr .info.left {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  #info-wrapper-csr .info.left .desc {
    font-size: 36.5px;
  }
  /* Contact */
  #section-contact .lab-rnd .content-item-wrapper .image {
    position: static;
    background-size: contain;
    width: 95%;
    margin-bottom: 50px;
  }
  #section-contact .lab-rnd .content-wrapper .contact-item.float-none {
    margin: 50px 0 0;
  }
  #contact .addres-wrapper .data-box address:nth-child(2) {
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  #menu_link span.close_1 {
    width: 100%;
  }
  #menu_link span.close_3 {
    width: 100%;
  }
  #top .hide-arrows {
    display: none;
  }
  #top #logo-icb h1 a {
    background-size: 80%;
    background-position-y: 60%;
  }
  #top #mobile {
    width: 20px;
  }
  #top .lang ul li a {
    font-size: 0;
    width: auto !important;
  }
  #top #menu {
    border: 0 !important;
    height: 100vh;
    overflow: hidden;
  }
  #top #menu.open {
    max-height: 100vh;
  }
  #top #menu .menu-menu-glowne-container {
    padding-top: 30px;
    margin: 0px auto;
    height: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    border: 0;
  }
  #top #menu .menu-menu-glowne-container ul {
    flex-direction: column;
  }
  #top #menu .menu-menu-glowne-container ul li {
    width: 100%;
    padding: 0 !important;
  }
  #top #menu .menu-menu-glowne-container ul li a {
    color: #778085;
    text-align: center;
  }
  #top #menu .menu-menu-glowne-container ul li .sub-menu-container {
    cursor: auto;
    width: 100%;
    max-width: 90%;
    max-height: 70% !important;
    height: 100vh !important;
    top: 0;
    right: 0 !important;
    left: 0 !important;
    border: 0;
    margin: 0 auto !important;
    padding-top: 40px;
    background: #fff;
    transform: translateX(150%) !important;
    transition: all 0.6s ease-in-out;
  }
  #top #menu .menu-menu-glowne-container ul li .sub-menu-container.open {
    transform: translateX(0px) !important;
    max-height: 70% !important;
    height: 100vh !important;
    z-index: 10;
    box-shadow: none;
  }
  #top #menu .menu-menu-glowne-container ul li .sub-menu-container .sub-menu-nav {
    display: flex;
    justify-content: space-between;
  }
  #top #menu .menu-menu-glowne-container ul li .sub-menu-container .sub-menu .background {
    height: 100%;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu {
    position: unset;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container {
    overflow-y: auto;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container .sub-menu {
    margin: auto;
    max-height: unset;
    width: 100%;
    border: 0;
  }
  #top #menu .menu-menu-glowne-container ul .standard-submenu .sub-menu-container .sub-menu li a {
    text-align: center;
    padding: 20px 50px;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container {
    overflow-y: auto;
    max-width: 88%;
    padding: 0 1%;
    padding-top: 40px;
    margin-top: 0 !important;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container::-webkit-scrollbar {
    width: 4px;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #778085;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu {
    height: auto;
    gap: 20px;
    margin: auto;
    max-height: unset;
    border: 0;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li {
    max-height: 0;
    overflow: hidden;
    border: 0;
    transition: all 0.6s ease-in-out;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li a {
    width: 100%;
    color: #fff;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li a::before {
    display: none;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    text-decoration: none;
    transform: rotate(135deg);
    left: auto !important;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li a:hover::before {
    display: none;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li a:hover::after {
    left: unset;
    transform: rotate(135deg) !important;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li a.arrow-down::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    text-decoration: none;
    transform: rotate(-45deg) !important;
    left: auto !important;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container::-webkit-scrollbar-thumb {
    background-color: #ffffff;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container::-webkit-scrollbar-track {
    background-color: rgba(225, 225, 225, 0.4);
    border-radius: 10px;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li {
    min-height: unset;
    max-height: unset;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a {
    text-align: left;
    line-height: 20px;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    box-sizing: border-box;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a::after {
    display: none;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .nested-sub-menu-container .products-sub-menu li a span {
    color: #fff;
    font-weight: 400;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .arrow-wrapper {
    display: none !important;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .btn-wrapper {
    display: block;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .btn-wrapper .btn {
    line-height: 14px;
    width: auto;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .btn-wrapper .btn::after {
    display: none;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li.open {
    max-height: 1500px;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li:hover a::before {
    display: none;
  }
  #brand.home .filter-wrapper .btn {
    padding: 10px 8px;
  }
  #section-content.products #section-content-header .left .videoWrapper {
    display: none;
  }
  #section-content.products #section-content-header .right .videoWrapper {
    display: block;
    margin-top: 50px;
  }
  #section-content.products #section-content-header .left .video iframe {
    height: 300px;
  }
  #section-content #section-content-header,
  #header-analytics {
    height: 300px;
    background-size: cover !important;
    position: relative;
  }
  #person-1 .box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  #person-1 .box .box-wrapper {
    max-width: 90%;
  }
  #person-1 .box .box-wrapper .image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  #person-1 .box .box-wrapper .desc {
    text-align: center;
  }
  /* Section strona glowna - menu */
  #section-box-menu .box {
    width: 100%;
    float: none;
  }
  #section-box-analytics .content-wrapper .left {
    width: 65%;
  }
  #section-box-analytics .content-wrapper .left .desc {
    width: 95%;
  }
  #section-box-analytics .content-wrapper .right {
    width: 35%;
  }
  /* Contact */
  /* News */
  #news .item {
    width: 30%;
    margin-left: 3%;
    margin-right: 0;
  }
  /* footer */
  #footer .side-wrapper {
    min-height: 0;
  }
  #footer .right {
    float: left;
    width: 96%;
  }
  #footer .right .box ul li.adress-phone,
  #footer .right .box ul li.adress-mail,
  #footer .right .box ul li.adress-poi {
    background-position: left;
    background-size: 20px auto;
    padding-top: 0;
    margin-top: 16px;
    max-width: 250px;
  }
  #footer .right .box ul li.adress-phone a,
  #footer .right .box ul li.adress-mail a,
  #footer .right .box ul li.adress-poi a {
    padding-right: 0;
  }
  #footer .right .box ul li.fb {
    margin: 0 auto 0 0;
  }
  #footer .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .left .box ul li {
    height: auto;
    margin-left: 0;
    margin-right: 3%;
  }
  #footer .copy-wrapper {
    padding-top: 50px;
  }
  #footer .copy-wrapper .copy {
    float: none;
  }
  /* Produkty */
  #section-content.products #section-content-header .right,
  #section-content.products #section-content-header .left,
  #section-content.products #section-content-header .product-name-wrapper {
    width: 90%;
    float: none;
    margin: 50px auto;
  }
  #section-content.products #section-content-header .left {
    margin-top: 20px;
  }
  #section-content.products #section-content-header .product-name-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #section-content.products #section-content-header .right img {
    max-width: 500px;
  }
  #contact {
    overflow: hidden;
  }
  #contact::before {
    display: none;
  }
  #contact .content-wrapper {
    flex-wrap: wrap;
  }
  #contact .content-wrapper .select-wrapper {
    width: 100%;
  }
  #contact .content-wrapper .select-wrapper::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-color: #f0f0f0;
  }
  #contact .content-wrapper .select-wrapper .select-content {
    margin-bottom: 30px;
  }
  #contact .content-wrapper .select-wrapper .select-container {
    max-height: 260px;
    position: relative;
    height: unset;
  }
  #contact .content-wrapper .select-wrapper .select-box {
    max-height: 215px;
    height: auto;
  }
  #contact .content-wrapper .addres-wrapper {
    width: 100%;
  }
  #contact .contact-forms-wrapper .content-wrapper {
    padding-bottom: 30px;
  }
  #contact .contact-forms-wrapper .contact_item {
    max-width: unset;
  }
  #contact .contact-forms-wrapper .is--select .select-container .select-box {
    max-height: 250px;
  }
  #contact .contact-forms-wrapper .is--form form .wpcf7-response-output {
    position: static;
    margin-bottom: 0;
  }
  .map {
    height: 300px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper {
    padding: 60px 32px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info .image-wrapper {
    width: 170px;
    height: 170px;
  }
}
@media all and (max-width: 800px) {
  /* about */
  /*	#about-content .box.one .right{
  	width: 100%;
  	margin: 0 auto;
  	float: none;
  	img{
  		width: 100%;
  		height: auto;
  		margin: 0 auto;
  		display: block;
  	}
  }*/
  #section-content #section-content-header h1,
  #section-content #section-content-header h2,
  #section-content #section-content-header h3,
  #section-content #section-content-header h4,
  #section-content #section-content-header h5,
  #section-content #section-content-header h6,
  #header-analytics h1,
  #header-analytics h2,
  #header-analytics h3,
  #header-analytics h4,
  #header-analytics h5,
  #header-analytics h6,
  #section-content.products #section-content-header h1,
  #section-content.products #section-content-header h2,
  #section-content.products #section-content-header h3,
  #section-content.products #section-content-header h4,
  #section-content.products #section-content-header h5,
  #section-content.products #section-content-header h6 {
    font-size: 36px;
    line-height: 36px;
  }
  #section-content #section-content-header h1 a,
  #section-content #section-content-header h2 a,
  #section-content #section-content-header h3 a,
  #section-content #section-content-header h4 a,
  #section-content #section-content-header h5 a,
  #section-content #section-content-header h6 a,
  #header-analytics h1 a,
  #header-analytics h2 a,
  #header-analytics h3 a,
  #header-analytics h4 a,
  #header-analytics h5 a,
  #header-analytics h6 a,
  #section-content.products #section-content-header h1 a,
  #section-content.products #section-content-header h2 a,
  #section-content.products #section-content-header h3 a,
  #section-content.products #section-content-header h4 a,
  #section-content.products #section-content-header h5 a,
  #section-content.products #section-content-header h6 a {
    line-height: 21px;
  }
  #header-analytics {
    background-position: center top;
  }
  #about-content .box.one .right,
  #about-content .box.one .left,
  #about-content .box.two .left,
  #about-content .box.two .right,
  #about-content .box.three .right,
  #about-content .box.three .left {
    display: block;
    width: 100%;
    float: none;
  }
  #about-content .box.one .right img,
  #about-content .box.one .left img,
  #about-content .box.two .left img,
  #about-content .box.two .right img,
  #about-content .box.three .right img,
  #about-content .box.three .left img {
    width: 60%;
    margin: 0 auto;
    height: auto;
  }
  #about-content .box.one .left,
  #about-content .box.two .left,
  #about-content .box.three .right {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  #about-content .box.one .left .box-content-wrapper,
  #about-content .box.two .left .box-content-wrapper,
  #about-content .box.three .right .box-content-wrapper {
    max-width: 100%;
  }
  #about-content .box.three .logo {
    display: none;
  }
  /* News */
  #news .item {
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
  }
  #news .item:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    box-shadow: none;
  }
  /* Lab */
  #lab-content .box.one .right,
  #lab-content .box.one .left,
  #lab-content .box.two .left,
  #lab-content .box.two .right,
  #lab-content .box.three .right,
  #lab-content .box.three .left {
    display: block;
    width: 100%;
    float: none;
  }
  #lab-content .box.one .right img,
  #lab-content .box.one .left img,
  #lab-content .box.two .left img,
  #lab-content .box.two .right img,
  #lab-content .box.three .right img,
  #lab-content .box.three .left img {
    width: 60%;
    margin: 0 auto;
    height: auto;
  }
  #lab-content .box.one .left,
  #lab-content .box.two .right,
  #lab-content .box.three .left {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  #lab-content .box.one .left .box-content-wrapper,
  #lab-content .box.two .right .box-content-wrapper,
  #lab-content .box.three .left .box-content-wrapper {
    max-width: 100%;
  }
  #lab-content .box.three .logo {
    display: none;
  }
  /* CSR */
  #csr-content .box.one .right,
  #csr-content .box.one .left,
  #csr-content .box.two .left,
  #csr-content .box.two .right,
  #csr-content .box.three .right,
  #csr-content .box.three .left,
  #csr-content .box.four .right,
  #csr-content .box.four .left,
  #csr-content .box.five .right,
  #csr-content .box.five .left {
    display: block;
    width: 100%;
    float: none;
  }
  #csr-content .box.one .right img,
  #csr-content .box.one .left img,
  #csr-content .box.two .left img,
  #csr-content .box.two .right img,
  #csr-content .box.three .right img,
  #csr-content .box.three .left img,
  #csr-content .box.four .right img,
  #csr-content .box.four .left img,
  #csr-content .box.five .right img,
  #csr-content .box.five .left img {
    width: 60%;
    margin: 0 auto;
    height: auto;
  }
  #csr-content .box.one .right,
  #csr-content .box.two .left,
  #csr-content .box.three .right,
  #csr-content .box.four .left,
  #csr-content .box.five .right {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  #csr-content .box.one .right .box-content-wrapper,
  #csr-content .box.two .left .box-content-wrapper,
  #csr-content .box.three .right .box-content-wrapper,
  #csr-content .box.four .left .box-content-wrapper,
  #csr-content .box.five .right .box-content-wrapper {
    max-width: 100%;
  }
  .searchwp-live-search-results {
    width: 95% !important;
  }
  .side-wrapper.section {
    margin-top: 0;
  }
  #section-menu ul .health-care {
    background-color: #74cff4;
    background-repeat: no-repeat !important;
    background-size: 22px 23px !important;
    background-position: center !important;
    border: none;
    width: 10%;
  }
  #section-menu ul .health-care.active {
    background-color: #74cff4;
    background-repeat: no-repeat !important;
    background-size: 22px 23px !important;
    background-position: 95% center !important;
    border: none;
    width: 60%;
  }
  #section-menu ul .animal-health {
    background-color: #284e9e;
    background-repeat: no-repeat !important;
    background-size: 21px 26px !important;
    background-position: center !important;
    border: none;
    width: 10%;
  }
  #section-menu ul .animal-health.active {
    background-color: #284e9e;
    background-repeat: no-repeat !important;
    background-size: 21px 26px !important;
    background-position: 95% center !important;
    border: none;
    width: 60%;
  }
  #section-menu ul .crop {
    background-color: #94c335;
    background-repeat: no-repeat !important;
    background-size: 25px 27px !important;
    background-position: center !important;
    border: none;
    width: 10%;
  }
  #section-menu ul .crop.active {
    background-color: #94c335;
    background-repeat: no-repeat !important;
    background-size: 25px 27px !important;
    background-position: 95% center !important;
    border: none;
    width: 60%;
  }
  #section-menu ul .pest {
    background-color: #f9943f;
    background-repeat: no-repeat !important;
    background-size: 23px 29px !important;
    background-position: center !important;
    border: none;
    width: 10%;
  }
  #section-menu ul .pest.active {
    background-color: #f9943f;
    background-repeat: no-repeat;
    background-size: 23px 29px !important;
    background-position: 95% center !important;
    border: none;
    width: 60%;
  }
  #section-menu ul .analytics {
    background-color: #778085;
    background-repeat: no-repeat !important;
    background-size: 18px 27px !important;
    background-position: center !important;
    border: none;
    width: 10%;
  }
  #section-menu ul .analytics.active {
    background-color: #778085;
    background-repeat: no-repeat !important;
    background-size: 18px 27px !important;
    background-position: 95% center !important;
    border: none;
    width: 60%;
  }
  /* Section */
  #section-menu .content-wrapper {
    width: 100%;
  }
  #section-menu.more-margin {
    margin-top: 0 !important;
  }
  #section-sidebar .content-wrapper {
    margin: 0 auto;
  }
  #section-sidebar .contact-sidebar-wrapper .contact-item {
    width: 100%;
    margin: 50px auto 0 auto;
    max-width: 300px;
  }
  #section-sidebar .contact-sidebar-wrapper {
    max-width: 100%;
  }
  #section-sidebar .menu-sidebar-wrapper {
    max-width: none;
  }
  #section-sidebar .menu-sidebar-wrapper .content-wrapper {
    padding: 0;
  }
  #section-sidebar .menu-sidebar-wrapper .section-menu-sidebar {
    display: none;
  }
  #section-sidebar .menu-sidebar-wrapper .section-menu-sidebar ul {
    width: 90%;
    margin: 0 auto;
  }
  #section-sidebar .menu-sidebar-wrapper .section-menu-sidebar.download.products-site {
    display: block;
    background-color: #f7f8f8;
    padding: 30px 0;
    margin: 0;
    border-top: 1px solid #778085;
  }
  #section-sidebar,
  #section-content {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  #section-content .menu-sidebar-wrapper {
    display: block;
  }
  #section-content #demo-agents {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #header.people {
    margin-bottom: 50px;
  }
  #header.header-top-zero {
    margin-bottom: 0;
  }
  #header {
    top: 0;
  }
  #home-header-slider .item .desc-wrapper .desc .department-name,
  #home-header-slider .item .desc-wrapper .desc .secondary-text {
    font-size: 36px;
  }
  #section-1.home .box {
    flex-wrap: wrap;
  }
  #section-1.home .box:nth-child(2) .image-wrapper {
    order: inherit;
  }
  #section-1.home .box .text-wrapper {
    width: 100%;
  }
  #section-1.home .box .image-wrapper {
    width: 100%;
  }
  #section-3.home .box {
    flex-wrap: wrap;
  }
  #section-3.home .box .text-wrapper {
    width: 100%;
  }
  #section-3.home .box .image-wrapper {
    width: 100%;
  }
  #news.home .news-wrapper {
    flex-wrap: wrap;
  }
  #news.home .news-wrapper .item {
    width: 100%;
  }
  #contact .map {
    position: static;
    width: 100%;
    margin: 50px auto;
    min-height: 285px;
  }
  #contact .map iframe {
    min-height: 285px;
  }
  #contact .box.one,
  #contact .box.two {
    float: left;
    width: 50%;
  }
  #contact .box.three {
    clear: both;
    padding-top: 60px;
  }
  /*  Menu - top */
  .search-wrapper .logo-mobile {
    background: url(../img/logo/icb-pharma-logo.png) no-repeat;
    background-position: 5% center;
    background-size: 90px 30px;
    width: 90px;
    height: 35px;
    display: block;
    float: left;
    margin-left: 5%;
    border-right: none;
  }
  .search-wrapper .content-wrapper {
    width: 100%;
  }
  .search-wrapper .content-wrapper .content {
    width: 100%;
    border: none;
  }
  .search-wrapper .content-wrapper .lang ul li {
    border-right: none;
  }
  /* Welcome */
  #welcome .left,
  #welcome .right {
    width: 100%;
    float: none;
  }
  #welcome .right {
    margin: 30px 0;
  }
  /* LAb */
  #info-wrapper .info-box {
    width: 80%;
    margin: 50px auto;
    float: none;
  }
  /* Contact */
  #section-contact .lab-rnd .content-item-wrapper .image {
    height: 300px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper {
    padding: 40px 32px;
    margin: 20px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .close-window {
    top: 5px !important;
    right: 0 !important;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box {
    gap: 30px;
    flex-direction: column;
    overflow: auto;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info .image-wrapper {
    margin: 20px auto;
    width: 120px;
    height: 120px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info p.desc {
    padding-top: 0px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info .name {
    font-size: 19px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form {
    overflow: unset;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form p {
    padding-bottom: 10px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form input:not([type=checkbox]) {
    height: 40px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form textarea {
    height: 150px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form .wpcf7-spinner {
    margin-top: 48px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form .form-error-wrapper {
    position: unset;
    font-size: 13px;
  }
}
@media all and (max-width: 700px) {
  /* HOME */
  #welcome .left .desc h3,
  #section-box-analytics .content-wrapper .left .desc h3 {
    font-size: 32px;
  }
  #section-2.home .item-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  #section-2.home .item-wrapper .item {
    width: 100%;
    max-width: 450px;
    max-height: 520px;
  }
  #section-2.home .item-wrapper .item .menu_wrapper {
    min-height: 70px;
  }
  #section-contact .department-wrapper {
    padding: 80px 5% 50px;
  }
  #section-contact .close-window {
    top: 20px;
  }
  #person .item-wrapper:first-child {
    justify-content: center;
  }
  #person .item-wrapper:first-child .item {
    width: 100%;
    max-width: 320px;
  }
  #person .item-wrapper .item {
    width: 50%;
    max-width: 320px;
  }
  /* HOME */
  #welcome .left .desc h3,
  #section-box-analytics .content-wrapper .left .desc h3 {
    font-size: 32px;
  }
  /* JOB OFFERS */
  .side-wrapper.section.career .header-career .content-wrapper.content {
    margin: 0 auto;
  }
  .skk_offers th {
    padding: 20px 15px !important;
  }
  .skk_offers td {
    padding: 32px 15px !important;
    font-size: 20px !important;
  }
  /* Footer */
  #footer .right {
    width: 100%;
  }
  #footer .left .box ul {
    margin-bottom: 25px;
  }
  #footer .left .box ul li {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 600px) {
  #job-offer-modal .modal-content-wrapper {
    gap: 20px;
  }
  #job-offer-modal .modal-side-wrapper {
    width: calc(100% - 50px);
  }
  #job-offer-modal .modal-wrapper {
    max-height: 441px;
  }
  #job-offer-modal .modal-wrapper .title {
    font-size: 37px;
  }
  #job-offer-modal .modal-wrapper .desc {
    font-size: 17px;
  }
  #top {
    height: 40px;
  }
  #top #menu {
    margin-top: 53px;
    height: calc(100vh - 53px);
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container {
    max-width: 86%;
    padding: 40px 2% 0 2%;
  }
  #section-menu {
    padding-top: 67px;
  }
  #section-content.career .box .right,
  #section-content.career .box .left {
    width: 100%;
    float: none;
  }
  #section-content.career .box .right img,
  #section-content.career .box .left img {
    margin: 0 auto;
    display: block;
  }
  #section-content.career .box .right .desc,
  #section-content.career .box .left .desc {
    width: 90%;
  }
  #quality-content .box .left .desc {
    position: static;
    color: #778085;
    font-size: 22px;
    line-height: 26px;
    margin: 50px auto;
  }
  #section-menu ul .health-care,
  #section-menu ul .animal-health,
  #section-menu ul .crop,
  #section-menu ul .pest,
  #section-menu ul .analytics {
    width: 13%;
  }
  #section-menu ul .analytics.active a {
    font-size: 10px;
  }
  #section-menu ul .health-care.active,
  #section-menu ul .animal-health.active,
  #section-menu ul .crop.active,
  #section-menu ul .pest.active,
  #section-menu ul .analytics.active {
    background-image: none !important;
    width: 46%;
    padding: 0 1%;
  }
  /* Section strona glowna - menu */
  #section-box-menu .box .section-item {
    width: 100%;
    float: none;
  }
  #section-box-analytics .content-wrapper .left {
    position: relative;
    z-index: 2;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
  }
  #section-box-analytics .content-wrapper .right {
    width: 100%;
    z-index: 1;
    background-position: center;
    background-size: 120px auto;
  }
  /* HOME */
  #home-header-slider .item .desc-wrapper .desc .primary-text {
    font-size: 70px;
  }
  #home-header-slider .item .desc-wrapper .desc .department-name,
  #home-header-slider .item .desc-wrapper .desc .secondary-text {
    font-size: 28px;
    line-height: 1.2;
  }
  #brand.home .brands-informations-wrapper {
    padding: 30px;
    gap: 20px;
    padding-top: 60px;
  }
  #brand.home .brands-informations-wrapper .product-content-wrapper {
    flex-direction: column;
    height: 80%;
  }
  #brand.home .brands-informations-wrapper .product-content-wrapper::-webkit-scrollbar {
    width: 4px;
  }
  #brand.home .brands-informations-wrapper .product-content-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #778085;
  }
  #brand.home .brands-informations-wrapper .product-content-wrapper .product-image {
    height: 60%;
    width: 100%;
  }
  #brand.home .brands-informations-wrapper .product-content-wrapper .product-content {
    width: 100%;
    height: auto;
  }
  #brand.home .brands-informations-wrapper .brand-nav {
    position: static;
    width: 100%;
  }
  #brand.home .filter-wrapper {
    top: 60px;
    padding: 50px 0;
  }
  #brand.home .logo-wrapper {
    gap: 10px;
  }
  #brand.home .logo-wrapper a {
    position: relative;
    width: 120px;
    height: 86px;
  }
  /* News */
  #news .item {
    width: 100%;
    max-width: 300px;
    float: none;
    display: block;
    margin: 0 auto 10px auto;
    position: static !important;
  }
  #home-header-slider .item .desc-wrapper {
    top: 100px;
  }
  #home-header-slider .item .desc-wrapper .desc p {
    font-size: 32px;
    line-height: 40px;
  }
  /* Contact */
  #section-contact .contact-item {
    width: 95%;
  }
  #section-box-menu .box .section-item ul li {
    display: block;
  }
  #news {
    margin-top: 50px;
    padding-bottom: 10px;
  }
  #news .section-title {
    font-size: 25px;
  }
  #news .item {
    margin-top: 40px;
  }
  #header.about,
  #header.career,
  #header.auction,
  #header.delivery,
  #header.documents-site,
  #header.media,
  #header.quality,
  #header.lab,
  #header.csr,
  #header.news,
  #header.contact,
  #header.people {
    height: 350px;
  }
  #header.about .side-wrapper,
  #header.career .side-wrapper,
  #header.auction .side-wrapper,
  #header.delivery .side-wrapper,
  #header.documents-site .side-wrapper,
  #header.media .side-wrapper,
  #header.quality .side-wrapper,
  #header.lab .side-wrapper,
  #header.csr .side-wrapper,
  #header.news .side-wrapper,
  #header.contact .side-wrapper,
  #header.people .side-wrapper {
    height: 350px;
    background-size: cover;
  }
  #header.about .side-wrapper .item,
  #header.career .side-wrapper .item,
  #header.auction .side-wrapper .item,
  #header.delivery .side-wrapper .item,
  #header.documents-site .side-wrapper .item,
  #header.media .side-wrapper .item,
  #header.quality .side-wrapper .item,
  #header.lab .side-wrapper .item,
  #header.csr .side-wrapper .item,
  #header.news .side-wrapper .item,
  #header.contact .side-wrapper .item,
  #header.people .side-wrapper .item {
    height: 350px;
  }
  #breadcrumb {
    display: none;
  }
  #about-content .box.one {
    background: #fff;
  }
  #header.quality .side-wrapper h2,
  #header.people .side-wrapper h2,
  #header.about .side-wrapper h2,
  #header.lab .side-wrapper h2,
  #header.csr .side-wrapper h2,
  #header.career .side-wrapper h2,
  #header.auction .side-wrapper h2,
  #header.delivery .side-wrapper h2,
  #header.documents-site .side-wrapper h2,
  #header.media .side-wrapper h2,
  #header.news .side-wrapper h2,
  #header.contact .side-wrapper h2 {
    margin-top: 100px;
    font-size: 51px;
    line-height: 45px;
    position: absolute;
    bottom: 30px;
  }
  #section-content.career .box .right img,
  #section-content.career .box .left img {
    width: 80%;
    height: auto;
  }
  /* Contact */
  #section-contact .lab-rnd .content-item-wrapper .image {
    height: 250px;
  }
  #section-contact .lab-rnd h4 {
    text-align: center;
    font-size: 22.7px;
  }
  #section-2.home .arrow-wrapper {
    padding: 0;
    height: 15px;
  }
}
@media all and (max-width: 500px) {
  #home-header-slider .item .desc-wrapper .desc .primary-text {
    font-size: 60px;
  }
  #home-header-slider .item .desc-wrapper .desc .department-name,
  #home-header-slider .item .desc-wrapper .desc .secondary-text {
    font-size: 25px;
    line-height: 1.2;
  }
  #top #menu .menu-menu-glowne-container ul .company-products .sub-menu-container .sub-menu li .sub-menu-content-wrapper .btn-wrapper .btn {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #mobile {
    width: 40px;
    height: 40px;
  }
  .search-wrapper {
    justify-content: right;
    flex-grow: 1;
    width: auto;
  }
  .search-wrapper #searchform .input-wrapper {
    width: 100%;
    width: 120px;
  }
  .lang {
    font-size: 0 !important;
    width: 30px;
  }
  .lang ul li a {
    padding: 10px !important;
    width: auto !important;
  }
  .lang ul li a img {
    padding: 0;
    right: 0;
    position: static;
  }
  #person .item-wrapper {
    justify-content: center;
  }
  #person .item-wrapper .item {
    width: 100%;
  }
  #work-position-choose-menu a {
    font-size: 10px;
  }
  #section-content.work .box .left .position {
    font-size: 16px;
    line-height: 18px;
  }
  #section-content.products #section-content-header .left .video iframe {
    height: 230px;
  }
  .searchwp-live-search-results-showing img {
    float: none;
    width: 60%;
    margin: 20px auto;
    display: block;
  }
  .searchwp-live-search-results-showing a span {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  #header {
    top: 0 !important;
  }
  .search-wrapper .content-wrapper .ue-logo {
    max-width: 118px;
    width: 35%;
  }
  .search-wrapper .content-wrapper .ue-logo a {
    position: relative;
  }
  .search-wrapper .content-wrapper .ue-logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
  }
  .search-wrapper .content-wrapper .lang {
    width: 88px;
  }
  #welcome .left .desc {
    width: 100%;
  }
  #welcome .right {
    margin: 0;
  }
  #news #loading-indicator.spinner-wrapper .spinner {
    top: -100px;
    bottom: 0;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box {
    padding: 0 5px;
  }
}
@media all and (max-width: 470px) {
  #section-content.media .content-box .box-white.company {
    text-align: left;
  }
  #section-content.media .content-box .box-white {
    text-align: center;
  }
  #brand.home .logo-wrapper a {
    position: relative;
    border-radius: 15px;
    padding: 15px;
    width: 100px;
    height: 72px;
  }
  #brand.home .overlay::before {
    border-radius: 15px;
  }
  /* Contact */
  #section-contact .lab-rnd .content-item-wrapper .image {
    height: 230px;
    background-size: cover;
  }
  #contact .addres-wrapper .data-box {
    height: -moz-fit-content;
    height: fit-content;
  }
  #contact .addres-wrapper .data-box address {
    flex-direction: column;
  }
}
@media all and (max-width: 400px) {
  .search-wrapper .content-wrapper .ue-logo a img {
    width: 100%;
    height: auto;
  }
  #brand.home .filter-wrapper {
    padding: 30px 0;
  }
  #brand.home .filter-wrapper .btn {
    font-size: 12px;
    padding: 8px;
  }
  /* Contact */
  #section-contact .lab-rnd .content-item-wrapper .image {
    height: 200px;
    background-size: cover;
  }
  /* Contact page */
  #contact .contact-data-wrapper .addres-wrapper .addres-content-wrapper .data-box:last-child {
    min-width: unset;
  }
  #contact .contact-forms-wrapper .contact_item {
    min-width: unset;
  }
}
@media all and (max-width: 350px) {
  #brand.home .brands-informations-wrapper .product-content-wrapper .product-image {
    display: none;
  }
  #section-content #section-content-header,
  #header-analytics {
    height: 200px;
  }
  #section-content #section-content-header h1,
  #section-content #section-content-header h2,
  #section-content #section-content-header h3,
  #section-content #section-content-header h4,
  #section-content #section-content-header h5,
  #section-content #section-content-header h6,
  #header-analytics h1,
  #header-analytics h2,
  #header-analytics h3,
  #header-analytics h4,
  #header-analytics h5,
  #header-analytics h6 {
    font-size: 28px;
    line-height: 28px;
  }
  #section-content #section-content-header h1 a,
  #section-content #section-content-header h2 a,
  #section-content #section-content-header h3 a,
  #section-content #section-content-header h4 a,
  #section-content #section-content-header h5 a,
  #section-content #section-content-header h6 a,
  #header-analytics h1 a,
  #header-analytics h2 a,
  #header-analytics h3 a,
  #header-analytics h4 a,
  #header-analytics h5 a,
  #header-analytics h6 a {
    line-height: 21px;
  }
  #section-content.products #section-content-header h1,
  #section-content.products #section-content-header h2,
  #section-content.products #section-content-header h3,
  #section-content.products #section-content-header h4,
  #section-content.products #section-content-header h5,
  #section-content.products #section-content-header h6 {
    font-size: 28px;
    line-height: 28px;
  }
  #section-content.products #section-content-header h1 a,
  #section-content.products #section-content-header h2 a,
  #section-content.products #section-content-header h3 a,
  #section-content.products #section-content-header h4 a,
  #section-content.products #section-content-header h5 a,
  #section-content.products #section-content-header h6 a {
    line-height: 21px;
  }
  #section-content .desc {
    font-size: 18px;
    line-height: 22px;
  }
  #home-header-slider .item .desc-wrapper .desc .primary-text {
    font-size: 48px;
  }
  #home-header-slider .item .desc-wrapper .desc .department-name,
  #home-header-slider .item .desc-wrapper .desc .secondary-text {
    font-size: 25px;
    line-height: 1.2;
  }
  #header.header-top-zero {
    margin-bottom: 0;
  }
  #home-header-slider .item img {
    height: 480px;
  }
  #home-header-slider .item .desc-wrapper {
    top: 50px;
  }
  #home-header-slider .item .desc-wrapper .desc .desc-text-wrapper {
    margin-bottom: 80px;
  }
  #home-header-slider .item .desc-wrapper .desc p {
    font-size: 28px;
    line-height: 32px;
  }
  #contact .box.one,
  #contact .box.two {
    float: none;
    width: 100%;
  }
  #contact .box.three {
    clear: both;
    padding-top: 0px;
  }
  #section-content.products #section-content-header .left .video iframe {
    height: 200px;
  }
  /* Contact */
  #section-contact .lab-rnd .content-item-wrapper .image {
    height: 170px;
  }
  .search-wrapper {
    padding-right: 0px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper {
    padding: 40px 20px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info {
    gap: 10px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info h3 {
    font-size: 25px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .person-info .name {
    font-size: 20px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form textarea {
    height: 100px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form input:not([type=checkbox]),
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form textarea {
    font-size: 13px;
  }
  #section-contact .contact-form-wrapper .contact-form-contetnt-wrapper .contact-form-box .contact-form div form input[type=checkbox] {
    font-size: 16px;
  }
}
@media all and (max-width: 320px) {
  .search-wrapper .logo-mobile {
    margin-left: 2%;
  }
}
/* --- zmiana logo --- */
/* --- Logo 1 --- */
/* .search-wrapper .logo-mobile{
	background-image: url('https://icbpharma.com/wp-content/uploads/2020/12/icb-pharma-logo-merry-christmas.png');
	background-repeat: no-repeat;
	background-size: contain;

}

#top #logo-icb h1 a{
	background-image: url('https://icbpharma.com/wp-content/uploads/2020/12/icb-pharma-logo-merry-christmas.png');
} */
/* --- Logo 2 --- */
/*

 .search-wrapper .logo-mobile{
	background-image: url('https://icbpharma.com/wp-content/uploads/2022/04/icb-pharma-logo-easter.png');
	background-repeat: no-repeat;
	background-size: contain;

}

#top #logo-icb h1 a{
	background-image: url('https://icbpharma.com/wp-content/uploads/2022/04/icb-pharma-logo-easter.png');
}

*/
/* END zmiana logo */
/* zmiana contact header */
/* END zmiana contact header */
.cookie-notice-container {
  box-sizing: border-box;
}

#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;
}

#footer .copy-wrapper .copy p {
  display: inline-block;
}

#news .item .article-content ul {
  padding-left: 20px;
}

.cn-button.wp-default {
  color: rgb(119, 128, 133) !important;
  background: #fff !important;
}

#section-content.media .content-box .about-section .box-desc {
  max-width: 550px;
}

#about-content .box.one {
  display: none;
}

#section-content.products .text-wrapper .country {
  font-size: 22.8px;
  font-weight: 700;
  margin: 30px 0 20px;
  display: inline-block;
}

.breadcrumb-container li:last-child .separator {
  display: none;
}

.hide {
  display: none !important;
}

#header.error {
  height: 100px;
  min-height: unset;
}

.grecaptcha-badge {
  display: none !important;
}

.select-item[name=hr] {
  text-transform: uppercase !important;
}

#news-module .article-title {
  line-height: 1.2;
}

#news-module .article-content a {
  color: #fff;
  font-style: italic;
}

#news-module .article-content a:hover {
  text-decoration: underline;
}

#section-content.products .text-wrapper #filter-select ul li ul {
  overflow-y: scroll;
}

#menu ul .company-products .sub-menu-container .sub-menu li a:hover::after {
  left: 53%;
}

#menu ul .company-products .sub-menu-container .sub-menu li:hover a::after {
  left: 54%;
}

#footer .right .box ul li:first-child {
  line-height: unset;
  height: 21px;
  padding: 15px 0;
}

#CookiebotWidget :focus-visible,
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
  outline: unset !important;
}

#contact .addres-wrapper .data-box address div a {
  color: inherit;
}/*# sourceMappingURL=style.css.map */