﻿html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	font-family: "Open Sans";
	font-size: 16px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	transition: padding .5s linear;
}

body * {
	box-sizing: border-box;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.175em 0;
}

.strona {
	width: 100%;
	margin: 0 auto;
	background-color: #082d65;
}

.naglowek {
	flex-wrap: wrap;
	align-items: center !important;
	/*background: #fff;*/
}

h1.glowna-tytul {
	margin: 0 auto;
	display: none;
}

article>h2.informacje-tresc-dzial {
	display: none;
}

header {
	/*position: fixed;*/
	width: 100%;
	height: 110px;
	z-index: 99;
	top: 0;
	overflow: visible !important;
	background: transparent;
}

.logo {
	padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo a:first-child {
	width: 63px;
	height: 74px;
	background-image: url(../grafika/herb.png);
	margin-left: 25px;
	background-size: cover;
}
.logo a:nth-child(2) {
	width: 125px;
	height: 73px;
	background-image: url(../grafika/logo.png);
	margin-left: 15px;
	background-size: cover;
}
.logo a:first-child span, .logo a:nth-child(2) span
{
	display: none;
}
.menu-mobilne-pasek a span
{
	display: none;
}

.logo:hover {
	opacity: 0.7;
}

.logo img {
	transition: 0.3s;
	margin-right: 16px;
}

.logo a {
	text-decoration: none;
	display: block;
}

.logo a span {
	font-family: 'Open Sans', sans-serif;
	color: #929292;
	display: block;
	margin-top: -8px;
}

.logo a span:first-child {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
	color: #001d2c;
	font-family: 'Open Sans', sans-serif;
}

.logo a span:last-child {
	font-weight: 400;
	font-size: 36px;
	color: #092e63;
	text-align: left;
	padding-left: 4px;
	margin-left: 10px;
	font-family: 'Katibeh', cursive;
}

.menu-mobilne-pasek a {
	font-family: "Open Sans";
	color: #1a2a44;
	text-decoration: none;
	font-weight: 700;
	font-size: 25px;
}

.naglowek-logo {
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}

.header-prawa-strona {
	/* width: 680px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 110px;
	margin-right: 25px;
}

.header-dane {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 0px;
	position: relative;
	height: 50px;
}

.header-menu {
	height: 54px;
	width: 100%;
}

.bip-epuap {
	display: flex;
	align-items: center;
	/*border-right: 1px solid #e8e8e8;*/
	/*border-left: 1px solid #e8e8e8;*/
	padding: 0px 24px;
}

.bip-epuap a span {
	display: none;
}

.bip-epuap a {
	padding: 0px 16px;
}

.bip-epuap a:hover {
	opacity: 0.7;
}


/*Kontrast czcionka*/
.kontrast-czcionka {
	/*flex: 2 1;*/
	display: flex;
	align-items: center;
	/*	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;*/
}

.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: 40px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	padding: 20px 26px;
	/* border: 1px solid #ddd; */
}

.kontrast a {
	/*border-left: 1px solid #e8e8e8;*/
}

.czcionka a {
	/*border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;*/
}

.kontrast a span,
.czcionka a span {
	display: none;
}

.kontrast a:before,
.czcionka a:before {
	font-family: "Font Awesome 5 Free";
	color: #000;
	font-size: 14px;
	padding-right: 0px;
}

.kontrast a:before {
	/* content: "\f042";*/
	content: url(../grafika/kontrast.png);
}

.czcionka a:before {
	content: url(../grafika/wielkosc.png);
	/*    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;*/
}

.czcionka a sup {
	display: none;
}

/*Wyszukiwarka*/
.szukaj-gora {
	flex: 0 1 375px;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	/* height: 35px; */
	border: 1px solid #dedede;
}

@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 7px;
	border: none;
	width: 100%;
	background: #fff;
	font-family: 'Open Sans', sans-serif;

}

