/* LESS Document */
/*
 
Theme Name: MOAI v2
Theme URI: http://www.moai.pl/
Description: MOAI Wordpress Template
Version: 3.3
Author: Daniel Różynek
Author URI: http://www.moai.pl/
 

*/
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
.wpml-ls-legacy-list-horizontal > ul {
  display: flex;
}
/* ----------------BASICS---------------- */
body,
td,
th,
input,
textarea,
select {
  font-family: 'Montserrat', sans-serif;
  color: #010101;
  font-size: 16px;
  line-height: 30px;
  font-variation-settings: 'wght' 400;
}
body {
  padding: 0;
  background-color: #fff;
  margin: 0 0 0 0;
  overflow-x: hidden;
}
strong {
  font-variation-settings: 'wght' 700;
}
img {
  border: none;
}
input,
textarea {
  background-color: #ececec;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  margin-bottom: 6px;
  border-bottom: 1px solid #999;
}
.gfield-choice-input {
  width: auto;
}
textarea {
  height: 200px;
}
input[type=submit]:hover {
  cursor: pointer;
}
input[type=checkbox] {
  width: auto;
}
.wpcf7-submit {
  color: #fff;
  background-color: #353535;
  transition: ease-in-out all 0.3s;
}
.wpcf7-submit:hover {
  background-color: #181716;
}
a {
  color: #010101;
  text-decoration: none;
}
a:hover {
  color: #353535;
  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 {
  width: 100%;
  height: auto;
}
hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #15181a;
  margin-top: 30px;
  margin-bottom: 30px;
}
.res,
#breadwrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  padding-left: 160px;
  padding-right: 160px;
  margin-left: auto;
  margin-right: auto;
}
#breadwrap {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #353535;
  color: #010101;
}
#breadwrap a {
  color: #010101;
}
#breadwrap .breadcrumb_last {
  font-size: 22px;
  color: #010101;
}
.square {
  min-height: 960px;
}
.sectionres {
  margin-left: 160px;
  margin-right: 160px;
}
.prop169 {
  height: 890px;
}
.prop164 {
  height: 450px;
}
.half_left {
  padding-left: 240px;
}
.half_right {
  padding-right: 240px;
}
.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,
.vcenter .textwrap {
  display: flex;
  align-items: center;
}
.vcenter .vcontent,
.vcenter .textwrap .vcontent {
  width: 100%;
}
sup,
sub {
  line-height: 10px;
}
.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: 90px;
}
.pad_in_r {
  padding-right: 90px;
}
.pad_in_t {
  padding-top: 60px;
}
.pad_in_b {
  padding-bottom: 60px;
}
.pad_in_tx2 {
  padding-top: 120px;
}
.pad_in_bx2 {
  padding-bottom: 120px;
}
.pad_in_tx12 {
  padding-top: 30px;
}
.pad_in_bx12 {
  padding-bottom: 30px;
}
.pad_in_lx12 {
  padding-left: 30px;
}
.pad_in_rx12 {
  padding-right: 30px;
}
.padinrs {
  padding-right: 24px;
}
.padinls {
  padding-left: 24px;
}
.mar_in_l {
  margin-left: 24px;
}
.mar_in_r {
  margin-right: 24px;
}
.mar_in_t {
  margin-top: 24px;
}
.mar_in_b {
  margin-bottom: 24px;
}
.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;
}
.imgcover p {
  padding: 0;
  margin: 0;
  height: 100%;
}
.imgcover p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
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: #181716;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
#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 {
  transition: all ease-in-out 0.5s;
  display: flex;
  margin: 0;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  flex: 0 0 100%;
}
.primary-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.primary-navigation ul li {
  border: 0;
  display: inline-block;
  position: relative;
  padding: 0 20px 20px 20px;
}
.primary-navigation ul li a {
  font-variation-settings: 'wght' 400;
  position: relative;
  transition: all ease-in-out 0.5s;
  line-height: 20px;
  font-size: 18px;
  color: #010101;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.primary-navigation ul li a:hover {
  color: #AAAAAA;
  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: #181716;
  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: #010101;
  font-variation-settings: 'wght' 700;
  text-decoration: underline;
}
.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%;
}
#right-navigation {
  text-align: right;
}
#right-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#right-navigation ul a {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
/* ----------------GENERAL---------------- */
.acf-map {
  width: 100%;
  height: 400px;
  border: none;
  margin: 0;
}
.acf-map img {
  max-width: inherit !important;
}
.fullheight {
  max-height: 900px;
  height: 100vh;
  box-sizing: border-box;
}
.fullheight .slide-text-in {
  width: 100%;
  max-height: 900px;
  height: 100vh;
  color: #fff;
}
h1 {
  font-variation-settings: 'wght' 400;
  font-size: 66px;
  line-height: 76px;
  padding: 0;
  margin: 0;
}
h1 em,
h1 span {
  font-style: normal;
  font-weight: 300;
}
h2 {
  font-variation-settings: 'wght' 400;
  font-size: 64px;
  line-height: 74px;
  margin-top: 0;
  padding-top: 0;
}
.h2 h2 {
  font-size: 40px;
  line-height: 50px;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 52px;
  font-variation-settings: 'wght' 400;
}
h3 em,
h3 span {
  font-style: normal;
  font-size: 18px;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 50px;
  font-variation-settings: 'wght' 400;
}
h3 span,
h4 span {
  text-transform: uppercase;
}
h5 {
  font-variation-settings: 'wght' 300;
  font-size: 17px;
  line-height: 27px;
}
h6 {
  font-variation-settings: 'wght' 300;
  font-size: 17px;
  line-height: 27px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
}
.dwiekolumny {
  column-count: 2;
  column-gap: 100px;
}
.dwiekolumny figure {
  break-inside: avoid-column;
}
.dwiekolumny p:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.trzykolumny {
  column-count: 3;
  column-gap: 100px;
}
.wiecej {
  color: #010101;
  text-decoration: underline;
  font-size: 22px;
  line-height: 30px;
}
.wiecejwhite {
  background-color: #fff;
  color: #353535;
  border-color: #353535;
}
.wiecejwhite:hover {
  color: #fff;
  background-color: #353535;
}
.videowrap .video-js,
.videowrap .myVideo {
  width: 100% !important;
  height: auto !important;
}
#pagewrap,
#hwrap,
.pagewrap {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#searchpagewrap #searchtitle {
  background-color: #353535;
  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 #181716;
}
#searchpagewrap #searchresults .searchentry .searchthumb {
  padding-left: 30px;
}
.tabela table td,
.tabela table th {
  vertical-align: top;
  border-bottom: 1px solid #15181a;
  padding: 16px 35px;
}
.tabela table th {
  font-size: 22px;
  line-height: 30px;
  font-variation-settings: 'wght' 400;
  text-align: left;
  white-space: nowrap;
}
.tabela em {
  display: block;
  font-size: 14px;
}
.tabela span {
  font-size: 12px;
}
blockquote {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.h50 {
  height: 50vh;
}
.bw50 {
  max-width: 100%;
  margin-left: 160px;
  margin-right: 160px;
  background-size: 50% auto !important;
}
.zindex {
  z-index: 1;
}
.transy {
  z-index: 1;
  margin-top: 190px;
  padding-bottom: 190px;
}
.transy .res {
  transform: translateY(-190px);
}
.transyn {
  margin-top: -190px;
  z-index: 1;
}
.transyn .res {
  transform: translateY(190px);
}
.transyn2 {
  margin-top: -280px;
  z-index: 1;
}
.transyn2 .res {
  transform: translateY(280px);
}
.notmarg {
  margin-top: 0;
}
.nobmarg {
  padding-bottom: 0;
}
.padbx2 {
  padding-bottom: 380px;
}
.cechyico {
  text-align: center;
}
.cechyico img {
  width: 150px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}
.p0 p {
  padding: 0;
  margin: 0;
}
.p0 p img {
  display: block;
}
.gradientgray {
  background: #e3e3e3;
  background: linear-gradient(0deg, #e3e3e3 0%, #ffffff 100%);
}
.carousel {
  overflow: hidden;
}
.carousel .swiper-horizontal > .swiper-pagination-bullets,
.carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.carousel .swiper-pagination-custom,
.carousel .swiper-pagination-fraction {
  bottom: 0 !important;
}
.carousel .swiper-button-next:after,
.carousel .swiper-button-prev:after {
  color: #000;
}
.carousel .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background-color: #000 !important;
}
.carousel .swiper-pagination-clickable .swiper-pagination-bullet {
  border-color: #000;
}
.carousel .swiper-slide {
  text-align: center;
}
.carousel .swiper-pagination {
  position: relative;
  margin-top: 20px !important;
  padding-left: 0 !important;
  bottom: 0 !important;
}
.inmenu {
  margin-top: 40px;
}
.inmenu ul {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.inmenu ul a {
  text-decoration: underline;
}
.inmenu ul a:hover {
  text-decoration: none;
}
.bpright {
  background-position-x: right !important;
}
.newprod {
  z-index: 1;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #000;
  background-image: url("images/new.svg");
  background-size: contain;
  left: 0;
  right: 0;
  border-radius: 100px;
}
.newprod:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("images/premiera.svg");
  background-size: contain;
  animation: newrot 20s linear infinite;
}
.slider-text .newprod {
  width: 150px;
  height: 150px;
  left: auto;
  right: -20%;
  top: 420px;
}
.prodbox {
  position: relative;
}
.prodbox .newprod {
  left: -20px;
  top: -20px;
  width: 70px;
  height: 70px;
}
@keyframes newrot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* ----------------HEADER---------------- */
#header {
  background-color: #fff;
  z-index: 100;
  transition: all ease-in-out 0.5s;
  width: 100%;
  position: absolute;
  top: 0;
}
#header #hwrap {
  transition: all ease-in-out 0.5s;
  padding-top: 45px;
  width: 100%;
}
#header #hwrap .res {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header #logo {
  display: block;
  flex: 0 0 365px;
  box-sizing: border-box;
  transition: ease-in-out all 0.5s;
}
#header #logo img {
  filter: brightness(0);
  width: 100%;
  height: auto;
}
#header #headright {
  order: 3;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
}
#header #headright #right-navigation {
  flex: 0 0 100%;
}
#header .headdummy {
  order: 1;
}
#header #logo {
  order: 2;
}
#header #left-navigation {
  order: 4;
}
#header #headright,
#header .headdummy {
  flex: 0 0 200px;
}
#header .socwrap {
  transition: ease-in-out all 0.25s;
  display: flex;
  justify-content: space-between;
}
#header .socwrap a {
  margin-left: 6px;
}
#header .socwrap a img {
  filter: brightness(0);
  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;
}
.single1 #header #hwrap {
  padding-bottom: 60px;
  padding-top: 100px;
}
.single #pagewrap {
  padding-top: 90px;
}
#lang {
  display: flex;
}
#lang div {
  padding: 0 0 0 10px;
}
#lang div ul li a {
  color: #010101;
}
.archive #right-navigation ul a,
.noheader #right-navigation ul a {
  color: #010101;
}
.archive #lang div ul li a,
.noheader #lang div ul li a {
  color: #010101;
}
.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---------------- */
.padr50 {
  padding-right: 50%;
}
.padinl50 .textwrap {
  padding-left: 50%;
}
.padinr50 .textwrap {
  padding-right: 50%;
}
.flexend {
  display: flex;
  align-items: flex-end;
}
.flexend .textwrap {
  height: auto;
}
.flexend .text-row {
  width: 100%;
}
.flexend .text-row p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.flexend .slider-text {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.flexcolumn .textwrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hw50 h2 {
  width: 50%;
}
.clp50 .cellbottom {
  padding-left: 50%;
}
.slide-text-in {
  position: relative;
}
.slide-text-in .slideimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.slide-text-in .slider-text {
  box-sizing: border-box;
  padding: 260px 70px 160px 160px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.swiper .slide-text-in .slider-text {
  width: 70%;
  box-sizing: border-box;
}
.swiper-img,
.prodswiper2,
.prodswiper,
.swiper-news {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 100%;
}
.swiper-img .swiper-slide,
.prodswiper2 .swiper-slide,
.prodswiper .swiper-slide,
.swiper-news .swiper-slide {
  background-position: center !important;
  background-size: cover !important;
}
.swiper-img .swiper-slide .slide-text-in .slider-text,
.prodswiper2 .swiper-slide .slide-text-in .slider-text,
.prodswiper .swiper-slide .slide-text-in .slider-text,
.swiper-news .swiper-slide .slide-text-in .slider-text {
  padding: 60px 90px;
}
.swiper-img .swiper-horizontal > .swiper-pagination-bullets,
.swiper-img .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-img .swiper-pagination-custom,
.swiper-img .swiper-pagination-fraction {
  text-align: center;
  padding-left: 0 !important;
}
.swiper-img .swiper-slide {
  min-height: 620px;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center !important;
}
.prodswiper2 .swiper-button-next:after,
.prodswiper2 .swiper-button-prev:after {
  color: #010101;
}
.swiper-news .swiper-horizontal > .swiper-pagination-bullets,
.swiper-news .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-news .swiper-pagination-custom,
.swiper-news .swiper-pagination-fraction {
  padding-left: 80px;
  bottom: 20px !important;
}
.swiper-news .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background-color: #010101 !important;
}
.swiper-news .swiper-pagination-clickable .swiper-pagination-bullet {
  border-color: #010101 !important;
}
.swiper-news .swiper-slide {
  height: auto;
}
.swiper-news .swiper-slide a {
  height: 100%;
  display: block;
  background-color: #f3f3f3;
  display: flex;
}
.swiper-news .swiper-slide a .newstext,
.swiper-news .swiper-slide a .newsimg {
  box-sizing: border-box;
  flex: 0 0 50%;
}
.swiper-news .swiper-slide a .newstext {
  padding: 90px;
}
.swiper-news .swiper-slide a .newsimg {
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.gal1 .prodswiper,
.gal1 .swiper-button-next,
.gal1 .swiper-button-prev {
  display: none;
}
.newsfront {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsfront .newsexpt {
  margin-bottom: 80px;
  flex: 0 0 31%;
}
.newsfront .newsexpt h5 {
  font-size: 35px;
  line-height: 45px;
  padding: 10px 0;
  margin: 0;
}
.newsfront .newsexpt img {
  width: 100%;
  height: auto;
}
.prodrow {
  position: relative;
  padding-bottom: 88px;
  border-bottom: 2px solid #15181a;
  display: flex;
}
.prodrow .prodgal {
  width: 66%;
  flex: 0 0 66%;
}
.prodrow .prodtyt {
  padding-left: 20px;
  box-sizing: border-box;
  flex: 34%;
}
.prodrow .prodtyt h1 {
  font-size: 50px;
  line-height: 70px;
}
.prodrow .prodtyt h1 em,
.prodrow .prodtyt h1 span {
  font-style: normal;
  font-size: 30px;
}
.prodrow .prodtyt h2 {
  font-size: 30px;
  line-height: 45px;
}
.prodswiper {
  height: 94px;
}
.prodswiper .swiper-slide {
  height: 94px;
  text-align: center;
}
.prodswiper2 {
  height: 440px;
  padding-bottom: 20px;
}
.prodswiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proddet {
  display: flex;
  flex-wrap: wrap;
}
.proddet .material span:after {
  display: inline-block;
  content: ',';
  padding-right: 6px;
}
.proddet .material span:last-of-type:after {
  display: none;
}
.proddet .detcel {
  flex: 0 0 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.proddet .detcel .dopisek {
  font-style: italic;
  font-size: 14px;
}
.proddet .detcel .cellin {
  height: 100%;
  box-sizing: border-box;
  padding: 50px 10px;
  border-bottom: 2px solid #15181a;
}
.proddet .detcel .cellin ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.proddet .detcel .cellin ul li {
  padding-top: 6px;
}
.proddet .detcel h3 {
  font-size: 24px;
  line-height: 30px;
}
.noborder {
  border: none !important;
}
.noborder div {
  border: none !important;
}
.faq h4 {
  padding: 40px 0;
}
/* ----------------CONTENT---------------- */
.icox {
  height: 160px;
  width: auto;
}
.icox2 {
  height: 150px;
  width: auto;
}
.icox2mini {
  height: 110px;
  width: auto;
}
.ui-accordion-header {
  box-sizing: border-box;
  color: #010101;
  background-color: #f3f3f3;
  padding: 20px 100px 20px 20px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #ADADAD;
}
.ui-accordion-header p {
  padding: 0;
  margin: 0;
}
.ui-accordion-header:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #353535;
  border-top: 2px solid #353535;
  position: absolute;
  top: 40px;
  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);
}
.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: #181716;
}
.faqans {
  border-bottom: 1px solid #ADADAD;
  padding: 20px;
}
.ui-accordion-header-active {
  border: none;
}
.ui-accordion-header-active:after {
  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;
}
.pliki {
  padding-top: 20px;
}
.pliki .plik {
  padding-left: 40px;
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.pliki .plik:before {
  margin-bottom: 10px;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 40px;
  background-image: url("images/file.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  filter: grayscale(1);
}
.pliki .plik .plikinfo {
  font-size: 12px;
  line-height: 16px;
}
section {
  position: relative;
}
.text-row {
  display: flex;
}
.text-row .text {
  flex: 1;
}
.text-row .flex100 {
  flex: 0 0 100%;
}
.text-row .flex80 {
  flex: 0 0 80%;
}
.text-row .flex70 {
  flex: 0 0 70%;
}
.text-row .flex66 {
  flex: 0 0 66.66%;
}
.text-row .flex50 {
  width: 50%;
  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%;
}
.text-row .flexunset {
  flex: unset;
}
.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;
}
.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: #010101;
}
.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 .formcolms {
  display: flex;
  gap: 40px;
}
.gform_wrapper .formcolms .formcolumn {
  flex: 1;
}
#pagewrap .gfield {
  margin-bottom: 30px;
}
#pagewrap .gform_wrapper.gravity-theme .description,
#pagewrap .gform_wrapper.gravity-theme .gfield_description,
#pagewrap .gform_wrapper.gravity-theme .gsection_description,
#pagewrap .gform_wrapper.gravity-theme .instruction {
  font-size: 12px;
  line-height: 16px;
}
#pagewrap .gfield_consent_label {
  font-size: 16px;
  font-weight: 700;
}
#pagewrap .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,
#pagewrap .gform_wrapper.gravity-theme .gfield_consent_description {
  outline: none;
  border: none;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  overflow-y: hidden;
}
#moaipager {
  flex: 0 0 100%;
  text-align: center;
  padding: 40px 0;
}
#moaipager a {
  padding-left: 10px;
  padding-right: 10px;
  color: #181716;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
}
#moaipager .active {
  font-variation-settings: 'wght' 700;
}
.h600 {
  box-sizing: border-box;
  min-height: 600px;
}
.prod-list-wrap {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 55px;
  display: flex;
}
.prod-list-wrap .prod-list {
  box-sizing: border-box;
  flex: 1;
  display: flex;
}
.prod-list-wrap .prod-list .prodbox {
  box-sizing: border-box;
  padding-right: 60px;
  padding-bottom: 55px;
  border-bottom: 2px solid #15181a;
  margin-bottom: 55px;
}
.prod-list-wrap .prod-list .prodbox em {
  display: block;
}
.prod-list-wrap .prod-list .prodbox .inline {
  display: inline-block;
}
.prod-list-wrap .prod-list .prodbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.prod-list-wrap .prod-list .prodbox ul li {
  padding-top: 8px;
}
.prod-list-wrap .prod-list .prodbox img {
  width: auto;
  height: 250px;
}
.prod-list-wrap .prod-list .prodbox p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.prod-list-wrap .prod-list .prodbox h4 {
  font-size: 26px;
  line-height: 30px;
}
.prod-list-wrap .prod-list .prodbox:last-of-type {
  border: none;
  margin: 0;
  padding-bottom: 0;
}
.prod-list-wrap .blokwrap {
  padding-left: 40px;
  flex: 0 0 33%;
}
.prod-list-wrap .blokwrap .text-row {
  height: 100%;
}
.prod-list-wrap .blokwrap .pad_in_l {
  padding-left: 44px;
}
.prod-list-wrap .blokwrap .pad_in_r {
  padding-right: 44px;
}
.prod-list-wrap .blokwrap .pad_in_t {
  padding-top: 44px;
}
.prod-list-wrap .blokwrap .pad_in_b {
  padding-bottom: 44px;
}
.prod-list-wrap .blokwrap h4 {
  margin-bottom: 40px;
}
.sklepyloga {
  display: flex;
  flex-wrap: wrap;
}
.sklepyloga .sklepthumb {
  padding: 20px 0;
  flex: 0 0 20%;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
.sklepyloga .sklepthumb .iwrap {
  text-align: center;
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  font-variation-settings: 'wght' 700;
}
.sklepyloga .sklepthumb .iwrap .sklepexpo {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  font-variation-settings: 'wght' 400;
}
.sklepyloga .sklepthumb img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: grayscale(1);
}
.sklepyloga .lcolor img {
  filter: grayscale(0);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto !important;
  padding-left: 250px;
  bottom: 40px !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background-color: transparent !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
/* ----------------FOOTER---------------- */
#headmore {
  z-index: 2;
  display: block;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 800px;
  left: 160px;
  background-image: url("images/more.svg");
  background-repeat: no-repeat;
  background-position: center;
}
footer ::placeholder {
  color: #424242;
}
footer .wp-image-840 path {
  fill: #030303;
}
footer input,
footer textarea {
  color: #fff;
}
footer .text-row {
  justify-content: space-between;
  display: flex;
}
footer a {
  color: #010101;
  text-decoration: none;
}
footer a:hover {
  color: #181716;
}
footer a em {
  font-style: normal;
  font-size: 12px;
}
footer a span {
  font-size: 12px;
}
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;
}
.czarny {
  color: #010101;
}
.bialy,
.dark {
  color: #fff;
}
.bialy h4,
.dark h4,
.bialy h2 strong,
.dark h2 strong,
.bialy a,
.dark a {
  color: #fff;
}
.bialy .wiecej,
.dark .wiecej {
  color: #fff;
  border-color: #fff;
}
.dark {
  background-color: #15181a;
}
.dark .prod-list-wrap {
  background-color: #15181a;
}
.dark .prod-list-wrap .prodbox {
  border-color: #fff;
}
.dark .prod-list-wrap .text {
  background-color: #0c0e0f !important;
}
.dark .prod-list-wrap .text hr {
  border-color: #fff;
}
.dark #copy {
  background-color: #15181a;
}
.dark #footmenu {
  background-color: #010101 !important;
}
.dark #footmenu svg path {
  fill: #fff;
}
.dark #footmenu a:hover {
  color: #E2E2E2;
  text-decoration: underline;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}
