@charset "utf-8";
/* LESS Document */
/*
 
Theme Name: MOAI
Theme URI: http://www.moai.pl/
Description: MOAI Wordpress Template
Version: 3.2
Author: Daniel Różynek
Author URI: http://www.moai.pl/
 
*/
/* ----------------BASICS---------------- */
body,
td,
th,
input,
textarea,
select {
  font-family: 'Roboto', sans-serif;
  color: #595857;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
body {
  padding: 0;
  background-color: #fff;
  margin: 0 0 0 0;
  overflow-x: hidden;
}
strong {
  font-weight: 400;
}
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;
}
.wpcf7-submit {
  color: #fff;
  background-color: #b2b2b2;
  transition: ease-in-out all 0.3s;
}
.wpcf7-submit:hover {
  background-color: #ff6d02;
}
a {
  color: #595857;
  text-decoration: none;
}
a:hover {
  color: #b2b2b2;
  text-decoration: underline;
}
.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 p {
  padding: 0;
  margin: 0;
}
.picfull img {
  display: block;
}
.piccontain p {
  padding: 0;
  margin: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.piccontain p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
#pagewrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.res {
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-left: auto;
  margin-right: auto;
}
.half_left {
  padding-left: calc(50vw - 583px);
}
.half_right {
  padding-right: calc(50vw - 583px);
}
.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;
}
.vcenter .vcontent {
  width: 100%;
}
.imgabs .textwrap {
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
}
.imgabs p {
  padding: 0;
  margin: 0;
}
.imgabs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pad_b {
  padding-bottom: 100px;
}
.pad_t {
  padding-top: 100px;
}
.pad_l {
  padding-left: 60px;
}
.pad_r {
  padding-right: 60px;
}
.pad_in_l {
  padding-left: 150px;
}
.pad_in_r {
  padding-right: 150px;
}
.pad_in_t {
  padding-top: 150px;
}
.pad_in_b {
  padding-bottom: 150px;
}
.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: 40px;
}
.mar_b {
  margin-bottom: 40px;
}
.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 {
  transition: ease-in-out all 0.35s;
  position: fixed;
  right: -60px;
  bottom: 100px;
  width: 55px;
  height: 50px;
  border-radius: 0;
  background-color: #ff6d02;
  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 {
  padding-top: 10px;
  display: inline-block;
  background-image: url("images/email.svg");
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.mphone {
  background-image: url("images/phone.svg");
}
.mfax {
  background-image: url("images/fax.svg");
}
.mwhite {
  filter: grayscale(1) brightness(4);
}
.overf {
  overflow: hidden;
}
/* ----------------MENU---------------- */
.primary-navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 0;
  box-sizing: border-box;
  flex: 1;
}
.primary-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.primary-navigation ul li {
  border: 0;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.primary-navigation ul li a {
  font-weight: 400;
  position: relative;
  transition: all ease-in-out 0.5s;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
.primary-navigation ul li a:hover {
  color: #fff;
  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: #ff6d02;
  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: #ff6d02;
}
.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%;
}
/* ----------------GENERAL---------------- */
.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 {
  font-size: 48px;
  line-height: 58px;
  color: #ff6d02;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 0;
  padding-top: 0;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 34px;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}
h5 {
  font-size: 38px;
  line-height: 49px;
}
h6 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: 0;
}
.dwiekolumny {
  column-count: 2;
  column-gap: 100px;
}
.trzykolumny {
  column-count: 3;
  column-gap: 100px;
}
.wiecej {
  color: #fff;
  display: inline-block;
  padding: 14px 100px;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 26px;
  transition: ease-in-out all 0.25s;
  font-weight: 500;
  background-color: #ff6d02;
  border-radius: 100px;
  text-transform: uppercase;
}
.wiecej:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  color: #ff6d02;
  transition: ease-in-out all 0.25s;
}
.wiecejwhite {
  background-color: #fff;
  color: #b2b2b2;
  border-color: #b2b2b2;
}
.wiecejwhite:hover {
  color: #fff;
  background-color: #b2b2b2;
}
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%;
}
#searchpagewrap #searchtitle {
  background-color: #b2b2b2;
  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 #ff6d02;
}
#searchpagewrap #searchresults .searchentry .searchthumb {
  padding-left: 30px;
}
blockquote {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
/* ----------------HEADER---------------- */
.zalogujh {
  z-index: 37;
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 4px 20px;
  font-size: 14px;
  color: #ff6d02;
  background-color: #fff;
}
#header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  transition: all ease-in-out 0.5s;
  width: 1920px;
  max-width: 100%;
  height: 440px;
  top: 0;
}
#header .headflex {
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}
#header #hback {
  -webkit-clip-path: polygon(0% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 3% 440px, 2% 77%, 1% 100%);
  clip-path: polygon(0% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 3% 440px, 2% 77%, 1% 100%);
  left: 0;
  top: 0;
  background-size: cover;
  background-image: url("images/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 500px;
  animation: puls 3s infinite linear;
}
#header #hwrap {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 500px;
}
#header #logowrap {
  height: 390px;
  display: flex;
  align-items: center;
  padding-left: 220px;
  padding-right: 220px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
