@import url(../../fonts/fonts.css);
:root {
    --default-font-size: calc(14px + (23 - 14) * ((100vw - 300px) / (1600 - 300)));
    --default-conetnt-size: calc(10px + (23 - 14) * ((100vw - 300px) / (1600 - 300)));
    --red: #E30613;
    --dark-red: #E30613;

}
html, body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;    
}
body {
    font-size: var(--default-font-size);
}
body.home .wrapper,
body.podstrona{
     background-image: url("../../img/bgs/bg-gd.png");
}
h1,h2,h3,h4,h5,h6,.h1,.h2.h3,.h4,.h5,.h6{
    font-family: 'Roboto', sans-serif;
}
a {
    color: #E30613;
    cursor: pointer;
}
a:hover {
    color: #E30613;
    cursor: pointer;
}

.bg-red{
    background-color: #E30613;
}
.bg-white{
    background-color: #ffffff;
}
.bg-gradient-gray-white{
background: rgb(237,237,237);
background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(235,235,235,1) 35%, rgba(255,255,255,0) 100%);    
}
.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
}
.border-2{
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    align-items:center;
}
/* **************** header ****************** */
header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 4;
    background-color: rgba(255,255,255,0.7);
    padding-top:1rem;
}
header.section-header-scrolled{
    background-color: rgba(255,255,255,0.95);
}
header.section-header-scrolled{
    background-color: rgba(255,255,255,1);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.navbar {
    padding: 0
}

header .left,
header .right,
header .center{
    display: flex;
    align-items:flex-end; 
    justify-content:center;
   
}
header .center{
    justify-content:center;
}
header .left ul li,
header .center ul li{
    padding: .5rem 1rem .5rem 1rem;    
}
header .left ul li a,
header .center ul li a{
    font-size: .8rem;
    color:#000000;
    text-align:  center;
    display: block;
    width: 130px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .6s ease 0s;
}

header .left ul li a:hover,
header .center ul li a:hover{
    text-decoration: none;
    color:#E30613;
}
header .left ul li a svg,
    header .center ul li a svg{
    margin-bottom:0.5rem
}
header .left ul li:last-child a svg .st1,
header .center ul li:last-child a svg .st1{
    fill:#000000;
}
header .left ul li a:hover svg,
header .left ul li a:hover svg .st1,
header .center ul li a:hover svg,
header .center ul li:last-child a:hover svg .st1{
    fill:#E30613;
}
/* ** logo *** */
header a.navbar-brand{
    width: 70%;
    padding-top:0;
    padding-bottom: .7rem;;
}
header.section-header-scrolled a.navbar-brand{
    width: 40%;
}
header a.navbar-brand  svg .st0{
    fill: #E30613 !important;
    stroke:transparent;
    opacity:1;
}

header a.navbar-brand:hover  svg {
    fill: #E30613 !important;

}
header a.navbar-brand:hover  svg .st0{
    fill: #000000 !important;

}
header .logo {
    transition: all .6s ease 0s;
}

header .navbar{
    padding: 0;
}



.section-header-diabled-shadow {
    box-shadow: none !important;
}



/* ==========================================================================
hamburger - animacja
========================================================================== */
header .icon-hamburger, 
header .icon-close {
	width: 25px;
    max-height: 25px;	
    position: absolute;
    top: 2px;
    right: 6px;
}
header.section-header-scrolled button.navbar-toggler, 
header.section-header-scrolled button.hamburger {
    transition: all .6s ease 0s;
}
button.navbar-toggler,
button.hamburger{
	position: fixed;
	right:50px;
	top:50px;
	z-index: 1032;	
}
button.hamburger{
	position: absolute;
	background-color: transparent;
	border:none;
	outline: none;
}
.my-fixed button.navbar-toggler{
	position: fixed;
}
  button.navbar-toggler:focus {
    outline: none;
  }
.animated-icon1 {
    width: 50px;
    height: 30px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
    z-index: 1
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span:not(:last-child) {
    background: rgba(0,0,0,1.00);

}

.animated-icon1:hover span{
    cursor: pointer;
}
.animated-icon1:hover span:not(:last-child),
.animated-icon1.open span:not(:last-child) {
    background: #E30613;

}
.animated-icon1:hover span:last-child{
    color: #E30613;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
     width: 20px;
}

.animated-icon1 span:nth-child(2) {
    top: 12px;
    width: 35px;
}
.animated-icon1 span:nth-child(3) {
    top: 25px;
}
.animated-icon1:hover span:nth-child(1),
.animated-icon1:hover span:nth-child(2),
.animated-icon1:hover span:nth-child(3) ,
header.section-header-scrolled .animated-icon1:hover span:nth-child(1),
header.section-header-scrolled .animated-icon1:hover span:nth-child(2),
header.section-header-scrolled .animated-icon1:hover span:nth-child(3) {
    width: 100%;    
    transition: all .6s ease 0s;
}
.animated-icon1.open span:nth-child(1),
.animated-icon1.open span:nth-child(2),
.animated-icon1.open span:nth-child(3) {
    width: 100%;
}

.animated-icon1 span:nth-child(4) {
    top: 40px;   
    font-size: .7rem;
    text-transform: uppercase;
    text-align: left;
}
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
     width: 100%;
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#KontenerMenu{
    position: fixed;
    top: 130px;
	right:0;
	
    padding: 2rem 2rem 1rem 2rem; 
	opacity: 1;
	background-color: #E30613;		
	z-index: 1031;
}
#kontenerMenu.show{
    display: block;
}
.show a{
    color: #fff;
}
/* ****************  ****************** */
.social-icons{
    position: fixed;
    top:46%;
    right: 0;
    z-index: 5;
    
}
.social-icons ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-icons ul li{
     padding: 0;
    margin: 0;       
}
.social-icons a{
    vertical-align: middle;
    font-size: 2.5rem;
    background-color: #fff;
    padding:1px 5px 0 5px;    
    color:#3b5997;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.social-icons a:hover{
    background-color: #3b5997;
    color: #fff;
}
/* **************** Aktualnośći  ****************** */
/*section#aktualnosci{
    background-color: #fdedd5;
}*/
.zajawka {
    position:relative;
    padding-right: 60px;
    padding-left: 60px;
}
.zajawka .nazwa-kategorii{
    display: block;
    position: absolute;
    left: -57px;
    top: 135px;
}

