@charset "utf-8";

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v30-latin-500.eot');
	src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Roboto', Arial sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 62.25rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

h1 {
	font-size: 2.5rem;
	line-height: 1.3;
	color: #182260;
}

h2 {
	font-weight: 500;
	font-size: 2.1rem;
	margin: 1.562rem 0 1rem;
	color: #182260;
}

p {
	margin: 0 0 .625rem;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 2.25em;
}

ul li:before {
	content: "\276F";
	position: relative;
	float: left;
	margin-left: -1.25em;
	font-size: 1em;
	line-height: 1;
	top: .312rem;
	color: #128264;
}

header {
	padding: 1rem;
}

.banner {
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
}

.banner .title {
	padding: 1rem 2rem;
}

article {
	padding: 2rem 1rem;
}

.details {
	border-top: 5px solid #92ae30;
	width: 70%;
	padding: 1rem 3rem 3rem;
	box-shadow: 0 0 0.625rem rgb(75 75 75 / 50%);
	margin: 3rem auto;
}

.details .info {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.details .info p {
	display: flex;
	flex-direction: column;
	width: 45%;
}

.details .info p span {
	font-weight: 700;
}





.element .item {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #128264;
}

.element .item .top {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 1rem 0 0.75rem;
}

.element .item .top p {
	font-weight: 700;
}

.element p {
	color: #182260;
	margin: 0;
}

.element .text {
	margin-bottom: 1rem;
}

.element .item .top img {
	width: 3rem;
}






.kontakt {
	border-top: 5px solid #92ae30;
	width: 70%;
	padding: 1rem 3rem 3rem;
	box-shadow: 0 0 0.625rem rgb(75 75 75 / 50%);
	margin: 3rem auto;
}

.kontakt .info img {
	display: inline-block;
}

.kontakt .info {
	display: flex;
	gap: 2rem;
}

.kontakt .info p {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 0.5rem
}




footer {
	background-color: #182260;
	color: #fff;
	padding: 2rem;
	text-align: center;
}








@media only screen and (max-width: 62rem) {
	#wrapper {
		margin: 0 auto;
	}

}

@media only screen and (max-width: 50rem) {
	.banner {
		flex-direction: column-reverse;
	}

	h1 {
		text-align: center;
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}


}

@media only screen and (max-width: 45rem) {
	.details,
	.kontakt {
		width: 100%;
		padding: 1rem;
	}

	.kontakt .info {
		flex-direction: column;
		gap:0;
	}

}

@media only screen and (max-width: 35.937rem) {
	.details .info {
		flex-direction: column;
		gap: 0;
	}
	.details .info p {
		width: 100%;
	}
}