#header .logico {
  flex: 0 0 220px;
}
#header #logo {
  display: block;
  flex: 0 0 495px;
  box-sizing: border-box;
  text-align: center;
  transition: ease-in-out all 0.5s;
}
#header #logo 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 #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;
}
@keyframes puls {
  0% {
    clip-path: polygon(0% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 3% 440px, 2% 440px, 1% 440px);
    -webkit-clip-path: polygon(0% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 3% 440px, 2% 440px, 1% 440px);
  }
  30% {
    clip-path: polygon(46% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 54% 440px, 52% 77%, 48% 100%);
    -webkit-clip-path: polygon(46% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 54% 440px, 52% 77%, 48% 100%);
  }
  60% {
    clip-path: polygon(97% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 100% 440px, 99% 440px, 98% 440px);
    -webkit-clip-path: polygon(97% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 100% 440px, 99% 440px, 98% 440px);
  }
  100% {
    clip-path: polygon(97% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 100% 440px, 99% 440px, 98% 440px);
    -webkit-clip-path: polygon(97% 440px, 0 440px, 0 0, 100% 0, 100% 440px, 100% 440px, 99% 440px, 98% 440px);
  }
}
.scrolled #totop {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.scrolled #totop:before {
  width: 13px;
  height: 13px;
}
#lang {
  color: #fff;
  display: flex;
  align-items: center;
}
#lang .wpml-ls-legacy-dropdown-click {
  width: auto;
}
#lang .wpml-ls-legacy-dropdown-click a {
  color: #fff;
  border-color: #ff6d02;
}
#lang .wpml-ls-legacy-dropdown-click ul li a {
  background-color: #ff6d02;
  color: #fff;
  border: none;
}
#lang .wpml-ls-legacy-dropdown-click ul li a:hover {
  background-color: #b2b2b2;
}
#lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
#lang .wpml-ls-legacy-list-horizontal a {
  color: #fff;
  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;
}
/* ----------------FRONT---------------- */
.swiper,
.carousel {
  overflow: hidden;
  width: 100%;
  height: 750px;
}
.swiper .swiper-slide,
.carousel .swiper-slide {
  background-color: #fff;
}
.swiper .swiper-slide .slide-text-in,
.carousel .swiper-slide .slide-text-in {
  background-size: cover;
  background-position: center;
}
.carousel {
  height: auto;
}
.carousel .swiper-wrapper {
  transition-timing-function: linear;
}
.carousel .swiper-wrapper .swiper-slide {
  background-color: transparent;
}
.aedmenu a {
  color: transparent !important;
  background-image: url("images/aeconnect.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.aedwiecej {
  color: transparent !important;
  background-image: url("images/aeconnect.svg");
  background-size: auto 30%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 14px 150px;
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 100px;
  display: inline-block;
  transition: ease-in-out all 0.2s;
}
.aedwiecej:hover {
  background-size: auto 40%;
}
.wentylacja .textwrap {
  padding-left: 290px;
  padding-right: 290px;
}
/* ----------------CONTENT---------------- */
.bokeh {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  animation: blurin infinite 15s;
}
.bokeh2 {
  animation: blurin infinite 17s;
}
.bokehop1,
.bokehop2,
.bokehop3 {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.bokehop1 {
  animation: blurin infinite 5s;
}
.bokehop2 {
  animation: blurin2 infinite 5s;
}
.bokehop3 {
  animation: blurin2 infinite 4s;
}
@keyframes blurin {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.2;
  }
  90% {
    opacity: 0.7;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0.4;
  }
  85% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.iphonewrap {
  z-index: 1;
  position: absolute;
  left: 10%;
  top: 50%;
  height: 44.5%;
  width: 28.3%;
  background-image: url("images/iphone2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.iphonewrap .iphoneback {
  background-image: url("images/iphonescreen.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 0px;
  position: absolute;
  width: 62.3%;
  height: 91%;
  transform: perspective(3000px) rotate3d(-3, -11, 7, -61deg) translateZ(-200px);
  left: 47%;
  top: -15%;
  clip-path: polygon(0% 9%, 0% 0%, 10% 0%, 87% 0, 97% 3%, 100% 15%, 100% 86%, 97% 97%, 87% 100%, 9% 100%, 1% 98%, 0% 89%);
  -webkit-clip-path: polygon(0% 9%, 0% 0%, 10% 0%, 87% 0, 97% 3%, 100% 15%, 100% 86%, 97% 97%, 87% 100%, 9% 100%, 1% 98%, 0% 89%);
  animation: 5s  iphoneback infinite;
  background-color: #000;
}
.iphonewrap .iphone {
  background-image: url("images/iphone2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}
.ipadwrap {
  z-index: 1;
  position: absolute;
  left: 40%;
  top: 28%;
  width: 58.55%;
  height: 61.2%;
}
.ipadwrap .ipadback {
  clip-path: polygon(0% 7%, 0% 0%, 10% 0%, 87% 0, 100% 1%, 100% 13%, 100% 87%, 100% 100%, 96% 100%, 9% 100%, 1% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 7%, 0% 0%, 10% 0%, 87% 0, 100% 1%, 100% 13%, 100% 87%, 100% 100%, 96% 100%, 9% 100%, 1% 100%, 0% 100%);
  background-image: url("images/ipadscreen.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 0px;
  position: absolute;
  width: 83%;
  height: 74%;
  transform: perspective(2000px) rotate3d(-37, 1, -14, -34deg) translateZ(-200px);
  left: 11.5%;
  top: -4%;
  animation: 10s  iphoneback infinite;
}
.ipadwrap .ipad {
  background-image: url("images/ipad.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}
@keyframes iphoneback {
  0 {
    background-position: center 0px;
  }
  10% {
    background-position: center 0px;
  }
  85% {
    background-position: center 100%;
  }
  95% {
    background-position: center 100%;
  }
  100% {
    background-position: center 0px;
  }
}
@keyframes ipadback {
  0 {
    background-position: center -5px;
  }
  10% {
    background-position: center -5px;
  }
  85% {
    background-position: center -461px;
  }
  95% {
    background-position: center -461px;
  }
  100% {
    background-position: center -5px;
  }
}
.aedfloat {
  position: absolute;
  width: 21%;
  height: auto;
  z-index: 1;
  left: 39%;
  top: 22%;
}
@keyframes afloat {
  0% {
    transform: translateY(80%);
    animation-timing-function: ease-in-out;
  }
  50% {
    transform: translateY(-80%);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(80%);
    animation-timing-function: ease-in-out;
  }
}
.icofloat {
  position: absolute;
  width: 3.3%;
  height: auto;
  z-index: 1;
  left: 34%;
  top: 22%;
}
.wp-image-657 {
  top: 29%;
}
.wp-image-656 {
  top: 24%;
}
.wp-image-663 {
  top: 26%;
  left: 28%;
  animation-delay: 0.2s;
}
.wp-image-657 {
  left: 22%;
  animation-delay: 0.4s;
}
.wp-image-660 {
  top: 30%;
  left: 16%;
  animation-delay: 0.6s;
}
.wp-image-665 {
  top: 27%;
  left: 10%;
  animation-delay: 0.8s;
}
.wp-image-659 {
  top: 17%;
  left: 62%;
  animation-delay: 0.2s;
}
.wp-image-664 {
  top: 16%;
  left: 68%;
  animation-delay: 0.4s;
}
.wp-image-661 {
  top: 12%;
  left: 74%;
  animation-delay: 0.6s;
}
.wp-image-658 {
  top: 11%;
  left: 80%;
  animation-delay: 0.8s;
}
.wp-image-662 {
  top: 12%;
  left: 86%;
  animation-delay: 1s;
}
.p0 {
  margin: 0;
  padding: 0;
}
.tabela {
  width: 100%;
  background-color: #fff;
  box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.2);
  border-radius: 0 20px 0 20px;
}
.tabela tr th {
  padding: 50px 30px;
  background-color: #ff6d02;
  color: #fff;
  font-size: 28px;
  border-radius: 0 20px 0 0;
}
.tabela tr td {
  transition: ease-in-out all 0.3s;
  padding: 14px 30px;
  border-bottom: 1px solid #595857;
}
.tabela tr td strong,
.tabela tr td em {
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: block;
}
.tabela tr td strong:before,
.tabela tr td em:before {
  content: '';
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #b2b2b2;
  border-radius: 100px;
}
.tabela tr td strong:before {
  border: none;
  background-color: #b2b2b2;
  background-image: url("images/tak.svg");
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 10px auto;
}
.tabela tr .tablebh {
  background-color: #d9d9d9;
  font-weight: 600;
  text-align: center;
}
.tabela tr .tableh {
  font-weight: 600;
  text-align: center;
  background-color: #e5e5e5;
}
.tabela tr:hover td {
  transition: ease-in-out all 0.3s;
  background-color: #F7F7F7;
  color: #ff6d02;
}
.tabela tr:last-of-type td {
  border: none;
}
.tabela tr:last-of-type:hover td {
  background-color: transparent;
  color: #595857;
}
.svgbox {
  display: flex;
  align-items: center;
}
.svgbox .svgwrap {
  flex: 0 0 160px;
  padding-right: 16px;
}
.svgbox .svgwrap svg {
  width: 100%;
  height: auto;
}
.szary .style-svg,
.pomarancz .style-svg,
.szary .svgicon,
.pomarancz .svgicon {
  width: 160px;
  height: auto;
}
.szary .text,
.pomarancz .text {
  min-height: 500px;
  display: flex;
  align-items: center;
}
.szary .adelay0,
.pomarancz .adelay0 {
  background-color: #b2b2b2;
  color: #fff;
}
.szary .adelay0 .textwrap,
.pomarancz .adelay0 .textwrap {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding-left: 290px;
}
.szary .adelay0 .textwrap img,
.pomarancz .adelay0 .textwrap img {
  margin-right: 60px;
}
.szary .adelay0,
.pomarancz .adelay0 {
  z-index: 1;
  position: relative;
}
.szary .adelay0:before,
.pomarancz .adelay0:before {
  width: 30px;
  height: 60px;
  content: '';
  display: block;
  position: absolute;
  right: -30px;
  top: calc(50% - 30px);
  background-color: #b2b2b2;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: ease-in-out all 0.3s;
}
.szary:hover .adelay0:before,
.pomarancz:hover .adelay0:before {
  width: 60px;
  height: 120px;
  right: -60px;
  top: calc(50% - 60px);
}
.pomarancz .adelay0,
.pomarancz .adelay0:before {
  background-color: #ff6d02;
}
.ui-accordion-header {
  box-sizing: border-box;
  color: #595857;
  background-color: #dff2fd;
  padding: 33px 39px;
  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 #b2b2b2;
  border-top: 2px solid #b2b2b2;
  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);
}
.plik {
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
}
.plik a {
  padding: 0 10px 0 0;
  display: block;
  color: #595857;
  text-decoration: none;
}
.plik a:hover {
  color: #b2b2b2;
}
.plik .plikinfo {
  color: #b2b2b2;
}
.plik .plikiflex .pliki {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.plik .plikiflex .pliki .plik {
  flex: 0 0 calc(33% - 50px);
  display: block;
}
.plik .plikiflex .pliki .plik:before {
  margin-bottom: 10px;
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  background-image: url("images/file.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
.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: #ff6d02;
}
.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;
}
.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%;
}
.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 {
  box-sizing: border-box;
}
.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;
}
.posts {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.posts .post-wrap {
  position: relative;
  padding: 17px 17px 56px 17px;
  box-sizing: border-box;
  flex: 0 0 373px;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  display: block;
  color: #595857;
}
.posts .post-wrap .date {
  padding-bottom: 10px;
  color: #6B7686;
}
.posts .post-wrap .post-thumb {
  background: #8bcaed;
  background: linear-gradient(90deg, #8bcaed 0%, #e9f4f6 50%, #d2f3fd 100%);
  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: #ff6d02;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
}
#moaipager .active {
  font-weight: 700;
}
/* ----------------FOOTER---------------- */
footer section {
  background-size: auto 70% !important;
}
footer ::placeholder {
  color: #424242;
}
footer input,
footer textarea {
  color: #fff;
}
footer .text-row {
  justify-content: space-between;
  display: flex;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 26px;
  line-height: 34px;
}
footer ul li {
  padding-top: 13px;
  padding-bottom: 13px;
}
footer ul li ul {
  padding-left: 0px;
  font-size: 15px;
  line-height: 21px;
}
footer ul li ul li {
  padding-bottom: 6px;
  padding-top: 6px;
  text-transform: uppercase;
}
.bialy {
  color: #fff;
}
.bialy h4,
.bialy h2 strong,
.bialy a {
  color: #fff;
}
.bialy .wiecej {
  color: #fff;
  border-color: #fff;
}
#backtotop {
  background-color: #ff6d02;
  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;
}
#mmobile {
  display: none;
}
/* ----------------ANIMATIONS---------------- */
.pomarancz .anim img,
.szary .anim img,
.pomarancz .anim object,
.szary .anim object,
.pomarancz .anim .style-svg,
.szary .anim .style-svg,
.pomarancz .anim .svgicon,
.szary .anim .svgicon,
.pomarancz .anim svg,
.szary .anim svg {
  transition: ease-in-out all 1s;
  transform: rotate(-180deg) scale(0);
}
.pomarancz .anim h3,
.szary .anim h3 {
  transition: ease-in-out all 1s;
  transform: translateX(50px);
  opacity: 0;
}
.pomarancz .visible img,
.szary .visible img,
.pomarancz .visible object,
.szary .visible object,
.pomarancz .visible .style-svg,
.szary .visible .style-svg,
.pomarancz .visible .svgicon,
.szary .visible .svgicon,
.pomarancz .visible svg,
.szary .visible svg {
  transition-delay: 0.75s;
  transform: rotate(0deg) scale(1);
}
.pomarancz .visible h3,
.szary .visible h3 {
  transition-delay: 0.5s;
  transform: translateX(0);
  opacity: 1;
}
.anim {
  transition: ease-out all 0.5s;
}
.afade {
  opacity: 0;
}
.aleft {
  transform: translateX(-50px);
  opacity: 0;
}
.aright {
  transform: translateX(50px);
  opacity: 0;
}
.atop {
  transform: translateY(-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.6s !important;
}
.adelay2 {
  transition-delay: 0.7s !important;
}
.adelay3 {
  transition-delay: 0.8s !important;
}
.adelay4 {
  transition-delay: 0.9s !important;
}
.adelay5 {
  transition-delay: 1s !important;
}
.adelay6 {
  transition-delay: 1.1s !important;
}
.adelay7 {
  transition-delay: 1.2s !important;
}
.adelay8 {
  transition-delay: 1.3s !important;
}
.adelay9 {
  transition-delay: 1.4s !important;
}
/* ----------------RESPONSIVE---------------- */
@media handheld and (max-width: 1690px), screen and (max-width: 1690px) {
  .wentylacja .textwrap {
    padding-left: 150px;
    padding-right: 150px;
  }
  #tabela .textwrap {
    padding: 0;
  }
  .szary .adelay0 .textwrap,
  .pomarancz .adelay0 .textwrap {
    padding-left: 20%;
  }
  .szary .adelay0 .textwrap img,
  .pomarancz .adelay0 .textwrap img,
  .szary .adelay0 .textwrap object,
  .pomarancz .adelay0 .textwrap object,
  .szary .adelay0 .textwrap .style-svg,
  .pomarancz .adelay0 .textwrap .style-svg,
  .szary .adelay0 .textwrap .svgicon,
  .pomarancz .adelay0 .textwrap .svgicon {
    margin-right: 16px;
  }
}
@media handheld and (max-width: 1480px), screen and (max-width: 1480px) {
  .szary .textwrap,
  .pomarancz .textwrap {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .pad_in_r {
    padding-right: 16%;
  }
  .pad_in_t {
    padding-top: 16%;
  }
  .pad_in_l {
    padding-left: 16%;
  }
  .pad_in_b {
    padding-bottom: 16%;
  }
  .wentylacja .textwrap {
    padding-left: 16%;
    padding-right: 16%;
  }
  footer .pad_in_t {
    padding-top: 6%;
  }
  footer .pad_in_b {
    padding-bottom: 6%;
  }
}
@media handheld and (max-width: 1024px), screen and (max-width: 1024px) {
  .szary .adelay0 .textwrap,
  .pomarancz .adelay0 .textwrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
  .imgabs .textwrap {
    margin: 0;
  }
  footer section {
    background-size: 100% auto !important;
  }
  #header {
    height: 27vw;
  }
  #header #hback {
    clip-path: polygon(0% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 3% 27vw, 2% 27vw, 1% 27vw);
    -webkit-clip-path: polygon(0% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 3% 27vw, 2% 27vw, 1% 27vw);
    height: 31vw;
  }
  #header #hwrap {
    height: 31vw;
  }
  #header .logico {
    flex: 0 0 19%;
  }
  #header #logo {
    flex: 0 0 50%;
  }
  #header #logowrap {
    height: 23vw;
    padding-left: 7%;
    padding-right: 7%;
  }
  @keyframes puls {
    0% {
      clip-path: polygon(0% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 3% 27vw, 2% 27vw, 1% 27vw);
      -webkit-clip-path: polygon(0% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 3% 27vw, 2% 27vw, 1% 27vw);
    }
    30% {
      clip-path: polygon(46% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 54% 27vw, 52% 77%, 48% 100%);
      -webkit-clip-path: polygon(46% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 54% 27vw, 52% 77%, 48% 100%);
    }
    60% {
      clip-path: polygon(97% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 100% 27vw, 99% 27vw, 98% 27vw);
      -webkit-clip-path: polygon(97% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 100% 27vw, 99% 27vw, 98% 27vw);
    }
    100% {
      clip-path: polygon(97% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 100% 27vw, 99% 27vw, 98% 27vw);
      -webkit-clip-path: polygon(97% 27vw, 0 27vw, 0 0, 100% 0, 100% 27vw, 100% 27vw, 99% 27vw, 98% 27vw);
    }
  }
  .tableh {
    white-space: nowrap;
  }
}
@media handheld and (max-width: 800px), screen and (max-width: 800px) {
  .pad_in_l {
    padding-left: 13%;
  }
  .pad_in_r {
    padding-right: 13%;
  }
  .pad_in_t {
    padding-top: 13%;
  }
  .pad_in_b {
    padding-bottom: 13%;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .flexmobile .text-row {
    flex-direction: column;
  }
  .flexmobile .text-row .rowimg {
    flex: 0 0 100vw;
  }
  #tabela {
    padding-left: 0;
    padding-right: 0;
  }
  #tabela .text {
    overflow-x: auto;
  }
  .tabela tr td {
    padding: 14px 12px;
  }
  .szary,
  .pomarancz {
    overflow-x: hidden;
  }
  .szary .text-row,
  .pomarancz .text-row {
    flex-direction: column;
  }
  .szary .text-row .text,
  .pomarancz .text-row .text {
    min-height: auto;
  }
  .szary .text-row .text .textwrap,
  .pomarancz .text-row .text .textwrap {
    min-height: auto;
  }
  .szary .text-row .adelay0 .textwrap,
  .pomarancz .text-row .adelay0 .textwrap {
    flex-direction: row;
  }
  .szary .text-row .adelay0:before,
  .pomarancz .text-row .adelay0:before {
    top: auto;
    bottom: -29px;
    left: calc(50% - 30px);
    right: auto;
    width: 60px;
    height: 30px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
@media handheld and (max-width: 640px), screen and (max-width: 640px) {
  .zalogujh {
    top: 70px;
    font-size: 10px;
    line-height: 14px;
  }
  .primary-navigation {
    top: 0;
    transition: ease-in-out all 0.3s;
    left: -80vw;
    width: 80vw;
    height: 100vh;
    position: fixed;
    background-color: #ff6d02;
    padding: 40px 0;
  }
  .primary-navigation #primary-menu {
    width: 100%;
  }
  .primary-navigation #primary-menu li {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .primary-navigation #primary-menu li a {
    display: block;
  }
  .primary-navigation #primary-menu .aedmenu a {
    background-size: auto 15px;
  }
  .primary-navigation #primary-menu .current-menu-item {
    background-color: #b2b2b2;
  }
  .primary-navigation #primary-menu .current-menu-item a {
    color: #fff;
  }
  .menuout .primary-navigation {
    left: 0;
  }
  #mmobile {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #ff6d02;
  }
  #mmobile .mmobile {
    width: 70%;
    left: 15%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 2px);
  }
  #mmobile .mmobile:before,
  #mmobile .mmobile:after {
    z-index: 1;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #fff;
    content: '';
  }
  #mmobile .mmobile:after {
    top: -8px;
  }
  #subbutton img {
    width: 70%;
    height: auto;
  }
  #subbutton a {
    padding: 14px 80px;
  }
  .pad_r {
    padding-right: 0;
  }
  .pad_l {
    padding-left: 0;
  }
  .svgbox {
    justify-content: center;
  }
  .svgbox .svgwrap {
    flex: 0 0 90px;
  }
  .szary .adelay0 img,
  .pomarancz .adelay0 img,
  .szary .adelay0 object,
  .pomarancz .adelay0 object,
  .szary .adelay0 .style-svg,
  .pomarancz .adelay0 .style-svg,
  .szary .adelay0 .svgicon,
  .pomarancz .adelay0 .svgicon {
    width: 90px;
    height: auto;
  }
  .pad_t {
    padding-top: 12%;
  }
  .pad_b {
    padding-bottom: 12%;
  }
  h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .aedwiecej {
    padding: 14px 80px;
  }
  #modele .marg {
    margin: 0;
  }
  .tabela tr td {
    font-size: 12px;
    line-height: 16px;
  }
}