.zajawka .nazwa-kategorii .nazwa-kategorii_in {

     transform:rotate(-90deg);
     transform-origin:left top 0;
    
     position:relative;
     padding:20px 75px 20px 20px;

     float:left;

}
.zajawka .nazwa-kategorii .nazwa-kategorii_t {
     color:#000;
     font-size:1.3rem;

     font-weight:400;
     letter-spacing:.02em;
     display:block;
     margin-top:1px;
     
}
.zajawka .nazwa-kategorii .nazwa-kategorii_t:hover {
        cursor: pointer;
        color:#e30613;
    text-decoration: underline;
}
.zajawka .nazwa-kategorii .nazwa-kategorii_i {
     font-size:30px;
     width:50px;
     height:3px;
     position:absolute;
     right:0;
     top:50%;
     margin-top:1px;
     transform:translateY(-50%);
     overflow:hidden;

}
.zajawka .nazwa-kategorii .nazwa-kategorii_i:after {
     content:'';
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     background-color:var(--color-dark);
     transition:transform .7s cubic-bezier(.2,0,0,1);
     will-change:transform
}
.zajawka .nazwa-kategorii .nazwa-kategorii_i,
.zajawka .nazwa-kategorii .nazwa-kategorii_t {
     transition:color .5s ease-in-out,transform .7s cubic-bezier(.2,0,0,1)
}
.zajawka .thumb {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 275px;
}
.zajawka .data-modyfikacji{
    color:#888;
    font-family: 'Roboto', serif;
    font-size: 0.9rem;
   /* font-style: italic;*/
    margin-left: 0.2rem;
    margin-bottom: 0.3rem;
}
.zajawka .tytul{
    font-weight: normal;
    padding-top:1.5rem;
    font-size:2.5rem;
}
.zajawka .tytul a{
    color:#080301
}
.zajawka .tytul a:hover {
        cursor: pointer;
        color:#e30613;
    text-decoration: underline;
}
.zajawka .logi-ico{
     width:50px;
     height:50px;
     position:absolute;
     right:-20px;
     top:-20px;    
}

/* **************** SLIDER  ****************** */
.section-slider {
    overflow: hidden;
}
.section-slider .bg-left-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: inset 452px 0 22rem rgba(0, 0, 0, .6);
    z-index: 1;
    height: 100vh;
}
.section-slider .bg-right-shadow {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: inset 452px 0 22rem rgba(0, 0, 0, .6);
    z-index: 1;
    height: 100vh;
}
.section-slider .bg-bottom-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100vh;
    box-shadow: inset 0 -69px 84px -42px rgba(0, 0, 0, .6);
}
.section-slider .carousel-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.section-slider .ikonografia{
    position: absolute;
    z-index: 2;
    bottom: 40px;
    width:100%; 
}
/* **************** ****************** */	

