body, html {
	height: 100%;
	margin: 0;
	font-size: 2vmax;
	margin: 0px;
	color: #1C0E43;
	font-family: Roboto;
}
a:visited, a:link{
	color: #1C0E43;
	text-decoration: none;
}
h1{
	text-align: center;
	width: 100%;
	color: #B40155;
	font-size: 5vmax;
	font-weight: 500;
}
h2{
	text-align: center;
	width: 100%;
	color: #B40155;
	font-size: 2.5vmax;
	margin: 5% 0% 0%;
}
.MainImg{
	background-image: url(/img/MainImg.png);
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	font-weight: 600;
	font-size: 3vmax;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	z-index: 0;
}
.MainImg span{
	border-left-color: #b40155;
	border-left-style: solid;
	border-width: 5px;
	padding-left: 1%;
	color: black;
	margin-left: 5%;
}
.otherText{
	text-align: center;
	width: 100%;
	font-size: 1.9vmax;
	margin-top: 4%;
}
.subText{
	text-align: left;
	width: 100%;
	font-size: 1.9vmax;
	margin: 5% 0% 0%;
}
.Block{
	display: flex;
	margin: 25% 5% 5%;
	flex-direction: column;
	align-items: center;
}
ul {
  list-style: none;
}
ul li::before {
  content: "\2022";
  color: #B40155;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
li{
  margin-bottom: 2%;
}
.ContactData{
	margin-top: 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.9vmax;
}
.DivImg{
	width: 100%;
	height: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ContactDataText{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ContactDataMap{
	width: 100%;
}
.map{
	width: 100%;
	height: 400px;
}
.address{
	margin-bottom: 4%;
	width: 100%;
	text-align: center;
	font-size: 3vmax;
}
.addressSelected{
	font-weight: 600;
	cursor: pointer;
}
@media (orientation: landscape){
	.Block{
		margin:	5%;
	}
	.SubTitle{
		margin: 5% 0% 0%;
	}
	.ContactDataText{
		flex-direction: row;
		width: 90%;
	}
	.ContactData{
		flex-direction: row;
	}

}
@media (orientation: landscape) and (min-width: 1200px){
	.Title{
		font-size: 4vmax;
	}
	.otherText{
		font-size: 1.3vmax;
	}
	.subText{
		font-size: 1.5vmax;
	}
	li{
	  margin-bottom: 1%;
	}
}
