@charset "UTF-8";
.light-blue-bg {
  background-color: #adcef0;
}

.yellow-bg {
  background-color: #f6eb61;
}

.purple-bg {
  background-color: #c7c4f3;
}

#content {
  transition: 0.7s ease;
  opacity: 1;
}
#content.animCont {
  opacity: 0;
}

.scroller-pages {
  position: absolute;
  left: 24%;
  width: 40px;
  height: 40px;
  border: 2px solid #10069f;
  border-radius: 50%;
}

@font-face {
  font-family: "icomoon";
  src: url("webfonts/icomoon.eot?5f01du24333");
  src: url("webfonts/icomoon.eot?5f01du24333#iefix") format("embedded-opentype"), url("webfonts/icomoon.ttf?5f01du24333") format("truetype"), url("webfonts/icomoon.woff?5f01du24333") format("woff"), url("webfonts/icomoon.svg?5f01du24333#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-border-white {
  line-height: 52px;
  border: 2px solid #fff;
  height: 60px;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  font-family: "BrandonTextWeb-Bold";
  margin-bottom: 15px;
}
.btn-border-white:hover {
  background: #fff;
  color: #10069f;
}
@media (max-width: 767px) {
  .btn-border-white {
    padding: 0 17px;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
}
.btn-border-white span:before {
  display: none;
}
.btn-border-white.loading, .btn-border-white.loading:hover {
  background: #10069f !important;
  border-color: #10069f !important;
}

.buttons {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .buttons {
    margin-bottom: 30px;
  }
}
.buttons li {
  margin-right: 18px;
  display: inline-block;
}
@media (max-width: 575px) {
  .buttons li {
    width: 100%;
  }
}

.icon-check:before {
  content: "\e998";
}

.icon-world:before {
  content: "\e999";
}

.icon-arrow-right-white:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-gift:before {
  content: "\e903";
}

.icon-healthy:before {
  content: "\e904";
}

.icon-heart:before {
  content: "\e905";
}

.icon-quality:before {
  content: "\e906";
}

.icon-safety:before {
  content: "\e907";
}

.icon-sale:before {
  content: "\e90f";
}

.icon-score:before {
  content: "\e909";
}

.icon-tree:before {
  content: "\e90a";
}

.icon-apple:before {
  content: "\e90b";
}

.icon-baloons:before {
  content: "\e90c";
}

.icon-book:before {
  content: "\e90d";
}

.icon-people:before {
  content: "\e90e";
}

.icon-smile:before {
  content: "\e911";
}

.icon-download:before {
  content: "\e912";
}

.icon-eye:before {
  content: "\e913";
}

.icon-champion:before {
  content: "\e914";
}

.icon-dish:before {
  content: "\e910";
}

.icon-family:before {
  content: "\e916";
}

.icon-plus:before {
  content: "\e908";
}

.icons {
  margin-top: 25px;
  font-size: 15px;
}
.icons ul {
  text-align: center;
  display: flex;
}
.icons li {
  margin-bottom: 55px;
  text-align: center;
}
.icons li a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.icons li strong {
  display: block;
  width: 100%;
  line-height: 26px;
}
.icons li i {
  width: 100%;
  display: block;
  font-size: 50px;
  margin-bottom: 15px;
}
.icons li i.icon-plus {
  margin-top: 30px;
  font-size: 20px;
}
.icons.lb {
  color: #10069f;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 1px;
}

strong {
  font-family: "BrandonTextWeb-Bold";
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  color: #10069f;
  padding: 0 20px;
  outline: none;
  font-size: 16px;
}

.no-padding {
  padding: 0 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #10069f;
  text-decoration: none;
}

p {
  line-height: 150%;
  letter-spacing: 0.5px;
  font-family: "BrandonTextWeb-Regular";
}

input:not([type=checkbox]),
select {
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:not([type=checkbox]),
textarea,
select {
  letter-spacing: 1px;
  box-sizing: border-box;
  max-width: 606px;
  width: 100%;
  border: none;
  font-family: "BrandonTextWeb-Regular";
  padding: 0 20px;
  border: 1px solid #0f069f;
  color: #0f069f;
  font-size: 16px;
  font-weight: 600;
}

textarea {
  padding-top: 20px;
  resize: vertical;
}

label.asterix-ancor.visCSSlabel,
label.visCSSlabel {
  display: none;
}

::-webkit-input-placeholder {
  color: #0f069f;
  opacity: 0.5;
  font-family: "BrandonTextWeb-Regular";
  font-size: 16px;
}

::-moz-placeholder {
  color: #0f069f;
  opacity: 0.5;
  font-family: "BrandonTextWeb-Regular";
  font-size: 16px;
}

:-moz-placeholder {
  color: #0f069f;
  opacity: 0.5;
  font-family: "BrandonTextWeb-Regular";
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #0f069f;
  opacity: 0.5;
  font-family: "BrandonTextWeb-Regular";
  font-size: 16px;
}

input:focus,
textarea:focus,
select:focus {
  border: 2px solid #0f069f;
  outline: none;
}

input.btn, .control-group .btn {
  border: 1px solid #0f069f;
  color: #0f069f;
  font-size: 20px;
  height: 60px;
  max-width: 535px;
  padding: 0;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  cursor: pointer;
  background: none;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-family: "BrandonTextWeb-Bold";
  line-height: 0;
  width: 100%;
  margin: 10px auto 50px;
}

input.btn:hover {
  background-color: #0f069f;
  color: #fff;
}

.field5 {
  margin-top: 15px;
}

#field5,
#field6 {
  display: none;
  padding-top: 15px;
  border: none;
}

#field5:focus,
#field6:focus {
  border: none;
}

.error {
  border-width: 2px;
  line-height: 9px;
  color: #ff0000;
  display: inline-block;
  border-color: #ff0000;
}

label.error {
  font-size: 15px;
  display: block !important;
  line-height: 18px;
  margin-bottom: 5px;
}

#modvisform113ad-namelbl,
#field8 {
  display: none;
}

#rodo {
  max-width: 550px;
  font-size: 12px;
  line-height: 150%;
}

.labelOfCheckbox {
  max-width: 550px;
  line-height: 150%;
}

.form-content {
  margin-top: 55px;
}

.form-content h3 {
  margin-bottom: 15px;
}

.com_contact #content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  float: none;
}
.com_contact .contact-cat-items {
  padding-top: 20px;
}
@media (max-width: 575px) {
  .com_contact .contact-cat-items > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.com_contact textarea {
  height: 210px;
}
.com_contact .category-item div {
  padding-right: 0;
}
.com_contact .contact-item {
  padding-bottom: 48px;
}
.com_contact .contact-item.other-contact span.contact-name {
  padding-bottom: 7px;
  display: block;
}
.com_contact .contact-item.other-contact span.contact-position {
  padding-top: 1px;
  display: block;
}
.com_contact .contact-page {
  padding: 60px 0 0;
}
.com_contact .contact-page h3 {
  margin: 0 0 40px 0px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .com_contact .contact-page h3 {
    font-size: 30px;
  }
}
.com_contact .contact-page .reg {
  margin-top: 13px;
  margin-bottom: 13px;
}
.com_contact .form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .com_contact .form {
    justify-content: flex-start;
  }
}
.com_contact .form h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .com_contact .form h3 {
    text-align: left;
  }
}
.com_contact .form .visform:not(.bt5):not(.bt4mcindividual):not(.uikit3):not(.uikit2) label.error {
  line-height: 0.8;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
  padding: 10px;
  background-color: gray;
  border-radius: 5px;
  display: inline-block !important;
  max-width: 60%;
  margin: 0;
}
.com_contact .form .visform:not(.bt5):not(.bt4mcindividual):not(.uikit3):not(.uikit2) p.errorcontainer:after {
  width: 0;
  height: 0;
  display: block;
  margin-left: 15px;
  border-top: 7px solid gray;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  margin-bottom: 12px;
}
.com_contact .two-columns-contact {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .com_contact .two-columns-contact {
    margin-bottom: 85px;
  }
}
.com_contact #contact_id_172 {
  order: -1;
}
.com_contact .contact-item-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.com_contact .contact-item-box img {
  max-width: 134px;
  max-height: 134px;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  border-radius: 50%;
  display: none;
}
.com_contact .contact-name {
  font-family: "BrandonTextWeb-Bold";
  font-size: 22px;
}
.com_contact .contact-list {
  width: 100%;
  float: left;
}
.com_contact .contact-list p {
  display: block;
  line-height: 35px;
}
.com_contact span.contact-title {
  font-family: "BrandonTextWeb-Bold";
}
.com_contact .contact-list li {
  padding-bottom: 65px;
}
.com_contact .category-item {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
.com_contact .contact-phone:before {
  width: 93px;
  height: 1px;
  background: #10069f;
  display: block;
  content: "";
  margin: 10px 0;
}

input[type=checkbox] {
  display: none !important;
}

div.cc-checkboxes-container input[type=checkbox] {
  display: block !important;
}

.checkbox-block {
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-radio > span,
.custom-checkbox > span {
  margin-right: 10px;
  width: 23px;
  height: 23px;
  border: 1px solid #0f069f;
  display: inline-block;
  position: relative;
  top: 6px;
  transition: 0.4s all;
}

@media (min-width: 1200px) {
  .checkbox-block:hover .custom-checkbox > span {
    border-color: #a3d859;
  }
}
.custom-checkbox input:checked ~ span {
  background: #a3d859;
  border-color: #a3d859;
}

.custom-checkbox input:checked ~ span:before {
  font-size: 21px;
  display: inline-block;
  content: "+";
  font-family: "BrandonGrotesqueWeb-Regular";
  position: absolute;
  top: -4px;
  left: 5px;
  line-height: normal;
  transform: rotate(45deg);
  color: white;
}

.labelOfCheckbox {
  padding-top: 2px;
}

/* RAMKA */
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#header .content {
  padding: 0 22px;
}

/* title */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BrandonGrotesqueWeb-Bold";
}

h1,
.h1 {
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 150%;
}

@media (max-width: 575px) {
  h1,
  .h1 {
    line-height: 110%;
  }
}
h2,
.h2 {
  font-size: 30px;
  line-height: 40px;
}
h2 p,
.h2 p {
  line-height: inherit;
  letter-spacing: inherit;
}

h3,
.h3 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 1.5px;
  margin: 0;
  /* padding: 29px; */
  /* height: 195px; */
  /* background-color: white; */
  /* padding: 29px; */
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 17px;
}

.details-box h1 {
  line-height: 51px;
}

.contact-page h3 {
  font-family: "BrandonTextWeb-Bold";
}

.zig-zag h1,
.career h1,
.contact-page h1,
.info-page h1,
.product-intro h1,
.cf h1,
h1#career-title {
  text-align: left;
  margin-bottom: 30px;
}

.content-top h1 {
  padding: 60px 0 0;
}

.layout-mielewczykmain-products .first,
.layout-mielewczykmain-products .last,
.itemid-490 .first,
.itemid-490 .last,
.itemid-105 .first,
.itemid-105 .last,
.itemid-184 .first,
.itemid-184 .last {
  padding: 0;
}

/* DEKLARACJA FONT */
.product-item h1 {
  font-size: 35px;
  line-height: 39px;
  letter-spacing: 2px;
}

@media (min-width: 576px) {
  .product-item h1 {
    font-size: 35px;
    line-height: 39px;
  }
}
@media (min-width: 992px) {
  .product-item h1 {
    font-size: 45px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 45px;
    line-height: 70px;
    text-align: center;
  }
  .details-box h1 {
    line-height: 43px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 55px;
    line-height: 70px;
    letter-spacing: 0.03em;
  }
}
/* DEKLARACJA SZEROKOÃƒâ€¦Ã…Â¡CI */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.full-width {
  padding: 0 20px;
  margin: 0 -20px;
}

