body {
	font-size: 18px;
	line-height: 2em;
}

.header {
	background: url(images/titul.jpg) no-repeat;
	-moz-background-size: auto;
	-webkit-background-size: auto;
	-o-background-size: auto;
	background-size: 100%;
	height: 100vh;
	margin: 0;
}

.logo,
.high-telephone,
.high-address {
	font-size: 1em;
	color: black;
	border-radius: 10px;
	background-color: white;
	font-size: 1.2em;
	display: inline-block;
	font-size: 2em;
	padding: 20px;
}

.logo {
	margin: 5vh auto 5vh 25%;
}

.high-telephone {
	/* width: 25%; */
	text-align: right;
	margin: 4vh 0px 4vh auto;
	height: 60px;
	vertical-align: top;
}

.high-address {
	width: 50%;
	text-align: right;
	margin: 4vh 25% 4vh 25%;
	height: 100px;
	vertical-align: top;
}

.header-block,
.header-block2 {
	width: 50%;
	color: white;
	border-radius: 10px;
	text-align: center;
	font-size: 1.3em;
	padding: 20px;
	margin: 4vh auto;
}

.header-block {
	background-color: rgb(31%, 66%, 16%);
}

.header-block2 {
	background-color: rgb(100%, 65%, 30%);
}

h1 {
	font-size: 1.4em;
}

.features {
	/* height: 1vh; */
	background-color: white;
	position: relative;
	display: block;
	width: 100%;
}

.features:after {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: top;
}

.feature {
	position: relative;
	display: inline-block;
	width: 25%;
	margin: -2px;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	font-size: 1.6em;
	/* border: black 1px solid; */
}

.text-block {
	background-color: white;
	position: relative;
	display: block;
	width: 100%;
}

h2 {
	font-size: 1.2em;
}

.text-block-header {
	width: 90%;
	border-radius: 10px;
	text-align: center;
	font-size: 1.3em;
	padding: 20px;
	margin: 5% auto;
}

.text-block-content {
	width: 90%;
	border-radius: 10px;
	text-align: center;
	font-size: 1em;
	padding: 20px;
	margin: 5% auto;
	height: max-content;
}

.orange-text {
	color: #ffa64d;
}

.advantages {
	background-color: white;
	position: relative;
	display: block;
	width: 100%;
}

.advantages:after {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: top;
}

.advantage {
	position: relative;
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}

.gallery {
	/* display: flex;
	flex-wrap: wrap;
	gap: 10px; */
}

.gallery img {
	width: 100px;
	height: auto;
	cursor: pointer;
}