.szukaj-gora button {
	background: #0e3d83;
	border: none;
	padding: 0px 7px 0px 7px;
	cursor: pointer;
	/* margin: 12px 0px; */
	height: 31px;
}

.szukaj-gora button i {
	font-size: 14px;
	color: #000;
	margin-top: 2px;
}

.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;
}

.fa-search:before {
	content: url(../grafika/wyszukiwarka_w.png);
}

.nawigacja-100,
.nawigacja-100-podstrona {
	/*background:#aac426;*/
	width: 100%;
	/*height:120px;*/
}

.animacja-kontener {
	width: 100%;
	margin: 0 auto 0px auto;
	/*height: 508px;*/
	position: relative;
}




/*Main i szkielet*/

main {
	margin: 0px auto 0px;
	position: relative;
}



.blok-glowny {
	margin: 0px auto 0px auto;
	position: relative;
	padding-bottom: 14px;
	padding-top: 16px;
	background-color: white;
}

.blok-glowny-start {
	padding-top: 134px;
}

.blok-23-start {
	margin-top: -107px;
}

.blok-13-start {
	/*margin-top:-98px;*/
}


.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: 0px 24px 32px 6px;
	background: #fff;
	width: 100%;
}

/*.strona-tresc-kontener{
	padding:32px 24px;
	background: #f8f8f8;
}*/


.aktualnosci-tresc,
.informacje-tresc {
	/*margin: 0px 0px 32px 0px;*/
	text-align: left;
	color: #444444;
	line-height: 1.75em;
	padding: 0px !important;
}

.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%;
}

footer {
	display: flex;
	justify-content: center;
}


.strona-tresc table {
	border-collapse: collapse;
	border-spacing: initial;
}

i .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: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}

.komunikat-email {}

.tytul {
	font-size: 34px;
	font-weight: 400;
}


.strona-tytul2 {
	position: relative;
}



.rotator-ikon-blok {
	/* background: #fff; */
}

/*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*/

.statystyka-tekst {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.6 !important;
}

.statystyka-tekst span {
	padding-right: 4px;
}

.statystyka-tekst span:first-child {
	font-weight: 400;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 24px;
	color: white;
}

.statystyka-zawartosc {
	padding-bottom: 14px;
}

.stopka-info {
	background: url(../grafika/tlo_stopka.png);
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	max-width: 1232px;
	margin: 0 auto;
	/* padding: 38px 0px 45px 0px; */
}
.statystyka-cyfry {
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: white;
}