.full-width-wp {
  padding: 0 20px;
  margin: 0 -20px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  body {
    padding: 0 50px;
  }
  #header .content,
  #export .legend-map {
    padding: 0 52px;
  }
  .full-width {
    padding: 0 50px;
    margin: 0 -50px;
  }
  .info-page .col-lg-6 {
    padding-left: 50px;
  }
  .full-width-wp {
    margin: 0 -50px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  body {
    padding: 0 100px;
  }
  #header .content,
  #export .legend-map {
    padding: 0 102px;
  }
  .full-width {
    padding: 0 100px;
    margin: 0 -100px;
  }
  .info-page .col-lg-6 {
    padding-left: 100px;
    padding-right: 50px;
  }
  .full-width-wp {
    padding: 0;
    margin: 0 -100px;
  }
}
html,
body {
  height: 100%;
}

body {
  font-family: "BrandonTextWeb-Regular";
  font-size: 16px;
}

.itemid-129,
.itemid-214,
.itemid-180 {
  color: #fff;
  background-color: #10069f;
}

.container-column {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a:hover,
a {
  transition: all 0.3s;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.d-flex {
  display: flex !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
/* bg color */
.blue-bg {
  background-color: #10069f;
  color: #ffffff;
}

.yellow-bg {
  background-color: #f6eb61;
  color: #10069f;
}

.white-bg {
  background-color: #ffffff;
  color: #10069f;
}

.custom {
  height: 100%;
  background-size: cover !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}

#fullpage .custom {
  height: 100vh;
}

#fullpage > div {
  overflow: hidden;
}

#fullpage .owl-carousel {
  height: 100vh;
  margin: 0px -25px;
  z-index: -1;
  position: absolute;
}

#fullpage .owl-carousel .owl-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  display: block;
  width: 100%;
  margin: auto;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#fullpage .block-content {
  position: relative;
  z-index: 2;
}

.info-page .item-page .block-wrapper p {
  max-width: 530px;
  color: #f6f6f6;
}

.info-page .custom {
  overflow: hidden;
}

.info-page h3 {
  font-size: 17px;
  line-height: 1.5;
  text-transform: lowercase;
  font-family: "BrandonTextWeb-Bold";
}

#fullpage .lazyload,
.info-page .lazyload {
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-page .lazyload {
  width: 50%;
}

.info-page .lazyload {
  right: 0;
  position: fixed;
  left: auto;
  top: 121px;
}

#fullpage .lazyload {
  height: 100vh;
}

.tabs:after {
  font-size: 9px;
  content: "\e901";
  font-family: icomoon;
  margin-left: 6px;
  position: relative;
  display: inline-block;
  top: 0px;
}

.tabs.active:after {
  transform: rotate(180deg);
  top: -3px;
}

.tabs {
  cursor: pointer;
}

.tabs ~ p,
.product-intro .category-desc > p:not(.intro):not(.rmText) {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  transition: 0.4s all;
  opacity: 0;
}

.tabs ~ p.active,
.product-intro .category-desc > p.active:not(.intro):not(.rmText) {
  height: 160px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  #fullpage .lazyload,
  .info-page .lazyload {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  #fullpage .custom {
    overflow: hidden;
  }
  .info-page .lazyload {
    margin-top: -80px;
    right: 0;
    position: absolute;
    left: 0;
    height: 100vh;
    top: 0;
  }
}
#content {
  margin-top: 79px;
  float: left;
  width: 100%;
  /* height: 100vh; */
  position: relative;
  word-wrap: break-word;
}

.home #content {
  margin-top: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 17px;
  z-index: 9999;
  background: #10069f;
}

#header .content {
  background-color: #10069f;
}

#logo {
  float: left;
  padding: 20px 0 30px;
}

#logo img {
  margin-top: 4px;
  margin-bottom: -8px;
  display: block;
  height: 34px;
  width: auto;
}

#main-menu {
  padding: 0;
}

#main-menu ul li:hover ul {
  display: block;
}

#main-menu ul li ul {
  position: absolute;
  top: 107px;
  width: 200px;
  right: auto;
  z-index: 1;
  background: #0f069f;
  padding-bottom: 12px;
  font-size: 16px;
}

#main-menu ul li ul li {
  float: none;
  line-height: 33px;
  padding: 0 17px;
  width: 100%;
}

#main-menu li.item-131 a {
  padding-left: 0;
}

#main-menu ul li ul li a {
  font-family: "BrandonTextWeb-Regular";
  padding-left: 13px;
  text-align: left;
  padding: 0;
  margin: 0;
}

#main-menu ul li ul li:after,
#main-menu ul li ul li:before {
  display: none;
}

a {
  position: relative;
}

/*a:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 4px;
  background-color: #fff;
}*/
.produkty h3 a:hover:before {
  height: 2px;
  background-color: #10069f;
  font-size: 17px;
}

.itemid-127 .produkty .item-image img {
  border-bottom: 1px solid rgba(16, 6, 159, 0.7);
}

.cf.product-item .item-image img {
  width: 100%;
  height: auto;
}

/* BLOKI */
.block-content {
  display: flex;
  min-height: calc(100vh - 120px);
  width: 100%;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  text-align: left;
}

#language-switcher {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}

#language-switcher a {
  color: #f6f6f6;
  text-transform: lowercase;
}

/* PRODUKTY */
.produkty .item-image {
  margin-bottom: 15px;
  background: #e3e3e3;
  transition: all 0.2s;
  top: 0;
  position: relative;
  line-height: 0;
}

.produkty .item-image img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
  position: relative;
  line-height: 0;
}

img.lazy {
  transition: all 2s;
}

.produkty a:hover .item-image,
.produkty .items-leading > .active .item-image {
  top: -4px;
}

.produkty .page-header {
  margin-bottom: 50px;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "BrandonTextWeb-Bold";
}

.produkty .page-header span {
  position: relative;
}

.produkty .item-image a {
  display: block;
}

span.subcategory-list {
  font-size: 25px;
}

.produkty h1 {
  color: #10069f;
}

.page-header {
  display: inline-block;
  width: 100%;
}

.product-content .desc {
  max-width: calc(66% - 12px);
  float: left;
  margin: 15px 0 0;
  font-family: "BrandonGrotesqueWeb-Regular";
}

@media (min-width: 1200px) {
  .product-content .desc {
    margin: 15px 0px 40px;
  }
}
@media (max-width: 1199px) {
  .product-content .desc {
    max-width: 100%;
  }
}
span.field-label {
  margin-bottom: 12px;
  font-family: "BrandonTextWeb-Bold";
  text-transform: lowercase;
  display: inline-block;
}

dl.fields-container {
  float: left;
  width: 100%;
}

.product-item .options {
  margin: 10px 0 0 0;
}

.product-item .options strong {
  font-family: "BrandonGrotesqueWeb-Bold";
}

.product-item .options span {
  display: inline-block;
}

.product-item .options span:first-child:after {
  margin: 0 5px;
  content: "•";
}

dd.field-entry {
  line-height: 28px;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

dd.field-entry li {
  margin-bottom: 18px;
}

.career-content dd.field-entry li {
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: 0.5px;
}

dd.field-entry .field-value {
  letter-spacing: 0.5px;
  font-family: "BrandonTextWeb-Regular";
}

.product-intro .content-top h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-intro {
  background-color: #10069f;
  color: white;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 20px 0px 55px;
  margin-bottom: 55px;
}

.category-desc {
  max-width: 500px;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  position: relative;
}

/* PRODUCT TAGS */
.product-content {
  float: left;
  width: 100%;
}

div#tagsRot {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  div#tagsRot {
    margin-top: 70px;
  }
}

.tagssimilar a {
  display: inline-block;
}

.tagssimilar img {
  height: auto;
}

.tagssimilar h2 {
  margin-bottom: 30px;
  font-family: "BrandonTextWeb-Bold";
}

.tagssimilar button {
  outline: none;
}

.tagssimilar span,
.paginationnav a {
  line-height: normal;
  display: block;
  margin-top: 15px;
  font-family: "BrandonTextWeb-Regular";
}

.tagssimilar .owl-nav span,
.paginationnav a {
  margin-top: 0;
  position: relative;
}

.paginationnav a {
  width: 30px;
}

.paginationnav {
  margin-left: -6px;
  position: absolute;
  left: auto;
  bottom: 20px;
  float: left;
}
@media (max-width: 575px) {
  .paginationnav {
    bottom: 30px;
  }
}

.paginationnav ul {
  float: left;
  margin-left: -7px;
}

.historyPag {
  bottom: 0;
  position: absolute;
  width: 80px;
  right: 40px;
}

.owl-nav > button {
  position: absolute;
  top: calc(50% - 30px);
  left: -51px;
}

.owl-nav > button.owl-next {
  left: auto;
  right: -51px;
}

.tagssimilar .owl-carousel {
  margin: 0 45px;
  width: calc(100% - 90px);
}

.owl-nav span:after,
.paginationnav a:after,
.btn-home:after {
  width: 31px;
  display: inline-block;
  height: 30px;
  position: relative;
  padding-left: 0;
  content: "\e901";
  font-family: "icomoon";
  color: #10069f;
  line-height: 31px;
  transition: all 0.3s;
  transform: rotate(-90deg);
  right: -6px;
  top: -8px;
  font-size: 15px;
  transition: 0.4s all ease;
}

.owl-nav span:before,
.paginationnav a:before,
.btn-home:before {
  background: #10069f;
  height: 2px;
  width: 16px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 14px;
  transition: 0.4s all ease;
}

.paginationnav a:after,
.btn-home:after {
  color: #fff;
}

.paginationnav a:before,
.btn-home:before {
  background: #fff;
}

.exportPag .paginationnav a:after,
.exportPag .btn-home:after {
  color: #10069f;
}

.exportPag .paginationnav a:before,
.exportPag .btn-home:before {
  background: #10069f;
}

.owl-nav span:hover:after {
  left: -10px;
}

.paginationnav a:hover:after {
  left: -20px;
}

.owl-nav .owl-prev span:after,
.paginationnav .previous a:after {
  transform: rotate(90deg);
  top: 8px;
  left: 0px;
}

.owl-nav .owl-next span:after,
.paginationnav .next a:after {
  right: -6px;
  left: auto;
}

.owl-nav .owl-next span:after {
  top: -1px;
  right: -5px;
}

.owl-nav .owl-prev span:after {
  top: 0px;
  left: 1px;
}

.paginationnav .next a:before,
.owl-nav .owl-next span:before {
  left: 8px;
}

@media (min-width: 1200px) {
  .owl-nav .owl-next span:hover:after {
    right: -10px;
  }
  .paginationnav .next a:hover:after,
  .owl-nav .owl-next span:hover:after {
    right: -20px;
  }
  .paginationnav .previous a:hover:after,
  .owl-nav .owl-prev span:hover:after {
    left: -13px;
  }
  .paginationnav a:hover:before,
  .owl-nav span:hover:before {
    width: 30px;
  }
}
.paginationnav .previous a:before,
.owl-nav .owl-prev span:before {
  left: auto;
  right: 1px;
}

.btn-home:after {
  position: absolute;
  top: 14px;
  right: 32px;
}

.btn-home:before {
  top: 50%;
  right: auto;
  left: calc(100% - 61px);
}

.btn-home:hover:after {
  right: 18px;
}

.btn-home:hover:before {
  width: 30px;
}