.czarny {
  color: #010101;
}
.czarny h4,
.czarny h2 strong,
.czarny a {
  color: #010101;
}
#backtotop {
  background-color: #181716;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 20px;
  border-radius: 100% 0 0 100%;
  font-size: 30px;
  font-variation-settings: 'wght' 600;
  z-index: 99999;
  text-decoration: none;
}
.lg-outer {
  z-index: 9999999 !important;
}
.tlo {
  background-color: #f4f4f2;
}
.menudesk {
  display: block;
}
#header {
  position: fixed;
}
#header #logo {
  flex: 0 0 255px;
}
.noheaderpage,
.single {
  padding-top: 196px;
}
.noheader #hwrap .primary-navigation ul li a,
.archive #hwrap .primary-navigation ul li a {
  color: #010101;
}
.noheader #mmobile .mmobile,
.archive #mmobile .mmobile {
  color: #15181a;
}
.noheader #mmobile .mmobile:before,
.archive #mmobile .mmobile:before,
.noheader #mmobile .mmobile:after,
.archive #mmobile .mmobile:after {
  background-color: #fff;
}
.noheader .socwrap a img,
.archive .socwrap a img {
  filter: brightness(0);
}
.slidetextwrap {
  display: flex;
}
.slidetextwrap .slidedummy,
.slidetextwrap .slideurl {
  flex: 1;
}
.slidetextwrap .slideurl {
  display: flex;
  align-items: center;
}
.slidetextwrap .slideurl .slideurltxt {
  text-align: left;
  padding-left: 40px;
  font-size: 20px;
  text-transform: uppercase;
}
.slidetextwrap .slideurl .slideurltxt p {
  padding: 0;
  margin: 0;
}
.slidetextwrap .slideurl .slideurltxt a {
  display: block;
  padding-top: 20px;
  text-transform: lowercase;
  text-decoration: underline;
}
.slidetextwrap .slideurl .slideurltxt a:hover {
  text-decoration: none;
}
.menumobile {
  top: 53px;
  max-width: 350px;
  transition: ease-in-out all 0.3s;
  right: -350px;
  width: 80vw;
  height: calc(100vh - 53px);
  position: fixed;
  background-color: #fff;
  padding: 40px 0;
}
.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: #010101;
  padding-left: 20px;
  text-align: left;
  display: block;
}
.menumobile .nav-menu .current-menu-item {
  background-color: #15181a;
}
.menumobile .nav-menu .current-menu-item a {
  color: #fff !important;
  text-decoration: none !important;
}
#mmobile {
  margin-right: 10px;
  display: none;
  position: relative;
  font-size: 20px;
  font-variation-settings: 'wght' 500;
  transition: ease-in-out all 0.5s;
}
#mmobile:hover {
  cursor: pointer;
}
#mmobile .mmobile {
  text-transform: uppercase;
  color: #010101;
}
#mmobile .mmobile:before,
#mmobile .mmobile:after {
  z-index: 1;
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  left: -40px;
  top: 10px;
  transform: rotate(-45deg);
  background-color: #010101;
  content: '';
  transition: ease-in-out all 0.25s;
}
#mmobile .mmobile:after {
  left: -52px;
  transform: rotate(45deg);
  transition: ease-in-out all 0.25s;
}
.menuout #hwrap .primary-navigation ul li a,
.archive.menuout #hwrap .primary-navigation ul li a {
  color: #010101;
}
.menuout #mmobile .mmobile:before,
.archive.menuout #mmobile .mmobile:before {
  left: -44px;
  transform: rotate(45deg);
}
.menuout #mmobile .mmobile:after,
.archive.menuout #mmobile .mmobile:after {
  transform: rotate(-45deg);
  left: -45px;
}
.scrolled .primary-navigation {
  padding: 10px 0 0 0;
}
.scrolled #lang div ul li a {
  color: #010101;
}
.scrolled #header #hwrap {
  padding-top: 12px;
}
.scrolled #totop {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.scrolled #totop:before {
  width: 13px;
  height: 13px;
}
.scrolled #hwrap #logo img {
  filter: brightness(0);
}
.scrolled #hwrap .primary-navigation ul li a {
  color: #010101;
}
.scrolled.menuout .menumobile {
  right: 0;
}
/* ----------------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.6s;
}
.adelay2 {
  transition-delay: 0.7s;
}
.adelay3 {
  transition-delay: 0.8s;
}
.adelay4 {
  transition-delay: 0.9s;
}
.adelay5 {
  transition-delay: 1s;
}
.text-row .text.mparoller {
  z-index: 1;
  transition-delay: 0 !important;
}
.transyb {
  transition-delay: 0s;
  transform: translateY(-350px);
}
.au a {
  text-decoration: underline;
}
.accoform .res .text {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.accoform .ui-accordion-header {
  border: none;
  padding: 0 !important;
  background-color: transparent !important;
}
.accoform .ui-accordion-header::after {
  top: 7px;
  left: -20px;
}
.accoform .ui-accordion-header p {
  display: inline-block;
  padding: 4px 10px;
  background-color: #000;
  color: #fff;
}
#produktybloki .swiper-slide {
  background-size: cover !important;
}
/* ----------------RESPONSIVE---------------- */
@media handheld and (max-height: 900px), screen and (max-height: 900px) {
  #headmore {
    top: calc(100vh - 100px);
  }
}
@media screen and (max-width: 1680px) {
  h1 {
    font-size: 56px;
    line-height: 66px;
  }
  h2 {
    font-size: 46px;
    line-height: 60px;
  }
  h3 {
    font-size: 26px;
    line-height: 46px;
  }
  h4 {
    font-size: 34px;
    line-height: 42px;
  }
  .res,
  #breadwrap {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
  #header #headright {
    flex: 0 0 160px;
  }
  .single1 #header #hwrap {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .noheaderpage,
  .single {
    padding-top: 175px;
  }
  #breadwrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .prodrow .prodtyt h1 {
    font-size: 30px;
    line-height: 55px;
  }
  .prodrow .prodtyt h2 {
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1460px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 36px;
    line-height: 50px;
  }
  h3 {
    font-size: 24px;
    line-height: 40px;
  }
  h4 {
    font-size: 28px;
    line-height: 38px;
  }
  .prop169 {
    height: 520px;
  }
  .cechyico img {
    width: 130px;
  }
  body,
  td,
  th,
  input,
  textarea,
  select {
    font-size: 14px;
    line-height: 28px;
  }
  .sectionres {
    margin-left: 80px;
    margin-right: 80px;
  }
  .bw50 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .wiecej {
    font-size: 18px;
    line-height: 26px;
  }
  .pad_in_b {
    padding-bottom: 50px;
  }
  .pad_in_t {
    padding-top: 50px;
  }
  .pad_in_r {
    padding-right: 60px;
  }
  .pad_in_l {
    padding-left: 60px;
  }
  .pad_t {
    padding-top: 60px;
  }
  .pad_b {
    padding-bottom: 60px;
  }
  .pad_l {
    padding-left: 60px;
  }
  .pad_r {
    padding-right: 60px;
  }
  .swiper-img .swiper-slide .slide-text-in .slider-text,
  .prodswiper2 .swiper-slide .slide-text-in .slider-text,
  .prodswiper .swiper-slide .slide-text-in .slider-text,
  .swiper-news .swiper-slide .slide-text-in .slider-text {
    padding: 60px 50px;
  }
  .h600 {
    min-height: 350px;
  }
  .newsfront .newsexpt h5 {
    font-size: 25px;
    line-height: 35px;
  }
  .cechyico img {
    width: 110px;
  }
  .swiper-news .swiper-slide a .newstext {
    padding: 60px;
  }
  .primary-navigation {
    padding: 20px 0 0 0;
  }
  .primary-navigation ul li a {
    line-height: 20px;
    font-size: 14px;
  }
  .single1 #header #hwrap {
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .noheaderpage,
  .single {
    padding-top: 153px;
  }
  #breadwrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #breadwrap .breadcrumb_last {
    font-size: 18px;
  }
  .single #pagewrap {
    padding-top: 70px;
  }
  .res,
  #breadwrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .prodrow .prodtyt h1 {
    font-size: 26px;
    line-height: 50px;
  }
  .prodrow .prodtyt h2 {
    font-size: 16px;
    line-height: 32px;
  }
  .proddet .detcel h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .transy .res {
    transform: translateY(-100px);
  }
  .prod-list-wrap .prod-list .prodbox {
    padding-right: 40px;
  }
  #header #logo {
    flex: 0 0 166px;
  }
}
@media screen and (max-width: 1220px) {
  .primary-navigation ul li a {
    line-height: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #cy .res {
    background-color: #15181a;
  }
  .mbackl .slide-text-in img {
    object-position: 28%;
  }
  .backr .slide-text-in img {
    object-position: right;
  }
  section {
    overflow: hidden;
  }
  .nooverflow {
    overflow: visible;
  }
  .sklepyloga {
    justify-content: space-evenly;
  }
  .sklepyloga .sklepthumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sklepyloga .sklepthumb .iwrap {
    font-size: 20px;
    line-height: 30px;
  }
  .cechyico img {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tabela table th {
    font-size: 18px;
    line-height: 30px;
  }
  .tabela table th,
  .tabela table td {
    padding: 16px 5px;
  }
  .swiper .slide-text-in .slider-text {
    width: 100%;
    padding: 260px 120px 160px 120px;
  }
  .pad_in_b {
    padding-bottom: 40px;
  }
  .pad_in_t {
    padding-top: 40px;
  }
  .pad_in_r {
    padding-right: 40px;
  }
  .pad_in_l {
    padding-left: 40px;
  }
  .pad_t {
    padding-top: 50px;
  }
  .pad_b {
    padding-bottom: 50px;
  }
  .padbx2 {
    padding-bottom: 380px;
  }
  .swiper-img,
  .prodswiper2,
  .prodswiper,
  .swiper-news {
    min-width: 0;
  }
  .swiper-img .swiper-slide .slide-text-in .slider-text,
  .prodswiper2 .swiper-slide .slide-text-in .slider-text,
  .prodswiper .swiper-slide .slide-text-in .slider-text,
  .swiper-news .swiper-slide .slide-text-in .slider-text {
    padding: 40px;
  }
  .produktyclassic .text .textwrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padr50 {
    padding-right: 20%;
  }
  .clp50 .cellbottom {
    padding-left: 20%;
  }
  .prod-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .half_left {
    padding-left: 100px;
  }
  .half_right {
    padding-right: 100px;
  }
  .half_right img,
  .half_left img,
  #znaki img,
  #energooszczednosc img {
    width: 100px;
    height: auto;
  }
  .square {
    min-height: 50vw;
  }
  .dwiekolumny {
    column-gap: 30px;
  }
  .swiper-news .swiper-slide a .newstext {
    padding: 36px;
  }
  #kontakty .flex25 {
    flex: 0 0 50%;
  }
  #kontakty .adelay1,
  #kontakty .adelay3 {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mblackback.flexend {
    min-height: auto;
  }
  .mblackback {
    padding: 0 !important;
  }
  .mblackback .text {
    padding: 0;
    align-items: inherit;
  }
  .mblackback .text .textwrap {
    padding: 60px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #mmobile {
    display: block;
  }
  .menudesk {
    display: none;
  }
  .menumobile {
    top: 163px;
    display: block;
  }
  .noheaderpage {
    padding-top: 240px;
  }
  .noheader #mmobile .mmobile,
  .archive #mmobile .mmobile {
    color: #15181a;
  }
  .menuout .menumobile {
    right: 0;
  }
  .scrolled #mmobile .mmobile {
    color: #15181a;
  }
  .scrolled .menumobile {
    top: 53px;
  }
  #header .headdummy {
    display: none;
  }
  #header #headright {
    flex: 1;
  }
  .noheaderpage1,
  .single {
    padding-top: 90px;
  }
}
@media screen and (max-width: 800px) {
  .slidetextwrap .slidedummy {
    display: none;
  }
  .slidetextwrap .slideimg {
    padding-left: 40px;
    box-sizing: border-box;
    flex: 1;
  }
  .slidetextwrap .slideimg img {
    width: 100%;
    height: auto;
  }
  .slidetextwrap .slideurl {
    flex: 0 0 250px;
  }
  #headmore {
    top: 70vh;
    left: 40px;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    padding-left: 110px;
  }
  .pad_in_bx2 {
    padding-bottom: 40px;
  }
  .pad_in_tx2 {
    padding-top: 40px;
  }
  .msquare {
    height: 100vw;
    flex: 0 0 100% !important;
  }
  .sklepyloga {
    flex-direction: column;
  }
  .newsfront .newsexpt h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .half_left {
    padding-left: 50px;
  }
  .half_right {
    padding-right: 50px;
  }
  .half_right img,
  .half_left img,
  #znaki img,
  #energooszczednosc img {
    width: 80px;
    height: auto;
  }
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
  h3 em,
  h3 span {
    font-size: 10px;
  }
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .text-row .flex66,
  .text-row .flex50 {
    flex: 0 0 100%;
  }
  .cechyico img {
    width: 80px;
  }
  .res {
    padding-left: 40px;
    padding-right: 40px;
  }
  .bw50 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .prod-list-wrap .blokwrap .pad_in_b {
    padding-bottom: 14px;
  }
  .prod-list-wrap .blokwrap .pad_in_t {
    padding-top: 24px;
  }
  .prod-list-wrap .blokwrap .pad_in_r {
    padding-right: 24px;
  }
  .prod-list-wrap .blokwrap .pad_in_l {
    padding-left: 24px;
  }
  .prod-list-wrap .prod-list .prodbox {
    padding-right: 20px;
  }
  .prod-list-wrap .prod-list .prodbox h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .produktyclassic {
    margin-left: 0;
    margin-right: 0;
  }
  .produktyclassic .res {
    padding: 0;
  }
  .icox {
    height: 100px;
  }
  .icox2 {
    height: 93px;
  }
  .sectionres {
    margin-left: 40px;
    margin-right: 40px;
  }
  .fullheight {
    max-height: 80vh;
    height: 80vh;
  }
  .fullheight .swiper {
    height: 80vh;
  }
  .flextablet .text-row {
    flex-direction: column;
  }
  .flextablet .text-row .swiper-slide {
    min-height: 50vw;
  }
  .flextablet .mar_in_r {
    margin-right: 0;
  }
  .flextablet .mar_in_l {
    margin-left: 0;
  }
  .flextablet .flex50 {
    width: 100%;
  }
  .transyb {
    transform: none;
  }
  .prop169 {
    height: 450px;
  }
  .padinl50 .textwrap {
    padding-left: 0;
  }
  .padinr50 .textwrap {
    padding-right: 0;
  }
  footer .text-row {
    flex-wrap: wrap;
  }
  footer .text-row .text {
    flex: 0 0 33.33%;
  }
  #copy {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #copy .text-row {
    flex-direction: column;
  }
  #copy .text-row .textwrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #copy .text-row .textwrap p {
    text-align: left !important;
  }
  .prodrow {
    flex-direction: column;
  }
  .prodrow .prodgal {
    order: 2;
    width: 100%;
  }
  .prodrow .prodtyt {
    padding-bottom: 20px;
    padding-left: 0;
    order: 1;
  }
  .proddet .detcel {
    flex: 0 0 50%;
  }
  .mbx2 {
    background-size: 200% !important;
  }
  .noheaderpage,
  .single {
    padding-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  #pagewrap::before {
    width: 126px;
    height: 33px;
    top: 60px;
    right: 29px;
  }
  .slidetextwrap {
    display: block;
  }
  .slidetextwrap .slideimg {
    padding-right: 40px;
  }
  #mmobile {
    font-size: 14px;
    margin-right: 20px;
  }
  #mmobile .mmobile:before,
  #mmobile .mmobile:after {
    width: 15px;
  }
  #mmobile .mmobile:before {
    left: -22px;
  }
  #mmobile .mmobile:after {
    left: -30px;
  }
  #header #logo {
    flex: 0 0 135px;
  }
  .scrolled #header #hwrap {
    padding-top: 18px;
    padding-bottom: 8px;
  }
  .scrolled #header #hwrap #logo {
    flex: 0 0 135px;
  }
  .menuout #mmobile .mmobile:before {
    left: -26px;
  }
  .menuout #mmobile .mmobile:after {
    left: -26px;
  }
  .mhback .text {
    background-color: #15181a;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
  .mhback .text h2,
  .mhback .text .cellbottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mhback .text .cellbottom {
    padding-top: 10px;
    background-color: rgba(21, 24, 26, 0.5);
  }
  .mblackback .text .textwrap {
    padding: 40px;
  }
  .prodrow {
    padding-bottom: 0px;
  }
  .prodrow .prodtyt h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .prodrow .prodtyt h1 em,
  .prodrow .prodtyt h1 span {
    font-size: 20px;
  }
  .prodrow h2 {
    font-size: 24px;
    line-height: 38px;
  }
  .cechyico img {
    margin-left: 4px;
    margin-right: 4px;
  }
  .proddet .detcel {
    flex: 0 0 100%;
  }
  .prodswiper .swiper-slide {
    height: 44px;
  }
  .prodswiper .swiper-slide img {
    height: 100%;
    width: auto;
  }
  .prodswiper2 {
    height: 300px;
  }
  #breadwrap {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 26px;
  }
  #breadwrap #breadwrap .breadcrumb_last {
    font-size: 18px;
  }
  .single #pagewrap {
    padding-top: 60px;
  }
  section {
    background-attachment: inherit !important;
  }
  #kontakty {
    margin: 0;
  }
  #kontakty .marg {
    margin: 0;
  }
  #kontakty .rowimg .textwrap {
    height: 50v;
  }
  #kontakty .flex25 {
    flex: 0 0 100%;
  }
  #kontakty .adelay1,
  #kontakty .adelay3 {
    padding: 0 20px;
  }
  .swiper-news .swiper-slide a {
    flex-direction: column;
  }
  .swiper-news .swiper-slide a .newstext {
    flex: 0 0 580px;
  }
  .swiper-news .swiper-slide a .newsimg {
    flex: 0 0 100vw;
    height: auto;
  }
  .fullheight .slide-text-in {
    max-height: 80vh;
  }
  .half_left,
  .half_right {
    padding-left: 40px;
    padding-right: 40px;
  }
  .half_left .textwrap,
  .half_right .textwrap {
    padding-left: 0;
    padding-right: 0;
  }
  .transy {
    margin-top: 90px;
    padding-bottom: 0;
  }
  .transy .res {
    transform: translateY(-90px);
  }
  .transyn .res {
    transform: translateY(90px);
  }
  .icox {
    height: 80px;
  }
  .icox2 {
    height: 73px;
  }
  .icox2mini {
    height: 55px;
  }
  .dwiekolumny {
    column-count: 1;
  }
  .prod-list-wrap {
    flex-direction: column;
  }
  .prod-list-wrap .blokwrap {
    padding-left: 0;
  }
  .prod-list-wrap .prod-list {
    flex-direction: column;
  }
  .prod-list-wrap .prod-list .prod-prev {
    padding-bottom: 40px;
  }
  .prod-list-wrap .prod-list .prod-prev .prodbox {
    margin-bottom: 35px;
    padding-bottom: 25px;
  }
  .noheaderpage {
    padding-top: 180px;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .tabela {
    overflow: auto;
  }
  .bw50 {
    background-size: cover !important;
  }
  .bw50 .order2 .textwrap {
    height: 100vw;
  }
  .flexmobile .text-row {
    flex-direction: column;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .swiper .slide-text-in .slider-text {
    padding: 160px 40px 110px 40px;
  }
  .prop169 {
    height: auto;
    min-height: 70vw;
  }
  #miejsce {
    min-height: 100vw;
  }
  .res {
    padding-left: 20px;
    padding-right: 20px;
  }
  .res .pad_in_l {
    padding-left: 20px;
    padding-right: 20px;
  }
  .res .pad_in_r {
    padding-right: 20px;
    padding-left: 20px;
  }
  .res .padinls,
  .res .padinrs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad_in_b {
    padding-bottom: 20px;
  }
  .sectionres {
    margin-left: 20px;
    margin-right: 20px;
  }
  .pad_in_r {
    padding-right: 20px;
  }
  .pad_in_l {
    padding-left: 20px;
  }
  .pad_r {
    padding-right: 20px;
  }
  .pad_l {
    padding-left: 20px;
  }
  .clp50 .cellbottom {
    padding-left: 0;
  }
  .mar_in_r {
    margin-right: 20px;
  }
  .mar_in_l {
    margin-left: 20px;
  }
  h1 {
    font-size: 34px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .wiecej {
    font-size: 16px;
    line-height: 24px;
  }
  .padr50 {
    padding-right: 0;
  }
  .produktyclassic .text-row {
    flex-wrap: wrap;
  }
  .prodcylist .res {
    padding-left: 0;
    padding-right: 0;
  }
  .prodcylist .res .text-row {
    flex-wrap: wrap;
  }
  .prodcylist .res .text {
    flex: 0 0 50%;
  }
  .cylist .text {
    flex: 0 0 50%;
  }
  footer .text-row {
    flex-direction: column;
  }
  footer .text-row svg {
    width: 50%;
    height: auto;
  }
  .cyico .text-row {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .mar_in_r {
    margin-right: 0;
  }
  .mar_in_l {
    margin-left: 0;
  }
  .newsfront .newsexpt {
    margin-bottom: 40px;
    flex: 0 0 49%;
  }
  .prodbox {
    display: none;
  }
  .pmob {
    display: block;
  }
  .prod-list-wrap {
    padding-bottom: 0;
  }
  .single1 #header #hwrap,
  #header #hwrap {
    padding-top: 18px;
    padding-bottom: 8px;
  }
  .single1 #header #hwrap #logo,
  #header #hwrap #logo {
    flex: 0 0 135px;
  }
  .menumobile {
    top: 53px;
  }
  .newprod {
    bottom: 200px;
  }
  .prodbox .newprod {
    top: 0;
  }
  .slider-text .newprod {
    width: 100px;
    height: 100px;
    right: 20px;
  }
  .noheaderpage,
  .single {
    padding-top: 72px;
  }
}
