@charset "utf-8";
/* LESS Document */
/*
 
Theme Name: MOAI
Theme URI: http://www.moai.pl/
Description: MOAI Wordpress Template
Version: 4
Author: Daniel Różynek
Author URI: http://www.moai.pl/
 
*/
/* ----------------BASICS---------------- */
body,
td,
th,
input,
textarea,
select {
  font-family: "open-sans", sans-serif;
  color: #37465c;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 0;
  background-color: #fff;
  margin: 0 0 0 0;
  overflow-x: hidden;
}
strong {
  font-weight: 600;
}
img {
  border: none;
}
input,
textarea {
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  margin-bottom: 6px;
}
textarea {
  height: 200px;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=checkbox] {
  width: auto;
}
a {
  color: #37465c;
  text-decoration: none;
}
a:hover {
  color: #607a92;
  text-decoration: underline;
}
.p0 p {
  padding: 0;
  margin: 0;
}
.res {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.rowthin .res {
  max-width: 720px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.small {
  font-size: 12px;
  line-height: 22px;
}
.picfull {
  width: 100%;
  height: auto;
}
.half_left {
  padding-left: 380px;
  box-sizing: border-box;
  flex: 0 0 50% !important;
}
.half_right {
  padding-right: 380px;
  box-sizing: border-box;
  flex: 0 0 50% !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.fleft {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 40px;
}
.fright {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 40px;
}
.vcenter {
  display: flex;
  align-items: center;
}
.vcontent {
  width: 100%;
}
.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pad_b {
  padding-bottom: 100px;
}
.pad_t {
  padding-top: 100px;
}
.pad_tx2 {
  padding-top: 200px;
}
.pad_l {
  padding-left: 60px;
}
.pad_lx2 .pad_in_l {
  padding-left: 60px;
}
.pad_r {
  padding-right: 60px;
}
.pad_in_l {
  padding-left: 40px;
}
.pad_in_r {
  padding-right: 40px;
}
.pad_in_t {
  padding-top: 40px;
}
.pad_in_b {
  padding-bottom: 40px;
}
.mar_in_l {
  margin-left: 40px;
}
.mar_in_r {
  margin-right: 40px;
}
.mar_in_t {
  margin-top: 40px;
}
.mar_in_b {
  margin-bottom: 40px;
}
.marg {
  height: 100%;
}
.mar_heigh1 {
  height: calc(100% - 40px);
}
.mar_heigh2 {
  height: calc(100% - 88px);
}
.mar_t {
  margin-top: 80px;
}
.mar_b {
  margin-bottom: 80px;
}
.mar_l {
  margin-left: 40px;
}
.mar_r {
  margin-right: 40px;
}
.body-top {
  padding-top: 130px;
}
.wp-block-image img {
  height: auto;
}
figure {
  margin-left: 0;
  margin-top: 0;
}
#totop {
  z-index: 9999;
  transition: ease-in-out all 0.35s;
  position: fixed;
  right: -60px;
  bottom: 160px;
  width: 55px;
  height: 50px;
  border-radius: 0;
  background-color: #cedae5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#totop:before {
  transition: ease-in-out all 0.7s;
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  top: 20px;
}
i,
.i {
  position: relative;
}
i:before,
.i:before {
  transition: ease all 0.25s;
  content: '';
  display: block;
  position: absolute;
  left: -23px;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("images/email.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  filter: hue-rotate(79deg) brightness(0.4) saturate(0.5);
}
i:hover:before,
.i:hover:before {
  filter: hue-rotate(0deg) brightness(1) saturate(1);
}
.mphone:before {
  background-image: url("images/phone.svg");
}
.mfax:before {
  background-image: url("images/fax.svg");
}
.mwhite {
  filter: grayscale(1) brightness(4);
}
.overf {
  overflow: hidden;
}
.overflow {
  overflow: auto;
}
/* ----------------MENU---------------- */
.menutitle {
  font-size: 35px;
  line-height: 40px;
  padding: 30px 0 10px 77px;
  text-transform: uppercase;
}
.menutitle .menuback {
  position: absolute;
  transition: ease-in-out all 0.3s;
  opacity: 0;
  transform: rotate(180deg);
  top: 50px;
  left: 42px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background-image: url("images/submenu.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #607a92;
}
.menutitle .menuback:before,
.menutitle .menuback:after {
  filter: brightness(10);
  transition: ease-in-out all 0.3s;
  width: 20px;
  height: 20px;
  background-image: url("images/submenu.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.menutitle .menuback:hover {
  cursor: pointer;
  width: 28px;
}
.menutitle .menuback:hover:before {
  left: -4px;
}
.menutitle .menuback:hover:after {
  left: 12px;
}
.menumobile,
.menumobiler,
.menumobilepl {
  min-height: 310px;
  clip-path: polygon(18px 0%, calc(100% - 18px) 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0% calc(100% - 18px), 0% 18px);
  font-weight: 300;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  background-color: #cedae5;
  left: calc(50% - 320px);
  align-items: flex-start;
  transition: ease-in-out all 0.3s;
  top: -600px;
  box-sizing: border-box;
  position: fixed;
  width: 640px;
}
.menumobile ul,
.menumobiler ul,
.menumobilepl ul {
  display: block;
  width: 50%;
  padding: 0 0 0 40px;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.menumobile ul li,
.menumobiler ul li,
.menumobilepl ul li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 6px 20px;
}
.menumobile ul li a,
.menumobiler ul li a,
.menumobilepl ul li a {
  position: relative;
  color: #37465c;
  padding-left: 20px;
  text-align: left;
  display: inline-block;
  transition: ease-in-out all 0.3s;
}
.menumobile ul li:hover,
.menumobiler ul li:hover,
.menumobilepl ul li:hover {
  cursor: pointer;
}
.menumobile ul li:hover > a,
.menumobiler ul li:hover > a,
.menumobilepl ul li:hover > a {
  color: #607a92;
  text-decoration: none;
  transform: translateX(-10px);
}
.menumobile ul li ul,
.menumobiler ul li ul,
.menumobilepl ul li ul {
  transition: ease-in-out all 0.3s;
  transform: scale(0.8);
  top: -10%;
  left: 90%;
  width: 100%;
  position: absolute;
  height: 140%;
  box-sizing: border-box;
}
.menumobile ul li ul li,
.menumobiler ul li ul li,
.menumobilepl ul li ul li {
  transform: translateX(0);
}
.menumobile ul li ul li a,
.menumobiler ul li ul li a,
.menumobilepl ul li ul li a {
  padding-left: 10px;
}
.menumobile ul li ul li a:after,
.menumobiler ul li ul li a:after,
.menumobilepl ul li ul li a:after {
  display: none;
}
.menumobile ul li ul li a:before,
.menumobiler ul li ul li a:before,
.menumobilepl ul li ul li a:before {
  filter: brightness(0.7);
}
.menumobile ul li ul .menu-item-has-children:after,
.menumobiler ul li ul .menu-item-has-children:after,
.menumobilepl ul li ul .menu-item-has-children:after,
.menumobile ul li ul .menu-item-has-children:before,
.menumobiler ul li ul .menu-item-has-children:before,
.menumobilepl ul li ul .menu-item-has-children:before {
  transition: ease-in-out all 0.3s;
  content: '';
  background-image: url("images/submenu.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.menumobile ul li ul .menu-item-has-children:hover,
.menumobiler ul li ul .menu-item-has-children:hover,
.menumobilepl ul li ul .menu-item-has-children:hover {
  cursor: pointer;
}
.menumobile ul li ul .menu-item-has-children:hover:after,
.menumobiler ul li ul .menu-item-has-children:hover:after,
.menumobilepl ul li ul .menu-item-has-children:hover:after {
  filter: brightness(1.8) hue-rotate(293deg) saturate(1.5);
  right: -4px;
}
.menumobile ul li ul .menu-item-has-children:hover:before,
.menumobiler ul li ul .menu-item-has-children:hover:before,
.menumobilepl ul li ul .menu-item-has-children:hover:before {
  right: -8px;
  filter: brightness(1.8) hue-rotate(293deg) saturate(1.5);
}
.menumobile ul li ul .menu-item-has-children ul,
.menumobiler ul li ul .menu-item-has-children ul,
.menumobilepl ul li ul .menu-item-has-children ul {
  left: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.menumobile ul li ul .menu-item-has-children ul .menu-item-has-children:after,
.menumobiler ul li ul .menu-item-has-children ul .menu-item-has-children:after,
.menumobilepl ul li ul .menu-item-has-children ul .menu-item-has-children:after,
.menumobile ul li ul .menu-item-has-children ul .menu-item-has-children:before,
.menumobiler ul li ul .menu-item-has-children ul .menu-item-has-children:before,
.menumobilepl ul li ul .menu-item-has-children ul .menu-item-has-children:before {
  display: none;
}
.menumobile ul li ul .menu-item-has-children ul li,
.menumobiler ul li ul .menu-item-has-children ul li,
.menumobilepl ul li ul .menu-item-has-children ul li {
  padding-bottom: 6px;
  padding-top: 6px;
}
.menumobile ul li ul .menu-item-has-children ul li a,
.menumobiler ul li ul .menu-item-has-children ul li a,
.menumobilepl ul li ul .menu-item-has-children ul li a {
  padding-left: 14px;
  padding-right: 20px;
}
.menumobile ul li ul .menu-item-has-children ul li a:hover,
.menumobiler ul li ul .menu-item-has-children ul li a:hover,
.menumobilepl ul li ul .menu-item-has-children ul li a:hover {
  padding-left: 10px;
}
.menumobile ul li ul .menu-item-has-children ul li a:before,
.menumobiler ul li ul .menu-item-has-children ul li a:before,
.menumobilepl ul li ul .menu-item-has-children ul li a:before {
  top: 5px;
  width: 23px;
  height: 23px;
}
.menumobile ul li ul .menu-item-has-children ul li ul,
.menumobiler ul li ul .menu-item-has-children ul li ul,
.menumobilepl ul li ul .menu-item-has-children ul li ul {
  padding-top: 4px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 300;
  position: relative;
  left: 0;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}
.menumobile ul li ul .menu-item-has-children ul li ul li,
.menumobiler ul li ul .menu-item-has-children ul li ul li,
.menumobilepl ul li ul .menu-item-has-children ul li ul li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.menumobile ul .mtitle a,
.menumobiler ul .mtitle a,
.menumobilepl ul .mtitle a {
  padding-bottom: 4px;
  display: block;
  font-weight: 600;
  padding-top: 10px;
  border-bottom: 1px solid #37465c;
}
.menumobile .mline > a:after,
.menumobiler .mline > a:after,
.menumobilepl .mline > a:after {
  transition: ease-in-out all 0.3s;
  content: '';
  display: block;
  position: absolute;
  width: 22%;
  height: 2px;
  background-color: #fff;
  right: -27%;
  bottom: 7px;
}
.menumobile .mi > a:before,
.menumobiler .mi > a:before,
.menumobilepl .mi > a:before {
  transition: ease all 0.25s;
  top: 0px;
  position: absolute;
  left: -20px;
  display: inline-block;
  content: '';
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/spolka.svg");
}
.menumobile .mtechno > a:before,
.menumobiler .mtechno > a:before,
.menumobilepl .mtechno > a:before {
  background-image: url("images/technologie.svg");
}
.menumobile .mnews > a:before,
.menumobiler .mnews > a:before,
.menumobilepl .mnews > a:before {
  background-image: url("images/newsm.svg");
}
.menumobile .mplastic > a:before,
.menumobiler .mplastic > a:before,
.menumobilepl .mplastic > a:before {
  background-image: url("images/opakowania.svg");
}
.menumobile .mpraca > a:before,
.menumobiler .mpraca > a:before,
.menumobilepl .mpraca > a:before {
  background-image: url("images/kariera.svg");
}
.menumobile .mkontakt > a:before,
.menumobiler .mkontakt > a:before,
.menumobilepl .mkontakt > a:before {
  background-image: url("images/kontakt.svg");
}
.menumobile .mzrownowazony > a:before,
.menumobiler .mzrownowazony > a:before,
.menumobilepl .mzrownowazony > a:before {
  background-image: url("images/mzrownowazony.svg");
}
.menumobile .miso > a:before,
.menumobiler .miso > a:before,
.menumobilepl .miso > a:before {
  background-image: url("images/miso.svg");
}
.menumobile .mraporty > a:before,
.menumobiler .mraporty > a:before,
.menumobilepl .mraporty > a:before {
  background-image: url("images/raporty.svg");
}
.menumobile .mwladze > a:before,
.menumobiler .mwladze > a:before,
.menumobilepl .mwladze > a:before {
  background-image: url("images/wladze.svg");
}
.menumobile .mkomunikaty > a:before,
.menumobiler .mkomunikaty > a:before,
.menumobilepl .mkomunikaty > a:before {
  background-image: url("images/komunikaty.svg");
}
.menumobile .mfinanse > a:before,
.menumobiler .mfinanse > a:before,
.menumobilepl .mfinanse > a:before {
  background-image: url("images/finanse.svg");
}
.menumobile .mlad > a:before,
.menumobiler .mlad > a:before,
.menumobilepl .mlad > a:before {
  background-image: url("images/lad.svg");
}
.menumobile .mbutelki > a:before,
.menumobiler .mbutelki > a:before,
.menumobilepl .mbutelki > a:before {
  background-image: url("images/butelki.svg");
}
.menumobile .meu > a:before,
.menumobiler .meu > a:before,
.menumobilepl .meu > a:before {
  background-image: url("images/eu.svg");
}
.menumobile .mkanistry > a:before,
.menumobiler .mkanistry > a:before,
.menumobilepl .mkanistry > a:before {
  background-image: url("images/kanistry.svg");
}
.menumobile .mlejek > a:before,
.menumobiler .mlejek > a:before,
.menumobilepl .mlejek > a:before {
  background-image: url("images/lejek.svg");
}
.menumobile .mnakretki > a:before,
.menumobiler .mnakretki > a:before,
.menumobilepl .mnakretki > a:before {
  background-image: url("images/zakretki.svg");
}
.menumobile .mkonewki > a:before,
.menumobiler .mkonewki > a:before,
.menumobilepl .mkonewki > a:before {
  background-image: url("images/konewki.svg");
}
.menumobile .mmoto > a:before,
.menumobiler .mmoto > a:before,
.menumobilepl .mmoto > a:before {
  background-image: url("images/moto.svg");
}
.menumobile .mkatalog > a:before,
.menumobiler .mkatalog > a:before,
.menumobilepl .mkatalog > a:before {
  background-image: url("images/katalogp.svg");
}
.menumobile .current-menu-ancestor > a,
.menumobiler .current-menu-ancestor > a,
.menumobilepl .current-menu-ancestor > a,
.menumobile .current-menu-item > a,
.menumobiler .current-menu-item > a,
.menumobilepl .current-menu-item > a {
  font-weight: bold;
}
.menumobile .current-menu-item > a,
.menumobiler .current-menu-item > a,
.menumobilepl .current-menu-item > a {
  color: #607a92 !important;
}
.menumobile .current-menu-item > a:before,
.menumobiler .current-menu-item > a:before,
.menumobilepl .current-menu-item > a:before {
  filter: brightness(9);
}
.menumobilepl {
  display: none;
}
.menu-glowne-container {
  transition: ease all 0.35s;
}
.ssee ul li ul {
  left: 100%;
}
.ssee .menutitle .menuback {
  opacity: 1;
}
.ssee .mline a:after {
  right: 0;
  width: 0;
}
#mmobile,
#mmobiler {
  transition: ease-in-out all 0.25s;
  font-size: 20px;
  line-height: 30px;
  z-index: 1;
  position: relative;
  padding: 0px 20px 0px 40px;
  height: 36px;
  border-radius: 30px;
  background-color: #fff;
}
#mmobile:hover,
#mmobiler:hover {
  background-color: #cedae5;
  color: #fff;
  cursor: pointer;
}
#mmobile:hover .mmobile,
#mmobiler:hover .mmobile {
  background-color: #fff;
}
#mmobile:hover .mmobile:before,
#mmobiler:hover .mmobile:before,
#mmobile:hover .mmobile:after,
#mmobiler:hover .mmobile:after {
  background-color: #fff;
}
#mmobile .menutext,
#mmobiler .menutext {
  white-space: nowrap;
  padding-top: 3px;
}
#mmobile .mmobile,
#mmobiler .mmobile {
  top: 16px;
  left: 11px;
  height: 1px;
  position: absolute;
  width: 20px;
  background-color: #37465c;
  transition: ease-in-out all 0.25s;
}
#mmobile .mmobile:before,
#mmobiler .mmobile:before,
#mmobile .mmobile:after,
#mmobiler .mmobile:after {
  z-index: 1;
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #37465c;
  content: '';
  transition: ease-in-out all 0.25s;
}
#mmobile .mmobile:after,
#mmobiler .mmobile:after {
  top: 12px;
  transition: ease-in-out all 0.25s;
}
.menuout #mmobil .mmobile {
  transform: rotate(45deg);
  top: 16px;
}
.menuout #mmobil .mmobile:before {
  left: 1px;
  top: 0px;
  transform: rotate(90deg);
}
.menuout #mmobil .mmobile:after {
  opacity: 0;
}
.menuout .menumobile {
  top: 70px;
}
.menumobiler {
  background-color: #91a3b4;
}
.menumobiler ul {
  position: relative;
}
.menumobiler ul li {
  position: relative;
}
.menumobiler ul li a {
  background-color: #91a3b4;
}
.menumobiler ul li .sub-menu {
  background-color: #91a3b4;
  top: -20px;
  height: 310px;
  padding-left: 0;
  transition: ease-in-out all 0.25s;
  display: none;
  opacity: 0;
}
.menumobiler ul li .sub-menu li {
  position: relative;
}
.menumobiler ul li .sub-menu li:before {
  position: absolute;
  left: 11px;
  top: 14px;
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #fff;
  transform: rotate(45deg);
}
.menumobiler ul li:hover > a {
  color: #fff;
}
.menumobiler ul li:hover > a:after {
  content: '';
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
}
.menumobiler ul li:hover > a:before {
  filter: none;
  opacity: 1;
}
.menumobiler ul .b0 ul {
  top: auto;
  bottom: -70px;
}
.menumobiler ul .ssee .sub-menu {
  display: block;
  opacity: 1;
  z-index: 2;
}
.menuoutr #mmobiler .mmobile {
  transform: rotate(45deg);
  top: 18px;
}
.menuoutr #mmobiler .mmobile:before {
  left: 1px;
  top: 0px;
  transform: rotate(90deg);
}
.menuoutr #mmobiler .mmobile:after {
  opacity: 0;
}
.menuoutr .menumobiler,
.menuoutr .menumobilepl {
  top: 70px;
}
/* ----------------GENERAL---------------- */
.zindex1 {
  z-index: 1;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: none;
  margin: 0;
}
.acf-map img {
  max-width: inherit !important;
}
.fullheight {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.fullheight .flex-center {
  min-height: 100vh;
}
.fullheight .text-row {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "area-normal", sans-serif;
}
h1 {
  font-weight: 300;
  color: #607a92;
  font-size: 60px;
  line-height: 62px;
  padding-top: 0;
  margin-top: 0;
}
h2 {
  color: #37465c;
  font-size: 36px;
  line-height: 46px;
  padding-top: 0;
  margin-top: 0;
  font-weight: 600;
}
h2 strong {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #37465c;
  display: block;
}
h2 em {
  display: block;
  color: #37465c;
  font-style: normal;
  font-size: 46px;
  line-height: 56px;
  font-weight: 300;
}
.home h1 strong,
.home h2 strong {
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #37465c;
}
.home h1 em,
.home h2 em {
  display: block;
  color: #37465c;
  font-style: normal;
  font-size: 46px;
  line-height: 56px;
  font-weight: 300;
}
.home h2 {
  color: #37465c;
}
.home h2 strong,
.home h2 em {
  color: #607a92;
}
h3 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 60px;
  color: #607a92;
  font-weight: 400;
}
h3 strong {
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  color: #37465c;
  display: block;
}
h3 em {
  display: block;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  color: #607a92;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 39px;
  line-height: 46px;
  color: #37465c;
  text-transform: uppercase;
  font-weight: 600;
}
h4 em {
  font-style: normal;
  color: #607a92;
  font-weight: 600;
}
h4 strong {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}
h5 {
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
h6 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.dwiekolumny {
  column-count: 2;
  column-gap: 100px;
}
.dwiekolumny p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.trzykolumny {
  column-count: 3;
  column-gap: 100px;
}
.wiecej {
  text-transform: uppercase;
  color: #37465c;
  display: inline-block;
  padding: 12px 64px 12px 24px;
  text-decoration: none;
  font-size: 19px;
  line-height: 22px;
  transition: ease-in-out all 0.25s;
  font-weight: 600;
  position: relative;
  clip-path: polygon(11px 0%, calc(100% - 11px) 0%, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0% calc(100% - 11px), 0% 11px);
  background-color: #fff;
}
.wiecej:before {
  position: absolute;
  right: 24px;
  top: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #37465c;
  content: '';
  transition: ease-in-out all 0.25s;
}
.wiecej:after {
  position: absolute;
  right: 24px;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  border-right: 2px solid #37465c;
  border-bottom: 2px solid #37465c;
  transition: ease-in-out all 0.25s;
}
.wiecej:hover {
  transform: scale(1.05);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-color: #607a92;
  color: #607a92;
  text-decoration: none;
  cursor: pointer;
  padding-right: 84px;
}
.wiecej:hover:before {
  width: 45px;
  background-color: #607a92;
}
.wiecej:hover:after {
  border-color: #607a92;
}
.wiecejwhite {
  background-color: #fff;
  color: #607a92;
  border-color: #607a92;
}
.wiecejwhite:hover {
  color: #fff;
  background-color: #607a92;
}
video {
  width: 100%;
}
.videowrap {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.videowrap .myVideo {
  transform: translate(-50%, -50%);
  /* % of current element */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
}
.videoitem {
  position: absolute;
  padding-bottom: 56.25%;
  padding-top: 25px;
  width: 100%;
  height: 0;
  z-index: 0 !important;
}
.videoitem iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 62%;
}
.videoitem .video-text {
  width: 30%;
  position: absolute;
  right: 3%;
}
#pagewrap {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#searchpagewrap #searchtitle {
  background-color: #607a92;
  text-align: center;
}
#searchpagewrap #searchtitle h1 {
  padding: 0;
  margin: 0;
}
#searchpagewrap #searchresults h3 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
#searchpagewrap #searchresults .searchentry {
  text-decoration: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #cedae5;
}
#searchpagewrap #searchresults .searchentry .searchthumb {
  padding-left: 30px;
}
blockquote {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.dtable {
  margin-bottom: 50px;
  box-sizing: border-box;
  border: 2px solid #37465c;
  width: 100%;
  display: table;
}
.dtable .drow {
  display: table-row;
}
.dtable .drow .dcell {
  text-align: center;
  display: table-cell;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding: 12px 24px;
  border-right: 1px solid #37465c;
}
.dtable .drow .dcell:last-of-type {
  border: none;
}
.dtable .drowh .dcell {
  border-bottom: 1px solid #37465c !important;
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
}
.dtable .drowh .dch {
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  background-color: #a3bfd3;
}
/* ----------------HEADER---------------- */
#header {
  z-index: 100;
  transition: all ease-in-out 0.5s;
  width: 100%;
  position: fixed;
  top: 0;
}
#header #hwrap {
  transition: all ease-in-out 0.5s;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #hwrap input {
  font-size: 20px;
  line-height: 30px;
  color: #37465c;
}
#header #hwrap .hblock {
  align-items: center;
  gap: 50px;
  display: flex;
  justify-content: flex-start;
}
#header #hwrap .hblock:last-of-type {
  justify-content: flex-end;
}
#header #hwrap .hbutt a {
  font-size: 20px;
  line-height: 30px;
  color: #37465c;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 3px 20px 3px 40px;
  background-image: url("images/emaild.svg");
  background-size: 24px;
  background-position: 8px center;
  transition: all ease-in-out 0.3s;
  background-repeat: no-repeat;
}
#header #hwrap .hbutt a:hover {
  text-decoration: none;
  background-color: #cedae5;
  color: #fff;
}
#header #hwrap #lang {
  display: flex;
}
#header #hwrap #lang .wpml-ls-legacy-dropdown-click {
  width: auto;
}
#header #hwrap #lang .wpml-ls-legacy-dropdown-click a {
  font-weight: 600;
  font-size: 14px;
  color: #37465c;
  border-color: transparent;
}
#header #hwrap #lang .wpml-ls-legacy-dropdown-click a:hover {
  text-decoration: none;
}
#header #hwrap #lang .wpml-ls-legacy-dropdown-click ul li a {
  background-color: transparent;
  color: #37465c;
  border: none;
}
#header #hwrap #lang .wpml-ls-legacy-dropdown-click ul li a:hover {
  background-color: rgba(142, 165, 179, 0.29);
}
#header #hwrap #lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
#header #hwrap #lang .wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
#header #logowrap {
  margin-left: 40px;
  display: block;
  flex: 0 0 348px;
  box-sizing: border-box;
  text-align: center;
  transition: ease-in-out all 0.5s;
}
#header #logowrap img {
  width: 100%;
  height: auto;
}
#header #headright {
  display: flex;
}
#header #socials {
  color: #fff;
  padding: 8px 20px;
}
#header #socials .soctitle {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
#header #socials .socwrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header #socials .socwrap a img {
  width: auto;
  height: 24px;
}
#header #search-wrap {
  position: relative;
}
#header #search-wrap label {
  display: none;
}
#header #search-wrap #searchicon {
  height: 100%;
  background-image: url("images/search.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
}
#header #search-wrap #searchform {
  transition: ease all 0.3s;
  width: 120px;
}
#header #search-wrap #searchform.see {
  width: 240px;
}
#header #search-wrap form {
  position: relative;
}
#header #search-wrap form #search {
  border: none;
  border-radius: 100px;
  padding: 3px 40px 3px 12px !important;
  background-color: #fff;
  margin: 0;
}
#header #search-wrap form #search-button {
  border-radius: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  width: 20px;
  height: auto;
}
.scrolled #totop {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.scrolled #totop:before {
  width: 13px;
  height: 13px;
}
.scrolled #header {
  background-color: rgba(255, 255, 255, 0.8);
}
.scrolled #header #hwrap {
  padding-bottom: 10px;
  padding-top: 10px;
}
.flex {
  display: flex;
}
.hbetween {
  justify-content: space-between;
}
.hend {
  justify-content: flex-end;
}
.hcentral {
  justify-content: center;
}
.haround {
  justify-content: space-around;
}
.flex-center {
  align-items: center;
}
.flex-end {
  align-items: flex-end;
}
/* ----------------CONTENT---------------- */
.videofit p {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
}
.videofit p video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper {
  height: 100%;
}
.swiper .swiper-wrapper {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper .swiper-wrapper .swiper-slide .slide-text-in {
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide .slide-text-in .slide-img {
  transform: scale(1.1);
  opacity: 0;
  transition: ease transform 3s, ease opacity 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper .swiper-wrapper .swiper-slide .slide-text-in .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper .swiper-wrapper .swiper-slide .slide-text-in .slider-text {
  z-index: 1;
  position: relative;
}
.swiper .swiper-wrapper .swiper-slide-active .slide-text-in .slide-img {
  opacity: 1;
  transform: translateX(0) scale(1);
  animation-delay: 1s;
}
.ui-accordion-header {
  box-sizing: border-box;
  color: #37465c;
  background-color: #e0ece2;
  padding: 40px 85px;
  position: relative;
}
.ui-accordion-header p {
  padding: 0;
  margin: 0;
}
.ui-accordion-header:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border-right: 2px solid #607a92;
  border-top: 2px solid #607a92;
  position: absolute;
  top: 70px;
  right: 50px;
  transform: rotate(45deg);
  transition: ease-in-out all 0.25s;
}
.ui-accordion-header:hover {
  cursor: pointer;
}
.ui-accordion-header:hover:after {
  transform: rotate(135deg);
}
.pliki .plik {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.pliki .plik a {
  transition: ease all 0.25s;
  background-image: url("images/dlr.svg");
  background-size: 58px;
  background-position: 26px 18px;
  background-repeat: no-repeat;
  clip-path: polygon(11px 0%, calc(100% - 11px) 0%, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0% calc(100% - 11px), 0% 11px);
  padding: 20px 40px 20px 110px;
  background-color: #e1ebf2;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  display: block;
  color: #37465c;
  text-decoration: none;
}
.pliki .plik a .plikinfo {
  transition: ease all 0.25s;
  display: flex;
  justify-content: space-between;
  color: #607a92;
  font-size: 12px;
  line-height: 16px;
}
.pliki .plik a:hover {
  color: #fff;
  background-color: #37465c;
}
.pliki .plik a:hover .plikinfo {
  color: #fff;
}
.videocontain p {
  padding: 0;
  margin: 0;
}
.videocontain p video {
  width: calc(100% - 40px);
  position: absolute;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  object-position: center;
}
.text-blok {
  height: 100%;
}
.accordionin .res {
  max-width: 100%;
  padding: 0;
}
.accordionin .res .text {
  max-width: 1166px;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: auto;
  margin-right: auto;
}
.accordionin .ui-accordion > div:nth-of-type(4n+1) {
  background-color: #cedae5;
}
.ui-accordion-content .text {
  padding: 6px 39px;
}
.ui-accordion-header-active:after {
  top: 80px;
  transform: rotate(-45deg);
}
.accordionclean .ui-accordion-header {
  padding: 0 0 20px 0;
  background-color: transparent;
}
.accordionclean .ui-accordion-header:before {
  right: auto;
  bottom: 10px;
  top: auto;
}
.accordionclean .ui-accordion-header:after {
  top: 106px;
  bottom: -53px;
  left: 70px;
  right: auto;
}
section {
  position: relative;
}
.text-row {
  display: flex;
}
.text-row .text {
  flex: 1;
  min-width: 0;
}
.text-row .flex100 {
  flex: 0 0 100%;
}
.text-row .flex66 {
  flex: 0 0 66.66%;
}
.text-row .flex60 {
  flex: 0 0 60%;
}
.text-row .flex50 {
  flex: 0 0 50%;
}
.text-row .flex40 {
  flex: 0 0 40%;
}
.text-row .flex45 {
  flex: 0 0 45%;
}
.text-row .flex33 {
  flex: 0 0 33.33%;
}
.text-row .flex30 {
  flex: 0 0 30%;
}
.text-row .flex25 {
  flex: 0 0 25%;
}
.text-row .flex20 {
  flex: 0 0 20%;
}
.flexauto .text {
  flex: inherit;
}
.dwustronny {
  z-index: 1;
  position: relative;
}
.dwustronny .dw-wrap {
  height: 100%;
  box-sizing: border-box;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.dwustronny .dw-wrap p:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.dwustronny .dw-wrap p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dwustronny .dw-wrap .textfront {
  backface-visibility: hidden;
  height: 100%;
  transform: rotateY(0deg);
  transition: 0.7s all ease-in-out !important;
}
.dwustronny .dw-wrap .textback {
  backface-visibility: hidden;
  transition: 0.7s all ease-in-out !important;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateY(-180deg);
}
.dwustronny .dw-wrap:hover .textfront {
  transform: rotateY(180deg);
}
.dwustronny .dw-wrap:hover .textback {
  transform: rotateY(0deg);
}
.dwustronny .pad_ds_l {
  padding-left: 40px;
}
.dwustronny .pad_ds_l .textback {
  left: 40px;
}
.dwustronny .pad_ds_r {
  padding-right: 40px;
}
.dwustronny .pad_ds_t {
  padding-top: 40px;
}
.dwustronny .pad_ds_t .textback {
  top: 40px;
}
.dwustronny .pad_ds_b {
  padding-bottom: 40px;
}
.dwustronny .ds_h_1 .textback {
  height: calc(100% - 40px);
}
.dwustronny .ds_h_2 .textback {
  height: calc(100% - 80px);
}
.dwustronny .ds_v_1 .textback {
  width: calc(100% - 40px);
}
.dwustronny .ds_v_2 .textback {
  width: calc(100% - 80px);
}
.dwustronny:hover {
  z-index: 2;
}
.textwrap {
  height: 100%;
  box-sizing: border-box;
}
.textwrap p {
  text-align: justify;
}
.jlast p {
  text-align-last: center;
}
.grid a {
  margin-bottom: 1px;
  margin-right: 1px;
  display: block;
}
.grid img {
  width: 100%;
  height: auto;
  display: block;
}
.grid-item,
.grid-sizer {
  display: block;
  width: 33%;
  margin-bottom: 1px;
}
.galeria-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.lg-outer .lg-thumb-item {
  border: 1px solid #fff !important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #cedae5 !important;
}
.posts {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.posts .post-wrap {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  flex: 0 0 30%;
  background-color: #fff;
  text-decoration: none;
  display: block;
  color: #37465c;
}
.posts .post-wrap .date {
  padding-bottom: 10px;
  color: #6B7686;
}
.posts .post-wrap h3 {
  font-size: 20px;
  line-height: 28px;
}
.posts .post-wrap .post-thumb {
  margin-bottom: 20px;
}
.posts .post-wrap .post-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.posts .post-wrap .post-thumb .news-thumb {
  margin: 0 auto;
  padding: 0;
}
.posts .post-wrap .czytaj {
  color: #6B7686;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 17px;
  display: inline-block;
}
.posts .post-wrap .czytaj:after {
  transition: ease-in-out all 0.25s;
  content: '';
  height: 1px;
  width: 16px;
  background-color: #6B7686;
  display: block;
  position: absolute;
  right: -24px;
  bottom: 8px;
}
.posts .post-wrap .czytaj:before {
  transition: ease-in-out all 0.25s;
  content: '';
  height: 8px;
  width: 8px;
  border-right: 1px solid #6B7686;
  border-bottom: 1px solid #6B7686;
  display: block;
  position: absolute;
  right: -24px;
  bottom: 4px;
  transform: rotate(-45deg);
}
.posts .post-wrap:hover .czytaj:after {
  right: -34px;
  width: 26px;
}
.posts .post-wrap:hover .czytaj:before {
  right: -34px;
}
.gform_wrapper.gravity-theme .gform_fields {
  display: block !important;
}
.gform_wrapper .formcolms {
  display: flex;
  gap: 40px;
}
.gform_wrapper .formcolms .formcolumn {
  flex: 1;
}
#moaipager {
  flex: 0 0 100%;
  text-align: center;
  padding: 40px 0;
}
#moaipager a {
  padding-left: 10px;
  padding-right: 10px;
  color: #cedae5;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
}
#moaipager .active {
  font-weight: 700;
}
.bzoom {
  background-size: 110% auto;
  animation: backzoom 10s ease forwards;
}
.navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation ul li {
  display: inline-block;
  padding-right: 20px;
}
.navigation ul .active a {
  color: #cedae5;
}
@keyframes backzoom {
  0% {
    background-size: 120% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
.bialy {
  color: #fff;
}
.bialy h1,
.bialy h2,
.bialy h3,
.bialy h4,
.bialy h5,
.bialy h6,
.bialy strong,
.bialy a {
  color: #fff;
}
.bialy .wiecej {
  color: #fff;
  border-color: #fff;
}
#backtotop {
  background-color: #cedae5;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 20px;
  border-radius: 100% 0 0 100%;
  font-size: 30px;
  font-weight: 600;
  z-index: 99999;
  text-decoration: none;
}
.lg-outer {
  z-index: 9999999 !important;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ----------------ANIMATIONS---------------- */
.anim {
  transition: ease-out all 0.5s;
}
.afade {
  opacity: 0;
}
.aleft {
  transform: translateX(-50px);
  opacity: 0;
}
.aright {
  transform: translateX(50px);
  opacity: 0;
}
.abottom {
  transform: translateY(50px);
  opacity: 0;
}
.visible {
  transition-delay: 0.5s;
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.adelay1 {
  transition-delay: 0.1s;
}
.adelay2 {
  transition-delay: 0.2s;
}
.adelay3 {
  transition-delay: 0.3s;
}
.adelay4 {
  transition-delay: 0.4s;
}
.adelay5 {
  transition-delay: 0.5s;
}
.adelay6 {
  transition-delay: 0.6s;
}
.adelay7 {
  transition-delay: 0.7s;
}
.adelay8 {
  transition-delay: 0.8s;
}
.adelay9 {
  transition-delay: 0.9s;
}
.adelay10 {
  transition-delay: 1s;
}
.adelay11 {
  transition-delay: 1.1s;
}
/* ----------------RESPONSIVE---------------- */
@media all and (max-width: 1920px) {
  .half_left {
    padding-left: calc((100% - 1180px)/2);
  }
  .half_right {
    padding-right: calc((100% - 1180px)/2);
  }
}
@media all and (max-width: 1030px) {
  .half_left {
    padding-left: 3vw;
  }
  .half_right {
    padding-right: 3vw;
  }
  .anim {
    transition-delay: 0s;
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  .res {
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }
  .pad_t {
    padding-top: 70px;
  }
  .pad_b {
    padding-bottom: 70px;
  }
  .primary-navigation ul .menu-item-has-children:after {
    transition: ease all 0.25s;
    display: inline-block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/submenu.svg");
    top: 2px;
    right: 2px;
    transform: rotate(0deg);
  }
  .primary-navigation ul .menu-item-has-children .sub-menu {
    padding: 0;
    opacity: 1;
    background-color: transparent;
    height: 0;
    overflow: hidden;
    position: inherit;
    left: 0;
    top: 0;
  }
  .primary-navigation ul .menu-item-has-children .sub-menu li {
    padding: 3px 4px 3px 20px;
    transition: ease all 0.25s;
    transform: translateX(-200px);
  }
  .primary-navigation ul .ssee:after {
    transform: rotate(90deg);
  }
  .primary-navigation ul .ssee .sub-menu {
    height: auto;
    overflow: hidden;
  }
  .primary-navigation ul .ssee .sub-menu li {
    opacity: 1;
    transform: translateX(0);
  }
  .primary-navigation ul .ssee .sub-menu li:nth-of-type(2) {
    animation-delay: 0.1s;
  }
  .primary-navigation ul .ssee .sub-menu li:nth-of-type(3) {
    animation-delay: 0.2s;
  }
  .primary-navigation ul .ssee .sub-menu li:nth-of-type(4) {
    animation-delay: 0.3s;
  }
  .primary-navigation ul .ssee .sub-menu li:nth-of-type(5) {
    animation-delay: 0.4s;
  }
  .primary-navigation ul .ssee .sub-menu li:nth-of-type(6) {
    animation-delay: 0.5s;
  }
  .primary-navigation ul .ssee .sub-menu li:nth-of-type(7) {
    animation-delay: 0.6s;
  }
  .primary-navigation ul .ssee .sub-menu li:nth-of-type(8) {
    animation-delay: 0.7s;
  }
  .primary-navigation ul .ssee .sub-menu li:nth-of-type(9) {
    animation-delay: 0.8s;
  }
  #pl .menumobiler,
  #pl .menumobile,
  #pl #mmobile {
    display: none;
  }
  #pl .menumobilepl {
    display: block;
  }
  .menumobile,
  .menumobiler,
  .menumobilepl {
    padding-bottom: 20px;
    width: 100%;
    top: -100vh;
    height: auto;
    left: 0;
  }
  .menumobile ul,
  .menumobiler ul,
  .menumobilepl ul {
    padding: 0 0 0 20px;
    width: 100%;
  }
  .menumobile ul li,
  .menumobiler ul li,
  .menumobilepl ul li {
    padding: 3px 20px;
  }
  .menumobile ul li:hover,
  .menumobiler ul li:hover,
  .menumobilepl ul li:hover {
    cursor: pointer;
  }
  .menumobile ul li:hover > a,
  .menumobiler ul li:hover > a,
  .menumobilepl ul li:hover > a {
    transform: none;
  }
  .menumobile ul li ul,
  .menumobiler ul li ul,
  .menumobilepl ul li ul {
    width: 100%;
  }
  .menumobile ul li ul .menu-item-has-children:before,
  .menumobiler ul li ul .menu-item-has-children:before,
  .menumobilepl ul li ul .menu-item-has-children:before,
  .menumobile ul li ul .menu-item-has-children:after,
  .menumobiler ul li ul .menu-item-has-children:after,
  .menumobilepl ul li ul .menu-item-has-children:after {
    display: none;
  }
  .menumobile .mline > a:after,
  .menumobiler .mline > a:after,
  .menumobilepl .mline > a:after {
    display: none;
  }
  .menumobile .mi > a:before,
  .menumobiler .mi > a:before,
  .menumobilepl .mi > a:before {
    width: 20px;
    height: 20px;
    left: -10px;
    top: 2px;
  }
  #mmobile,
  #mmobiler {
    height: 32px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 20px;
    padding: 0px 20px 0px 24px;
  }
  #mmobile .mmobile,
  #mmobiler .mmobile {
    top: 9px;
  }
  #mmobile .menutext,
  #mmobiler .menutext {
    font-size: 0px;
  }
}
@media all and (max-width: 800px) {
  #header #logowrap {
    flex: 0 0 26vw;
    margin-left: 3vw;
  }
  #header #logowrap #logo:after {
    right: -16px;
    bottom: 4px;
    width: 15px;
    height: 13px;
  }
  #header #hwrap input {
    font-size: 16px;
    line-height: 26px;
  }
  #header #search-wrap form #search-button {
    top: 6px;
  }
  .flextablet .text-row {
    flex-direction: column;
  }
  .pad_in_r {
    padding-right: 3vw;
  }
  .pad_in_l {
    padding-left: 3vw;
  }
  .mar_in_r {
    margin-right: 3vw;
  }
  .mar_in_l {
    margin-left: 3vw;
  }
  .logoflex p {
    gap: 20px;
    display: flex;
    justify-content: flex-start;
  }
}
@media all and (max-width: 640px) {
  .dwiekolumny {
    column-count: 1;
  }
  .pad_t {
    padding-top: 50px;
  }
  .pad_b {
    padding-bottom: 50px;
  }
  .text-row {
    flex-direction: column;
  }
  .sslider .swiper-wrapper {
    height: 60vw;
  }
  .flexmobile .text-row {
    flex-direction: column;
  }
  .alignl p {
    text-align: left;
  }
  .alignl p img {
    float: none;
  }
  #header #logowrap {
    flex: 0 0 38vw;
    margin-left: 0vw;
  }
  #header #hwrap .hblock {
    gap: 10px;
  }
  #header #search-wrap #searchform {
    width: 52px;
  }
  .rowimg .textwrap {
    height: 60vw;
  }
  .displayblock .text-row {
    display: block;
  }
  #searchm {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  #searchm.see {
    display: none;
  }
  #header #search-wrap #searchform.see {
    width: 200px;
    transform: translateY(50px);
  }
  #searchpagewrap #searchtitle {
    padding-top: 80px;
  }
  #searchpagewrap #searchtitle h2 {
    font-size: 4vw;
    line-height: 5vw;
  }
  #searchpagewrap #searchresults .searchentry {
    flex-direction: column;
  }
  #searchform.see #search {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .rowimg100 .textwrap {
    height: auto;
  }
  .alignl p {
    text-align: left;
  }
  .alignl p img {
    float: none;
  }
  .alignc .textwrap p {
    text-align: center;
  }
  .pliki .plik {
    width: 100%;
  }
  .pliki .plik a {
    font-size: 4vw;
    line-height: 6vw;
  }
  .videocontain p video {
    position: inherit;
    height: 60vw;
  }
}