.pager > li {
  float: left;
  margin: 0 6px;
}

.pager a {
  opacity: 0.5;
}

.pager a:hover {
  opacity: 1;
}

@media (max-width: 1199px) {
  #tagsRotMobile {
    float: left;
    width: 100%;
    margin: 50px 0 60px;
  }
}
@media (max-width: 576px) {
  .category-desc {
    -moz-column-count: 1;
    column-count: 1;
  }
  .product .pull-left.item-image {
    padding: 0;
  }
}
.product-intro h1 {
  color: white;
}

/* KONTAKT */
#contact-form {
  background: #ebecec none repeat scroll 0 0;
  display: block;
  padding: 90px 0;
  width: 100%;
}

#contact-form input,
#contact-form textarea {
  height: 75px;
  padding: 6px 10px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact-form textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  resize: none;
  height: 255px;
}

#contact-form input:focus {
  outline: none;
}

#contact-form label {
  display: none;
}

#contact-form .btn.btn-primary {
  background: #265ca8;
  border: medium none;
  border-radius: 0;
  color: white;
  font-size: 20px;
  height: 70px;
  margin: 0;
  transition: background 0.3s;
  padding: 0 30px;
  cursor: pointer;
}

#contact-form .btn.btn-primary:hover {
  background: #000258;
}

#contact-form::-webkit-input-placeholder {
  color: #acc0de;
  font-family: "BrandonTextWeb-Regular";
  font-size: 16px;
}

.contact-category h2 {
  float: left;
}

.contact-category form {
  float: left;
}

/* KARIERA */
body.layout-mielewczykprzetargi,
body.layout-mielewczykkariera {
  background-color: #10069f;
  color: #10069f;
}

.box {
  /* margin: 0; */
  /* padding: 29px; */
  /* height: 195px; */
}

ul.career-items {
  width: 100%;
  float: left;
  margin-bottom: 100px;
  transition: 0.3s all;
  opacity: 1;
}
ul.career-items.unactive {
  opacity: 0;
}

.career-page {
  padding-bottom: 50px;
}

.career-form {
  box-sizing: border-box;
}

.career-items h3 a {
  height: 195px;
  padding: 29px;
  display: block;
  background-color: white;
  font-family: "BrandonTextWeb-Bold";
}
@media (max-width: 767px) {
  .career-items h3 a {
    height: auto;
  }
}

.career-items h3 a small {
  font-size: 14px;
  font-family: "BrandonTextWeb-Regular";
}

@media (max-width: 991px) {
  .career-items h3 a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.career-items h3 a.special {
  background-color: rgb(255, 246, 135);
}

.career-items h3 a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
}

.career-items h3 a:hover span:not(.btn):before {
  display: none;
}

/*.career-items li:nth-child(-2n+8), 
.career-items li:nth-child(8) ~ div:nth-child(-2n+15), 
.career-items li:nth-child(16) ~ div:nth-child(-2n+24),
.career-items li:nth-child(24) ~ div:nth-child(-2n+31),
.career-items li:nth-child(32) ~ div:nth-child(-2n+40),
.career-items li:nth-child(40) ~ div:nth-child(-2n+47),
.career-items li:nth-child(48) ~ div:nth-child(-2n+56),
.career-items li:nth-child(56) ~ div:nth-child(-2n+63) {
    background-color: white;
} */
.career-content ul {
  list-style-type: disc;
  margin-left: 15px;
}

.career-items li {
  padding: 0;
}

.career-items .box {
  /* background-color: white; */
}

.career-items li {
  padding-bottom: 6px;
}

.career-items li:nth-child(2n+1) {
  padding-right: 0;
}

.career-items li:nth-child(2n+2) {
  padding-left: 0;
}

/* HISTORIA */
.history {
  position: relative;
  float: left;
  padding-top: 25px;
}
.history p {
  font-family: "BrandonTextWeb-Medium";
}

.history:before {
  width: 2px;
  background: #fff;
  height: 66px;
  content: "";
  display: block;
  position: fixed;
  z-index: 99999999;
  top: 61px;
  left: 34px;
}

.history.ama:before,
.history.ama > div {
  display: none;
}

.history > div {
  position: relative;
  float: left;
  padding: 0 0 60px 36px;
  border-left: 2px solid #fff;
  left: 14px;
  min-height: calc(100vh - 145px);
}

.history > div > div {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  position: static;
  top: 0px;
}

.history > div > div.unactive {
  margin-bottom: 20px;
  float: left;
  color: #767cc5;
}

.history > div > div.goTop {
  margin-top: -120px;
}

.history > div > div .circle,
.circleInterval {
  left: -11px;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  content: "";
  margin-top: 16px;
  transition: 0.4s all;
  z-index: 99999;
  cursor: pointer;
  transition: 0.4s all;
  transform: scale(1);
  opacity: 1;
}

.history > div > div .circle.act {
  transform: scale(0);
  opacity: 0;
}

.history > div > div .page-header,
.history > div > div .desc {
  clear: both;
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
  position: relative;
  transition: 0.4s all;
  width: auto;
}

.history > div > div .page-header.act,
.history > div > div .desc.act {
  opacity: 0;
  visibility: hidden;
}

.history > div > div.unactive .circle,
.circleInterval {
  left: -6px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}

.circleInterval {
  -webkit-animation: circInterval 10s ease-in infinite;
  animation: circInterval 10s ease-in infinite;
}

@-webkit-keyframes circInterval {
  0% {
    opacity: 0.2;
    bottom: 0;
    transform: scale(2);
  }
  25% {
    opacity: 1;
    bottom: 130%;
    transform: scale(0);
  }
  25.001% {
    opacity: 0;
    bottom: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    bottom: 0;
    transform: scale(2);
  }
}
@keyframes circInterval {
  0% {
    opacity: 0.2;
    bottom: 0;
    transform: scale(2);
  }
  25% {
    opacity: 1;
    bottom: 130%;
    transform: scale(0);
  }
  25.001% {
    opacity: 0;
    bottom: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    bottom: 0;
    transform: scale(2);
  }
}
.history .desc {
  transition: 0.4s all;
  float: left;
  opacity: 1;
  font-family: "BrandonGrotesqueWeb-medium";
}

.history .spcer {
  float: left;
}

.history > div > div.unactive .desc {
  opacity: 0;
  height: 0 !important;
}

.history h3 {
  line-height: normal;
  position: relative;
  cursor: pointer;
  font-size: 50px;
  transition: 0.4s font-size;
  z-index: 2;
  font-weight: 700;
}

.history h3:hover {
  color: #fff;
}

.history .unactive h3 {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .history {
    margin: 25px 0 0;
    padding: 0;
  }
  .history .unactive h3 {
    font-size: 36px;
  }
  .history h3 {
    font-size: 60px;
  }
  .history > div > div .circle {
    margin-top: 22px;
  }
  .history > div > div.unactive .circle {
    margin-top: 13px;
  }
  .history > div {
    left: 17px;
  }
  .history:before {
    top: 79px;
    left: 67px;
  }
  #logo {
    padding: 30px 0px 40px;
  }
  #logo img {
    margin-bottom: -30px;
    height: 48px;
    margin-top: 0px;
  }
  #content {
    padding: 0;
  }
  .product {
    min-height: 100vh;
  }
  .career-items li {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
}
.career-items a {
  color: #10069f;
  position: relative;
  /* background-color: white; */
  /* padding: 29px; */
}

.vis_mandatory.visCSSbot10.visCSStop10,
.field14 .visCustomText {
  color: #c9c9c9;
  font-size: 12px;
  text-transform: lowercase;
}

.readmore span,
.getCatalog,
.readmore a {
  letter-spacing: 1px;
  font-family: "BrandonTextWeb-Bold";
  position: relative;
  padding-right: 30px;
  text-transform: lowercase;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}

.product-intro .readmore a {
  padding-right: 15px;
}

.getCatalog {
  color: #fff;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.getCatalog:hover {
  border-bottom: 2px solid #fff;
}

.readmore span:after,
.readmore:not(.rmText) a:after,
a.btn-pr:after {
  content: "\e901";
  position: absolute;
  height: 17px;
  font-size: 11px;
  line-height: 22px;
  color: #10069f;
  font-family: "icomoon";
  font-weight: 600;
  transform: rotate(-90deg);
  right: 0px;
  top: 4px;
  transition: all 0.3s;
}

.readmore span:before,
.readmore:not(.rmText) a:before {
  background: #10069f;
  height: 2px;
  width: 15px;
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(100% - 18px);
  top: 12px;
  transition: all 0.3s;
}

a:hover .readmore span:after,
.readmore:not(.rmText) a:hover:after {
  right: -10px;
  color: #fff;
}

a:hover .readmore span:before,
.readmore a:hover:before {
  width: 25px;
}

.readmore.white a,
.readmore.white a:after,
.readmore.white a:before {
  color: white;
}

.itemid-128 .readmore a,
.itemid-128 .readmore a:after,
.itemid-213 .readmore a,
.itemid-213 .readmore a:after,
.itemid-179 .readmore a,
.itemid-179 .readmore a:after,
.itemid-148 .readmore a,
.itemid-148 .readmore a:after {
  color: white;
  /* background: white; */
}

.itemid-128 .readmore a:before,
.itemid-213 .readmore a:before,
.itemid-179 .readmore a:before {
  background: white;
}

.itemid-148 .readmore a:before {
  background: white;
  left: 137px;
}

/* PAGINACJA */
/*
.pagination a span:after {
    content: "\e901";
    position: absolute;
    height: 17px;
    font-size: 11px;
    line-height: 22px;
    color: #10069F;
    font-family: 'icomoon';
    transform: rotate(-90deg);
    right: 0px;
    top: 6px;
    transition: all .3s;
}
.pagination a span:before {
    background: #10069F;
    height: 2px;
    width: 15px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 113px;
    top: 14px;
    transition: all .3s;
}
.pagination a span:hover:after {
  right: -10px;
}

.pagination a span:hover:before {
  width: 25px;
} 
*/
.career h1 {
  color: white;
}

.career-items p.readmore {
  position: absolute;
  top: 140px;
  left: 33px;
}
@media (max-width: 767px) {
  .career-items p.readmore {
    position: unset;
    padding-top: 20px;
  }
}

.career-items li ~ .readmore {
  opacity: 0;
}

.career-items li:hover ~ .readmore {
  opacity: 1;
}

.career-items .readmore:hover ~ .readmore {
  opacity: 1;
}

/* NAWIGACJA */
#trigger-overlay span {
  display: block;
  width: 27px;
  height: 3px;
  background: #fff;
  margin-bottom: 6px;
}

#trigger-overlay {
  background: none;
  border: 0;
  padding: 0;
  margin: 34px 0 0 0;
  float: right;
}

#overlay-close {
  top: 40px;
  right: -6px;
  position: absolute;
  border: 0;
  background: none;
  z-index: 4;
  display: none;
  z-index: 999999;
}

#overlay-close.active {
  display: block;
}

#overlay-close span {
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  position: relative;
}

#overlay-close span:first-child {
  transform: rotate(45deg);
  top: 0px;
}

#overlay-close span:nth-child(2) {
  transform: rotate(-45deg);
  top: -4px;
}