.stopka {
	color: #000;
	padding: 40px 0px 40px 0px;
}
.stopka-info .kolumna:first-child .stopka-dane::before {
	content: "";
	background-image: url(../grafika/adres_ikona.png);
	position: absolute;
	width: 84px;
	height: 84px;
	left: 80px;
	bottom: 90px;
}
.stopka-info .kolumna:nth-child(2) .stopka-dane::before {
	content: "";
	background-image: url(../grafika/statystyki_ikona.png);
	position: absolute;
	width: 84px;
	height: 84px;
	left: 160px;
	bottom: 90px;
}
.menu-mobilne-pasek > .menu-mobilne-logo:first-child {
	background-image: url(../grafika/herb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 35px;
	height: 42px;
	margin-left: 10px;
	display: none;
}
.menu-mobilne-pasek > .menu-mobilne-logo:nth-child(2) {
	background-image: url(../grafika/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 85px;
	height: 50px;
	margin-left: 10px;
}
.stopka-info .kolumna {
	padding-left: 0px;
	margin-bottom: 0px;
	height: 302px;
	/*border-right: 1px solid #ccc;*/
	display: flex;
	justify-content: center;
	position: relative;

}
.stopka-dane .menu-modul-zawartosc {
	padding-top: 0px;
}

/* .stopka-info .kolumna:first-of-type {
	border-left: 1px solid #b7d483 !important;
	border-right: 1px solid #b7d483 !important;
} */

.stopka-info .kolumna:nth-child(2) {
	border: none;
}

.stopka-info .kolumna:nth-child(2) .stopka-tresc {
	padding-left: 0px;
	position: relative;
}

.stopka-info .kolumna:nth-child(3) .stopka-tresc {
	padding-left: 0px;
}

.menu-modul-55{
	background: transparent !important;
}
.menu-modul-55 > div:first-child {
	border-top: none;
	font-size: 30px;
	color: white;
	font-family: 'Katibeh', cursive;
	padding: 0px;
	margin-bottom: 37px;
}

/* .stopka-info .kolumna:last-of-type {
	border-left: 1px solid #b7d483;
	border-right: 1px solid #b7d483;
} */

.stopka-tytul {
	color: white;
	font-size: 30px;
	font-family: 'Katibeh', cursive;
	font-weight: 400;
	/*    margin-top: 8px;
    margin-bottom: 16px;*/
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	position: relative;
	margin: 4px 0px 37px 0px;
}

.stopka-tytul-statystyki:before {
	font-family: "Font Awesome 5 Free";
	content: "\f080";
	padding-right: 8px;
}

.stopka-tytul-godziny:before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	padding-right: 8px;
}

.stopka-tytul-konta:before {
	font-family: "Font Awesome 5 Free";
	content: "\f53c";
	padding-right: 8px;
}



.stopka-tresc,
.stopka-tresc-2 {
	font-size: 14px;
	color: #000;
}

.stopka-tresc p,
.stopka-tresc-2 p,
.stopka-konta-12 p {
	margin: 0px;
	line-height: 18px;
}

.stopka-tresc-2 {
	display: flex;
}

.stopka-tresc span,
.stopka-tresc-2 span {
	font-weight: 700;
	font-size: 16px;
	width: 100%;
	text-transform: uppercase;
}

.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 > div:first-child, .nawigacja-100-podstrona > div:first-child {
	background-color: #0e4089;
}

.nawigacja-100 .menu-gora-1-poziom>li {
	min-width: auto !important;
	padding: 5px 0px;
	flex-grow: 1;
}

.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 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 {
	background: #3C92E8 url(../grafika/strzalka_biala.png) 24px center no-repeat !important;
	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: transparent url(../grafika/x_czarny.png) 24px center no-repeat !important;
	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: #000;
}

.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 {
	content: url(../grafika/strzalka_zielona.png);
	position: absolute;
	left: 0;
	top: 2px;
}

/*Galeria moduł startowy*/
.galeria-modul-zawartosc {
	position: relative;
	padding: 24px;
	background: #f5f5f5;
	margin-bottom: 16px;
}

.galeria-modul-lista {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 24px;
}

.galeria-modul-lista:after {
	content: "";
	width: 112px;
	/*height: 64px;*/
}

.galeria-modul-obiekt {
	margin: 0px;
	padding: 0px;
}

.galeria-modul-obiekt a {
	margin: 0px;
	padding: 0px;
}

.galeria-modul-obiekt span {
	width: 112px;
	height: 64px;
	display: block;
	background-size: cover;
	margin-bottom: 8px;
}

.galeria-modul-obiekt span:hover {
	opacity: 0.8;
}

.galeria-modul-obiekt figcaption {
	display: none;
}

.galeria-modul-btns {
	position: absolute;
	right: 8px;
	width: 126px;
	bottom: 50px;
}

.galeria-modul-btns:hover {
	opacity: 0.7;
}

.btn-ogloszenia-modul-lista em {
	visibility: hidden;
	/*display: none;*/
}

.galeria-modul-btn-lista {
	padding: 0px 8px;
	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;
}

.galeria-modul-btn-lista:after {
	content: url(../grafika/strzalka_zielona.png);
	position: absolute;
	left: -4px;
	top: 30px;
}

.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 {
	content: url(../grafika/strzalka_zielona.png);
	position: absolute;
	left: -4px;
	top: 30px;
}

/*Ogłoszenia*/
.menu-ogloszenia-tlo {
	border-bottom: 1px dotted #dde5cf;
	padding: 16px;
	margin-top: 0px;
}

.menu-ogloszenia-data {
	font-size: 14px;
	color: #6f6f6f;
	font-weight: 400;
	margin: 10px 0px 4px 0px;
	display: none;
}

.menu-ogloszenia-data:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a1";
	padding-right: 4px;
}

