@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	list-style: none;
}

.block__img {
	background: url(img/bglightwall.png) no-repeat 0 0;
	background-size: cover;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.block__desc {
	padding: 0 0 50px 50px
}
.block__desc p {
	font-size: 24pt;
	color: #fff;
}
.block__desc p:nth-child(2) {
	font-size: 16pt;
	margin-bottom: 10px;
}
.block__desc img {
	width: 30px;
	margin-right: 20px;
}

.block__info {
	background-color: #ffff00;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block__info img {
	width: 250px;
	margin-right: auto;
}
.block__contact a {
	color: #000;
	margin-right: 20px;
	font-size: 11pt;
	font-weight: 700;
}