@media (min-width: 992px) {
  #main-menu > div > ul {
    position: relative;
    /* overflow: hidden; */
    z-index: 3;
    display: block;
    background: none;
    line-height: 120px;
  }
  #main-menu ul li {
    float: left;
    padding: 0px 8px;
    position: relative;
  }
  #main-menu ul li a,
  #main-menu ul li .separator {
    text-decoration: none;
    color: #f6f6f6;
    letter-spacing: 2px;
    text-transform: lowercase;
    font-family: "BrandonTextWeb-Bold";
    position: relative;
  }
  /* #main-menu ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  } */
  #main-menu ul li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
  }
  #main-menu ul li ul {
    display: none;
  }
  #main-menu ul.nav > li:last-child {
    float: right;
    padding: 0;
  }
  .tLang {
    color: #f6f6f6;
    font-size: 16px;
    cursor: pointer;
  }
  .tLang:before {
    right: -26px;
    position: absolute;
    font-size: 19px;
    content: "\e999";
    font-family: icomoon;
  }
  .tLang:after {
    font-size: 9px;
    content: "\e901";
    font-family: icomoon;
    margin-left: 6px;
    position: relative;
  }
  .active .tLang:after {
    display: inline-block;
    transform: rotate(180deg);
    top: -3px;
  }
  #main-menu ul li ul.lang-inline {
    padding-left: 10px;
    display: none;
    position: absolute;
    top: 79px;
    margin: 0;
    width: 50px;
  }
  #main-menu ul li.active ul.lang-inline {
    display: block;
  }
  #main-menu ul li ul.lang-inline li {
    padding: 0;
  }
  .career-form {
    padding-left: 0;
  }
}
#lgd {
  margin-top: 25px;
  min-height: 150px;
  position: relative;
  height: 22vh;
}
@media (max-width: 575px) {
  #lgd {
    margin-bottom: 50px;
  }
}

#lgd > p {
  margin-bottom: 15px;
}

#lgd > div {
  position: relative;
  margin-bottom: -45px;
  width: 100%;
  float: left;
  height: 60px;
  padding-bottom: 60px;
}

#lgd .color {
  margin-bottom: -35px;
  position: relative;
}

#lgd .color.fm-cf {
  top: 0px;
  transform: scaleX(0.62) rotate(-45deg);
  z-index: 2;
  border-radius: 0 100%;
}

.legend-map .title {
  padding-top: 0px;
  left: 60px;
  position: absolute;
  top: 16px;
  font-family: "BrandonTextWeb-Regular";
}

#lgd div:last-child .title {
  top: 24px;
}

.legend-map .title:before {
  width: 25px;
  height: 2px;
  content: "";
  background: #10069f;
  display: inline-block;
  margin: 0px 10px 4px;
}

#lgd div:nth-child(3) .title:before {
  display: none;
}

@media (min-width: 1200px) {
  #main-menu ul li {
    padding: 0px 12px;
  }
  .history:before {
    top: 79px;
    left: 117px;
  }
}
@media (min-width: 1440px) {
  #main-menu ul li {
    padding: 0px 18px;
  }
  .career-content {
    padding-right: 173px;
  }
}
#main-menu ul.nav > li:first-child {
  padding-left: 0;
}

/* LINKI */
.bottom-text-b a {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: white;
  letter-spacing: 2.5px;
}

#downloadCatalog {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #downloadCatalog {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.filters {
  width: 100%;
  margin: 0;
  height: 63px;
  position: relative;
  overflow-y: hidden;
  letter-spacing: 0.5px;
  display: inline-block;
  cursor: pointer;
  line-height: 19px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .filters {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .filters:after, .filters:before {
    display: block;
    height: 100%;
    width: 45px;
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    z-index: 100;
    pointer-events: none;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.filters:after {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
@media (min-width: 576px) {
  .filters {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .filters {
    margin-right: 0;
    margin-bottom: 45px;
  }
}
.filters > div {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 25px;
  margin-bottom: -63px;
  padding-bottom: 63px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .filters > div {
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .filters > div {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.filters > div p {
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #f6f6f6;
  padding: 0 11px 2px;
  line-height: 33px;
}
@media (min-width: 576px) {
  .filters > div p {
    margin-right: 15px;
  }
}

.filters p {
  transition: all 0.3s;
}

.filters p.active,
.filters p:hover {
  border-color: #10069f;
  font-family: "BrandonTextWeb-Bold";
  transition: all 0.3s;
}

.filters.filters-white > div {
  padding-left: 20px;
}
.filters.filters-white p {
  border-color: #fff;
  color: #fff;
}
.filters.filters-white p.active, .filters.filters-white p:hover {
  background: #fff;
  color: #10069f;
}
@media (max-width: 575px) {
  .filters.filters-white:after, .filters.filters-white:before {
    display: block;
    height: 100%;
    width: 45px;
    content: "";
    position: absolute;
    top: 0;
    z-index: 100;
    pointer-events: none;
    background: linear-gradient(to right, rgb(17, 13, 156) 0%, rgb(17, 13, 156) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

@media screen and (max-width: 991px) {
  #main-menu #ovm {
    display: none;
  }
  #main-menu #ovm.active {
    position: fixed;
    padding-top: 120px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0f069f;
    z-index: 999999;
    display: block;
  }
  #main-menu #ovm.active > ul {
    height: calc(100vh - 120px);
    overflow: auto;
  }
  #main-menu ul li {
    line-height: 48px;
    text-align: center;
    margin-bottom: 10px;
  }
  #main-menu ul li a {
    color: #fff;
    letter-spacing: 2px;
    text-transform: lowercase;
    font-family: "BrandonGrotesqueWeb-Bold";
    font-size: 30px;
  }
  #main-menu ul li ul {
    margin-top: 20px;
  }
  #main-menu ul li ul li a {
    font-size: 22px;
  }
  #main-menu ul li ul {
    left: 0;
    top: 0;
    padding: 0;
    width: auto;
    right: 0;
    display: block;
    position: relative;
  }
  #main-menu ul li ul li {
    margin-left: 0;
    line-height: 30px;
    padding: 0;
  }
  #main-menu ul li ul.nav-child {
    height: 0;
    overflow: hidden;
    transition: 0.4s all;
  }
  #main-menu .lang-inline > li {
    display: inline-block;
    width: auto;
  }
  #main-menu .lang-inline > li a {
    font-size: 20px;
    padding: 0 5px;
  }
  #trigger-overlay {
    position: absolute;
    top: 0;
    right: 3px;
    left: auto;
    display: block;
  }
  .categories-list {
    margin: 0;
  }
  .categories-list > div {
    padding: 0;
  }
  .categories-list .title-container {
    width: 100%;
    height: 100%;
    max-width: initial;
  }
  .categories-list .title-container a {
    width: inherit;
    height: inherit;
    padding: 0;
    display: flex;
  }
  .categories-list .title-container a h1 {
    margin: auto;
  }
  .category-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .category-image {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .career-content {
    padding-bottom: 50px;
  }
}
.category-image {
  overflow: hidden;
  position: relative;
}

.first img,
.last img {
  width: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100vh;
}

.block-wrapper {
  width: 100%;
}

.pagination {
  width: 100%;
}

.block-content.right {
  align-items: flex-end;
}

.btn-go {
  position: absolute;
  cursor: pointer;
}

.btn-go:before {
  content: "\e901";
  font-family: "icomoon";
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  padding: 10px;
  color: #fff;
}

.btn-home {
  bottom: 0;
  text-indent: -26px;
  color: #fff;
  position: absolute;
  cursor: pointer;
  background: #10069f;
  width: 274px;
  height: 83px;
  padding: 32px 0 20px;
  text-align: center;
  letter-spacing: 2px;
  font-family: "BrandonTextWeb-Bold";
  font-size: 18px;
}

.btn-left {
  left: 0;
}

.btn-right {
  right: 0;
}

@media (min-width: 992px) {
  .btn-right {
    right: -25px;
  }
  .btn-left {
    left: -25px;
  }
  #content {
    margin-top: 120px;
  }
}
#google-maps {
  height: 480px;
  margin-bottom: 30px;
  padding: 0;
}

.legend-map #grcl {
  overflow: hidden;
  transition: 0.4s height;
}

.legend-map #grcl.active {
  height: 100vh;
}

.legend-map h1 {
  text-align: left;
  margin-top: 20px;
}

.legend-map .color {
  width: 55px;
  height: 55px;
  float: left;
  border-radius: 50%;
}

.legend-map .color.cf {
  background: #f6eb61;
}

.legend-map .color.fm-cf {
  background: #10069f;
}

.legend-map .color.sm {
  background: #adcff1;
}

.legend-map div {
  width: 100%;
  float: left;
}
@media (max-width: 575px) {
  .legend-map div {
    position: relative;
  }
}

.legend-map .title {
  margin: 0 10px 0 5px;
  float: left;
}

.legend-map #selCountry {
  height: 25vh;
  margin: 20px -5px;
  overflow: auto;
}

.legend-map #selCountry li {
  margin: 0;
  padding: 3px 5px;
  margin-bottom: 7px;
  cursor: pointer;
  transition: 0.4s all;
  border-bottom: 2px solid transparent;
  font-family: "BrandonTextWeb-Bold";
}

.legend-map #selCountry li.hidden {
  display: none;
}

.legend-map #selCountry li.hidden.show {
  display: block;
}

.legend-map #selCountry li span:hover,
.legend-map #selCountry li.active span {
  border-bottom: 2px solid #10069f;
}

.legend-map #selCountry li:before {
  border-radius: 50%;
  background: #adcff1;
  content: "";
  width: 8px;
  height: 8px;
  margin: 3px 10px 0 0px;
  float: left;
}

.legend-map #selCountry li.cf:before {
  background: #f6eb61;
}

.legend-map #selCountry li.db:before {
  background: #10069f;
}

.category-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.title-container {
  position: absolute;
  top: 0%;
}

.title-container h1 {
  height: 73px;
  line-height: 73px;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  transition: 0.4s all;
  position: relative;
  top: 0;
}

.first .title-container {
  right: 0;
}

.first .title-container a {
  color: #10069f;
  background-color: rgb(255, 246, 135);
}

.last .title-container {
  left: 0;
}

.last .title-container a {
  background-color: rgb(173, 207, 241);
  color: #10069f;
}

/*.first .title-container a:hover, .last .title-container a:hover {
  color: white;
}*/
.title-container a {
  display: block;
  float: left;
  width: 100%;
  padding: 0 35px;
}

.title-container a:hover:before {
  display: none;
}

@media (min-width: 576px) {
  .legend-map .toggler {
    display: none;
  }
  .legend-map #grcl {
    height: auto;
    overflow-x: hidden;
  }
  .legend-map #selCountry {
    min-height: 255px;
    height: calc(100vh - 567px);
    margin: 20px 0px 20px -5px;
    overflow: auto;
  }
  .career-content {
    padding-right: 120px;
  }
}
@media (min-width: 992px) {
  .title-container {
    width: 100%;
    left: 0;
    height: inherit;
  }
  .title-container a {
    height: 73px;
    transition: 0.4s all;
  }
  .title-container:hover a {
    height: 100%;
  }
  .first .title-container:hover a {
    background-color: rgba(246, 235, 97, 0.75);
  }
  .last .title-container:hover a {
    background-color: rgba(173, 207, 241, 0.75);
  }
  .title-container:hover h1 {
    top: calc(50% - 40px);
    font-size: 50px;
  }
  #trigger-overlay {
    display: none;
  }
}
.container-block {
  position: relative;
  /* min-height: calc(100vh - 120px) !important;*/
  padding: 0;
}

.com_contact .container-block {
  float: left;
  width: 100%;
}

.com_contact #google-maps {
  float: left;
  width: calc(100% + 40px);
  height: auto;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .com_contact #google-maps {
    width: calc(100% + 100px);
  }
}
@media (min-width: 1200px) {
  .com_contact #google-maps {
    width: calc(100% + 200px);
  }
}
.container-block > .custom:first-child {
  z-index: 9;
}

