* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

#mapa {
	width: 100%;
	height: 400px;
	margin-top: 80px;
}

img.img-all {
	border-radius: 2.5%;
	width: 18%;
	float: left;
	margin-right: 30px;
}

img.img-all-first {
	border-radius: 2.5%;
	width: 18%;
	float: left;
	margin-right: 30px;
}

.pod-text-full {
	margin-left: 15%;
	width: 100%;
	font-family: 'Verdana', sans-serif;
	font-size: 17px;
}

.nadpis {
	font-size: 35px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #17252A;
}

.pod-text-solo li {
	list-style-type: none;
}

.pod-text-solo a {
	text-decoration: none;
	color: #17252A;
}

.tipy
{
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.tipy > .container
{
	display: flex;
	flex-direction: column;
	width: 85%;
	max-width: 850px;
}

.element
{
	margin-bottom: 50px;
	width: 100%;
}

.element a
{
	text-decoration: none;
}

.element li
{
	list-style-type: none;
}

.element > .container
{	
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.element > .container > .img
{
	flex: 1;
	height: 250px;
	width: 100%;
	min-width: 250px;
	max-width: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2.5%;
}

.element > .container > .info
{
	flex: 1;
	min-width: 250px;
	max-width: 450px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Verdana', sans-serif;
	font-size: 15px;
}

.element > .container > .info > .container
{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	height: 100%;
}

.element > .container > .info > .container .banner {
	background: #afd275;
	width: 100%;
	height: 3px;
	margin-top: 5px;
}

.element > .container > .info > .container .btn-more a {
	cursor: pointer;
	font-weight: bold;
	color: #17252A;
	text-decoration: none;
}

.element > .container > .info > .container .btn-more {
	margin-top: 10px;
}
	/* CSS Document */