.menu-ogloszenia-tytul2 {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	display: block;
	position: relative;
}

.menu-ogloszenia-tytul2 a:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f061";
	left: -16px;
	position: absolute;
	top: 5px;
	color: #88a850;
	list-style: none;
	font-size: 11px;
}

.menu-ogloszenia-tytul2:hover {
	opacity: 0.6;
}

.menu-ogloszenia-btns-tlo {
	margin-top: 24px;
	display: flex;
	justify-content: flex-end;
}

.span-submit-menu-ogloszenia {}

.span-submit-menu-ogloszenia input {
	background-color: #e0f3be;
	color: #243408 !important;
	padding: 10px 24px 10px 24px;
	border: none;
	/* box-shadow: 4.015px 4px 10px 0px rgba(0, 0, 0, 0.2); */
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

#dodaj-nowe-ogloszenie input {
	width: 220px;
}

.span-submit-menu-ogloszenia input:hover {
	opacity: 0.6;
}

.menu-modul-39 {
	background: #fafafa;
	padding: 32px 40px 40px 40px;
}

/*Stopka*/
.stopka-tytul-glowny {
	display: block;
	width: 100%;
	text-align: center;
	padding: 24px 0px 60px 0px;
	color: #243408;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
}

.stopka-dane-kontaktowe h3 {
	font-weight: 700;
	color: #000;
	font-size: 24px;
}

.stopka-dane-kontaktowe span {
	color: #e21a1c;
	font-weight: 700;
	font-size: 18px;
}

.stopka-dane p {
	margin: 0px 0px 0px 0px;
}

.stopka-kolumny {
	display: flex;
	justify-content: space-between;
}
.rotator-ikon-blok > div:first-child > div:first-child > div:first-child > div:first-child {
	border-top: none;
}

.stopka-kolumny {}

.stopka-tresc-kolumna {
	padding: 10px 55px 0px 0px;
	font-size: 14px;
	color: #252525;
	font-family: "Open Sans";
	position: relative;
}

.stopka-tresc-kolumna p {
	margin: 0px;
	line-height: 18px;
}

.stopka-tresc-kolumna:nth-child(2) span:last-of-type {
	margin-top: 6px;

}

.stopka-tresc-kolumna:nth-child(2):before {
	position: absolute;
	content: url(../grafika/stopka_podzial.png);
	left: -64px;
	top: 20px;
}

.stopka-tresc-kolumna:nth-child(2):after {
	position: absolute;
	content: url(../grafika/stopka_podzial.png);
	right: 0px;
	top: 20px;
}

.stopka-tresc-kolumna span {
	font-size: 16px;
	font-weight: 700;
	display: block;
	color: #000;
	margin-top: 14px;
}

.stopka-dane {
	margin-bottom: 16px;
	padding: 70px 32px 0px 100px;
	text-align: left;
	font-size: 14px;
	/* height: 100%; */
	font-family: "Open Sans";
	line-height: 24px;
	color: white;
}

.stopka-dane a {
	color: #000;
	text-decoration-color: transparent;
}

.stopka-dane i,
.stopka-dane em {
	font-size: 22px;
	display: none;
}

.social-media-stopka {
	margin-top: -90px;
}

/*Mobilne*/

@media all and (min-width: 0px) and (max-width: 639px) {
	h1.h1-tytul {
		text-align: center;
	}

	.header-prawa-strona {
		display: flex;
	}

	.naglowek-logo {
		display: flex;
	}

	.wiersz {
		justify-content: space-around;
	}

	.aktualnosci-tresc,
	.informacje-tresc {
		text-align: left;
	}
}