.container-block > .custom {
  min-height: calc(100vh - 120px) !important;
}

.container-block > .custom > .block-content {
  padding: 60px 0 80px;
}

@media (max-width: 991px) {
  .categories-list.container-block {
    margin: 0 -50px;
  }
  .com_contact .contact-item {
    padding-left: 0;
  }
  .com_contact .category-item form fieldset > div {
    padding-left: 0;
    padding-right: 25px;
  }
  .category-name {
    margin-bottom: 20px;
  }
  .container-block > .custom {
    min-height: 500px !important;
  }
}
@media (max-width: 767px) {
  .contact-item {
    padding: 0;
    padding-bottom: 35px;
  }
  .com_contact .category-item form fieldset > div {
    padding-right: 0;
  }
  .categories-list.container-block {
    margin: 0 -20px;
  }
}
#fullpage > div:nth-child(even) > div > div:nth-child(1) .block-content,
#fullpage > div:nth-child(even) > div:nth-child(1) .block-content {
  width: calc(100% + 50px);
  background: rgba(255, 246, 135, 0.72);
  margin-left: -25px;
  margin-right: -25px;
}

#fullpage > div:nth-child(odd) > div > div:nth-child(2) .block-content,
#fullpage > div:nth-child(odd) > div:nth-child(2) .block-content {
  width: calc(100% + 50px);
  background: rgba(173, 207, 241, 0.72);
  margin-left: -25px;
  margin-right: -25px;
}

#fullpage > div:first-child > div > div > div:nth-child(2) .block-content,
#fullpage > div:first-child > div > div:nth-child(2) .block-content {
  width: calc(100% + 100px);
  margin-left: -25px;
  margin-right: -50px;
  background: rgba(255, 246, 135, 0.72);
}

#fullpage > div > div .block-content {
  height: 100vh;
}

#fullpage .block-wrapper {
  text-align: center;
  letter-spacing: 2px;
  font-family: "BrandonGrotesqueWeb-Bold";
  font-size: 18px;
  position: relative;
  font-size: 20px;
}
#fullpage .block-wrapper p {
  font-family: "BrandonTextWeb-Bold";
  font-size: 18px;
}

#fullpage h1:after {
  content: "";
  background: #10069f;
  width: 120px;
  height: 2px;
  margin: 30px auto 17px;
  display: block;
}

#fullpage.adwords {
  color: white;
}
#fullpage.adwords table {
  width: 100%;
}
#fullpage.adwords .block-content {
  background: none !important;
}
#fullpage.adwords > .odd {
  background: #0c047f;
}

.scroller-pages {
  position: absolute;
  bottom: 20%;
}

#fullpagenormal .block-wrapper,
#fullpage .block-wrapper {
  position: relative;
  top: 60px;
}

.produkty .items-leading {
  transition: 0.3s all;
  opacity: 1;
}

.produkty .items-leading.unactive {
  opacity: 0;
}

.pagination {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 55px;
  color: white;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  left: 0px;
  padding: 19px 42px;
  text-align: right;
}

.pagination a {
  color: white;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 992px) {
  footer {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer p {
    line-height: 150%;
  }
}

footer section {
  background: #f6f6f6;
  color: #10069f;
}

footer nav {
  padding-top: 63px;
}

footer ul {
  text-align: center;
}

footer ul li {
  display: block;
  padding: 17px 20px;
}

footer ul li:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #10069f;
  top: -2px;
  right: -19px;
}

footer ul li:last-child:after {
  display: none;
}

@media (max-width: 767px) {
  footer ul li:after {
    display: none;
  }
}
@media (min-width: 768px) {
  footer ul li {
    display: inline;
    padding: 0px 20px;
  }
  #trigger-overlay {
    margin: 51px 0 0 0;
  }
  #overlay-close {
    top: 54px;
  }
}
footer ul li a {
  text-decoration: none;
  color: #10069f;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-family: "BrandonTextWeb-Bold";
  position: relative;
  /* text-align: center; */
}

.footer-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-extra,
footer p {
  text-align: center;
  letter-spacing: 1px;
  font-family: "BrandonTextWeb-Regular";
}

.footer-extra {
  padding-bottom: 50px;
}

a#back-top {
  display: inline-block;
}

.footer-extra span {
  display: block;
}

/*    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.24); */
#map_wrapper {
  height: 450px;
}

@media (max-width: 991px) {
  #google-maps,
  #map_wrapper {
    height: 50vh;
  }
}
#map {
  height: 100%;
}

#fullpage,
#export {
  padding: 0;
  position: relative;
}

#export #google-maps {
  min-height: 88vh;
  height: auto;
  margin: 0;
}

.legend-map input {
  border: 1px solid rgba(15, 6, 159, 0.4);
}

.legend-map input:hover,
.legend-map input:focus {
  border: 1px solid #0f069f;
}

/* LINKI - PODKRESLENIA */
/* Dorobić przejście pomiędzy regular a bold */
#main-menu li.active > a span:before {
  content: "";
  background: white;
  height: 2px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
}

a:hover span:before {
  content: "";
  background: white;
  height: 2px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
}

.info-page a {
  color: white;
}

.footer a span:hover:before {
  background: #10069f;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
}

.produkty a:hover span:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2px;
  background-color: #10069f;
}

.contact-item a span:hover {
  font-family: "BrandonTextWeb-Bold";
  transition: all 0.3s;
}

.contact-item a span:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2px;
  background-color: #10069f;
}

.info-page .contact-item a span:hover:before {
  background-color: white;
}

.category-item.cat-0:before {
  display: inline-block;
  border-bottom: 1px solid #10069f;
  content: "";
  width: calc(100% - 50px);
  left: 0;
  margin-left: 25px;
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .details-box {
    padding-top: 40px;
  }
  .product-item {
    min-height: 100vh;
  }
}
@media (min-width: 576px) {
  .details-box {
    padding-left: 0;
  }
  .product-item {
    padding-top: 100px;
  }
  .product-item .details-box {
    flex-direction: column;
    display: flex;
  }
}
@media (min-width: 992px) {
  .product-item .item-image {
    padding-right: 100px;
  }
  .category-name {
    margin-top: -7px;
  }
}
@media (min-width: 1200px) {
  .product-item .item-image {
    padding-right: 100px;
  }
  .info-page .contact-item {
    margin-top: 20px;
    margin-right: 60px;
    float: left;
  }
}
@media (min-width: 1400px) {
  .product-item .item-image {
    padding-right: 120px;
  }
  .info-page .col-lg-6 {
    padding-right: 100px;
  }
}
#google-maps {
  opacity: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: maps;
  animation-name: maps;
}

@-webkit-keyframes maps {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes maps {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.com_content .categories-list {
  min-height: 100vh !important;
}
@media (max-width: 767px) {
  .com_content .categories-list {
    min-height: 200vh !important;
  }
}
.com_content .categories-list > div {
  height: 100vh;
  padding: 0;
}

.com_content.home .categories-list {
  min-height: auto !important;
}

.item-page,
.categories-list.container-block.row.full-width {
  background-color: #10069f;
}

body.itemid-115 .item-page,
body.itemid-620 .item-page,
body.itemid-196 .item-page {
  background-color: white;
}

.content-top,
.category-desc {
  opacity: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: content-top;
  animation-name: content-top;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes content-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes content-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.float-lg-left .block-content,
.categories-list .float-lg-left {
  opacity: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: float-lg-left;
  animation-name: float-lg-left;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes float-lg-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float-lg-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.float-lg-right {
  opacity: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: float-lg-right;
  animation-name: float-lg-right;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes float-lg-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float-lg-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
label[for=field5]:not(#field5-error),
label[for=field6] {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 1px;
  max-width: 320px;
  width: 100%;
  padding: 19px 35px;
  height: 60px;
  border: 1px solid #0f069f;
  color: #0f069f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: lowercase;
}

label[for=field5]:not(#field5-error):before,
label[for=field6]:before {
  transform-origin: 50% 50%;
  content: "+";
  position: relative;
  height: 23px;
  width: 23px;
  display: inline-block;
  font-family: "BrandonGrotesqueWeb-Bold";
  line-height: 19px;
  color: #10069f;
  right: 13px;
  padding: 0px 5px 0 5px;
  top: 0px;
  border: 2px solid;
  border-radius: 50%;
  align-items: center;
  font-size: 19px;
}

label[for=field5]:not(#field5-error):hover:before,
label[for=field6]:hover:before {
  color: #ffffff;
  -webkit-animation: rotate 1s linear 0s infinite alternate-reverse backwards;
  animation: rotate 1s linear 0s infinite alternate-reverse backwards;
  padding-left: 4px;
}

label[for=field5]:not(#field5-error):hover,
label[for=field6]:hover {
  background-color: #0f069f;
  color: #ffffff;
}

@-webkit-keyframes rotate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: rotate(180deg);
  }
}
.hide {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#fullpage {
  background: #10069f;
}

@media (max-width: 991px) {
  #fullpage .owl-carousel {
    z-index: 0;
  }
  #fullpage .slider-home > .custom {
    position: relative;
    left: -25px;
    width: 100vw;
  }
  #fullpage h1 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 36px;
  }
}
.lazyload {
  opacity: 0;
  transition: 0.8s opacity;
}

.lazyload.loaded {
  opacity: 1;
}

.rmText {
  margin-top: 20px;
  display: inline-block;
}

.rmText a.btn:after {
  transition: none;
  transform: rotate(0);
}

.rmText.active a.btn:after {
  transform: rotate(180deg);
  top: -1px;
}

.showCert:after,
.rmText a.btn:after {
  font-size: 9px;
  content: "\e901";
  font-family: icomoon;
  margin-left: 6px;
  position: relative;
  display: inline-block;
}

.btn.showCert.active:after {
  transform: rotate(180deg);
}

.certContainer {
  height: 202px;
  transition: 0.4s all;
  overflow: hidden;
}

.certContainer.unactive {
  height: 0px;
}

.btn.showCert {
  margin-bottom: 20px;
  display: block;
  letter-spacing: 1px;
  font-family: "BrandonTextWeb-Bold";
}

.certContainer strong {
  margin-bottom: 5px;
  display: block;
  font-size: 19px;
  letter-spacing: 1px;
}

.certContainer p {
  line-height: 22px;
}

.certContainer p span {
  font-family: "BrandonTextWeb-Bold";
  position: relative;
}

.certContainer p a span {
  font-family: "BrandonTextWeb-Regular";
  position: relative;
}

.certContainer strong:nth-child(4) {
  margin-top: 15px;
}

.fb-icon {
  z-index: 1;
  position: fixed;
  right: 100px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  background: #10069f;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  z-index: 999;
}

.fb-icon:after {
  line-height: 40px;
  content: "\e902";
  color: white;
  font-family: icomoon;
}

.fb-icon-animate {
  z-index: 1;
  position: fixed;
  width: 100px;
  height: 100px;
  background: url(../../images/like_anim.gif) 100% 100%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transform: scale(0.5);
  animation: circleFbAnim 2s ease-out reverse infinite;
}

.fb-icon-animate.heart {
  background: url(../../images/heart_anim.gif) 100% 100%;
}

.fb-icon-animate.laugh {
  background: url(../../images/laugh_anim.gif) 100% 100%;
}

.fb-icon-animate.suprise {
  background: url(../../images/suprise_anim.gif) 100% 100%;
}

@-webkit-keyframes circleFbAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 7px;
    right: 70px;
    transform: scale(0.1);
  }
}
@keyframes circleFbAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 7px;
    right: 70px;
    transform: scale(0.1);
  }
}
@media (max-width: 1199px) {
  .fb-icon {
    right: 50px;
  }
}
@media (max-width: 991px) {
  #content {
    margin-top: 120px;
  }
  .layout-mielewczykmain-products .container-block {
    height: calc(100vh - 89px) !important;
  }
  .itemid-105 .first,
  .itemid-105 .last,
  .itemid-184 .first,
  .itemid-184 .last,
  .layout-mielewczykmain-products .last,
  .layout-mielewczykmain-products .first {
    height: calc(50vh - 60px) !important;
  }
  .layout-mielewczykhome-main-products .last,
  .layout-mielewczykhome-main-products .first {
    height: calc(40vh - 60px) !important;
  }
  .notxtSlide {
    display: none !important;
  }
  #fullpage > div:nth-child(odd) > div > div:nth-child(2) .block-content,
  #fullpage > div:nth-child(odd) > div .block-content {
    width: calc(100% + 50px);
    background: rgba(173, 207, 241, 0.72);
    margin-left: -25px;
    margin-right: -25px;
  }
  #fullpage > div:nth-child(even) > div .block-content {
    width: calc(100% + 50px);
    background: rgba(255, 246, 135, 0.72);
    margin-left: -25px;
    margin-right: -25px;
  }
  #fullpage .block-wrapper {
    top: 10px;
  }
  .legend-map .title:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .fb-icon {
    right: 20px;
  }
  #content {
    margin-top: 89px;
  }
  .itemid-105 .first,
  .itemid-105 .last,
  .itemid-184 .first,
  .itemid-184 .last,
  .layout-mielewczykmain-products .first,
  .layout-mielewczykmain-products .last {
    position: relative;
    height: calc(50vh - 44px) !important;
    padding: 0;
    z-index: 9;
  }
}
.reg p:nth-child(2) {
  font-weight: 400;
  padding-right: 17px;
}