/* **************** slogan na slajderze ****************** */	
.kontener-etykiety-sloganu {
    width:100%;
    height: 100vh; 
    display: flex;
    align-items: center;
}
.kontener-etykiety-sloganu.left{
    justify-content:flex-start;
    padding-left: 5%;
}
.kontener-etykiety-sloganu.center{
    justify-content:center;
}
.kontener-etykiety-sloganu.right{
    justify-content:flex-end
}
.etykieta-na-winiecie{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.2; 
    margin:0 !important;    

    border-top:5px solid #000;
    border-bottom:5px solid #000;   
    padding: 2rem;
    width: auto;

    background-color: rgba(255,255,255, 0.7)
}
.etykieta-na-winiecie span{
    color: #E30613;
}
.etykieta-na-winiecie h1{
    font-family: Arial, sans-serif;
    font-weight: bold; 
    font-size: 4rem;
    line-height: 1; 
}
.etykieta-na-winiecie h2{
    font-family: Arial, sans-serif;
    font-weight: bold; 
    font-size: 5rem;
    line-height: 1; 
}
.owl-carousel .nav-left,
.owl-carousel .nav-right {
    width: 25px;
    position: absolute;
    bottom: 50%;
}
.owl-carousel .nav-left {
    left: -60px;
}
.owl-carousel .nav-right {
    right: -60px;
}
.btn-refresh {
    padding: 12.2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 53px;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #f1f1f1!important;
    background-color: #333;
    border-color: #333;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    float: left;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.bg-form{
    background-color: #efebeb;
    padding: 3rem;
}
.btn.btn-outline-refresh:hover{
    background-color: #E30613;
    color:#fff  !important;
}
.btn.btn-outline-refresh:hover svg{
    background-color: #E30613;
    color:#fff  !important;
}
.btn.btn-outline-refresh:hover .fa, 
.btn.btn-outline-refresh:hover.fas, 
.btn.btn-outline-refresh:hover .svg .st0{
    color:black !important;
}
.content-site   img#captcha{
    height: 40px !important;
}  
.content-site img.refresh-caption {
    width: 21px !important;

}
.content-site p,
.content-site ul li{
    /*font-size: 1.3rem;*/
}
/*
	border-left: 2px solid var(--dark-red);
*/
/* *************************************************** */
/* **************** jumbotron-fluid  ******************* */
/* *************************************************** */
.jumbotron-fluid {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.jumbotron-fluid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: 0;
}
.jumbotron-fluid .title-page {
    position: relative;
    z-index: 1;
}
.jumbotron-fluid h1,
.jumbotron-fluid h2{
    position: relative;
    z-index: 1;
}
.winieta .title{
    font-size: 2.3em;
}
.podstrona h2.title.display-4 {
    font-size: 2.5rem;
}
.jumbotron-fluid {
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}
.jumbotron-fluid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
   background-color: rgba(0, 0, 0, 0.57);
}
/* *************************************************** */
.preloader {
    font-weight: bold;
    /*background-image: url('../img/default/pattern-monochrome.png?ver=0.6');*/
    background-color: #1b1e21; background-color: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 9999;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.preloader img {
    width: auto;
   /* background-color: #fff;*/
    padding: 10px;
    max-width: 400px;
    margin:0 auto;
}
.preloader .list-inline {
    font-size: 2rem;
}
/* ****************   ******************* */
.section-content a{
	color: #E30613;
    text-shadow: 0 2px 0 rgba(255,255,255, 0.75);	
    text-decoration: underline;
}
.show-all a,
.hide-all a{
    text-decoration: none;
    font-style: italic;
}
.show-all a:hover,
.hide-all a:hover,
.section-content a:hover{
    color: #E30613 !important;
    text-decoration: underline;
}
.section-content h2{
	font-size: 2.5rem;
}
.section-content h3{
	font-size: 2rem;
}
.section-content a:hover{
	text-decoration: underline;
}
.podtytul span{
/*    display: inline-block;
    border-bottom: 1px dotted #000;
    padding-bottom: .8rem;
    margin-bottom:.1rem;*/
}
/* *************************************************** */
.content-site  img{
    
    width:auto !important;
    max-width:100% !important;
	height: auto;

}
.fast-contact p {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.fast-contact a[href^='tel:'] {
    text-decoration: underline;
}

.archive-offer .element{
	background-color: rgba(255,255,255,0.6);
}
.section .name {
    color: var(--dark-red);
}
.thumb-offer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 264px;
}
    .archive-oddzialy .elementWezla .thumb-offer{
    height: auto;
    }
