/*

Theme Name: A-Z Silesia by Fooz
Description: Szablon dla A-Z Silesia
Version: 1.0
Author: Fooz.pl
Author URI: http://fooz.pl

===================================================================
1. General Style
- page builder
2. MENU
3. Mobile MENU
4. Page style
5. Plugins

6. MD screen style
7. SM screen style
8. XS screen style
9. ULTRA XS screen style
*/

/* ================= */
/* FONTS             */
/* ================= */
@import url(https://fonts.googleapis.com/css?family=Catamaran:400,300,700,100&subset=latin,latin-ext);
/*
font-family: 'Catamaran', Arial, sans-serif;

*/

/* ================= */
/* 1. General Style  */
/* ================= */

body {
  overflow-x: hidden;
  color: #0f2539;
  line-height: 1.7;
}
#content{
  padding-top:100px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  text-transform: uppercase;
}
h1,h2{
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.h1_lead{
  font-weight: 100;
}
.light{
  font-weight: 300;
}
.regular{
  font-weight: 400;
}
.strong{
  font-weight: 700;
}
.page_header{
  text-align: center;
  padding-left: 145px;
  padding-right: 145px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  position: relative;
}
.page_header.top-page{
  padding-top: 25px;
  padding-bottom: 30px;
}
.page_header span{
  display: block;
  width: 100%;
  font-weight: 300;
}
.page_header:before{
  content: "";
  width: 130px;
  height: 2px;
  position: absolute;
  top: 46%;
  left: 0;
  background-image: url(img/rainbow-2px.png);
  position: left top;
}
.page_header:after{
  content: "";
  width: 130px;
  height: 2px;
  position: absolute;
  top: 46%;
  right: 0;
  background-image: url(img/rainbow-2px.png);
  position: left top;
}
.graficzny-naglowek .page_header{
  margin-bottom: 10px;
}

.overflowno{
  overflow: initial;
}

.top-10{
  padding-top: 10px;
}
.top-20{
  padding-top: 20px;
}
.top-30{
  padding-top: 30px;
}
.top-40{
  padding-top: 40px;
}
.top-50{
  padding-top: 50px;
}
.bottom-10{
  padding-bottom: 10px;
}
.bottom-20{
  padding-bottom: 20px;
}
.bottom-30{
  padding-bottom: 30px;
}
.bottom-40{
  padding-bottom: 40px;
}
.bottom-50{
  padding-bottom: 50px;
}
.img-responsive{
  margin: 0 auto;
}
/* btn */
.btn{
  outline:none;
  outline-color: transparent;
  outline-style: none;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
.btn:hover{
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
.btn:active {
  outline:none;
  outline-color: transparent;
  outline-style: none;

}
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline-offset: 0;

}
.btn:active, .btn.active{
  box-shadow: none;

}
.btn-azs:active, .btn-azs.active {
  background-image: url('img/button-bg-c.png');
}
a:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline-offset: 0;
}
.transition{
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.btn-azs{
  background-image: url('img/button-bg-c.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  height: 30px;
  border: none;
  background-color: rgba(255, 0, 0, 0);
  border-radius: 0px;
  text-transform: lowercase;
}
.btn-azs:before{
  position: absolute;
  left: -15px;
  top: 0;
  content:"";
  display: block;
  width: 15px;
  height: 30px;
  background-image: url('img/button-bg-l.png');
  background-repeat: no-repeat;
}
.btn-azs:after{
  position: absolute;
  right: -15px;
  top: 0;
  content:"";
  display: block;
  width: 15px;
  height: 30px;
  background-image: url('img/button-bg-r.png');
  background-repeat: no-repeat;
}
.btn-azs:hover{
  background-image: url('img/button-bg-c.png');
  background-position: 0 -30px;
  /* animation-name: btnazs; */
  animation-duration: 0.2s;

}
.btn-azs:hover:before{
  background-image: url('img/button-bg-l.png');
  background-position: 0 -30px;
  /* animation-name: btnazs; */
  animation-duration: 0.2s;

}
.btn-azs:hover:after{
  background-image: url('img/button-bg-r.png');
  background-position: 0 -30px;
  /* animation-name: btnazs; */
  animation-duration: 0.2s;

}


@keyframes btnazs {
    0%   {
      background-position: 0px 0px;
      filter: alpha(opacity=100);
      opacity: 1;

    }
    2%   {
      background-image: none;
      background-position: 0px 0px;
      filter: alpha(opacity=0);
      opacity: 0;
    }
    3%{
      filter: alpha(opacity=0);
      opacity: 0;
      background-position: 0 -30px;
    }
    100%   {
      background-position: 0 -30px;
      filter: alpha(opacity=100);
      opacity: 1;
    }

}

/* content */
.alignnone {}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
}
img.alignleft {
  display: block;
  max-width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
img.alignright {
  display: block;
  max-width: 100%;
  height: auto;
  float: right;
  margin-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
img.aligncenter {
  display: block;
  max-width: 100%;
  text-align: center;
  height: auto;
  padding-bottom: 15px;
}

.hide{
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0.5s, opacity 0.5s linear;
  transition: visibility 0.5s, opacity 0.5s linear;
}
.show{
  display: initial;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0.5s, opacity 0.5s linear;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.read-more{
  text-decoration: none;
  margin-right: 0px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
}
.read-more:hover{
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ================= */
/* 1. - page builder */
/* ================= */
/*
.panel-grid {
  zoom: 1;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.container-fluid{
  padding-top: 170px;
  overflow-x: hidden;
}

.container-row{
  padding-right: 0px;
  padding-left: 0px;
}
.container-fluid .container-row{
  padding-left: 15px;
  padding-right: 15px;
}
.widget_siteorigin-panels-builder .container-row{
  padding-right: 0px;
  padding-left: 0px;
}
 */
.panel-grid-cell{
  width: 100%;
}
/* ================= */
/* 2. MENU           */
/* ================= */
header#header {
  position: fixed;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
/*   -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09); */
  border-bottom: 1px solid #abaeae;
}
.logo_img {
  max-height: 63px;
}
a#logo{
    display: table;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    max-height: 63px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.navbar-collapse.collapse {
    padding-bottom: 0;
    overflow: visible !important;

}
nav{
  font-size: 16px;
  font-weight: 400;
  float: right;
}


.main-nav{

}
.nav > li > a {
  background-color: transparent;
  text-transform: uppercase;
  padding: 10px 23px;
  font-weight: 400;
  color: #0f2539;
  position: relative;
}
.nav > li > a:hover {
  background-color: transparent;
  font-weight: 400;
  color: #0f2539;
}
.nav > li > a:after {
  content: "";
  display: block;
  width: 90%;
  width: calc(100% - 46px);
  height: 2px;
  background-image: url(img/rainbow-bg.jpg);
  background-position: left top;
  background-size:cover;
  bottom: 0;
  left:23px;
  position: absolute;
  opacity: 0;
    -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav > li > a:hover:after {
  content: "";
  display: block;
  width: 90%;
  width: calc(100% - 46px);
  height: 2px;
  background-image: url(img/rainbow-bg.jpg);
  background-position: left top;
  background-size:cover;
  bottom: 0;
  left:23px;
  position: absolute;
  opacity: 1;
    -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav > li > a:focus {
  background-color: transparent;
}
.nav > li{
  margin: 0;
  margin-top: 31px;
  position: relative;
}
.nav > li:before{
  content: "";
  background-color: #bdbdbd;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -2px;
  top: 44%;
  border-radius: 50%;
}
.nav > li:last-child:after{
  content: "";
  background-color: #bdbdbd;
  width: 5px;
  height: 5px;
  position: absolute;
  right: -3px;
  top: 44%;
  border-radius: 50%;
}
.nav > li.current-menu-item a {
  font-weight: 700;
}
.nav > li.current-menu-item a:hover {
  font-weight: 700;
}
.nav > li:hover > a,
.nav > li.open > a {
  font-weight: 400;
}
.nav > li > a span.caret {
  display: none;
}

.nav .dropdown-menu > li{

}
.nav .dropdown-menu > li > a{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;

}
.nav .dropdown-menu > li:hover > a{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.nav .dropdown-menu > li.menu-item{

}
.nav .dropdown-menu > li.menu-item:first-child a{

}
.nav .dropdown-menu > li.menu-item:nth-last-child(2) a{

}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
  color: #000 !important;
}
.facebook-ico a{
  color: #3d599b !important;
}
.facebook-ico a:hover{
  color: #0f2539 !important;
}

@media (min-width: 992px){
  .menu-item:first-child{
    margin-left: 0;
  }
  .menu-item:last-child{
    margin-right: 0;
  }
}

/* ================= */
/*  3. Mobile MENU   */
/* ================= */
/* mobile menu */
@media (max-width: 991px){
  header#header, a#logo {
    position: absolute;
  }
  .full_menu_wrapper{
    position: relative;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 18px 16px;
    margin-top: 21px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .navbar-collapse nav{
      font-size: 16px;
    font-weight: 400;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
  .navbar-collapse .nav > li:before,
  .navbar-collapse .nav > li:after{
    display: none;
  }

  /* animated burger */
  .navbar-toggle .icon-bar:nth-of-type(2) {
      top: 1px;
  }

  .navbar-toggle .icon-bar:nth-of-type(3) {
      top: 2px;
  }

  .navbar-toggle .icon-bar {
      position: relative;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }

  .navbar-toggle.active .icon-bar:nth-of-type(1) {
      top: 6px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
  }

  .navbar-toggle.active .icon-bar:nth-of-type(2) {
      background-color: transparent;
  }

  .navbar-toggle.active .icon-bar:nth-of-type(3) {
      top: -6px;
      transform: rotate(-45deg) scale(0.979);
      -webkit-transform: rotate(-45deg) scale(0.979);
      -moz-transform: rotate(-45deg) scale(0.979);
      -o-transform: rotate(-45deg) scale(0.979);
      -ms-transform: rotate(-45deg) scale(0.979);
  }

  .logo_wrapper{
    position: absolute;
  }
  .logo_wrapper .logo_img{
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0;
    padding-right: 12px;
  }
  .menu_wrapper .navbar-toggle{
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 25px;
  }
  .navbar-collapse {
    width: 100%;
  }
  .nav{
    float: initial;
  }
  .nav li{
    text-align: center;
  }
  .nav > li{
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .nav > li > a{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .mobile-menu{
    height: 64px;
  }
  .navbar-toggle .icon-bar{
    background-color: #000
  }
  .mobile-logo{
    position: absolute;
    display: block;
  }
  .mobile-logo a#logo{
    display: block;
  }
  .mobile-logo a#logo img{
    height: 64px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile-menu button {
    padding-top: 23px;
    padding-left: 50px;
    padding-bottom: 23px;
  }
  #main-nav-mobile li {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 13px;
    font-size: 19px;
  }
}


/* ================== */
/* 4. Page style      */
/* ================== */

/* footer */
#footer{
  font-size: 12px;
  color: #0f253a;
  padding-bottom: 25px;
  margin-top: 30px;
}
.ico-telefon{
  background-image: url(img/phone.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
}
.ico-fax{
  background-image: url(img/fax.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
  margin-left: 20px;
}
.ico-mail{
  background-image: url(img/email.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
}
.footer-company{
  margin-bottom: 20px;
}
.footer-company img{
  margin-bottom: 18px;
  margin-top: 25px;
  margin-left: 0;
}
.copyright{
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #dedede;
}
.copyright .copy-text{
  font-size: 12px;
  padding-top: 6px;
}
.copyright .logo-fooz{
  margin-right: 0;
}

/* form */
div.wpcf7 .form-inline .form-group{
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 30px;
}
div.wpcf7 .form-inline .form-group label{
  width: 95px;
  font-weight: 300;
  padding-right: 10px;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 100%;
  width: calc(100% - 96px);
  height: 28px;
  font-size: 12px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 87px;
}
/* ================== */
/* 5. Plugins         */
/* ================== */
.so-wrapper{
  overflow: hidden;
}
/* Slick Slider - home slider*/
.header-slider .slick-item{
    background-repeat: no-repeat;
  background-position:  center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-slider .slick-item img{
  visibility: hidden;
  opacity: 0;
}
.slick-text{
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 13%;
}
.slick-1linia{
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 300;
}
.slick-2linia{
  font-size: 29px;
  line-height: 1.2em;
  font-weight: 700;
}
.slick-3linia{
  font-size: 29px;
  line-height: 1.2em;
  font-weight: 300;
}
.slick-button{
  margin-top: 24px;
}
.slick-slide{
  overflow: hidden;
  position: relative;
}
.slick-text-wrapper{
  background-image: url(img/rainbow-6.jpg);
  background-position: 0 bottom;
  background-repeat: repeat no-repeat;
  display: inline-block;
  padding-bottom: 14px;
}
.slick-dots{
  display: block;
  position: relative;
  bottom: 0;
  text-align: right;
  width: 1150px;
  margin: 0 auto;
  margin-top: -36px;
  margin-bottom: 10px;
}
.slick-dots li{
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 50%;
  padding: 0;
  position: relative;
}
.slick-dots li button{
  padding: 0;
  margin: 0;
  border-radius: 50%;
  position: relative;
}
.slick-dots li button:before{
  background-image: url(img/nav-circle-bg.png);
  width: 7px;
  height: 7px;
  padding: 2px;
  top: 2px;
  left: 2px;
  position: absolute;
  content: "";
}
/* Slick slider - dystrybutor */
.slick-prev, .slick-next{
  width: 34px;
  height: 34px;
  background-image: url(img/slider-nav.png);
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 100;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  width: 34px;
  height: 34px;
  background-image: url(img/slider-nav.png);
  background-repeat: no-repeat;
}
.slick-prev{
  background-position: 0 -44px;
  left:0;
}
.slick-next{
  background-position: -44px -44px;
  right: 0;
}
.slick-prev:hover, .slick-prev:focus{
  background-position: 0 0;
}
.slick-next:hover, .slick-next:focus{
  background-position: -44px 0;
}
/* oferta-slider */
.oferta-slider .slick-prev, .slick-next{

}
.oferta-slider .slick-next {
  right: calc(50% - 40px);
  bottom: 0;
  top: auto;
}
.oferta-slider .slick-prev {
  left: calc(50% - 40px);
  bottom: 0;
  top: auto;
}
.oferta-firma.text-left img{
  margin: 0;
  margin-left: 0;
  display: inline;
}
.oferta-firma.text-right img{
  margin: 0;
  margin-right: 0;
  display: inline;
}
.oferta-firma{
  margin-bottom: 30px;
}
.oferta-wrapper .read-more{
  margin-top: 30px;
}
/* Parallax */
.parallax-window{
  background: transparent;
}
.parallax-window img{
  opacity: 0;
}
.oferta-tekst{
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1025px){
  .parallax-window img{
    opacity: 1;
  }
}
/* ost aktualnosci */
.aktualnosciheight{
  padding-top: 140px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.aktualnosciheight .data-aktualnosc{
  font-size: 13px;
  font-weight: 300;
}
.aktualnosciheight h4{
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 7px;
}
.aktualnosciheight p{
  font-size: 13px;
  padding-bottom: 20px;
}
.aktualnosciheight .read-more{
  text-align: right;
}
.widget_aktualnosci{
  position: relative;
}
.col-bg{
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}
.container-bg-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.container-bg-wrapper .col-bg{
  width: 33%;
  height: 150;
  display: inline-block;
  padding: 0;
  margin: 0;
}
/* Dystrybucja */
.dystrybucja-slider{
  padding-left: 35px;
  padding-right: 35px;
}
.dystrybucja-slider .slick-item {
  padding-left: 15px;
  padding-right: 15px;
}
/* Produkty */
.produkty-slider{
  padding-left: 35px;
  padding-right: 35px;
  text-transform: uppercase;
}
.produkty-slider .slick-item {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.produkty-slider .produkt-label{
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 13px;
}
.produkty-slider .produkt-label.l-promocja{
  color:#ec6418;
}
.produkty-slider .produkt-label.l-wyprzedaz{
  color:#0f2539;
}
.produkty-slider .produkt-label.l-nowosc{
  color:#29884c;
}
.produkty-slider .produkt-tytul{
  width: 70%;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}
.produkty-slider .produkt-cena{
  width:30%;
  color: #ec6418;
  font-weight: 700;
  text-align: right;
  display: inline-block;
  font-size: 18px;
}
.produkty-slider .produkt-cena span.stara-cena{
  color: #d6d6d6;
  text-decoration: line-through;
  font-weight: 300;
  font-size: 14px;
  padding-right: 10px;
}
.produkty-slider .produkt-text{
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}


/* mapa */
#footermap{
  min-height: 320px;
  padding-bottom: 4px;
  max-width: 100%;
  display: block;
}
.bottomfootermap{
    display: block;
    background-image: url(img/rainbow-under-map.png);
    background-color: #0f253a;
    width: 100%;
    height: 4px;
    background-repeat: no-repeat;
    background-position: left top;
}
/*  kontakt */
.company-data{
  font-size: 12px;
  margin-bottom: 20px;
}

/* ================== */
/* 6. MD screen style */
/* ================== */

@media (max-width: 1199px){

}

/* ================== */
/* 7. SM screen style */
/* ================== */

@media (max-width: 992px){
  #header{
    min-height: 99px;
  }
  .page_header:before{
    width: 60px;
  }
  .page_header:after{
    width: 60px;
  }
  .page_header {
    padding-left: 75px;
    padding-right: 75px;
  }
  .oferta-firma{
    text-align: center;
  }
  .oferta-tekst{
    text-align: left !important;
  }
  .oferta-tekst p{
    text-align: left !important;
  }
  .oferta-slider {
    margin-top: 50px;
 }
}


/* ================== */
/* 8. XS screen style */
/* ================== */

@media (max-width: 767px){

  #map{
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-slider .slick-item{
    background-repeat: no-repeat;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: initial !important;
    height: auto !important;
  }
  .header-slider .slick-item img{
    visibility: visible;
    opacity: 1;
  }
  .slick-text {
    text-transform: uppercase;
    text-align: right;
    position: static;
    width: 100%;
    bottom: 13%;
    margin-top: 20px;
  }
  .page_header:before{
    width: 30px;
  }
  .page_header:after{
    width: 30px;
  }
  .page_header {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* ======================== */
/* 9. ULTRA XS screen style */
/* ======================== */

@media (max-width: 478px){
  .logo_img{
    max-width: 200px;
    float: left;
  }
  .page_header:before{
    width: 20px;
  }
  .page_header:after{
    width: 20px;
  }
  .page_header {
    padding-left: 35px;
    padding-right: 35px;
  }

}


/*nowy blok*/

.offer__grid {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 0;
  justify-content: space-between;
}


@media(max-width: 1024px){
.offer__grid {
  grid-template-columns: 12fr;

}}



.offer__grid.right .left-item {
  order: 2;
}

.offer__grid.right .right-item {
  order: 1;
}

.right-item img {
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  height: 100%;
}

.inner_wraptext {
  padding: 25px;
  font-size: 18px;
  font-weight: 300;
  color: black;
}

.offer__grid .inner_wraptext {
  padding: 40px;
}
@media(max-width: 1024px) {
  .offer__grid .inner_wraptext {
    padding: 0px;
  }
}

.new_offer_wrapper_2 {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  gap: 20px;
  margin-top: 20px;
}

@media(max-width: 1024px){
.new_offer_wrapper_2 {
  grid-template-columns: 12fr;
}}


.column-item {
  border: 1px solid #ccc;
  height: 100%;
}

.column-item img {
  width: 100%;
  background: white;
  box-sizing: border-box;
  height: 100%;
  object-fit: contain;
  min-height: 300px;
  max-height: 300px;
  border-bottom: 1px solid #ccc;
}

.column-item img.logo.alignnone {
  width: 100%;
  height: 100% !important;
  min-height: unset;
  border: 0;
  background: white;
  max-width: 200px !important;
}

.inner_wraptext .btn.btn-azs {
  margin-top: 30px;
}


#logosy_homepage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
}