#triggConsument {
  cursor: pointer;
  font-family: "BrandonTextWeb-Bold";
  position: relative;
  display: inline-block;
}
#triggConsument:after {
  bottom: 1px;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background: #10069f;
}

#triggConsument:hover:after {
  background: #10069f;
}

#moreTxt {
  display: none;
}

.active > #moreTxt {
  display: contents;
}

.active > #dotsConsument {
  display: none;
}

.reg p:nth-child(2) {
  padding-bottom: 25px;
}

.privacy-police h1 {
  text-align: left;
  margin-bottom: 35px;
}

.privacy-police h2 {
  margin-bottom: 20px;
}

.privacy-police {
  background-color: white;
}

.privacy-police li {
  margin-bottom: 11px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.privacy-police ul {
  list-style-type: disc;
  margin-left: 15px;
}

@media (min-width: 767px) {
  .privacy-police p,
  .privacy-police li {
    max-width: 80%;
  }
}
.errorpage .header-inner.clearfix {
  margin-top: 110px;
}

.errorpage .brand img {
  max-width: 365px;
}

.errorpage .page-header {
  font-family: "BrandonGrotesqueWeb-Medium";
  margin-top: 67px;
  font-size: 70px;
  margin-bottom: 55px;
  color: white;
}

.errorpage .container {
  max-width: 1550px;
}

.errorpage .backToHome {
  font-size: 45px;
  margin-bottom: 43px;
  display: block;
  margin-top: 4px;
  text-transform: lowercase;
  color: white;
}

.errorpage footer {
  font-size: 20px;
  text-transform: lowercase;
  color: white;
}

@media (min-width: 1600px) {
  .errorpage .page-header {
    margin-bottom: 155px;
    font-size: 108px;
  }
  .errorpage .backToHome {
    font-size: 45px;
    margin-bottom: 43px;
    margin-top: 4px;
  }
  .errorpage footer {
    font-size: 20px;
    text-transform: lowercase;
  }
}
@media (max-width: 767px) {
  .errorpage .well {
    padding: 0;
  }
  .errorpage .brand img {
    max-width: 210px;
  }
  .errorpage .page-header {
    margin-top: 30px;
    font-size: 20px;
    font-family: "BrandonGrotesqueWeb-Regular";
    margin-bottom: -12px;
    letter-spacing: 0;
  }
  .errorpage .page-header span {
    display: block;
    margin: 0px 0 67px;
    font-family: "BrandonGrotesqueWeb-Medium";
    font-size: 85px;
  }
  .errorpage .backToHome {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .errorpage footer {
    font-size: 20px;
    text-transform: lowercase;
  }
}
.alert {
  position: fixed;
  width: 100%;
  left: 0;
  top: 123px;
  z-index: 9;
  text-align: center;
  color: white;
  padding: 45px 0;
  font-family: "BrandonGrotesqueWeb-Bold";
}
@media (max-width: 767px) {
  .alert {
    top: 92px;
  }
}

.alert-success, .alert-info {
  background: #a3d859;
}

.alert-error,
.alert-danger {
  background: #ff665e;
}

.alert h4.alert-heading {
  display: none;
}

a.close {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  font-family: "BrandonGrotesqueWeb-Bold";
  color: white;
  letter-spacing: 1px;
}

a.close:hover {
  color: #10069f;
}

.alert p {
  letter-spacing: 1px;
}

.getcatalog {
  text-align: right;
  line-height: 20px;
}

.getcatalog a {
  border-bottom: 2px solid transparent;
  transition: 0.4s all;
}

.getcatalog a:hover {
  border-bottom: 2px solid #10069f;
  font-family: "BrandonGrotesqueWeb-Bold";
}

@media (max-width: 767px) {
  .getcatalog {
    text-align: left;
  }
}
#logo > a {
  display: inline-block;
}

#lata {
  display: none;
  transform: scale(0.7);
  position: absolute;
  top: 0px;
  left: 210px;
  opacity: 0;
  transition: 0.4s opacity;
}
#lata.active {
  opacity: 1;
}

@media (max-width: 767px) {
  #lata {
    transform: scale(0.6);
    top: -8px;
    left: 151px;
  }
}
#field6 {
  display: none !important;
}

@media (min-width: 576px) {
  #export > div {
    display: flex;
  }
}

body.bluePage {
  background-color: #10069f;
}

.career {
  width: 100%;
  display: inline-block;
}

.adwords .block-wrapper {
  text-align: left !important;
}

.adwords li {
  font-family: "BrandonGrotesqueWeb-Regular";
  margin-bottom: 5px;
}

.adwords li:before {
  content: "";
  background: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-block;
}

.adwords table {
  width: 100%;
  font-size: 24px;
  font-family: "BrandonGrotesqueWeb-Regular";
  text-align: center;
}

.adwords table strong {
  font-size: 30px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "BrandonGrotesqueWeb-Bold";
}

.adwords .odd {
  background: #0c047f;
}

.adwords i {
  font-size: 62px;
  margin-bottom: 35px;
  display: block;
}

.adwords .idItem1 i {
  margin: 0 0 0 15px;
  display: inline-block;
  position: relative;
  top: 10px;
}

.adwords .idItem3 table {
  max-width: 1630px;
  margin: auto;
}

.adwords .idItem3 table:nth-child(3) {
  max-width: 1270px;
}

.adwords .idItem3 td {
  width: 33.33333%;
}

.adwords .idItem4 table {
  max-width: 1320px;
  margin: auto;
}

.adwords table:nth-child(2) {
  margin-bottom: 98px;
}

.adwords .idItem4 td {
  width: 20%;
}

#fullpage.adwords .custom,
#fullpage.adwords .block-content {
  height: auto;
  min-height: 1px !important;
  padding: 0 100px;
}
@media (max-width: 1199px) {
  #fullpage.adwords .custom,
  #fullpage.adwords .block-content {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  #fullpage.adwords .custom,
  #fullpage.adwords .block-content {
    padding: 0 20px;
  }
}

#fullpage.adwords .block-wrapper {
  top: 0;
}

#fullpage.adwords h1:after {
  display: none;
}

#fullpage.adwords h1 {
  margin-bottom: 30px;
}

#fullpage.adwords .idItem1 h1,
#fullpage.adwords .idItem5 h1 {
  margin-bottom: 0;
}

#fullpage.adwords .idItem0 .block-content,
#fullpage.adwords .idItem2 .block-content {
  height: 73vh;
  min-height: 700px;
  padding: 109px 0;
  width: 720px !important;
  max-width: 100% !important;
  margin: 0 !important;
}

#fullpage.adwords .idItem0 h1,
#fullpage.adwords .idItem2 h1 {
  text-align: left;
}

#fullpage.adwords .idItem3 h1,
#fullpage.adwords .idItem4 h1 {
  margin-bottom: 90px;
}

#fullpage.adwords .block-content {
  height: auto;
  min-height: auto;
  padding: 109px 0;
}

.mobileTable {
  display: none;
}

@media (max-width: 1199px) {
  #fullpage.adwords h1 {
    text-align: center;
    padding: 0 0;
  }
  .adwords i {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .adwords table {
    font-size: 14px;
  }
  .adwords table strong {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .adwords .imgContainer {
    height: 76vh !important;
  }
  #fullpage.adwords .idItem0 h1,
  #fullpage.adwords .idItem2 h1 {
    text-align: center;
  }
  .adwords .idItem1 i {
    margin: 35px 0 0 15px;
    display: block;
  }
  .adwords .block-wrapper {
    text-align: center !important;
  }
  .desktopTable {
    display: none;
  }
  .mobileTable {
    display: table;
  }
  .adwords .idItem3 {
    background: white;
    color: #10069f;
  }
  .adwords .idItem3 td {
    margin-bottom: 40px;
    display: block;
    width: 100%;
  }
  .adwords table:nth-child(2) {
    margin-bottom: 0;
  }
  .adwords .idItem4 td {
    display: inline-block;
    width: 50%;
    padding-bottom: 40px;
  }
  .adwords li:before {
    display: none;
  }
  .adwords li:after {
    content: "";
    background: white;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 15px auto;
    display: block;
  }
  #fullpage.adwords .idItem0 .block-content,
  #fullpage.adwords .idItem2 .block-content {
    height: auto;
  }
}
#statusbar-display {
  display: none !important;
}

.loaderFixed {
  height: 100%;
  left: 0;
  display: flex;
  position: fixed;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 0;
  align-items: center;
  justify-content: center;
  transition: 0.6s all;
}
.loaderFixed.active {
  opacity: 1;
  visibility: visible;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.klauzula h1 {
  margin-bottom: 50px;
}
.klauzula p strong {
  display: block;
  margin-bottom: 10px;
}
.klauzula ul li:last-child {
  margin-bottom: 0;
}

.content-topklauzula,
.content-toppolityka-prywatnosci {
  max-width: 65%;
  margin: 95px 0;
}

.item-page.przetargi {
  background: white;
}

.separatedContainer {
  color: white !important;
  height: auto !important;
  display: flex;
  padding: 45px 0;
  margin-top: 0;
}
@media (min-width: 1600px) {
  .separatedContainer > div:first-child {
    padding-right: 150px;
  }
}
.separatedContainer > div:last-child {
  margin-top: 10px;
}
@media (min-width: 1600px) {
  .separatedContainer > div:last-child {
    padding-left: 150px;
  }
}
.separatedContainer,
.separatedContainer h1 {
  text-align: left;
  line-height: 150%;
}
.separatedContainer h1 {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .separatedContainer h1 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
.separatedContainer h2 {
  font-size: 20px;
  line-height: 150%;
}
.separatedContainer ul:not(.menu) li {
  font-size: 20px;
  font-family: "BrandonTextWeb-Bold";
  margin-bottom: 20px;
  display: flex;
}
.separatedContainer ul:not(.menu) li:before {
  content: "\e998";
  font-family: icomoon;
  margin: 0 20px 0 0;
  font-size: 26px;
  position: relative;
  top: 2px;
}
.separatedContainer > div:first-child {
  position: relative;
}
@media (min-width: 992px) {
  .separatedContainer > div:first-child:after {
    top: 0;
    height: 100%;
    position: absolute;
    width: 2px;
    content: "";
    display: inline-block;
    right: 0;
    background: #fff;
  }
}
.separatedContainer > div:last-child {
  display: flex;
  align-items: center;
}

#clients {
  padding: 20px 0;
}
#clients .owl-stage {
  display: flex;
}
#clients .owl-stage .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#clients .owl-stage img {
  height: auto;
  width: 130px;
}

