body {
	padding: 0;
	margin: 0;
	font-family: 'Playfair Display', serif;
}
#logo {
	position: fixed;
	top:0;
	color: #FEC578;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	line-height: 85px;
	text-decoration: none;
	background: #0040A1;
	width: 100%;
	height: 90px;
}
#logo i {
	font-size: 14px;
	font-style: normal;
	vertical-align: super;
	margin-left: 1px;
	top: -4px;
	position: relative;
	font-weight: normal;
}
#ogloszenie {
	position: fixed;
	top: 90px;
	background: #FEC578;
	color: black;
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: none
}
#ogloszenie:hover {
	background: #D6001C;
	color: white;
}
#instagramlink {
	display: block;
	width: 30px;
	height: 30px;
	background: url("image/instagram.svg");
	position: fixed;
	left: 50px;
	top: 30px;
}
#top {
	margin: 170px auto 50px auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	max-width: 1200px;
	padding: 0 50px;
}
#podpis {
	color: black;
	font-size: 14px;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	margin: 0 0 50px 0;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	font-weight: 400;
	margin: 0;
	max-width: 540px;
}
#kontakt {
	border: 2px solid black;
	text-decoration: none;
	display: inline-block;
	padding: 20px 30px;
	margin: 50px 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: black;
}
#kontakt:hover {
	border: 3px solid black;
}
h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
h1 a {
	color: black;
	text-decoration: none;
	border-bottom: 2px solid black;
}
h1 a:hover {
	color: black;
	text-decoration: none;	
	border-bottom: 3px solid black;
}
h2 a, h4 a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid black;
}
h2 a:hover, h4 a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 3px solid black;
}
h3 a, h3 b {
	font-weight: 500;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
#place {
	background: #0040A1;
	padding-top: 0 !important;
}
#place h1 {
	color: #FEC578;
	border: none;
	font-size: 70px;
}
#place h2 {
	max-width: none;
	color: white;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#place a {
	color: white;
	border-bottom: 1px solid white;
}
#media {
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid black;
	margin: 0 50px;
}
#logofirm {
	text-align: center;
	padding-bottom: 30px;
	margin: 0 50px;
}
#logofirm img {
	height: 50px;
	margin: 15px;
}
#media a img {
	height: 35px;
	margin: 15px;
}
#media h1 {
	margin: 0;
	max-width: none;
	font-size: 36px;
	font-weight: bold;
}
#media #infotext {
	font-size: 16px;
	font-weight: 400;
	margin: 20px auto 0 auto;
	max-width: 800px;
}
.category {
	padding: 20px 50px;
	font-weight: 600;
	font-size: 28px;
}
.category h1 {
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	max-width: none;
	padding-top: 20px;
	border-top: 1px solid black;
}
#nainstagramie {
	font-size: 70px;
}
.category h2 {
	font-size: 26px;
	font-weight: 400;
	margin: 20px 0 50px 0;
	max-width: 900px;
}
.category a {
	color: black;
	text-decoration: none;
}
.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.cztery {
	grid-template-columns: repeat(4, 1fr);
}
.dwa {
	grid-template-columns: repeat(2, 1fr);
}
.topphotos .position:nth-child(4) {
	grid-column: 1 / 4;
}
.grid .position img, .grid .position video {
	object-fit: contain;
	width: 100%;
}
.grid .position h4 {
	font-size: 32px;
	margin: 15px 0 0 0;
	font-weight: 600;
	line-height: 1.1;
}
.grid .position h5 {
	font-size: 16px;
	margin: 15px 0 0 0;
	font-weight: 400;
}
.grid .position h6 {
	font-size: 16px;
	margin: 15px 0 0 0;
	font-weight: 600;
}
table {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	margin: 70px auto;
	border-collapse: collapse;
	table-layout: fixed
}
tr { 
	border-bottom: 1px solid black;
}
tr:first-child {
	font-weight: 600;
}
td {
	padding: 10px 0;
}
td:nth-child(3) { 
	border-right: 1px solid black;
}
tr:last-child  { 
	border-bottom: none;
}


@media screen and (max-width: 900px) {
	body {
		margin: 0 30px;
	}
	#logo, #ogloszenie {
		margin: 0 -30px;
	}
	#instagramlink {
		left: 30px;
		top: 34px;
	}
	h2 {
		font-size: 28px;
		margin-top: 50px;
	}
	h3 {
		margin-bottom: 20px;
	}
	table {
		margin: 20px auto 40px auto;
	}
	.category {
		margin: 0 -30px;
		padding: 30px;
		font-size: 24px;
	}
	.category h2 {
		font-size: 20px;
	}
	.grid, #top, #photosgrid  {
		grid-template-columns: none !important;
		display: block;
	}
	#top {
		margin: 120px -30px 0 -30px;
		padding: 0;
		display: block;
	}
	.grid .position {
		margin: 0 -30px;
	}
	.category h1 {
		font-size: 50px;
	}
	#nainstagramie {
		font-size: 40px;
	}
	#kontakt {
		padding: 15px;
		margin-bottom: 50px;
	}
	.topphotos {
		display: block;
	}
	.grid .position h6  {
		font-size: 18px;
		padding: 0 30px;
	}
	.grid .position h5 {
		font-size: 18px;
		padding: 0 30px 25px 30px;
	}
	.grid .position h4 {
		font-weight: 700;
		padding: 0 30px;
	}
	#info {
		margin: 0 30px;
	}
	#media, #logofirm {
		margin: 50px 0 0 0;
	}
	.position h3 {
		margin: 20px 30px 0 30px;
	}
}

/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v22/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
