@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/
 
*/
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-VariableFont_wght.woff2);
}
/* ----------------BASICS---------------- */
body,
td,
th,
input,
textarea,
select {
  font-family: Montserrat, sans-serif;
  color: #004c80;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 34px 0 0 0;
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
}
strong {
  font-weight: 700;
}
img {
  border: none;
}
input,
textarea {
  border-bottom: 1px solid #004c80 !important;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  margin-bottom: 20px !important;
}
.textwrap .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.textwrap .gform_wrapper.gravity-theme .gfield-choice-input {
  vertical-align: inherit;
}
textarea {
  height: 200px;
}
input[type=submit] {
  margin-left: auto;
  font-size: 29px;
  line-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 0.15em;
  width: auto;
  text-transform: uppercase;
  border: 1px solid #004c80;
  background-color: #fff;
  font-weight: 500;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=checkbox],
input[type=radio] {
  width: auto;
}
a {
  color: #004c80;
  text-decoration: none;
}
a:hover {
  color: #cc0613;
  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: 80px;
}
.pad_t {
  padding-top: 80px;
}
.pad_l {
  padding-left: 60px;
}
.pad_r {
  padding-right: 60px;
}
.pad_in_l {
  padding-left: 77px;
}
.pad_in_r {
  padding-right: 77px;
}
.pad_in_t {
  padding-top: 46px;
}
.pad_in_b {
  padding-bottom: 46px;
}
.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% - 80px);
}
.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: 100px;
  width: 55px;
  height: 50px;
  border-radius: 0;
  background-color: #0076ae;
  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: -32px;
  top: 4px;
  width: 26px;
  height: 26px;
  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;
}
.dtable {
  width: 100%;
  display: table;
}
.dtable .drow {
  display: table-row;
}
.dtable .drow .dcell {
  display: table-cell;
}
/* ----------------MENU---------------- */
.primary-navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  flex: 1;
}
.primary-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.primary-navigation ul li {
  margin-right: 16px;
  border: 0;
  display: inline-block;
  position: relative;
}
.primary-navigation ul li a {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  transition: all ease-in-out 0.5s;
  line-height: 40px;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
.primary-navigation ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
  transition: all ease-in-out 0.25s;
}
.primary-navigation ul li ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
  background-color: #ffffff;
  padding: 20px 0 0 0;
  float: 0;
  margin: 0;
  position: absolute;
  top: 24px;
  left: -999em;
  z-index: 99999;
}
.primary-navigation ul li ul .menu-item-has-children {
  padding-right: 11px;
  position: relative;
  margin-right: 10px;
}
.primary-navigation ul li ul .menu-item-has-children:after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
  background-color: #0076ae;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(90deg);
}
.primary-navigation ul li ul ul {
  padding: 0;
  left: -999em;
  top: 0;
}
.primary-navigation .current_page_item > a,
.primary-navigation .current_page_ancestor > a,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation .mPS2id-highlight {
  color: #fff;
  font-weight: 700;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
  left: 0;
  opacity: 1;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
  left: 100%;
}
.menudesk {
  display: block;
}
.menumobile {
  background-color: #0076ae;
  align-items: flex-start;
  top: 0;
  max-width: 300px;
  transition: ease-in-out all 0.3s;
  left: -300px;
  width: 80vw;
  height: 120vh;
  box-sizing: border-box;
  position: fixed;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 80px 0;
}
.menumobile div {
  width: 100%;
}
.menumobile .nav-menu {
  width: 100%;
  display: block;
}
.menumobile .nav-menu li {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.menumobile .nav-menu li a {
  color: #fff !important;
  padding-left: 20px;
  text-align: left;
  display: block;
}
.menumobile .nav-menu .current-menu-ancestor > a {
  font-weight: bold;
}
.menumobile .nav-menu .current-menu-item {
  background-color: #cc0613;
}
.menumobile .nav-menu .current-menu-item a {
  color: #fff !important;
}
#mmobile {
  left: calc(100vw - 50px);
  top: 5px;
  width: 40px;
  height: 33px;
  display: none;
  position: fixed;
  transition: ease-in-out all 0.5s;
}
#mmobile:hover {
  cursor: pointer;
}
#mmobile .mmobile {
  top: 7px;
  left: 5px;
  height: 3px;
  position: absolute;
  width: 30px;
  background-color: #fff;
  transition: ease-in-out all 0.25s;
}
#mmobile .mmobile:before,
#mmobile .mmobile:after {
  z-index: 1;
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #fff;
  content: '';
  transition: ease-in-out all 0.25s;
}
#mmobile .mmobile:after {
  top: 16px;
  transition: ease-in-out all 0.25s;
}
.menuout #hwrap .primary-navigation ul li a {
  color: #fff;
}
.menuout #mmobile .mmobile {
  transform: rotate(45deg);
  top: 14px;
}
.menuout #mmobile .mmobile:before {
  left: 1px;
  top: 0px;
  transform: rotate(90deg);
}
.menuout #mmobile .mmobile:after {
  opacity: 0;
}
/* ----------------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 {
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}
h1,
h2,
h3,
h5 {
  color: #004c80;
  font-size: 28px;
  line-height: 43px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
}
h5 {
  padding-bottom: 10px;
  padding-top: 10px;
}
h6 {
  font-size: 27px;
  line-height: 38px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.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 {
  border-radius: 18px;
  text-transform: uppercase;
  color: #004c80;
  display: inline-block;
  padding: 12px 64px 12px 24px;
  text-decoration: none;
  font-size: 19px;
  line-height: 22px;
  transition: ease-in-out all 0.25s;
  border: 2px solid #004c80;
  font-weight: 600;
  position: relative;
}
.wiecej:before {
  position: absolute;
  right: 24px;
  top: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #004c80;
  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 #004c80;
  border-bottom: 2px solid #004c80;
  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: #cc0613;
  color: #cc0613;
  text-decoration: none;
  cursor: pointer;
  padding-right: 84px;
}
.wiecej:hover:before {
  width: 45px;
  background-color: #cc0613;
}
.wiecej:hover:after {
  border-color: #cc0613;
}
.wiecejwhite {
  background-color: #fff;
  color: #cc0613;
  border-color: #cc0613;
}
.wiecejwhite:hover {
  color: #fff;
  background-color: #cc0613;
}
video {
  width: 100%;
}
.videowrap {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videowrap .myVideo {
  height: 100%;
  object-fit: cover;
}
.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: #cc0613;
  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 #0076ae;
}
#searchpagewrap #searchresults .searchentry .searchthumb {
  padding-left: 30px;
}
blockquote {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
/* ----------------HEADER---------------- */
#header {
  background-color: #0076ae;
  z-index: 100;
  transition: all ease-in-out 0.5s;
  width: 100%;
  position: fixed;
  top: 58px;
}
#header #hwrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#header #logowrap {
  margin-left: 40px;
  margin-top: 17px;
  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 .soctitle {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
#header .socwrap {
  margin-left: 10px;
  line-height: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
#header .socwrap a {
  margin-left: 10px;
  display: inline-block;
}
#header .socwrap a img {
  width: auto;
  height: 24px;
}
#header #search-wrap {
  position: relative;
}
#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 {
  position: absolute;
  width: 200px;
  bottom: -40px;
  right: 0;
  display: none;
}
#header #search-wrap #searchform.see {
  display: block;
}
#header #search-wrap form {
  position: relative;
}
#header #search-wrap form #search {
  border: none;
  border-radius: 100px;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 0 0 !important;
  padding: 10px !important;
  background-color: #f5f5f5;
  margin-top: 2px !important;
}
#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 #header {
  top: 35px;
}
.scrolled #totop {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.scrolled #totop:before {
  width: 13px;
  height: 13px;
}
#lang {
  display: flex;
  align-items: center;
}
#lang .wpml-ls {
  width: auto;
  line-height: 0;
}
#lang .wpml-ls a {
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #004c80;
  border-color: transparent;
}
#lang .wpml-ls a img {
  height: 20px;
  width: auto;
}
#lang .wpml-ls a:hover {
  text-decoration: none;
}
#lang .wpml-ls ul li a {
  background-color: transparent;
  color: #004c80;
  border: none;
}
#lang .wpml-ls ul li a:hover {
  background-color: rgba(142, 165, 179, 0.29);
}
#lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
#lang .wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.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 {
  height: 100%;
  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: #004c80;
  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 #cc0613;
  border-top: 2px solid #cc0613;
  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 {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pliki .plik {
  flex: 0 0 150px;
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
}
.pliki .plik a {
  display: block;
  color: #004c80;
  text-decoration: none;
}
.pliki .plik a:hover {
  color: #cc0613;
}
.pliki .plik .plikinfo {
  color: #cc0613;
  font-size: 12px;
  line-height: 16px;
}
.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: #0076ae;
}
.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 .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;
}
.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;
  justify-content: space-between;
}
.galeria-wrap ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.galeria-wrap ul li:before {
  display: none !important;
}
.galeria-wrap ul li a {
  display: block;
  margin-bottom: 30px;
}
.galeria-wrap ul li img {
  margin-bottom: 6px;
  display: block;
}
.lg-outer .lg-thumb-item {
  border: 1px solid #fff !important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #0076ae !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: #004c80;
}
.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 .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: #0076ae;
  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: #0076ae;
}
@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: #0076ae;
  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 handheld and (max-width: 1024px), screen and (max-width: 1024px) {
  .flexdesktop .text-row {
    flex-direction: column;
  }
  #mmobile {
    left: 0;
    right: auto;
    top: 35px;
    display: block;
  }
  .menudesk {
    display: none;
  }
  .menuout .menumobile {
    left: 0;
  }
  .menumobile ul .menu-item-has-children:after,
  .menumobile ul .page_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);
  }
  .menumobile ul .menu-item-has-children .sub-menu,
  .menumobile ul .page_item_has_children .sub-menu,
  .menumobile ul .menu-item-has-children .children,
  .menumobile ul .page_item_has_children .children {
    padding: 0;
    opacity: 1;
    background-color: transparent;
    height: 0;
    overflow: hidden;
    position: inherit;
    left: 0;
    top: 0;
  }
  .menumobile ul .menu-item-has-children .sub-menu li,
  .menumobile ul .page_item_has_children .sub-menu li,
  .menumobile ul .menu-item-has-children .children li,
  .menumobile ul .page_item_has_children .children li {
    padding: 4px 4px 4px 20px;
    transition: ease all 0.25s;
    transform: translateX(-200px);
  }
  .menumobile ul .ssee:after {
    transform: rotate(90deg);
  }
  .menumobile ul .ssee .sub-menu,
  .menumobile ul .ssee .children {
    height: auto;
    overflow: auto;
  }
  .menumobile ul .ssee .sub-menu li,
  .menumobile ul .ssee .children li {
    opacity: 1;
    transform: translateX(0);
  }
  .menumobile ul .ssee .sub-menu li:nth-of-type(2),
  .menumobile ul .ssee .children li:nth-of-type(2) {
    animation-delay: 0.1s;
  }
  .menumobile ul .ssee .sub-menu li:nth-of-type(3),
  .menumobile ul .ssee .children li:nth-of-type(3) {
    animation-delay: 0.2s;
  }
  .menumobile ul .ssee .sub-menu li:nth-of-type(4),
  .menumobile ul .ssee .children li:nth-of-type(4) {
    animation-delay: 0.3s;
  }
  .menumobile ul .ssee .sub-menu li:nth-of-type(5),
  .menumobile ul .ssee .children li:nth-of-type(5) {
    animation-delay: 0.4s;
  }
  .menumobile ul .ssee .sub-menu li:nth-of-type(6),
  .menumobile ul .ssee .children li:nth-of-type(6) {
    animation-delay: 0.5s;
  }
  .menumobile ul .ssee .sub-menu li:nth-of-type(7),
  .menumobile ul .ssee .children li:nth-of-type(7) {
    animation-delay: 0.6s;
  }
  .menumobile ul .ssee .sub-menu li:nth-of-type(8),
  .menumobile ul .ssee .children li:nth-of-type(8) {
    animation-delay: 0.7s;
  }
  .menumobile ul .ssee .sub-menu li:nth-of-type(9),
  .menumobile ul .ssee .children li:nth-of-type(9) {
    animation-delay: 0.8s;
  }
}
@media handheld and (max-width: 640px), screen and (max-width: 640px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .order5 {
    order: 5;
  }
  .order6 {
    order: 6;
  }
  .order7 {
    order: 7;
  }
  .order8 {
    order: 8;
  }
  .flexmobile .text-row {
    flex-direction: column;
  }
  .flexmobile .text-row .rowimg {
    height: 60vw;
    flex: 0 0 60vw;
  }
}