.zig-zag {
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .zig-zag {
    margin: 0 -50px;
  }
}
@media (min-width: 1200px) {
  .zig-zag {
    margin: 0 -100px;
  }
}
.zig-zag h1 {
  text-align: left;
}

.padding-vertical {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .padding-vertical {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .padding-vertical {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.center-v-zig-zag {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
}

.left-zig-zag {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .left-zig-zag {
    padding-right: 25px;
    padding-left: 50px;
    min-height: 84vh;
  }
}
@media (min-width: 1200px) {
  .left-zig-zag {
    padding-right: 50px;
    padding-left: 100px;
  }
}

.right-zig-zag {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .right-zig-zag {
    padding-right: 50px;
    padding-left: 50px;
    min-height: 84vh;
  }
}
@media (min-width: 1200px) {
  .right-zig-zag {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.main_page_movie {
  margin-top: 90px;
  height: 50vh;
  margin-left: -100px;
  margin-right: -100px;
  width: calc(100% + 200px);
  object-fit: cover;
}
@media (min-width: 992px) {
  .main_page_movie {
    margin-top: 123px;
    height: calc(100vh - 123px);
  }
}
@media (max-width: 1199px) {
  .main_page_movie {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }
}
@media (max-width: 767px) {
  .main_page_movie {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

#section_scroll {
  text-align: center;
  position: absolute;
  top: calc(100vh - 95px);
  width: 100%;
  height: 100%;
  height: 66px;
  display: none;
}
@media (min-width: 992px) {
  #section_scroll {
    display: block;
  }
}
#section_scroll a {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, 22%);
  color: #10069f;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 44px;
  font-size: 13px;
}
#section_scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 40px;
  margin-left: -13px;
  border: 2px solid white;
  border-radius: 50px;
  box-sizing: border-box;
}
#section_scroll a span:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: white;
  border-radius: 100%;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
form#mod-visform2 div.control-group.required span.control-label::before {
  display: none !important;
}

#korzysci .left-zig-zag h1 {
  margin-bottom: 60px;
}

#wiecej-korzysci .icon-dish {
  transform: scale(1.25);
}

@media (max-width: 991px) {
  #main-menu .deeper .nav-child li:last-of-type {
    margin-bottom: 20px !important;
  }
}

#field6-error::before {
  display: none;
}

label[for=field5]:not(#field5-error)::before, label[for=field6]::before {
  height: 24px;
  width: 24px;
  line-height: 20px;
}

#mod-visform1 .visCustomText p {
  font-size: 12px;
}

body.rtl .paginationnav ul, body.rtl .owl-carousel.owl-loaded {
  direction: ltr;
}
body.rtl span[itemprop=telephone],
body.rtl span [href^="tel:"],
body.rtl div[itemprop=telephone],
body.rtl div [href^="tel:"],
body.rtl a[itemprop=telephone],
body.rtl a [href^="tel:"] {
  unicode-bidi: embed;
  text-align: unset;
  direction: ltr !important;
}
body.rtl #logo {
  text-align: left;
}
body.rtl input.btn {
  float: none;
}
body.rtl .buttons li {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .separatedContainer h1, body.rtl .separatedContainer {
  text-align: right;
}
@media (min-width: 1600px) {
  body.rtl .separatedContainer > div:first-child {
    padding-right: 0;
    padding-left: 150px;
  }
}
@media (min-width: 1600px) {
  body.rtl .separatedContainer > div:last-child {
    padding-left: 0;
    padding-right: 150px;
  }
}
body.rtl .separatedContainer > div:first-child {
  position: relative;
}
@media (min-width: 992px) {
  body.rtl .separatedContainer > div:first-child:after {
    left: 0;
    right: auto;
  }
}
body.rtl .separatedContainer ul:not(.menu) li:before {
  margin: 0 0 0 20px;
}
body.rtl .zig-zag h1,
body.rtl .career h1,
body.rtl .contact-page h1,
body.rtl .info-page h1,
body.rtl .product-intro h1,
body.rtl .cf h1,
body.rtl h1#career-title {
  text-align: right;
}
body.rtl .block-content {
  text-align: right;
}
body.rtl .block-content .buttons {
  text-align: right;
}
body.rtl .product-content .desc {
  float: none;
}
@media (min-width: 992px) {
  body.rtl #main-menu > div > ul {
    direction: ltr;
  }
}

form#mod-visform2 div.control-group.required span.control-label::before {
  display: none !important;
}

.mc {
  display: flex;
}

.btn-border-white {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #downloadCatalog {
    text-align: right;
  }
}
#downloadCatalog a {
  line-height: 33px;
}

@media (max-width: 767px) {
  #wiecej-korzysci {
    padding-bottom: 0;
  }
}
#wiecej-korzysci .icons li strong {
  line-height: 1.4;
  margin-bottom: 5px;
}

.visform textarea {
  border: 1px solid #0f069f;
  padding: 20px;
}
.visform textarea:focus {
  border: 2px solid #0f069f;
  outline: none;
}

.visCSSinput,
.editor {
  width: 100%;
}

.career-items h3 a small {
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}

.com_contact .contact-page {
  padding: 0;
}

.invitation {
  padding: 0;
  font-size: 20px;
}
@media (max-width: 575px) {
  .invitation {
    font-size: 16px;
  }
}
.invitation #content {
  margin-top: 0;
}
.invitation #header {
  display: none !important;
}
.invitation .full-width {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .invitation .full-width.item-page {
    display: flex;
  }
}
.invitation .breath {
  padding: 6rem 0 4rem 0;
}
@media (max-width: 767px) {
  .invitation .container {
    max-width: none;
    padding: 0 2rem;
  }
}
@media (max-width: 575px) {
  .invitation .container {
    padding: 0 1rem;
  }
}
.invitation .join {
  background: #10069f;
  position: relative;
}
.invitation .join::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  background: #adcef0;
  content: "";
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .invitation .join::after {
    display: none;
  }
}
.invitation .join .join-logo img {
  max-width: 320px;
  padding: 2rem 0;
}
@media (max-width: 575px) {
  .invitation .join .join-logo img {
    max-width: 180px;
    padding: 1rem 0;
  }
}
.invitation .join__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .invitation .join__grid {
    grid-template-columns: 1fr;
  }
}
.invitation .join__grid .col-links {
  color: white;
  text-align: left;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .invitation .join__grid .col-links {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .invitation .join__grid .col-links .col-links__content {
    padding-top: 3rem;
  }
}
.invitation .join__grid .col-links a {
  color: white;
  text-decoration: none;
}
.invitation .join__grid .col-links h1 {
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 5rem;
  font-weight: bold;
  font-size: 56px;
}
@media (max-width: 1199px) {
  .invitation .join__grid .col-links h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .invitation .join__grid .col-links h1 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .invitation .join__grid .col-links h1 {
    margin-bottom: 1rem;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .invitation .join__grid .col-links h1 {
    font-size: 28px;
  }
}
.invitation .join__grid .col-links .ad-link {
  display: inline-flex;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .invitation .join__grid .col-links .ad-link {
    margin-top: 3rem;
  }
}
@media (max-width: 575px) {
  .invitation .join__grid .col-links .ad-link {
    margin-top: 2rem;
  }
}
.invitation .join__grid .col-place {
  background: #adcef0;
}
@media (max-width: 767px) {
  .invitation .join__grid .col-place {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 575px) {
  .invitation .join__grid .col-place {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.invitation .join__grid .col-place .col-place__content {
  padding-left: 5rem;
}
@media (max-width: 991px) {
  .invitation .join__grid .col-place .col-place__content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .invitation .join__grid .col-place .col-place__content {
    padding: 3rem 2rem;
  }
}
@media (max-width: 575px) {
  .invitation .join__grid .col-place .col-place__content {
    padding: 3rem 1rem 3rem 1rem;
  }
}
.invitation .join__grid .col-place .col-place__content h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 5rem;
  font-family: "BrandonTextWeb-Regular";
}
@media (max-width: 991px) {
  .invitation .join__grid .col-place .col-place__content h3 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .invitation .join__grid .col-place .col-place__content h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .invitation .join__grid .col-place .col-place__content h3 {
    font-size: 20px;
  }
}
.invitation .join__grid .col-place .col-place__content .btn-border-white {
  border-color: #10069f;
  color: #10069f;
  display: inline-flex;
  width: 100%;
  max-width: 360px;
}
.invitation .join__grid .col-place .col-place__content .btn-border-white:hover {
  background: #f6eb61;
}
.invitation .meet__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .invitation .meet__grid {
    grid-template-columns: 1fr;
  }
}
.invitation .meet__grid .col-info__content {
  padding-right: 7rem;
}
@media (max-width: 991px) {
  .invitation .meet__grid .col-info__content {
    padding: 4rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .invitation .meet__grid .col-info__content {
    padding: 3rem 0 0 0;
  }
}
.invitation .meet__grid .col-info__content h3 {
  text-transform: uppercase;
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-size: 40px;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .invitation .meet__grid .col-info__content h3 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .invitation .meet__grid .col-info__content h3 {
    margin-top: 0;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .invitation .meet__grid .col-info__content h3 {
    margin-bottom: 1rem;
    font-size: 24px;
    letter-spacing: 0;
  }
}
.invitation .meet__grid .col-info__content p {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .invitation .meet__grid .col-info__content p {
    margin-bottom: 1rem;
  }
}
.invitation .meet__grid .col-contact__content {
  padding-left: 5rem;
}
@media (max-width: 991px) {
  .invitation .meet__grid .col-contact__content {
    padding: 0 0 3rem 0;
  }
}
.invitation .meet__grid .col-contact__content img {
  display: block;
  margin-bottom: 1.5rem;
  max-width: 160px;
}
@media (max-width: 575px) {
  .invitation .meet__grid .col-contact__content img {
    margin-top: 0.5rem;
  }
}
.invitation .meet__grid .col-contact__content .job-title::after {
  width: 93px;
  height: 1px;
  background: #10069f;
  display: block;
  content: "";
  margin: 15px 0 10px 0;
}
.invitation .meet__grid a {
  transition: all 0.3s;
}
.invitation .meet__grid a span:before {
  content: "";
  background: white;
  background-color: white;
  height: 2px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
}
.invitation .meet__grid a span:hover {
  font-family: "BrandonTextWeb-Bold";
  transition: all 0.3s;
}
.invitation .meet__grid a span:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 2px;
  background-color: #10069f;
}
.invitation .more-about-us .btn-wrapper {
  padding: 0 0 3.5rem 0;
  text-align: center;
}
@media (max-width: 991px) {
  .invitation .more-about-us .btn-wrapper {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .invitation .more-about-us .btn-wrapper {
    padding: 0 0 3rem 0;
  }
}
.invitation .more-about-us .btn-border-white {
  background: #10069f;
  border-color: #10069f;
  color: white;
  display: inline-flex;
  width: 100%;
  max-width: 360px;
}
.invitation .more-about-us .btn-border-white:hover {
  background: white;
  color: #10069f;
}
.invitation #aboutUsData .lazyload, .invitation #aboutUsData2 .lazyload, .invitation #aboutUsData3 .lazyload {
  position: absolute;
  top: 0;
  width: 100%;
}
.invitation .paginationnav {
  display: none;
}
@media (max-width: 991px) {
  .invitation .block-content {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .invitation .container-block > .custom > .block-content {
    padding: 60px 0 80px;
  }
}
.invitation #aboutUsData .buttons,
.invitation #aboutUsData2 .buttons,
.invitation #aboutUsData3 .buttons {
  display: none;
}
.invitation #aboutUsData2 .custom {
  background-color: white !important;
  color: #10069f !important;
}
.invitation #aboutUsData2 .custom p {
  color: #10069f !important;
}
.invitation #aboutUsData2 .custom .btn-border-white {
  color: #10069f;
  border-color: #10069f;
}
.invitation #aboutUsData2 .custom .btn-border-white:hover {
  color: white;
  border-color: #10069f;
  background: #10069f;
}
.invitation .container-block > .custom {
  height: inherit;
}
@media (max-width: 991px) {
  .invitation .container-block > .custom:first-of-type {
    min-height: auto !important;
  }
}
.invitation .custom img {
  height: 100%;
}
@media (max-width: 991px) {
  .invitation .custom img {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .invitation .info-page .lazyload {
    margin-top: 0;
  }
}

label[for=field5]:not(#field5-error),
label[for=field6] {
  height: auto;
}

#field6-error {
  border: none;
  font-weight: normal;
  width: auto;
  text-transform: none;
}

#mod-visform1 .visCustomText p {
  font-size: 12px;
}