@media all and (min-width: 320px) and (max-width: 1023px) {
	.button-menu-mobile {
		display: flex !important;
		margin-top: -63px;
		width: 100%;
		align-items: center;
	}

	#menu-gora {
		display: none;
	}

	#menu-mobilne {
		display: block;
	}

	.animacja-kontener {
		display: none;
	}

	header {
		height: 76px !important;
		background: #fff;
	}

	.nawigacja-100-podstrona,
	.nawigacja-100 {
		display: none;
	}

	/* .header-dane {
		display: none;
	} */

	.logo {
		display: none;
	}

	.header-prawa-strona {
		background: transparent !important;
	}

	.blok-glowny,
	.blok-glowny-start {
		width: 98%;
		margin-top: 16px;
		padding-top: 32px;
	}

	.szerokosc-12,
	.szerokosc-24 {
		width: 90%;
		margin: auto;
	}

	.szerokosc-13,
	.szerokosc-14 {
		width: 90%;
		margin: auto;
		order: 2;
	}

	.szerokosc-23,
	.szerokosc-34 {
		width: 90%;
		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 {
		margin-bottom: 24px;
		border: none;
		padding-left: 0px;
	}

	.stopka-info .kolumna:nth-child(2) .stopka-tresc {
		padding-left: 0px;
	}

	.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;
	}

	.stopka-tresc-kolumna:nth-child(2):before,
	.stopka-tresc-kolumna:nth-child(2):after {
		display: none;
	}

	.stopka-zdjecie {
		display: none;
	}
	.wyszukiwarka {
		position: fixed;
    	top: 13px;
    	right: 70px;
    	z-index: 9999;
	}
	.szukaj-gora input {
		display: none;
	}
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.button-menu-mobile {
		display: none;
	}

	.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 .kolumna {
		flex-basis: 212px;
		width: 212px;
	}

	.stopka-info {
		flex-wrap: nowrap;
	}

	/*	.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: 280px;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: row;
	}

	.dane {
		padding: 8px 8px 8px 8px;
	}

	.wyszukiwarka {
		width: auto;
	}

	.logo {
		/* width: 400px; */
	}

	.animacja-kontener:after {
		display: none;
	}
}