/*.thumb-offer:hover {

    transform: scale(1.2); 
	transition: transform .7s;   
    overflow: hidden;
}*/

.border-gray {
    border: 4px double #605c59;
}
.border-solid-grey {
    border: 4px double #605c59;
}
.border-double-grey {
    border: 4px double #605c59;
    border: 5px solid rgba(96,92,89,0.3);  
    background-color: #fff;
}
.elementWezla a{
	color: #080301;
}
.elementWezla .ikony-bottom a:hover{
	background-color:  #E30613;
}
.elementWezla .ikony-bottom a:hover {
	color:  #fff;
}
.elementWezla .tytul-kategorii{
    font-style: italic;
    font-size: 1.5rem;
  /*  color: var(--red);*/
}



/* *************************************************** */
.elementy-oferty .elementWezla {
    min-height:300px;

}
.elementy-oferty .elementWezla .elementWezla__kontener{
    position:relative;
}
.elementy-oferty .elementWezla .elementWezla__kontener .elementWezla__nazwy_producentow{    

    position:absolute;
    bottom:0;
    z-index: 10;
    padding: .7rem 1rem;
    font-size: 1.1vw;
    width:100%;
    background-color:rgba(96,92,89,0.3);
    color:#ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5), -1px -1px 3px rgba(0,0,0,.5);
}
.elementy-oferty .elementWezla:hover .elementWezla__kontener .elementWezla__nazwy_producentow{    

    width:100%;
    background-color:#E30613;
    color:#ffffff;
    text-shadow:none;
    /*text-shadow: 1px 1px 3px rgba(255,255,255,.5), -1px -1px 3px rgba(255,255,255,.5);*/
}
.elementy-oferty .elementWezla .elementWezla__kontener:hover{
   /* border-color: #E30613;*/
}
.elementy-oferty .thumb-offer{
    z-index: 9;
    width:50%;
    height:auto;    
    margin-left:25%;


    margin-top:20px;
    margin-bottom: 70px;
}
/* *************************************************** */
/* **************** archive-oddzialy  ******************* */
/* *************************************************** */

.archive-oddzialy .elementWezla figure {
    padding:0 1rem 0 1rem;
    margin:0;
}
.archive-oddzialy .elementWezla figure img.logo-partnera {
    max-height:100px;
    width: auto;
}
.archive-oddzialy .elementWezla figure img:first-child {
    padding:.8rem  0 1.3rem 0;
}
.archive-oddzialy .kontener-elemntow-wezla .elementWezla{
     margin-bottom: 50px;
}
.archive-oddzialy .elementWezla .tytul-kategorii{
    font-style: italic;
    font-size: 1.5rem;
    margin-top:0;
  /*  background-color: #6d6a6a;*/
    padding: 0.5em 1rem .8rem 1rem;
    color: #fff;
    background-color: rgba(96,92,89,0.3);
}
.archive-oddzialy .elementWezla a:hover{
    text-decoration: none;
}
.archive-oddzialy .elementWezla a:hover .tytul-kategorii{
    background-color: #E30613;
    color:#fff;
}

.archive-oddzialy .elementWezla p{
    font-size: 1rem;
}

