﻿html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-size-adjust: none;
    font-family: "Lato", sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	transition: padding .5s linear;
}
body * {
	box-sizing: border-box;
}

* button, * a{
    cursor: pointer;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.175em 0;
}

hr{
    padding: 0px;
    margin: 12px 0px 8px 0px;
    border:1px solid #f2f2f2;
}

.strona {
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
     background-attachment: fixed;
    background-color: #f9f9f9;
    overflow: hidden;
}

.naglowek{
	flex-wrap: wrap;
	align-items: center!important;
	height: 100%;
}

h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}

article > h2.informacje-tresc-dzial {
	display: none;
}

header {
	/*position: fixed;*/
	position: absolute;
	width: 100%;
	height:150px;
	z-index: 9999;
	overflow: visible!important;
	background:#fff;
	box-shadow: 2px 2px 30px #0000001c;
    transition: 0.2s;
}

/* Sticky */
.sticky{
    position: fixed!important;
    top: 0px;
    height: 88px;
	z-index: 9999;
}
.sticky > div{
}
.sticky .menu-gora-1-poziom{
    border-radius: 0rem;
}
.sticky .szukaj-gora-ikona a{
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
/**/

.logo{
	padding: 0px 0px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/*width: 370px;*/
	margin-top:0px;
}

.logo:hover{
	opacity:0.7;
}

.logo img{
	transition: 0.3s;
	padding-right: 16px;
    height: 104px;
    object-fit: cover;
}

.logo a{
	text-decoration: none;
	display: block;
    overflow: hidden;
    max-height: 104px;
    transition: 0.2s;
}

.logo a:nth-child(2){
	border-left:1px solid #e8e8e8;
	padding-left: 16px;
}

.logo2 a{
	padding-left: 16px;
}

.logo a span:first-child{
    font-family: 'DM Serif Text', serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.0;
    color: #000;
}

.logo a span:first-child span{
	font-family: 'DM Serif Text', serif;
	font-size: 24px;
    font-weight: 300;
    line-height: 1.0;
    color: #000;
    text-transform: uppercase;
}

.logo a span:last-child{
    font-weight: 400;
    font-size: 14px;
    color: #5e5e5e;
    text-align: left;
}

.menu-mobilne-pasek a{
	font-family: 'DM Serif Text', serif;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
 }

.menu-mobilne-pasek-czarny{
    background: #000;
    color: #fff;
    width: 100%;
    padding: 0px 8px;
    top: -2px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu-mobilne-pasek-czarny .szukaj-gora-ikona i{
    display: block!important;
}

.menu-mobilne-pasek-czarny .szukaj-gora-ikona i:before{
    content: "\f002";
    color:#fff;
    font-family: "Font Awesome 5 Free";
}

.naglowek-logo{
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #fff; */
}
.header-prawa-strona{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 100%;
}

.header-dane{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 0px;
	position: relative;
	/*height: 50px;*/
}

.header-menu{
	height: 54px;
}

.glowna-tytul{
    display: none;
}

.header-pasek{
	background-color: #0c1c36;
    padding: 4px 0px;
}

.header-pasek > div{
    align-items: center;
}

.header-pasek p{
	display: flex;
	align-items: center;
}

.header-pasek p{
	padding: 0px;
	margin:0px;
	color:#fff;
    font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-decoration-color: transparent;
}

.header-pasek a{
	color:#fff;
    font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-decoration-color: transparent;
}

.header-pasek a:hover{
	opacity: 0.6;
}

.social-icon{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*Kontrast czcionka*/
.kontrast-czcionka  {
    /* flex: 2 1; */
    display: flex;
    align-items: center;
    padding: 0px 16px;
    border-right: 1px solid #EBEBEB;
    height: 16px;
}
.kontrast-czcionka > *	{
	/*border-right: 1px dotted #c1c1c1;*/
}
.kontrast, .czcionka{
    flex: 1 1 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.kontrast a, .czcionka a {
    font-family: "Open Sans";
    color: #000;
    font-size: 14px;
    text-decoration: none;
    /* background: #636363; */
    /* width: 32px; */
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 4px; */
    padding: 0px 4px;
}

.kontrast a{
	/*border-left: 1px solid #e8e8e8;*/
	/*padding: 10px 12px 10px 24px;*/
}

.czcionka a{
	/*border-right: 1px solid #e8e8e8;*/
	/*border-left: 1px solid #e8e8e8;*/
	/*padding: 10px 24px 10px 12px;*/
}

.kontrast a span, .czcionka a span {
	display: none;
}
.kontrast a:before, .czcionka a:before {
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 14px;
    padding-right: 0px;
}
.kontrast a:before {
    /*content: "\f042";*/
}
.czcionka a:before {
     /*content: "A+";*/
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
}
.czcionka a sup{
	display: none;
}

/*Wyszukiwarka*/
.szukaj-gora {
    flex: 0 1 296px;
    width: 296px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 16px;
    display: flex;
    height: 16px;
    /* border-left: 1px solid #EBEBEB; */
    border-right: 1px solid #EBEBEB;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .szukaj-gora {
    width: unset;
  }
}
.szukaj-gora form {
  flex: 1 1;
  display: flex;
}
.szukaj-gora label {
	display: none;
}
.szukaj-gora input {
  font-size: 14px;
  padding: 0px 8px 0px 8px;
  border: none;
  width: 100%;
  background: #fff;
}
.szukaj-gora button {
	background: #fff;
    border: none;
    padding: 0px 13px 0px 13px;
    cursor: pointer;
}
.szukaj-gora button i {
	font-size: 14px;
	color:#000;
}
.szukaj-gora button i span {
  font-size: 0px !important;
}
.kontrast a:hover, .czcionka a:hover, .a-kontakt:hover, .szukaj-gora button:hover {
	opacity: 0.55;
}

.nawigacja-100, .nawigacja-100-podstrona{
	width: 100%;
	background-color: #f5f5f5;
	padding:8px 0px;
}

.nawigacja-100-podstrona{
	margin-top: 0px;
}

.animacja-100{
	margin-top:0px;
}

.button-slide{
    position: absolute;
    left: calc(50% - 40px);
    bottom: 200px;
}

.button-slide a{
    outline: none;
    background: rgb(0 0 0 / 78%);
    /* padding: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.button-slide a:hover{
    transform: scale(1.1);
}



/*Kafelki główna*/

.naglowek-glowna-kontener{
	width: 100%;
}

.onas-blok{
    justify-content: space-evenly!important;
}

.naglowek-glowna{
    font-family: 'Montserrat', sans-serif;
	font-weight: 800;
    text-align: center;
	font-size: 38px;
    z-index: 0;
	color:#1f1f1f;
    margin-bottom: 72px;
    position: relative;
}

.naglowek-glowna-aktualnosci{
    font-size: 32px;
}

.naglowek-glowna-aktualnosci:before {
    content: "Informacje biznesowe";
    font-size: 96px;
    position: absolute;
    width: 1580px;
    line-height: 93px;
    left: 50%;
    margin-left: -790px;
    top: -32px;
    z-index: -1;
    color: #f5f5f5;
}

@media all and (min-width: 320px) and (max-width: 1023px){
 .naglowek-glowna:before{
    font-size: 100px!important;
    width: 1000%!important;
    display: flex;
    justify-content: center;
    text-align: center;
    left: auto!important;
}   
}

.naglowek-glowna-span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #007fad;
    font-size: 20px;
    /* z-index: 2; */
    position: relative;
    display: block;
    margin-bottom: 56px;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
}

.glowna-kafelki{
    top: -148px;
    position: relative;
    margin-bottom: -148px;
}

.kafelki-blok{
    -webkit-box-shadow: 0px 0px 21px -6px rgba(212, 212, 212, 1);
    -moz-box-shadow: 0px 0px 21px -6px rgba(212, 212, 212, 1);
    box-shadow: 0px 0px 21px -6px rgba(212, 212, 212, 1);
	position: relative;
    z-index: 990;
    background: #fff;
}

.kafelki-kontener{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: 33%;
	padding: 45px 50px;
}

.kafelki-kontener:nth-child(2){
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}

.kafelki-ikona{
    display: block;
    width: auto;
    height: auto;
    background-color: #da3232;
    border-radius: 50%;
    padding: 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.kafelki-tytul{
    font-family: 'Open Sans', sans-serif, sans-serif;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 0px;
    margin: 16px 0px;
}

.kafelki-tresc{
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color:#434343;
}

.kafelki-podpis{
	display: none;
}

.kafelki-zawartosc{
	width: 100%;
	text-align: center;
}

.kafelki-wiecej{
	display: none;
}

/*O nas*/
.glowna-onas{
    padding: 96px 0px 164px 0px;
    background-size: cover;
}

.naglowek-glowna-onas{
	position: relative;
    z-index: 0;
    margin-bottom: 72px;
}

.naglowek-glowna-onas:before{
    content: "Czym jest inkubator przedsiębiorczości?";
    font-size: 72px;
    position: absolute;
    width: 1580px;
    line-height: 93px;
    left: 50%;
    margin-left: -790px;
    top: -24px;
    z-index: -1;
    color: #f5f5f5;
}

.onas-blok .kolumna{
	padding: 0px 40px;
	position: relative;
}

.onas-tekst{
    font-weight: 300;
    font-size: 14px;
    color: #434343;
    position: relative;
    padding-right: 10px;
}

.menu-o-nas-skrot{
    color: black;
}

.onas-zdjecia{
    display: flex;
    gap: 12px;
}

.onas-zdjecia-1{
    height: max-content;
}

.onas-zdjecia-1 img{
    width: 224px;
    height: 320px;
    object-fit: cover;
}

.onas-zdjecia-2{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.onas-zdjecia-2 img{
    width: 270px;
    height: 154px;
    object-fit: cover;
}

.onas-blok iframe{
    width: 507px;
    height: 290px;
    margin-top: 10px;
}

.onas-blok p{
    margin: 0px;
}

.menu-o-nas-1-poziom{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 72px;
}

.menu-o-nas-1-poziom li div{
    position: relative;
}

.menu-o-nas-1-poziom li:last-child div:after{
    display: none;
}

.menu-o-nas-1-poziom li div:after{
    content: '';
    width: 134px;
    height: 1px;
    background-color: #0fbcf6;
    position: absolute;
    left: 0px;
    bottom: -36px;
}

.menu-o-nas-1-poziom li div span{
    display: none;
}

.menu-o-nas-1-poziom li div{
    font-weight: 400;
    font-size: 16px;
}

.menu-o-nas-1-poziom li div strong{
    font-weight: 900;
}

/* O projekcie */
.glowna-projekt{
    background-image: url(../grafika/o-projekcie-tlo.jpg);
    background-color: black;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 96px;
}

.menu-o-projekcie-1-poziom{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.menu-o-projekcie-1-poziom li {
    width: 100%;
    border-bottom: 1px solid black;
    transition: 0.3s;
    /* height: 96px; */
    overflow: hidden;
}

.menu-o-projekcie-1-poziom li.liopen{
    background-color: #0000009c;
}

.menu-o-projekcie-1-poziom > li > div{
    width: 1232px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.menu-o-projekcie-1-poziom > li > div > span{
    width: 100%;
    display: block;
    padding: 24px 0px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 38px;
    transition: 0.3s;
}

.menu-o-projekcie-1-poziom > li > div > span:hover{
    opacity: 0.6;
}

.menu-o-projekcie-1-poziom > li > div > span:after{
    content: url(../grafika/bot.png);
    margin-left: 16px;
    position: relative;
    top: -5px;
}

.menu-o-projekcie-1-poziom > li.liopen > div > span:after{
    content: url(../grafika/top.png);
    margin-left: 16px;
    position: relative;
    top: -5px;
}

.menu-o-projekcie-skrot{
    display: none;
    transition: 0.3s;
}

.liopen .menu-o-projekcie-skrot{
    display: block;
    padding-bottom: 24px;
}

/* Foto galeria */
.glowna-galeria{
    background-color: #002633;
    background-image: url(../grafika/tlo_fotogaleria_paralaxa.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 100px 0px 80px 0px;
}

.naglowek-glowna-galeria-span{
    color: #b6dbeb;
}

.naglowek-glowna-galeria{
    color: white;
    font-size: 32px;
}

.naglowek-glowna-galeria:after{
    content: "Poznaj naszą przestrzeń";
    font-size: 96px;
    position: absolute;
    width: 1580px;
    line-height: 93px;
    left: 50%;
    margin-left: -790px;
    top: -32px;
    z-index: -1;
    color: #031f2b;
}

/* Projekty */
.projekt, .projekt-tytul, .projekt-tresc p{
    text-align: center;
    font-size: 14px;
}

.projekt-tresc p{
    margin: 6px 0px;
}

.glowna-projekty{
    padding-bottom: 24px;
}

.projekt-grafika img{
    max-width: 100%;
}

@media all and (min-width: 320px) and (max-width: 1023px){
    .glowna-onas{
        padding: 60px 0px;
    }
    .naglowek-glowna-onas{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 32px;
        padding: 0 16px;
    }
    .naglowek-glowna{
        font-size: 28px;
    }
    .naglowek-glowna-onas:before{
    font-size: 100px!important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    text-align: center;
    }
    .onas-blok .kolumna{
        padding: 0px 16px;
        text-align: center;
    }

    .kafelki-kontener{
        width: 100%;
        padding: 20px 35px 0px;
    }
    .kafelki-kontener:nth-child(2){
        border-left: none;
        border-right:none;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }
    .onas-tekst img{
        max-width: 100%;
        height: auto;
    }
/*    .kafelki-tresc{
        display: none;
    }*/
}

/*Serwis główna*/
.glowna-serwis{
	padding: 116px 0px;
}



.serwis-blok{
	position: relative;
    background: #fff;
}

.naglowek-glowna-serwis{
	position: relative;
    z-index: 2;
}
.naglowek-glowna-serwis:before{
    content: "Usługi serwisowe";
    font-size: 100px;
    position: absolute;
    width: 1430px;
    line-height: 93px;
    top: -30px;
    z-index: -1;
    color: #edecec;
}

.serwis-blok .kolumna:first-of-type{
	border: 16px solid #dcdcdc;
    padding: 40px;
    position: relative;
    height: 997px;
    width: 512px;
    flex-basis: 512px;
}

.serwis-blok .kolumna:last-of-type{
	margin-top:224px;
}

.serwis-tekst img{
    position: relative;
    left: -347px;
    z-index: 1;
    top: -200px;
    margin-bottom: 0px;
}


.serwis-kontener{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%!important;
	padding: 16px 24px;
	opacity:0;
	transition: 0.3s;
	top:60px;
	position: relative;
}


.serwis-ikona{
    display: block;
    width: auto;
    height: auto;
    background-color: #ffd700;
    border-radius: 50%;
    padding: 52px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

.serwis-tytul{
    font-family: 'Open Sans', sans-serif, sans-serif;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 0px;
    margin: 16px 0px 10px 0px;
}

.serwis-tresc{
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color:#434343;
}

.serwis-podpis{
	display: none;
}

.serwis-zawartosc{
	width: 100%;
	text-align: left;
}

.serwis-wiecej{
	display: none;
}

/*mobilki serwis*/
@media all and (min-width: 320px) and (max-width: 1023px) {
    .naglowek-glowna-kontener{
        text-align: center;
        overflow: hidden;
        padding-bottom: 42px;
    }
    .serwis-blok .kolumna:first-of-type{
        padding: 32px 0px;
    }
    .glowna-serwis{
        padding: 8px 0px;
    }
    .serwis-blok .kolumna:last-of-type{
        margin-top:116px;
    }
    .naglowek-glowna-serwis{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .naglowek-glowna-serwis:before{
        font-size: 100px!important;
        width: 1000%;
        /*overflow: hidden;*/
        text-align: center;
        display: flex;
        justify-content: center;
        line-height: 104px;
        top: -40px;
    }
    .serwis-kontener{
        padding: 12px 10px;
        border-bottom: 1px solid #e9e9e9;
    }
    .serwis-tytul{
        font-size: 17px;
        line-height: 23px;
        margin:24px 0px 16px 0px;
    }
    .serwis-ikona{
        margin-right: 16px;
        padding: 35px;
        background-size: 80%;
    }

}



/*Serwis główna*/
.glowna-uslugi{
	margin: 100px 0px;
	padding: 16px 0px;
	background-position: right center;
	background-repeat: no-repeat;
	/*background-size:45vw;*/
    background-size: calc(50% - 48px);
}

.uslugi-blok{
	position: relative;
    /*background: #fff;*/
}

.uslugi-blok .kolumna{
	position: relative;
	height: 100%;
}

.naglowek-glowna-uslugi{
	position: relative;
    z-index: 2;
}
.naglowek-glowna-uslugi:before{
    content: "Dodatkowe usługi";
    font-size: 100px;
    position: absolute;
    width: 1430px;
    line-height: 93px;
    top: -30px;
    z-index: -1;
    color: #edecec;
}

.uslugi-lista{
	margin-top:100px;
}

.uslugi-kontener{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%!important;
	padding: 16px 24px;
	opacity:0;
	transition: 0.3s;
	top:50px;
	position: relative;
}


.uslugi-ikona{
    display: block;
    width: auto;
    height: auto;
    background-color: #152a50;
    border-radius: 50%;
    padding: 52px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

.uslugi-tytul{
    font-family: 'Open Sans', sans-serif, sans-serif;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 0px;
    margin: 16px 0px 10px 0px;
}

.uslugi-tresc{
	font-family: 'Open Sans', sans-serif, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color:#434343;
}

.uslugi-podpis{
	display: none;
}

.uslugi-zawartosc{
	width: 100%;
	text-align: left;
}

.uslugi-wiecej{
	display: none;
}



/*mobilki serwis*/
@media all and (min-width: 320px) and (max-width: 1023px) {
    /*Usługi*/
    .uslugi-lista{
        margin-top: 16px;
    }
    .glowna-uslugi{
        padding: 0px 0px;
    }
    .uslugi-blok .kolumna:last-of-type{
        margin-top:90px;
    }
    .naglowek-glowna-uslugi{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .naglowek-glowna-uslugi:before{
        font-size: 100px!important;
        width: 1000%;
        text-align: center;
        display: flex;
        justify-content: center;
        line-height: 104px;
        top: -35px;
    }
    .uslugi-kontener{
        padding: 12px 10px;
        border-bottom: 1px solid #e9e9e9;
    }
    .uslugi-tytul{
        font-size: 17px;
        line-height: 23px;
        margin:24px 0px 16px 0px;
    }
    .uslugi-ikona{
        margin-right: 16px;
        padding: 35px;
        background-size: 80%;
    }
}




.zdjecie-silnik{
	position: absolute;
	left:0;
	top:116px;
	transition: 1s;
	z-index: 2;
	max-width: 335px;
    height: auto;
}

.zdjecie-samochody{
    position: absolute;
    left: calc(45% - 148px);
    /* top: 116px; */
    top: 520px;
    transition: 1s;
    z-index: 2;
    max-width: 305px;
    height: auto;
}

.video-klik{
    background-color: red;
    background-position: top 30px center;
    background-repeat: no-repeat;
    padding: 20px 10px;
    width: 136px;
    height: 136px;
    position: absolute;
    top: 470px;
    left: 40px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color:#fff;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14px;
}


/*Oferta*/
.glowna-oferta{
	padding: 116px 24px;
	background-size: cover;
	background-position: center center;
}

.naglowek-glowna-oferta{
	color:#fff;
	text-align: center;
	position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}


.naglowek-glowna-oferta-span{
	text-align: center;
}

.naglowek-glowna-oferta:before{
    content: "Wybrane auta";
    font-size: 100px;
    position: absolute;
    width: 100%;
    line-height: 93px;
    top: -30px;
    z-index: -1;
    color: #000;
    left: 0%;
}

.samochody-wybrane-lista-kontener > a{
    padding: 16px 32px;
    color: #fff;
    border: 1px solid #323232;
    text-decoration-color: transparent;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    display: table;
    margin: 16px auto;
    /* width: 200px; */
    /* text-align: center; */
}

.samochody-wybrane-lista-kontener > a:hover{
    opacity: 0.7;
}

/*Samochody wybrane - strona główna*/

.samochody-wybrane-lista{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1232px;
    justify-content: flex-start;
    margin-top:100px;

}

.samochody-wybrane-lista article{
    width: 368px;
    /* height: 240px; */
    display: flex!important;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
    margin-bottom: 48px;
    margin-right: 64px;
}
@media all and (min-width: 1023px) and (max-width: 1279px) {
    .samochody-wybrane-lista article{
        width: 309px;
        margin-right: 32px;
    }
}


.samochody-wybrane-lista article:nth-child(3n){
    margin-right: 0px;
}

.samochody-wybrane-lista article > div{
    display: block;
    width: 100%;
    height: 240px;
    background-position: center;
    /*background-size: cover;*/
    background-size: 103%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    overflow: hidden;
    transition: 0.3s;
}

@media all and (min-width: 1023px) and (max-width: 1279px){
    .samochody-wybrane-lista article > div{
        height: 220px;
    }
}

.samochody-wybrane-lista h3{
    width: 100%;
    padding: 8px 0px;
    text-align: left;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    z-index: 22;
    order:2;
    text-transform: uppercase;
}

.samochody-wybrane-lista h3 a:before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}

.samochody-wybrane-lista-opis{
    background-color: #000;
    width: 100%!important;
    opacity: 0;
    transform: translateY(100px);
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
}

.samochody-wybrane-lista article:hover > div .samochody-wybrane-lista-opis{
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s;
    padding: 12px;
}

.samochody-wybrane-lista article:hover > div{
    background-size: 110%;
    transition: 0.3s;
}

.samochody-wybrane-lista-opis span{
    color:#fff;
}

.samochody-wybrane-lista-parametr{
    color: #fff;
    width: auto;
    padding: 4px;
    font-size: 14px;
    min-width: 50%;
    font-family: "Poppins";
    font-weight: 400;
}

.samochody-wybrane-lista-parametr em{
    padding-right: 6px;
}

/*Samochody lista podstrona*/
.samochody-oferta-lista{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1232px;
    justify-content: flex-start;
    margin-top:40px;

}

.samochody-oferta-lista article{
    /*width: 368px;*/
    width: 368px;
    /* height: 240px; */
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 32px;
    margin-right: 32px;
    padding-bottom: 16px;
}

@media all and (min-width: 1023px) and (max-width: 1279px) {
    .samochody-oferta-lista article{
        width: 298px;
        margin-right: 16px;
    }
}

.samochody-oferta-lista article:nth-child(3n){
    margin-right: 0px;
}

.samochody-oferta-lista article > div{
    display: block;
    width: 100%;
    height: 240px;
    background-position: center;
    /*background-size: cover;*/
    background-size: 103%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    overflow: hidden;
    transition: 0.3s;
}

@media all and (min-width: 1023px) and (max-width: 1279px){
    .samochody-oferta-lista article > div{
        height: 200px;
    }
}



.samochody-oferta-lista h2{
    width: 100%;
    padding: 8px 0px;
    text-align: left;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    color:#000;
    order:2;
    text-transform: uppercase;
}

.samochody-oferta-lista h2 a:before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}

.samochody-oferta-lista-opis{
    background-color: #000;
    width: 100%!important;
    opacity: 0;
    transform: translateY(100px);
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
}

.samochody-oferta-lista article:hover > div .samochody-oferta-lista-opis{
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s;
    padding: 12px;
}

.samochody-oferta-lista article:hover > div{
    background-size: 120%;
    transition: 0.3s;
}

.samochody-oferta-lista-opis span{
    color:#fff;
}

.samochody-oferta-lista-parametr{
    color: #fff;
    width: auto;
    padding: 4px;
    font-size: 14px;
    min-width: 50%;
    font-family: "Poppins";
    font-weight: 400;
}

.samochody-oferta-lista-parametr em{
    padding-right: 6px;
}


/*Door to door*/
.glowna-dtd{
	padding: 116px 24px;
	background-size: cover;
	background-position: center center;
}

.glowna-dtd img{
	max-width: 100%;
	height: auto;
}

.naglowek-glowna-dtd{
	color:#000;
	text-align: center;
	position: relative;
    z-index: 2;
    margin-bottom: 100px;
}

.naglowek-glowna-dtd-span{
	text-align: center;
}

.naglowek-glowna-dtd:before{
    content: "Usługa door to door";
    font-size: 100px;
    position: absolute;
    width: 100%;
    line-height: 93px;
    top: -30px;
    z-index: -1;
    color: #eeeeee;
    left: 0%;
}


/*Realizacje*/
.glowna-realizacje{
	padding: 116px;
	background-size: cover;
	background-position: center center;
}
/*@media all and (min-width: 1023px) and (max-width: 1279px) {
    .glowna-realizacje{
        padding: 100px 16px;
    }
}*/

.naglowek-glowna-realizacje{
	color:#fff;
	text-align: center;
	position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.naglowek-glowna-realizacje-span{
	text-align: center;
}

.naglowek-glowna-realizacje:before{
    content: "Nasze realizacje";
    font-size: 100px;
    position: absolute;
    width: 100%;
    line-height: 93px;
    top: -30px;
    z-index: -1;
    color: #03112a;
    left: 0%;
}

/*Rotator*/

.glowna-rotator{
	padding: 116px 24px 48px 24px;
/*	background-image: url(../grafika/tlo_wybrane_wzorek.png);
	background-size: cover;
	background-position: center center;*/
	background-color: #fff;
}

.naglowek-glowna-rotator{
	color:#000;
	text-align: center;
	position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.naglowek-glowna-rotator-span{
	text-align: center;
}

.naglowek-glowna-rotator:before{
    content: "Marki które u nas znajdziesz";
    font-size: 100px;
    position: absolute;
    /*width: 118%;*/
    line-height: 93px;
    top: -30px;
    z-index: -1;
    color: #eeeeee;
    width: 1000%!important;
    display: flex;
    justify-content: center;
    text-align: center;
    left: auto!important;
}

.marki-lista{
    /*width: 1106px;*/
    width: 1106px;
    margin:80px auto;
    border:1px solid #f2f2f2;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 1024px) and (max-width: 1279px){
    .marki-lista{
        width: 992px;
    }
}

.marki-lista2{
    padding: 0px 16px;
}

.marki-lista2 .slick-prev{
    left:16px;
}

.marki-lista2 .slick-next{
    right:16px;
}

.marki-lista2 .slick-prev:before{
}

.marki-lista2 .slick-next:before{
}

.marki-lista2 .slick-list{
    margin:80px auto 40px;
}

.marki-lista2 .slick-list a{
    /* padding: 16px; */
    margin: 24px 48px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.marki-lista .slick-slide {
    width: 100%!important;
   /* width: 1106px!important;*/
}

.marki-lista .slick-track{
    width: 100%!important;
    /*width: 1106px!important;*/
}

.marki-lista .slick-track a{
    display: flex!important;
    float: left;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    transition: 0.3s;
    /*width: 20%!important;*/
}

.marki-lista .slick-track a img{
    max-width: 184px;
    height: auto;
}

.marki-lista .slick-track a:hover{
    opacity: 0.7;
    transition: 0.3s;
}

    .rotator-mobile{
        display: none;
    }

@media all and (min-width: 320px) and (max-width: 1023px){
    .rotator-desktop{
        display: none;
    }
    .rotator-mobile{
        display: block;
    }
    .marki-lista, .marki-lista2{
        width: 100%;
    }

    .marki-lista2 .slick-slide img{
        margin:auto;
    }

    .marki-lista .slick-track a, .marki-lista2 .slick-track a{
        /*width: 100%!important;*/
    }
    .naglowek-glowna-rotator:before{
        display: flex;
        justify-content: center;
        overflow: hidden;
        width: 1000%;
    }
    .samochody-wybrane-lista{
        margin-top:32px;
    }
}


/*Szczegóły samochodu*/
.sklep-tytul{
    display: none!important;
}

.samochod-data{
    font-size: 14px;
    font-weight: 300;
    color:#434343;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: baseline;
}
.samochod-data em{
    padding-right: 4px;
}

.samochod-data strong{
    font-weight: 400;
}

.samochod-data div:first-of-type{
    display: none;
}

.samochod-tytul{
    font-size: 32px;
    color:#212121;
    font-weight: 700;
}

.samochod-cena-lokalizacja{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.samochod-cena{
    font-size: 25px;
    color:#212121;
    font-weight: 400;
    background-color: #f1f1f1;
    margin-right: 16px;
    padding: 8px 24px;
}

.samochod-cena strong{
    color:#f04242;
}

.samochod-lokalizacja{
    font-size: 25px;
    color:#212121;
    font-weight: 400;
    background-color: #f1f1f1;
    padding: 8px 24px;
}
.samochod-lokalizacja em{
    padding-right: 8px;
    color:#f04242;
}

.samochod-lokalizacja strong{
    color:#f04242;
    font-weight: 400;
}


.samochod-foto-opis{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.samochod-foto{
    width: 672px;
    /*max-height: 448px;*/
    padding-bottom: 16px;
}

.samochod-film{
    width: 100%;
}

.samochod-film iframe, .samochod-film video{
    max-width: 100%; 
    /*width: 672px; */
    width: 100%; 
    height: 378px; 
    border: 0;
}

@media (min-width: 320px) and (max-width: 639px){
    .samochod-film iframe, .samochod-film video{
        height: 278px;
    }
}

.samochod-foto img{
    width:100%;
    height: auto;
}

.samochod-foto-galeria{
    width: 100%;
    margin-top:-24px;
}

.samochod-foto-galeria .slick-list{
	width: 100%;
}

.samochod-foto-galeria a{
    margin:0px 4px 8px 4px;
}

.samochod-foto-galeria a img{
    width: 100%;
    height: 90px;
    object-fit: cover;
}

@media (min-width: 1024px) and (max-width: 1279px){
    .samochod-foto-galeria a img{
        height: 60px;
    }
}

.samochod-foto-galeria a img:hover{
    opacity: 0.8;
}

.samochod-opis{
    width: 438px;
    position: relative;
}

.samochod-opis:before{
    content: "";
    width:4px;
    height: 98px;
    background:#f04242;
    position: absolute;
    top:0px;
    left:-22px;
}

.samochod-opis h3:first-of-type{
    display: none;
}

.samochod-opis p{
    font-size: 16px;
    font-weight: 300;
    color:#434343;
}

.samochod-opis .samochod-sekcja{
    margin-top: 0px;
    margin-bottom:8px;
}

.samochod-opis-osoba{
    margin-left: 0px;
    padding-left: 0px;
}

.samochod-opis-osoba li{
    list-style: none;
}

.samochod-opis-osoba li em{
    font-style: normal;
    font-weight: 600;
}

.samochod-opis-osoba li span{
    font-weight: 300;
}

.samochod-opis-osoba li a{
    color:#434343!important;
}

.samochod-opis .uwaga{
    font-weight: 600;
    color:#f04242;
}

.samochod-opis .uwaga img{
    float: left;
    margin-right: 16px;
}


.samochod-sekcja{
    font-size: 25px;
    color:#434343;
    margin-bottom: 20px;
}


.samochod-szczegoly{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 58px;
    margin-top:8px;
    /*column-count: 2;*/
}

.samochod-szczegoly div{
    width: 35%;
    padding: 4px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10%;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

.samochod-szczegoly div:hover{
    opacity: 0.7;
}

.samochod-szczegoly div:nth-child(1), .samochod-szczegoly div:nth-child(2){
    border-top:1px solid #ccc;
}
@media all and (min-width: 0px) and (max-width: 1023px) {
    .samochod-szczegoly div:nth-child(2){
        border-top:none;
    }
}

.samochod-szczegoly .samochod-szczegoly-wyroznione{
    background-color: #fcd3d3;
}
.samochod-szczegoly div span {
    padding-left: 8px;
}
.samochod-szczegoly div strong {
    min-width: 40%;
    text-align: left;
    font-weight: 300;
    color: #444444;
}

.samochod-wyposazenie{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 58px;
    margin-top:8px;
}

.samochod-wyposazenie div{
    width: 30%;
    padding: 6px 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    margin-right: 3%;
}

.samochod-wyposazenie div:hover{
    opacity: 0.7;
}

.samochod-wyposazenie div:nth-child(1), .samochod-wyposazenie div:nth-child(2), .samochod-wyposazenie div:nth-child(3){
    border-top:1px solid #ccc;
}
@media (min-width: 320px) and (max-width: 639px){
    .samochod-wyposazenie div:nth-child(3){
        border-top:none;
    }
}


.samochod-wyposazenie div em{
    padding-right: 8px;
    color:#f04242;
}


/*Samochody Filtry*/
.samochody-filtry{
    background-color: #f8f8f8;
    padding: 16px 24px;
}

.samochody-filtry-marka{
    display: flex;
    padding-bottom: 24px;
}

.samochody-filtry-marka-tytul{
    width: 24%;
    color: #404040;
    font-weight: 700;
    font-size: 20px;
    padding-top: 19px;
    /*text-transform: uppercase;*/
    text-align: right;
    padding-right: 20px;
}



.samochody-filtry-opcje{
    width: 76%;
}

.samochody-filtry-marka .samochody-filtry-opcje fieldset{
    display: block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px!important;
}

.samochody-filtry-marka .samochody-filtry-opcje fieldset:hover{
    opacity:0.7;
}

.samochody-filtry-marka .samochody-filtry-opcje fieldset label{
    font-size: 0;
    margin:0!important;
    padding: 0px 16px!important;
    width: 60px!important;
    height: 100%!important;
}


.samochody-filtry-marka .samochody-filtry-opcje fieldset label span{
    margin:40px auto 0px 13px!important;
    background-color: transparent!important;
}
.samochody-filtry-marka .samochody-filtry-opcje fieldset label span:before{
    font-size: 12px;
    padding:4px;
    background-color: #e94040;
    color:#fff!important;
    border-radius: 50%;
}
.samochody-filtry-marka-check:checked + label{
    position: relative;
}

.samochody-filtry-marka-check:checked + label::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -21px;    
    width: calc(100% + 10px);
    height: calc(100% + 15px);
    background-color: rgba(255,255,255,0.62);
}

/*Salon Filtry*/

.samochody-filtry-salon{
    display: flex;
    padding: 16px 0px !important;
    border-top: 1px solid #fff;
    border-bottom: 0px none transparent !important;
    margin: 0 !important;
}

.samochody-filtry-salon-tytul{
    width: 24%;
    color: #404040;
    font-weight: 700;
    font-size: 20px;
    /*text-transform: uppercase;*/
    padding-top: 4px;
    text-align: right;
    padding-right: 24px;
}

.samochody-filtry-salon fieldset label span{
    background-color: #fff!important;
    border:1px solid #dedede;
}

.samochody-filtry-salon .samochody-filtry-opcje fieldset:hover{
    opacity: 0.7;
}


.samochody-filtry-salon fieldset input:checked + label > span.checkbox:before{
/*    content:"\f0c8";
    margin-left: 1px;*/
    content: "\f0c8";
margin-left: 1px;
position: relative;
top: -4px;
}

.samochody-filtry-salon fieldset label{
    margin-right: 24px!important;
    text-align: left!important;
}


.samochod-qr{
    display: flex;
    justify-content: flex-end;
}
@media all and (min-width: 320px) and (max-width: 639px){
    .samochod-qr{
        justify-content: center;
    }  
}


.samochod-qr img{
    padding:16px;
    border:1px solid #d2d2d2;
}

@media all and (min-width: 1024px){
    .uslugi-tresc, .serwis-tresc, .kafelki-tresc{
       display: block!important;
     }
      .uslugi-tytul, .serwis-tytul, .kafelki-tytul
     {
        /* pointer-events: none */
     }

}

@media all and (min-width: 1024px) and (max-width: 1279px){
/*Filtry i pojedynczy samochod mobilka*/
    .samochod-foto{
        width: 442px;
    }
}



@media all and (min-width: 320px) and (max-width: 1023px) {
    .strona{
        overflow: hidden;
    }
    .glowna-rotator{
        padding: 112px 0px 48px 0px;
    }
    /*Samochody lista - filtry, samochody*/
    .samochody-filtry-marka, .samochody-filtry-salon{
        flex-wrap: wrap;
    }
    .samochody-filtry-marka-tytul, .samochody-filtry-salon-tytul{
        width: 100%;
        text-align: center;
        padding:16px;
    }
    .samochody-filtry-opcje{
        width: 100%;
        justify-content: space-around!important;
        flex-flow: row wrap!important;
        display: flex;
        flex-wrap: wrap!important;
    }

    .samochody-oferta-lista article, .samochody-oferta-lista article > div {
        width: 100%!important;
        margin: 0px;
        height: calc(2/3 * 84vw)!important;
    }
    .samochody-oferta-lista article{
        margin-bottom: 72px!important;
    }

    /*Samochód pojedynczy*/
    .samochod-foto-opis{
        flex-wrap: wrap;
        width: 100%;
    }
    .samochod-foto{
        width: 100%;
    }
    .samochod-foto-galeria a img{
        height: 90px;
    }
    .samochod-opis{
        width: 100%;
    }

    .samochod-szczegoly{
        flex-wrap: wrap;
    }

    .samochod-szczegoly div{
        width: 100%;
        margin:auto;
    }

    /*Strona główna*/
    /*Samochody wybrane*/
    .samochody-wybrane-lista article, .samochody-wybrane-lista article > div {
        /*width: 100%!important;*/
        width: 100%;
        margin: 0px;
        height: calc(2/3 * 44vw)!important;
    }
    .samochody-wybrane-lista article{
        margin-bottom: 72px!important;
        padding: 0px 28px;
    }
    .samochody-wybrane-lista h3{
        text-align: center;
    }
    /*Wyłączenie treści usługi na mobilce*/
    .kafelki-tresc{
        padding-bottom: 42px;
    width: auto;
    padding-right: 16px;
    margin-right: -35px;
    margin-left: -35px;
    padding-left: 16px;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%); */
    background: url(../grafika/hide.png) no-repeat center bottom+16px, linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%);
    }



    .uslugi-tresc, .serwis-tresc{
    display: none;
    /* background: red; */
    padding-bottom: 42px;
    width: auto;
    margin-bottom: -13px;
    padding-right: 16px;
    margin-right: -16px;
    margin-left: -100px;
    padding-left: 100px;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%); */
    background: url(../grafika/hide.png) no-repeat center bottom+16px, linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(240,240,240,1) 100%);
     }
     .serwis-tekst{
        display: none;
     }

     .serwis-blok .kolumna:first-of-type{
        height: 0px;
        border:none;
     }

     .uslugi-blok{
        background: #fff;
     }

    .uslugi-blok .kolumna:last-of-type{
        display: none;
     }


}

@media all and (min-width: 320px) and (max-width: 639px){
    .samochody-filtry-opcje{
        justify-content: flex-start!important;
        flex-flow: row!important;
        display: flex;
    /* flex-wrap: wrap!important; */
         overflow-x: auto;
        position: relative;
    /* flex-wrap: nowrap;*/
    }
     .samochod-cena, .samochod-lokalizacja{
        font-size: 16px;
        padding: 8px 16px;
     }
     .samochod-wyposazenie{
        justify-content: space-between;
     }
     .samochod-wyposazenie div{
        width: 48%;
        margin-right: 0;
     }
    .samochody-wybrane-lista article, .samochody-wybrane-lista article > div {
        /*width: 100%!important;*/
        width: 100%;
        margin: 0px;
        height: calc(2/3 * 76vw)!important;
    }
}


/*Main i szkielet*/

main.main-glowna {
	margin: 0px auto 0px;
}

main.main-podstrona{
    margin: 152px auto 0px;
}


.blok-glowny{
	margin: 0px auto 0px auto;
    position: relative;
	padding-bottom: 24px;
}


.szerokosc-srodek,
.szerokosc-prawo{
	background: #fff;
	border-radius: 8px;
}

.szerokosc-srodek{
	margin-bottom: 16px;
}

.szerokosc-lewo{

}

.menu-bok{
	background: #fff;
	border-radius: 8px;
}

.strona-tresc{
	padding: 24px 40px 32px 40px;
    margin-bottom: 64px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.15);
    width: 100%;
}

@media all and (min-width: 320px) and (max-width: 639px){
    .strona-tresc, .aktualnosci-startowe{
        margin-bottom: 16px;
    }
    .strona-tresc{
        padding: 24px 16px 24px 16px;
    }
}


.aktualnosci-tresc, .informacje-tresc {
	/*margin: 0px 0px 32px 0px;*/
	text-align: left;
	color:black;
    font-family: "Lato", sans-serif;
	line-height: 1.6em;
	padding: 0px!important;
    font-weight: 500;
}
.tresc {
	line-height: 1.75em;
}

.strona-tresc img, iframe, table {
	max-width: 100% !important;
}
.strona-tresc img {
	height: auto;
}

.wiersz {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.kolumna {
	flex-shrink: 1;
	flex-grow: 0;
}
.srodek {
  text-align: left;
}

.blok{
	margin: 0 auto!important;
}

.aktualnosci-glowne{
	display: flex;
    flex-wrap: wrap;
    padding:0px 24px 32px 24px;
    width: 100%;
}


#map{
    height: 550px;
    margin-top:-100px;
    width: 100%;
    opacity: 0.6;
}

.leaflet-popup-content-wrapper{
    border-radius: 8px!important;
}

.leaflet-popup-content span{
    font-size: 18px;
    font-weight: 400;
    color: #DA0303 ;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.leaflet-popup-content p{
    font-size: 14px;
    text-align: center;
    padding-top: 4px;
    margin-top:0px!important;
    color:#000;
    width: 100%;
}

.glowna-mapa-100{
    /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(216,225,231,0) 51%, rgba(255,255,255,0) 100%);*/
    position: relative;
   /* z-index: 2222;*/
}

.glowna-mapa{
    display: flex;
    height: 502px;
}

.mapa-iframe{
    width: 100%;
}

.mapa-iframe iframe{
    width: 100%!important;
    height: 100%!important;
}

.mapa-informacja{
    background: #005878;
    background-image: url(../grafika/mapa-tlo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    color: #fff;
    padding: 32px 24px 24px 24px;
    height: 100%;
    position: relative;
    z-index: 222;
    max-width: 43vw;
}

.mapa-informacja span{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

.mapa-tresc{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-left: 56px;
    position: relative;
    z-index: 2;
    font-weight: 400;
    height: 100%;
    font-size: 20px;
}

.mapa-tresc p{
    margin: 0px;
}

.mapa-tresc p:first-child{
    margin-bottom: 16px;
}

.mapa-tresc p:last-child{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-transform: none;
}

.mapa-tresc img{
    margin-right: 16px;
}

.i4ewOd-pzNkMb-haAclf{
    display: none!important;
    height: 0px!important;
}

footer{

}

.button-top {
    position: fixed;
    bottom: 66px;
    right: 16px;
    display: none;
    z-index: 99;
}

.strona-tresc table{
	border-collapse: collapse;
	border-spacing: initial;
}

.strona-tresc table td{
	text-align: initial;
	padding: 8px;
}
.wiersz_tytul{
	font-weight:700;
   	font-size: 22px;
	margin:0px auto 0px auto;
	text-transform: uppercase;
	text-align: center;
	color:#000;
}


.komunikat-email,
.tytul{
	font-family: 'Open Sans', sans-serif, sans-serif;
	text-transform: uppercase;
	color:#ffffff;
}
.komunikat-email{
}
.tytul{
	font-size:34px;
	font-weight: 400;
}


.strona-tytul2{
	position: relative;
}

.statystyki-blok{
	padding: 8px 0px 0px 0px;
}

.rotator-ikon-blok{
	padding: 80px 0px;
}

/*subskrybcja*/
/*subskrybcja-stopka*/


.dane-stopka-kontakt-godziny-tresc .tresc, .dane-stopka-kontakt-tresc .tresc{
	color:#000!important;
	line-height: 1.4!important;
	font-size: 14px!important;
}
.dane-stopka-kontakt-godziny-tresc .tresc table tr td, .dane-stopka-kontakt-tresc .tresc table tr td{
	background: none!important;
	color:#000;
	border:none;
	width: auto;
}

.dane-stopka-kontakt-godziny-tresc .tresc table{
	background: none!important;
	font-size: 14px;
}

.dane-stopka-kontakt-godziny-tresc .tresc table p{
	padding: 0!important;
	margin:0;
}

/*Moduł‚ statystyki*/

/*Moduł‚ statystyki*/

.statystyka-tekst{
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.1!important;
    /* width: 25%; */
    width: auto;
    display: table-cell;
    /* flex-wrap: wrap; */
    position: relative;
    padding: 0px 0px 0px 0px;
    /* border-left: 1px solid #eeeeee; */
}

.statystyka-tekst:before{
	top:6px;
}

.statystyka-tekst span{
    padding-right: 8px;
    width: 100%;
    padding-left: 0px;
    font-family: "Lato", sans-serif;
}

.statystyka-tekst span:first-child {
	font-weight: 800;
}
.statystyka-zawartosc{
	padding-bottom: 0px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.statystyka-cyfry{
    font-size: 18px;
    font-weight: 400;
}

.stopka-info{
	background-color: #222222;
	/*background-image: url(../grafika/tlo_stopka.jpg);*/
    background-size: cover;
    background-position: center center;
    padding: 82px 0px 70px 0px;
       /* background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}

.stopka{
    background-image: url(../grafika/wzorek_tlo.jpg);
    background-color: #001c4b;
    background-size: 55%;
	background-position: center center;

}

.stopka > div{
    padding: 136px 0px 96px 0px;
}

.stopka .menu-social-icon-1-poziom{
    gap: 16px;

}

.stopka .menu-social-icon-1-poziom li img{
    filter: invert(0%) brightness(0%);
    transform: scale(1);
}

.stopka .menu-social-icon-1-poziom li a:hover{
    opacity: 0.6;
}

.stopka .kolumna:nth-child(1){
    /* padding-right: 118px; */
}

.stopka .kolumna:nth-child(1) a{
    text-decoration-color: transparent;
    color: white;
}

.stopka .kolumna:nth-child(1) a:hover{
    opacity: 0.6;
}

.stopka .kolumna:nth-child(1) img{
    margin-bottom: 8px;
}

.menu-stopka-1-poziom{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.menu-stopka-1-poziom li a{
    text-decoration-color: transparent;
    color: white;
    display: flex;
    align-items: center;
    font-family: "Lato", sans-serif;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
}
.stopka-tresc p{
    margin: 0px;
    line-height: 24px;
}
.kolumna:nth-child(1) .stopka-tresc:nth-child(1) p{
    line-height: 18px;
}
.kolumna:nth-child(1) .stopka-tresc:nth-child(1) > div > p > strong:nth-child(3){
    margin-bottom: 6px;
    display: block;
}
.kolumna:nth-child(1) .stopka-tresc:nth-child(1) > div > p:nth-child(1){
    display: block;
    margin-bottom: 16px;
}
.menu-stopka-1-poziom li{
    margin-bottom: 8px;
}
.menu-stopka-1-poziom li a:before{
    content: url(../grafika/stopka-arr.png);
}
.menu-stopka-1-poziom li a:hover{
    opacity: 0.6;
}

.stopka-blok{
	padding: 0px 0px 40px 0px;
}

.stopka-blok-social-ikony{

}

.stopka .social-icon{
	padding-top: 40px;
	margin-top: 40px;
    border-top: 1px solid #dfdfdf;
    width: max-content;
    position: relative;
    top: -48px;
}

.stopka-tresc-tytul{
    color: #fff;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    width: 100%;
   /* border-bottom: 1px solid #fff;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 12px 0px;
    position: relative;
}
.stopka-tresc-tytul:after{
    content: '';
    background-color: white;
    height: 1px;
    width: 90px;
    display: block;
    margin-top: 12px;
}


.stopka-tresc, .stopka-tresc-2{
	font-size: 16px;
	color:#fff;
    font-family: "Lato", sans-serif;
}



.stopka-tresc p, .stopka-tresc-2 p{

}

/*.stopka-tresc p, .stopka-tresc-2 p, .stopka-konta-12 p{
	margin:0px;
	line-height: 18px;
}*/

.stopka-tresc-2{
	display: flex;
}


.stopka-tresc p img{
	margin-right: 8px;
}

.stopka-tresc span img{
	margin-right: 8px;
}

.stopka-tresc a{
	/*text-decoration: none;*/
	color: #fff;
}

.stopka-tresc a:hover{
	opacity:0.7;
}


.stopka-konta-12:first-of-type{
	width: 55%;
    padding-right: 24px;
}

.dane-stopka-kontakt a{
	color:#fff;
}

.dane-stopka-kontakt h2, .dane-stopka-kontakt-godziny h2{
	display: block;
	width: 100%;
	padding: 0px;
	margin:0px;
	text-align: center;
	display: none;
}

.dane-stopka-kontakt-tresc, .dane-stopka-kontakt-godziny-tresc{
	position: relative;
}

.menu-lewe-tytul{
	color:#000;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0px 16px 0px;
	margin:0px;
}

/*Pływające menu podczas scroola*/
.nawigacja-100, .nawigacja-100-podstrona{
	width: 100%;
	/*height:56px;*/
}

.nawigacja-100{
	z-index: 99;
}

.nawigacja-100 .menu-gora-1-poziom > li{
	min-width: auto!important;
}

.logo-menu{
	display: none;
	height: 90px!important;
    width: 56px!important;
}

.logo-menu img{
	width: 56px;
}

.kontrast-czcionka-menu{
	display: none;
	margin-top:12px;
	justify-content: space-between;
	width: 140px;
}

.kontrast-czcionka-menu a{
	/*background: #0070a4;*/
   /* border: 1px solid #fff;*/
   border: none;
    color: #000;
    padding: 10px 20px;
}

.kontrast-czcionka-menu a:before{
	color:#000;
}

.szukaj-gora-ikona{
    margin-left: 32px;
}

.szukaj-gora-ikona a{
    padding: 0px!important;
    border:none!important;
}

.szukaj-gora-ikona span{
	display: none;
}

.szukaj-gora-ikona i:before{
	content: url(../grafika/wyszukiwarka.png);
	font-size: 14px;
    padding-right: 0px;
    /*padding: 10px 20px;*/
    /*border: 1px solid #fff;*/
    border:none;
/*    width: 40px!important;
    height: 30px!important;*/
    /*background: #0070a4;*/
        width: 33px!important;
    height: 33px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color:#000;
}

.szukaj-gora-ikona a:hover{
	opacity: 0.7;
}

/*Koniec pływającego menu*/


/*Kanał RSS*/
.info-rss{
	background: #fff;
	border-radius: 8px;
	padding:24px;
}

.info-rss-tytul{
	color:#000;
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0px 16px 0px;
	margin:0px;
}

.info-rss-tlo{

}

.info-rss-tresc-data{
	color:#4eb27b;
	font-family: "Open Sans";
	font-weight: 400;
	text-align: left;
	font-size: 14px;
}

.info-rss-tresc-data:before{
	 font-family: "Font Awesome 5 Free";
	 content:"\f017";
	 padding-right: 8px;
}

.info-rss-tresc-tytul{
	font-family: "Open Sans";
	font-weight: 400;
	text-align: left;
	font-size: 14px;
}

.info-rss-tresc-tytul a{
	color:#616161;
	text-decoration: none;
}


/*subskrybcja*/
/*subskrybcja-stopka*/
.stopka-newsletter-kontener{
	padding: 0px 16px 16px 32px;
}


.subskrypcja-stopka-zawartosc{
	font-size: 14px;
	color:#000;
	/*padding: 0px 16px 16px 32px;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.subskrypcja-stopka-tekst{
	padding: 0px 0px 8px 0px;
    line-height: 1.6;
    width: 100%;
    font-family: "Open Sans";
    color: #000;
}

.subskrypcja-stopka-btns-tlo{
	display: flex;
	justify-content: flex-start;
	margin:0px;
	/*width: 226px;*/
}

.subskrypcja-stopka-zawartosc .btn-submit-modul{
	border:none!important;
	text-align: center;
	font-size: 14px!important;
	width: 120px;
	min-width: 60px;
	font-weight: 800;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	cursor:pointer;
	font-weight: 700;
	text-transform: uppercase;
}

.subskrypcja-stopka-zawartosc .btn-submit-modul:hover{
	opacity: 0.8;
}

.btn-submit-subskrypcja-stopka-dopisz{
    color: #fff!important;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 8px 6px 24px;
    height: 40px;
    border-radius: 24px;
}


.btn-submit-subskrypcja-stopka-wypisz{
	background-repeat: no-repeat;
	color:#000!important;
	padding: 6px 8px 6px 24px;
	height: 40px;
}

.subskrypcja-stopka-input-tlo input{
	box-shadow: none;
    background: #fff;
    width: 280px;
    height: 40px;
    padding: 10px;
    border: none;
    margin-bottom: 16px;
    margin-top: 8px;
    border-radius: 24px;
}


.dane-stopka-kontakt-tytul{
	display: none;
}

.dane-stopka-kontakt a{
	color:#fff;
}

.subskrypcja-stopka-tekst-rodo{
	padding-top: 16px;
	color: #000!important;
	width: 100%!important;
	font-family: "Open Sans";

}

.subskrypcja-stopka-tekst-rodo a{
	color:#000;
}


.subskrypcja_textbutton::placeholder{
	color:#000;
}


/*RSS*/

.rss-tytul{
	display: none;
}

.rss-data{
	display: none;
}

.rss-tekst {
	margin: 10px 0px !important;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #d7d7d7;
    padding: 0px 0px 9px 0px;
}
.rss-tekst a{
	color: inherit !important;
	text-decoration: inherit !important;
	position: relative;
	padding-left: 22px;
    display: flex;
}

.rss-tekst a:hover{
	opacity: 0.8;
}

.rss-tekst a:before{
	position: absolute;
	left:0;
	top:2px;
}

/*Galeria moduł startowy*/
.modul-start-galerie{
	position: relative;
}

.galeria-modul-zawartosc{
    position: relative;
    padding: 0px;
    width: 100%;
}

.galeria-modul-lista{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 52px;
    margin-bottom: 52px;
    gap: 8px;
}

.galeria-modul-odnosnik{
	font-size: 0!important;
	text-decoration-color: transparent;
	display: flex!important;
	justify-content: center;
    /* width: 384px!important; */
    width: 19vw !important;
    /*margin: 0px 16.5px;*/
    /* margin: 0px auto; */
}

.galeria-modul-lista .slick-track{
	display: flex;
	justify-content: space-between;
    /*width: 1000px!important;*/
}



.galeria-modul-lista .slick-prev, .galeria-modul-lista .slick-next{
	top: 46%;
}
.galeria-modul-lista .slick-prev{
	/*right: 42px;*/
	left:-108px;
}

.galeria-modul-lista .slick-next{
	right: -108px;
}

.galeria-modul-lista .slick-prev:before, .galeria-modul-lista .slick-next:before{
	font-family: "Font Awesome 5 Free";
	color:#fff;
	font-size: 26px;
}

.samochody-wybrane-lista .slick-prev{
    left:-8px;
    top:38%;
    z-index: 22;
}

.samochody-wybrane-lista .slick-next{
    right:-8px;
    top:38%;
    z-index: 22;
}

.galeria-modul-obiekt{
	margin: 0px;
	padding: 0px;
	position: relative;
}

.galeria-modul-obiekt a{
	margin: 0px;
	padding: 0px;
	text-decoration-color: transparent;
}

.galeria-modul-obiekt span{
    width: 19vw;
    height: calc(2/3 * 19vw);
    display: block;
    background-size: cover;
    position: relative;
    background-position: center center;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.13);
}

.galeria-modul-obiekt span:before{
    content: url(../grafika/play.png);
    background-color: #000000bf;
    top: 0;
    /* visibility: hidden; */
    left: 0;
    position: absolute;
    transition: 0.2s;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeria-modul-obiekt span:hover:before{
	/*visibility: visible!important;*/
	opacity:1;
	transition: 0.2s;

}

.galeria-modul-obiekt figcaption{
	display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 800;
    background-color: black;
    color: white;
    color: #fff;
    text-decoration-color: transparent;
    text-align: left;
    padding: 16px;
    font-family: "Lato", sans-serif;
}

.galeria-modul-btns{
    display: flex;
    justify-content: center;
}

.btn-ogloszenia-modul-lista em{
	visibility: hidden;
	/*display: none;*/
}

.btn-galeria-modul-lista em{
	display: none;
}


.btn-galeria-modul-lista:before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
}

.galeria-modul-btns input{
    transition: all 0.2s ease;
}

.galeria-modul-btns input:hover{
    transform: scale(1.05);
}

.btn-galeria-modul-lista em{
	visibility: hidden;
	display: none;
}

.galeria-modul-btn-lista{
    padding: 16px 56px 16px 48px;
    color: black !important;
    background-color: white;
    border-radius: 0.4rem;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #f7f7f7;
    position: relative;
    background-image: url(../grafika/arr2.png);
    background-repeat: no-repeat;
    background-position: 138px 22px;
    transition: all 0.2s ease;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(208, 208, 208, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(208, 208, 208, 1);
    box-shadow: 2px 2px 0px 0px rgba(208, 208, 208, 1);
    cursor: pointer;
}

.ogloszenia-modul-btn-lista{
	padding: 8px 16px;
    position: relative;
    color: #000!important;
    font-family: 'Roboto Condensed', sans-serif;
    background: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.btn-ogloszenia-modul-lista:after{
    position: absolute;
    left: -4px;
    top: 30px;
}

.pogoda{
    max-width: 1232px;
    min-width: 360px;
    /* height: 200px; */
    padding: 0px;
    background: #fff;
    margin:16px 0px 16px 0px!important;
}



.banery-100{
    background: #f5f5f5;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* margin-top: 80px; */
    padding-bottom: 80px;
    padding-top: 210px;
    margin-top: -120px;
}

.menu-banery{
	/*margin-top:-80px;*/
	/*margin-bottom: -64px;*/
}

/*Stopka*/


.stopka-kolumny{
	display: flex;
	justify-content: space-between;
}


.stopka-tresc-kolumna{
/*	padding: 10px 55px 0px 0px;
	font-size: 14px;
	color:#252525;
	font-family: "Open Sans";
	position: relative;*/
	width: 50%;
	padding: 0px 0px 0px 20px;
	max-width: 400px;
}

.stopka-tresc-kolumna p{
	margin:0px;
	/*line-height: 18px;*/
}


.stopka-dane{
	margin-bottom: 16px;
}

.menu-mobilne-szukaj-kontrast{
	display: none;
}

.szukaj-gora-mobile{
    margin-right: 16px;
}

.szukaj-gora-mobile label{
	display: none;
}

.szukaj-gora-mobile button span{
	display: none;
}

.szukaj-gora-mobile input{
	padding: 10.5px;
	border:1px solid #f2f2f2;
}

.szukaj-gora-mobile button{
	background:#f2f2f2;
	border:1px solid #f2f2f2;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.szukaj-gora-mobile form{
	display: flex;
    align-items: center;
    justify-content: center;
}



/*Mobilne*/

@media all and (min-width: 0px) and (max-width: 639px) {
	h1.h1-tytul{text-align: left;}
	.header-prawa-strona{display:flex;}
	.naglowek-logo{display: flex;}
	.wiersz{justify-content: space-around;}
	.aktualnosci-tresc, .informacje-tresc{text-align: left;}
    .stopka-tresc{padding: 16px;}
    .stopka-tresc p, .stopka-tresc-2 p{
        /* display: flex;
        word-break: break-word;
        flex-wrap: nowrap; */
        line-height: 24px!important;
    }
    .stopka-blok{
        display: flex;
        padding: 16px 16px 32px 16px;
    }
    .stopka .menu-social-icon-1-poziom{
        margin-top: 16px;
    }
    .glowna-mapa iframe{
    }
    .galeria-modul-lista .slick-track{
        width: auto;
    }
    .menu-kafelki-1-poziom{
        grid-template-columns: 1fr;
    }
    .onas-zdjecia-1 img, .onas-zdjecia-2 img{
        width: 100%;
    }
    .onas-zdjecia-1{
        width: 40%;
    }
    .onas-zdjecia-2{
        width: 60%;
    }
    .menu-o-nas-1-poziom{
        margin-top: 32px;
    }
    .menu-o-projekcie-1-poziom li div span{
        font-size: 24px;
    }
    .aktualnosci-lista{
        padding: 0 16px;
    }
    .artykuly{
        gap: 32px;
    }
    .glowna-mapa {
        display: flex;
        flex-wrap: wrap;
    }
    .mapa-informacja{
        max-width: 100%;
    }
    .mapa-tresc{
        padding-left: 0px;
    }
    .galeria-tlo {
        display: grid;
        grid-template-columns: repeat(auto-fill, 160px);
        justify-content: space-between;
        grid-gap: 16px;
        margin-top: 32px;
    }
    .galeria-foto-mini{
        height: 123px;
    }
    .galeria-obiekt{
        width: 100%;
    }
    .menu-kafelki-1-poziom{
        grid-template-columns: 1fr!important;
    }
    .menu-kafelki-1-poziom > li > div {
        min-height: 200px;
    }
    .aktualnosci-startowe .aktualnosci-tlo{
        width: 100%!important;
    }
    .galeria-modul-odnosnik{
		/*display: none!important;*/
		/*kontrast-wyszukiwarka-czcionka-mobilna*/
       /* width: 150px!important;*/
       width: 100%!important;
	}
    .galeria-modul-obiekt{
        width: 100%;
    }

    .nowosci-kontener article {
        width: 41vw;
    }
    .galeria-modul-obiekt span {
        width: 100%!important;
        height: 222px!important;
    }
}


@media all and (min-width: 320px) and (max-width: 1023px) {
    .start-tytul span:nth-child(1):before{
        max-height: 32px;
    }
    .animacja-kontener{
        display: none;
    }
    .aktualnosci-startowe .aktualnosci-tlo{
        width: 40vw;
    }
    .nowosci-kontener{
        padding: 32px 16px;
    }
    .start-tytul-kontener{
        padding-left: 16px;
        padding-right: 16px;
        height: max-content;
        margin-top: 61px;
    }
    .nowosci-kontener .artykuly{
        gap: 16px;
    }
    /* .nowosci-kontener article {
        width: 41vw;
    } */
    .nowosci-kontener .aktualnosci-ikona-tlo{
        width: 100%;
        margin-bottom: 4px;
    }
    .nowosci-kontener .modul-start{
        padding: 0px 0px;
    }
    .start-tytul span:nth-child(1){

        font-size: 28px;
    }
    .start-tytul span:nth-child(1) {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-left: 6px;
    }
    .stopka-tresc-tytul:after{
        margin: 16px auto 0px auto;
    }
    .start-tytul span:nth-child(2){
        font-size: 18px;
    }
    .menu-o-projekcie-skrot{
        padding-left: 16px;
        padding-right: 16px;
    }
    .stopka{
        padding-left: 16px;
        padding-right: 16px;
    }
    .stopka .kolumna {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-bottom: 48px;
        width: 100%;
    }
    .menu-modul-tytul{
        margin-bottom: 16px;
    }
    .stopka .kolumna p{
        margin: 0px;
    }
    .button-slide{
        display: none;
    }
    .trak_tlo{
        margin-bottom: 16px!important;
    }
    .animacja-slider-tresc{
        width: 100%;
        padding: 0 16px;
    }
    .nowosci-kontener .modul-start-aktualnosci-startowe-tytul{
        line-height: 40px;
    }
    .subskrypcja-tekst{
        padding: 0px 16px 24px 16px;
    }
    h1.h1-tytul{
        padding-bottom: 0px;
        margin-bottom: 24px;
    }
    .aktualnosci-tlo{
        width: 100%;
    }
    .newsletter{
        padding: 24px 16px;
    }
    .btn-submit-subskrypcja-dopisz, .btn-submit-subskrypcja-wypisz{
        padding: 20px 56px 20px 32px;
    }
    .stopka > div{
        padding: 32px 0px 0px 0px;
    }
    .subskrypcja-input-tlo{
        margin-right: 0px;
        width: 100%;
        margin-bottom: 16px;
    }
    .subskrypcja-tekst-rodo{
        margin-top: 24px;
    }
    .subskrypcja-zawartosc{
        padding-top: 24px;
    }
    .subskrypcja-input-tlo input{
        width: 100%;
    }
    .animacja-slider-tytul{
        font-size: 26px;
        line-height: 34px;
        padding: 0 0px;
        padding-bottom: 16px;
    }
    .menu-kafelki-1-poziom{
        grid-template-columns: 1fr 1fr;
    }
    .menu-mobilne-pasek a img{
        height: 100%;
        max-width: 73px;
    }
    .glowna-projekty{
        padding: 32px 16px
    }
    .rotator-ikon-blok{
        padding: 32px 0px;
    }
    .strona-btn {
        background-position: 130px 22px !important;
    }
    .naglowek-glowna-rotator-ikon{
        margin-bottom: 16px;
    }
    .naglowek-glowna-galeria{
        margin-bottom: 24px;
    }
    .glowna-galeria{
        padding: 48px 16px;
    }
    .aktualnosci-powrot-tlo {
        margin-top: 48px;
        margin-bottom: 16px;
        justify-content: center;
    }
    .glowna-projekt{
        margin-bottom: 64px;
    }
    .naglowek-glowna-aktualnosci{
        margin-bottom: 24px;
    }
    .menu-o-projekcie-1-poziom li div{
        width: 100%;
    }
    main{        margin-top: 91px !important;}
	main.main-podstrona{ margin-top: 72px !important;}
    main.main-glowna:before{
        display: none;
    }
    .glowna-dtd{
        display: none;
    }
    .serwis-blok .kolumna:first-of-type{
        width: 100%;
        flex-basis: 100%;
    }
	.button-menu-mobile {display: flex!important; margin-top: -63px; width: 100%; align-items: center;}
	#menu-gora{display: none;}
	#menu-mobilne{display: block;}
	.animacja-kontener{}
	.animacja-100{}
	header{height: 76px!important;background: #fff; display: none;}
	.nawigacja-100-podstrona, .nawigacja-100{display: none;}
	.header-dane{display: none;}
    .logo {display:none;}
    .header-prawa-strona{background:transparent!important;}
    .blok-glowny{ width: 100%; margin-top:16px;}
    .szerokosc-12, .szerokosc-24 {  width: 100%; margin:auto;}
	.szerokosc-13, .szerokosc-14 {  width: 100%; margin:auto; order:2;}
	.szerokosc-23, .szerokosc-34 {  width: 100%; margin:auto;}
	.szerokosc-13-stopka{width: 90%; margin:auto;}
	.blok{margin:auto;}
	.dane-animacja{width: 100%;padding: 24px;}
	.dane{padding: 16px 32px 24px 32px;}
	.lewy-blok, .prawy-blok{flex-wrap: wrap;}
	.lewy-blok{order:2; margin-top:16px;}
	.prawy-blok{order:1;}
	.stopka-tresc-2{flex-wrap: wrap;}
	.stopka-konta-12{width: 100%!important;}
	.stopka-info .kolumna:nth-child(1):before{
		content: none;
		display: none;
	}
	.stopka-tytul:before {}
	.stopka-info .kolumna{margin-bottom: 24px; border:none; width: 100%!important;
   padding: 24px 40px 24px 70px!important; height:auto;}

/*	.stopka-info .kolumna:nth-child(2) .stopka-tresc{
		padding-left: 10px;
	}*/
	.stopka-tresc-kolumna span{font-size: 18px;}
	.stopka-info .kolumna:nth-child(3) .stopka-tresc{
		padding-left: 0px;
	}
	.strona-data{margin-top: 4px;}
	.stopka-kolumny{flex-wrap: wrap;}
	.stopka-tresc-kolumna{padding: 10px; width: 100%;}
/*	.stopka-tresc-kolumna:nth-child(2):before, .stopka-tresc-kolumna:nth-child(2):after{
		display: none;
	}*/
	.stopka-zdjecie{display: none;}
	.statystyka-zawartosc{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 16px;
        gap: 16px;
	}
	.statystyka-tekst{
		width: 100%!important;
		flex-wrap: wrap!important;
	}
	.moduly-srodek .modul-start-galerie{
		width: 90%;
		margin:auto;
	}
    .glowna-realizacje{
        padding: 100px 16px;
    }
    .galeria-modul-zawartosc{
        margin:0 auto!important;
        width: 100%;
    }
    .galeria-modul-lista .slick-prev{
        left:2px;
        z-index: 100;
    }

    .galeria-modul-lista .slick-next{
        right:2px;
    }
	.galeria-modul-lista{
		width: 100%;
        margin-top: 32px;
        gap: 16px 16px;
        margin-bottom: 32px;
	}
	.modul-start-galerie-tytul{
		/*display: none;*/
	}
	.galeria-modul-obiekt span{
		width: 150px;
    	height: 150px;
	}
	.galeria-modul-btns{
		display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 10px;
	    position: relative;
		width: auto;
	    right: auto;
	    bottom: auto;
	    top:0px!important;
	}
	.modul-start-galerie{
		width: 100%!important;
	}
	.galeria-modul-odnosnik{
		/*display: none!important;*/
		/*kontrast-wyszukiwarka-czcionka-mobilna*/
       /* width: 150px!important;*/
       /* width: 44%!important; */
	}
.menu-mobilne-szukaj-kontrast{
	display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-wrap: wrap;
    align-items: center;
    /*height: 105px;*/
}
    .header-pasek{
        display: none;
    }
/*    .galeria-modul-lista .slick-track{
        width: auto!important;
    }*/
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
    .stopka-tresc, .stopka-tresc-2{
        font-size: 14px;
    }
    .subskrypcja-tekst{
        padding: 0px 300px 40px 300px;
    }
    .nowosci-kontener article{
        width: 150px;
    }
    .nowosci-kontener .aktualnosci-ikona-tlo{
        width: 150px;
        height: 220px;
    }
    .aktualnosci-startowe .aktualnosci-tlo {
        width: 268px;
    }
    .aktualnosci-startowe .aktualnosci-ikona-tlo{
        height: calc(2 / 3* 268px);
    }
    .start-tytul{
        max-width: 992px;
    }
    .menu-gora-1-poziom > li > a, .menu-gora-1-poziom > li > span, .menu-gora-1-poziom > li > button {
        padding: 12px 16px 12px 16px;
    }
    .menu-gora-1-poziom > li.liaktywna > a:before, .menu-gora-1-poziom > li.liaktywna > button:before {
        top: 40px;
    }
    .galeria-tlo {
        grid-template-columns: repeat(auto-fill, 180px);
    }
    .galeria-obiekt{
        width: 180px;
    }
    .galeria-foto-mini {
        width: 180px;
        height: 137px;
    }
    .menu-o-projekcie-1-poziom li div{
        width: 100%;
    }
    .onas-zdjecia-2 img {
        width: 235px;
        height: 154px;
        object-fit: cover;
    }
    .onas-zdjecia-1 img {
        width: 161px;
        height: 320px;
        object-fit: cover;
    }
    .menu-kafelki-1-poziom{
        grid-template-columns: 1fr 1fr;
    }
    .animacja-slider-tresc{
        width: 100%!important;
    }
    .animacja-slider-tytul {
        display: block;
        /* background: #000; */
        text-align: center;
        color: #fff;
        margin: 0px;
        z-index: 9999;
        /* display: none; */
        font-family: 'Montserrat', sans-serif;
        font-size: 40px!important;
        position: relative;
        font-weight: 800;
        line-height: 48px!important;
        padding: 0 24px!important;
    }
	.button-menu-mobile{display: none;}
    /*.galeria-modul-lista .slick-track{width: auto!important;}*/
    .serwis-blok .kolumna:first-of-type{
        width:488px;
        flex-basis: 488px;
        height: auto;
    }
    .serwis-tekst img{
        position: relative;
        left: -147px;
        z-index: 1;
        top: -15px;
        margin-bottom: 0px;
        width: 700px;
    }
	.blok { width: 992px; }
	.szerokosc-1 { flex-basis: 992px; width: 992px; }
	.szerokosc-12, .szerokosc-24 { flex-basis: 488px; width: 488px; }
	.szerokosc-13, .szerokosc-14, .szerokosc-13-stopka { /*flex-basis: 320px;*/ width: 320px; }
	.szerokosc-23, .szerokosc-34 { flex-basis: 656px; width: 656px; }
	.szerokosc-100 { flex-basis: 100%; }
	/*.artykul-ikona-tlo{width: 300px!important;}*/
	.stopka-info .kolumna{flex-basis: 300px; width: 300px;}
	.stopka-info{flex-wrap: nowrap;}
	.statystyka-tekst{}
	.logo a span:first-child{
		font-size: 40px;
	}
/*	.logo{width: 474px;}
	.logo a span:first-child{font-size: 18px;}
	.logo a span:last-child{font-size: 16px;}*/
	/*.header-prawa-strona{width: 960px;}*/
	.header-dane{padding: 0px;}
	.kontrast-czcionka{margin-left: 10px;}
	.szukaj-gora{flex:0 1 auto; width: auto;}
	.szukaj-gora input{width: 150px;}
	.div-kontrast, .div-czcionka{padding-left: 10px; padding-right:10px;}
	.dane-animacja{width: auto;flex-wrap: wrap;align-items: center;flex-direction: row; padding: 32px 16px 16px 32px;}
	.animacja-maska-dane{width: 325px;}
	.dane{padding: 8px 8px 8px 8px;}
	.wyszukiwarka{width: auto;}
	.modul-start-galerie-tytul{
		width: 100%;
	}
    .glowna-realizacje{
        padding: 100px 16px;
    }
/*	.galeria-modul-btns{
		width: 330px;
	}*/
	/* .galeria-modul-odnosnik{
		width: 165px;
	}
	.galeria-modul-obiekt span{
		width: 165px;
        height:165px;
	}
	.galeria-modul-lista{
		grid-auto-columns: 165px;
	} */
}

@media all and (min-width: 1280px) {
	#menu-gora { display: flex;}
	#menu-mobilne { display: none;}
	.button-menu-mobile{display: none;}
	.blok { width: 1232px;}
	.szerokosc-1 { flex-basis: 1232px;}
	.szerokosc-12, .szerokosc-24 { flex-basis: 608px;}
	.szerokosc-13 { /*flex-basis: 400px;*/ width: 400px;}
	.szerokosc-13-stopka{ flex-basis: 460px; width: 460px;}
	.szerokosc-23 { flex-basis: 812px; width: 812px;}
	.szerokosc-14 { flex-basis: 296px; width: 296px;}
	.szerokosc-34 { flex-basis: 920px; width: 920px;}
	.szerokosc-100 { flex-basis: 100%; width: 100%;}
	.blok-glowny{ flex-basis: 1232px; width: 1232px;}
}