@media all and (min-width: 1280px) {
	#menu-gora {
		display: block;
	}

	#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 {
		width: 296px;
	}

	.szerokosc-13-stopka {
		flex-basis: 460px;
		width: 460px;
	}

	.szerokosc-23 {
		flex-basis: 904px;
		width: 904px;
	}

	.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;
	}
}
@media (min-width: 1023px) and (max-width: 1279px) {
	.logo a:first-child {
		width: 63px;
		height: 74px;
		margin-left: 10px;
	}
	.logo a:nth-child(2) {
		width: 125px;
		height: 73px;
		background-color: transparent;
	}
	.logo a span:last-child {
		font-size: 28px;
	}
	.animacja, .animacja-slider {
		width: 596px;
	}
	.animacja-dane {
		width: 396px;
	}
	.animacja-srodek {
		width: 992px;
	}
	.animacja-dane-dane {
		padding: 0px 40px 0px 40px;
	}
	.menu-gora-1-poziom span span, .menu-gora-1-poziom a span {
		font-size: 30px;
	}
	.baner-tresc p img {
		width: 100%;
	}
	.film-zawartosc > iframe {
		width: 100% !important;
	}
	.slider-rotator-aktualnosci .slick-initialized {
		width: 300px;
	}
	.slider-rotator-aktualnosci .captions {
		margin-left: 300px;
	}
	.slider-rotator-aktualnosci .controls .draggable {
		max-width: none;
		width: 356px !important;
	}
	.slider-rotator-aktualnosci .caption {
		padding: 18px 24px 24px 22px;
	}
	.kalendarz-rotator-dane-tlo > h3.kalendarz-rotator-tytul {
		padding-right: 10px;
	}
	.stopka-dol {
		max-width: 992px;
	}
	.stopka-dol > .blok {
		justify-content: center;
	}
	.menu-polityka-mapa-1-poziom {
		justify-content: center;
	}
	.stopka-walidacja, .stopka-intermedia {
		text-align: center;
	}
	.stopka-info .kolumna {
		justify-content: flex-end;
	}
	.stopka-dane {
		padding-right: 0px;
	}
	.stopka-info .kolumna:nth-child(2) .stopka-dane {
		padding-right: 70px;
	}
}
@media (min-width: 320px) and (max-width: 1023px) {
	/* .naglowek-logo {
		display: none;
	} */
	.blok-glowny, .blok-glowny-start {
		width: 100%;
	}
	/* header {
		display: none;
	} */
	.menu-mobilne-pasek {
		border-bottom: solid 1px #e8e8e8;
	}
	.szerokosc-13, .szerokosc-14 {
		display: none;
	}
	.stopka-dane {
		padding: 0px;
		position: absolute;
		left: 40%;
	}
	.stopka-info .kolumna {
		align-items: center;
		justify-content: center;
	}
	.menu-modul-zawartosc {
		padding: 0px;
	}
	.stopka-dol {
		max-width: 100%;
		width: 100%;
	}
	.menu-polityka-mapa-1-poziom {
		justify-content: center;
	}
	.stopka-walidacja, .stopka-intermedia {
		text-align: center;
	}
	.stopka-info .kolumna:nth-child(2) .stopka-dane::before {
		left: -100px;
		bottom: 20px;
	}
	.stopka-info .kolumna:first-child .stopka-dane::before {
		left: -100px;
		bottom: 20px;
	}
	.strona-tresc {
		padding: 0px 24px 32px 24px
	}
}
@media (min-width: 320px) and (max-width: 700px) {
	.stopka-dane {
		padding: 0px;
		position: absolute;
		left: 30%;
	}
	.stopka-info .kolumna:nth-child(2) .stopka-dane::before {
		left: -100px;
		bottom: 20px;
	}
	.stopka-info .kolumna:first-child .stopka-dane::before {
		left: -100px;
		bottom: 20px;
	}
	.stopka-tytul {
		text-align: left;
	}
}
@media (min-width: 320px) and (max-width: 420px) {
	.stopka-dane {
		padding: 0px;
		position: absolute;
		left: 35%;
	}
}
@media (min-width: 320px) and (max-width: 640px) {
	.menu-mobilne-pasek a {
		font-size: 14px;
	}
}
@media (min-width: 320px) and (max-width: 640px) {
	.strona-tytul2 {
		padding-top: 20px;
	}
}
@media (min-width: 640px) {
	.aktualnosci-ikona-tlo, .aktualnosci-ikona {
		height: calc(2/3 * 225px);
		width: 225px;
		min-width: 225px;
		overflow: hidden;
	}
	.aktualnosci-ikona {

	}
	.aktualnosci-ikona-tlo {
		border: none;
		margin-right: 80px;
		border: 1px solid #dedede;
	}

}
@media (min-width: 320px) and (max-width:750px) {
	.menu-mobilne-pasek > .menu-mobilne-logo:nth-child(2) {
		position: static;
	}
}
@media (min-width: 320px) and (max-width: 400px) {
	.menu-mobilne-pasek > .menu-mobilne-logo:first-child {
		width: 30px;
		height: 35px;
	}
	/* .menu-mobilne-pasek > .menu-mobilne-logo:nth-child(2) {
		width: 60px;
		height: 35px;
	} */
	.menu-mobilne-pasek a {
		font-size: 13px;
	}
}
@media (min-width: 320px) and (max-width: 500px) {
	.menu-mobilne-pasek > a > span {
		display: none;
	}
}