.archive-oddzialy .elementWezla .opis{
    padding:0 1rem .5rem 1rem ;
    background-color: rgba(255,255,255,1);

    font-size: 1rem;
}
.archive-oddzialy .elementWezla .opis p{
    font-size: 1rem;
    color: #000;
}
.archive-oddzialy .elementWezla .opis p.dane-kontaktowe{
    display: block;
    height:80px;
}
.archive-oddzialy .elementWezla .opis p a{
    font-size: 1rem;
    color: #E30613;
     text-decoration:none;
}
.archive-oddzialy .elementWezla .opis p a:hover{
    text-decoration: underline
}
.archive-oddzialy .elementWezla .opis address{
    font-size: 110%;
    margin-bottom: 0.5rem;
}
.archive-oddzialy .elementWezla .opis p .svg-inline--fa {
    color: #6d6a6a;
}
.archive-oddzialy .elementWezla .opis  a:hover .svg-inline--fa {
    color: #E30613;
}
.archive-oddzialy .elementWezla .ikony-bottom  a{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.archive-oddzialy .elementWezla .ikony-bottom  a .svg-inline--fa{
    font-size: 1.5rem;
}
.archive-oddzialy .elementWezla .ikony-bottom  a:hover .svg-inline--fa {
    color: #fff;
}

/*.archive-oddzialy .elementWezla.col-**/

/* *************************************************** */
/* **************** section-header  ******************* */
/* *************************************************** */
.section-header,
.section-header a{
   color:#000;
   font-size: 3rem;/**/
    text-transform: uppercase;
}
.section-header.podtytul{
   font-size: 2.5rem; 
    text-transform:none;
}
.section-header a:hover{
     color:#DA271B;
}
.section-header .znak-logo{
    display: block;
    width: 50px;
    margin: 0 auto 0.4rem auto;
}
/*.section-header .znak-logo svg .st0,
.section-header .znak-logo svg .st1,
.section-header .znak-logo svg .st2{
    fill: #DA271B;
}*/
/* *************************************************** */
/* **************** SEKCJA OFERTA  ******************* */
/* *************************************************** */
section.o-nas .container-bg-dach,
section.kontakt .container-bg-dach{
    padding-left: 5rem;
    padding-right: 5rem;  
}
section.o-nas .bg-dach,
section.kontakt .bg-dach,
section.dach .bg-dach{
    background-image:  url("../../img/bgs/bg-dach.svg");
    background-repeat: no-repeat;
    background-position: center top;
  
}
section.o-nas .section-header .znak-logo svg .st0,
section.o-nas .section-header a .znak-logo svg .st0{
    fill: #000;
    opacity:1;
    stroke:none;
}
section.oferta .bg-section-header{
    background-image:  url("../../img/vi/logo/znak-bg_2.png");
    background-position: center 30px;
}
section.oferta .kafel{
    background-position: center top;
    background-size: cover;
}
section.oferta .container-fluid:nth-child(2) .row .kolumna{
    border-left:1px solid rgba(47,18,6,1.00);
}
section.oferta .container-fluid:nth-child(2) .row .kolumna .kafel{
   border-bottom:1px solid rgba(47,18,6,1.00);
}
section.oferta .container-fluid:nth-child(2) .row .kolumna .kafelek.pierwszy{
     border-right:1px solid rgba(47,18,6,1.00);
}
/* **************** SEKCJA OFERTA.O NAS  ****************** */
section.oferta.o-nas .wstepniak{
    line-height: 1.5;
}
section.oferta.o-nas .znak-logo{
    width:40px;
}
section.oferta.o-nas .section-header .znak-logo svg .st0{
   fill:rgb(0,0,0);
}
section.oferta.o-nas .section-header .znak-logo:hover svg .st0 {
   fill:rgb(227,6,19);
}
section.oferta.o-nas .container-fluid:nth-child(2) .row .kolumna:nth-child(1) .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/o-nas/kafel-duzy-lewy_w2560.jpg);
    justify-content:center;
    align-items:center
}
section.oferta.o-nas .container-fluid:nth-child(2) .row .kolumna:nth-child(2) .kafel{
    justify-content:center;
    align-items:center
}
section.oferta.o-nas .container-fluid:nth-child(2) .row .kolumna:nth-child(3) .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/o-nas/kafel-duzy-prawy_w2560.jpg);
    justify-content:center;
    align-items:center
}