.itemid-739 .block-wrapper .buttons {
  display: none;
}
.itemid-739 .block-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.itemid-739 .block-wrapper h2:first-of-type {
  margin-top: 0;
}
.itemid-739 .block-wrapper a {
  display: inline-flex;
  margin-top: 10px;
}
.itemid-739 .block-wrapper a:hover span::before {
  display: none;
}
.itemid-739 .block-wrapper a:hover:after {
  left: 15px;
}
.itemid-739 .block-wrapper a:after {
  left: 5px;
  position: relative;
  content: "\e901";
  font-family: "icomoon";
  transform: rotate(270deg);
  font-size: 10px;
  transition: all 0.2s;
}

html .cc-revoke, html .cc-window {
  font-family: brandontextweb-regular;
  letter-spacing: 0 !important;
}
html a.cc-btn {
  border-radius: 0 !important;
}
html .cc-close {
  display: block;
  position: absolute;
  top: 1.3em;
  right: 0.9em;
  font-size: 0.9em;
  opacity: 0.9;
  line-height: 0.75;
  outline: none;
}
html div.cc-center-xtd div.cc-checkboxes-container {
  overflow-y: scroll;
  display: block;
  height: 32vh;
  overflow-x: hidden;
}
html .cc-grower > div {
  position: fixed;
}
html .cc-header {
  text-align: left;
}
html span.cc-header + span.cc-message span.cc-message-text {
  line-height: 1.5;
  margin-right: 5px;
}
html a.cc-link.cc-privacy::before,
html div.cc-settings-label::before,
html span.cc-message-text::before {
  display: none !important;
}
html div.cc-window.cc-center.cc-center-xtd.cc-window-settings-toggle-xtd {
  border-radius: 0;
  margin-top: 0 !important;
}
html div.cc-window.cc-floating div.cc-settings-label {
  margin-bottom: 20px;
  margin-top: 19px;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  opacity: 1 !important;
}
html div.cc-checkboxes-container input[type=checkbox] {
  margin-right: -16px !important;
  display: block !important;
}
html div.cc-center-xtd div.cc-checkbox-description {
  flex-basis: 100%;
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.4;
}
html div.cc-center-xtd div.cc-checkbox-container {
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  color: #000;
  border-radius: 0;
}
html div.cc-checkbox-category-readmore {
  margin-top: 15px !important;
  flex-basis: 100%;
  text-align: left;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 5px;
  cursor: pointer;
  display: none;
}
html div.cc-checkboxes-container input.cc-cookie-checkbox + span {
  width: 34px;
}
html div.cc-checkboxes-container input.cc-cookie-checkbox + span::before {
  left: 2px;
}
html div.cc-checkboxes-container input.cc-cookie-checkbox:checked + span::before {
  left: 1px;
}
html a.cc-btn {
  padding: 15px !important;
  font-size: 14px;
  background: #0f069f !important;
}
html a.cc-btn:hover {
  background: #adcef0 !important;
  color: #fff !important;
  text-decoration: none !important;
}
html span.cc-close {
  text-shadow: #0f069f 0 0 0 !important;
}
html div.cc-center a.cc-link, html div.cc-checkbox-category-readmore {
  font-size: 14px !important;
  text-decoration: underline !important;
  color: #0f069f !important;
  margin-bottom: 16px !important;
  opacity: 1;
}
html div.cc-checkboxes-container input.cc-cookie-checkbox:checked + span, html fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner::before {
  background-color: #0f069f !important;
}
html div.cc-center-xtd span.cc-cookie-settings-toggle {
  font-size: 16px;
}
html div.cc-center-xtd div.cc-checkboxes-container a.cc-btn.cc-allow {
  border: 0;
  padding: 0.7em 1.4em !important;
  float: left;
  margin-right: 6px;
}
html div.cc-center-xtd span.cc-cookie-settings-toggle {
  margin-top: 28px !important;
  font-size: 16px;
  text-decoration: underline;
  color: #0f069f !important;
}
html .cc-cookie-settings-toggler {
  display: none !important;
}
html div.cc-center-xtd div.cc-checkbox-container a:not(.cc-btn) {
  padding: 0;
  margin: 0 0 0 10px !important;
}
html .cc-revoke.cc-center.cc-revoke-bottom-left {
  padding: 5px 16px 5px 8px;
  left: 6em;
  right: auto;
  bottom: 0;
  top: auto;
  margin: auto;
  border-radius: 0.5em 0.5em 0 0;
  transform: translateY(0) !important;
}

body.ddddd div.cc-window.cc-floating {
  max-width: 35em;
  border: 2px solid rgb(16, 6, 159);
}
body.ddddd .cc-header {
  font-size: 16px;
  font-weight: normal;
  max-width: 420px;
  margin-top: 0;
  font-weight: 700;
  font-family: brandontextweb-regular;
}
body.ddddd .cc-header span {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  display: block;
}
body.ddddd .cc-header span, body.ddddd .cc-header p {
  letter-spacing: 0;
}
body.ddddd .cc-cookie-settings-toggler {
  display: none !important;
}
body.ddddd .cc-link.cc-cookie, body.ddddd .cc-link.cc-privacy {
  display: block;
}
body.ddddd .cc-close {
  transform: scale(0.6);
  right: 4px;
  top: 12px;
  text-shadow: rgb(16, 6, 159) 0px 0px 0px !important;
  transition: all 0.4s;
}
body.ddddd .cc-close:hover {
  text-shadow: #10069f 0px 0px 0px !important;
  background: none !important;
}
body.ddddd div.cc-compliance > a.cc-btn, body.ddddd span.cc-message span.cc-cookie-settings-toggle {
  height: 40px;
  line-height: 1.3;
  outline: 0;
  background: none !important;
  border-color: rgb(16, 6, 159) !important;
  color: rgb(16, 6, 159) !important;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 18px 11px;
  transition: all 0.4s;
  margin: 0 9px 0 0;
}
@media (max-width: 575px) {
  body.ddddd div.cc-compliance > a.cc-btn, body.ddddd span.cc-message span.cc-cookie-settings-toggle {
    width: 100%;
  }
}
@media (max-width: 575px) {
  body.ddddd div.cc-compliance > a.cc-btn:last-child, body.ddddd span.cc-message span.cc-cookie-settings-toggle:last-child {
    margin-bottom: 0 !important;
  }
}
body.ddddd div.cc-compliance > a.cc-btn:hover, body.ddddd span.cc-message span.cc-cookie-settings-toggle:hover {
  background: #0f069f !important;
  color: #fff !important;
  text-decoration: none !important;
}
body.ddddd div.cc-compliance > a.cc-btn.cc-allowall {
  background: #0f069f !important;
  color: white !important;
}
body.ddddd div.cc-compliance > a.cc-btn.cc-allowall:hover {
  background: #0f069f !important;
  color: #fff !important;
}
body.ddddd span.cc-message span.cc-cookie-settings-toggle {
  left: 0;
  bottom: -80px;
  position: absolute;
  font-weight: 700;
  margin-top: 0;
}
body.ddddd .cc-floating .cc-message {
  position: relative;
}
body.ddddd .cc-compliance {
  display: block;
}
body.ddddd a.cc-link label {
  font-size: 14px;
  transition: all 0.4s;
}
body.ddddd a.cc-link label:hover {
  text-decoration: underline !important;
}
body.ddddd div.cc-checkboxes-container input[type=checkbox] {
  position: absolute;
}
body.ddddd div.cc-checkbox-container input + span {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}
body.ddddd div.cc-checkbox-container input:checked + span::before {
  transform: translateX(18px);
}
body.ddddd div.cc-checkbox-container > span::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #fff !important;
  transition: all 0.4s !important;
  border-color: #FFF !important;
  border: none;
  border-radius: 50%;
}
body.ddddd a.cc-link label {
  opacity: 1;
  top: -4px;
  position: relative;
  font-weight: 600;
  margin: 5px 0 0 5px;
  font-family: brandontextweb-regular;
}
body.ddddd div.cc-checkbox-container {
  width: 100%;
}
body.ddddd div.cc-settings-label, body.ddddd span.cc-cookie-settings-toggle {
  font-size: 15px;
}
body.ddddd div.cc-checkboxes-container a.cc-btn.cc-allow {
  margin-top: 20px;
  height: auto;
  padding: 2px 15px;
  font-size: 13px;
  font-family: brandontextweb-regular;
}
body.ddddd div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
  background: white !important;
  color: #0f069f !important;
  text-decoration: none;
}
body.ddddd div.cc-floating div.cc-checkboxes-container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid;
}
body.ddddd .cc-compliance {
  margin-left: 125px;
}
@media (max-width: 575px) {
  body.ddddd .cc-compliance {
    margin-left: 0;
  }
}
body.ddddd .cc-settings-label {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-family: brandontextweb-regular;
  opacity: 1;
}
body.ddddd span.cc-header + span.cc-message span.cc-message-text {
  letter-spacing: 0;
  font-family: "brandontextweb-regular";
  margin-right: 5px;
  line-height: 1.4;
}
body.ddddd .div.cc-window, body.ddddd span.cc-cookie-settings-toggler {
  font-size: 14px;
}
body.ddddd div.cc-cookie-category-description {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0;
}
body.ddddd .cc-floating > .cc-link {
  margin-top: -8px;
  font-family: "brandontextweb-regular";
  font-size: 14px;
  color: #10069f !important;
}
@media (max-width: 575px) {
  body.ddddd .cc-floating > .cc-link {
    margin-bottom: 60px;
  }
}
body.ddddd .cc-floating > .cc-link:hover {
  text-decoration: underline !important;
}

.control-group {
  width: 100%;
  max-width: 535px;
}/*# sourceMappingURL=template.css.map */