@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
body {
	background: #fff;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 25px;
	color: black;
	font-weight: 500;
}

.spu-icon-close:before {
	text-shadow: 2px 2px 9px black;
}
.contentPopup {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: black;
	width: 100% !important;
	align-content: center;
	align-items: center;
}

.contentPopup::before {
	content: '';
	background-color: #ed8b0e;
	width: 100%;
	height: 360px;
	background-image: url(https://www.osiedlelomianki.pl/img/taras_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 40%;
}
.contentPopup::before {
	content: '';
}
.contentText {
	width: 100%;
	background: white;
	padding: 30px;
	display: flex;
}
.textBlock {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.my_logo {
	position: absolute;
	justify-content: center;
	align-items: flex-start;
	top: 0;
	z-index: 1;
}
p.daneAria {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 22px;
	/* text-shadow: 3px 3px 4px black; */
}
a.myBtn_popup {
	background-color: #ed8b0e;
	color: white;
	padding: 15px 40px;
	border: none;
	font-size: 18px;
	letter-spacing: 2px;
	border-radius: 3px;
	cursor: pointer;
	margin: 20px 0;
	display: inline-block;
	text-decoration: none;
}
a.myBtn_popup:hover {
	opacity: 0.9;
}
p.daneAria {
	font-size: 23px;
	line-height: 30px;
	margin-top: 30px;
}
.daneAria span {
	display: block;
	padding-top: 5px;
}
img.arialogoWhite {
	width: 130px;
	padding-top: 25px;
}

.galleryContent {
	padding: 25px 0;
}
.galleryContent img {
	margin-left: 10px;
}
.galleryContent img:first-of-type {
	margin-left: 0;
}
@media only screen and (max-width: 600px) {
	.contentPopup::before {
		height: 460px;
		background-position: 65% 25%;
		background-size: auto;
	}
	.galleryContent {
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-start;
		padding: 0;
		background-color: white;
	}
	#spu-448 .spu-close {
		font-size: 30px;
		color: orange;
		text-shadow: 0 1px 0 #fff;
		z-index: 99;
	}
	.galleryContent img:nth-last-of-type(4),
	.galleryContent img:nth-last-of-type(2) {
		display: none;
	}
}