section.oferta button{
    background-color: transparent;
    border:none;
    width:45%;
    margin-bottom: 3rem;
}
section.oferta button svg .st0{
    fill:rgb(227,6,19);
    stroke: transparent;
    opacity: 1;
}
section.oferta button .napis{
    display: block;
    margin-top:0.3rem;
    padding: .6rem 0;
    background-color: rgba(227,6,19, 1);
    border-bottom:3px solid rgba(0,0,0,1.00); 
    color:#fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}
section.oferta button:hover  .napis{
    background-color: rgba(227,6,19, 1);
        background-color: rgba(0,0,0, 1);
    border-bottom:3px solid rgba(227,6,19, 1); 
}
section.oferta button a:hover{
    text-decoration: none;

}

section.oferta.o-nas .container-fluid:nth-child(2)  .row .kolumna:nth-child(2) .kafel p{
    color:#ffffff;
    font-size: 1rem;
    line-height: 1.3;
    padding: 1rem 0;
}
section.oferta.o-nas .container-fluid:nth-child(2)  .row .kolumna:nth-child(2) .kafel button{
    width:70%;
}
section.oferta.o-nas .container-fluid:nth-child(2)  .row .kolumna:nth-child(3) .kafel button{
    width:50%;
}
section.oferta.o-nas .container-fluid:nth-child(2)  .row .kolumna:nth-child(2) .kafel button .napis{
    color: #fff;
    background-color:#000;
    border-bottom:3px solid rgba(255,255,255,1);     

}
section.oferta.o-nas .container-fluid:nth-child(2)  .row .kolumna:nth-child(2) .kafel button:hover  .napis{
    color: rgb(227,6,19);
    background-color:#fff;
    cursor: pointer;
    border-bottom:3px solid rgba(0,0,0,1.00); 
}
section.oferta.o-nas .container-fluid:nth-child(2)  .row .kolumna:nth-child(2) .kafel  svg .st0{
    fill:rgb(255,255,255);
    stroke: transparent;
    opacity: 1;
}
section.oferta.o-nas .container-fluid:nth-child(2)  .row .kolumna:nth-child(2) .kafel  svg .st1{
    fill:rgb(255,255,255);

}
/* **************** SEKCJA OFERTA.strefa-dekarza  ****************** */
section.oferta .section-header .znak-logo {
    width: 50px;
}
section.oferta.strefa-dekarza .section-header .znak-logo:hover svg {
   fill:rgb(227,6,19);
}
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(2) .kafel button{
    width:50%;
}
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(3) .kafel button{
    width:55%;
}
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(1) .kafel h4,
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row .kolumna  .kafel h4{
    text-align: left;
    font-size: 3rem;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    margin-bottom: 1.5rem;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row .kolumna  .kafel h4{
    line-height: 1.2;
}
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(1) .kafel h4 span{
    font-size: 75%;
}
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(3) .kafel p{
    text-align: left;
    font-size: 1.7rem;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    margin-bottom: 1.5rem;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row .kolumna .kafel a{
    display: block;
    margin-top:1rem;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row .kolumna .kafel a p,
.podstrona section.oferta.strefa-klienta .container-fluid:nth-child(2) .row .kolumna .kafel p{
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.3;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);  
    color: #fff;
}
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna{
    background-size:auto;
}
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(1){
    background-image: url(../../img/oferta/sekcje-1-site/strefa-dekarza/kafel-duzy-lewy-bottom_w2560.jpg);
}    
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(1) .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-dekarza/kafel-duzy-lewy-top_w2560.png);
} 
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(2){
    background-image: url(../../img/oferta/sekcje-1-site/strefa-dekarza/kafel-duzy-srodkowy-bottom_w2560.jpg);
}    
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(2) .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-dekarza/kafel-duzy-srodkowy-top_w2560.png);
}   
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(3){
    background-image: url(../../img/oferta/sekcje-1-site/strefa-dekarza/kafel-duzy-prawy-bottom_w2560.jpg);
}    
section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(3) .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-dekarza/kafel-duzy-prawy-top_w2560.png);
}   

section.oferta.strefa-dekarza .container-fluid:nth-child(2) .row .kolumna:nth-child(2) button svg .st0{
    fill:rgb(255,255,255);
}
/* *************************************************** */
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row .kolumna  .kafel{
    padding-left:2rem;
    padding-right: 2rem;
}

section.oferta.strefa-klienta .section-header .znak-logo {
    width: 70px;
}
section.oferta.strefa-klienta  .podtytul{
    font-size: 2rem;
}
section.oferta.strefa-klienta .kafel a:hover{
    color:#fff;
}
section.oferta.strefa-klienta .section-header .znak-logo:hover svg {
   fill:rgb(227,6,19);
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(1) .kolumna:nth-child(1){
    background-color: #378126;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(1) .kolumna:nth-child(2){
    background-color: #64c4f5;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(1) .kolumna:nth-child(3){
    background-color: #e3b206;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(2) .kolumna:nth-child(1){
    background-color: #3d7795;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(2) .kolumna:nth-child(2){
    background-color: #878787;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(2) .kolumna:nth-child(3){
    background-color: #0697e2;
}
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(1) .kolumna:nth-child(1)  .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-klienta/kafel-duzy-1.png);
}  
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(1) .kolumna:nth-child(2)  .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-klienta/kafel-duzy-2.png);
}   
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(1) .kolumna:nth-child(3)  .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-klienta/kafel-duzy-3.png);
}  
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(2) .kolumna:nth-child(1)  .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-klienta/kafel-duzy-4.png);
}    
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(2) .kolumna:nth-child(2)  .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-klienta/kafel-duzy-5.png);
}  
section.oferta.strefa-klienta .container-fluid:nth-child(2) .row:nth-child(2) .kolumna:nth-child(3)  .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/strefa-klienta/kafel-duzy-6.png);
}    

