html {
  scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	transition: padding .5s linear;
  font-family: "Open Sans", sans-serif;
  word-break: break-word;
}
body * {
	box-sizing: border-box;
}
header, main, nav, footer, .trak-tlo, .strona, .srodek-tlo, .strona-skrot, .strona-tresc, .artykuly, article, article > div, .polec-blok, .popuppush-tresc,
.formline, .spaceline, .sortline, .formline > *, .spaceline > *, .sortline > * {
	font-size: 14px;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.175em 0;
  font-family: "Exo", sans-serif;
  font-weight: 600;
}
h1, h1 a {font-size: 30px;}
h2, h2 a {font-size: 21px;}
h3, h3 a {font-size: 18px;}
h4, h4 a {font-size: 16px;}
h5, h5 a {font-size: 14px;}
h6, h6 a {font-size: 12px;}


a[href^="http://"]::after,
a[href^="https://"]::after,
a[href^="//"]::after {
	font-family: "Font Awesome 5 Free";
	font-size: 82.5%;
  content: "\f35d";
	padding: 0px 4px 0px 8px;
}

.strona {
	width: 100%;
 	margin: 0 auto;
}
.pasek-gora {
  width: 100%;
  height: 8px;
}
header {
	width: 1232px;
  min-height: 112px;
	margin: 0px auto;
	display: flex;
  flex-wrap: nowrap;
	align-items: center;
  justify-content: space-between;
}

.logo-bip-podstawowe {
  width: 177px;
  height: 63px;
  background-image: url('../gfx/logo_bip.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
}
.logo-bip-mobilne {
  width: 153px;
  height: 36px;
  background-image: url('../gfx/logo_bip_mobilne.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
  margin-right: 16px;
  display: none;
}
.logo-gora	{
  display: flex;
  align-items: center;
  text-decoration-color: transparent;
}
.logo-gora::after {
  display: none;
}
.logo-gora > img {
  margin: 0px 24px 0px 0px;
  max-height: 86px;
  max-width: 150px;
}
.logo-gora > span {
  padding: 0px 0px 0px 24px;
}
.logo-gora > span > * {
  display: block;
  line-height: 1.25em;
}
.logo-gora > span > span {
  font-size: 30px;
}
.logo-gora > span > strong {
  font-weight: 400;
  font-size: 21px;
}

.szukaj-drukuj-polec {
  padding: 8px 8px 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.szukaj-gora form {
  display: flex;
  flex-wrap: nowrap;
  width: 384px;
  font-size: 14px;
}

.szukaj-gora label {
	display: none;
}
.szukaj-gora input {
  font-size: 1em;
  padding: 12px;
  border: none;
  width: 100%;
}
.szukaj-gora button {
  border: none;
  padding: 8px;
  cursor: pointer;
}
.szukaj-gora button {
	font-size: 18px;
}
.logo-bip-gora {
  max-width: 50px;
  /*
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50px;
  */
}

main {
	width: 100%;
	margin: 0px auto;
  background-size: contain;
  min-height: 37vw;
}

.menu-srodek-tlo {
	width: 100%;
  padding: 16px 0px;
}
.main_srodek	{
	margin: 0px auto 16px auto;
	width: 1232px;
	display: flex;
}
.menu-lewe-tlo {
	flex: 0 1 360px;
  max-width: 360px;
}

.srodek-tlo	{
	flex: 0 1 816px;
	max-width: 816px;
	margin: 0px 0px 0px auto;
  padding-bottom: 16px;
}

.strona-tresc iframe,
.strona-tresc table,
.strona-tresc img {
  max-width: 100%;
}
.strona-tresc table {
  border-collapse: collapse;
}
.strona-tresc img {
  height: auto !important;
}
.strona-tresc table * {
  word-break: normal;
}
.strona-tresc table caption,
.strona-tresc thead td,
.strona-tresc th,
.strona-tresc thead td *,
.strona-tresc th * {
	text-align: center !important;
  font-weight: 400;
}
.strona-tresc caption,
.strona-tresc th,
.strona-tresc td {
  padding: 2px 4px;
  min-width: 60px;
}
.strona-tresc ol, .strona-tresc ul {
  margin: 0.5em 0.25em;
  padding: 0px 0px 0px 1.5em;
}
.strona-tresc p,
.aktualnosci-tresc > div {
  margin: 0.785em 0;
}

.submenu-tresc {
  margin: 0px 0px 48px 0px;
	padding: 0px 0px 0px 16px;
	list-style: none;
}
.submenu-tresc li {
  font-size: 18px;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  list-style: none;
  margin: 6px 0px 0px 0px;
}
.submenu-tresc li a::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  content: "\f061";
  position: absolute;
  margin: 4px 0px 0px -20px;
}
.submenu-tresc li a {
  display: inline-block;
  margin: 0px 0px 0px 16px;
}
.submenu-tresc li::after {
	display: block;
  position: relative;
  left: -16px;
  top: -4px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 400;
	content: "__________";
}

.mapa-serwisu {
	padding-left: 0 !important;
	list-style: none;
}
.mapa-serwisu > li {
  margin-top: 16px;
}
.mapa-serwisu > li > a {
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