/* **************** AUTOREKLAMA ****************** */
/* *************************************************** */
.autoreklama {
	background-color: #fdedd5;
}
.autoreklama h3{
	color: #2f1206; 
	font-size: 2rem;
}
.autoreklama h2{
	color: #2f1206; 
	font-size: 3.5rem;
}
.autoreklama h2 span,
.autoreklama h3 span{
	color: #C67C09;
}
.autoreklama ul{
	color:#2f1206; 
	font-size: 1.3rem;
}
.autoreklama img{
	max-height:300px;
}
.autoreklama.restauracja img{
	max-height:220px;
}
/* *************************************************** */
.podstrona .menu-poziome-podstrony{
    background-color: #fff;
}
.podstrona .menu-poziome-podstrony ul{
    margin-bottom: 0.2rem
}
.podstrona .menu-poziome-podstrony ul li{
    display: inline;
    padding-bottom: 0.1rem;
}
.podstrona .menu-poziome-podstrony ul li:not(:last-child):after {
    content:' | ';
    color:#999;
    padding-bottom: 0.1rem;
    font-weight: normal;
    font-size: 70%;
}

.podstrona .menu-poziome-podstrony ul li a{
    font-size: 1rem;
    color: #000;   
}
.podstrona .menu-poziome-podstrony ul li:not(:last-child) a{
    padding-right: 0.5rem;
}
.podstrona .menu-poziome-podstrony ul li:not(:first-child) a{
    padding-left: 0.5rem;
}
.podstrona .menu-poziome-podstrony ul li.active a{
    font-size: 1rem;
    color: #E30613   
}
/* *************************************************** */
/* *************************************************** */
/* **************** KONTAKT ****************** */
/* *************************************************** */
section.kontakt{
    color: #000;
}
section.kontakt .znak-logo{
    width:150px;
}
section.kontakt  p.podtytul{
    font-size: 1.2rem;
}
section.kontakt .section-header .znak-logo svg .st0{
   opacity: 1;
   fill:#000000;
   stroke:none;
}
section.kontakt .section-header .znak-logo:hover svg .st0 {
   fill:rgb(227,6,19);
}
.podstrona.kontakt  .content-site  .right h4,
  section.kontakt h4{
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
}
.podstrona.kontakt  .content-site  .right p,
section.kontakt .kontent p{
    font-size: 1.3rem;
    color:#000;
}



.podstrona.kontakt .content-site .left{
	padding-right: 3rem;
    border-right: 1px solid #dedddd;
}
.podstrona.kontakt .content-site .right{
	padding-left: 3rem;
}

section.atuty .w-20{
    background-color: #646464;
    border-right: 2px solid #ffffff;
    align-items:center;
    align-content:center;
    display: flex;
    padding-top:.5rem;
    padding-bottom: .5rem;
}
section.atuty .w-20:last-child{
    
    border-right: 0 solid #ffffff;
}
section.atuty .w-20 p{
    width:100%;
    text-align: center;
    line-height: 1.2;
    color:#ffffff;
    font-size: 1rem;
}
section.atuty svg .st1{
   opacity: 1;
   fill:#ffffff;
   stroke:none;
}
section.atuty .w-20 svg{
    width:60%;
    margin: 0 auto;
}

.section-footer a {
    /*color: var(--dark-red);*/
    color: #E30613;
cursor: pointer;
	
    text-shadow: none;

}
.section-footer a,
.section-footer p{
	font-size: medium;
    font-size: .8rem;
    padding: 0
}


/*#kontakt:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(118, 114, 112, .8);
    background-color: rgba(47,18,6,0.75);
    z-index: 0;
}*/
.name-zajawka{
    font-size: 1rem;
    color:gray    
}
.name-category{
    font-size: 70%;

    color:gray
}
.name-promotion{
    line-height: 1.2;
    font-size: 2rem;
}
/* ==========================================================================

========================================================================== */



iframe {
    width: 100%;
}
.btn-outline-send, .btn-outline-refresh {
    color: #E30613;
    border-color: #000;
}
.btn-outline-send:hover {
    color: #fff;
    border-color: #E30613;
    background-color: #E30613;
}

.thumb-forged {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
}
.section-forged .card-text {
    font-size: 1rem;
    color: #595959;
}
.section-forged .card-title {
    min-height: 62px;
}
.section-logotypes h6{
    font-size: 1.2rem;
}
.section-logotypes .item-logotypes {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

}
.section-logotypes .item-logotypes{
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.section-logotypes .item-logotypes:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/*body.podstrona{

    background-image: url(../../img/bgs/bg_2.png);
    background-size: auto;

}*/
body.podstrona.produkt{
    background: none;
}
figcaption{
	text-align: center;
	font-style: italic;
	font-size:medium
}
.owl-theme .owl-nav.disabled + .owl-dots{
	background-color: white;
	margin-top: 2px;
}
.home .section-promotiom{
	border-top: 2px  solid #f0f0f0;
}
.podstrona .tytul-strony-single {
    background-color: rgba(0,0,0,0.04);
	color: var(--dark-red);
    color: #080301;
    /* text-transform: uppercase; */
    font-size: 2.8rem;
    /* text-shadow: 1px 1px 1px rgba(255,255,255,0.9), -1px -1px 1px rgba(255,255,255,0.9); */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
   /* text-shadow: 1px 1px 1px #080301;;*/
    padding: 2rem 0;
    margin-bottom: 0;
}
.error404 .winieta{
	margin-bottom: 0;
}
.wp-block-column p{
	text-align: justify;
}
/* ==========================================================================

========================================================================== */
.modal-content{
    background-color: transparent;
    border:none;
}
.modal-content .fa, 
.modal-content .fas, 
.modal-content .svg-inline--fa {
    display: inline-block;
    /*display: none;
    font: normal normal normal 14px/1 FontAwesome;*/
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important
}
.zamknij{
    display: block;
    width:50px;
    height: 50px;
}


/* ==========================================================================

========================================================================== */
/* custom checkbox */
.checkbox input#single_checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: rgba(255,255,255, 1);
  border: 1px solid #000;
  border-radius:3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* ==========================================================================
  COOKIE
   ========================================================================== */
#cookie-bar p{
    text-align: center;
}
/*#cookie-bar.fixed {
    right: 60px;
    width: 250px;
    font-size: 10px;
    text-align: left;
    padding: 10px 0 0 0;
    background-color: rgba(0,0,0,1);
}*/
#cookie-bar.fixed {
    right: 0;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 15px 10px 0 10px;
    background-color:#666;
    box-shadow: 1px 1px 3px rgba(0,0,0, 0.8);
}
.cookies-box img {
    display: none !important;
}
#cookie-bar .cb-enable {
    width: auto;
    background: #E1AC27;
    color: #000;
    border-radius: 15px;
    padding-left:2rem;
    padding-right: 2rem;
}
#cookie-bar .cb-enable:hover {
    color: #fff;
}
.cookies-box .space-top {
    padding-top: 0;
}
.cookies-box .h-cookie {
    font-size: 150%;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}
.cookies-box .glyphicon.glyphicon-info-sign {
    float: left;
    font-size: 200%;
    margin-right: 10px;
    padding-top: 5px;
    color: #E1AC27;
}
#cookie-bar a.tylko-link::after {
    content: '';
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 2px;
}
#cookie-bar a.tylko-link {
    display: inline;
    padding: 8px 0;
    margin-left: 0;
    text-decoration: underline;
    font-size: 1rem;
    color:#E1AC27;
	text-shadow: none;
}
#cookie-bar a:not(.tylko-link) {
    margin: 10px auto 20px auto;
    text-align: center;
	text-shadow: none;
		
}
/* ****************   Back to Top btn ****************** */
#backToTopBtn {
  display: inline-block;
  background-color: #000;
    color:#fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 0;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
/*#backToTopBtn::after {
  content: "\f102";
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}*/
#backToTopBtn:hover {
  cursor: pointer;
  background-color: #E30613;
}
#backToTopBtn:active {
  background-color: #555;
}
#backToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
.galeria-oddzialow a.bg-obrazek{
    width:100%;
    min-height: 300px;
    margin-bottom:30px;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
}
.powierzcchnia-reklamowa img{
    max-width: 100%;
    height:auto
}
/* ****************   GUTTENGBERG ****************** */
/* *************************************************** */
.editor-styles-wrapper h4,
.content-site h4,
.archive-pokoje h4{
    font-size: 1.25em;
    color: #000;

}
.wp-block-image .alignright {
    margin-left: 0;
}
.wp-block-image img{
    max-width: 100%;
    height: auto;
}
.has-text-align-center{
    text-align: center !important
}
/* ****************   CSSMAP ****************** */
/* *************************************************** */
.cssmap > li a, .cssmap > li a:hover, .cssmap-tooltip-content {
    font-size:15px;
}